Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b01feec7e67ee0e1d566ea78b207656183399b3c+ebb2ea496306d9631a66da1b80e1549344472191 (c67f84a7adb94a15ad7d00b026d966616e7f09fa) 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 ‘prd-centos7-docker-4c-2g-29909’ Running on prd-centos7-docker-4c-2g-29916 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit b01feec7e67ee0e1d566ea78b207656183399b3c > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 Merge succeeded, producing b01feec7e67ee0e1d566ea78b207656183399b3c Checking out Revision b01feec7e67ee0e1d566ea78b207656183399b3c (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 8d54e528a209f68a2b3e24221d05de3e91e57a79 # timeout=10 [Pipeline] timeout [2021-03-16T02:56:15.655Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-16T02:56:15.915Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T02:56:16.007Z] ========================================================= [2021-03-16T02:56:16.007Z] EdgeX Global Pipelines Version Info [2021-03-16T02:56:16.007Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T02:56:18.054Z] ------------------- [2021-03-16T02:56:18.054Z] stable info: [2021-03-16T02:56:18.054Z] ------------------- [2021-03-16T02:56:18.054Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T02:56:18.054Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T02:56:18.054Z] Message: update stable to v1.0.184 [2021-03-16T02:56:18.646Z] ------------------- [2021-03-16T02:56:18.646Z] experimental info: [2021-03-16T02:56:18.646Z] ------------------- [2021-03-16T02:56:18.646Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T02:56:18.646Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T02:56:18.646Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T02:56:18.883Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T02:56:18.966Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T02:56:19.051Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T02:56:19.144Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T02:56:19.223Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T02:56:19.306Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T02:56:19.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T02:56:19.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T02:56:19.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T02:56:19.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T02:56:19.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T02:56:19.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T02:56:19.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T02:56:20.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T02:56:20.116Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T02:56:20.201Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T02:56:20.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T02:56:20.376Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T02:56:20.481Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T02:56:20.585Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T02:56:20.738Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T02:56:20.834Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T02:56:20.932Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-16T02:56:21.074Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-16T02:56:21.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-16T02:56:21.292Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b01feec7e67ee0e1d566ea78b207656183399b3c [Pipeline] echo [2021-03-16T02:56:21.387Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b01feec [Pipeline] echo [2021-03-16T02:56:21.483Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T02:56:21.666Z] provisioning config files... [2021-03-16T02:56:21.702Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config7620407655715743230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T02:56:22.130Z] ---> docker-login.sh [2021-03-16T02:56:22.130Z] nexus3.edgexfoundry.org:10001 [2021-03-16T02:56:22.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:56:22.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:56:22.664Z] Configure a credential helper to remove this warning. See [2021-03-16T02:56:22.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:56:22.664Z] [2021-03-16T02:56:22.664Z] Login Succeeded [2021-03-16T02:56:22.664Z] nexus3.edgexfoundry.org:10002 [2021-03-16T02:56:22.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:56:22.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:56:22.930Z] Configure a credential helper to remove this warning. See [2021-03-16T02:56:22.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:56:22.930Z] [2021-03-16T02:56:22.930Z] Login Succeeded [2021-03-16T02:56:22.930Z] nexus3.edgexfoundry.org:10003 [2021-03-16T02:56:22.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:56:23.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:56:23.193Z] Configure a credential helper to remove this warning. See [2021-03-16T02:56:23.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:56:23.193Z] [2021-03-16T02:56:23.193Z] Login Succeeded [2021-03-16T02:56:23.193Z] nexus3.edgexfoundry.org:10004 [2021-03-16T02:56:23.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:56:23.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:56:23.457Z] Configure a credential helper to remove this warning. See [2021-03-16T02:56:23.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:56:23.457Z] [2021-03-16T02:56:23.457Z] Login Succeeded [2021-03-16T02:56:23.457Z] docker.io [2021-03-16T02:56:23.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T02:56:23.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T02:56:23.722Z] Configure a credential helper to remove this warning. See [2021-03-16T02:56:23.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T02:56:23.722Z] [2021-03-16T02:56:23.722Z] Login Succeeded [2021-03-16T02:56:23.722Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T02:56:23.736Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T02:56:24.205Z] ++ 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-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.205Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T02:56:24.205Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.205Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.205Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T02:56:24.205Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.205Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.205Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T02:56:24.205Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.205Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.205Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T02:56:24.205Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.205Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.205Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T02:56:24.205Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.205Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.205Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T02:56:24.205Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.205Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.205Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T02:56:24.205Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.205Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T02:56:24.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.206Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T02:56:24.206Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.206Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T02:56:24.206Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T02:56:24.206Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T02:56:24.206Z] ++ cut -d/ -f2 [2021-03-16T02:56:24.206Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T02:56:24.291Z] 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-16T02:56:25.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T02:56:25.104Z] [2021-03-16T02:56:25.104Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:56:25.464Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T02:56:25.464Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T02:56:25.464Z] 31603596830f: Pulling fs layer [2021-03-16T02:56:25.464Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T02:56:25.464Z] 6ca5941a6612: Pulling fs layer [2021-03-16T02:56:25.464Z] ecc8261a40a4: Pulling fs layer [2021-03-16T02:56:25.464Z] ecc8261a40a4: Waiting [2021-03-16T02:56:25.464Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T02:56:25.464Z] 2a8b12db71e7: Download complete [2021-03-16T02:56:25.464Z] 31603596830f: Verifying Checksum [2021-03-16T02:56:25.464Z] 31603596830f: Download complete [2021-03-16T02:56:25.729Z] ecc8261a40a4: Verifying Checksum [2021-03-16T02:56:25.729Z] ecc8261a40a4: Download complete [2021-03-16T02:56:25.729Z] 6ca5941a6612: Verifying Checksum [2021-03-16T02:56:25.729Z] 6ca5941a6612: Download complete [2021-03-16T02:56:25.996Z] 31603596830f: Pull complete [2021-03-16T02:56:26.259Z] 2a8b12db71e7: Pull complete [2021-03-16T02:56:27.225Z] 6ca5941a6612: Pull complete [2021-03-16T02:56:27.489Z] ecc8261a40a4: Pull complete [2021-03-16T02:56:27.489Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T02:56:27.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T02:56:27.489Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T02:56:27.611Z] prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container [2021-03-16T02:56:27.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-16T02:56:30.299Z] $ docker top 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T02:56:30.867Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T02:56:30.867Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T02:56:31.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T02:56:31.131Z] $ docker exec 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent [2021-03-16T02:56:31.326Z] SSH_AUTH_SOCK=/tmp/ssh-DIpIB0kvrhRO/agent.12 [2021-03-16T02:56:31.326Z] SSH_AGENT_PID=17 [2021-03-16T02:56:31.340Z] Running ssh-add (command line suppressed) [2021-03-16T02:56:31.474Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_313051058424783121.key (/w/workspace/edgex-go/15@tmp/private_key_313051058424783121.key) [2021-03-16T02:56:31.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T02:56:31.893Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T02:56:31.923Z] $ docker exec --env ******** --env ******** 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent -k [2021-03-16T02:56:32.057Z] unset SSH_AUTH_SOCK; [2021-03-16T02:56:32.058Z] unset SSH_AGENT_PID; [2021-03-16T02:56:32.058Z] echo Agent pid 17 killed; [2021-03-16T02:56:32.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T02:56:32.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T02:56:32.246Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T02:56:32.441Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T02:56:32.447Z] $ docker exec 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent [2021-03-16T02:56:32.628Z] SSH_AUTH_SOCK=/tmp/ssh-CtR6SAa32zvm/agent.45 [2021-03-16T02:56:32.628Z] SSH_AGENT_PID=50 [2021-03-16T02:56:32.636Z] Running ssh-add (command line suppressed) [2021-03-16T02:56:32.782Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_5266868439692476161.key (/w/workspace/edgex-go/15@tmp/private_key_5266868439692476161.key) [2021-03-16T02:56:32.841Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T02:56:33.186Z] + git semver init [2021-03-16T02:56:33.186Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T02:56:33.187Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2021-03-16T02:56:33.187Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2021-03-16T02:56:33.187Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T02:56:33.187Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T02:56:33.187Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T02:56:33.187Z] # $SEMVER_BRANCH = PR-3234 [2021-03-16T02:56:33.187Z] # $SEMVER_TEMP = /tmp/semver-863343985 [2021-03-16T02:56:33.187Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T02:57:20.104Z] # '/tmp/semver-863343985' -> '/w/workspace/edgex-go/15/.semver' [2021-03-16T02:57:20.104Z] # -> Force: false [2021-03-16T02:57:20.104Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2021-03-16T02:57:20.123Z] $ docker exec --env ******** --env ******** 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent -k [2021-03-16T02:57:20.404Z] unset SSH_AUTH_SOCK; [2021-03-16T02:57:20.405Z] unset SSH_AGENT_PID; [2021-03-16T02:57:20.405Z] echo Agent pid 50 killed; [2021-03-16T02:57:20.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T02:57:21.011Z] + git semver [Pipeline] } [2021-03-16T02:57:21.034Z] $ docker stop --time=1 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 [2021-03-16T02:57:22.705Z] $ docker rm -f 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T02:57:23.319Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T02:57:23.912Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T02:57:23.915Z] [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-16T02:57:24.770Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T02:57:25.090Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T02:57:25.392Z] + sudo service docker restart [2021-03-16T02:57:25.392Z] + true [2021-03-16T02:57:25.392Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T02:57:26.361Z] ========================================================= [2021-03-16T02:57:26.361Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T02:57:26.362Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:57:26.724Z] + 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-16T02:57:32.070Z] Sending build context to Docker daemon 328.6MB [2021-03-16T02:57:32.070Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T02:57:32.070Z] Step 2/6 : FROM ${BASE} [2021-03-16T02:57:32.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T02:57:32.070Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T02:57:32.070Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T02:57:32.070Z] de9db76c5a1d: Pulling fs layer [2021-03-16T02:57:32.070Z] bca2f99d35d6: Pulling fs layer [2021-03-16T02:57:32.070Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T02:57:32.070Z] 7c6f9722023f: Pulling fs layer [2021-03-16T02:57:32.070Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T02:57:32.070Z] 93359f2a8cfa: Waiting [2021-03-16T02:57:32.070Z] 7c6f9722023f: Waiting [2021-03-16T02:57:32.070Z] a35cf1a2eb13: Waiting [2021-03-16T02:57:32.070Z] bca2f99d35d6: Waiting [2021-03-16T02:57:32.070Z] de9db76c5a1d: Verifying Checksum [2021-03-16T02:57:32.070Z] de9db76c5a1d: Download complete [2021-03-16T02:57:32.070Z] 0ef7d3d256c8: Verifying Checksum [2021-03-16T02:57:32.070Z] 0ef7d3d256c8: Download complete [2021-03-16T02:57:32.070Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T02:57:32.070Z] 93359f2a8cfa: Download complete [2021-03-16T02:57:32.070Z] 7c6f9722023f: Verifying Checksum [2021-03-16T02:57:32.070Z] 7c6f9722023f: Download complete [2021-03-16T02:57:32.070Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T02:57:32.070Z] 188c0c94c7c5: Download complete [2021-03-16T02:57:32.070Z] 188c0c94c7c5: Pull complete [2021-03-16T02:57:32.344Z] 0ef7d3d256c8: Pull complete [2021-03-16T02:57:32.619Z] de9db76c5a1d: Pull complete [2021-03-16T02:57:33.197Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T02:57:33.197Z] a35cf1a2eb13: Download complete [2021-03-16T02:57:34.173Z] bca2f99d35d6: Download complete [2021-03-16T02:57:39.254Z] Still waiting to schedule task [2021-03-16T02:57:39.255Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-16T02:57:40.856Z] bca2f99d35d6: Pull complete [2021-03-16T02:57:41.123Z] 93359f2a8cfa: Pull complete [2021-03-16T02:57:41.123Z] 7c6f9722023f: Pull complete [2021-03-16T02:57:46.508Z] a35cf1a2eb13: Pull complete [2021-03-16T02:57:46.508Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T02:57:46.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T02:57:46.508Z] ---> a62c8e92a672 [2021-03-16T02:57:46.508Z] 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-16T02:57:46.781Z] ---> Running in 87084ef109b1 [2021-03-16T02:57:47.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T02:57:48.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T02:57:50.252Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T02:57:50.517Z] (2/12) Installing file (5.38-r0) [2021-03-16T02:57:50.517Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T02:57:50.517Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T02:58:08.740Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T02:58:08.740Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T02:58:08.740Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T02:58:08.740Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T02:58:08.740Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T02:58:08.740Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T02:58:08.740Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T02:58:08.740Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T02:58:08.740Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T02:58:08.740Z] OK: 233 MiB in 51 packages [2021-03-16T02:58:11.350Z] Removing intermediate container 87084ef109b1 [2021-03-16T02:58:11.350Z] ---> 587a4bbfb387 [2021-03-16T02:58:11.350Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T02:58:11.350Z] ---> Running in 652c4e87d3d7 [2021-03-16T02:58:11.350Z] Removing intermediate container 652c4e87d3d7 [2021-03-16T02:58:11.350Z] ---> a8092dfc086e [2021-03-16T02:58:11.350Z] Step 5/6 : COPY go.mod . [2021-03-16T02:58:11.620Z] ---> d6c191021999 [2021-03-16T02:58:11.620Z] Step 6/6 : RUN go mod download [2021-03-16T02:58:11.915Z] ---> Running in 711f0db6d182 [2021-03-16T02:58:38.710Z] Removing intermediate container 711f0db6d182 [2021-03-16T02:58:38.710Z] ---> 068500067a8b [2021-03-16T02:58:38.710Z] Successfully built 068500067a8b [2021-03-16T02:58:38.710Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:58:39.061Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T02:58:39.331Z] . [Pipeline] withDockerContainer [2021-03-16T02:58:39.491Z] prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container [2021-03-16T02:58:39.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-16T02:58:40.807Z] $ docker top b1471feac8760e304875f39e0b5a6c77c713acf882468031ded87776f63bcbea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T02:58:41.388Z] + go version [2021-03-16T02:58:41.389Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T02:58:41.407Z] $ docker stop --time=1 b1471feac8760e304875f39e0b5a6c77c713acf882468031ded87776f63bcbea [2021-03-16T02:58:42.879Z] $ docker rm -f b1471feac8760e304875f39e0b5a6c77c713acf882468031ded87776f63bcbea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T02:58:43.809Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T02:58:43.809Z] . [Pipeline] withDockerContainer [2021-03-16T02:58:43.950Z] prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container [2021-03-16T02:58:44.036Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-16T02:58:44.962Z] $ docker top 1a72c12e61fbd12aa283f3c45cab4a5bcc41c0e783054dc915b171449b29068e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T02:58:45.194Z] ========================================================= [2021-03-16T02:58:45.194Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T02:58:45.194Z] ========================================================= [Pipeline] sh [2021-03-16T02:58:45.514Z] + make test [2021-03-16T02:58:45.514Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T02:58:57.885Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T02:59:16.302Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T02:59:23.359Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T02:59:23.359Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T02:59:23.359Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T02:59:26.790Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T02:59:26.790Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T02:59:26.790Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T02:59:26.790Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T02:59:27.453Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T02:59:28.062Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T02:59:31.500Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T02:59:31.501Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T02:59:31.501Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T02:59:34.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.192s coverage: 45.9% of statements [2021-03-16T02:59:34.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T02:59:34.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T02:59:34.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T02:59:34.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T02:59:34.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T02:59:34.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T02:59:34.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements [2021-03-16T02:59:34.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.123s coverage: 100.0% of statements [2021-03-16T02:59:38.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.286s coverage: 27.1% of statements [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T02:59:38.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T02:59:38.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T02:59:38.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.161s coverage: 71.3% of statements [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T02:59:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T02:59:39.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.228s coverage: 82.9% of statements [2021-03-16T02:59:39.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T02:59:39.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T02:59:39.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.091s coverage: 78.9% of statements [2021-03-16T02:59:39.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T02:59:43.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.532s coverage: 28.6% of statements [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T02:59:43.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T02:59:43.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T02:59:43.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T02:59:43.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T02:59:43.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T02:59:43.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.572s coverage: 92.8% of statements [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 0.1% of statements [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T02:59:47.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-03-16T02:59:47.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-03-16T02:59:59.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements [2021-03-16T02:59:59.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-03-16T03:00:02.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.258s coverage: 81.9% of statements [2021-03-16T03:00:11.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.150s coverage: 92.9% of statements [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T03:00:11.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T03:00:11.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T03:00:11.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T03:00:11.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-03-16T03:00:11.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T03:00:11.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.6% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 62.4% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.381s coverage: 69.0% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.210s coverage: 47.0% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T03:00:11.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.081s coverage: 100.0% of statements [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T03:00:11.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T03:00:11.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.186s coverage: 87.1% of statements [2021-03-16T03:00:11.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T03:00:11.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:00:11.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.285s coverage: 29.1% of statements [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.103s coverage: 96.5% of statements [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T03:00:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T03:00:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-03-16T03:00:15.469Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-03-16T03:00:15.746Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.049s coverage: 100.0% of statements [2021-03-16T03:00:16.339Z] GO111MODULE=on go vet ./... [2021-03-16T03:00:41.733Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29921 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-16T03:00:41.787Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-03-16T03:00:47.420Z] using credential edgex-jenkins-ssh [2021-03-16T03:00:47.497Z] Cloning the remote Git repository [2021-03-16T03:00:47.566Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:00:47.683Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-03-16T03:00:47.771Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:00:47.772Z] > git --version # timeout=10 [2021-03-16T03:00:47.793Z] > git --version # 'git version 2.17.1' [2021-03-16T03:00:47.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:00:47.849Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T03:00:49.074Z] gofmt -l . [2021-03-16T03:00:49.341Z] [ "`gofmt -l .`" = "" ] [2021-03-16T03:00:49.942Z] ./bin/test-go-mod-tidy.sh [2021-03-16T03:00:50.980Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T03:00:52.586Z] + ls -al . [2021-03-16T03:00:52.586Z] total 760 [2021-03-16T03:00:52.586Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 03:00 . [2021-03-16T03:00:52.586Z] drwxr-xr-x 4 root root 30 Mar 16 02:58 .. [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 02:56 .dockerignore [2021-03-16T03:00:52.586Z] drwxrwxr-x 8 1001 1001 179 Mar 16 02:56 .git [2021-03-16T03:00:52.586Z] drwxrwxr-x 3 1001 1001 125 Mar 16 02:56 .github [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 02:56 .gitignore [2021-03-16T03:00:52.586Z] drwx------ 3 1001 1001 60 Mar 16 02:57 .semver [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 02:56 .sonarcloud.properties [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 02:56 Attribution.txt [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:56 CONTRIBUTING.md [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 02:56 Dockerfile.build [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 02:56 Jenkinsfile [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:56 LICENSE [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 02:56 Makefile [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 02:56 README.md [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 02:56 SECURITY.md [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 02:57 VERSION [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 02:56 ZMQWindows.md [2021-03-16T03:00:52.586Z] drwxrwxr-x 2 1001 1001 117 Mar 16 02:56 bin [2021-03-16T03:00:52.586Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 02:56 cmd [2021-03-16T03:00:52.586Z] -rw-r--r-- 1 root root 650607 Mar 16 03:00 coverage.out [2021-03-16T03:00:52.586Z] -rw-r--r-- 1 root root 1056 Mar 16 03:00 go.mod [2021-03-16T03:00:52.586Z] -rw-r--r-- 1 root root 21983 Mar 16 03:00 go.sum [2021-03-16T03:00:52.586Z] drwxrwxr-x 8 1001 1001 127 Mar 16 02:56 internal [2021-03-16T03:00:52.586Z] drwxrwxr-x 4 1001 1001 26 Mar 16 02:56 openapi [2021-03-16T03:00:52.586Z] drwxrwxr-x 4 1001 1001 71 Mar 16 02:56 snap [2021-03-16T03:00:52.586Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 02:56 version.go [Pipeline] sh [2021-03-16T03:00:52.915Z] + '[' -e coverage.out ] [2021-03-16T03:00:52.915Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T03:00:53.246Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T03:00:53.551Z] + make build [2021-03-16T03:00:53.551Z] 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-16T03:00:57.831Z] 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-16T03:01:08.073Z] 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-16T03:01:09.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T03:01:11.531Z] 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-16T03:01:11.802Z] 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-16T03:01:14.405Z] 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-16T03:01:15.870Z] 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-16T03:01:16.724Z] Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:01:17.226Z] Merge succeeded, producing b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:01:17.226Z] Checking out Revision b01feec7e67ee0e1d566ea78b207656183399b3c (PR-3234) [2021-03-16T03:01:17.282Z] 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-16T03:01:15.943Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T03:01:15.959Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T03:01:15.987Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T03:01:16.017Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:01:16.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:01:16.032Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T03:01:16.744Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T03:01:16.760Z] > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 [2021-03-16T03:01:17.099Z] > git remote # timeout=10 [2021-03-16T03:01:17.127Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T03:01:17.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:01:17.174Z] > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 [2021-03-16T03:01:17.206Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T03:01:17.233Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T03:01:17.244Z] > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 [2021-03-16T03:01:19.044Z] 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-16T03:01:20.484Z] 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-16T03:01:22.240Z] 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-16T03:01:22.817Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T03:01:24.208Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T03:01:24.612Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T03:01:24.949Z] + + truesudo [2021-03-16T03:01:24.949Z] service docker restart [Pipeline] } [2021-03-16T03:01:25.158Z] $ docker stop --time=1 1a72c12e61fbd12aa283f3c45cab4a5bcc41c0e783054dc915b171449b29068e [2021-03-16T03:01:27.237Z] $ docker rm -f 1a72c12e61fbd12aa283f3c45cab4a5bcc41c0e783054dc915b171449b29068e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-03-16T03:01:28.138Z] provisioning config files... [2021-03-16T03:01:28.183Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config3847223563721057567tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-03-16T03:01:28.577Z] ---> docker-login.sh [2021-03-16T03:01:28.577Z] nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:01:29.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:01:29.434Z] [2021-03-16T03:01:29.434Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:01:29.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:01:29.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:01:29.801Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T03:01:29.801Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T03:01:29.801Z] ca9280d653b3: Pulling fs layer [2021-03-16T03:01:29.801Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T03:01:29.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:01:29.844Z] Configure a credential helper to remove this warning. See [2021-03-16T03:01:29.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:01:29.844Z] [2021-03-16T03:01:29.844Z] Login Succeeded [2021-03-16T03:01:29.844Z] nexus3.edgexfoundry.org:10002 [2021-03-16T03:01:30.068Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-16T03:01:30.068Z] cbdbe7a5bc2a: Download complete [2021-03-16T03:01:30.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:01:30.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:01:30.394Z] Configure a credential helper to remove this warning. See [2021-03-16T03:01:30.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:01:30.394Z] [2021-03-16T03:01:30.394Z] Login Succeeded [2021-03-16T03:01:30.394Z] nexus3.edgexfoundry.org:10003 [2021-03-16T03:01:30.658Z] cbdbe7a5bc2a: Pull complete [2021-03-16T03:01:30.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:01:30.935Z] ca9280d653b3: Download complete [2021-03-16T03:01:30.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:01:30.940Z] Configure a credential helper to remove this warning. See [2021-03-16T03:01:30.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:01:30.940Z] [2021-03-16T03:01:30.940Z] Login Succeeded [2021-03-16T03:01:30.940Z] nexus3.edgexfoundry.org:10004 [2021-03-16T03:01:31.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:01:31.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:01:31.488Z] Configure a credential helper to remove this warning. See [2021-03-16T03:01:31.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:01:31.488Z] [2021-03-16T03:01:31.488Z] Login Succeeded [2021-03-16T03:01:31.488Z] docker.io [2021-03-16T03:01:31.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T03:01:32.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T03:01:32.033Z] Configure a credential helper to remove this warning. See [2021-03-16T03:01:32.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T03:01:32.033Z] [2021-03-16T03:01:32.033Z] Login Succeeded [2021-03-16T03:01:32.033Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T03:01:32.049Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-16T03:01:32.366Z] ca9280d653b3: Pull complete [2021-03-16T03:01:32.366Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T03:01:32.366Z] 7e9c9ca2126c: Download complete [Pipeline] echo [2021-03-16T03:01:32.522Z] ========================================================= [2021-03-16T03:01:32.522Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T03:01:32.522Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:01:32.899Z] + 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-16T03:01:35.550Z] Sending build context to Docker daemon 166.8MB [2021-03-16T03:01:35.550Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T03:01:35.550Z] Step 2/6 : FROM ${BASE} [2021-03-16T03:01:35.550Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T03:01:35.550Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T03:01:35.550Z] a4357932f1b6: Pulling fs layer [2021-03-16T03:01:35.550Z] 18c013af1878: Pulling fs layer [2021-03-16T03:01:35.550Z] 00ac8860ef70: Pulling fs layer [2021-03-16T03:01:35.550Z] 63d7cb157983: Pulling fs layer [2021-03-16T03:01:35.550Z] b116817d02f9: Pulling fs layer [2021-03-16T03:01:35.550Z] 745a02a5169b: Pulling fs layer [2021-03-16T03:01:35.550Z] 00ac8860ef70: Waiting [2021-03-16T03:01:35.550Z] 63d7cb157983: Waiting [2021-03-16T03:01:35.550Z] b116817d02f9: Waiting [2021-03-16T03:01:35.550Z] 745a02a5169b: Waiting [2021-03-16T03:01:35.550Z] 18c013af1878: Download complete [2021-03-16T03:01:35.550Z] a4357932f1b6: Verifying Checksum [2021-03-16T03:01:35.550Z] a4357932f1b6: Download complete [2021-03-16T03:01:35.550Z] 63d7cb157983: Verifying Checksum [2021-03-16T03:01:35.550Z] 63d7cb157983: Download complete [2021-03-16T03:01:35.550Z] b116817d02f9: Verifying Checksum [2021-03-16T03:01:35.550Z] b116817d02f9: Download complete [2021-03-16T03:01:35.550Z] 5f621e34cdf4: Verifying Checksum [2021-03-16T03:01:35.550Z] 5f621e34cdf4: Download complete [2021-03-16T03:01:36.151Z] 5f621e34cdf4: Pull complete [2021-03-16T03:01:36.750Z] a4357932f1b6: Pull complete [2021-03-16T03:01:37.359Z] 18c013af1878: Pull complete [2021-03-16T03:01:37.634Z] 745a02a5169b: Verifying Checksum [2021-03-16T03:01:37.634Z] 745a02a5169b: Download complete [2021-03-16T03:01:38.607Z] 00ac8860ef70: Verifying Checksum [2021-03-16T03:01:38.607Z] 00ac8860ef70: Download complete [2021-03-16T03:01:39.047Z] 7e9c9ca2126c: Pull complete [2021-03-16T03:01:39.047Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T03:01:39.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:01:39.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T03:01:39.235Z] prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container [2021-03-16T03:01:39.352Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-16T03:01:42.106Z] $ docker top 267549faf8469e21bfeddaf58d47c59d5d93a99235e450837e5a8a3f25c79080 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:01:43.150Z] + docker-compose build --help [2021-03-16T03:01:43.151Z] + grep parallel [2021-03-16T03:01:44.581Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T03:01:44.601Z] $ docker stop --time=1 267549faf8469e21bfeddaf58d47c59d5d93a99235e450837e5a8a3f25c79080 [2021-03-16T03:01:46.161Z] $ docker rm -f 267549faf8469e21bfeddaf58d47c59d5d93a99235e450837e5a8a3f25c79080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:01:46.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T03:01:46.846Z] . [Pipeline] withDockerContainer [2021-03-16T03:01:47.045Z] prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container [2021-03-16T03:01:47.124Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-16T03:01:48.321Z] $ docker top 3661bc9629035836977187dea2cf7f4f996298bade1b4485e716d7d65f86803e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:01:48.773Z] 00ac8860ef70: Pull complete [2021-03-16T03:01:48.773Z] 63d7cb157983: Pull complete [2021-03-16T03:01:48.773Z] b116817d02f9: Pull complete [2021-03-16T03:01:48.982Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T03:01:50.393Z] Building docker-core-command-go ... [2021-03-16T03:01:50.393Z] Building docker-core-data-go ... [2021-03-16T03:01:50.393Z] Building docker-core-metadata-go ... [2021-03-16T03:01:50.393Z] Building docker-security-bootstrapper-go ... [2021-03-16T03:01:50.393Z] Building docker-security-proxy-setup-go ... [2021-03-16T03:01:50.393Z] Building docker-security-secretstore-setup-go ... [2021-03-16T03:01:50.393Z] Building docker-support-notifications-go ... [2021-03-16T03:01:50.393Z] Building docker-support-scheduler-go ... [2021-03-16T03:01:50.393Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T03:01:50.393Z] Building docker-support-notifications-go [2021-03-16T03:01:50.393Z] Building docker-core-command-go [2021-03-16T03:01:50.393Z] Building docker-security-secretstore-setup-go [2021-03-16T03:01:50.393Z] Building docker-security-bootstrapper-go [2021-03-16T03:01:50.393Z] Building docker-core-data-go [2021-03-16T03:01:52.158Z] 745a02a5169b: Pull complete [2021-03-16T03:01:52.158Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T03:01:52.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T03:01:52.158Z] ---> b7e6874047d6 [2021-03-16T03:01:52.158Z] 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-16T03:01:55.535Z] ---> Running in bf7d43ae0871 [2021-03-16T03:01:56.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:01:57.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:01:58.921Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T03:01:59.191Z] (2/12) Installing file (5.38-r0) [2021-03-16T03:01:59.191Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T03:01:59.463Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T03:02:02.881Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T03:02:02.881Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T03:02:02.881Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T03:02:03.164Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T03:02:03.164Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T03:02:03.164Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T03:02:03.445Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T03:02:03.445Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T03:02:03.445Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:02:03.445Z] OK: 217 MiB in 51 packages [2021-03-16T03:02:07.723Z] Removing intermediate container bf7d43ae0871 [2021-03-16T03:02:07.723Z] ---> 60d88f7ff39b [2021-03-16T03:02:07.723Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T03:02:07.723Z] ---> Running in e53416c7ff93 [2021-03-16T03:02:07.994Z] Removing intermediate container e53416c7ff93 [2021-03-16T03:02:07.994Z] ---> 042c966275de [2021-03-16T03:02:07.994Z] Step 5/6 : COPY go.mod . [2021-03-16T03:02:08.584Z] ---> 2266aeea95a2 [2021-03-16T03:02:08.584Z] Step 6/6 : RUN go mod download [2021-03-16T03:02:08.857Z] ---> Running in 430edf936b2c [2021-03-16T03:02:37.431Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:37.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:37.431Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:37.431Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:37.431Z] ---> 068500067a8b [2021-03-16T03:02:37.431Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T03:02:37.431Z] ---> 068500067a8b [2021-03-16T03:02:37.431Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:02:37.431Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:37.431Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:37.431Z] ---> 068500067a8b [2021-03-16T03:02:37.431Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:02:37.431Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:37.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:37.431Z] ---> 068500067a8b [2021-03-16T03:02:37.431Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:02:37.431Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:02:37.431Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:02:37.431Z] ---> 068500067a8b [2021-03-16T03:02:37.431Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T03:02:37.431Z] ---> Running in 79800caf7090 [2021-03-16T03:02:37.431Z] ---> Running in f623e2a11c1a [2021-03-16T03:02:37.431Z] ---> Running in 07e3ed73bbc0 [2021-03-16T03:02:37.431Z] ---> Running in be3236597a86 [2021-03-16T03:02:37.431Z] ---> Running in 838b173c403f [2021-03-16T03:02:37.431Z] Removing intermediate container 07e3ed73bbc0 [2021-03-16T03:02:37.431Z] ---> 3d2dd2ee962b [2021-03-16T03:02:37.431Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:37.431Z] Removing intermediate container f623e2a11c1a [2021-03-16T03:02:37.431Z] ---> 275022c1a323 [2021-03-16T03:02:37.431Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:37.431Z] Removing intermediate container 79800caf7090 [2021-03-16T03:02:37.431Z] ---> 86a322133925 [2021-03-16T03:02:37.431Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:37.431Z] Removing intermediate container 838b173c403f [2021-03-16T03:02:37.431Z] ---> a2439dc20209 [2021-03-16T03:02:37.431Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:37.431Z] Removing intermediate container be3236597a86 [2021-03-16T03:02:37.431Z] ---> 24301e5b73ea [2021-03-16T03:02:37.431Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:02:37.431Z] ---> Running in 1c464895da86 [2021-03-16T03:02:37.431Z] ---> Running in 7d89851ce102 [2021-03-16T03:02:37.431Z] ---> Running in 152ed6cc9b25 [2021-03-16T03:02:37.431Z] ---> Running in aad3cb17f3a6 [2021-03-16T03:02:37.431Z] ---> Running in 9fa25837291d [2021-03-16T03:02:37.431Z] Removing intermediate container 152ed6cc9b25 [2021-03-16T03:02:37.431Z] ---> 9ec58b5e62bb [2021-03-16T03:02:37.431Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T03:02:37.431Z] Removing intermediate container 7d89851ce102 [2021-03-16T03:02:37.431Z] ---> 98c342841127 [2021-03-16T03:02:37.431Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:02:37.431Z] ---> Running in ceea85df417a [2021-03-16T03:02:37.431Z] Removing intermediate container aad3cb17f3a6 [2021-03-16T03:02:37.431Z] ---> d141bd5a718f [2021-03-16T03:02:37.431Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T03:02:37.431Z] Removing intermediate container 1c464895da86 [2021-03-16T03:02:37.431Z] ---> 5474cee0c8dc [2021-03-16T03:02:37.431Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T03:02:37.431Z] ---> Running in 8bd547cc50dd [2021-03-16T03:02:37.431Z] Removing intermediate container 9fa25837291d [2021-03-16T03:02:37.431Z] ---> cac85cf31b21 [2021-03-16T03:02:37.431Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T03:02:37.431Z] ---> Running in c3079157028c [2021-03-16T03:02:37.431Z] ---> Running in 2b0b60cf28be [2021-03-16T03:02:37.431Z] ---> Running in 2c85410ac01c [2021-03-16T03:02:38.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:38.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:38.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:38.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:38.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:39.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:39.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:39.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:39.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:39.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:02:40.459Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:40.459Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:40.751Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:40.751Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:40.751Z] OK: 233 MiB in 51 packages [2021-03-16T03:02:41.214Z] Removing intermediate container 430edf936b2c [2021-03-16T03:02:41.214Z] ---> 3c871dce9da9 [2021-03-16T03:02:41.214Z] Successfully built 3c871dce9da9 [2021-03-16T03:02:41.214Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:02:41.552Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T03:02:41.552Z] . [Pipeline] withDockerContainer [2021-03-16T03:02:41.774Z] Removing intermediate container ceea85df417a [2021-03-16T03:02:41.774Z] ---> 707f438c0b9a [2021-03-16T03:02:41.774Z] Step 6/31 : COPY go.mod . [2021-03-16T03:02:41.818Z] prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container [2021-03-16T03:02:41.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T03:02:42.102Z] Removing intermediate container 8bd547cc50dd [2021-03-16T03:02:42.102Z] ---> 3ffc0636bd26 [2021-03-16T03:02:42.102Z] Step 6/23 : COPY go.mod . [2021-03-16T03:02:42.102Z] Removing intermediate container c3079157028c [2021-03-16T03:02:42.102Z] ---> 26b2d26944a9 [2021-03-16T03:02:42.102Z] Step 6/24 : COPY go.mod . [2021-03-16T03:02:42.102Z] Removing intermediate container 2c85410ac01c [2021-03-16T03:02:42.102Z] ---> e158c4aa7da3 [2021-03-16T03:02:42.102Z] Step 6/23 : COPY go.mod . [2021-03-16T03:02:42.102Z] Removing intermediate container 2b0b60cf28be [2021-03-16T03:02:42.102Z] ---> ea6c83edebdd [2021-03-16T03:02:42.102Z] Step 6/22 : COPY go.mod . [2021-03-16T03:02:42.371Z] ---> 18729fc5d450 [2021-03-16T03:02:42.371Z] Step 7/31 : RUN go mod download [2021-03-16T03:02:42.371Z] ---> bf93325d9989 [2021-03-16T03:02:42.371Z] Step 7/23 : RUN go mod download [2021-03-16T03:02:42.371Z] ---> Running in d7d9997be166 [2021-03-16T03:02:42.640Z] ---> fc0f53d4d0c2 [2021-03-16T03:02:42.640Z] Step 7/24 : RUN go mod download [2021-03-16T03:02:42.640Z] ---> Running in 8127fb6b28e8 [2021-03-16T03:02:42.640Z] ---> 2fc2a9aa8bb8 [2021-03-16T03:02:42.640Z] Step 7/23 : RUN go mod download [2021-03-16T03:02:42.918Z] ---> 0658811706bb [2021-03-16T03:02:42.918Z] Step 7/22 : RUN go mod download [2021-03-16T03:02:42.918Z] ---> Running in cef145bdfd9d [2021-03-16T03:02:42.918Z] ---> Running in 2a6192992929 [2021-03-16T03:02:42.918Z] ---> Running in d25cf83105d3 [2021-03-16T03:02:43.388Z] $ docker top 0290d8f4978473410f1130c8067ca7ed57c86b0cbce3699cc679b54521be2602 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:02:44.424Z] + go version [2021-03-16T03:02:44.424Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T03:02:44.439Z] $ docker stop --time=1 0290d8f4978473410f1130c8067ca7ed57c86b0cbce3699cc679b54521be2602 [2021-03-16T03:02:46.367Z] $ docker rm -f 0290d8f4978473410f1130c8067ca7ed57c86b0cbce3699cc679b54521be2602 [2021-03-16T03:02:46.423Z] Removing intermediate container d7d9997be166 [2021-03-16T03:02:46.423Z] ---> 9721f072e60b [2021-03-16T03:02:46.423Z] Step 8/31 : COPY . . [2021-03-16T03:02:46.423Z] Removing intermediate container d25cf83105d3 [2021-03-16T03:02:46.423Z] ---> 6eaba2a45c27 [2021-03-16T03:02:46.423Z] Step 8/22 : COPY . . [2021-03-16T03:02:46.423Z] Removing intermediate container cef145bdfd9d [2021-03-16T03:02:46.423Z] ---> a1a74dc00588 [2021-03-16T03:02:46.423Z] Step 8/24 : COPY . . [2021-03-16T03:02:46.423Z] Removing intermediate container 2a6192992929 [2021-03-16T03:02:46.423Z] ---> ca2e87aeac6a [2021-03-16T03:02:46.423Z] Step 8/23 : COPY . . [2021-03-16T03:02:46.423Z] Removing intermediate container 8127fb6b28e8 [2021-03-16T03:02:46.423Z] ---> b381f424d5b3 [2021-03-16T03:02:46.423Z] Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:02:47.402Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T03:02:47.402Z] . [Pipeline] withDockerContainer [2021-03-16T03:02:47.675Z] prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container [2021-03-16T03:02:47.749Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T03:02:49.237Z] $ docker top 948e20f8f0321e45d9857ca0d414ec7b4f0aa89054604a7a8b0332ad41ec2e7b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T03:02:49.641Z] ========================================================= [2021-03-16T03:02:49.641Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T03:02:49.641Z] ========================================================= [Pipeline] sh [2021-03-16T03:02:50.284Z] + make test [2021-03-16T03:02:50.285Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T03:03:17.081Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T03:03:33.641Z] ---> 685943359296 [2021-03-16T03:03:33.642Z] ---> 4c705b498058 [2021-03-16T03:03:33.642Z] ---> 5fa1255f0145 [2021-03-16T03:03:33.642Z] ---> 3352c2c30209 [2021-03-16T03:03:33.642Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/23 : RUN make cmd/core-data/core-data [2021-03-16T03:03:33.642Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T03:03:33.642Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T03:03:33.642Z] [2021-03-16T03:03:33.642Z] ---> 231d48e1ae12 [2021-03-16T03:03:33.642Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T03:03:33.642Z] ---> Running in 7867401f9f01 [2021-03-16T03:03:33.642Z] ---> Running in 1bc892bfde7a [2021-03-16T03:03:33.642Z] ---> Running in 52b9d141ea0f [2021-03-16T03:03:33.642Z] ---> Running in 7dbbc96fdc89 [2021-03-16T03:03:33.642Z] ---> Running in 109eea858d7d [2021-03-16T03:03:34.615Z] 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-16T03:03:34.615Z] 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-16T03:03:34.616Z] 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-16T03:03:34.616Z] 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-16T03:03:34.616Z] 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-16T03:04:04.093Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T03:04:12.432Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T03:04:14.601Z] 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-16T03:04:20.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T03:04:20.771Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T03:04:23.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T03:04:23.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T03:04:23.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T03:04:23.413Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T03:04:24.785Z] Removing intermediate container 7dbbc96fdc89 [2021-03-16T03:04:24.785Z] ---> 2bcf79b3b269 [2021-03-16T03:04:24.785Z] [2021-03-16T03:04:24.785Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T03:04:24.785Z] 3.12: Pulling from library/alpine [2021-03-16T03:04:25.407Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T03:04:25.407Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T03:04:25.407Z] ---> 88dd2752d2ea [2021-03-16T03:04:25.407Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T03:04:26.048Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T03:04:27.501Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T03:04:30.779Z] ---> Running in 043ea6a3ffc6 [2021-03-16T03:04:31.044Z] Removing intermediate container 52b9d141ea0f [2021-03-16T03:04:31.044Z] ---> 1afe25c40529 [2021-03-16T03:04:31.044Z] [2021-03-16T03:04:31.044Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T03:04:31.044Z] ---> 88dd2752d2ea [2021-03-16T03:04:31.044Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T03:04:31.311Z] Removing intermediate container 043ea6a3ffc6 [2021-03-16T03:04:31.311Z] ---> 6c6f6945325a [2021-03-16T03:04:31.311Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T03:04:31.311Z] Removing intermediate container 1bc892bfde7a [2021-03-16T03:04:31.311Z] ---> bac141ef8b3a [2021-03-16T03:04:31.311Z] [2021-03-16T03:04:31.311Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:04:31.312Z] ---> 88dd2752d2ea [2021-03-16T03:04:31.312Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T03:04:31.312Z] Removing intermediate container 109eea858d7d [2021-03-16T03:04:31.312Z] ---> 1a78be2714a6 [2021-03-16T03:04:31.312Z] [2021-03-16T03:04:31.312Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:04:31.312Z] ---> 88dd2752d2ea [2021-03-16T03:04:31.312Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:04:31.583Z] ---> Running in dc37daab26b7 [2021-03-16T03:04:31.583Z] ---> Running in 8fbc48c34ecf [2021-03-16T03:04:31.583Z] ---> Running in 93b55e862c3a [2021-03-16T03:04:33.156Z] ---> Running in 2a90691bda0c [2021-03-16T03:04:33.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:33.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:33.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:33.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:33.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:33.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:33.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:33.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:34.044Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:04:34.044Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T03:04:34.044Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:04:34.044Z] OK: 6 MiB in 16 packages [2021-03-16T03:04:34.044Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T03:04:34.319Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:04:34.319Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T03:04:34.319Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T03:04:34.319Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T03:04:34.319Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:04:34.319Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:04:34.319Z] OK: 7 MiB in 19 packages [2021-03-16T03:04:34.319Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T03:04:34.319Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:04:34.319Z] OK: 6 MiB in 15 packages [2021-03-16T03:04:34.319Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T03:04:34.319Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:04:34.319Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:04:34.319Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:04:34.319Z] OK: 6 MiB in 16 packages [2021-03-16T03:04:35.719Z] Removing intermediate container 7867401f9f01 [2021-03-16T03:04:35.719Z] ---> b41a0fd79fac [2021-03-16T03:04:35.719Z] [2021-03-16T03:04:35.719Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:04:35.719Z] ---> 88dd2752d2ea [2021-03-16T03:04:35.719Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T03:04:36.045Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T03:04:36.045Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T03:04:36.045Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T03:04:36.299Z] ---> Running in 39c7a2dde498 [2021-03-16T03:04:36.883Z] Removing intermediate container 39c7a2dde498 [2021-03-16T03:04:36.883Z] ---> 63457765f1f5 [2021-03-16T03:04:36.883Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T03:04:37.149Z] Removing intermediate container 2a90691bda0c [2021-03-16T03:04:37.149Z] ---> b4e63a41a48a [2021-03-16T03:04:37.149Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:04:37.149Z] ---> Running in c332e03274b0 [2021-03-16T03:04:37.149Z] Removing intermediate container 8fbc48c34ecf [2021-03-16T03:04:37.149Z] ---> a5daf819dea4 [2021-03-16T03:04:37.149Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T03:04:37.429Z] Removing intermediate container dc37daab26b7 [2021-03-16T03:04:37.429Z] ---> c27b6f511fd6 [2021-03-16T03:04:37.429Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:04:37.429Z] Removing intermediate container 93b55e862c3a [2021-03-16T03:04:37.429Z] ---> b6c88db83aef [2021-03-16T03:04:37.429Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:04:37.429Z] ---> Running in 1056f3ee99c6 [2021-03-16T03:04:37.429Z] ---> Running in 921e6ddecfa2 [2021-03-16T03:04:37.429Z] ---> Running in 5c9d7dc3ed93 [2021-03-16T03:04:37.429Z] ---> Running in c7b46a2654a8 [2021-03-16T03:04:38.836Z] Removing intermediate container c332e03274b0 [2021-03-16T03:04:38.836Z] ---> 9e58d2d016c8 [2021-03-16T03:04:38.836Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T03:04:38.836Z] ---> Running in 74e883ea1ce2 [2021-03-16T03:04:39.115Z] Removing intermediate container c7b46a2654a8 [2021-03-16T03:04:39.115Z] ---> 5e44dd11a641 [2021-03-16T03:04:39.115Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T03:04:39.115Z] Removing intermediate container 1056f3ee99c6 [2021-03-16T03:04:39.115Z] ---> 8d23880290e3 [2021-03-16T03:04:39.115Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T03:04:39.115Z] Removing intermediate container 5c9d7dc3ed93 [2021-03-16T03:04:39.115Z] ---> bac1a377c154 [2021-03-16T03:04:39.115Z] Step 13/24 : WORKDIR / [2021-03-16T03:04:39.115Z] Removing intermediate container 921e6ddecfa2 [2021-03-16T03:04:39.115Z] ---> 0c3ce765ae07 [2021-03-16T03:04:39.115Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T03:04:39.115Z] ---> Running in 56e1bbddd0c8 [2021-03-16T03:04:39.115Z] ---> Running in c19ad97ac1f2 [2021-03-16T03:04:39.115Z] ---> Running in d08e9fdbfd3e [2021-03-16T03:04:39.115Z] ---> Running in 2ac3231f7098 [2021-03-16T03:04:39.381Z] Removing intermediate container 74e883ea1ce2 [2021-03-16T03:04:39.381Z] ---> 2b7b456f9605 [2021-03-16T03:04:39.381Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:04:39.381Z] ---> Running in 5b9dcf4d2eb9 [2021-03-16T03:04:39.381Z] Removing intermediate container 56e1bbddd0c8 [2021-03-16T03:04:39.381Z] ---> c4cdaf25220b [2021-03-16T03:04:39.381Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:04:39.647Z] Removing intermediate container 2ac3231f7098 [2021-03-16T03:04:39.648Z] ---> 45e610db64de [2021-03-16T03:04:39.648Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:04:39.648Z] Removing intermediate container c19ad97ac1f2 [2021-03-16T03:04:39.648Z] ---> 69de38a2072a [2021-03-16T03:04:39.648Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T03:04:39.914Z] Removing intermediate container d08e9fdbfd3e [2021-03-16T03:04:39.914Z] ---> e11e4f599e27 [2021-03-16T03:04:39.914Z] 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-16T03:04:39.914Z] ---> Running in 257ece46243b [2021-03-16T03:04:39.914Z] ---> Running in dfad163a660b [2021-03-16T03:04:39.914Z] ---> Running in a60d3b69f55d [2021-03-16T03:04:40.187Z] Removing intermediate container 257ece46243b [2021-03-16T03:04:40.187Z] ---> 987edfa6387c [2021-03-16T03:04:40.187Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:04:40.472Z] ---> de7d89c632af [2021-03-16T03:04:40.472Z] 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-16T03:04:40.472Z] Removing intermediate container dfad163a660b [2021-03-16T03:04:40.472Z] ---> b9ba04ebef98 [2021-03-16T03:04:40.472Z] Step 15/23 : WORKDIR / [2021-03-16T03:04:40.472Z] ---> Running in 9539f91830d6 [2021-03-16T03:04:40.749Z] ---> e4d71c831abe [2021-03-16T03:04:40.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T03:04:41.024Z] ---> 51ed56b08631 [2021-03-16T03:04:41.024Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:41.024Z] Removing intermediate container 9539f91830d6 [2021-03-16T03:04:41.024Z] ---> c1b44b228524 [2021-03-16T03:04:41.024Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:04:41.302Z] Removing intermediate container 5b9dcf4d2eb9 [2021-03-16T03:04:41.302Z] ---> 01062aa75691 [2021-03-16T03:04:41.302Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T03:04:41.595Z] ---> 0d5b7f1d0515 [2021-03-16T03:04:41.595Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T03:04:41.595Z] ---> Running in 6b64d5b4526e [2021-03-16T03:04:41.595Z] Removing intermediate container a60d3b69f55d [2021-03-16T03:04:41.595Z] ---> 9c3df068871d [2021-03-16T03:04:41.595Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T03:04:41.595Z] ---> c124850c964a [2021-03-16T03:04:41.595Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T03:04:41.595Z] ---> 48831d23ce06 [2021-03-16T03:04:41.595Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:41.877Z] ---> Running in 93e28ee536e4 [2021-03-16T03:04:42.153Z] ---> cd8ac61a67ff [2021-03-16T03:04:42.153Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T03:04:42.442Z] ---> 4ae2081993fd [2021-03-16T03:04:42.442Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T03:04:42.442Z] Removing intermediate container 93e28ee536e4 [2021-03-16T03:04:42.442Z] ---> 17c183bf65f8 [2021-03-16T03:04:42.442Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T03:04:42.442Z] ---> Running in e145d47390b7 [2021-03-16T03:04:42.442Z] ---> 66706cca7509 [2021-03-16T03:04:42.442Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:42.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:42.717Z] Removing intermediate container e145d47390b7 [2021-03-16T03:04:42.717Z] ---> c3af2b621730 [2021-03-16T03:04:42.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.407s coverage: 45.9% of statements [2021-03-16T03:04:42.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T03:04:42.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T03:04:42.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T03:04:42.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T03:04:42.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T03:04:42.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T03:04:42.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.163s coverage: 19.8% of statements [2021-03-16T03:04:42.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements [2021-03-16T03:04:42.983Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:04:42.983Z] ---> 42f1d255f79f [2021-03-16T03:04:42.983Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T03:04:42.983Z] ---> d348f05ff282 [2021-03-16T03:04:42.983Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T03:04:42.983Z] ---> Running in 04fdf0e1f596 [2021-03-16T03:04:42.983Z] ---> Running in 7c5ee7a719f5 [2021-03-16T03:04:42.983Z] ---> b503eb281aed [2021-03-16T03:04:42.983Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T03:04:43.256Z] ---> Running in c98184b0fab9 [2021-03-16T03:04:43.539Z] Removing intermediate container 7c5ee7a719f5 [2021-03-16T03:04:43.539Z] ---> 88b00407667e [2021-03-16T03:04:43.539Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T03:04:43.539Z] Removing intermediate container c98184b0fab9 [2021-03-16T03:04:43.539Z] ---> d5a3337b0837 [2021-03-16T03:04:43.539Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:04:43.539Z] ---> Running in 1dabca274912 [2021-03-16T03:04:43.539Z] ---> 093b52f51907 [2021-03-16T03:04:43.539Z] 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-16T03:04:43.539Z] ---> Running in ee8ec26fd3ce [2021-03-16T03:04:43.539Z] ---> Running in 09afe2173d42 [2021-03-16T03:04:44.129Z] Removing intermediate container 1dabca274912 [2021-03-16T03:04:44.129Z] ---> 2f4abd7061ca [2021-03-16T03:04:44.129Z] Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:04:44.129Z] Removing intermediate container ee8ec26fd3ce [2021-03-16T03:04:44.129Z] ---> 6052159775ee [2021-03-16T03:04:44.129Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T03:04:44.129Z] ---> Running in 3c57ca082088 [2021-03-16T03:04:44.129Z] ---> Running in 1936629ca4af [2021-03-16T03:04:44.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:04:44.405Z] Removing intermediate container 3c57ca082088 [2021-03-16T03:04:44.405Z] ---> 835d0735c67b [2021-03-16T03:04:44.405Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:04:44.696Z] ---> Running in 238f8ed43806 [2021-03-16T03:04:44.696Z] Removing intermediate container 1936629ca4af [2021-03-16T03:04:44.696Z] ---> 2f4052fe0551 [2021-03-16T03:04:44.696Z] Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:04:44.696Z] ---> Running in 5b8d424169c3 [2021-03-16T03:04:44.969Z] Removing intermediate container 04fdf0e1f596 [2021-03-16T03:04:44.969Z] ---> a6072e99c8b7 [2021-03-16T03:04:44.969Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:04:44.969Z] Removing intermediate container 238f8ed43806 [2021-03-16T03:04:44.969Z] ---> 5ed13f4d04b4 [2021-03-16T03:04:44.969Z] [2021-03-16T03:04:45.235Z] Removing intermediate container 5b8d424169c3 [2021-03-16T03:04:45.235Z] ---> 7d74ff2733e4 [2021-03-16T03:04:45.235Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:04:45.235Z] ---> Running in 468a3b6f70c3 [2021-03-16T03:04:45.498Z] Successfully built 5ed13f4d04b4 [2021-03-16T03:04:45.498Z] Removing intermediate container 09afe2173d42 [2021-03-16T03:04:45.498Z] ---> f5dca1f26ecd [2021-03-16T03:04:45.498Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T03:04:45.498Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T03:04:45.498Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-16T03:04:45.498Z] ---> 470b019dda1f [2021-03-16T03:04:45.498Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T03:04:45.764Z] ---> Running in a23991d03604 [2021-03-16T03:04:45.764Z] Removing intermediate container 468a3b6f70c3 [2021-03-16T03:04:45.764Z] ---> 41299b83ea4c [2021-03-16T03:04:45.764Z] [2021-03-16T03:04:45.764Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T03:04:45.764Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T03:04:46.038Z] Successfully built 41299b83ea4c [2021-03-16T03:04:46.038Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T03:04:46.038Z] Successfully tagged docker-core-command-go:latest [2021-03-16T03:04:46.038Z] Building docker-core-metadata-go [2021-03-16T03:04:46.038Z]  Building docker-core-command-go ... done Removing intermediate container a23991d03604 [2021-03-16T03:04:46.038Z] ---> 51763d7aee85 [2021-03-16T03:04:46.038Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T03:04:46.038Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T03:04:46.304Z] ---> Running in c36f90e5feaf [2021-03-16T03:04:46.304Z] ---> 91157d7d9240 [2021-03-16T03:04:46.304Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T03:04:46.304Z] Removing intermediate container c36f90e5feaf [2021-03-16T03:04:46.304Z] ---> 8714f31a6e92 [2021-03-16T03:04:46.304Z] Step 23/24 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:04:46.579Z] ---> Running in 4b08d5cfbd19 [2021-03-16T03:04:46.579Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T03:04:46.863Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T03:04:46.863Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:04:46.863Z] ---> ac85c457f706 [2021-03-16T03:04:46.863Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T03:04:46.863Z] OK: 8 MiB in 20 packages [2021-03-16T03:04:47.156Z] Removing intermediate container 4b08d5cfbd19 [2021-03-16T03:04:47.156Z] ---> 8c462901409e [2021-03-16T03:04:47.156Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T03:04:47.442Z] ---> Running in 716e8576c116 [2021-03-16T03:04:48.876Z] ---> 10f7f573ac15 [2021-03-16T03:04:48.876Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T03:04:48.876Z] Removing intermediate container 716e8576c116 [2021-03-16T03:04:48.876Z] ---> fcf918e64f45 [2021-03-16T03:04:48.876Z] [2021-03-16T03:04:50.304Z] Successfully built fcf918e64f45 [2021-03-16T03:04:50.304Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T03:04:50.304Z] Building docker-security-proxy-setup-go [2021-03-16T03:04:51.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.604s coverage: 27.1% of statements [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T03:04:51.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.102s coverage: 100.0% of statements [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T03:04:51.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T03:04:51.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T03:04:51.277Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6b64d5b4526e [2021-03-16T03:04:51.277Z] ---> ebb8b61f9433 [2021-03-16T03:04:51.277Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:04:51.548Z] ---> 01a80bc95c73 [2021-03-16T03:04:51.548Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T03:04:52.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.383s coverage: 71.3% of statements [2021-03-16T03:04:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T03:04:52.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T03:04:54.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.535s coverage: 82.9% of statements [2021-03-16T03:04:54.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T03:04:54.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:04:54.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements [2021-03-16T03:04:54.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T03:04:54.948Z] ---> Running in d4ae3a0c4fa5 [2021-03-16T03:04:54.948Z] ---> 37d87f0161f0 [2021-03-16T03:04:54.948Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T03:04:55.222Z] Removing intermediate container d4ae3a0c4fa5 [2021-03-16T03:04:55.222Z] ---> 998f7ca73b52 [2021-03-16T03:04:55.222Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T03:04:55.809Z] ---> 07e00a966d24 [2021-03-16T03:04:55.810Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T03:04:55.810Z] ---> b17557e9f3f0 [2021-03-16T03:04:55.810Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T03:04:56.819Z] ---> Running in cabc91890609 [2021-03-16T03:04:56.820Z] ---> dc189ea27e8a [2021-03-16T03:04:56.820Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T03:04:57.413Z] ---> Running in 7d218682dffb [2021-03-16T03:04:58.405Z] Removing intermediate container 7d218682dffb [2021-03-16T03:04:58.405Z] ---> bed33a011734 [2021-03-16T03:04:58.405Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:04:59.848Z] ---> Running in 557036ccc542 [2021-03-16T03:05:00.130Z] Removing intermediate container 557036ccc542 [2021-03-16T03:05:00.130Z] ---> 96c51061fc79 [2021-03-16T03:05:00.130Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T03:05:00.406Z] ---> Running in 4d16eb88b653 [2021-03-16T03:05:01.042Z] Removing intermediate container cabc91890609 [2021-03-16T03:05:01.042Z] ---> cad99abc1289 [2021-03-16T03:05:01.042Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T03:05:01.327Z] Removing intermediate container 4d16eb88b653 [2021-03-16T03:05:01.327Z] ---> 0925fce224bf [2021-03-16T03:05:01.327Z] Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:05:01.950Z] ---> Running in e9f97d005245 [2021-03-16T03:05:01.950Z] ---> Running in 982240ca1400 [2021-03-16T03:05:03.450Z] Removing intermediate container e9f97d005245 [2021-03-16T03:05:03.450Z] ---> 7b729997d468 [2021-03-16T03:05:03.450Z] Step 28/31 : CMD ["gate"] [2021-03-16T03:05:03.450Z] Removing intermediate container 982240ca1400 [2021-03-16T03:05:03.450Z] ---> 8d5368ae1c01 [2021-03-16T03:05:03.450Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:05:04.453Z] ---> Running in 11bc9314a12c [2021-03-16T03:05:04.453Z] ---> Running in 7029f6af7af2 [2021-03-16T03:05:05.091Z] Removing intermediate container 11bc9314a12c [2021-03-16T03:05:05.091Z] ---> 54950e56449d [2021-03-16T03:05:05.091Z] [2021-03-16T03:05:05.461Z] Removing intermediate container 7029f6af7af2 [2021-03-16T03:05:05.461Z] ---> 4c932718fd58 [2021-03-16T03:05:05.461Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T03:05:05.746Z] Successfully built 54950e56449d [2021-03-16T03:05:05.746Z] Successfully tagged docker-core-data-go:latest [2021-03-16T03:05:05.746Z] Building docker-sys-mgmt-agent-go [2021-03-16T03:05:06.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T03:05:06.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T03:05:06.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T03:05:06.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T03:05:06.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T03:05:06.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T03:05:06.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T03:05:07.228Z]  Building docker-core-data-go ... done  ---> Running in 50e996ed36fc [2021-03-16T03:05:08.497Z] Removing intermediate container 50e996ed36fc [2021-03-16T03:05:08.497Z] ---> 149f698d53e5 [2021-03-16T03:05:08.497Z] Step 30/31 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:05:09.757Z] ---> Running in 36a065376999 [2021-03-16T03:05:10.389Z] Removing intermediate container 36a065376999 [2021-03-16T03:05:10.389Z] ---> 05aae9c3384d [2021-03-16T03:05:10.389Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T03:05:11.430Z] ---> Running in b4fbcb7cfa16 [2021-03-16T03:05:12.425Z] Removing intermediate container b4fbcb7cfa16 [2021-03-16T03:05:12.425Z] ---> fca252da7e95 [2021-03-16T03:05:12.425Z] [2021-03-16T03:05:12.749Z] Successfully built fca252da7e95 [2021-03-16T03:05:13.034Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T03:05:15.323Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:05:15.323Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:05:15.323Z] ---> 068500067a8b [2021-03-16T03:05:15.323Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:05:15.323Z] ---> Using cache [2021-03-16T03:05:15.323Z] ---> a2439dc20209 [2021-03-16T03:05:15.323Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:05:15.323Z] ---> Using cache [2021-03-16T03:05:15.323Z] ---> cac85cf31b21 [2021-03-16T03:05:15.323Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:05:15.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.187s coverage: 92.8% of statements [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T03:05:15.547Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T03:05:15.547Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.243s coverage: 0.1% of statements [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T03:05:15.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T03:05:15.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2021-03-16T03:05:15.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-03-16T03:05:15.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2021-03-16T03:05:15.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-03-16T03:05:15.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements [2021-03-16T03:05:15.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:05:15.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:05:15.707Z] ---> 068500067a8b [2021-03-16T03:05:15.707Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:05:15.707Z] ---> Using cache [2021-03-16T03:05:15.707Z] ---> a2439dc20209 [2021-03-16T03:05:15.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:05:15.707Z] ---> Using cache [2021-03-16T03:05:15.707Z] ---> cac85cf31b21 [2021-03-16T03:05:15.707Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T03:05:16.693Z] ---> Running in abd3de78c5c1 [2021-03-16T03:05:16.975Z] ---> Running in b8d125697675 [2021-03-16T03:05:19.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:19.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:19.618Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:05:19.618Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:05:19.618Z] ---> 068500067a8b [2021-03-16T03:05:19.618Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T03:05:19.618Z] ---> Using cache [2021-03-16T03:05:19.618Z] ---> a2439dc20209 [2021-03-16T03:05:19.618Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:05:19.618Z] ---> Using cache [2021-03-16T03:05:19.618Z] ---> cac85cf31b21 [2021-03-16T03:05:19.618Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T03:05:19.893Z] ---> Running in 388302240ba7 [2021-03-16T03:05:20.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:20.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:20.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:21.042Z] OK: 233 MiB in 51 packages [2021-03-16T03:05:21.414Z] OK: 233 MiB in 51 packages [2021-03-16T03:05:21.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:22.711Z] OK: 233 MiB in 51 packages [2021-03-16T03:05:24.130Z] Removing intermediate container b8d125697675 [2021-03-16T03:05:24.130Z] ---> e9d22658627a [2021-03-16T03:05:24.130Z] Step 6/23 : COPY go.mod . [2021-03-16T03:05:24.421Z] Removing intermediate container abd3de78c5c1 [2021-03-16T03:05:24.421Z] ---> a92673caf495 [2021-03-16T03:05:24.421Z] Step 6/22 : COPY go.mod . [2021-03-16T03:05:25.454Z] Removing intermediate container 388302240ba7 [2021-03-16T03:05:25.454Z] ---> 063310e08733 [2021-03-16T03:05:25.454Z] Step 6/21 : COPY go.mod . [2021-03-16T03:05:25.733Z] ---> 0b5a1553a17e [2021-03-16T03:05:25.733Z] Step 7/23 : RUN go mod download [2021-03-16T03:05:25.733Z] ---> 0ddb34144d53 [2021-03-16T03:05:25.733Z] Step 7/22 : RUN go mod download [2021-03-16T03:05:26.056Z] ---> Running in 8f561b53a485 [2021-03-16T03:05:26.333Z] ---> Running in f5f2ff90a516 [2021-03-16T03:05:26.602Z] ---> 0707a36470cc [2021-03-16T03:05:26.602Z] Step 7/21 : RUN go mod download [2021-03-16T03:05:26.903Z] ---> Running in cd33a393c335 [2021-03-16T03:05:27.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-03-16T03:05:27.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-16T03:05:30.544Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:05:30.544Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:05:30.544Z] ---> 068500067a8b [2021-03-16T03:05:30.544Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T03:05:30.544Z] ---> Using cache [2021-03-16T03:05:30.544Z] ---> a2439dc20209 [2021-03-16T03:05:30.544Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:05:30.544Z] ---> Using cache [2021-03-16T03:05:30.544Z] ---> cac85cf31b21 [2021-03-16T03:05:30.544Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T03:05:31.543Z] ---> Running in 37e33d025f10 [2021-03-16T03:05:31.828Z] Removing intermediate container 8f561b53a485 [2021-03-16T03:05:31.828Z] ---> f6126577e7d3 [2021-03-16T03:05:31.828Z] Step 8/23 : COPY . . [2021-03-16T03:05:31.828Z] Removing intermediate container cd33a393c335 [2021-03-16T03:05:31.828Z] ---> 381e811980d8 [2021-03-16T03:05:31.828Z] Step 8/21 : COPY . . [2021-03-16T03:05:31.828Z] Removing intermediate container f5f2ff90a516 [2021-03-16T03:05:31.828Z] ---> 0fa114def5b6 [2021-03-16T03:05:31.828Z] Step 8/22 : COPY . . [2021-03-16T03:05:32.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.279s coverage: 81.9% of statements [2021-03-16T03:05:33.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:05:34.447Z] OK: 233 MiB in 51 packages [2021-03-16T03:05:39.924Z] Removing intermediate container 37e33d025f10 [2021-03-16T03:05:39.924Z] ---> afac576bbc18 [2021-03-16T03:05:39.924Z] Step 6/26 : COPY go.mod . [2021-03-16T03:05:41.380Z] ---> 33ca9e19e7a5 [2021-03-16T03:05:41.380Z] Step 7/26 : RUN go mod download [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.6% of statements [2021-03-16T03:05:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.6% of statements [2021-03-16T03:05:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T03:05:44.059Z] ---> Running in 8234695cefc3 [2021-03-16T03:05:46.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.695s coverage: 62.4% of statements [2021-03-16T03:05:46.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T03:05:46.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T03:05:46.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-03-16T03:05:46.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 91.3% of statements [2021-03-16T03:05:46.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-03-16T03:05:46.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.115s coverage: 73.7% of statements [2021-03-16T03:05:48.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-03-16T03:05:50.790Z] Removing intermediate container 8234695cefc3 [2021-03-16T03:05:50.790Z] ---> c393c26c3e2e [2021-03-16T03:05:50.790Z] Step 8/26 : COPY . . [2021-03-16T03:05:52.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 69.0% of statements [2021-03-16T03:05:52.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T03:05:52.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T03:05:52.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T03:05:53.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.378s coverage: 38.4% of statements [2021-03-16T03:05:53.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T03:05:53.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T03:05:53.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements [2021-03-16T03:05:53.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T03:05:53.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements [2021-03-16T03:06:00.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T03:06:00.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T03:06:00.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T03:06:00.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.444s coverage: 87.1% of statements [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:06:00.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T03:06:05.960Z] ---> 9866d31d0f6b [2021-03-16T03:06:05.960Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T03:06:05.960Z] ---> d72205923e9c [2021-03-16T03:06:05.960Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T03:06:06.567Z] ---> Running in 91296e7b4316 [2021-03-16T03:06:06.568Z] ---> Running in faa907939437 [2021-03-16T03:06:06.568Z] ---> aa14d3e7ce27 [2021-03-16T03:06:06.568Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T03:06:07.153Z] ---> Running in ec9aa99b1ae9 [2021-03-16T03:06:09.168Z] 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-16T03:06:09.168Z] 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-16T03:06:09.168Z] 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-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.397s coverage: 29.1% of statements [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.166s coverage: 99.0% of statements [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 96.5% of statements [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T03:06:10.527Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.104s coverage: 100.0% of statements [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-16T03:06:10.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-16T03:06:11.120Z] GO111MODULE=on go vet ./... [2021-03-16T03:06:19.392Z] ---> 6da670f3edaa [2021-03-16T03:06:19.392Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T03:06:19.392Z] ---> Running in 7002733ff405 [2021-03-16T03:06:20.401Z] 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-16T03:06:47.272Z] 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-16T03:06:54.169Z] Removing intermediate container ec9aa99b1ae9 [2021-03-16T03:06:54.169Z] ---> a7556d42af07 [2021-03-16T03:06:54.169Z] [2021-03-16T03:06:54.169Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T03:06:54.169Z] ---> 88dd2752d2ea [2021-03-16T03:06:54.169Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T03:06:54.169Z] Removing intermediate container faa907939437 [2021-03-16T03:06:54.169Z] ---> f1bb3aa24e14 [2021-03-16T03:06:54.169Z] [2021-03-16T03:06:54.169Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:06:54.169Z] ---> 88dd2752d2ea [2021-03-16T03:06:54.170Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:06:54.170Z] ---> Using cache [2021-03-16T03:06:54.170Z] ---> b4e63a41a48a [2021-03-16T03:06:54.170Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:06:54.170Z] ---> Using cache [2021-03-16T03:06:54.170Z] ---> 0c3ce765ae07 [2021-03-16T03:06:54.170Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T03:06:54.435Z] ---> Running in a85605154c82 [2021-03-16T03:06:54.708Z] ---> Running in d168e4c138c5 [2021-03-16T03:06:55.289Z] Removing intermediate container d168e4c138c5 [2021-03-16T03:06:55.289Z] ---> 26aba759677a [2021-03-16T03:06:55.289Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:06:57.235Z] ---> Running in 54359df21dcb [2021-03-16T03:06:58.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:06:58.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:06:58.658Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T03:06:58.658Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:06:58.658Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T03:06:58.658Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T03:06:58.658Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:06:58.658Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:06:58.920Z] OK: 7 MiB in 18 packages [2021-03-16T03:06:58.920Z] Removing intermediate container 7002733ff405 [2021-03-16T03:06:58.920Z] ---> 7c5bdab48140 [2021-03-16T03:06:58.920Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T03:06:59.499Z] Removing intermediate container 54359df21dcb [2021-03-16T03:06:59.499Z] ---> ab7de5c18053 [2021-03-16T03:06:59.499Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:07:00.465Z] Removing intermediate container 91296e7b4316 [2021-03-16T03:07:00.465Z] ---> 35f0cc644f76 [2021-03-16T03:07:00.465Z] [2021-03-16T03:07:00.465Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:07:00.465Z] ---> 88dd2752d2ea [2021-03-16T03:07:00.465Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:07:00.465Z] ---> Using cache [2021-03-16T03:07:00.465Z] ---> b4e63a41a48a [2021-03-16T03:07:00.465Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:07:00.465Z] ---> Using cache [2021-03-16T03:07:00.465Z] ---> 0c3ce765ae07 [2021-03-16T03:07:00.465Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T03:07:00.729Z] ---> Running in b1c43433a8ec [2021-03-16T03:07:00.994Z] ---> Running in 8ed761403cc6 [2021-03-16T03:07:01.578Z] ---> b73e9d9e525f [2021-03-16T03:07:01.578Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T03:07:01.843Z] Removing intermediate container 8ed761403cc6 [2021-03-16T03:07:01.843Z] ---> 5c323145a86e [2021-03-16T03:07:01.843Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:07:02.424Z] Removing intermediate container a85605154c82 [2021-03-16T03:07:02.424Z] ---> d83ecbbf62b6 [2021-03-16T03:07:02.424Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:07:02.424Z] 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-16T03:07:02.689Z] ---> Running in 0d1e7b1c4b7d [2021-03-16T03:07:02.957Z] ---> 2002a74f7966 [2021-03-16T03:07:02.957Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T03:07:02.957Z] ---> Running in e69836494e7f [2021-03-16T03:07:03.219Z] Removing intermediate container 0d1e7b1c4b7d [2021-03-16T03:07:03.219Z] ---> ecbbac038252 [2021-03-16T03:07:03.219Z] Step 15/23 : WORKDIR / [2021-03-16T03:07:03.797Z] Removing intermediate container e69836494e7f [2021-03-16T03:07:03.797Z] ---> 2bc125c7f1a9 [2021-03-16T03:07:03.797Z] Step 13/21 : WORKDIR /edgex [2021-03-16T03:07:04.060Z] ---> Running in 7f6061329c71 [2021-03-16T03:07:04.637Z] ---> 08ac24d83108 [2021-03-16T03:07:04.637Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T03:07:04.900Z] ---> Running in 576083a248ce [2021-03-16T03:07:05.163Z] ---> Running in 9843d49a5f75 [2021-03-16T03:07:05.432Z] Removing intermediate container 7f6061329c71 [2021-03-16T03:07:05.432Z] ---> 3fa55bee7e75 [2021-03-16T03:07:05.432Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:07:05.432Z] Removing intermediate container b1c43433a8ec [2021-03-16T03:07:05.432Z] ---> ba1eb0fd13b7 [2021-03-16T03:07:05.432Z] [2021-03-16T03:07:05.432Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T03:07:05.697Z] 20.10.0: Pulling from library/docker [2021-03-16T03:07:05.961Z] Removing intermediate container 9843d49a5f75 [2021-03-16T03:07:05.961Z] ---> a13ddb110221 [2021-03-16T03:07:05.961Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:07:06.544Z] Removing intermediate container 576083a248ce [2021-03-16T03:07:06.544Z] ---> 83277e011421 [2021-03-16T03:07:06.544Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T03:07:07.121Z] ---> Running in 3efd465c5d6c [2021-03-16T03:07:07.387Z] ---> 7b244482cd5e [2021-03-16T03:07:07.387Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T03:07:08.351Z] ---> e11ae569315a [2021-03-16T03:07:08.352Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T03:07:08.352Z] Removing intermediate container 3efd465c5d6c [2021-03-16T03:07:08.352Z] ---> c3cc7b55d8bf [2021-03-16T03:07:08.352Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T03:07:10.287Z] ---> ad209c56915b [2021-03-16T03:07:10.287Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T03:07:10.287Z] ---> Running in 947550523be4 [2021-03-16T03:07:10.556Z] ---> 64004a2e54fc [2021-03-16T03:07:10.556Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T03:07:10.833Z] Removing intermediate container 947550523be4 [2021-03-16T03:07:10.833Z] ---> ba49e90fa7ef [2021-03-16T03:07:10.833Z] Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:07:11.103Z] ---> 70b18b735529 [2021-03-16T03:07:11.103Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T03:07:11.369Z] ---> Running in 72bc8db05521 [2021-03-16T03:07:11.369Z] ---> Running in ebe0375b9dc4 [2021-03-16T03:07:11.631Z] ---> 204eb7b61d05 [2021-03-16T03:07:11.631Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T03:07:12.251Z] Removing intermediate container ebe0375b9dc4 [2021-03-16T03:07:12.251Z] ---> e98098848709 [2021-03-16T03:07:12.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:07:12.566Z] ---> Running in 2a317f73b80d [2021-03-16T03:07:12.566Z] Removing intermediate container 72bc8db05521 [2021-03-16T03:07:12.566Z] ---> 399b78b35283 [2021-03-16T03:07:12.566Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:07:14.606Z] ---> Running in ecbff2be208c [2021-03-16T03:07:14.606Z] ---> Running in ee877eaba86c [2021-03-16T03:07:14.606Z] Removing intermediate container 2a317f73b80d [2021-03-16T03:07:14.606Z] ---> 023de17e07df [2021-03-16T03:07:14.606Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T03:07:15.558Z] ---> Running in f205a0c3dedd [2021-03-16T03:07:15.559Z] Removing intermediate container ee877eaba86c [2021-03-16T03:07:15.559Z] ---> 0e8b89fc706f [2021-03-16T03:07:15.559Z] [2021-03-16T03:07:15.559Z] Removing intermediate container ecbff2be208c [2021-03-16T03:07:15.559Z] ---> ef3864c547d8 [2021-03-16T03:07:15.559Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T03:07:15.821Z] Successfully built 0e8b89fc706f [2021-03-16T03:07:15.821Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T03:07:16.088Z]  Building docker-support-scheduler-go ... done  ---> Running in 8b6a4f4c8bfd [2021-03-16T03:07:16.354Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T03:07:16.354Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T03:07:16.354Z] ---> aefe523efa57 [2021-03-16T03:07:16.354Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T03:07:16.354Z] Removing intermediate container f205a0c3dedd [2021-03-16T03:07:16.354Z] ---> 330516ddb71c [2021-03-16T03:07:16.354Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T03:07:17.330Z] ---> Running in 72ed35e93933 [2021-03-16T03:07:17.330Z] Removing intermediate container 8b6a4f4c8bfd [2021-03-16T03:07:17.330Z] ---> beed9098f8f2 [2021-03-16T03:07:17.330Z] Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:07:17.330Z] ---> Running in 6c581d5920ca [2021-03-16T03:07:17.909Z] ---> Running in d602e385dd0b [2021-03-16T03:07:18.172Z] Removing intermediate container 72ed35e93933 [2021-03-16T03:07:18.172Z] ---> d46878131c9a [2021-03-16T03:07:18.172Z] Step 20/21 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:07:18.748Z] ---> Running in 4bf47641c218 [2021-03-16T03:07:18.748Z] Removing intermediate container d602e385dd0b [2021-03-16T03:07:18.748Z] ---> f25627859080 [2021-03-16T03:07:18.748Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:07:18.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:07:18.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:07:19.011Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T03:07:19.011Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T03:07:19.011Z] Executing bash-5.0.17-r0.post-install [2021-03-16T03:07:19.011Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:07:19.011Z] OK: 12 MiB in 22 packages [2021-03-16T03:07:19.276Z] ---> Running in 737bccea784a [2021-03-16T03:07:19.857Z] Removing intermediate container 4bf47641c218 [2021-03-16T03:07:19.857Z] ---> 3d1ee655f76c [2021-03-16T03:07:19.857Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T03:07:20.437Z] Removing intermediate container 737bccea784a [2021-03-16T03:07:20.437Z] ---> d5097c56c64e [2021-03-16T03:07:20.437Z] [2021-03-16T03:07:20.437Z] ---> Running in 0b49bc41ad9b [2021-03-16T03:07:20.699Z] Successfully built d5097c56c64e [2021-03-16T03:07:20.962Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T03:07:21.546Z]  Building docker-core-metadata-go ... done Removing intermediate container 0b49bc41ad9b [2021-03-16T03:07:21.547Z] ---> 922dfe93f93f [2021-03-16T03:07:21.547Z] [2021-03-16T03:07:21.547Z] Removing intermediate container 6c581d5920ca [2021-03-16T03:07:21.547Z] ---> b5691f917332 [2021-03-16T03:07:21.547Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T03:07:21.547Z] Successfully built 922dfe93f93f [2021-03-16T03:07:21.547Z] ---> Running in fb929e04da8f [2021-03-16T03:07:21.547Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T03:07:22.122Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container fb929e04da8f [2021-03-16T03:07:22.122Z] ---> bbdb45f34a90 [2021-03-16T03:07:22.122Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T03:07:22.698Z] ---> Running in 19ddc6b75a6d [2021-03-16T03:07:23.274Z] Removing intermediate container 19ddc6b75a6d [2021-03-16T03:07:23.274Z] ---> 0245e14b0bb1 [2021-03-16T03:07:23.274Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T03:07:23.849Z] ---> Running in c4ba7c2e8af6 [2021-03-16T03:07:24.425Z] Removing intermediate container c4ba7c2e8af6 [2021-03-16T03:07:24.425Z] ---> 8491937e9541 [2021-03-16T03:07:24.425Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T03:07:25.819Z] ---> 3ee16b10fed6 [2021-03-16T03:07:25.819Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T03:07:26.081Z] ---> 9d77240b40c5 [2021-03-16T03:07:26.081Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T03:07:26.348Z] ---> f7fd7d70f021 [2021-03-16T03:07:26.348Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T03:07:26.625Z] ---> Running in 70ea91e89b2c [2021-03-16T03:07:28.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:07:28.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:07:28.553Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T03:07:28.553Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T03:07:28.553Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T03:07:28.553Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T03:07:28.553Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T03:07:28.553Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T03:07:28.553Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T03:07:30.482Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T03:07:30.482Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T03:07:30.482Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T03:07:30.482Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T03:07:30.482Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T03:07:30.482Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T03:07:30.482Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T03:07:30.482Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T03:07:30.482Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T03:07:30.482Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T03:07:30.482Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T03:07:30.482Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T03:07:30.482Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T03:07:30.482Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T03:07:30.482Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T03:07:30.482Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T03:07:30.482Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T03:07:30.482Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T03:07:30.482Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T03:07:30.482Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T03:07:30.482Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T03:07:30.482Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T03:07:30.482Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T03:07:30.482Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T03:07:30.482Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T03:07:30.482Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T03:07:30.747Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:07:30.747Z] OK: 71 MiB in 55 packages [2021-03-16T03:07:32.924Z] gofmt -l . [2021-03-16T03:07:32.924Z] [ "`gofmt -l .`" = "" ] [2021-03-16T03:07:34.897Z] ./bin/test-go-mod-tidy.sh [2021-03-16T03:07:35.495Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T03:07:38.128Z] + ls -al . [2021-03-16T03:07:38.128Z] total 788 [2021-03-16T03:07:38.128Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 03:07 . [2021-03-16T03:07:38.128Z] drwxr-xr-x 4 root root 4096 Mar 16 03:02 .. [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 03:01 .dockerignore [2021-03-16T03:07:38.128Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 03:01 .git [2021-03-16T03:07:38.128Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 03:01 .github [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 03:01 .gitignore [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 03:01 .sonarcloud.properties [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 03:01 Attribution.txt [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 03:01 CONTRIBUTING.md [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 03:01 Dockerfile.build [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 03:01 Jenkinsfile [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 03:01 LICENSE [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 03:01 Makefile [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 03:01 README.md [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 03:01 SECURITY.md [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 02:57 VERSION [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 03:01 ZMQWindows.md [2021-03-16T03:07:38.128Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 03:01 bin [2021-03-16T03:07:38.128Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 03:01 cmd [2021-03-16T03:07:38.128Z] -rw-r--r-- 1 root root 650607 Mar 16 03:06 coverage.out [2021-03-16T03:07:38.128Z] -rw-r--r-- 1 root root 1056 Mar 16 03:07 go.mod [2021-03-16T03:07:38.128Z] -rw-r--r-- 1 root root 21983 Mar 16 03:07 go.sum [2021-03-16T03:07:38.128Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 03:01 internal [2021-03-16T03:07:38.128Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 03:01 openapi [2021-03-16T03:07:38.128Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 03:01 snap [2021-03-16T03:07:38.128Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 03:01 version.go [Pipeline] sh [2021-03-16T03:07:38.486Z] + '[' -e coverage.out ] [2021-03-16T03:07:38.486Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T03:07:38.552Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T03:07:39.833Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T03:07:40.503Z] + make build [2021-03-16T03:07:40.503Z] 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-16T03:07:40.783Z] Removing intermediate container 70ea91e89b2c [2021-03-16T03:07:40.783Z] ---> 4286aa345c54 [2021-03-16T03:07:40.783Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T03:07:40.783Z] ---> Running in 56da0e6ac98c [2021-03-16T03:07:41.365Z] Collecting docker-compose==1.23.2 [2021-03-16T03:07:41.627Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T03:07:42.579Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T03:07:42.579Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T03:07:43.154Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T03:07:43.154Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T03:07:43.417Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T03:07:43.417Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T03:07:44.004Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T03:07:44.004Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T03:07:44.267Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T03:07:44.267Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T03:07:44.267Z] 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-16T03:07:44.267Z] Collecting PyYAML<4,>=3.10 [2021-03-16T03:07:44.537Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T03:07:45.488Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T03:07:45.488Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T03:07:45.751Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T03:07:45.751Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T03:07:46.331Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T03:07:46.331Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T03:07:46.593Z] 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-16T03:07:46.593Z] 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-16T03:07:46.593Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T03:07:46.593Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T03:07:46.855Z] Collecting idna<2.8,>=2.5 [2021-03-16T03:07:46.855Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T03:07:46.855Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T03:07:46.855Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T03:07:46.855Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T03:07:46.855Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T03:07:46.855Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T03:07:46.855Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T03:07:47.117Z] Installing collected packages: dockerpty, jsonschema, docopt, websocket-client, cached-property, PyYAML, urllib3, idna, requests, texttable, docker-pycreds, docker, docker-compose [2021-03-16T03:07:47.117Z] Running setup.py install for dockerpty: started [2021-03-16T03:07:47.693Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T03:07:47.693Z] Running setup.py install for docopt: started [2021-03-16T03:07:48.268Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T03:07:48.531Z] Running setup.py install for PyYAML: started [2021-03-16T03:07:49.108Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T03:07:49.108Z] Attempting uninstall: urllib3 [2021-03-16T03:07:49.108Z] Found existing installation: urllib3 1.25.9 [2021-03-16T03:07:49.108Z] Uninstalling urllib3-1.25.9: [2021-03-16T03:07:49.108Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T03:07:49.372Z] Attempting uninstall: idna [2021-03-16T03:07:49.372Z] Found existing installation: idna 2.9 [2021-03-16T03:07:49.372Z] Uninstalling idna-2.9: [2021-03-16T03:07:49.634Z] Successfully uninstalled idna-2.9 [2021-03-16T03:07:49.897Z] Attempting uninstall: requests [2021-03-16T03:07:49.897Z] Found existing installation: requests 2.23.0 [2021-03-16T03:07:49.897Z] Uninstalling requests-2.23.0: [2021-03-16T03:07:49.897Z] Successfully uninstalled requests-2.23.0 [2021-03-16T03:07:49.897Z] Running setup.py install for texttable: started [2021-03-16T03:07:50.473Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T03:07:51.425Z] 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-16T03:07:52.931Z] 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-16T03:07:54.756Z] Removing intermediate container 56da0e6ac98c [2021-03-16T03:07:54.756Z] ---> 87683e74ea69 [2021-03-16T03:07:54.756Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T03:07:54.756Z] ---> Running in 09fe0f85c4e7 [2021-03-16T03:07:55.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T03:07:55.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T03:07:55.597Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:07:55.597Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T03:07:55.597Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T03:07:55.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:07:55.597Z] OK: 72 MiB in 58 packages [2021-03-16T03:07:56.172Z] Removing intermediate container 09fe0f85c4e7 [2021-03-16T03:07:56.172Z] ---> bc7e9c3375be [2021-03-16T03:07:56.172Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T03:07:56.172Z] ---> Running in debb0e634786 [2021-03-16T03:07:56.436Z] Removing intermediate container debb0e634786 [2021-03-16T03:07:56.436Z] ---> a8ad8e588b40 [2021-03-16T03:07:56.436Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:07:56.436Z] ---> Running in 07fae6a5c02e [2021-03-16T03:07:56.698Z] Removing intermediate container 07fae6a5c02e [2021-03-16T03:07:56.698Z] ---> 05d4b05dea0a [2021-03-16T03:07:56.698Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T03:07:56.698Z] ---> Running in 273a321f2f0a [2021-03-16T03:07:56.698Z] Removing intermediate container 273a321f2f0a [2021-03-16T03:07:56.698Z] ---> f3c371aba015 [2021-03-16T03:07:56.698Z] Step 25/26 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:07:56.959Z] ---> Running in a329d06a3b5d [2021-03-16T03:07:56.959Z] Removing intermediate container a329d06a3b5d [2021-03-16T03:07:56.959Z] ---> dd0d246d552e [2021-03-16T03:07:56.959Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T03:07:57.220Z] ---> Running in 1e9fe72b2e81 [2021-03-16T03:07:57.220Z] Removing intermediate container 1e9fe72b2e81 [2021-03-16T03:07:57.220Z] ---> 9a5b9b0a7cfb [2021-03-16T03:07:57.220Z] [2021-03-16T03:07:57.482Z] Successfully built 9a5b9b0a7cfb [2021-03-16T03:07:57.482Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T03:07:57.764Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T03:07:57.832Z] $ docker stop --time=1 3661bc9629035836977187dea2cf7f4f996298bade1b4485e716d7d65f86803e [2021-03-16T03:07:59.594Z] $ docker rm -f 3661bc9629035836977187dea2cf7f4f996298bade1b4485e716d7d65f86803e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T03:08:00.170Z] + docker images [2021-03-16T03:08:00.170Z] + grep docker [2021-03-16T03:08:00.433Z] docker-sys-mgmt-agent-go latest 9a5b9b0a7cfb 3 seconds ago 313MB [2021-03-16T03:08:00.433Z] docker-security-proxy-setup-go latest 922dfe93f93f 40 seconds ago 24.7MB [2021-03-16T03:08:00.433Z] docker-core-metadata-go latest d5097c56c64e 41 seconds ago 19MB [2021-03-16T03:08:00.433Z] docker-support-scheduler-go latest 0e8b89fc706f 46 seconds ago 17.3MB [2021-03-16T03:08:00.433Z] docker-security-bootstrapper-go latest fca252da7e95 2 minutes ago 18.8MB [2021-03-16T03:08:00.433Z] docker-core-data-go latest 54950e56449d 2 minutes ago 22.6MB [2021-03-16T03:08:00.433Z] docker-security-secretstore-setup-go latest fcf918e64f45 3 minutes ago 24.9MB [2021-03-16T03:08:00.433Z] docker-core-command-go latest 41299b83ea4c 3 minutes ago 17.2MB [2021-03-16T03:08:00.433Z] docker-support-notifications-go latest 5ed13f4d04b4 3 minutes ago 17.8MB [2021-03-16T03:08:00.433Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-16T03:08:16.239Z] Still waiting to schedule task [2021-03-16T03:08:16.239Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29923’ [2021-03-16T03:08:19.738Z] 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-16T03:08:24.030Z] 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-16T03:08:30.730Z] 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-16T03:08:32.701Z] 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-16T03:08:38.125Z] 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-16T03:08:44.830Z] 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-16T03:08:50.220Z] 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-16T03:08:56.018Z] 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-16T03:08:59.404Z] 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-16T03:09:04.804Z] 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-16T03:09:11.510Z] $ docker stop --time=1 948e20f8f0321e45d9857ca0d414ec7b4f0aa89054604a7a8b0332ad41ec2e7b [2021-03-16T03:09:14.075Z] $ docker rm -f 948e20f8f0321e45d9857ca0d414ec7b4f0aa89054604a7a8b0332ad41ec2e7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:09:16.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:09:16.314Z] [2021-03-16T03:09:16.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:09:16.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:09:17.247Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T03:09:17.247Z] 29e5d40040c1: Pulling fs layer [2021-03-16T03:09:17.247Z] 1ce36da41761: Pulling fs layer [2021-03-16T03:09:17.247Z] 25b303627fd3: Pulling fs layer [2021-03-16T03:09:17.519Z] 29e5d40040c1: Verifying Checksum [2021-03-16T03:09:17.519Z] 29e5d40040c1: Download complete [2021-03-16T03:09:18.114Z] 1ce36da41761: Verifying Checksum [2021-03-16T03:09:18.114Z] 1ce36da41761: Download complete [2021-03-16T03:09:18.388Z] 29e5d40040c1: Pull complete [2021-03-16T03:09:19.839Z] 1ce36da41761: Pull complete [2021-03-16T03:09:20.111Z] 25b303627fd3: Verifying Checksum [2021-03-16T03:09:20.111Z] 25b303627fd3: Download complete [2021-03-16T03:09:30.304Z] 25b303627fd3: Pull complete [2021-03-16T03:09:30.304Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T03:09:30.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:09:30.304Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T03:09:30.524Z] prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container [2021-03-16T03:09:30.573Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T03:09:31.530Z] Running on prd-ubuntu18.04-docker-8c-8g-29925 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [2021-03-16T03:09:33.715Z] $ docker top 05d3a1c80ae045990172098209f017eccace5a03d8d97ad05a1c046fc7dbd0ba -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-03-16T03:09:34.242Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-03-16T03:09:34.846Z] + docker-compose build --help [2021-03-16T03:09:34.846Z] + grep parallel [2021-03-16T03:09:36.589Z] using credential edgex-jenkins-ssh [2021-03-16T03:09:36.650Z] Cloning the remote Git repository [2021-03-16T03:09:36.685Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:09:36.754Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-03-16T03:09:36.785Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:09:36.785Z] > git --version # timeout=10 [2021-03-16T03:09:36.791Z] > git --version # 'git version 2.17.1' [2021-03-16T03:09:36.792Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:09:36.817Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T03:09:40.282Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T03:09:40.278Z] $ docker stop --time=1 05d3a1c80ae045990172098209f017eccace5a03d8d97ad05a1c046fc7dbd0ba [2021-03-16T03:09:42.218Z] $ docker rm -f 05d3a1c80ae045990172098209f017eccace5a03d8d97ad05a1c046fc7dbd0ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:09:43.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T03:09:43.060Z] . [Pipeline] withDockerContainer [2021-03-16T03:09:43.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container [2021-03-16T03:09:43.378Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-16T03:09:44.868Z] $ docker top ad615e9ebd9bd80bcedc46ed8d3bbca0d84e0b5cef551ce778be8b87c317527e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:09:45.925Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T03:09:50.207Z] Building docker-core-command-go ... [2021-03-16T03:09:50.207Z] Building docker-core-data-go ... [2021-03-16T03:09:50.207Z] Building docker-core-metadata-go ... [2021-03-16T03:09:50.207Z] Building docker-security-bootstrapper-go ... [2021-03-16T03:09:50.207Z] Building docker-security-proxy-setup-go ... [2021-03-16T03:09:50.207Z] Building docker-security-secretstore-setup-go ... [2021-03-16T03:09:50.207Z] Building docker-support-notifications-go ... [2021-03-16T03:09:50.207Z] Building docker-support-scheduler-go ... [2021-03-16T03:09:50.207Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T03:09:50.207Z] Building docker-security-secretstore-setup-go [2021-03-16T03:09:50.207Z] Building docker-core-command-go [2021-03-16T03:09:50.207Z] Building docker-support-scheduler-go [2021-03-16T03:09:50.207Z] Building docker-support-notifications-go [2021-03-16T03:09:50.207Z] Building docker-security-bootstrapper-go [2021-03-16T03:09:51.905Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T03:09:51.911Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T03:09:51.920Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T03:09:51.932Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T03:09:51.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:09:51.938Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T03:09:52.442Z] Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:09:52.624Z] Merge succeeded, producing b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:09:52.625Z] Checking out Revision b01feec7e67ee0e1d566ea78b207656183399b3c (PR-3234) [2021-03-16T03:09:52.455Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T03:09:52.460Z] > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 [2021-03-16T03:09:52.591Z] > git remote # timeout=10 [2021-03-16T03:09:52.598Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T03:09:52.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T03:09:52.613Z] > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 [2021-03-16T03:09:52.622Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T03:09:52.631Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T03:09:52.635Z] > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 [2021-03-16T03:09:56.346Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:09:57.439Z] + echo snap-build.sh [2021-03-16T03:09:57.440Z] snap-build.sh [2021-03-16T03:09:57.440Z] + SNAP_BASE_DIR=. [2021-03-16T03:09:57.440Z] + '[' '!' -z /w/workspace/edgex-go/15 ']' [2021-03-16T03:09:57.440Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/15 [2021-03-16T03:09:57.440Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' [2021-03-16T03:09:57.440Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/15] [2021-03-16T03:09:57.440Z] + cd /w/workspace/edgex-go/15 [2021-03-16T03:09:57.440Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T03:09:57.440Z] Reading package lists... [2021-03-16T03:09:57.701Z] Building dependency tree... [2021-03-16T03:09:57.701Z] Reading state information... [2021-03-16T03:09:57.701Z] The following packages were automatically installed and are no longer required: [2021-03-16T03:09:57.701Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T03:09:57.701Z] uidmap xdelta3 [2021-03-16T03:09:57.701Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T03:09:57.701Z] The following packages will be REMOVED: [2021-03-16T03:09:57.701Z] lxd* lxd-client* [2021-03-16T03:09:58.278Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T03:09:58.278Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T03:09:59.328Z] (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-16T03:09:59.328Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T03:10:00.272Z] Removing lxd dnsmasq configuration [2021-03-16T03:10:00.272Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T03:10:00.533Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T03:10:01.489Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T03:10:01.757Z] (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-16T03:10:01.757Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T03:10:03.147Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T03:10:03.409Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T03:10:05.333Z] + sudo snap remove --purge lxd [2021-03-16T03:10:05.333Z] snap "lxd" is not installed [2021-03-16T03:10:05.333Z] + sudo groupadd --force --system lxd [2021-03-16T03:10:05.333Z] ++ whoami [2021-03-16T03:10:05.333Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T03:10:05.333Z] + newgrp - lxd [2021-03-16T03:10:05.333Z] + sudo snap install lxd [2021-03-16T03:10:17.593Z] 2021-03-16T03:10:13Z INFO Waiting for automatic snapd restart... [2021-03-16T03:10:29.872Z] lxd 4.12 from Canonical* installed [2021-03-16T03:10:29.872Z] + sudo lxd init --auto [2021-03-16T03:10:39.891Z] + sudo snap install --classic snapcraft [2021-03-16T03:10:46.509Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T03:10:46.509Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T03:10:46.509Z] + patch --verbose -p1 [2021-03-16T03:10:46.509Z] Hmm... Looks like a unified diff to me... [2021-03-16T03:10:46.509Z] The text leading up to this was: [2021-03-16T03:10:46.509Z] -------------------------- [2021-03-16T03:10:46.509Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T03:10:46.509Z] |From: Tony Espy [2021-03-16T03:10:46.509Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T03:10:46.509Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T03:10:46.509Z] | [2021-03-16T03:10:46.509Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T03:10:46.509Z] |optimize the snap CI check run for pull requests. When [2021-03-16T03:10:46.509Z] |applied, it essentially strips out everything (apps and [2021-03-16T03:10:46.509Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T03:10:46.509Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T03:10:46.509Z] |catch changes to edgex-go that break the snap build. [2021-03-16T03:10:46.509Z] | [2021-03-16T03:10:46.509Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T03:10:46.509Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T03:10:46.509Z] |resulting in a failed snap build CI check in the associated [2021-03-16T03:10:46.509Z] |pull request. [2021-03-16T03:10:46.509Z] | [2021-03-16T03:10:46.509Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T03:10:46.509Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T03:10:46.509Z] |need to build the finally binary .snap file (and it won't [2021-03-16T03:10:46.509Z] |work with the patch applied). This further reduces the build [2021-03-16T03:10:46.509Z] |time. [2021-03-16T03:10:46.509Z] |--- [2021-03-16T03:10:46.509Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T03:10:46.509Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T03:10:46.509Z] | [2021-03-16T03:10:46.509Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T03:10:46.509Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T03:10:46.509Z] |--- a/snap/snapcraft.yaml [2021-03-16T03:10:46.509Z] |+++ b/snap/snapcraft.yaml [2021-03-16T03:10:46.509Z] -------------------------- [2021-03-16T03:10:46.509Z] patching file snap/snapcraft.yaml [2021-03-16T03:10:46.509Z] Using Plan A... [2021-03-16T03:10:46.509Z] Hunk #1 succeeded at 73. [2021-03-16T03:10:46.509Z] Hunk #2 succeeded at 205. [2021-03-16T03:10:46.509Z] Hunk #3 succeeded at 217. [2021-03-16T03:10:46.509Z] Hunk #4 succeeded at 225. [2021-03-16T03:10:46.509Z] Hunk #5 succeeded at 232. [2021-03-16T03:10:46.509Z] Hunk #6 succeeded at 259. [2021-03-16T03:10:46.509Z] Hunk #7 succeeded at 271. [2021-03-16T03:10:46.509Z] Hunk #8 succeeded at 327. [2021-03-16T03:10:46.509Z] Hmm... Ignoring the trailing garbage. [2021-03-16T03:10:46.509Z] done [2021-03-16T03:10:46.509Z] + sudo snapcraft prime --use-lxd [2021-03-16T03:10:47.898Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T03:10:47.898Z] 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-16T03:10:47.898Z] - README.md [2021-03-16T03:10:47.898Z] [2021-03-16T03:10:47.898Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T03:10:48.846Z] Launching a container. [2021-03-16T03:10:58.212Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:58.212Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:58.213Z] ---> 3c871dce9da9 [2021-03-16T03:10:58.213Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T03:10:58.213Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:58.213Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:58.213Z] ---> 3c871dce9da9 [2021-03-16T03:10:58.213Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T03:10:58.502Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:58.503Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:58.503Z] ---> 3c871dce9da9 [2021-03-16T03:10:58.503Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:10:58.503Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:58.503Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:58.503Z] ---> 3c871dce9da9 [2021-03-16T03:10:58.503Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T03:10:58.503Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:10:58.503Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:10:58.503Z] ---> 3c871dce9da9 [2021-03-16T03:10:58.503Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:11:01.115Z] Waiting for container to be ready [2021-03-16T03:11:01.115Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T03:11:01.115Z] [2021-03-16T03:11:01.918Z] ---> Running in 7017f1599a72 [2021-03-16T03:11:01.918Z] ---> Running in ec5629d30cc8 [2021-03-16T03:11:01.918Z] ---> Running in 13f659965f32 [2021-03-16T03:11:01.918Z] ---> Running in 63b69f4bf0b3 [2021-03-16T03:11:01.918Z] ---> Running in b155907497c7 [2021-03-16T03:11:02.518Z] Removing intermediate container 63b69f4bf0b3 [2021-03-16T03:11:02.518Z] ---> bd5a464266e1 [2021-03-16T03:11:02.518Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:11:02.518Z] Removing intermediate container 7017f1599a72 [2021-03-16T03:11:02.518Z] ---> e4fee0df2112 [2021-03-16T03:11:02.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:11:02.518Z] Removing intermediate container ec5629d30cc8 [2021-03-16T03:11:02.518Z] Removing intermediate container 13f659965f32 [2021-03-16T03:11:02.518Z] ---> b998169ca5fe [2021-03-16T03:11:02.518Z] ---> 104e518a054d [2021-03-16T03:11:02.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:11:02.518Z] [2021-03-16T03:11:02.792Z] Removing intermediate container b155907497c7 [2021-03-16T03:11:02.792Z] ---> 6178e2399105 [2021-03-16T03:11:02.792Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:11:02.792Z] ---> Running in a642dc07c94f [2021-03-16T03:11:02.792Z] ---> Running in d686098f40e5 [2021-03-16T03:11:02.792Z] ---> Running in 580ad892682b [2021-03-16T03:11:02.792Z] ---> Running in 941f0905fcb1 [2021-03-16T03:11:03.065Z] ---> Running in 3c21a231bdec [2021-03-16T03:11:05.333Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T03:11:05.906Z] Waiting for network to be ready... [2021-03-16T03:11:06.167Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T03:11:06.428Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T03:11:06.428Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T03:11:06.428Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T03:11:06.428Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T03:11:06.428Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T03:11:06.428Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T03:11:06.428Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T03:11:06.428Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T03:11:06.428Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T03:11:06.465Z] Removing intermediate container a642dc07c94f [2021-03-16T03:11:06.465Z] ---> 13b48d16f77c [2021-03-16T03:11:06.465Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T03:11:06.691Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T03:11:06.743Z] Removing intermediate container d686098f40e5 [2021-03-16T03:11:06.743Z] ---> 382f84eb9151 [2021-03-16T03:11:06.743Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T03:11:06.743Z] ---> Running in fb095677ea55 [2021-03-16T03:11:06.957Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T03:11:07.026Z] ---> Running in 404f6bef361f [2021-03-16T03:11:07.026Z] Removing intermediate container 941f0905fcb1 [2021-03-16T03:11:07.026Z] ---> 0533a1a93b09 [2021-03-16T03:11:07.026Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:11:07.219Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T03:11:07.219Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T03:11:07.219Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T03:11:07.219Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T03:11:07.219Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T03:11:07.219Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T03:11:07.312Z] Removing intermediate container 3c21a231bdec [2021-03-16T03:11:07.313Z] ---> 7a35c68edcac [2021-03-16T03:11:07.313Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T03:11:07.313Z] ---> Running in 1120f7045f05 [2021-03-16T03:11:07.480Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T03:11:07.742Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T03:11:07.923Z] ---> Running in dcc93c09112d [2021-03-16T03:11:07.923Z] Removing intermediate container 580ad892682b [2021-03-16T03:11:07.923Z] ---> dc0d2f5248b4 [2021-03-16T03:11:07.923Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T03:11:08.003Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T03:11:08.003Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T03:11:08.003Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T03:11:08.003Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T03:11:08.003Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T03:11:08.003Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T03:11:08.003Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T03:11:08.208Z] ---> Running in 733fb13432d5 [2021-03-16T03:11:08.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:09.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:09.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:09.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:10.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:10.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:10.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:10.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:10.558Z] OK: 217 MiB in 51 packages [2021-03-16T03:11:10.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:10.837Z] OK: 217 MiB in 51 packages [2021-03-16T03:11:10.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:11:11.119Z] OK: 217 MiB in 51 packages [2021-03-16T03:11:11.310Z] Fetched 24.1 MB in 5s (4936 kB/s) [2021-03-16T03:11:11.766Z] OK: 217 MiB in 51 packages [2021-03-16T03:11:12.046Z] OK: 217 MiB in 51 packages [2021-03-16T03:11:12.280Z] Reading package lists... [2021-03-16T03:11:12.326Z] Removing intermediate container fb095677ea55 [2021-03-16T03:11:12.326Z] ---> cfa759ba174d [2021-03-16T03:11:12.326Z] Step 6/24 : COPY go.mod . [2021-03-16T03:11:12.541Z] Reading package lists... [2021-03-16T03:11:12.803Z] Building dependency tree... [2021-03-16T03:11:12.803Z] Reading state information... [2021-03-16T03:11:12.937Z] Removing intermediate container 404f6bef361f [2021-03-16T03:11:12.937Z] ---> f62777b252bb [2021-03-16T03:11:12.937Z] Step 6/22 : COPY go.mod . [2021-03-16T03:11:13.065Z] The following additional packages will be installed: [2021-03-16T03:11:13.065Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T03:11:13.065Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T03:11:13.065Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T03:11:13.065Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T03:11:13.065Z] Suggested packages: [2021-03-16T03:11:13.065Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T03:11:13.065Z] Recommended packages: [2021-03-16T03:11:13.065Z] gnupg libsasl2-modules [2021-03-16T03:11:13.065Z] The following NEW packages will be installed: [2021-03-16T03:11:13.065Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T03:11:13.065Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T03:11:13.065Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T03:11:13.065Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T03:11:13.065Z] The following packages will be upgraded: [2021-03-16T03:11:13.065Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T03:11:13.221Z] Removing intermediate container 1120f7045f05 [2021-03-16T03:11:13.221Z] ---> 1a68128280d4 [2021-03-16T03:11:13.221Z] Step 6/23 : COPY go.mod . [2021-03-16T03:11:13.325Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T03:11:13.325Z] Need to get 3530 kB of archives. [2021-03-16T03:11:13.325Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T03:11:13.325Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T03:11:13.325Z] 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-16T03:11:13.325Z] 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-16T03:11:13.498Z] ---> e5b758b4f591 [2021-03-16T03:11:13.498Z] Step 7/24 : RUN go mod download [2021-03-16T03:11:13.586Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-16T03:11:13.586Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T03:11:13.586Z] 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-16T03:11:13.781Z] Removing intermediate container dcc93c09112d [2021-03-16T03:11:13.781Z] ---> a4ebd9d11f41 [2021-03-16T03:11:13.781Z] Step 6/31 : COPY go.mod . [2021-03-16T03:11:13.781Z] ---> Running in 186098c61e17 [2021-03-16T03:11:13.847Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T03:11:13.847Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T03:11:13.847Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T03:11:13.847Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T03:11:13.847Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T03:11:14.065Z] ---> c107228a994a [2021-03-16T03:11:14.065Z] Step 7/22 : RUN go mod download [2021-03-16T03:11:14.109Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T03:11:14.109Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T03:11:14.109Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T03:11:14.109Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T03:11:14.110Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T03:11:14.110Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T03:11:14.110Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T03:11:14.110Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T03:11:14.110Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T03:11:14.110Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T03:11:14.110Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T03:11:14.347Z] Removing intermediate container 733fb13432d5 [2021-03-16T03:11:14.347Z] ---> d7ef6def146b [2021-03-16T03:11:14.347Z] Step 6/22 : COPY go.mod . [2021-03-16T03:11:14.347Z] ---> Running in 1255580c3570 [2021-03-16T03:11:14.370Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:11:14.370Z] Fetched 3530 kB in 1s (3380 kB/s) [2021-03-16T03:11:14.370Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T03:11:14.370Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:11:14.370Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:11:14.370Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T03:11:14.619Z] ---> 98ae36cd9d97 [2021-03-16T03:11:14.619Z] Step 7/23 : RUN go mod download [2021-03-16T03:11:14.631Z] Selecting previously unselected package udev. [2021-03-16T03:11:14.631Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T03:11:14.631Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:11:14.631Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T03:11:14.892Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T03:11:14.892Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T03:11:14.892Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T03:11:14.892Z] Selecting previously unselected package fuse. [2021-03-16T03:11:14.892Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T03:11:14.892Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T03:11:14.894Z] ---> Running in 833482bf8397 [2021-03-16T03:11:15.152Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:11:15.153Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:11:15.153Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:11:15.153Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:11:15.169Z] ---> 2ee465a5936e [2021-03-16T03:11:15.169Z] Step 7/31 : RUN go mod download [2021-03-16T03:11:15.169Z] ---> Running in 78cd06598983 [2021-03-16T03:11:15.414Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:11:15.414Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:11:15.414Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T03:11:15.414Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T03:11:15.414Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-16T03:11:15.414Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T03:11:15.414Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:15.442Z] ---> d5de4265f943 [2021-03-16T03:11:15.442Z] Step 7/22 : RUN go mod download [2021-03-16T03:11:15.675Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:15.675Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T03:11:15.675Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:15.675Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:15.675Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T03:11:15.675Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:15.675Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:15.760Z] ---> Running in 1ca4a6239e45 [2021-03-16T03:11:15.936Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T03:11:15.936Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:15.936Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:15.936Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T03:11:15.936Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:15.936Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:15.936Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T03:11:15.936Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:15.936Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:16.197Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T03:11:16.197Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:16.197Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:16.197Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T03:11:16.197Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:16.197Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:16.197Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T03:11:16.197Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T03:11:16.197Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:16.458Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T03:11:16.458Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T03:11:16.458Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:11:16.458Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T03:11:16.458Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T03:11:16.458Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:11:16.720Z] Selecting previously unselected package libldap-common. [2021-03-16T03:11:16.720Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T03:11:16.720Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:11:16.720Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T03:11:16.720Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T03:11:16.720Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:11:16.720Z] Selecting previously unselected package dirmngr. [2021-03-16T03:11:16.720Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:11:16.980Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T03:11:16.980Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:11:16.980Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T03:11:17.247Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T03:11:17.247Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:11:17.247Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T03:11:17.247Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T03:11:17.247Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:17.247Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T03:11:17.247Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:11:17.247Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T03:11:17.820Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T03:11:17.820Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:17.820Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T03:11:18.082Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T03:11:18.082Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T03:11:18.082Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:18.082Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:18.082Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:18.082Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:18.082Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:18.082Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:18.082Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T03:11:18.082Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T03:11:18.342Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T03:11:18.342Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:11:18.412Z] Removing intermediate container 186098c61e17 [2021-03-16T03:11:18.412Z] ---> 29b6179df96d [2021-03-16T03:11:18.412Z] Step 8/24 : COPY . . [2021-03-16T03:11:18.604Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T03:11:18.604Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T03:11:18.604Z] This means they are not meant to be enabled using systemctl. [2021-03-16T03:11:18.604Z] Possible reasons for having this kind of units are: [2021-03-16T03:11:18.604Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T03:11:18.604Z] .wants/ or .requires/ directory. [2021-03-16T03:11:18.604Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T03:11:18.604Z] a requirement dependency on it. [2021-03-16T03:11:18.604Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T03:11:18.604Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T03:11:18.604Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T03:11:18.604Z] instance name specified. [2021-03-16T03:11:19.014Z] Removing intermediate container 1255580c3570 [2021-03-16T03:11:19.014Z] ---> 31116521fa93 [2021-03-16T03:11:19.014Z] Step 8/22 : COPY . . [2021-03-16T03:11:19.184Z] Reading package lists... [2021-03-16T03:11:19.184Z] Building dependency tree... [2021-03-16T03:11:19.184Z] Reading state information... [2021-03-16T03:11:19.446Z] The following additional packages will be installed: [2021-03-16T03:11:19.446Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T03:11:19.446Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T03:11:19.446Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T03:11:19.446Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T03:11:19.446Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T03:11:19.446Z] Suggested packages: [2021-03-16T03:11:19.446Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T03:11:19.446Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T03:11:19.446Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T03:11:19.446Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T03:11:19.446Z] systemd-container policykit-1 [2021-03-16T03:11:19.446Z] Recommended packages: [2021-03-16T03:11:19.446Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T03:11:19.446Z] The following NEW packages will be installed: [2021-03-16T03:11:19.446Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T03:11:19.446Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T03:11:19.446Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T03:11:19.446Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T03:11:19.446Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T03:11:19.446Z] The following packages will be upgraded: [2021-03-16T03:11:19.446Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T03:11:19.706Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T03:11:19.706Z] Need to get 35.2 MB of archives. [2021-03-16T03:11:19.706Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T03:11:19.706Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T03:11:19.706Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T03:11:20.277Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T03:11:20.539Z] 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-16T03:11:20.539Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T03:11:20.539Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-16T03:11:20.539Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T03:11:20.539Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T03:11:20.539Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T03:11:20.539Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T03:11:20.539Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T03:11:20.539Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T03:11:20.539Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T03:11:20.539Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-16T03:11:20.539Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T03:11:20.539Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-16T03:11:20.539Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T03:11:20.539Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-16T03:11:20.539Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-16T03:11:20.539Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T03:11:20.539Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T03:11:20.539Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T03:11:20.539Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-16T03:11:20.539Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T03:11:20.539Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T03:11:20.801Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T03:11:20.801Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T03:11:20.801Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T03:11:20.801Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T03:11:20.801Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T03:11:21.010Z] Removing intermediate container 833482bf8397 [2021-03-16T03:11:21.010Z] ---> 55b9135b0883 [2021-03-16T03:11:21.010Z] Step 8/23 : COPY . . [2021-03-16T03:11:21.284Z] Removing intermediate container 1ca4a6239e45 [2021-03-16T03:11:21.284Z] ---> 68bfb372cb47 [2021-03-16T03:11:21.284Z] Step 8/22 : COPY . . [2021-03-16T03:11:21.284Z] Removing intermediate container 78cd06598983 [2021-03-16T03:11:21.284Z] ---> 5a2eb8ae4964 [2021-03-16T03:11:21.284Z] Step 8/31 : COPY . . [2021-03-16T03:11:22.185Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:11:22.186Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-03-16T03:11:22.186Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T03:11:22.186Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:11:22.186Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:11:22.760Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:11:22.760Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:11:23.021Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T03:11:23.021Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T03:11:23.021Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T03:11:23.021Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T03:11:23.280Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T03:11:23.280Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T03:11:23.280Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T03:11:23.540Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T03:11:23.802Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T03:11:23.802Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T03:11:24.374Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T03:11:24.374Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T03:11:24.374Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T03:11:24.374Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T03:11:24.638Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T03:11:24.638Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:11:24.638Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:24.899Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T03:11:24.899Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T03:11:24.899Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T03:11:24.899Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T03:11:24.899Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:11:24.899Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:25.159Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T03:11:25.419Z] Checking for services that may need to be restarted...done. [2021-03-16T03:11:25.419Z] Checking for services that may need to be restarted...done. [2021-03-16T03:11:25.419Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:25.679Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T03:11:25.680Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:26.249Z] Selecting previously unselected package python3-minimal. [2021-03-16T03:11:26.249Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T03:11:26.249Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T03:11:26.249Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T03:11:26.249Z] Selecting previously unselected package mime-support. [2021-03-16T03:11:26.249Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T03:11:26.249Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T03:11:26.510Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T03:11:26.510Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T03:11:26.510Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T03:11:26.510Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T03:11:26.510Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:11:26.510Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:26.778Z] Selecting previously unselected package python3.6. [2021-03-16T03:11:26.778Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T03:11:26.778Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:26.778Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T03:11:26.778Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T03:11:26.778Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T03:11:27.042Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T03:11:27.616Z] Selecting previously unselected package python3. [2021-03-16T03:11:27.616Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T03:11:27.616Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T03:11:27.616Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T03:11:27.877Z] Selecting previously unselected package multiarch-support. [2021-03-16T03:11:27.877Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:11:27.877Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T03:11:27.877Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T03:11:28.159Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T03:11:28.159Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T03:11:28.159Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T03:11:28.159Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T03:11:28.159Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T03:11:28.159Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T03:11:28.159Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T03:11:28.470Z] Selecting previously unselected package sudo. [2021-03-16T03:11:28.470Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T03:11:28.470Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T03:11:28.470Z] Selecting previously unselected package apparmor. [2021-03-16T03:11:28.470Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T03:11:28.470Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T03:11:28.765Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T03:11:28.765Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T03:11:28.765Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T03:11:28.765Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T03:11:28.765Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:11:28.765Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:28.765Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T03:11:28.765Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:11:28.765Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:29.049Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T03:11:29.049Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T03:11:29.049Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T03:11:29.049Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T03:11:29.049Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:11:29.049Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:29.320Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T03:11:29.320Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T03:11:29.320Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:29.320Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T03:11:29.320Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T03:11:29.320Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T03:11:29.585Z] Selecting previously unselected package openssh-client. [2021-03-16T03:11:29.585Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T03:11:29.585Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T03:11:29.846Z] Selecting previously unselected package squashfs-tools. [2021-03-16T03:11:29.846Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T03:11:29.846Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T03:11:29.846Z] Selecting previously unselected package snapd. [2021-03-16T03:11:29.846Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T03:11:29.846Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T03:11:32.419Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T03:11:32.419Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T03:11:32.419Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T03:11:32.419Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T03:11:32.419Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T03:11:32.681Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:32.942Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:11:33.513Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T03:11:33.513Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T03:11:34.463Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T03:11:34.463Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T03:11:34.463Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T03:11:34.463Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:34.463Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:34.463Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T03:11:35.426Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T03:11:35.426Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:35.426Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T03:11:35.426Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T03:11:35.426Z] running python rtupdate hooks for python3.6... [2021-03-16T03:11:35.426Z] running python post-rtupdate hooks for python3.6... [2021-03-16T03:11:35.426Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T03:11:36.810Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T03:11:37.071Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T03:11:37.071Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T03:11:37.332Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T03:11:37.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T03:11:37.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T03:11:38.165Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T03:11:38.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T03:11:38.688Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T03:11:38.688Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T03:11:38.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T03:11:39.209Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T03:11:39.468Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T03:11:39.728Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T03:11:39.728Z] /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-16T03:11:39.728Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T03:11:39.989Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T03:11:40.932Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T03:11:40.932Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T03:11:40.932Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T03:11:42.578Z] Reading package lists... [2021-03-16T03:11:42.839Z] Reading package lists... [2021-03-16T03:11:43.099Z] Building dependency tree... [2021-03-16T03:11:43.099Z] Reading state information... [2021-03-16T03:11:43.099Z] Calculating upgrade... [2021-03-16T03:11:43.359Z] The following packages will be upgraded: [2021-03-16T03:11:43.359Z] advancecomp base-files bash binutils binutils-common [2021-03-16T03:11:43.359Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T03:11:43.359Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T03:11:43.359Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T03:11:43.359Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T03:11:43.359Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T03:11:43.359Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T03:11:43.359Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T03:11:43.359Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T03:11:43.359Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T03:11:43.359Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T03:11:43.359Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T03:11:43.359Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T03:11:43.359Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T03:11:43.359Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T03:11:43.359Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T03:11:43.359Z] Need to get 63.8 MB of archives. [2021-03-16T03:11:43.359Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T03:11:43.360Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T03:11:43.624Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T03:11:43.624Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T03:11:43.624Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T03:11:43.624Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T03:11:43.624Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T03:11:43.624Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T03:11:43.624Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T03:11:43.624Z] 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-16T03:11:43.624Z] 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-16T03:11:43.624Z] 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-16T03:11:43.624Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T03:11:43.624Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T03:11:43.624Z] 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-16T03:11:43.624Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T03:11:43.624Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T03:11:43.624Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T03:11:43.624Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T03:11:43.624Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T03:11:43.624Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T03:11:43.624Z] 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-16T03:11:43.893Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T03:11:43.893Z] 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-16T03:11:43.893Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T03:11:43.893Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T03:11:43.893Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T03:11:43.893Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T03:11:43.893Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T03:11:43.893Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T03:11:43.893Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T03:11:43.893Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T03:11:43.893Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T03:11:43.893Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T03:11:43.893Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T03:11:43.893Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T03:11:43.893Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T03:11:43.893Z] 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-16T03:11:43.893Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T03:11:43.893Z] 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-16T03:11:43.893Z] 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-16T03:11:43.893Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T03:11:43.893Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T03:11:43.893Z] 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-16T03:11:43.893Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T03:11:43.893Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T03:11:43.893Z] 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-16T03:11:43.893Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T03:11:43.893Z] 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-16T03:11:44.156Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T03:11:44.156Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T03:11:44.156Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T03:11:44.156Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T03:11:44.156Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T03:11:44.156Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T03:11:44.156Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T03:11:44.156Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T03:11:44.419Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T03:11:44.419Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T03:11:44.419Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-16T03:11:44.419Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-16T03:11:44.419Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T03:11:44.419Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T03:11:44.419Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T03:11:44.419Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T03:11:44.680Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T03:11:44.680Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T03:11:44.680Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T03:11:44.680Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T03:11:44.680Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T03:11:44.680Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T03:11:44.680Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T03:11:44.680Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T03:11:44.680Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T03:11:44.680Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-16T03:11:44.680Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T03:11:44.680Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T03:11:44.680Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T03:11:44.680Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T03:11:44.680Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T03:11:44.680Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T03:11:44.680Z] 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-16T03:11:44.680Z] 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-16T03:11:44.680Z] 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-16T03:11:44.680Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T03:11:44.680Z] 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-16T03:11:44.941Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T03:11:44.941Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T03:11:44.941Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T03:11:44.941Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T03:11:44.941Z] 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-16T03:11:44.941Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T03:11:44.941Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T03:11:44.941Z] 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-16T03:11:44.941Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T03:11:44.941Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T03:11:44.941Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T03:11:44.941Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T03:11:44.941Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T03:11:45.202Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T03:11:45.202Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:11:45.464Z] Fetched 63.8 MB in 2s (36.8 MB/s) [2021-03-16T03:11:45.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:45.464Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:11:45.464Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:11:46.035Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:11:46.035Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:11:46.297Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T03:11:46.297Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T03:11:47.244Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:47.244Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:47.244Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:47.244Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:47.244Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:47.244Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:47.505Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:47.505Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:47.505Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:47.505Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:47.765Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:47.765Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:47.765Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:47.765Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:48.026Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:48.026Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:11:48.026Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:48.026Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T03:11:48.026Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:48.158Z] ---> 070dc9910361 [2021-03-16T03:11:48.158Z] ---> 556df36fb85a [2021-03-16T03:11:48.158Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T03:11:48.158Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T03:11:48.158Z] ---> Running in 7e19388e6b58 [2021-03-16T03:11:48.158Z] ---> Running in bfb243caf46d [2021-03-16T03:11:48.158Z] ---> 7257aa2b586f [2021-03-16T03:11:48.158Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T03:11:48.158Z] ---> 0c957a6f8c57 [2021-03-16T03:11:48.158Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T03:11:48.158Z] ---> dadd8e3bd99d [2021-03-16T03:11:48.158Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T03:11:48.158Z] ---> Running in b9312dcbedb4 [2021-03-16T03:11:48.158Z] ---> Running in 324ab967d1ce [2021-03-16T03:11:48.158Z] ---> Running in f064f8e69810 [2021-03-16T03:11:48.158Z] 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-16T03:11:48.286Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:11:48.286Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:48.286Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:48.286Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:48.286Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:48.546Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T03:11:48.546Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T03:11:48.546Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:11:48.755Z] 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-16T03:11:48.806Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:11:48.806Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:11:49.029Z] 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-16T03:11:49.068Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:11:49.301Z] 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-16T03:11:49.328Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T03:11:49.589Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T03:11:49.589Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T03:11:49.589Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T03:11:49.589Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T03:11:49.850Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T03:11:49.895Z] 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-16T03:11:50.111Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T03:11:50.111Z] Installing new version of config file /etc/issue ... [2021-03-16T03:11:50.111Z] Installing new version of config file /etc/issue.net ... [2021-03-16T03:11:50.111Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T03:11:50.111Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T03:11:50.373Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T03:11:50.635Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T03:11:50.635Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T03:11:50.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:50.635Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T03:11:50.635Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T03:11:50.895Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T03:11:50.895Z] 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-16T03:11:50.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:50.895Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:51.155Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:51.155Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:51.155Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:51.155Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T03:11:51.155Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T03:11:51.415Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T03:11:51.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:51.415Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T03:11:51.415Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T03:11:51.675Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T03:11:51.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:51.935Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:11:51.935Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:11:52.196Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T03:11:52.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:52.196Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:11:52.196Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:11:52.457Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T03:11:52.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:52.457Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T03:11:52.457Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T03:11:52.718Z] Setting up grep (3.1-2build1) ... [2021-03-16T03:11:52.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:52.718Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T03:11:52.718Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T03:11:52.978Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T03:11:52.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:52.978Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:52.978Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:53.238Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:53.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:53.238Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T03:11:53.238Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:53.810Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T03:11:53.810Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:53.810Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T03:11:54.073Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:54.646Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T03:11:54.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:54.646Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T03:11:54.646Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T03:11:55.587Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T03:11:55.587Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T03:11:55.848Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T03:11:55.848Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T03:11:55.848Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T03:11:56.115Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:56.115Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T03:11:56.115Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T03:11:56.376Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T03:11:56.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:56.376Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:56.376Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:56.683Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:56.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:56.683Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:56.683Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:56.944Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:56.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:56.944Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:57.205Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:57.205Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:57.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:57.472Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:57.472Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:57.472Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:57.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:57.740Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:57.740Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:58.001Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:58.001Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:58.001Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:58.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:58.262Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T03:11:58.262Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:11:58.262Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T03:11:58.523Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:58.523Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:58.523Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:58.523Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:58.784Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:58.784Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:58.784Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:59.047Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:59.047Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:11:59.047Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:11:59.047Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:11:59.621Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:11:59.883Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T03:12:00.456Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T03:12:00.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:12:00.456Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T03:12:00.456Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T03:12:00.719Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:12:00.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T03:12:00.719Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T03:12:00.719Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T03:12:00.982Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T03:12:00.982Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:00.982Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T03:12:00.982Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T03:12:01.244Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T03:12:01.505Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:01.505Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T03:12:01.505Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T03:12:01.505Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T03:12:01.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:01.766Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T03:12:01.766Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T03:12:01.766Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T03:12:02.032Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:02.032Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T03:12:02.032Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:12:02.032Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:12:02.307Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:02.307Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T03:12:02.307Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:12:02.307Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:12:02.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:02.605Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T03:12:02.879Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:12:02.879Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:12:03.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:03.149Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T03:12:03.149Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T03:12:03.149Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T03:12:03.149Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T03:12:03.427Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:12:03.427Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:12:03.428Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T03:12:03.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:03.694Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T03:12:03.694Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T03:12:03.694Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T03:12:03.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:03.965Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T03:12:03.965Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T03:12:03.965Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T03:12:04.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:04.932Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T03:12:04.932Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T03:12:04.932Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T03:12:04.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:04.932Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T03:12:05.192Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T03:12:05.192Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T03:12:05.192Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:05.192Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T03:12:05.455Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T03:12:05.716Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T03:12:05.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:05.976Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T03:12:05.976Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T03:12:05.976Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T03:12:06.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:06.268Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T03:12:06.268Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T03:12:06.268Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T03:12:06.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:06.528Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T03:12:06.528Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T03:12:06.528Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T03:12:06.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:06.789Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T03:12:06.789Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T03:12:06.789Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T03:12:07.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:07.051Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T03:12:07.051Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T03:12:07.316Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T03:12:07.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:07.316Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T03:12:07.316Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T03:12:07.577Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T03:12:07.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T03:12:07.577Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T03:12:07.577Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T03:12:07.839Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T03:12:07.839Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T03:12:07.839Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T03:12:07.839Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T03:12:08.100Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T03:12:08.100Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T03:12:08.100Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T03:12:08.364Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T03:12:08.364Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T03:12:08.630Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T03:12:08.630Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T03:12:08.630Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T03:12:08.891Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T03:12:08.891Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T03:12:09.152Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T03:12:09.152Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T03:12:09.152Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T03:12:09.152Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T03:12:09.152Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T03:12:09.413Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T03:12:09.413Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T03:12:09.674Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T03:12:09.674Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T03:12:09.674Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T03:12:09.934Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T03:12:09.934Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T03:12:10.877Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T03:12:10.877Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T03:12:11.138Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T03:12:11.138Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T03:12:11.138Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:12:11.138Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:12:11.711Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:12:11.711Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:12:11.972Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:12:11.972Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:12:11.972Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T03:12:11.972Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T03:12:12.232Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:12.232Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:12.492Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:12.492Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:12.492Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:12.753Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:12.753Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:12.753Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:13.693Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:13.954Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:15.343Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:15.343Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:15.916Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:15.916Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:16.490Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:16.490Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:17.430Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T03:12:17.430Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T03:12:17.430Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T03:12:17.430Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T03:12:17.691Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T03:12:17.691Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T03:12:17.952Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T03:12:17.952Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T03:12:17.952Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T03:12:17.952Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T03:12:18.214Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T03:12:18.214Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T03:12:18.214Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T03:12:18.214Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T03:12:18.214Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T03:12:18.214Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T03:12:18.476Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:18.476Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T03:12:18.476Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:18.476Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:18.476Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:18.476Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T03:12:18.476Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T03:12:18.476Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T03:12:18.737Z] [2021-03-16T03:12:18.737Z] Current default time zone: 'Etc/UTC' [2021-03-16T03:12:18.737Z] Local time is now: Tue Mar 16 03:12:18 UTC 2021. [2021-03-16T03:12:18.737Z] Universal Time is now: Tue Mar 16 03:12:18 UTC 2021. [2021-03-16T03:12:18.737Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T03:12:18.737Z] [2021-03-16T03:12:18.738Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T03:12:18.738Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:18.738Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T03:12:18.738Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T03:12:18.998Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T03:12:18.998Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T03:12:18.998Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T03:12:18.998Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T03:12:18.998Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T03:12:18.998Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T03:12:18.998Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:18.998Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T03:12:19.259Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:19.259Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:12:19.259Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:19.519Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T03:12:19.519Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T03:12:19.519Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T03:12:19.519Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T03:12:19.519Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T03:12:19.519Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T03:12:19.519Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:12:19.519Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T03:12:21.430Z] Updating certificates in /etc/ssl/certs... [2021-03-16T03:12:22.002Z] 23 added, 27 removed; done. [2021-03-16T03:12:22.263Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T03:12:22.263Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T03:12:22.263Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T03:12:22.263Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T03:12:22.263Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T03:12:22.524Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.524Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:12:22.524Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.524Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.524Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.524Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.524Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.524Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T03:12:22.524Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:12:22.524Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T03:12:22.784Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T03:12:22.784Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T03:12:22.784Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.784Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T03:12:22.784Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T03:12:22.784Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T03:12:22.784Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T03:12:23.045Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:12:23.045Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T03:12:23.045Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T03:12:23.045Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T03:12:23.045Z] Updating certificates in /etc/ssl/certs... [2021-03-16T03:12:23.617Z] 0 added, 0 removed; done. [2021-03-16T03:12:23.617Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T03:12:23.617Z] done. [2021-03-16T03:12:24.192Z] Reading package lists... [2021-03-16T03:12:24.457Z] Building dependency tree... [2021-03-16T03:12:24.457Z] Reading state information... [2021-03-16T03:12:24.720Z] The following NEW packages will be installed: [2021-03-16T03:12:24.720Z] apt-transport-https [2021-03-16T03:12:24.997Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T03:12:24.997Z] Need to get 1696 B of archives. [2021-03-16T03:12:24.997Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T03:12:24.997Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T03:12:25.335Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:12:25.335Z] Fetched 1696 B in 0s (8507 B/s) [2021-03-16T03:12:25.335Z] Selecting previously unselected package apt-transport-https. [2021-03-16T03:12:25.335Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T03:12:25.335Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T03:12:25.335Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T03:12:25.335Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T03:12:25.629Z] Waiting for network to be ready... [2021-03-16T03:12:33.824Z] 2021-03-16T03:12:29Z INFO Waiting for automatic snapd restart... [2021-03-16T03:12:33.824Z] snapd 2.49 from Canonical* installed [2021-03-16T03:12:34.397Z] "snapd" switched to the "latest/stable" channel [2021-03-16T03:12:34.397Z] [2021-03-16T03:12:38.621Z] core18 20210128 from Canonical* installed [2021-03-16T03:12:38.881Z] "core18" switched to the "latest/stable" channel [2021-03-16T03:12:38.881Z] [2021-03-16T03:12:45.483Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T03:12:45.483Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T03:12:45.483Z] [2021-03-16T03:12:48.783Z] 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-16T03:12:48.783Z] - README.md [2021-03-16T03:12:48.783Z] [2021-03-16T03:12:48.783Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T03:12:55.388Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:12:55.388Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T03:12:55.388Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T03:12:55.388Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T03:12:56.330Z] Reading package lists... [2021-03-16T03:12:56.902Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-16T03:13:03.504Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:13:03.504Z] Reading package lists... [2021-03-16T03:13:03.504Z] Building dependency tree... [2021-03-16T03:13:03.504Z] Reading state information... [2021-03-16T03:13:03.504Z] Suggested packages: [2021-03-16T03:13:03.504Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T03:13:03.504Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T03:13:03.504Z] Recommended packages: [2021-03-16T03:13:03.504Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T03:13:03.504Z] The following NEW packages will be installed: [2021-03-16T03:13:03.504Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T03:13:03.504Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T03:13:03.504Z] pkg-config zip [2021-03-16T03:13:03.764Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T03:13:03.764Z] Need to get 7657 kB of archives. [2021-03-16T03:13:03.764Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T03:13:03.764Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-16T03:13:03.764Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T03:13:03.764Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T03:13:04.026Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T03:13:04.026Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T03:13:04.026Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T03:13:04.026Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T03:13:04.287Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T03:13:04.287Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T03:13:04.287Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T03:13:04.548Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T03:13:04.548Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T03:13:04.548Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T03:13:04.810Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T03:13:04.810Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T03:13:05.071Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T03:13:05.071Z] Fetched 7657 kB in 1s (5583 kB/s) [2021-03-16T03:13:05.071Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T03:13:05.332Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T03:13:05.332Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T03:13:05.332Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T03:13:05.332Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T03:13:05.332Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T03:13:05.332Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T03:13:05.595Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T03:13:05.595Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T03:13:05.595Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T03:13:05.595Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T03:13:05.595Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T03:13:05.595Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T03:13:05.595Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T03:13:05.595Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T03:13:05.855Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T03:13:05.855Z] Selecting previously unselected package liberror-perl. [2021-03-16T03:13:05.855Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T03:13:05.855Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T03:13:05.855Z] Selecting previously unselected package git-man. [2021-03-16T03:13:05.855Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T03:13:05.855Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:13:06.116Z] Selecting previously unselected package git. [2021-03-16T03:13:06.116Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T03:13:06.116Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:13:07.058Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T03:13:07.058Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T03:13:07.321Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T03:13:07.321Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T03:13:07.321Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T03:13:07.321Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T03:13:07.321Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T03:13:07.321Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T03:13:07.321Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T03:13:07.581Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T03:13:07.581Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T03:13:07.581Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:13:07.581Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T03:13:07.581Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T03:13:07.581Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:13:07.842Z] Selecting previously unselected package pkg-config. [2021-03-16T03:13:07.842Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T03:13:07.842Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T03:13:07.842Z] Selecting previously unselected package zip. [2021-03-16T03:13:07.842Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T03:13:07.842Z] Unpacking zip (3.0-11build1) ... [2021-03-16T03:13:08.102Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T03:13:08.102Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:13:08.102Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T03:13:08.102Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T03:13:08.102Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T03:13:08.102Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T03:13:08.102Z] No schema files found: doing nothing. [2021-03-16T03:13:08.102Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T03:13:08.102Z] Setting up zip (3.0-11build1) ... [2021-03-16T03:13:08.102Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T03:13:08.364Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T03:13:08.364Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T03:13:08.364Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:13:08.364Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T03:13:08.364Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T03:13:08.364Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T03:13:08.626Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T03:13:15.255Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:13:15.517Z] git set to automatically installed. [2021-03-16T03:13:15.517Z] git-man set to automatically installed. [2021-03-16T03:13:15.517Z] libcurl3-gnutls set to automatically installed. [2021-03-16T03:13:15.517Z] liberror-perl set to automatically installed. [2021-03-16T03:13:15.517Z] libglib2.0-0 set to automatically installed. [2021-03-16T03:13:15.517Z] libnghttp2-14 set to automatically installed. [2021-03-16T03:13:15.517Z] libnorm1 set to automatically installed. [2021-03-16T03:13:15.517Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T03:13:15.517Z] libpsl5 set to automatically installed. [2021-03-16T03:13:15.517Z] librtmp1 set to automatically installed. [2021-03-16T03:13:15.517Z] libsodium23 set to automatically installed. [2021-03-16T03:13:15.517Z] libzmq3-dev set to automatically installed. [2021-03-16T03:13:15.517Z] libzmq5 set to automatically installed. [2021-03-16T03:13:15.517Z] pkg-config set to automatically installed. [2021-03-16T03:13:15.517Z] zip set to automatically installed. [2021-03-16T03:13:16.907Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T03:13:23.509Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:13:26.883Z] 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-16T03:13:32.346Z] Removing intermediate container 7e19388e6b58 [2021-03-16T03:13:32.346Z] ---> 6fb2639fd086 [2021-03-16T03:13:32.346Z] [2021-03-16T03:13:32.346Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T03:13:32.346Z] 3.12: Pulling from library/alpine [2021-03-16T03:13:32.949Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T03:13:32.949Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T03:13:32.949Z] ---> d10569e2745f [2021-03-16T03:13:32.949Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T03:13:33.559Z] ---> Running in 1ba4a681b7aa [2021-03-16T03:13:35.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:35.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:36.155Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T03:13:36.432Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:13:36.432Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T03:13:36.432Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T03:13:36.432Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:36.432Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:36.432Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:13:36.711Z] OK: 7 MiB in 19 packages [2021-03-16T03:13:40.123Z] Removing intermediate container 1ba4a681b7aa [2021-03-16T03:13:40.123Z] ---> 73b663d843d5 [2021-03-16T03:13:40.123Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:13:40.402Z] ---> Running in b38886cc55f3 [2021-03-16T03:13:41.393Z] Removing intermediate container b38886cc55f3 [2021-03-16T03:13:41.393Z] ---> 0a07c1ebc90b [2021-03-16T03:13:41.393Z] Step 13/24 : WORKDIR / [2021-03-16T03:13:41.657Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T03:13:42.230Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T03:13:42.403Z] ---> Running in 3df4ff2356df [2021-03-16T03:13:43.404Z] Removing intermediate container 3df4ff2356df [2021-03-16T03:13:43.404Z] ---> 0860f0c1f74b [2021-03-16T03:13:43.404Z] 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-16T03:13:43.404Z] Removing intermediate container 324ab967d1ce [2021-03-16T03:13:43.404Z] ---> a8a462ca4ec0 [2021-03-16T03:13:43.404Z] [2021-03-16T03:13:43.404Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T03:13:43.404Z] ---> d10569e2745f [2021-03-16T03:13:43.404Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T03:13:43.679Z] ---> Running in b62be32b4367 [2021-03-16T03:13:44.667Z] Removing intermediate container b62be32b4367 [2021-03-16T03:13:44.667Z] ---> 1ea33bc4c491 [2021-03-16T03:13:44.667Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T03:13:44.667Z] ---> 513f4a8d288b [2021-03-16T03:13:44.667Z] 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-16T03:13:44.667Z] ---> Running in 3b651fbda73a [2021-03-16T03:13:45.661Z] ---> 8fa596b165da [2021-03-16T03:13:45.944Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T03:13:46.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:46.936Z] ---> 37a575328160 [2021-03-16T03:13:46.936Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T03:13:47.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:47.815Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:47.815Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T03:13:47.815Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:47.815Z] OK: 5 MiB in 16 packages [2021-03-16T03:13:48.819Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T03:13:49.081Z] snap "core18" has no updates available [2021-03-16T03:13:49.278Z] ---> d77c65839c98 [2021-03-16T03:13:49.278Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T03:13:49.654Z] Pulling config-common [2021-03-16T03:13:49.655Z] + snapcraftctl pull [2021-03-16T03:13:50.766Z] Removing intermediate container 3b651fbda73a [2021-03-16T03:13:50.767Z] ---> d204713bbf94 [2021-03-16T03:13:50.767Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T03:13:51.041Z] Pulling go-build-helper [2021-03-16T03:13:51.041Z] + snapcraftctl pull [2021-03-16T03:13:51.753Z] ---> 5d58304bf30b [2021-03-16T03:13:51.753Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T03:13:51.753Z] ---> Running in 51d8c8507a2e [2021-03-16T03:13:52.427Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T03:13:52.427Z] Skipping pull go-build-helper (already ran) [2021-03-16T03:13:52.427Z] Building go-build-helper [2021-03-16T03:13:52.427Z] + snapcraftctl build [2021-03-16T03:13:53.750Z] Removing intermediate container 51d8c8507a2e [2021-03-16T03:13:53.750Z] ---> 0117fd67d11f [2021-03-16T03:13:53.750Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T03:13:53.750Z] ---> 2329bab9758e [2021-03-16T03:13:53.750Z] 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-16T03:13:53.750Z] Removing intermediate container f064f8e69810 [2021-03-16T03:13:53.750Z] ---> 08dfa81b1fce [2021-03-16T03:13:53.750Z] [2021-03-16T03:13:53.750Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:13:53.750Z] ---> d10569e2745f [2021-03-16T03:13:53.750Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:13:54.360Z] ---> Running in 345a78c23020 [2021-03-16T03:13:54.360Z] ---> Running in 61f45bfddf5a [2021-03-16T03:13:54.360Z] ---> Running in 6d2c6c7f8fb9 [2021-03-16T03:13:54.963Z] Removing intermediate container bfb243caf46d [2021-03-16T03:13:54.963Z] ---> cfd91a36b0c4 [2021-03-16T03:13:54.963Z] [2021-03-16T03:13:54.963Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:13:54.963Z] ---> d10569e2745f [2021-03-16T03:13:54.963Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T03:13:54.974Z] Staging go-build-helper [2021-03-16T03:13:54.974Z] + snapcraftctl stage [2021-03-16T03:13:55.240Z] Removing intermediate container 345a78c23020 [2021-03-16T03:13:55.240Z] ---> 89d215c27485 [2021-03-16T03:13:55.240Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T03:13:55.240Z] ---> Running in f5bf2f103c8a [2021-03-16T03:13:55.517Z] Removing intermediate container b9312dcbedb4 [2021-03-16T03:13:55.517Z] ---> d1f7f50b36ef [2021-03-16T03:13:55.517Z] [2021-03-16T03:13:55.517Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T03:13:55.517Z] ---> d10569e2745f [2021-03-16T03:13:55.517Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:13:55.794Z] ---> Running in 35483882b68c [2021-03-16T03:13:55.794Z] ---> Running in 52153211c0e3 [2021-03-16T03:13:56.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:56.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:57.394Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:57.394Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:57.394Z] OK: 5 MiB in 15 packages [2021-03-16T03:13:57.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:57.948Z] Removing intermediate container 61f45bfddf5a [2021-03-16T03:13:57.948Z] ---> d690051c596c [2021-03-16T03:13:57.948Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T03:13:57.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:57.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:58.224Z] ---> Running in 8e224037eb29 [2021-03-16T03:13:58.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:13:58.832Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T03:13:58.832Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:58.832Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:58.832Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:13:58.832Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T03:13:58.832Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:13:58.832Z] OK: 5 MiB in 15 packages [2021-03-16T03:13:59.109Z] Removing intermediate container 6d2c6c7f8fb9 [2021-03-16T03:13:59.109Z] ---> 5264e0bba398 [2021-03-16T03:13:59.109Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:13:59.109Z] OK: 6 MiB in 16 packages [2021-03-16T03:13:59.109Z] Removing intermediate container 8e224037eb29 [2021-03-16T03:13:59.109Z] ---> d7fd4afaeacb [2021-03-16T03:13:59.109Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T03:13:59.383Z] ---> Running in d613f2387a87 [2021-03-16T03:13:59.383Z] ---> Running in d3e9f1c8dc8e [2021-03-16T03:13:59.383Z] Removing intermediate container 35483882b68c [2021-03-16T03:13:59.383Z] ---> aa9700e71a49 [2021-03-16T03:13:59.383Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T03:13:59.656Z] ---> Running in 587245072fe9 [2021-03-16T03:14:00.252Z] Removing intermediate container d613f2387a87 [2021-03-16T03:14:00.252Z] ---> ad803b65b272 [2021-03-16T03:14:00.252Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T03:14:00.252Z] Removing intermediate container d3e9f1c8dc8e [2021-03-16T03:14:00.252Z] ---> d035affa74f8 [2021-03-16T03:14:00.252Z] Step 23/24 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:14:00.526Z] ---> Running in 034816440de7 [2021-03-16T03:14:00.526Z] ---> Running in fde9db27e5bb [2021-03-16T03:14:00.526Z] Removing intermediate container 587245072fe9 [2021-03-16T03:14:00.526Z] ---> d878a9f62fbd [2021-03-16T03:14:00.526Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T03:14:00.810Z] Removing intermediate container 52153211c0e3 [2021-03-16T03:14:00.810Z] ---> adcd568426f7 [2021-03-16T03:14:00.810Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:14:01.083Z] ---> Running in d27885f2f79e [2021-03-16T03:14:01.083Z] Removing intermediate container fde9db27e5bb [2021-03-16T03:14:01.083Z] ---> 53b937f35ddc [2021-03-16T03:14:01.083Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T03:14:01.365Z] Removing intermediate container 034816440de7 [2021-03-16T03:14:01.365Z] ---> 91544739459e [2021-03-16T03:14:01.365Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:14:01.365Z] ---> Running in 864e916e8d29 [2021-03-16T03:14:01.644Z] ---> Running in 6f52e44a246d [2021-03-16T03:14:01.644Z] Removing intermediate container f5bf2f103c8a [2021-03-16T03:14:01.644Z] ---> de950d145ef0 [2021-03-16T03:14:01.644Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:14:01.644Z] ---> 3d8f170b2243 [2021-03-16T03:14:01.644Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T03:14:01.919Z] Removing intermediate container d27885f2f79e [2021-03-16T03:14:01.919Z] ---> 8c0b1cdd4596 [2021-03-16T03:14:01.919Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T03:14:01.919Z] ---> Running in 7c5a2b19da13 [2021-03-16T03:14:01.919Z] ---> Running in 3cb40b6c456f [2021-03-16T03:14:01.919Z] ---> Running in 70803e4a12a4 [2021-03-16T03:14:02.197Z] Removing intermediate container 6f52e44a246d [2021-03-16T03:14:02.197Z] ---> e972470243d7 [2021-03-16T03:14:02.197Z] Step 15/23 : WORKDIR / [2021-03-16T03:14:02.197Z] Removing intermediate container 864e916e8d29 [2021-03-16T03:14:02.197Z] ---> 2d891ca36d60 [2021-03-16T03:14:02.197Z] [2021-03-16T03:14:02.470Z] ---> Running in 91430c1ea47a [2021-03-16T03:14:02.763Z] Removing intermediate container 7c5a2b19da13 [2021-03-16T03:14:02.763Z] ---> ba88411ee034 [2021-03-16T03:14:02.763Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T03:14:03.045Z] Successfully built 2d891ca36d60 [2021-03-16T03:14:03.045Z] Removing intermediate container 70803e4a12a4 [2021-03-16T03:14:03.045Z] ---> 2585a0efd48c [2021-03-16T03:14:03.045Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:14:03.045Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T03:14:03.045Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-16T03:14:03.045Z] ---> Running in f13680ebf43b [2021-03-16T03:14:03.320Z] ---> Running in 4707f2ff0d32 [2021-03-16T03:14:03.320Z] Removing intermediate container 91430c1ea47a [2021-03-16T03:14:03.320Z] ---> 9576d7b5fa2c [2021-03-16T03:14:03.320Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:14:03.944Z] Removing intermediate container f13680ebf43b [2021-03-16T03:14:03.944Z] ---> 54a18d7d72e2 [2021-03-16T03:14:03.944Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T03:14:03.944Z] Removing intermediate container 4707f2ff0d32 [2021-03-16T03:14:03.944Z] ---> 3b38510165a6 [2021-03-16T03:14:03.944Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:14:04.222Z] ---> Running in 513baea2edec [2021-03-16T03:14:04.831Z] ---> c9d5e183146e [2021-03-16T03:14:04.831Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T03:14:05.491Z] Removing intermediate container 513baea2edec [2021-03-16T03:14:05.491Z] ---> d151343ac81b [2021-03-16T03:14:05.491Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:14:06.090Z] Removing intermediate container 3cb40b6c456f [2021-03-16T03:14:06.090Z] ---> 5f46699950b6 [2021-03-16T03:14:06.090Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:14:06.371Z] ---> 130d5c18155c [2021-03-16T03:14:06.371Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T03:14:07.366Z] ---> e4a8e6b150a9 [2021-03-16T03:14:07.366Z] ---> 8861fd3b7dff [2021-03-16T03:14:07.366Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.tomlStep 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T03:14:07.366Z] [2021-03-16T03:14:07.650Z] ---> f54a81ee90c2 [2021-03-16T03:14:07.650Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T03:14:09.106Z] ---> df1a492269d5 [2021-03-16T03:14:09.106Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T03:14:09.713Z] ---> 76a3b6462350 [2021-03-16T03:14:09.713Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T03:14:09.884Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T03:14:09.884Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T03:14:09.884Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T03:14:09.884Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T03:14:09.884Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T03:14:09.884Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T03:14:09.884Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T03:14:09.884Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T03:14:09.884Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T03:14:09.884Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T03:14:09.884Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T03:14:09.884Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T03:14:09.884Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T03:14:09.884Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T03:14:09.884Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T03:14:09.884Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T03:14:09.884Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T03:14:09.884Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T03:14:09.884Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T03:14:09.884Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T03:14:09.884Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T03:14:09.884Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T03:14:09.884Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T03:14:09.884Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T03:14:09.884Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T03:14:09.884Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T03:14:09.884Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T03:14:09.884Z] Fetched 24.1 MB in 6s (3917 kB/s) [2021-03-16T03:14:09.884Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T03:14:09.884Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T03:14:09.884Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T03:14:09.884Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T03:14:09.884Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T03:14:09.884Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T03:14:09.884Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T03:14:09.884Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T03:14:09.884Z] Pulling edgex-go [2021-03-16T03:14:09.884Z] + snapcraftctl pull [2021-03-16T03:14:09.993Z] ---> 0167c6fb6277 [2021-03-16T03:14:09.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T03:14:09.994Z] ---> 160fd38f1dcb [2021-03-16T03:14:09.994Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T03:14:09.994Z] ---> d162a6c2baa8 [2021-03-16T03:14:09.994Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T03:14:10.268Z] ---> Running in 98b2f58d0b9f [2021-03-16T03:14:10.268Z] ---> Running in 96dbf36884cd [2021-03-16T03:14:11.251Z] Removing intermediate container 98b2f58d0b9f [2021-03-16T03:14:11.251Z] ---> 7b1d924c31c4 [2021-03-16T03:14:11.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:14:11.251Z] Removing intermediate container 96dbf36884cd [2021-03-16T03:14:11.251Z] ---> 5abcf747b62e [2021-03-16T03:14:11.251Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:14:11.251Z] ---> Running in 39a1739be0e9 [2021-03-16T03:14:11.251Z] ---> eae77c5acfb0 [2021-03-16T03:14:11.251Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T03:14:11.251Z] ---> 61b094b82b62 [2021-03-16T03:14:11.251Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T03:14:11.251Z] ---> Running in eae15bc21abd [2021-03-16T03:14:11.531Z] ---> Running in 3729595bdda4 [2021-03-16T03:14:11.806Z] Removing intermediate container 39a1739be0e9 [2021-03-16T03:14:11.806Z] ---> 0409e1e11a71 [2021-03-16T03:14:11.806Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T03:14:12.082Z] ---> Running in 06d23d35e018 [2021-03-16T03:14:12.359Z] Removing intermediate container 3729595bdda4 [2021-03-16T03:14:12.359Z] ---> 2ff8fc66b8ad [2021-03-16T03:14:12.359Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:14:12.359Z] Removing intermediate container eae15bc21abd [2021-03-16T03:14:12.359Z] ---> 7f46100edb1a [2021-03-16T03:14:12.359Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T03:14:12.985Z] ---> 48ac574136d8 [2021-03-16T03:14:12.985Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T03:14:12.985Z] ---> Running in 34e72f9d8a7b [2021-03-16T03:14:13.265Z] ---> Running in 326ba11780cb [2021-03-16T03:14:13.265Z] Removing intermediate container 06d23d35e018 [2021-03-16T03:14:13.265Z] ---> 17e881925350 [2021-03-16T03:14:13.265Z] Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:14:13.883Z] ---> Running in 185b8d222915 [2021-03-16T03:14:13.883Z] Removing intermediate container 34e72f9d8a7b [2021-03-16T03:14:13.883Z] ---> 277376c505d6 [2021-03-16T03:14:13.883Z] Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:14:14.494Z] ---> da25b9d360a3 [2021-03-16T03:14:14.494Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T03:14:14.494Z] ---> Running in f07c77b56cfe [2021-03-16T03:14:14.494Z] Removing intermediate container 326ba11780cb [2021-03-16T03:14:14.494Z] ---> 73bd5f2dc9b0 [2021-03-16T03:14:14.494Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T03:14:14.782Z] Removing intermediate container 185b8d222915 [2021-03-16T03:14:14.782Z] ---> cff37d128d51 [2021-03-16T03:14:14.782Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:14:15.064Z] ---> Running in 75f5ab24cff6 [2021-03-16T03:14:15.064Z] ---> Running in a48a4d9856c8 [2021-03-16T03:14:15.674Z] ---> Running in c00e5d1b3776 [2021-03-16T03:14:15.674Z] Removing intermediate container f07c77b56cfe [2021-03-16T03:14:15.674Z] ---> d820551ffda0 [2021-03-16T03:14:15.674Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:14:16.286Z] ---> Running in 389dc424f1ab [2021-03-16T03:14:16.286Z] Removing intermediate container 75f5ab24cff6 [2021-03-16T03:14:16.286Z] ---> 4bfa9c440a89 [2021-03-16T03:14:16.286Z] Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:14:16.286Z] Removing intermediate container a48a4d9856c8 [2021-03-16T03:14:16.286Z] ---> e58e2c1c030f [2021-03-16T03:14:16.286Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T03:14:16.565Z] Removing intermediate container c00e5d1b3776 [2021-03-16T03:14:16.565Z] ---> 681135e2ba6f [2021-03-16T03:14:16.565Z] [2021-03-16T03:14:16.842Z] ---> Running in b10dec9d7bc3 [2021-03-16T03:14:17.126Z] Removing intermediate container 389dc424f1ab [2021-03-16T03:14:17.126Z] ---> 09e7214f7fb5 [2021-03-16T03:14:17.126Z] [2021-03-16T03:14:17.406Z] Successfully built 681135e2ba6f [2021-03-16T03:14:17.406Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T03:14:17.406Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-16T03:14:17.406Z] Removing intermediate container b10dec9d7bc3 [2021-03-16T03:14:17.406Z] ---> 40f76b8e976f [2021-03-16T03:14:17.406Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T03:14:17.677Z] ---> 2391166cd205 [2021-03-16T03:14:17.677Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T03:14:17.677Z] Successfully built 09e7214f7fb5 [2021-03-16T03:14:17.950Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T03:14:17.950Z] ---> Running in cbfe61137b27 [2021-03-16T03:14:17.950Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-16T03:14:18.228Z] ---> Running in be95df2215c8 [2021-03-16T03:14:18.506Z] Removing intermediate container cbfe61137b27 [2021-03-16T03:14:18.506Z] ---> 1b48015d78bc [2021-03-16T03:14:18.506Z] [2021-03-16T03:14:19.106Z] Successfully built 1b48015d78bc [2021-03-16T03:14:19.106Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T03:14:19.106Z] Building docker-core-data-go [2021-03-16T03:14:21.104Z]  Building docker-support-notifications-go ... done Removing intermediate container be95df2215c8 [2021-03-16T03:14:21.104Z] ---> 9a3550606720 [2021-03-16T03:14:21.104Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T03:14:21.104Z] ---> Running in 8f29f421142e [2021-03-16T03:14:21.760Z] Removing intermediate container 8f29f421142e [2021-03-16T03:14:21.760Z] ---> 0bb1bfbd850c [2021-03-16T03:14:21.760Z] Step 28/31 : CMD ["gate"] [2021-03-16T03:14:22.361Z] ---> Running in a533fff52d93 [2021-03-16T03:14:23.372Z] Removing intermediate container a533fff52d93 [2021-03-16T03:14:23.372Z] ---> 7fadea579b69 [2021-03-16T03:14:23.372Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T03:14:24.824Z] ---> Running in 47b33fd6289c [2021-03-16T03:14:25.858Z] Removing intermediate container 47b33fd6289c [2021-03-16T03:14:25.858Z] ---> 128999f975dd [2021-03-16T03:14:25.858Z] Step 30/31 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:14:26.912Z] ---> Running in e58a37fdb31c [2021-03-16T03:14:28.786Z] Removing intermediate container e58a37fdb31c [2021-03-16T03:14:28.786Z] ---> 05e03ccd610f [2021-03-16T03:14:28.786Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T03:14:29.082Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:29.082Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:29.082Z] ---> 3c871dce9da9 [2021-03-16T03:14:29.082Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T03:14:29.082Z] ---> Using cache [2021-03-16T03:14:29.082Z] ---> 6178e2399105 [2021-03-16T03:14:29.082Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:29.082Z] ---> Using cache [2021-03-16T03:14:29.082Z] ---> 7a35c68edcac [2021-03-16T03:14:29.082Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T03:14:30.078Z] ---> Running in 99cad5dd934c [2021-03-16T03:14:30.356Z] ---> Running in 84a227619241 [2021-03-16T03:14:30.958Z] Removing intermediate container 84a227619241 [2021-03-16T03:14:30.959Z] ---> 0b2ac6ded2a2 [2021-03-16T03:14:30.959Z] [2021-03-16T03:14:31.570Z] Successfully built 0b2ac6ded2a2 [2021-03-16T03:14:31.570Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T03:14:31.570Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:14:32.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:14:32.617Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T03:14:32.617Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T03:14:32.617Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T03:14:32.617Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T03:14:32.617Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T03:14:32.617Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T03:14:32.617Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T03:14:32.617Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T03:14:32.617Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T03:14:32.617Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T03:14:32.617Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T03:14:32.617Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T03:14:32.617Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T03:14:32.617Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T03:14:32.617Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T03:14:32.617Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T03:14:32.617Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T03:14:32.617Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T03:14:32.617Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T03:14:32.617Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T03:14:32.617Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T03:14:32.617Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T03:14:32.617Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T03:14:32.617Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T03:14:32.617Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T03:14:32.617Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T03:14:32.617Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T03:14:32.618Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T03:14:32.618Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T03:14:32.618Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T03:14:32.618Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T03:14:32.618Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T03:14:32.618Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T03:14:32.618Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T03:14:32.618Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T03:14:32.618Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T03:14:32.618Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T03:14:32.618Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T03:14:32.618Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T03:14:32.618Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T03:14:32.618Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T03:14:32.618Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T03:14:32.618Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T03:14:32.618Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T03:14:32.618Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T03:14:32.618Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T03:14:32.618Z] Pulling static-packages [2021-03-16T03:14:32.618Z] + snapcraftctl pull [2021-03-16T03:14:33.161Z] OK: 217 MiB in 51 packages [2021-03-16T03:14:33.258Z] Pulling version [2021-03-16T03:14:33.258Z] + cd /root/project [2021-03-16T03:14:33.258Z] + [ -f VERSION ] [2021-03-16T03:14:33.258Z] + PROJECT_VERSION=local-dev [2021-03-16T03:14:33.258Z] + git rev-parse --short HEAD [2021-03-16T03:14:33.258Z] + GIT_REVISION=b01feec7 [2021-03-16T03:14:33.258Z] + snapcraftctl set-version local-dev [2021-03-16T03:14:34.285Z] Building config-common [2021-03-16T03:14:34.285Z] + snapcraftctl build [2021-03-16T03:14:36.577Z] Removing intermediate container 99cad5dd934c [2021-03-16T03:14:36.577Z] ---> 195d9ea5686d [2021-03-16T03:14:36.577Z] Step 6/26 : COPY go.mod . [2021-03-16T03:14:37.566Z] ---> 4538d5c1d4fd [2021-03-16T03:14:37.566Z] Step 7/26 : RUN go mod download [2021-03-16T03:14:37.566Z] ---> Running in e8e5fe61949f [2021-03-16T03:14:37.596Z] Skipping build go-build-helper (already ran) [2021-03-16T03:14:37.596Z] Building edgex-go [2021-03-16T03:14:38.537Z] + cd /root/parts/edgex-go/src [2021-03-16T03:14:38.537Z] + make build [2021-03-16T03:14:38.537Z] 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-16T03:14:40.956Z] Removing intermediate container e8e5fe61949f [2021-03-16T03:14:40.956Z] ---> 9b063b873811 [2021-03-16T03:14:40.956Z] Step 8/26 : COPY . . [2021-03-16T03:14:41.085Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T03:14:41.085Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T03:14:41.085Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.49 [2021-03-16T03:14:41.085Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-16T03:14:41.085Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T03:14:41.085Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T03:14:41.085Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T03:14:41.085Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T03:14:41.085Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-16T03:14:41.085Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T03:14:41.085Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T03:14:41.085Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T03:14:41.345Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T03:14:41.346Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T03:14:41.346Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T03:14:41.346Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T03:14:41.346Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T03:14:41.346Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T03:14:41.346Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T03:14:41.606Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T03:14:41.606Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T03:14:41.606Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T03:14:41.606Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T03:14:41.606Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T03:14:41.606Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T03:14:41.867Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T03:14:41.867Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T03:14:41.867Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T03:14:41.867Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T03:14:41.867Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T03:14:42.128Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T03:14:42.128Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T03:14:42.128Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T03:14:42.128Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T03:14:42.128Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T03:14:42.128Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T03:14:42.128Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T03:14:42.128Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T03:14:42.404Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T03:14:42.404Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T03:14:42.404Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T03:14:42.404Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T03:14:42.404Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T03:14:42.665Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T03:14:42.665Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T03:14:54.908Z] 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-16T03:14:55.168Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T03:14:59.309Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:59.309Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:59.309Z] ---> 3c871dce9da9 [2021-03-16T03:14:59.309Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 6178e2399105 [2021-03-16T03:14:59.309Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 7a35c68edcac [2021-03-16T03:14:59.309Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> a4ebd9d11f41 [2021-03-16T03:14:59.309Z] Step 6/21 : COPY go.mod . [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 2ee465a5936e [2021-03-16T03:14:59.309Z] Step 7/21 : RUN go mod download [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 5a2eb8ae4964 [2021-03-16T03:14:59.309Z] Step 8/21 : COPY . . [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 0c957a6f8c57 [2021-03-16T03:14:59.309Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T03:14:59.309Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:59.309Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:59.309Z] ---> 3c871dce9da9 [2021-03-16T03:14:59.309Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 6178e2399105 [2021-03-16T03:14:59.309Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 7a35c68edcac [2021-03-16T03:14:59.309Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> a4ebd9d11f41 [2021-03-16T03:14:59.309Z] Step 6/23 : COPY go.mod . [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 2ee465a5936e [2021-03-16T03:14:59.309Z] Step 7/23 : RUN go mod download [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 5a2eb8ae4964 [2021-03-16T03:14:59.309Z] Step 8/23 : COPY . . [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 0c957a6f8c57 [2021-03-16T03:14:59.309Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T03:14:59.309Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T03:14:59.309Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T03:14:59.309Z] ---> 3c871dce9da9 [2021-03-16T03:14:59.309Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 6178e2399105 [2021-03-16T03:14:59.309Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:14:59.309Z] ---> Using cache [2021-03-16T03:14:59.309Z] ---> 7a35c68edcac [2021-03-16T03:14:59.309Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T03:15:01.785Z] 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-16T03:15:02.714Z] ---> Running in 47333e0a00d3 [2021-03-16T03:15:02.714Z] ---> Running in 59f206d238dc [2021-03-16T03:15:02.714Z] ---> Running in d87199723ac9 [2021-03-16T03:15:02.995Z] ---> 37957ff108cd [2021-03-16T03:15:02.995Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T03:15:03.175Z] 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-16T03:15:03.278Z] ---> Running in 89ec775405a1 [2021-03-16T03:15:04.720Z] 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-16T03:15:04.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:15:04.998Z] 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-16T03:15:04.998Z] 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-16T03:15:05.100Z] 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-16T03:15:05.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:15:05.672Z] 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-16T03:15:05.932Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T03:15:06.194Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T03:15:06.194Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T03:15:06.194Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T03:15:07.070Z] OK: 217 MiB in 51 packages [2021-03-16T03:15:08.528Z] Removing intermediate container d87199723ac9 [2021-03-16T03:15:08.529Z] ---> 3f31bfdd13fb [2021-03-16T03:15:08.529Z] Step 6/23 : COPY go.mod . [2021-03-16T03:15:08.749Z] 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-16T03:15:08.749Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T03:15:08.749Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T03:15:09.526Z] ---> c2df510d7efa [2021-03-16T03:15:09.526Z] Step 7/23 : RUN go mod download [2021-03-16T03:15:09.806Z] ---> Running in d25e3f8cca1f [2021-03-16T03:15:10.340Z] 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-16T03:15:11.733Z] 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-16T03:15:11.994Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T03:15:13.918Z] 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-16T03:15:14.172Z] Removing intermediate container d25e3f8cca1f [2021-03-16T03:15:14.172Z] ---> 38f6fc853f7e [2021-03-16T03:15:14.173Z] Step 8/23 : COPY . . [2021-03-16T03:15:15.316Z] 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-16T03:15:15.316Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T03:15:17.237Z] 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-16T03:15:17.237Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-16T03:15:19.787Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T03:15:19.787Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T03:15:19.787Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T03:15:19.787Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T03:15:19.787Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T03:15:19.787Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T03:15:19.787Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T03:15:19.787Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T03:15:19.787Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T03:15:19.787Z] + 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-16T03:15:19.787Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T03:15:19.787Z] + 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-16T03:15:19.787Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T03:15:19.787Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T03:15:19.787Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T03:15:19.787Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T03:15:19.787Z] + 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-16T03:15:23.099Z] Building static-packages [2021-03-16T03:15:23.099Z] + snapcraftctl build [2021-03-16T03:15:26.411Z] Building version [2021-03-16T03:15:26.411Z] + snapcraftctl build [2021-03-16T03:15:28.334Z] Staging config-common [2021-03-16T03:15:28.334Z] + snapcraftctl stage [2021-03-16T03:15:29.720Z] Skipping stage go-build-helper (already ran) [2021-03-16T03:15:29.720Z] Staging edgex-go [2021-03-16T03:15:29.720Z] + snapcraftctl stage [2021-03-16T03:15:31.110Z] Staging static-packages [2021-03-16T03:15:31.110Z] + snapcraftctl stage [2021-03-16T03:15:32.052Z] Staging version [2021-03-16T03:15:32.052Z] + snapcraftctl stage [2021-03-16T03:15:33.439Z] Priming config-common [2021-03-16T03:15:33.439Z] + snapcraftctl prime [2021-03-16T03:15:34.381Z] Priming go-build-helper [2021-03-16T03:15:34.381Z] + snapcraftctl prime [2021-03-16T03:15:35.766Z] Priming edgex-go [2021-03-16T03:15:35.766Z] + snapcraftctl prime [2021-03-16T03:15:36.405Z] ---> 8bf86710fae1 [2021-03-16T03:15:36.405Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T03:15:36.405Z] ---> Running in 58cb11beeef7 [2021-03-16T03:15:36.405Z] 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-16T03:15:36.708Z] Priming static-packages [2021-03-16T03:15:36.708Z] + snapcraftctl prime [2021-03-16T03:15:40.018Z] Priming version [2021-03-16T03:15:40.018Z] + snapcraftctl prime [2021-03-16T03:15:40.591Z] 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-16T03:16:23.454Z] 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-16T03:16:41.802Z] Removing intermediate container 89ec775405a1 [2021-03-16T03:16:41.802Z] ---> d7e528c4fbde [2021-03-16T03:16:41.802Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T03:16:41.802Z] Removing intermediate container 47333e0a00d3 [2021-03-16T03:16:41.802Z] ---> fa3dbe0bf4d8 [2021-03-16T03:16:41.802Z] [2021-03-16T03:16:41.802Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T03:16:41.802Z] ---> d10569e2745f [2021-03-16T03:16:41.802Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T03:16:41.802Z] ---> Running in 10c45d591d61 [2021-03-16T03:16:41.802Z] ---> Running in 352b18a20e66 [2021-03-16T03:16:41.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:41.802Z] 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-16T03:16:41.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:16:42.784Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T03:16:42.784Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:16:42.784Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T03:16:42.784Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T03:16:42.784Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:16:42.784Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T03:16:43.062Z] OK: 7 MiB in 18 packages [2021-03-16T03:16:45.714Z] Removing intermediate container 352b18a20e66 [2021-03-16T03:16:45.714Z] ---> 638b1a968475 [2021-03-16T03:16:45.714Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T03:16:45.714Z] ---> Running in 9dd8ebdac4e3 [2021-03-16T03:16:46.716Z] Removing intermediate container 9dd8ebdac4e3 [2021-03-16T03:16:46.716Z] ---> 28948bdf4b86 [2021-03-16T03:16:46.716Z] Step 13/21 : WORKDIR /edgex [2021-03-16T03:16:46.990Z] ---> Running in 8549af5142fb [2021-03-16T03:16:47.594Z] Removing intermediate container 10c45d591d61 [2021-03-16T03:16:47.594Z] ---> 9f266ecce159 [2021-03-16T03:16:47.594Z] [2021-03-16T03:16:47.594Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T03:16:47.594Z] 20.10.0: Pulling from library/docker [2021-03-16T03:16:47.874Z] Removing intermediate container 8549af5142fb [2021-03-16T03:16:47.874Z] ---> 73bf30cc70c0 [2021-03-16T03:16:47.874Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T03:16:49.874Z] ---> 077de440576c [2021-03-16T03:16:49.874Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T03:16:54.377Z] ---> 8f72fd464201 [2021-03-16T03:16:54.377Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T03:16:56.367Z] ---> eb77b67a8e76 [2021-03-16T03:16:56.367Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T03:16:56.644Z] ---> Running in 4072ad1cd560 [2021-03-16T03:16:57.631Z] Removing intermediate container 4072ad1cd560 [2021-03-16T03:16:57.631Z] ---> 78adda3db70a [2021-03-16T03:16:57.631Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T03:16:57.910Z] ---> Running in 48fd3b40c968 [2021-03-16T03:16:59.353Z] Removing intermediate container 48fd3b40c968 [2021-03-16T03:16:59.353Z] ---> 991048c85398 [2021-03-16T03:16:59.353Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T03:16:59.631Z] ---> Running in dcb38a82371b [2021-03-16T03:17:01.067Z] Removing intermediate container dcb38a82371b [2021-03-16T03:17:01.067Z] ---> b2383a6f3653 [2021-03-16T03:17:01.067Z] Step 20/21 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:17:01.342Z] ---> Running in db83673f3f6b [2021-03-16T03:17:02.777Z] Removing intermediate container db83673f3f6b [2021-03-16T03:17:02.777Z] ---> e94a86c73c9a [2021-03-16T03:17:02.777Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T03:17:03.053Z] ---> Running in 1c40460456fb [2021-03-16T03:17:03.656Z] Removing intermediate container 59f206d238dc [2021-03-16T03:17:03.656Z] ---> 4e22b2503d48 [2021-03-16T03:17:03.656Z] [2021-03-16T03:17:03.656Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:17:03.656Z] ---> d10569e2745f [2021-03-16T03:17:03.656Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T03:17:03.656Z] ---> Using cache [2021-03-16T03:17:03.656Z] ---> adcd568426f7 [2021-03-16T03:17:03.656Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T03:17:03.656Z] ---> Using cache [2021-03-16T03:17:03.656Z] ---> 8c0b1cdd4596 [2021-03-16T03:17:03.656Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T03:17:03.932Z] Removing intermediate container 1c40460456fb [2021-03-16T03:17:03.932Z] ---> d3da32b3bd93 [2021-03-16T03:17:03.932Z] [2021-03-16T03:17:03.932Z] ---> Running in 5e271c8f2eec [2021-03-16T03:17:04.532Z] Successfully built d3da32b3bd93 [2021-03-16T03:17:04.532Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T03:17:05.133Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5e271c8f2eec [2021-03-16T03:17:05.133Z] ---> 6b5491d28d9b [2021-03-16T03:17:05.133Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T03:17:05.406Z] ---> Running in 510bd089af34 [2021-03-16T03:17:06.005Z] Removing intermediate container 510bd089af34 [2021-03-16T03:17:06.005Z] ---> 287fb3323b2a [2021-03-16T03:17:06.005Z] Step 15/23 : WORKDIR / [2021-03-16T03:17:06.280Z] ---> Running in a893e5ef275a [2021-03-16T03:17:06.877Z] Removing intermediate container a893e5ef275a [2021-03-16T03:17:06.877Z] ---> 0cbbd2687227 [2021-03-16T03:17:06.877Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:17:07.868Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T03:17:07.868Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T03:17:07.869Z] ---> eeaf43b92773 [2021-03-16T03:17:07.869Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T03:17:07.869Z] ---> 4574961ff197 [2021-03-16T03:17:07.869Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T03:17:08.147Z] ---> Running in b8ab21d61ab3 [2021-03-16T03:17:09.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:17:09.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:17:10.167Z] ---> fba87f81aa0d [2021-03-16T03:17:10.167Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T03:17:10.450Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T03:17:10.450Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T03:17:10.450Z] Executing bash-5.0.17-r0.post-install [2021-03-16T03:17:10.450Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:17:10.723Z] OK: 12 MiB in 22 packages [2021-03-16T03:17:11.005Z] ---> e1aa1ad48007 [2021-03-16T03:17:11.005Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T03:17:11.285Z] ---> Running in af56076376b8 [2021-03-16T03:17:11.885Z] Removing intermediate container af56076376b8 [2021-03-16T03:17:11.885Z] ---> 9b6d14982a01 [2021-03-16T03:17:11.885Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:17:11.885Z] ---> Running in 52337b480703 [2021-03-16T03:17:12.158Z] Removing intermediate container b8ab21d61ab3 [2021-03-16T03:17:12.158Z] ---> 63b7ea8a29ec [2021-03-16T03:17:12.158Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T03:17:12.438Z] Removing intermediate container 52337b480703 [2021-03-16T03:17:12.438Z] ---> b9f2481fe1c8 [2021-03-16T03:17:12.438Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T03:17:12.438Z] ---> Running in b94d4df691b2 [2021-03-16T03:17:12.709Z] ---> Running in b5112264519e [2021-03-16T03:17:12.988Z] Removing intermediate container b94d4df691b2 [2021-03-16T03:17:12.988Z] ---> 90d0d9c24831 [2021-03-16T03:17:12.988Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T03:17:13.264Z] Removing intermediate container b5112264519e [2021-03-16T03:17:13.264Z] ---> 1a32bafa4ec8 [2021-03-16T03:17:13.264Z] Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:17:13.264Z] ---> Running in 54305ded8f18 [2021-03-16T03:17:13.535Z] ---> Running in 91b0d3b7a5c8 [2021-03-16T03:17:13.809Z] Removing intermediate container 54305ded8f18 [2021-03-16T03:17:13.809Z] ---> b784517211a3 [2021-03-16T03:17:13.809Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T03:17:14.083Z] Removing intermediate container 91b0d3b7a5c8 [2021-03-16T03:17:14.083Z] ---> 2eb465b99537 [2021-03-16T03:17:14.083Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:17:14.083Z] ---> Running in 41dde63e8b2c [2021-03-16T03:17:14.083Z] ---> Running in 8bedadc84e6f [2021-03-16T03:17:14.679Z] Removing intermediate container 41dde63e8b2c [2021-03-16T03:17:14.679Z] ---> dd013a6d4027 [2021-03-16T03:17:14.679Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T03:17:14.679Z] Removing intermediate container 8bedadc84e6f [2021-03-16T03:17:14.679Z] ---> 39afca4432bd [2021-03-16T03:17:14.679Z] [2021-03-16T03:17:15.282Z] Successfully built 39afca4432bd [2021-03-16T03:17:15.282Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T03:17:16.257Z]  Building docker-core-metadata-go ... done  ---> df2797327ec9 [2021-03-16T03:17:16.257Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T03:17:17.240Z] ---> c23098eaf266 [2021-03-16T03:17:17.240Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T03:17:18.678Z] ---> b15bcb85e4fc [2021-03-16T03:17:18.678Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T03:17:18.678Z] ---> Running in 3e7bf868cfbe [2021-03-16T03:17:18.957Z] Removing intermediate container 58cb11beeef7 [2021-03-16T03:17:18.957Z] ---> 93560844c3e0 [2021-03-16T03:17:18.957Z] [2021-03-16T03:17:18.957Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T03:17:18.957Z] ---> d10569e2745f [2021-03-16T03:17:18.957Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T03:17:19.233Z] ---> Running in 40374531cc18 [2021-03-16T03:17:19.830Z] Removing intermediate container 40374531cc18 [2021-03-16T03:17:19.830Z] ---> 74899d87a896 [2021-03-16T03:17:19.830Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T03:17:19.830Z] ---> Running in 787901d9da43 [2021-03-16T03:17:19.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:17:20.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:17:20.374Z] Removing intermediate container 787901d9da43 [2021-03-16T03:17:20.374Z] ---> a0c7ee38f70e [2021-03-16T03:17:20.374Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T03:17:20.374Z] ---> Running in 63bfdbee0b70 [2021-03-16T03:17:20.974Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T03:17:20.974Z] Removing intermediate container 63bfdbee0b70 [2021-03-16T03:17:20.974Z] ---> 2fa01508ad9c [2021-03-16T03:17:20.974Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T03:17:20.974Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T03:17:20.974Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T03:17:20.974Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T03:17:20.974Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T03:17:20.974Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T03:17:20.974Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T03:17:21.247Z] ---> Running in b0dac072406a [2021-03-16T03:17:23.209Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T03:17:23.209Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T03:17:23.209Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T03:17:23.209Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T03:17:23.209Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T03:17:23.209Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T03:17:23.209Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T03:17:23.209Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T03:17:23.209Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T03:17:23.209Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T03:17:23.209Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T03:17:23.485Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T03:17:23.485Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T03:17:23.485Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T03:17:23.485Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T03:17:23.485Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T03:17:23.485Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T03:17:23.485Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T03:17:23.485Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T03:17:23.485Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T03:17:23.485Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T03:17:23.485Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T03:17:23.485Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T03:17:23.485Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T03:17:23.755Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T03:17:23.755Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T03:17:23.755Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:17:23.755Z] OK: 71 MiB in 55 packages [2021-03-16T03:17:24.027Z] Removing intermediate container b0dac072406a [2021-03-16T03:17:24.027Z] ---> 6ae70067b753 [2021-03-16T03:17:24.027Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T03:17:24.305Z] ---> Running in 0a297eee2e37 [2021-03-16T03:17:25.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:17:26.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:17:27.688Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T03:17:27.689Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T03:17:27.689Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T03:17:27.962Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T03:17:28.245Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T03:17:28.527Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T03:17:28.527Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:17:28.527Z] OK: 8 MiB in 20 packages [2021-03-16T03:17:29.967Z] Removing intermediate container 3e7bf868cfbe [2021-03-16T03:17:29.967Z] ---> f1a3d804d1d8 [2021-03-16T03:17:29.967Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T03:17:30.240Z] ---> Running in f22ff1128df5 [2021-03-16T03:17:30.240Z] Removing intermediate container 0a297eee2e37 [2021-03-16T03:17:30.240Z] ---> fb6b19847cc1 [2021-03-16T03:17:30.240Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T03:17:31.221Z] ---> 3143b69c1c49 [2021-03-16T03:17:31.221Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T03:17:32.662Z] ---> 0b1824c93791 [2021-03-16T03:17:32.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T03:17:33.273Z] ---> ee3b95840ef5 [2021-03-16T03:17:33.273Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T03:17:33.545Z] ---> Running in f861d8a2d2a8 [2021-03-16T03:17:34.141Z] Removing intermediate container f861d8a2d2a8 [2021-03-16T03:17:34.141Z] ---> 68ff7c080ab6 [2021-03-16T03:17:34.141Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:17:34.141Z] ---> Running in e752a2cedc93 [2021-03-16T03:17:34.747Z] Removing intermediate container e752a2cedc93 [2021-03-16T03:17:34.747Z] ---> ee2de04a0896 [2021-03-16T03:17:34.747Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T03:17:34.747Z] ---> Running in 782749e31253 [2021-03-16T03:17:35.344Z] Removing intermediate container 782749e31253 [2021-03-16T03:17:35.344Z] ---> 4fe08c5edc73 [2021-03-16T03:17:35.344Z] Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:17:35.616Z] ---> Running in 3622c25f1cde [2021-03-16T03:17:35.886Z] Removing intermediate container 3622c25f1cde [2021-03-16T03:17:35.886Z] ---> 4295b71fd8d4 [2021-03-16T03:17:35.886Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T03:17:36.159Z] ---> Running in b901c5105aec [2021-03-16T03:17:36.432Z] Collecting docker-compose==1.23.2 [2021-03-16T03:17:36.432Z] Removing intermediate container b901c5105aec [2021-03-16T03:17:36.432Z] ---> baf02d4076c4 [2021-03-16T03:17:36.432Z] [2021-03-16T03:17:36.432Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T03:17:37.035Z] Successfully built baf02d4076c4 [2021-03-16T03:17:37.035Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T03:17:38.009Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-03-16T03:17:38.009Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T03:17:42.310Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T03:17:42.310Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T03:17:42.899Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T03:17:42.899Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T03:17:43.171Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T03:17:43.171Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T03:17:46.546Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T03:17:46.546Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T03:17:47.160Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T03:17:47.160Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T03:17:48.652Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T03:17:48.652Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T03:17:48.932Z] 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-16T03:17:49.206Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T03:17:49.206Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T03:17:51.815Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T03:17:51.815Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T03:17:54.429Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T03:17:54.429Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T03:17:54.429Z] 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-16T03:17:54.429Z] 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-16T03:17:55.403Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T03:17:55.403Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T03:17:55.672Z] Collecting idna<2.8,>=2.5 [2021-03-16T03:17:55.672Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T03:17:55.943Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T03:17:55.943Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T03:17:55.943Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T03:17:55.943Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T03:17:56.921Z] Installing collected packages: PyYAML, jsonschema, cached-property, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, docker-compose [2021-03-16T03:17:56.922Z] Running setup.py install for PyYAML: started [2021-03-16T03:17:59.523Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T03:18:00.114Z] Running setup.py install for texttable: started [2021-03-16T03:18:02.723Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T03:18:02.723Z] Attempting uninstall: urllib3 [2021-03-16T03:18:02.723Z] Found existing installation: urllib3 1.25.9 [2021-03-16T03:18:02.723Z] Uninstalling urllib3-1.25.9: [2021-03-16T03:18:02.723Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T03:18:03.316Z] Attempting uninstall: idna [2021-03-16T03:18:03.316Z] Found existing installation: idna 2.9 [2021-03-16T03:18:03.316Z] Uninstalling idna-2.9: [2021-03-16T03:18:03.316Z] Successfully uninstalled idna-2.9 [2021-03-16T03:18:04.289Z] Attempting uninstall: requests [2021-03-16T03:18:04.289Z] Found existing installation: requests 2.23.0 [2021-03-16T03:18:04.289Z] Uninstalling requests-2.23.0: [2021-03-16T03:18:04.289Z] Successfully uninstalled requests-2.23.0 [2021-03-16T03:18:06.260Z] Running setup.py install for docopt: started [2021-03-16T03:18:08.226Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T03:18:08.226Z] Running setup.py install for dockerpty: started [2021-03-16T03:18:10.186Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T03:18:11.159Z] 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-16T03:18:14.527Z] Removing intermediate container f22ff1128df5 [2021-03-16T03:18:14.527Z] ---> c41200d97125 [2021-03-16T03:18:14.527Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T03:18:14.527Z] ---> Running in 07607f5f659c [2021-03-16T03:18:15.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T03:18:15.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T03:18:16.364Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T03:18:16.364Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T03:18:16.364Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T03:18:16.364Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T03:18:16.364Z] OK: 72 MiB in 58 packages [2021-03-16T03:18:17.349Z] Removing intermediate container 07607f5f659c [2021-03-16T03:18:17.349Z] ---> 5e532672ca61 [2021-03-16T03:18:17.349Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T03:18:17.625Z] ---> Running in a6f984bf973b [2021-03-16T03:18:17.905Z] Removing intermediate container a6f984bf973b [2021-03-16T03:18:17.905Z] ---> e8facb533ffa [2021-03-16T03:18:17.905Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T03:18:18.177Z] ---> Running in cc5efdf4e641 [2021-03-16T03:18:18.769Z] Removing intermediate container cc5efdf4e641 [2021-03-16T03:18:18.769Z] ---> 245d3439d070 [2021-03-16T03:18:18.769Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T03:18:18.769Z] ---> Running in 6fb7af4c78b5 [2021-03-16T03:18:19.362Z] Removing intermediate container 6fb7af4c78b5 [2021-03-16T03:18:19.362Z] ---> 749f2aea8126 [2021-03-16T03:18:19.362Z] Step 25/26 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c [2021-03-16T03:18:19.362Z] ---> Running in 41cd4d80de45 [2021-03-16T03:18:19.953Z] Removing intermediate container 41cd4d80de45 [2021-03-16T03:18:19.953Z] ---> ce0e635788f4 [2021-03-16T03:18:19.953Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T03:18:19.953Z] ---> Running in f0b0334c8de0 [2021-03-16T03:18:20.544Z] Removing intermediate container f0b0334c8de0 [2021-03-16T03:18:20.544Z] ---> e11e563f77d5 [2021-03-16T03:18:20.544Z] [2021-03-16T03:18:20.815Z] Successfully built e11e563f77d5 [2021-03-16T03:18:20.815Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T03:18:21.421Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T03:18:21.373Z] $ docker stop --time=1 ad615e9ebd9bd80bcedc46ed8d3bbca0d84e0b5cef551ce778be8b87c317527e [2021-03-16T03:18:23.287Z] $ docker rm -f ad615e9ebd9bd80bcedc46ed8d3bbca0d84e0b5cef551ce778be8b87c317527e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T03:18:24.012Z] + docker images [2021-03-16T03:18:24.012Z] + grep docker [2021-03-16T03:18:24.285Z] docker-sys-mgmt-agent-go-arm64 latest e11e563f77d5 4 seconds ago 300MB [2021-03-16T03:18:24.285Z] docker-core-data-go-arm64 latest baf02d4076c4 48 seconds ago 21.3MB [2021-03-16T03:18:24.285Z] docker-core-metadata-go-arm64 latest 39afca4432bd About a minute ago 17.9MB [2021-03-16T03:18:24.285Z] docker-security-proxy-setup-go-arm64 latest d3da32b3bd93 About a minute ago 23.4MB [2021-03-16T03:18:24.285Z] docker-security-bootstrapper-go-arm64 latest 0b2ac6ded2a2 3 minutes ago 17.8MB [2021-03-16T03:18:24.285Z] docker-support-notifications-go-arm64 latest 1b48015d78bc 4 minutes ago 16.9MB [2021-03-16T03:18:24.285Z] docker-support-scheduler-go-arm64 latest 09e7214f7fb5 4 minutes ago 16.3MB [2021-03-16T03:18:24.285Z] docker-core-command-go-arm64 latest 681135e2ba6f 4 minutes ago 16.2MB [2021-03-16T03:18:24.285Z] docker-security-secretstore-setup-go-arm64 latest 2d891ca36d60 4 minutes ago 23.7MB [2021-03-16T03:18:24.285Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:18:25.166Z] ---> job-cost.sh [2021-03-16T03:18:25.166Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QD5w [2021-03-16T03:19:12.059Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T03:20:48.823Z] lf-activate-venv(): INFO: Adding /tmp/venv-QD5w/bin to PATH [2021-03-16T03:20:48.823Z] INFO: No Stack... [2021-03-16T03:20:48.823Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T03:20:48.823Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T03:20:49.167Z] + cat /w/workspace/edgex-go/15/archives/cost.csv [2021-03-16T03:20:49.167Z] + cut -d, -f6 [Pipeline] lock [2021-03-16T03:20:49.374Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-15-stack-cost] [2021-03-16T03:20:49.380Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-15-stack-cost] did not exist. Created. [2021-03-16T03:20:49.380Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T03:20:49.825Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T03:20:50.200Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T03:20:50.220Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-15-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-16T03:20:51.771Z] provisioning config files... [2021-03-16T03:20:51.790Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config168749620663492566tmp [Pipeline] { [Pipeline] sh [2021-03-16T03:20:52.160Z] + set +x [2021-03-16T03:20:52.160Z] + curl -s https://codecov.io/bash [2021-03-16T03:20:52.160Z] + bash -s -- [2021-03-16T03:20:52.424Z] [2021-03-16T03:20:52.424Z] _____ _ [2021-03-16T03:20:52.424Z] / ____| | | [2021-03-16T03:20:52.424Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T03:20:52.424Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T03:20:52.424Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T03:20:52.424Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T03:20:52.424Z] Bash-20210309-2b87ace [2021-03-16T03:20:52.424Z] [2021-03-16T03:20:52.424Z] [2021-03-16T03:20:52.424Z] ==> git version 2.24.3 found [2021-03-16T03:20:52.424Z] ==> 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-16T03:20:52.424Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T03:20:52.424Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T03:20:52.424Z] ==> Jenkins CI detected. [2021-03-16T03:20:52.424Z] project root: . [2021-03-16T03:20:52.424Z] --> token set from env [2021-03-16T03:20:52.687Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T03:20:52.687Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T03:20:52.687Z] ==> Python coveragepy not found [2021-03-16T03:20:52.687Z] ==> Searching for coverage reports in: [2021-03-16T03:20:52.687Z] + . [2021-03-16T03:20:52.687Z] -> Found 1 reports [2021-03-16T03:20:52.687Z] ==> Detecting git/mercurial file structure [2021-03-16T03:20:52.687Z] ==> Reading reports [2021-03-16T03:20:52.687Z] + ./coverage.out bytes=650607 [2021-03-16T03:20:52.687Z] ==> Appending adjustments [2021-03-16T03:20:52.687Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T03:20:56.912Z] + Found adjustments [2021-03-16T03:20:56.912Z] ==> Gzipping contents [2021-03-16T03:20:56.912Z] 96K /tmp/codecov.f85Toj.gz [2021-03-16T03:20:56.912Z] ==> Uploading reports [2021-03-16T03:20:56.912Z] url: https://codecov.io [2021-03-16T03:20:56.912Z] query: branch=PR-3234&commit=b01feec7e67ee0e1d566ea78b207656183399b3c&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-16T03:20:56.912Z] -> Pinging Codecov [2021-03-16T03:20:56.912Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=b01feec7e67ee0e1d566ea78b207656183399b3c&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-16T03:20:56.912Z] -> Uploading to [2021-03-16T03:20:56.912Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/b01feec7e67ee0e1d566ea78b207656183399b3c/a991a7e5-5400-4a9b-8a5e-c12cc5821a2c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T032056Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6265cdcc1f0d68af373b8618a67ce8135257a88e58f03452d8b926b134450b70 [2021-03-16T03:20:56.912Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T03:20:56.912Z] Dload Upload Total Spent Left Speed [2021-03-16T03:20:57.220Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94926 0 0 100 94926 0 169k --:--:-- --:--:-- --:--:-- 169k [2021-03-16T03:20:57.220Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b01feec7e67ee0e1d566ea78b207656183399b3c [Pipeline] } [2021-03-16T03:20:57.249Z] 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-16T03:20:58.982Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:20:59.607Z] ---> package-listing.sh [2021-03-16T03:20:59.607Z] ++ facter osfamily [2021-03-16T03:20:59.607Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T03:20:59.607Z] + OS_FAMILY=redhat [2021-03-16T03:20:59.607Z] + workspace=/w/workspace/edgex-go/15 [2021-03-16T03:20:59.607Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T03:20:59.607Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T03:20:59.607Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T03:20:59.607Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T03:20:59.607Z] + '[' /w/workspace/edgex-go/15 ']' [2021-03-16T03:20:59.607Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T03:20:59.607Z] + case "${OS_FAMILY}" in [2021-03-16T03:20:59.607Z] + rpm -qa [2021-03-16T03:20:59.607Z] + sort [2021-03-16T03:21:04.931Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T03:21:04.931Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T03:21:04.931Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T03:21:04.931Z] + '[' /w/workspace/edgex-go/15 ']' [2021-03-16T03:21:04.931Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2021-03-16T03:21:04.931Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2021-03-16T03:21:04.945Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T03:21:05.241Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:21:05.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T03:21:05.556Z] [2021-03-16T03:21:05.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T03:21:05.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T03:21:05.916Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T03:21:05.916Z] df20fa9351a1: Pulling fs layer [2021-03-16T03:21:05.916Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T03:21:05.916Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T03:21:05.916Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T03:21:05.916Z] 93b61091891f: Pulling fs layer [2021-03-16T03:21:05.916Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T03:21:05.916Z] 5e14af77c1be: Pulling fs layer [2021-03-16T03:21:05.916Z] 01666e4c0597: Pulling fs layer [2021-03-16T03:21:05.916Z] aa168da1d23b: Pulling fs layer [2021-03-16T03:21:05.916Z] 46f8f816bc3b: Waiting [2021-03-16T03:21:05.916Z] 93b9cdb0e59b: Waiting [2021-03-16T03:21:05.916Z] 5e14af77c1be: Waiting [2021-03-16T03:21:05.916Z] 93b61091891f: Waiting [2021-03-16T03:21:05.916Z] 01666e4c0597: Waiting [2021-03-16T03:21:05.916Z] aa168da1d23b: Waiting [2021-03-16T03:21:05.916Z] 36b3adc4ff6f: Download complete [2021-03-16T03:21:05.916Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T03:21:05.916Z] 46f8f816bc3b: Download complete [2021-03-16T03:21:05.916Z] df20fa9351a1: Download complete [2021-03-16T03:21:06.180Z] 93b9cdb0e59b: Verifying Checksum [2021-03-16T03:21:06.180Z] 93b9cdb0e59b: Download complete [2021-03-16T03:21:06.180Z] 5e14af77c1be: Download complete [2021-03-16T03:21:06.180Z] 93b61091891f: Verifying Checksum [2021-03-16T03:21:06.180Z] 93b61091891f: Download complete [2021-03-16T03:21:06.180Z] 01666e4c0597: Verifying Checksum [2021-03-16T03:21:06.180Z] 01666e4c0597: Download complete [2021-03-16T03:21:06.180Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T03:21:06.180Z] 8ad3a11d3b57: Download complete [2021-03-16T03:21:06.442Z] df20fa9351a1: Pull complete [2021-03-16T03:21:06.704Z] 36b3adc4ff6f: Pull complete [2021-03-16T03:21:08.661Z] aa168da1d23b: Verifying Checksum [2021-03-16T03:21:08.661Z] aa168da1d23b: Download complete [2021-03-16T03:21:09.236Z] 8ad3a11d3b57: Pull complete [2021-03-16T03:21:09.236Z] 46f8f816bc3b: Pull complete [2021-03-16T03:21:10.188Z] 93b61091891f: Pull complete [2021-03-16T03:21:10.451Z] 93b9cdb0e59b: Pull complete [2021-03-16T03:21:10.451Z] 5e14af77c1be: Pull complete [2021-03-16T03:21:10.717Z] 01666e4c0597: Pull complete [2021-03-16T03:21:18.967Z] aa168da1d23b: Pull complete [2021-03-16T03:21:18.967Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T03:21:18.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T03:21:18.967Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T03:21:19.219Z] prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container [2021-03-16T03:21:19.272Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-16T03:21:22.791Z] $ docker top d7330cd2932b9633c96695b4a9eff7eed23822522ff782cae0937105bc86594f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T03:21:23.318Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T03:21:23.620Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T03:21:23.927Z] + ls /var/log/sa-host [2021-03-16T03:21:23.927Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T03:21:23.927Z] file_magic: OK [2021-03-16T03:21:23.927Z] HZ: Using current value: 100 [2021-03-16T03:21:23.927Z] file_header: OK [2021-03-16T03:21:23.927Z] 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-16T03:21:23.927Z] Statistics: [2021-03-16T03:21:23.927Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-16T03:21:23.927Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T03:21:23.927Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T03:21:23.927Z] file_magic: OK [2021-03-16T03:21:23.927Z] HZ: Using current value: 100 [2021-03-16T03:21:23.927Z] file_header: OK [2021-03-16T03:21:23.927Z] 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-16T03:21:23.927Z] Statistics: [2021-03-16T03:21:23.927Z] Hnuu...uuuununununu... [2021-03-16T03:21:23.927Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T03:21:24.133Z] provisioning config files... [2021-03-16T03:21:24.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config8817835972903652317tmp [Pipeline] { [Pipeline] echo [2021-03-16T03:21:24.234Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:21:24.544Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T03:21:24.558Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T03:21:24.644Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:21:24.943Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T03:21:24.955Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:21:25.261Z] ---> sudo-logs.sh [2021-03-16T03:21:25.261Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T03:21:25.327Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:21:25.639Z] ---> job-cost.sh [2021-03-16T03:21:25.639Z] lf-activate-venv: SKIPPING [2021-03-16T03:21:25.639Z] DEBUG: total: 0.20999999344348907 [2021-03-16T03:21:25.639Z] INFO: Retrieving Stack Cost... [2021-03-16T03:21:26.585Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T03:21:27.160Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T03:21:27.177Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T03:21:27.487Z] ---> logs-deploy.sh [2021-03-16T03:21:27.487Z] lf-activate-venv: SKIPPING [2021-03-16T03:21:27.487Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/15 [2021-03-16T03:21:27.487Z] INFO: archiving workspace using pattern(s): [2021-03-16T03:21:28.881Z] Archives upload complete. [2021-03-16T03:21:29.143Z] INFO: archiving logs to Nexus