Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 20c75560c217fc27b5a51c0fdc3646b4f6efdf57+1e358ca4f8719fd9638600c05bc3e515a39fe53a (fe6c74c55dae34aff57ab1ec78c4ff21a0873508) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30933 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 Merge succeeded, producing 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 Checking out Revision 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T21:44:36.925Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T21:44:37.187Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T21:44:37.283Z] ========================================================= [2021-03-22T21:44:37.283Z] EdgeX Global Pipelines Version Info [2021-03-22T21:44:37.283Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 [2021-03-22T21:44:38.716Z] ------------------- [2021-03-22T21:44:38.716Z] stable info: [2021-03-22T21:44:38.716Z] ------------------- [2021-03-22T21:44:38.716Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T21:44:38.716Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T21:44:38.716Z] Message: update stable to v1.0.186 [2021-03-22T21:44:39.660Z] ------------------- [2021-03-22T21:44:39.660Z] experimental info: [2021-03-22T21:44:39.660Z] ------------------- [2021-03-22T21:44:39.660Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T21:44:39.660Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T21:44:39.660Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T21:44:39.930Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T21:44:40.109Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T21:44:40.226Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T21:44:40.345Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T21:44:40.436Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T21:44:40.531Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T21:44:40.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T21:44:40.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T21:44:41.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T21:44:41.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T21:44:41.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T21:44:41.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T21:44:41.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T21:44:41.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T21:44:41.594Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T21:44:41.692Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T21:44:41.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T21:44:41.855Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T21:44:41.941Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T21:44:42.020Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T21:44:42.100Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T21:44:42.176Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T21:44:42.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-22T21:44:42.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-22T21:44:42.464Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-22T21:44:42.545Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [Pipeline] echo [2021-03-22T21:44:42.679Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20c7556 [Pipeline] echo [2021-03-22T21:44:42.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T21:44:42.923Z] provisioning config files... [2021-03-22T21:44:42.958Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config6344571825909670402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T21:44:43.313Z] ---> docker-login.sh [2021-03-22T21:44:43.313Z] nexus3.edgexfoundry.org:10001 [2021-03-22T21:44:43.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:44:43.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:44:43.839Z] Configure a credential helper to remove this warning. See [2021-03-22T21:44:43.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:44:43.839Z] [2021-03-22T21:44:43.839Z] Login Succeeded [2021-03-22T21:44:43.839Z] nexus3.edgexfoundry.org:10002 [2021-03-22T21:44:43.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:44:44.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:44:44.102Z] Configure a credential helper to remove this warning. See [2021-03-22T21:44:44.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:44:44.102Z] [2021-03-22T21:44:44.102Z] Login Succeeded [2021-03-22T21:44:44.102Z] nexus3.edgexfoundry.org:10003 [2021-03-22T21:44:44.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:44:44.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:44:44.103Z] Configure a credential helper to remove this warning. See [2021-03-22T21:44:44.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:44:44.103Z] [2021-03-22T21:44:44.103Z] Login Succeeded [2021-03-22T21:44:44.103Z] nexus3.edgexfoundry.org:10004 [2021-03-22T21:44:44.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:44:44.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:44:44.366Z] Configure a credential helper to remove this warning. See [2021-03-22T21:44:44.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:44:44.366Z] [2021-03-22T21:44:44.366Z] Login Succeeded [2021-03-22T21:44:44.366Z] docker.io [2021-03-22T21:44:44.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:44:44.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:44:44.890Z] Configure a credential helper to remove this warning. See [2021-03-22T21:44:44.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:44:44.890Z] [2021-03-22T21:44:44.890Z] Login Succeeded [2021-03-22T21:44:44.890Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T21:44:44.898Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T21:44:45.349Z] ++ 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-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T21:44:45.349Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T21:44:45.349Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T21:44:45.349Z] ++ cut -d/ -f2 [2021-03-22T21:44:45.349Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T21:44:45.459Z] 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-22T21:44:46.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T21:44:46.273Z] [2021-03-22T21:44:46.273Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:44:46.619Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T21:44:46.619Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T21:44:46.619Z] 31603596830f: Pulling fs layer [2021-03-22T21:44:46.619Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T21:44:46.619Z] 6ca5941a6612: Pulling fs layer [2021-03-22T21:44:46.619Z] ecc8261a40a4: Pulling fs layer [2021-03-22T21:44:46.619Z] ecc8261a40a4: Waiting [2021-03-22T21:44:46.619Z] 2a8b12db71e7: Verifying Checksum [2021-03-22T21:44:46.619Z] 2a8b12db71e7: Download complete [2021-03-22T21:44:46.619Z] 31603596830f: Download complete [2021-03-22T21:44:46.885Z] ecc8261a40a4: Verifying Checksum [2021-03-22T21:44:46.885Z] ecc8261a40a4: Download complete [2021-03-22T21:44:46.885Z] 6ca5941a6612: Verifying Checksum [2021-03-22T21:44:46.885Z] 6ca5941a6612: Download complete [2021-03-22T21:44:47.147Z] 31603596830f: Pull complete [2021-03-22T21:44:47.147Z] 2a8b12db71e7: Pull complete [2021-03-22T21:44:48.098Z] 6ca5941a6612: Pull complete [2021-03-22T21:44:48.360Z] ecc8261a40a4: Pull complete [2021-03-22T21:44:48.360Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T21:44:48.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T21:44:48.360Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T21:44:48.471Z] prd-centos7-docker-4c-2g-30933 does not seem to be running inside a container [2021-03-22T21:44:48.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-22T21:44:51.212Z] $ docker top 4663d35897039d852368e1bdb00ee4571e712f8c9c30975176575bc9f9f24539 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T21:44:51.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T21:44:51.619Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T21:44:51.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T21:44:51.854Z] $ docker exec 4663d35897039d852368e1bdb00ee4571e712f8c9c30975176575bc9f9f24539 ssh-agent [2021-03-22T21:44:52.033Z] SSH_AUTH_SOCK=/tmp/ssh-xJV06eAjMhF1/agent.12 [2021-03-22T21:44:52.033Z] SSH_AGENT_PID=18 [2021-03-22T21:44:52.050Z] Running ssh-add (command line suppressed) [2021-03-22T21:44:52.178Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_1721122713004692555.key (/w/workspace/edgex-go/23@tmp/private_key_1721122713004692555.key) [2021-03-22T21:44:52.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T21:44:52.570Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T21:44:52.592Z] $ docker exec --env ******** --env ******** 4663d35897039d852368e1bdb00ee4571e712f8c9c30975176575bc9f9f24539 ssh-agent -k [2021-03-22T21:44:52.710Z] unset SSH_AUTH_SOCK; [2021-03-22T21:44:52.711Z] unset SSH_AGENT_PID; [2021-03-22T21:44:52.711Z] echo Agent pid 18 killed; [2021-03-22T21:44:52.767Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T21:44:52.948Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T21:44:52.948Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T21:44:53.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T21:44:53.136Z] $ docker exec 4663d35897039d852368e1bdb00ee4571e712f8c9c30975176575bc9f9f24539 ssh-agent [2021-03-22T21:44:53.306Z] SSH_AUTH_SOCK=/tmp/ssh-ryoFWGXH4SNX/agent.47 [2021-03-22T21:44:53.306Z] SSH_AGENT_PID=53 [2021-03-22T21:44:53.317Z] Running ssh-add (command line suppressed) [2021-03-22T21:44:53.439Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_4990302514866844614.key (/w/workspace/edgex-go/23@tmp/private_key_4990302514866844614.key) [2021-03-22T21:44:53.498Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T21:44:53.830Z] + git semver init [2021-03-22T21:44:53.830Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T21:44:53.830Z] # $GIT_DIR = /w/workspace/edgex-go/23/.git [2021-03-22T21:44:53.830Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/23 [2021-03-22T21:44:53.830Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T21:44:53.830Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T21:44:53.830Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T21:44:53.830Z] # $SEMVER_BRANCH = PR-3234 [2021-03-22T21:44:53.830Z] # $SEMVER_TEMP = /tmp/semver-007435933 [2021-03-22T21:44:53.830Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T21:45:15.922Z] # '/tmp/semver-007435933' -> '/w/workspace/edgex-go/23/.semver' [2021-03-22T21:45:15.922Z] # -> Force: false [2021-03-22T21:45:15.922Z] # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } [2021-03-22T21:45:15.934Z] $ docker exec --env ******** --env ******** 4663d35897039d852368e1bdb00ee4571e712f8c9c30975176575bc9f9f24539 ssh-agent -k [2021-03-22T21:45:16.195Z] unset SSH_AUTH_SOCK; [2021-03-22T21:45:16.195Z] unset SSH_AGENT_PID; [2021-03-22T21:45:16.195Z] echo Agent pid 53 killed; [2021-03-22T21:45:16.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T21:45:16.738Z] + git semver [Pipeline] } [2021-03-22T21:45:16.754Z] $ docker stop --time=1 4663d35897039d852368e1bdb00ee4571e712f8c9c30975176575bc9f9f24539 [2021-03-22T21:45:18.890Z] $ docker rm -f 4663d35897039d852368e1bdb00ee4571e712f8c9c30975176575bc9f9f24539 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T21:45:19.438Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T21:45:19.981Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T21:45:19.984Z] [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-22T21:45:21.022Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:45:21.345Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:45:21.652Z] + sudo service docker restart [2021-03-22T21:45:21.652Z] + true [2021-03-22T21:45:21.652Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T21:45:22.619Z] ========================================================= [2021-03-22T21:45:22.620Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T21:45:22.620Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:45:22.986Z] + 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-22T21:45:26.311Z] Sending build context to Docker daemon 328.7MB [2021-03-22T21:45:26.311Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T21:45:26.311Z] Step 2/6 : FROM ${BASE} [2021-03-22T21:45:26.577Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T21:45:26.577Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T21:45:26.577Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T21:45:26.577Z] de9db76c5a1d: Pulling fs layer [2021-03-22T21:45:26.577Z] bca2f99d35d6: Pulling fs layer [2021-03-22T21:45:26.577Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T21:45:26.577Z] 7c6f9722023f: Pulling fs layer [2021-03-22T21:45:26.577Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T21:45:26.577Z] bca2f99d35d6: Waiting [2021-03-22T21:45:26.577Z] 93359f2a8cfa: Waiting [2021-03-22T21:45:26.577Z] 7c6f9722023f: Waiting [2021-03-22T21:45:26.577Z] a35cf1a2eb13: Waiting [2021-03-22T21:45:26.577Z] de9db76c5a1d: Verifying Checksum [2021-03-22T21:45:26.577Z] de9db76c5a1d: Download complete [2021-03-22T21:45:26.577Z] 0ef7d3d256c8: Download complete [2021-03-22T21:45:26.577Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T21:45:26.577Z] 93359f2a8cfa: Download complete [2021-03-22T21:45:26.577Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T21:45:26.577Z] 188c0c94c7c5: Download complete [2021-03-22T21:45:26.577Z] 7c6f9722023f: Verifying Checksum [2021-03-22T21:45:26.577Z] 7c6f9722023f: Download complete [2021-03-22T21:45:27.162Z] 188c0c94c7c5: Pull complete [2021-03-22T21:45:27.433Z] 0ef7d3d256c8: Pull complete [2021-03-22T21:45:27.717Z] de9db76c5a1d: Pull complete [2021-03-22T21:45:28.295Z] a35cf1a2eb13: Verifying Checksum [2021-03-22T21:45:28.295Z] a35cf1a2eb13: Download complete [2021-03-22T21:45:28.873Z] bca2f99d35d6: Verifying Checksum [2021-03-22T21:45:28.873Z] bca2f99d35d6: Download complete [2021-03-22T21:45:34.219Z] bca2f99d35d6: Pull complete [2021-03-22T21:45:34.219Z] 93359f2a8cfa: Pull complete [2021-03-22T21:45:34.485Z] 7c6f9722023f: Pull complete [2021-03-22T21:45:35.465Z] Still waiting to schedule task [2021-03-22T21:45:35.465Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-22T21:45:39.803Z] a35cf1a2eb13: Pull complete [2021-03-22T21:45:39.803Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T21:45:39.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T21:45:39.803Z] ---> a62c8e92a672 [2021-03-22T21:45:39.803Z] 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-22T21:45:39.803Z] ---> Running in 297f799cea08 [2021-03-22T21:45:40.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:45:40.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:45:41.536Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T21:45:41.536Z] (2/12) Installing file (5.38-r0) [2021-03-22T21:45:41.536Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T21:45:41.799Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T21:45:47.115Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T21:45:47.115Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T21:45:47.115Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T21:45:47.377Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T21:45:47.639Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T21:45:47.639Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T21:45:47.902Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T21:45:48.167Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T21:45:48.167Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:45:48.167Z] OK: 233 MiB in 51 packages [2021-03-22T21:45:51.486Z] Removing intermediate container 297f799cea08 [2021-03-22T21:45:51.486Z] ---> 56da8d1967ce [2021-03-22T21:45:51.486Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T21:45:51.486Z] ---> Running in 4211a7514d30 [2021-03-22T21:45:51.752Z] Removing intermediate container 4211a7514d30 [2021-03-22T21:45:51.752Z] ---> 2954e441fc3d [2021-03-22T21:45:51.752Z] Step 5/6 : COPY go.mod . [2021-03-22T21:45:52.017Z] ---> f2ea20c25bf1 [2021-03-22T21:45:52.017Z] Step 6/6 : RUN go mod download [2021-03-22T21:45:52.017Z] ---> Running in 1b9abfa3acda [2021-03-22T21:46:14.047Z] Removing intermediate container 1b9abfa3acda [2021-03-22T21:46:14.047Z] ---> bab292dda38e [2021-03-22T21:46:14.047Z] Successfully built bab292dda38e [2021-03-22T21:46:14.047Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:46:14.393Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T21:46:14.393Z] . [Pipeline] withDockerContainer [2021-03-22T21:46:14.543Z] prd-centos7-docker-4c-2g-30933 does not seem to be running inside a container [2021-03-22T21:46:14.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-22T21:46:15.625Z] $ docker top b91fec3d34ee03e536fe9943d10bfcfd75973ac6ccc63806f234be1c34be2a48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:46:16.122Z] + go version [2021-03-22T21:46:16.122Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T21:46:16.134Z] $ docker stop --time=1 b91fec3d34ee03e536fe9943d10bfcfd75973ac6ccc63806f234be1c34be2a48 [2021-03-22T21:46:17.501Z] $ docker rm -f b91fec3d34ee03e536fe9943d10bfcfd75973ac6ccc63806f234be1c34be2a48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:46:18.375Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T21:46:18.375Z] . [Pipeline] withDockerContainer [2021-03-22T21:46:18.474Z] prd-centos7-docker-4c-2g-30933 does not seem to be running inside a container [2021-03-22T21:46:18.522Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-22T21:46:19.212Z] $ docker top fad9048f0ab5e2f4516a09b511f3fc90bb97882739d13ecfe3cd2a1a171c1aef -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T21:46:19.453Z] ========================================================= [2021-03-22T21:46:19.453Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T21:46:19.453Z] ========================================================= [Pipeline] sh [2021-03-22T21:46:19.749Z] + make test [2021-03-22T21:46:19.749Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T21:46:29.866Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T21:46:52.029Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T21:46:57.421Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T21:46:57.421Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T21:46:57.421Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T21:46:58.836Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T21:46:58.836Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T21:46:58.836Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T21:46:59.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T21:47:00.538Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T21:47:00.538Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T21:47:03.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T21:47:03.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T21:47:03.909Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T21:47:06.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements [2021-03-22T21:47:06.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T21:47:06.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T21:47:06.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T21:47:06.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T21:47:06.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T21:47:06.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T21:47:06.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements [2021-03-22T21:47:06.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements [2021-03-22T21:47:11.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements [2021-03-22T21:47:11.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T21:47:11.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T21:47:11.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T21:47:11.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T21:47:11.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T21:47:11.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T21:47:11.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-03-22T21:47:11.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T21:47:11.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-03-22T21:47:11.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T21:47:11.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T21:47:11.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 71.3% of statements [2021-03-22T21:47:11.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T21:47:11.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T21:47:11.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements [2021-03-22T21:47:11.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T21:47:11.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:47:11.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements [2021-03-22T21:47:11.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T21:47:14.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.426s coverage: 28.6% of statements [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T21:47:14.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T21:47:14.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T21:47:14.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T21:47:14.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T21:47:14.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T21:47:14.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.100s coverage: 0.1% of statements [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T21:47:17.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-03-22T21:47:17.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-03-22T21:47:29.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements [2021-03-22T21:47:29.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-03-22T21:47:32.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.195s coverage: 81.7% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.066s coverage: 92.9% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.107s coverage: 91.6% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.270s coverage: 64.4% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 69.0% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 38.4% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.1% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T21:47:43.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.884s coverage: 29.1% of statements [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T21:47:43.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T21:47:43.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T21:47:43.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T21:47:43.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T21:47:43.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.163s coverage: 96.5% of statements [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T21:47:43.311Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T21:47:43.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T21:47:43.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T21:47:43.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2021-03-22T21:47:43.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T21:47:43.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T21:47:43.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-03-22T21:47:44.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-22T21:47:44.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements [2021-03-22T21:47:44.709Z] GO111MODULE=on go vet ./... [2021-03-22T21:48:17.044Z] gofmt -l . [2021-03-22T21:48:17.044Z] [ "`gofmt -l .`" = "" ] [2021-03-22T21:48:17.309Z] ./bin/test-go-mod-tidy.sh [2021-03-22T21:48:17.890Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T21:48:18.785Z] + ls -al . [2021-03-22T21:48:18.785Z] total 772 [2021-03-22T21:48:18.785Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 21:48 . [2021-03-22T21:48:18.785Z] drwxr-xr-x 4 root root 30 Mar 22 21:46 .. [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 21:44 .dockerignore [2021-03-22T21:48:18.785Z] drwxrwxr-x 8 1001 1001 179 Mar 22 21:44 .git [2021-03-22T21:48:18.785Z] drwxrwxr-x 3 1001 1001 125 Mar 22 21:44 .github [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 21:44 .gitignore [2021-03-22T21:48:18.785Z] drwx------ 3 1001 1001 60 Mar 22 21:45 .semver [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 21:44 .sonarcloud.properties [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:44 Attribution.txt [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:44 CONTRIBUTING.md [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 21:44 Dockerfile.build [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 21:44 Jenkinsfile [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:44 LICENSE [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:44 Makefile [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:44 README.md [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:44 SECURITY.md [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 21:45 VERSION [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:44 ZMQWindows.md [2021-03-22T21:48:18.785Z] drwxrwxr-x 2 1001 1001 117 Mar 22 21:44 bin [2021-03-22T21:48:18.785Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 21:44 cmd [2021-03-22T21:48:18.785Z] -rw-r--r-- 1 root root 659965 Mar 22 21:47 coverage.out [2021-03-22T21:48:18.785Z] -rw-r--r-- 1 root root 1056 Mar 22 21:48 go.mod [2021-03-22T21:48:18.785Z] -rw-r--r-- 1 root root 22327 Mar 22 21:48 go.sum [2021-03-22T21:48:18.785Z] drwxrwxr-x 8 1001 1001 127 Mar 22 21:44 internal [2021-03-22T21:48:18.785Z] drwxrwxr-x 4 1001 1001 26 Mar 22 21:44 openapi [2021-03-22T21:48:18.785Z] drwxrwxr-x 4 1001 1001 71 Mar 22 21:44 snap [2021-03-22T21:48:18.785Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 21:44 version.go [Pipeline] sh [2021-03-22T21:48:19.105Z] + '[' -e coverage.out ] [2021-03-22T21:48:19.106Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T21:48:19.327Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T21:48:19.627Z] + make build [2021-03-22T21:48:19.627Z] 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-22T21:48:24.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T21:48:33.246Z] 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-22T21:48:35.180Z] 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-22T21:48:36.582Z] 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-22T21:48:37.176Z] 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-22T21:48:39.114Z] 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-22T21:48:40.532Z] 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-22T21:48:41.486Z] 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-22T21:48:42.904Z] 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-22T21:48:44.311Z] 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-22T21:48:45.279Z] 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-22T21:48:47.884Z] $ docker stop --time=1 fad9048f0ab5e2f4516a09b511f3fc90bb97882739d13ecfe3cd2a1a171c1aef [2021-03-22T21:48:49.709Z] $ docker rm -f fad9048f0ab5e2f4516a09b511f3fc90bb97882739d13ecfe3cd2a1a171c1aef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:48:51.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:48:51.755Z] [2021-03-22T21:48:51.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:48:52.105Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:48:52.105Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T21:48:52.105Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T21:48:52.105Z] ca9280d653b3: Pulling fs layer [2021-03-22T21:48:52.105Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T21:48:52.372Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-22T21:48:52.372Z] cbdbe7a5bc2a: Download complete [2021-03-22T21:48:52.638Z] ca9280d653b3: Verifying Checksum [2021-03-22T21:48:52.638Z] ca9280d653b3: Download complete [2021-03-22T21:48:52.638Z] cbdbe7a5bc2a: Pull complete [2021-03-22T21:48:53.519Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30935 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-22T21:48:53.571Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [2021-03-22T21:48:53.600Z] 7e9c9ca2126c: Verifying Checksum [2021-03-22T21:48:53.600Z] 7e9c9ca2126c: Download complete [Pipeline] checkout [2021-03-22T21:48:53.861Z] ca9280d653b3: Pull complete [2021-03-22T21:48:58.938Z] using credential edgex-jenkins-ssh [2021-03-22T21:48:59.000Z] Cloning the remote Git repository [2021-03-22T21:48:59.074Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:48:59.190Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-03-22T21:48:59.275Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:48:59.275Z] > git --version # timeout=10 [2021-03-22T21:48:59.292Z] > git --version # 'git version 2.17.1' [2021-03-22T21:48:59.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:48:59.360Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T21:49:02.047Z] 7e9c9ca2126c: Pull complete [2021-03-22T21:49:02.048Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T21:49:02.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:49:02.048Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T21:49:02.179Z] prd-centos7-docker-4c-2g-30933 does not seem to be running inside a container [2021-03-22T21:49:02.233Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-22T21:49:03.108Z] $ docker top 75f1f856625637619afcd66648fc0d5214b12e063991e83818db489f0d4cd8cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:49:03.696Z] + docker-compose build --help [2021-03-22T21:49:03.696Z] + grep parallel [2021-03-22T21:49:04.659Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T21:49:04.674Z] $ docker stop --time=1 75f1f856625637619afcd66648fc0d5214b12e063991e83818db489f0d4cd8cc [2021-03-22T21:49:06.124Z] $ docker rm -f 75f1f856625637619afcd66648fc0d5214b12e063991e83818db489f0d4cd8cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:49:06.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T21:49:06.807Z] . [Pipeline] withDockerContainer [2021-03-22T21:49:06.912Z] prd-centos7-docker-4c-2g-30933 does not seem to be running inside a container [2021-03-22T21:49:06.970Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-22T21:49:07.805Z] $ docker top de63008bfe63dd18df13161f76a7715942332f47315c8b24a92c59c55f774f46 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:49:08.328Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T21:49:09.725Z] Building docker-core-command-go ... [2021-03-22T21:49:09.726Z] Building docker-core-data-go ... [2021-03-22T21:49:09.726Z] Building docker-core-metadata-go ... [2021-03-22T21:49:09.726Z] Building docker-security-bootstrapper-go ... [2021-03-22T21:49:09.726Z] Building docker-security-proxy-setup-go ... [2021-03-22T21:49:09.726Z] Building docker-security-secretstore-setup-go ... [2021-03-22T21:49:09.726Z] Building docker-support-notifications-go ... [2021-03-22T21:49:09.726Z] Building docker-support-scheduler-go ... [2021-03-22T21:49:09.726Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T21:49:09.726Z] Building docker-support-scheduler-go [2021-03-22T21:49:09.726Z] Building docker-security-proxy-setup-go [2021-03-22T21:49:09.726Z] Building docker-security-secretstore-setup-go [2021-03-22T21:49:09.726Z] Building docker-core-metadata-go [2021-03-22T21:49:09.726Z] Building docker-core-command-go [2021-03-22T21:49:15.384Z] Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:49:14.648Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T21:49:14.674Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T21:49:14.702Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T21:49:14.736Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:49:14.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:49:14.749Z] > 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-22T21:49:15.408Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T21:49:15.424Z] > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [2021-03-22T21:49:15.785Z] > git remote # timeout=10 [2021-03-22T21:49:15.818Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T21:49:15.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:49:15.859Z] > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 [2021-03-22T21:49:15.889Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T21:49:15.925Z] Merge succeeded, producing 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:49:15.926Z] Checking out Revision 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 (PR-3234) [2021-03-22T21:49:15.934Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T21:49:15.968Z] > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [2021-03-22T21:49:20.448Z] 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-22T21:49:22.031Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:49:22.489Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T21:49:22.829Z] + sudo+ service dockertrue restart [2021-03-22T21:49:22.829Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T21:49:24.879Z] provisioning config files... [2021-03-22T21:49:24.921Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config8977023673054068729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T21:49:25.390Z] ---> docker-login.sh [2021-03-22T21:49:25.390Z] nexus3.edgexfoundry.org:10001 [2021-03-22T21:49:26.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:26.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:26.647Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:26.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:26.647Z] [2021-03-22T21:49:26.647Z] Login Succeeded [2021-03-22T21:49:26.647Z] nexus3.edgexfoundry.org:10002 [2021-03-22T21:49:26.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:27.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:27.195Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:27.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:27.195Z] [2021-03-22T21:49:27.195Z] Login Succeeded [2021-03-22T21:49:27.195Z] nexus3.edgexfoundry.org:10003 [2021-03-22T21:49:27.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:27.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:27.742Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:27.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:27.742Z] [2021-03-22T21:49:27.742Z] Login Succeeded [2021-03-22T21:49:27.742Z] nexus3.edgexfoundry.org:10004 [2021-03-22T21:49:28.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:28.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:28.287Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:28.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:28.287Z] [2021-03-22T21:49:28.287Z] Login Succeeded [2021-03-22T21:49:28.287Z] docker.io [2021-03-22T21:49:28.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T21:49:28.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T21:49:28.835Z] Configure a credential helper to remove this warning. See [2021-03-22T21:49:28.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T21:49:28.835Z] [2021-03-22T21:49:28.835Z] Login Succeeded [2021-03-22T21:49:28.835Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T21:49:28.852Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-22T21:49:29.315Z] ========================================================= [2021-03-22T21:49:29.315Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-22T21:49:29.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:49:29.699Z] + 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-22T21:49:32.343Z] Sending build context to Docker daemon 166.9MB [2021-03-22T21:49:32.343Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T21:49:32.343Z] Step 2/6 : FROM ${BASE} [2021-03-22T21:49:32.343Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-22T21:49:32.343Z] 5f621e34cdf4: Pulling fs layer [2021-03-22T21:49:32.343Z] a4357932f1b6: Pulling fs layer [2021-03-22T21:49:32.343Z] 18c013af1878: Pulling fs layer [2021-03-22T21:49:32.343Z] 00ac8860ef70: Pulling fs layer [2021-03-22T21:49:32.343Z] 63d7cb157983: Pulling fs layer [2021-03-22T21:49:32.343Z] b116817d02f9: Pulling fs layer [2021-03-22T21:49:32.343Z] 745a02a5169b: Pulling fs layer [2021-03-22T21:49:32.343Z] 00ac8860ef70: Waiting [2021-03-22T21:49:32.343Z] 63d7cb157983: Waiting [2021-03-22T21:49:32.343Z] b116817d02f9: Waiting [2021-03-22T21:49:32.343Z] 745a02a5169b: Waiting [2021-03-22T21:49:32.343Z] 18c013af1878: Verifying Checksum [2021-03-22T21:49:32.343Z] 18c013af1878: Download complete [2021-03-22T21:49:32.343Z] a4357932f1b6: Verifying Checksum [2021-03-22T21:49:32.343Z] a4357932f1b6: Download complete [2021-03-22T21:49:32.343Z] 63d7cb157983: Verifying Checksum [2021-03-22T21:49:32.343Z] 63d7cb157983: Download complete [2021-03-22T21:49:32.343Z] b116817d02f9: Verifying Checksum [2021-03-22T21:49:32.343Z] b116817d02f9: Download complete [2021-03-22T21:49:32.621Z] 5f621e34cdf4: Verifying Checksum [2021-03-22T21:49:32.621Z] 5f621e34cdf4: Download complete [2021-03-22T21:49:33.232Z] 5f621e34cdf4: Pull complete [2021-03-22T21:49:33.833Z] a4357932f1b6: Pull complete [2021-03-22T21:49:34.107Z] 18c013af1878: Pull complete [2021-03-22T21:49:35.092Z] 745a02a5169b: Verifying Checksum [2021-03-22T21:49:35.092Z] 745a02a5169b: Download complete [2021-03-22T21:49:36.081Z] 00ac8860ef70: Verifying Checksum [2021-03-22T21:49:36.081Z] 00ac8860ef70: Download complete [2021-03-22T21:49:46.241Z] 00ac8860ef70: Pull complete [2021-03-22T21:49:46.515Z] 63d7cb157983: Pull complete [2021-03-22T21:49:46.789Z] b116817d02f9: Pull complete [2021-03-22T21:49:50.215Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:49:50.215Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:49:50.215Z] ---> bab292dda38e [2021-03-22T21:49:50.215Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T21:49:50.215Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:49:50.215Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:49:50.215Z] ---> bab292dda38e [2021-03-22T21:49:50.215Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T21:49:50.215Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:49:50.215Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:49:50.215Z] ---> bab292dda38e [2021-03-22T21:49:50.215Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T21:49:50.215Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:49:50.215Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:49:50.215Z] ---> bab292dda38e [2021-03-22T21:49:50.215Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T21:49:50.215Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:49:50.215Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:49:50.215Z] ---> bab292dda38e [2021-03-22T21:49:50.215Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T21:49:50.215Z] ---> Running in e6a1fe2a545d [2021-03-22T21:49:50.215Z] ---> Running in c073323da2d3 [2021-03-22T21:49:50.215Z] ---> Running in 5a4b4ef86a9a [2021-03-22T21:49:50.215Z] ---> Running in e24a2b2e9ff3 [2021-03-22T21:49:50.215Z] ---> Running in 9ea8c6630031 [2021-03-22T21:49:50.215Z] Removing intermediate container 9ea8c6630031 [2021-03-22T21:49:50.215Z] ---> 5965c3d74207 [2021-03-22T21:49:50.215Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:49:50.215Z] Removing intermediate container e24a2b2e9ff3 [2021-03-22T21:49:50.215Z] ---> fed1045f6933 [2021-03-22T21:49:50.215Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:49:50.215Z] Removing intermediate container c073323da2d3 [2021-03-22T21:49:50.215Z] ---> ecf3f50f24e5 [2021-03-22T21:49:50.215Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:49:50.215Z] Removing intermediate container e6a1fe2a545d [2021-03-22T21:49:50.215Z] ---> 39ea892be4f7 [2021-03-22T21:49:50.215Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:49:50.215Z] ---> Running in 6dc44cccac86 [2021-03-22T21:49:50.215Z] ---> Running in 47ea3e8bb6a0 [2021-03-22T21:49:50.215Z] Removing intermediate container 5a4b4ef86a9a [2021-03-22T21:49:50.215Z] ---> cb638fe7534c [2021-03-22T21:49:50.215Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:49:50.215Z] ---> Running in 3c4b85322d45 [2021-03-22T21:49:50.215Z] ---> Running in da4f0904856a [2021-03-22T21:49:50.215Z] ---> Running in 5b2fde5ede1b [2021-03-22T21:49:50.480Z] Removing intermediate container 47ea3e8bb6a0 [2021-03-22T21:49:50.481Z] ---> 3218becd9b5f [2021-03-22T21:49:50.481Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T21:49:50.748Z] Removing intermediate container 6dc44cccac86 [2021-03-22T21:49:50.748Z] ---> 4b95dcf8e5ea [2021-03-22T21:49:50.748Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T21:49:50.748Z] ---> Running in 1499b1170315 [2021-03-22T21:49:50.749Z] Removing intermediate container 3c4b85322d45 [2021-03-22T21:49:50.749Z] ---> ffff492acc6a [2021-03-22T21:49:50.749Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T21:49:51.107Z] 745a02a5169b: Pull complete [2021-03-22T21:49:51.107Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-22T21:49:51.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-22T21:49:51.107Z] ---> b7e6874047d6 [2021-03-22T21:49:51.107Z] 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-22T21:49:51.329Z] ---> Running in 71fa81870aa2 [2021-03-22T21:49:51.329Z] ---> Running in edd27b23cf93 [2021-03-22T21:49:51.329Z] Removing intermediate container 5b2fde5ede1b [2021-03-22T21:49:51.329Z] ---> 1fc4c3acf55e [2021-03-22T21:49:51.329Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T21:49:51.329Z] Removing intermediate container da4f0904856a [2021-03-22T21:49:51.329Z] ---> a666fa0826f2 [2021-03-22T21:49:51.329Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T21:49:51.593Z] ---> Running in e31541beea8e [2021-03-22T21:49:51.593Z] ---> Running in b8022e8da04b [2021-03-22T21:49:51.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:52.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:52.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:52.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:52.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:52.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:53.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:53.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:53.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:53.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:49:53.391Z] OK: 233 MiB in 51 packages [2021-03-22T21:49:53.990Z] Removing intermediate container 1499b1170315 [2021-03-22T21:49:53.990Z] ---> 05340ad2f691 [2021-03-22T21:49:53.990Z] Step 6/22 : COPY go.mod . [2021-03-22T21:49:53.990Z] OK: 233 MiB in 51 packages [2021-03-22T21:49:54.263Z] OK: 233 MiB in 51 packages [2021-03-22T21:49:54.263Z] OK: 233 MiB in 51 packages [2021-03-22T21:49:54.263Z] OK: 233 MiB in 51 packages [2021-03-22T21:49:54.263Z] ---> 78b90c9ac483 [2021-03-22T21:49:54.263Z] Step 7/22 : RUN go mod download [2021-03-22T21:49:54.506Z] ---> Running in 52f36b2b6498 [2021-03-22T21:49:54.527Z] ---> Running in f70a5bb9bba2 [2021-03-22T21:49:55.109Z] Removing intermediate container edd27b23cf93 [2021-03-22T21:49:55.109Z] ---> 26fc73fe3412 [2021-03-22T21:49:55.109Z] Step 6/21 : COPY go.mod . [2021-03-22T21:49:55.376Z] Removing intermediate container 71fa81870aa2 [2021-03-22T21:49:55.376Z] ---> d4bfeb0b3044 [2021-03-22T21:49:55.376Z] Step 6/23 : COPY go.mod . [2021-03-22T21:49:55.376Z] Removing intermediate container b8022e8da04b [2021-03-22T21:49:55.376Z] ---> 3ff4b97d6a67 [2021-03-22T21:49:55.376Z] Step 6/24 : COPY go.mod . [2021-03-22T21:49:55.376Z] Removing intermediate container e31541beea8e [2021-03-22T21:49:55.376Z] ---> 4fa3d6dc3357 [2021-03-22T21:49:55.376Z] Step 6/23 : COPY go.mod . [2021-03-22T21:49:55.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:49:55.647Z] ---> 3560ee56f6d5 [2021-03-22T21:49:55.647Z] Step 7/21 : RUN go mod download [2021-03-22T21:49:55.647Z] ---> Running in bdc61d42bd2c [2021-03-22T21:49:55.647Z] ---> a6cbddc66372 [2021-03-22T21:49:55.647Z] Step 7/23 : RUN go mod download [2021-03-22T21:49:55.910Z] ---> 3ee0824376d7 [2021-03-22T21:49:55.910Z] Step 7/24 : RUN go mod download [2021-03-22T21:49:55.910Z] ---> Running in b3ccb9113661 [2021-03-22T21:49:56.184Z] ---> Running in 5d59487ffd46 [2021-03-22T21:49:56.184Z] ---> 3f2e619a5fa7 [2021-03-22T21:49:56.184Z] Step 7/23 : RUN go mod download [2021-03-22T21:49:56.184Z] ---> Running in 025ed97f0e13 [2021-03-22T21:49:56.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:49:57.174Z] Removing intermediate container f70a5bb9bba2 [2021-03-22T21:49:57.174Z] ---> 601632bd8b48 [2021-03-22T21:49:57.174Z] Step 8/22 : COPY . . [2021-03-22T21:49:57.443Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T21:49:57.714Z] (2/12) Installing file (5.38-r0) [2021-03-22T21:49:57.714Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T21:49:57.766Z] Removing intermediate container bdc61d42bd2c [2021-03-22T21:49:57.766Z] ---> d886d10459af [2021-03-22T21:49:57.766Z] Step 8/21 : COPY . . [2021-03-22T21:49:57.985Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T21:50:02.043Z] Removing intermediate container b3ccb9113661 [2021-03-22T21:50:02.043Z] ---> 751bc3d9efe2 [2021-03-22T21:50:02.043Z] Step 8/23 : COPY . . [2021-03-22T21:50:02.283Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T21:50:02.283Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T21:50:02.283Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T21:50:02.283Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T21:50:02.283Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T21:50:02.283Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T21:50:02.283Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T21:50:02.283Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T21:50:02.283Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:50:02.283Z] OK: 217 MiB in 51 packages [2021-03-22T21:50:02.670Z] Removing intermediate container 5d59487ffd46 [2021-03-22T21:50:02.670Z] ---> bc6ce6d376bc [2021-03-22T21:50:02.670Z] Step 8/24 : COPY . . [2021-03-22T21:50:04.618Z] Removing intermediate container 025ed97f0e13 [2021-03-22T21:50:04.618Z] ---> 2b5a230fbbde [2021-03-22T21:50:04.618Z] Step 8/23 : COPY . . [2021-03-22T21:50:06.604Z] Removing intermediate container 52f36b2b6498 [2021-03-22T21:50:06.604Z] ---> d65b77c383bd [2021-03-22T21:50:06.604Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T21:50:06.604Z] ---> Running in 2fa09c1620e9 [2021-03-22T21:50:07.203Z] Removing intermediate container 2fa09c1620e9 [2021-03-22T21:50:07.203Z] ---> 8d829e460695 [2021-03-22T21:50:07.203Z] Step 5/6 : COPY go.mod . [2021-03-22T21:50:07.799Z] ---> 7bc90c61e091 [2021-03-22T21:50:07.799Z] Step 6/6 : RUN go mod download [2021-03-22T21:50:08.076Z] ---> Running in 2e842a789d3b [2021-03-22T21:50:34.911Z] Removing intermediate container 2e842a789d3b [2021-03-22T21:50:34.911Z] ---> 9587d5fffe72 [2021-03-22T21:50:34.911Z] Successfully built 9587d5fffe72 [2021-03-22T21:50:34.911Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:50:35.263Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T21:50:35.263Z] . [Pipeline] withDockerContainer [2021-03-22T21:50:35.537Z] prd-ubuntu18.04-docker-arm64-4c-16g-30935 does not seem to be running inside a container [2021-03-22T21:50:35.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-22T21:50:37.127Z] $ docker top f72eaf58fa2502b531b8fc7d45e9aaea56390679291175ef0c8dc64094883e8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:50:38.153Z] + go version [2021-03-22T21:50:38.153Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-22T21:50:38.174Z] $ docker stop --time=1 f72eaf58fa2502b531b8fc7d45e9aaea56390679291175ef0c8dc64094883e8f [2021-03-22T21:50:40.115Z] $ docker rm -f f72eaf58fa2502b531b8fc7d45e9aaea56390679291175ef0c8dc64094883e8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:50:41.191Z] + docker inspect -f . ci-base-image-arm64 [2021-03-22T21:50:41.191Z] . [Pipeline] withDockerContainer [2021-03-22T21:50:41.451Z] prd-ubuntu18.04-docker-arm64-4c-16g-30935 does not seem to be running inside a container [2021-03-22T21:50:41.526Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-22T21:50:42.952Z] $ docker top c65b7f5d7c4ed430fbf67ea7b6da1b8c45a0ab94a12d03674f983ef384d61d87 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T21:50:43.335Z] ========================================================= [2021-03-22T21:50:43.335Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T21:50:43.335Z] ========================================================= [Pipeline] sh [2021-03-22T21:50:43.644Z] ---> 27bc7340813f [2021-03-22T21:50:43.644Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T21:50:43.644Z] ---> 2b4cc0391c96 [2021-03-22T21:50:43.644Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T21:50:43.644Z] ---> Running in ef13fd905903 [2021-03-22T21:50:43.979Z] + make test [2021-03-22T21:50:43.979Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T21:50:45.593Z] ---> Running in 58a007aa56c5 [2021-03-22T21:50:45.593Z] ---> e1886901534b [2021-03-22T21:50:45.593Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T21:50:45.593Z] ---> c919b6f8d6d6 [2021-03-22T21:50:45.593Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T21:50:45.593Z] ---> 5abb6294d025 [2021-03-22T21:50:45.593Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T21:50:45.593Z] ---> Running in 2eeae0df9ce3 [2021-03-22T21:50:45.881Z] ---> Running in f8b4e47d5ac6 [2021-03-22T21:50:45.881Z] ---> Running in 7c02e6fb0fed [2021-03-22T21:50:46.469Z] 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-22T21:50:46.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-22T21:50:46.469Z] 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-22T21:50:46.737Z] 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-22T21:50:47.019Z] 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-22T21:51:06.175Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T21:51:26.040Z] 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-22T21:51:26.040Z] 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-22T21:51:34.284Z] Removing intermediate container 58a007aa56c5 [2021-03-22T21:51:34.284Z] ---> 7eb967e86d74 [2021-03-22T21:51:34.284Z] [2021-03-22T21:51:34.284Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T21:51:34.284Z] 3.12: Pulling from library/alpine [2021-03-22T21:51:34.284Z] Removing intermediate container 7c02e6fb0fed [2021-03-22T21:51:34.284Z] ---> 02a4868ea872 [2021-03-22T21:51:34.284Z] [2021-03-22T21:51:34.284Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T21:51:34.284Z] 3.12: Pulling from library/alpine [2021-03-22T21:51:34.284Z] Removing intermediate container f8b4e47d5ac6 [2021-03-22T21:51:34.284Z] ---> f824fd360c2f [2021-03-22T21:51:34.284Z] [2021-03-22T21:51:34.284Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T21:51:34.284Z] 3.12: Pulling from library/alpine [2021-03-22T21:51:34.284Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T21:51:34.284Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T21:51:34.284Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T21:51:34.284Z] Status: Image is up to date for alpine:3.12 [2021-03-22T21:51:34.284Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T21:51:34.284Z] Status: Image is up to date for alpine:3.12 [2021-03-22T21:51:34.284Z] ---> 88dd2752d2ea [2021-03-22T21:51:34.284Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T21:51:34.284Z] ---> 88dd2752d2ea [2021-03-22T21:51:34.284Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T21:51:34.284Z] ---> 88dd2752d2ea [2021-03-22T21:51:34.284Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T21:51:37.628Z] ---> Running in 687f92e0e530 [2021-03-22T21:51:37.894Z] ---> Running in de00437134c7 [2021-03-22T21:51:37.894Z] ---> Running in c3399d648b92 [2021-03-22T21:51:38.159Z] Removing intermediate container ef13fd905903 [2021-03-22T21:51:38.159Z] ---> caf5b099af1c [2021-03-22T21:51:38.159Z] [2021-03-22T21:51:38.159Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T21:51:38.159Z] ---> 88dd2752d2ea [2021-03-22T21:51:38.159Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T21:51:38.159Z] Removing intermediate container 2eeae0df9ce3 [2021-03-22T21:51:38.159Z] ---> f197453ee0d8 [2021-03-22T21:51:38.159Z] [2021-03-22T21:51:38.159Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T21:51:38.159Z] ---> 88dd2752d2ea [2021-03-22T21:51:38.159Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T21:51:38.442Z] ---> Running in 3135f23cdc50 [2021-03-22T21:51:38.442Z] ---> Running in fdcc64c6be23 [2021-03-22T21:51:40.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.395Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T21:51:40.395Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:51:40.395Z] OK: 6 MiB in 15 packages [2021-03-22T21:51:40.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.941Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T21:51:40.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.941Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T21:51:40.941Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T21:51:40.941Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T21:51:40.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:51:40.941Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T21:51:40.941Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:51:40.941Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T21:51:40.941Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T21:51:40.941Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T21:51:40.941Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T21:51:40.941Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T21:51:40.941Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:51:40.941Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T21:51:40.941Z] OK: 7 MiB in 18 packages [2021-03-22T21:51:41.208Z] OK: 7 MiB in 19 packages [2021-03-22T21:51:41.208Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T21:51:41.208Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:51:41.208Z] OK: 6 MiB in 15 packages [2021-03-22T21:51:41.208Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T21:51:41.208Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:51:41.208Z] OK: 6 MiB in 15 packages [2021-03-22T21:51:41.477Z] Removing intermediate container 687f92e0e530 [2021-03-22T21:51:41.477Z] ---> e1de7baa4ac5 [2021-03-22T21:51:41.477Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T21:51:41.742Z] ---> Running in e7276b8c5e01 [2021-03-22T21:51:43.138Z] Removing intermediate container e7276b8c5e01 [2021-03-22T21:51:43.138Z] ---> a07660f9aa24 [2021-03-22T21:51:43.138Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T21:51:43.138Z] Removing intermediate container fdcc64c6be23 [2021-03-22T21:51:43.138Z] ---> ffef640a5563 [2021-03-22T21:51:43.138Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T21:51:43.138Z] Removing intermediate container de00437134c7 [2021-03-22T21:51:43.138Z] ---> 03489f9d7815 [2021-03-22T21:51:43.138Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T21:51:43.138Z] Removing intermediate container c3399d648b92 [2021-03-22T21:51:43.138Z] ---> 2fa8089f52cf [2021-03-22T21:51:43.138Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T21:51:43.138Z] ---> Running in 862d6e29a524 [2021-03-22T21:51:43.400Z] ---> Running in a3ce883eb278 [2021-03-22T21:51:43.400Z] ---> Running in cb07921dca5b [2021-03-22T21:51:43.400Z] ---> Running in fe63ed2f5ae9 [2021-03-22T21:51:43.400Z] Removing intermediate container 3135f23cdc50 [2021-03-22T21:51:43.400Z] ---> 9d26dceef47e [2021-03-22T21:51:43.400Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T21:51:43.662Z] ---> Running in 42bd58e20078 [2021-03-22T21:51:43.662Z] Removing intermediate container 862d6e29a524 [2021-03-22T21:51:43.662Z] ---> 79fe395827d1 [2021-03-22T21:51:43.662Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T21:51:43.662Z] ---> Running in c62986a4b44c [2021-03-22T21:51:43.662Z] Removing intermediate container cb07921dca5b [2021-03-22T21:51:43.662Z] ---> 5c69e074ff82 [2021-03-22T21:51:43.662Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T21:51:43.931Z] Removing intermediate container a3ce883eb278 [2021-03-22T21:51:43.931Z] ---> 38c70ddff570 [2021-03-22T21:51:43.931Z] Step 13/24 : WORKDIR / [2021-03-22T21:51:43.931Z] Removing intermediate container fe63ed2f5ae9 [2021-03-22T21:51:43.931Z] ---> 78d282d3483c [2021-03-22T21:51:43.931Z] Step 13/21 : WORKDIR /edgex [2021-03-22T21:51:43.931Z] Removing intermediate container 42bd58e20078 [2021-03-22T21:51:43.931Z] ---> f46bd27b09ee [2021-03-22T21:51:43.931Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T21:51:43.931Z] ---> Running in e2f65745cb91 [2021-03-22T21:51:44.193Z] ---> Running in 65f5b0980813 [2021-03-22T21:51:44.193Z] ---> Running in e89e9efb1c70 [2021-03-22T21:51:44.193Z] ---> Running in d79621c962cd [2021-03-22T21:51:45.141Z] Removing intermediate container c62986a4b44c [2021-03-22T21:51:45.141Z] ---> 3ff786d48430 [2021-03-22T21:51:45.141Z] Step 15/23 : WORKDIR / [2021-03-22T21:51:45.141Z] Removing intermediate container e2f65745cb91 [2021-03-22T21:51:45.141Z] ---> bf750d117ddc [2021-03-22T21:51:45.141Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T21:51:45.141Z] ---> Running in e2d7c5e63ae1 [2021-03-22T21:51:45.141Z] Removing intermediate container d79621c962cd [2021-03-22T21:51:45.141Z] ---> e6dd5316cb02 [2021-03-22T21:51:45.141Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T21:51:45.141Z] Removing intermediate container e89e9efb1c70 [2021-03-22T21:51:45.141Z] ---> 07cd079e843a [2021-03-22T21:51:45.141Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T21:51:45.141Z] Removing intermediate container 65f5b0980813 [2021-03-22T21:51:45.141Z] ---> 6b9138f8e305 [2021-03-22T21:51:45.141Z] 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-22T21:51:45.404Z] ---> Running in c4908a9c9ffe [2021-03-22T21:51:45.404Z] ---> Running in 98520de9a543 [2021-03-22T21:51:45.404Z] Removing intermediate container e2d7c5e63ae1 [2021-03-22T21:51:45.404Z] ---> 4aba5bc2bb89 [2021-03-22T21:51:45.404Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:51:45.667Z] Removing intermediate container c4908a9c9ffe [2021-03-22T21:51:45.667Z] ---> 3e614f5e5808 [2021-03-22T21:51:45.667Z] Step 15/23 : WORKDIR / [2021-03-22T21:51:45.667Z] ---> b321af94b5dd [2021-03-22T21:51:45.667Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T21:51:45.667Z] ---> Running in f588ebb398d1 [2021-03-22T21:51:45.940Z] Removing intermediate container 98520de9a543 [2021-03-22T21:51:45.940Z] ---> 5fc45920471b [2021-03-22T21:51:45.940Z] 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-22T21:51:45.940Z] ---> 0073ca0ff55c [2021-03-22T21:51:45.940Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:51:45.940Z] ---> 002dccb9e6d6 [2021-03-22T21:51:45.940Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T21:51:45.940Z] Removing intermediate container f588ebb398d1 [2021-03-22T21:51:45.940Z] ---> 9da795a14a67 [2021-03-22T21:51:45.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:51:46.213Z] ---> 8976256420a7 [2021-03-22T21:51:46.213Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T21:51:46.477Z] ---> f22805b33077 [2021-03-22T21:51:46.477Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T21:51:46.477Z] ---> 26661d77e3af [2021-03-22T21:51:46.477Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T21:51:46.747Z] ---> 1621152bfcb0 [2021-03-22T21:51:46.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T21:51:46.747Z] ---> 9d7f4874b6d2 [2021-03-22T21:51:46.747Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T21:51:47.015Z] ---> 61e2f40fc8c4 [2021-03-22T21:51:47.015Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T21:51:47.282Z] ---> feae41fb5fbb [2021-03-22T21:51:47.282Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T21:51:47.282Z] ---> 076a16bea473 [2021-03-22T21:51:47.282Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T21:51:47.282Z] ---> 0afbcbab1a2d [2021-03-22T21:51:47.282Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T21:51:47.548Z] ---> eb99804ad94e [2021-03-22T21:51:47.548Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T21:51:47.548Z] ---> Running in df7b518f0fb6 [2021-03-22T21:51:47.548Z] ---> Running in 0dfc8c5f4092 [2021-03-22T21:51:47.548Z] ---> 6f180add5333 [2021-03-22T21:51:47.548Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T21:51:47.548Z] ---> 93589fa91a41 [2021-03-22T21:51:47.548Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T21:51:47.810Z] ---> Running in ebc7fa4b22b3 [2021-03-22T21:51:47.810Z] Removing intermediate container 0dfc8c5f4092 [2021-03-22T21:51:47.810Z] ---> b5cacfa54d7c [2021-03-22T21:51:47.810Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:51:48.076Z] Removing intermediate container df7b518f0fb6 [2021-03-22T21:51:48.076Z] ---> e205f6110729 [2021-03-22T21:51:48.076Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T21:51:48.076Z] ---> 523bccb53e10 [2021-03-22T21:51:48.076Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T21:51:48.076Z] ---> Running in 3271b2d9a0a5 [2021-03-22T21:51:48.076Z] ---> Running in e04398b8a249 [2021-03-22T21:51:48.076Z] Removing intermediate container ebc7fa4b22b3 [2021-03-22T21:51:48.076Z] ---> 02e64eb199ee [2021-03-22T21:51:48.076Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:51:48.076Z] ---> Running in 2e1d820811c4 [2021-03-22T21:51:48.340Z] ---> 4da827a2be7d [2021-03-22T21:51:48.340Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T21:51:48.340Z] ---> Running in c69b3a67c848 [2021-03-22T21:51:48.340Z] Removing intermediate container 3271b2d9a0a5 [2021-03-22T21:51:48.340Z] ---> 07a5719335ba [2021-03-22T21:51:48.340Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T21:51:48.607Z] Removing intermediate container e04398b8a249 [2021-03-22T21:51:48.607Z] ---> 5bf22fcc9a36 [2021-03-22T21:51:48.607Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:51:48.607Z] Removing intermediate container 2e1d820811c4 [2021-03-22T21:51:48.607Z] ---> 7614f8afb3f0 [2021-03-22T21:51:48.607Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T21:51:48.607Z] ---> Running in 11dd2afeb6ca [2021-03-22T21:51:48.607Z] ---> Running in c4fe012e2786 [2021-03-22T21:51:48.870Z] ---> 292b8433a9c4 [2021-03-22T21:51:48.870Z] 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-22T21:51:48.870Z] ---> Running in 67c195c77205 [2021-03-22T21:51:48.870Z] Removing intermediate container c69b3a67c848 [2021-03-22T21:51:48.870Z] ---> 768e43e275f1 [2021-03-22T21:51:48.870Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T21:51:49.133Z] ---> Running in 1e980d015d27 [2021-03-22T21:51:49.133Z] Removing intermediate container 11dd2afeb6ca [2021-03-22T21:51:49.133Z] ---> 214bc7e841e0 [2021-03-22T21:51:49.133Z] Step 22/23 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:51:49.133Z] ---> Running in 81411bcaf37f [2021-03-22T21:51:49.133Z] Removing intermediate container c4fe012e2786 [2021-03-22T21:51:49.133Z] ---> c45bb63001cd [2021-03-22T21:51:49.133Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T21:51:49.404Z] ---> Running in 6c0f830a5d11 [2021-03-22T21:51:49.404Z] ---> Running in ec5fd6e7afe0 [2021-03-22T21:51:49.404Z] Removing intermediate container 67c195c77205 [2021-03-22T21:51:49.404Z] ---> 160fde84f0b4 [2021-03-22T21:51:49.404Z] Step 20/21 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:51:49.670Z] ---> Running in ed3a98796ccb [2021-03-22T21:51:49.670Z] Removing intermediate container 81411bcaf37f [2021-03-22T21:51:49.670Z] ---> 2563e0564dc7 [2021-03-22T21:51:49.670Z] Step 21/22 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:51:49.670Z] Removing intermediate container 6c0f830a5d11 [2021-03-22T21:51:49.670Z] ---> 306434bb38e8 [2021-03-22T21:51:49.670Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T21:51:49.670Z] ---> Running in 9e16ba9d61cc [2021-03-22T21:51:49.670Z] Removing intermediate container ec5fd6e7afe0 [2021-03-22T21:51:49.670Z] ---> fddf82ae5279 [2021-03-22T21:51:49.670Z] Step 22/23 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:51:49.934Z] ---> Running in 7d58c67fdfd2 [2021-03-22T21:51:49.934Z] ---> Running in 6af7db86c486 [2021-03-22T21:51:49.934Z] Removing intermediate container ed3a98796ccb [2021-03-22T21:51:49.934Z] ---> 420b6c0902af [2021-03-22T21:51:49.934Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T21:51:50.200Z] Removing intermediate container 9e16ba9d61cc [2021-03-22T21:51:50.200Z] ---> 89aa4a0abcd7 [2021-03-22T21:51:50.200Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T21:51:50.200Z] ---> Running in 7617380a16ed [2021-03-22T21:51:50.200Z] ---> Running in c3ba1b1acaea [2021-03-22T21:51:50.468Z] Removing intermediate container 6af7db86c486 [2021-03-22T21:51:50.468Z] ---> 76b23a4c6f2a [2021-03-22T21:51:50.468Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T21:51:50.468Z] Removing intermediate container 7d58c67fdfd2 [2021-03-22T21:51:50.468Z] ---> 9f244efb7c98 [2021-03-22T21:51:50.468Z] [2021-03-22T21:51:50.733Z] Successfully built 9f244efb7c98 [2021-03-22T21:51:50.733Z] ---> Running in 9a6ca02107df [2021-03-22T21:51:50.997Z] Removing intermediate container 7617380a16ed [2021-03-22T21:51:50.997Z] ---> 6683db826616 [2021-03-22T21:51:50.997Z] [2021-03-22T21:51:50.997Z] Successfully tagged docker-core-command-go:latest [2021-03-22T21:51:50.997Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-22T21:51:50.997Z] Removing intermediate container c3ba1b1acaea [2021-03-22T21:51:50.997Z] ---> 8cf0546a7f24 [2021-03-22T21:51:50.997Z] [2021-03-22T21:51:50.997Z] Removing intermediate container 1e980d015d27 [2021-03-22T21:51:50.997Z] ---> 58413b96ee33 [2021-03-22T21:51:50.997Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T21:51:50.997Z] Successfully built 6683db826616 [2021-03-22T21:51:51.261Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T21:51:51.261Z] Building docker-support-notifications-go [2021-03-22T21:51:51.261Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9a6ca02107df [2021-03-22T21:51:51.261Z] ---> a1e8294a8ed0 [2021-03-22T21:51:51.261Z] [2021-03-22T21:51:51.261Z] ---> Running in 2865a8f2011f [2021-03-22T21:51:51.261Z] Successfully built 8cf0546a7f24 [2021-03-22T21:51:51.261Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-22T21:51:51.261Z] Building docker-sys-mgmt-agent-go [2021-03-22T21:51:51.531Z]  Building docker-support-scheduler-go ... done Successfully built a1e8294a8ed0 [2021-03-22T21:51:51.531Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T21:51:51.531Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-22T21:51:51.531Z] Removing intermediate container 2865a8f2011f [2021-03-22T21:51:51.531Z] ---> 70140ce06dba [2021-03-22T21:51:51.531Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T21:51:51.531Z] ---> Running in 3859c2b24b31 [2021-03-22T21:51:51.798Z] Removing intermediate container 3859c2b24b31 [2021-03-22T21:51:51.798Z] ---> 253b00c91eb8 [2021-03-22T21:51:51.798Z] Step 23/24 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:51:51.798Z] ---> Running in 8b10763579d1 [2021-03-22T21:51:52.067Z] Removing intermediate container 8b10763579d1 [2021-03-22T21:51:52.067Z] ---> b93eed92fa22 [2021-03-22T21:51:52.067Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T21:51:52.067Z] ---> Running in ecbaf89bf5ea [2021-03-22T21:51:52.332Z] Removing intermediate container ecbaf89bf5ea [2021-03-22T21:51:52.332Z] ---> 6395d3a58731 [2021-03-22T21:51:52.332Z] [2021-03-22T21:51:52.332Z] Successfully built 6395d3a58731 [2021-03-22T21:51:52.602Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T21:51:53.962Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T21:52:00.701Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T21:52:07.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T21:52:07.898Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T21:52:12.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T21:52:12.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T21:52:12.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T21:52:12.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T21:52:14.208Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T21:52:15.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T21:52:22.407Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T21:52:22.407Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T21:52:22.407Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T21:52:24.862Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:52:24.863Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:52:24.863Z] ---> bab292dda38e [2021-03-22T21:52:24.863Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> cb638fe7534c [2021-03-22T21:52:24.863Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> 1fc4c3acf55e [2021-03-22T21:52:24.863Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> 4fa3d6dc3357 [2021-03-22T21:52:24.863Z] Step 6/31 : COPY go.mod . [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> 3f2e619a5fa7 [2021-03-22T21:52:24.863Z] Step 7/31 : RUN go mod download [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> 2b5a230fbbde [2021-03-22T21:52:24.863Z] Step 8/31 : COPY . . [2021-03-22T21:52:24.863Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:52:24.863Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:52:24.863Z] ---> bab292dda38e [2021-03-22T21:52:24.863Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> cb638fe7534c [2021-03-22T21:52:24.863Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> 1fc4c3acf55e [2021-03-22T21:52:24.863Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> e1886901534b [2021-03-22T21:52:24.863Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T21:52:24.863Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:52:24.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:52:24.863Z] ---> bab292dda38e [2021-03-22T21:52:24.863Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> cb638fe7534c [2021-03-22T21:52:24.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> 1fc4c3acf55e [2021-03-22T21:52:24.863Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T21:52:24.863Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:52:24.863Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:52:24.863Z] ---> bab292dda38e [2021-03-22T21:52:24.863Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> cb638fe7534c [2021-03-22T21:52:24.863Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:52:24.863Z] ---> Using cache [2021-03-22T21:52:24.863Z] ---> 1fc4c3acf55e [2021-03-22T21:52:24.863Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T21:52:24.863Z] ---> Running in 80e335e3103d [2021-03-22T21:52:24.863Z] ---> Running in d397e8d4e54e [2021-03-22T21:52:24.863Z] ---> Running in c9f83fe3295b [2021-03-22T21:52:24.863Z] ---> Running in f61e8b995b08 [2021-03-22T21:52:24.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:52:24.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:52:24.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:52:24.863Z] 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-22T21:52:25.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:52:25.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:52:25.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:52:25.718Z] OK: 233 MiB in 51 packages [2021-03-22T21:52:26.016Z] OK: 233 MiB in 51 packages [2021-03-22T21:52:26.016Z] OK: 233 MiB in 51 packages [2021-03-22T21:52:27.481Z] Removing intermediate container c9f83fe3295b [2021-03-22T21:52:27.481Z] ---> b17a68d19096 [2021-03-22T21:52:27.481Z] Step 6/22 : COPY go.mod . [2021-03-22T21:52:27.481Z] Removing intermediate container d397e8d4e54e [2021-03-22T21:52:27.481Z] ---> 38235173b779 [2021-03-22T21:52:27.481Z] Step 6/23 : COPY go.mod . [2021-03-22T21:52:27.481Z] Removing intermediate container 80e335e3103d [2021-03-22T21:52:27.481Z] ---> f41e0401ebb5 [2021-03-22T21:52:27.481Z] Step 6/26 : COPY go.mod . [2021-03-22T21:52:27.761Z] ---> 4a243bf09bab [2021-03-22T21:52:27.761Z] Step 7/22 : RUN go mod download [2021-03-22T21:52:28.037Z] ---> 9d7d8a3c2a0e [2021-03-22T21:52:28.037Z] Step 7/23 : RUN go mod download [2021-03-22T21:52:28.037Z] ---> Running in cf849df062ef [2021-03-22T21:52:28.037Z] ---> 918168ecf5cf [2021-03-22T21:52:28.037Z] Step 7/26 : RUN go mod download [2021-03-22T21:52:28.311Z] ---> Running in f0f84d37953b [2021-03-22T21:52:28.311Z] ---> Running in fdc8edc488c7 [2021-03-22T21:52:29.145Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.370s coverage: 45.9% of statements [2021-03-22T21:52:29.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T21:52:29.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T21:52:29.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T21:52:29.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T21:52:29.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T21:52:29.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T21:52:29.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.168s coverage: 19.8% of statements [2021-03-22T21:52:29.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements [2021-03-22T21:52:31.749Z] Removing intermediate container fdc8edc488c7 [2021-03-22T21:52:31.749Z] ---> 7247348cf938 [2021-03-22T21:52:31.749Z] Step 8/26 : COPY . . [2021-03-22T21:52:31.749Z] Removing intermediate container cf849df062ef [2021-03-22T21:52:31.749Z] ---> a87097965b48 [2021-03-22T21:52:31.749Z] Step 8/22 : COPY . . [2021-03-22T21:52:31.749Z] Removing intermediate container f0f84d37953b [2021-03-22T21:52:31.749Z] ---> 9730f4109a95 [2021-03-22T21:52:31.749Z] Step 8/23 : COPY . . [2021-03-22T21:52:37.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.501s coverage: 27.1% of statements [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T21:52:37.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.114s coverage: 100.0% of statements [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T21:52:37.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T21:52:37.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.220s coverage: 71.3% of statements [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T21:52:37.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T21:52:38.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.533s coverage: 82.9% of statements [2021-03-22T21:52:38.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T21:52:38.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:52:38.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.269s coverage: 78.9% of statements [2021-03-22T21:52:38.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T21:52:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.081s coverage: 28.6% of statements [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T21:52:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T21:52:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T21:52:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.353s coverage: 86.7% of statements [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T21:52:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.344s coverage: 97.5% of statements [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T21:52:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T21:52:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.160s coverage: 92.8% of statements [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.199s coverage: 0.1% of statements [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T21:52:57.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-03-22T21:52:57.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-03-22T21:53:04.141Z] Removing intermediate container f61e8b995b08 [2021-03-22T21:53:04.142Z] ---> bfbf8cccc822 [2021-03-22T21:53:04.142Z] [2021-03-22T21:53:04.142Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T21:53:04.142Z] ---> 88dd2752d2ea [2021-03-22T21:53:04.142Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T21:53:04.142Z] ---> Running in 74d8e9ba58e8 [2021-03-22T21:53:05.115Z] Removing intermediate container 74d8e9ba58e8 [2021-03-22T21:53:05.115Z] ---> 7e8ed4d96201 [2021-03-22T21:53:05.115Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T21:53:06.112Z] ---> Running in e594bacfbda6 [2021-03-22T21:53:06.384Z] ---> eed5baba7a6f [2021-03-22T21:53:06.384Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T21:53:06.384Z] ---> 3f5d8449e958 [2021-03-22T21:53:06.384Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T21:53:06.650Z] ---> Running in 8b25e19c59cc [2021-03-22T21:53:06.650Z] ---> Running in 612196c86f5d [2021-03-22T21:53:06.939Z] ---> 1b7998e5b3a8 [2021-03-22T21:53:06.939Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T21:53:06.939Z] ---> Running in b40cff076550 [2021-03-22T21:53:07.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:07.822Z] 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-22T21:53:07.822Z] 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-22T21:53:07.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:07.822Z] 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-22T21:53:08.113Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T21:53:08.113Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T21:53:08.113Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:53:08.113Z] OK: 6 MiB in 16 packages [2021-03-22T21:53:08.717Z] Removing intermediate container e594bacfbda6 [2021-03-22T21:53:08.717Z] ---> 54624f4c25bd [2021-03-22T21:53:08.717Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T21:53:08.717Z] ---> Running in f2b7004d2141 [2021-03-22T21:53:09.304Z] Removing intermediate container f2b7004d2141 [2021-03-22T21:53:09.304Z] ---> e63c8131dae8 [2021-03-22T21:53:09.304Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T21:53:09.304Z] ---> Running in 2cfc8824f660 [2021-03-22T21:53:09.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements [2021-03-22T21:53:09.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements [2021-03-22T21:53:09.899Z] Removing intermediate container 2cfc8824f660 [2021-03-22T21:53:09.899Z] ---> 8168c27cd081 [2021-03-22T21:53:09.899Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T21:53:10.180Z] ---> Running in 4d9b5f183219 [2021-03-22T21:53:13.548Z] Removing intermediate container 4d9b5f183219 [2021-03-22T21:53:13.548Z] ---> c4c36eb2c632 [2021-03-22T21:53:13.548Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T21:53:13.548Z] ---> Running in 5a6dc0cfe687 [2021-03-22T21:53:14.142Z] Removing intermediate container 5a6dc0cfe687 [2021-03-22T21:53:14.142Z] ---> 12786ff154dd [2021-03-22T21:53:14.142Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T21:53:15.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.298s coverage: 81.7% of statements [2021-03-22T21:53:15.579Z] ---> efab22754aeb [2021-03-22T21:53:15.579Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T21:53:15.579Z] ---> Running in 700e3f37795e [2021-03-22T21:53:19.304Z] Removing intermediate container 700e3f37795e [2021-03-22T21:53:19.304Z] ---> 8b5bd57057fc [2021-03-22T21:53:19.304Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:53:20.070Z] ---> dbebb8303db4 [2021-03-22T21:53:20.070Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T21:53:21.638Z] ---> 86f45cefee8c [2021-03-22T21:53:21.638Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T21:53:22.222Z] ---> bf3188f0368f [2021-03-22T21:53:22.222Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T21:53:22.806Z] ---> b498cac02c42 [2021-03-22T21:53:22.806Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T21:53:23.404Z] ---> 6e2ccb507a86 [2021-03-22T21:53:23.404Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T21:53:23.404Z] ---> Running in 5d8bee24cedc [2021-03-22T21:53:23.997Z] Removing intermediate container 5d8bee24cedc [2021-03-22T21:53:23.997Z] ---> aaad508fb999 [2021-03-22T21:53:23.997Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T21:53:24.974Z] ---> f8c06b200b53 [2021-03-22T21:53:24.974Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T21:53:24.974Z] ---> Running in 3ff515f9bded [2021-03-22T21:53:25.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.126s coverage: 92.9% of statements [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.6% of statements [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.6% of statements [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.518s coverage: 64.4% of statements [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T21:53:25.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-22T21:53:25.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-03-22T21:53:26.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-03-22T21:53:27.594Z] Removing intermediate container 3ff515f9bded [2021-03-22T21:53:27.594Z] ---> 22fca53505d7 [2021-03-22T21:53:27.594Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T21:53:27.594Z] ---> Running in 18fadaf9657b [2021-03-22T21:53:28.222Z] Removing intermediate container 18fadaf9657b [2021-03-22T21:53:28.222Z] ---> f410bdbc9268 [2021-03-22T21:53:28.222Z] Step 28/31 : CMD ["gate"] [2021-03-22T21:53:28.492Z] ---> Running in 3eb7bf5b5079 [2021-03-22T21:53:28.766Z] Removing intermediate container 3eb7bf5b5079 [2021-03-22T21:53:28.766Z] ---> d3feeda43120 [2021-03-22T21:53:28.766Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T21:53:29.370Z] ---> Running in f01661e05f0d [2021-03-22T21:53:29.644Z] Removing intermediate container f01661e05f0d [2021-03-22T21:53:29.644Z] ---> ff30659f0c35 [2021-03-22T21:53:29.644Z] Step 30/31 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:53:29.921Z] ---> Running in b86a80af3df2 [2021-03-22T21:53:30.195Z] Removing intermediate container b86a80af3df2 [2021-03-22T21:53:30.195Z] ---> beab76eaf802 [2021-03-22T21:53:30.195Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T21:53:30.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.932s coverage: 69.0% of statements [2021-03-22T21:53:30.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T21:53:30.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T21:53:30.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T21:53:30.470Z] ---> Running in bd8943fa7f54 [2021-03-22T21:53:30.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 38.4% of statements [2021-03-22T21:53:30.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T21:53:30.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T21:53:30.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.123s coverage: 89.5% of statements [2021-03-22T21:53:30.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T21:53:30.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements [2021-03-22T21:53:30.752Z] Removing intermediate container bd8943fa7f54 [2021-03-22T21:53:30.752Z] ---> 9098638cf72e [2021-03-22T21:53:30.752Z] [2021-03-22T21:53:31.030Z] Successfully built 9098638cf72e [2021-03-22T21:53:31.030Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T21:53:37.727Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 612196c86f5d [2021-03-22T21:53:37.727Z] ---> 37d80834cf5d [2021-03-22T21:53:37.727Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T21:53:37.727Z] ---> Running in 8301ecc75a9e [2021-03-22T21:53:37.727Z] 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-22T21:53:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.0% of statements [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T21:53:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.182s coverage: 100.0% of statements [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T21:53:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T21:53:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.392s coverage: 87.1% of statements [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:53:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T21:53:40.334Z] Removing intermediate container 8b25e19c59cc [2021-03-22T21:53:40.334Z] ---> cc0695aa35c1 [2021-03-22T21:53:40.334Z] [2021-03-22T21:53:40.334Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T21:53:40.334Z] ---> 88dd2752d2ea [2021-03-22T21:53:40.334Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T21:53:40.334Z] ---> Running in 590a5e4549a7 [2021-03-22T21:53:40.334Z] Removing intermediate container 8301ecc75a9e [2021-03-22T21:53:40.334Z] ---> ec750fed24e3 [2021-03-22T21:53:40.334Z] [2021-03-22T21:53:40.334Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T21:53:40.602Z] 20.10.0: Pulling from library/docker [2021-03-22T21:53:40.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:40.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:40.870Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T21:53:41.136Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T21:53:41.136Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:53:41.136Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T21:53:41.136Z] OK: 6 MiB in 16 packages [2021-03-22T21:53:44.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.419s coverage: 29.1% of statements [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T21:53:44.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T21:53:44.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.140s coverage: 100.0% of statements [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T21:53:44.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.240s coverage: 96.5% of statements [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T21:53:44.423Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T21:53:44.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T21:53:44.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T21:53:44.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T21:53:45.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-03-22T21:53:46.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-22T21:53:46.468Z] Removing intermediate container b40cff076550 [2021-03-22T21:53:46.468Z] ---> 31997e3e3264 [2021-03-22T21:53:46.468Z] [2021-03-22T21:53:46.468Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T21:53:46.468Z] ---> 88dd2752d2ea [2021-03-22T21:53:46.468Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T21:53:46.468Z] ---> Running in 68386d0c9f3f [2021-03-22T21:53:46.468Z] Removing intermediate container 590a5e4549a7 [2021-03-22T21:53:46.468Z] ---> 311e95920ba9 [2021-03-22T21:53:46.468Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T21:53:46.468Z] ---> Running in 8d35e2386c1c [2021-03-22T21:53:46.735Z] Removing intermediate container 68386d0c9f3f [2021-03-22T21:53:46.735Z] ---> 11492c4ef8c9 [2021-03-22T21:53:46.735Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T21:53:46.735Z] ---> Running in be91eec4b14e [2021-03-22T21:53:46.735Z] Removing intermediate container 8d35e2386c1c [2021-03-22T21:53:46.735Z] ---> 34277fc3f19f [2021-03-22T21:53:46.735Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T21:53:47.002Z] ---> Running in f74861a2e64a [2021-03-22T21:53:47.002Z] Removing intermediate container be91eec4b14e [2021-03-22T21:53:47.002Z] ---> b5ec3e8b9293 [2021-03-22T21:53:47.002Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T21:53:47.002Z] ---> Running in e4c1c000f72f [2021-03-22T21:53:47.269Z] Removing intermediate container f74861a2e64a [2021-03-22T21:53:47.269Z] ---> 5cdc423ba048 [2021-03-22T21:53:47.269Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T21:53:47.269Z] ---> Running in 68115bf3ac71 [2021-03-22T21:53:47.445Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-22T21:53:47.538Z] Removing intermediate container e4c1c000f72f [2021-03-22T21:53:47.538Z] ---> 3b5d646a5a2f [2021-03-22T21:53:47.538Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:53:47.538Z] ---> Running in 7df82a14f08d [2021-03-22T21:53:47.809Z] Removing intermediate container 68115bf3ac71 [2021-03-22T21:53:47.809Z] ---> 257c3d6e677c [2021-03-22T21:53:47.809Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:53:48.036Z] GO111MODULE=on go vet ./... [2021-03-22T21:53:48.400Z] ---> 139b62cd5f9c [2021-03-22T21:53:48.400Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T21:53:48.994Z] ---> 046cc46a6cef [2021-03-22T21:53:48.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T21:53:49.261Z] Removing intermediate container 7df82a14f08d [2021-03-22T21:53:49.261Z] ---> f2b010ba07de [2021-03-22T21:53:49.261Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T21:53:49.261Z] ---> Running in b2bbb79c3c25 [2021-03-22T21:53:49.526Z] ---> 8c1cf340e28a [2021-03-22T21:53:49.526Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T21:53:49.526Z] ---> Running in 668d06d7de3e [2021-03-22T21:53:50.110Z] Removing intermediate container 668d06d7de3e [2021-03-22T21:53:50.110Z] ---> d85585094030 [2021-03-22T21:53:50.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:53:50.110Z] ---> Running in 15f145a2ff12 [2021-03-22T21:53:50.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:50.376Z] Removing intermediate container 15f145a2ff12 [2021-03-22T21:53:50.376Z] ---> 76f128c0e6d3 [2021-03-22T21:53:50.376Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T21:53:50.376Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T21:53:50.376Z] ---> Running in df4be4b438c4 [2021-03-22T21:53:50.376Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T21:53:50.376Z] ---> aefe523efa57 [2021-03-22T21:53:50.376Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T21:53:50.376Z] ---> Running in 569b06b59323 [2021-03-22T21:53:50.642Z] Removing intermediate container df4be4b438c4 [2021-03-22T21:53:50.643Z] ---> 71586f0134ab [2021-03-22T21:53:50.643Z] Step 21/22 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:53:50.643Z] ---> Running in 5ba33dd8f213 [2021-03-22T21:53:50.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:50.910Z] Removing intermediate container 5ba33dd8f213 [2021-03-22T21:53:50.910Z] ---> 6d0131b1a480 [2021-03-22T21:53:50.910Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T21:53:50.910Z] ---> Running in 9e0f201128f3 [2021-03-22T21:53:50.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:51.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:51.176Z] Removing intermediate container 9e0f201128f3 [2021-03-22T21:53:51.176Z] ---> ad2aae3968ba [2021-03-22T21:53:51.176Z] [2021-03-22T21:53:51.176Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T21:53:51.176Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T21:53:51.443Z] Executing bash-5.0.17-r0.post-install [2021-03-22T21:53:51.443Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:53:51.443Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T21:53:51.443Z] OK: 12 MiB in 22 packages [2021-03-22T21:53:51.443Z] Successfully built ad2aae3968ba [2021-03-22T21:53:51.443Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T21:53:51.443Z]  Building docker-support-notifications-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T21:53:51.443Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T21:53:51.709Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T21:53:51.709Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T21:53:51.975Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T21:53:51.975Z] Removing intermediate container 569b06b59323 [2021-03-22T21:53:51.975Z] ---> ded7eae611bf [2021-03-22T21:53:51.975Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T21:53:51.975Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:53:51.975Z] OK: 8 MiB in 20 packages [2021-03-22T21:53:51.975Z] ---> Running in 527104fe1e72 [2021-03-22T21:53:52.240Z] Removing intermediate container 527104fe1e72 [2021-03-22T21:53:52.240Z] ---> 2fcd676cb8aa [2021-03-22T21:53:52.240Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T21:53:52.240Z] ---> Running in 1583c6cf14a9 [2021-03-22T21:53:52.504Z] Removing intermediate container 1583c6cf14a9 [2021-03-22T21:53:52.504Z] ---> ef10116cc836 [2021-03-22T21:53:52.504Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T21:53:52.504Z] Removing intermediate container b2bbb79c3c25 [2021-03-22T21:53:52.504Z] ---> 28f7e2479b3f [2021-03-22T21:53:52.504Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T21:53:52.504Z] ---> Running in 572cd93d85ea [2021-03-22T21:53:52.770Z] Removing intermediate container 572cd93d85ea [2021-03-22T21:53:52.770Z] ---> 3d80c785f3d0 [2021-03-22T21:53:52.770Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T21:53:52.770Z] ---> d38fb87b4295 [2021-03-22T21:53:52.770Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T21:53:53.361Z] ---> 6f757bb7ab99 [2021-03-22T21:53:53.361Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T21:53:53.361Z] ---> 9dd84b3796a1 [2021-03-22T21:53:53.361Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T21:53:53.627Z] ---> 538a2116078c [2021-03-22T21:53:53.627Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T21:53:53.627Z] ---> ddc04c41dc7e [2021-03-22T21:53:53.627Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T21:53:53.892Z] ---> Running in be88572dfaab [2021-03-22T21:53:54.473Z] Removing intermediate container be88572dfaab [2021-03-22T21:53:54.473Z] ---> 44e09f4de36e [2021-03-22T21:53:54.474Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:53:54.474Z] ---> c848bcfb9a05 [2021-03-22T21:53:54.474Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T21:53:54.474Z] ---> Running in 5f3266563b5b [2021-03-22T21:53:54.474Z] ---> Running in b5c2bd648672 [2021-03-22T21:53:54.743Z] Removing intermediate container 5f3266563b5b [2021-03-22T21:53:54.743Z] ---> 5c1e64d2cd10 [2021-03-22T21:53:54.743Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T21:53:55.011Z] ---> Running in e7fec4ac1134 [2021-03-22T21:53:55.011Z] Removing intermediate container e7fec4ac1134 [2021-03-22T21:53:55.011Z] ---> b5c30e5f34fd [2021-03-22T21:53:55.011Z] Step 22/23 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:53:55.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:55.277Z] ---> Running in c155f40b76b4 [2021-03-22T21:53:55.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:53:55.277Z] Removing intermediate container c155f40b76b4 [2021-03-22T21:53:55.277Z] ---> ca90ff49c947 [2021-03-22T21:53:55.277Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T21:53:55.277Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T21:53:55.277Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T21:53:55.277Z] ---> Running in f8ccfa78d585 [2021-03-22T21:53:55.277Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T21:53:55.277Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T21:53:55.277Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T21:53:55.277Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T21:53:55.540Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T21:53:56.118Z] Removing intermediate container f8ccfa78d585 [2021-03-22T21:53:56.118Z] ---> 419dbe404b8c [2021-03-22T21:53:56.118Z] [2021-03-22T21:53:56.384Z] Successfully built 419dbe404b8c [2021-03-22T21:53:56.384Z] Successfully tagged docker-core-data-go:latest [2021-03-22T21:53:56.384Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T21:53:56.384Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T21:53:56.384Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T21:53:56.384Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T21:53:56.384Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T21:53:56.384Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T21:53:56.648Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T21:53:56.648Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T21:53:56.648Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T21:53:56.648Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T21:53:56.648Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T21:53:56.648Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T21:53:56.648Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T21:53:56.648Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T21:53:56.648Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T21:53:56.648Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T21:53:56.648Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T21:53:56.648Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T21:53:56.648Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T21:53:56.648Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T21:53:56.648Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T21:53:56.648Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T21:53:56.648Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T21:53:56.648Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T21:53:56.648Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T21:53:56.913Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T21:53:56.913Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:53:56.913Z] OK: 71 MiB in 55 packages [2021-03-22T21:54:06.984Z] Removing intermediate container b5c2bd648672 [2021-03-22T21:54:06.984Z] ---> ac65ab57bb8c [2021-03-22T21:54:06.984Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T21:54:06.984Z] ---> Running in c12ed990f116 [2021-03-22T21:54:06.984Z] Collecting docker-compose==1.23.2 [2021-03-22T21:54:06.984Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T21:54:07.249Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T21:54:07.249Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T21:54:07.249Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T21:54:07.249Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T21:54:08.201Z] Collecting PyYAML<4,>=3.10 [2021-03-22T21:54:08.202Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T21:54:08.810Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T21:54:08.810Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T21:54:09.388Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T21:54:09.388Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T21:54:09.967Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T21:54:09.967Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T21:54:10.231Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T21:54:10.231Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T21:54:10.231Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T21:54:10.231Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T21:54:10.495Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T21:54:10.495Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T21:54:10.495Z] 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-22T21:54:10.759Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T21:54:10.759Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T21:54:10.759Z] 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-22T21:54:10.759Z] Collecting idna<2.8,>=2.5 [2021-03-22T21:54:10.759Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T21:54:10.759Z] 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-22T21:54:10.759Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T21:54:10.759Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T21:54:11.023Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T21:54:11.023Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T21:54:11.023Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T21:54:11.023Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T21:54:11.023Z] Installing collected packages: cached-property, texttable, PyYAML, docopt, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2021-03-22T21:54:11.023Z] Running setup.py install for texttable: started [2021-03-22T21:54:11.602Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T21:54:11.602Z] Running setup.py install for PyYAML: started [2021-03-22T21:54:12.180Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T21:54:12.180Z] Running setup.py install for docopt: started [2021-03-22T21:54:12.445Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T21:54:12.445Z] Running setup.py install for dockerpty: started [2021-03-22T21:54:13.032Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T21:54:13.032Z] Attempting uninstall: urllib3 [2021-03-22T21:54:13.032Z] Found existing installation: urllib3 1.25.9 [2021-03-22T21:54:13.032Z] Uninstalling urllib3-1.25.9: [2021-03-22T21:54:13.032Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T21:54:13.298Z] Attempting uninstall: idna [2021-03-22T21:54:13.298Z] Found existing installation: idna 2.9 [2021-03-22T21:54:13.298Z] Uninstalling idna-2.9: [2021-03-22T21:54:13.298Z] Successfully uninstalled idna-2.9 [2021-03-22T21:54:13.562Z] Attempting uninstall: requests [2021-03-22T21:54:13.562Z] Found existing installation: requests 2.23.0 [2021-03-22T21:54:13.562Z] Uninstalling requests-2.23.0: [2021-03-22T21:54:13.562Z] Successfully uninstalled requests-2.23.0 [2021-03-22T21:54:15.414Z] 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-22T21:54:18.751Z] Removing intermediate container c12ed990f116 [2021-03-22T21:54:18.751Z] ---> 3022c6406b61 [2021-03-22T21:54:18.751Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T21:54:18.751Z] ---> Running in 1f4e725c73f3 [2021-03-22T21:54:18.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T21:54:18.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T21:54:19.021Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T21:54:19.021Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T21:54:19.021Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T21:54:19.021Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T21:54:19.021Z] OK: 72 MiB in 58 packages [2021-03-22T21:54:19.606Z] Removing intermediate container 1f4e725c73f3 [2021-03-22T21:54:19.606Z] ---> e68506288ba8 [2021-03-22T21:54:19.606Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T21:54:19.606Z] ---> Running in 8475f8cbc295 [2021-03-22T21:54:19.606Z] Removing intermediate container 8475f8cbc295 [2021-03-22T21:54:19.606Z] ---> 97f51052695e [2021-03-22T21:54:19.606Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T21:54:19.871Z] ---> Running in 994fe7675830 [2021-03-22T21:54:19.871Z] Removing intermediate container 994fe7675830 [2021-03-22T21:54:19.871Z] ---> 3628ecab9669 [2021-03-22T21:54:19.871Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T21:54:19.871Z] ---> Running in c130186b647d [2021-03-22T21:54:20.137Z] Removing intermediate container c130186b647d [2021-03-22T21:54:20.137Z] ---> a36802084e46 [2021-03-22T21:54:20.137Z] Step 25/26 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:54:20.402Z] ---> Running in f9d2c12d8edc [2021-03-22T21:54:20.402Z] Removing intermediate container f9d2c12d8edc [2021-03-22T21:54:20.402Z] ---> 5f62a7ff9c37 [2021-03-22T21:54:20.402Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T21:54:20.402Z] ---> Running in d7f96ca91801 [2021-03-22T21:54:20.667Z] Removing intermediate container d7f96ca91801 [2021-03-22T21:54:20.667Z] ---> 2df360b68669 [2021-03-22T21:54:20.667Z] [2021-03-22T21:54:20.934Z] Successfully built 2df360b68669 [2021-03-22T21:54:20.934Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T21:54:21.215Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T21:54:21.232Z] $ docker stop --time=1 de63008bfe63dd18df13161f76a7715942332f47315c8b24a92c59c55f774f46 [2021-03-22T21:54:22.805Z] $ docker rm -f de63008bfe63dd18df13161f76a7715942332f47315c8b24a92c59c55f774f46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T21:54:23.331Z] + docker images [2021-03-22T21:54:23.331Z] + grep docker [2021-03-22T21:54:23.594Z] docker-sys-mgmt-agent-go latest 2df360b68669 3 seconds ago 313MB [2021-03-22T21:54:23.594Z] docker-core-data-go latest 419dbe404b8c 28 seconds ago 22.6MB [2021-03-22T21:54:23.594Z] docker-support-notifications-go latest ad2aae3968ba 33 seconds ago 17.9MB [2021-03-22T21:54:23.594Z] docker-security-bootstrapper-go latest 9098638cf72e 53 seconds ago 18.8MB [2021-03-22T21:54:23.594Z] docker-security-secretstore-setup-go latest 6395d3a58731 2 minutes ago 24.9MB [2021-03-22T21:54:23.594Z] docker-security-proxy-setup-go latest 6683db826616 2 minutes ago 24.7MB [2021-03-22T21:54:23.594Z] docker-core-command-go latest 9f244efb7c98 2 minutes ago 17.3MB [2021-03-22T21:54:23.594Z] docker-support-scheduler-go latest 8cf0546a7f24 2 minutes ago 17.3MB [2021-03-22T21:54:23.594Z] docker-core-metadata-go latest a1e8294a8ed0 2 minutes ago 19.1MB [2021-03-22T21:54:23.594Z] 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-22T21:54:39.319Z] Still waiting to schedule task [2021-03-22T21:54:39.319Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-22T21:55:10.413Z] gofmt -l . [2021-03-22T21:55:10.413Z] [ "`gofmt -l .`" = "" ] [2021-03-22T21:55:10.413Z] ./bin/test-go-mod-tidy.sh [2021-03-22T21:55:10.413Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T21:55:11.094Z] + ls -al . [2021-03-22T21:55:11.094Z] total 800 [2021-03-22T21:55:11.094Z] drwxrwxr-x 9 1001 1001 4096 Mar 22 21:55 . [2021-03-22T21:55:11.094Z] drwxr-xr-x 4 root root 4096 Mar 22 21:50 .. [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 21:49 .dockerignore [2021-03-22T21:55:11.094Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 21:49 .git [2021-03-22T21:55:11.094Z] drwxrwxr-x 3 1001 1001 4096 Mar 22 21:49 .github [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 21:49 .gitignore [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 21:49 .sonarcloud.properties [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:49 Attribution.txt [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:49 CONTRIBUTING.md [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 21:49 Dockerfile.build [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 21:49 Jenkinsfile [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:49 LICENSE [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:49 Makefile [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:49 README.md [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:49 SECURITY.md [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 21:45 VERSION [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:49 ZMQWindows.md [2021-03-22T21:55:11.094Z] drwxrwxr-x 2 1001 1001 4096 Mar 22 21:49 bin [2021-03-22T21:55:11.094Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 21:49 cmd [2021-03-22T21:55:11.094Z] -rw-r--r-- 1 root root 659965 Mar 22 21:53 coverage.out [2021-03-22T21:55:11.094Z] -rw-r--r-- 1 root root 1056 Mar 22 21:55 go.mod [2021-03-22T21:55:11.094Z] -rw-r--r-- 1 root root 22327 Mar 22 21:55 go.sum [2021-03-22T21:55:11.094Z] drwxrwxr-x 8 1001 1001 4096 Mar 22 21:49 internal [2021-03-22T21:55:11.094Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 21:49 openapi [2021-03-22T21:55:11.094Z] drwxrwxr-x 4 1001 1001 4096 Mar 22 21:49 snap [2021-03-22T21:55:11.094Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 21:49 version.go [Pipeline] sh [2021-03-22T21:55:11.837Z] + '[' -e coverage.out ] [2021-03-22T21:55:11.837Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T21:55:11.903Z] Warning: overwriting stash ‘coverage-report’ [2021-03-22T21:55:13.251Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T21:55:13.927Z] + make build [2021-03-22T21:55:13.927Z] 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-22T21:55:24.070Z] 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-22T21:55:46.258Z] 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-22T21:55:49.638Z] 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-22T21:55:56.349Z] 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-22T21:55:56.349Z] 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-22T21:56:01.770Z] 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-22T21:56:06.135Z] 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-22T21:56:10.444Z] 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-22T21:56:13.837Z] 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-22T21:56:18.151Z] 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-22T21:56:22.453Z] 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-22T21:56:29.159Z] $ docker stop --time=1 c65b7f5d7c4ed430fbf67ea7b6da1b8c45a0ab94a12d03674f983ef384d61d87 [2021-03-22T21:56:31.776Z] $ docker rm -f c65b7f5d7c4ed430fbf67ea7b6da1b8c45a0ab94a12d03674f983ef384d61d87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:56:33.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:56:33.857Z] [2021-03-22T21:56:33.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:56:34.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:56:34.516Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-22T21:56:34.516Z] 29e5d40040c1: Pulling fs layer [2021-03-22T21:56:34.516Z] 1ce36da41761: Pulling fs layer [2021-03-22T21:56:34.516Z] 25b303627fd3: Pulling fs layer [2021-03-22T21:56:35.107Z] 29e5d40040c1: Verifying Checksum [2021-03-22T21:56:35.107Z] 29e5d40040c1: Download complete [2021-03-22T21:56:35.702Z] 29e5d40040c1: Pull complete [2021-03-22T21:56:35.974Z] 1ce36da41761: Download complete [2021-03-22T21:56:36.948Z] 25b303627fd3: Verifying Checksum [2021-03-22T21:56:36.948Z] 25b303627fd3: Download complete [2021-03-22T21:56:37.222Z] 1ce36da41761: Pull complete [2021-03-22T21:56:47.367Z] 25b303627fd3: Pull complete [2021-03-22T21:56:47.367Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-22T21:56:47.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:56:47.367Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-22T21:56:47.606Z] prd-ubuntu18.04-docker-arm64-4c-16g-30935 does not seem to be running inside a container [2021-03-22T21:56:47.698Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-22T21:56:48.254Z] Running on prd-ubuntu18.04-docker-8c-8g-30938 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [2021-03-22T21:56:50.852Z] $ docker top 8a2919eed7982cc3d0265b1bad749d1059150998c8f0b5d2c03dd563fa58f144 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-03-22T21:56:51.351Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2021-03-22T21:56:51.935Z] + docker-compose build --help [2021-03-22T21:56:51.935Z] + grep parallel [2021-03-22T21:56:53.443Z] using credential edgex-jenkins-ssh [2021-03-22T21:56:53.499Z] Cloning the remote Git repository [2021-03-22T21:56:53.523Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:56:53.587Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-03-22T21:56:53.619Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:56:53.619Z] > git --version # timeout=10 [2021-03-22T21:56:53.632Z] > git --version # 'git version 2.17.1' [2021-03-22T21:56:53.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:56:53.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T21:56:55.308Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T21:56:55.589Z] $ docker stop --time=1 8a2919eed7982cc3d0265b1bad749d1059150998c8f0b5d2c03dd563fa58f144 [2021-03-22T21:56:57.436Z] $ docker rm -f 8a2919eed7982cc3d0265b1bad749d1059150998c8f0b5d2c03dd563fa58f144 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T21:56:58.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-22T21:56:58.191Z] . [Pipeline] withDockerContainer [2021-03-22T21:56:58.424Z] prd-ubuntu18.04-docker-arm64-4c-16g-30935 does not seem to be running inside a container [2021-03-22T21:56:58.491Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-22T21:57:00.006Z] $ docker top 5ca7b6437b8b7335b7d81acaa6c44e0ddaf7a16ccdf0b628b8bbb57ee0bd11c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T21:57:01.042Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T21:57:05.440Z] Building docker-core-command-go ... [2021-03-22T21:57:05.440Z] Building docker-core-data-go ... [2021-03-22T21:57:05.440Z] Building docker-core-metadata-go ... [2021-03-22T21:57:05.440Z] Building docker-security-bootstrapper-go ... [2021-03-22T21:57:05.440Z] Building docker-security-proxy-setup-go ... [2021-03-22T21:57:05.440Z] Building docker-security-secretstore-setup-go ... [2021-03-22T21:57:05.440Z] Building docker-support-notifications-go ... [2021-03-22T21:57:05.440Z] Building docker-support-scheduler-go ... [2021-03-22T21:57:05.440Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T21:57:05.440Z] Building docker-sys-mgmt-agent-go [2021-03-22T21:57:05.440Z] Building docker-core-data-go [2021-03-22T21:57:05.440Z] Building docker-support-scheduler-go [2021-03-22T21:57:05.440Z] Building docker-support-notifications-go [2021-03-22T21:57:05.440Z] Building docker-security-bootstrapper-go [2021-03-22T21:57:22.121Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T21:57:22.128Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T21:57:22.138Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T21:57:22.150Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T21:57:22.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:57:22.155Z] > 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-22T21:57:22.654Z] Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:57:22.770Z] Merge succeeded, producing 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T21:57:22.771Z] Checking out Revision 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 (PR-3234) [2021-03-22T21:57:22.664Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T21:57:22.669Z] > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [2021-03-22T21:57:22.744Z] > git remote # timeout=10 [2021-03-22T21:57:22.751Z] > git config --get remote.origin.url # timeout=10 [2021-03-22T21:57:22.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T21:57:22.760Z] > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 [2021-03-22T21:57:22.768Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-22T21:57:22.776Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T21:57:22.780Z] > git checkout -f 20c75560c217fc27b5a51c0fdc3646b4f6efdf57 # timeout=10 [2021-03-22T21:57:27.518Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T21:57:28.638Z] + echo snap-build.sh [2021-03-22T21:57:28.638Z] snap-build.sh [2021-03-22T21:57:28.638Z] + SNAP_BASE_DIR=. [2021-03-22T21:57:28.638Z] + '[' '!' -z /w/workspace/edgex-go/23 ']' [2021-03-22T21:57:28.638Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/23 [2021-03-22T21:57:28.638Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' [2021-03-22T21:57:28.638Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/23] [2021-03-22T21:57:28.638Z] + cd /w/workspace/edgex-go/23 [2021-03-22T21:57:28.638Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-22T21:57:28.638Z] Reading package lists... [2021-03-22T21:57:28.638Z] Building dependency tree... [2021-03-22T21:57:28.638Z] Reading state information... [2021-03-22T21:57:28.900Z] The following packages were automatically installed and are no longer required: [2021-03-22T21:57:28.900Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-22T21:57:28.900Z] uidmap xdelta3 [2021-03-22T21:57:28.900Z] Use 'sudo apt autoremove' to remove them. [2021-03-22T21:57:28.900Z] The following packages will be REMOVED: [2021-03-22T21:57:28.900Z] lxd* lxd-client* [2021-03-22T21:57:29.161Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-22T21:57:29.161Z] After this operation, 31.7 MB disk space will be freed. [2021-03-22T21:57:30.220Z] (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-22T21:57:30.220Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T21:57:30.820Z] Removing lxd dnsmasq configuration [2021-03-22T21:57:31.083Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T21:57:31.083Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-22T21:57:32.025Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-22T21:57:32.286Z] (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-22T21:57:32.286Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-22T21:57:33.229Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-22T21:57:33.494Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-22T21:57:34.882Z] + sudo snap remove --purge lxd [2021-03-22T21:57:34.882Z] snap "lxd" is not installed [2021-03-22T21:57:34.882Z] + sudo groupadd --force --system lxd [2021-03-22T21:57:34.882Z] ++ whoami [2021-03-22T21:57:34.882Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-22T21:57:34.882Z] + newgrp - lxd [2021-03-22T21:57:34.882Z] + sudo snap install lxd [2021-03-22T21:57:41.476Z] 2021-03-22T21:57:39Z INFO Waiting for automatic snapd restart... [2021-03-22T21:57:53.736Z] lxd 4.12 from Canonical* installed [2021-03-22T21:57:53.736Z] + sudo lxd init --auto [2021-03-22T21:58:03.760Z] + sudo snap install --classic snapcraft [2021-03-22T21:58:08.005Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T21:58:08.005Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-22T21:58:08.005Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-22T21:58:08.005Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T21:58:08.005Z] Dload Upload Total Spent Left Speed [2021-03-22T21:58:08.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3300 0 --:--:-- --:--:-- --:--:-- 3300 [2021-03-22T21:58:08.005Z] 100 3325k 100 3325k 0 0 10.9M 0 --:--:-- --:--:-- --:--:-- 10.9M [2021-03-22T21:58:08.005Z] ./yq_linux_amd64 [2021-03-22T21:58:08.005Z] + sudo snapcraft prime --use-lxd [2021-03-22T21:58:09.418Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-22T21:58:09.418Z] 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-22T21:58:09.418Z] - README.md [2021-03-22T21:58:09.418Z] [2021-03-22T21:58:09.418Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T21:58:09.689Z] Launching a container. [2021-03-22T21:58:21.943Z] Waiting for container to be ready [2021-03-22T21:58:21.943Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-22T21:58:21.943Z] [2021-03-22T21:58:25.313Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-22T21:58:25.576Z] Waiting for network to be ready... [2021-03-22T21:58:25.847Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T21:58:26.109Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T21:58:26.109Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T21:58:26.109Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T21:58:26.109Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T21:58:26.109Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T21:58:26.109Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T21:58:26.109Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T21:58:26.109Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T21:58:26.109Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T21:58:26.370Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T21:58:26.631Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T21:58:26.631Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T21:58:26.893Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T21:58:26.893Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T21:58:26.893Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T21:58:26.893Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T21:58:26.893Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T21:58:27.154Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T21:58:27.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:27.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:27.239Z] ---> 9587d5fffe72 [2021-03-22T21:58:27.239Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T21:58:27.239Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:27.239Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:27.239Z] ---> 9587d5fffe72 [2021-03-22T21:58:27.239Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T21:58:27.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:27.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:27.239Z] ---> 9587d5fffe72 [2021-03-22T21:58:27.239Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T21:58:27.239Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:27.239Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:27.239Z] ---> 9587d5fffe72 [2021-03-22T21:58:27.239Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T21:58:27.239Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T21:58:27.239Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T21:58:27.239Z] ---> 9587d5fffe72 [2021-03-22T21:58:27.239Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T21:58:27.239Z] ---> Running in 7d808014d8eb [2021-03-22T21:58:27.240Z] ---> Running in e181c568a90a [2021-03-22T21:58:27.240Z] ---> Running in d23c9c5db65a [2021-03-22T21:58:27.240Z] ---> Running in 3b7a14205a49 [2021-03-22T21:58:27.240Z] ---> Running in 54e1e5e8ac86 [2021-03-22T21:58:27.240Z] Removing intermediate container 3b7a14205a49 [2021-03-22T21:58:27.240Z] ---> 71c66c7f2844 [2021-03-22T21:58:27.240Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:27.240Z] Removing intermediate container e181c568a90a [2021-03-22T21:58:27.240Z] ---> 406cb7f8334d [2021-03-22T21:58:27.240Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:27.240Z] ---> Running in d1817785d4cf [2021-03-22T21:58:27.240Z] Removing intermediate container 54e1e5e8ac86 [2021-03-22T21:58:27.240Z] ---> 083d9ea65119 [2021-03-22T21:58:27.240Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:27.240Z] Removing intermediate container 7d808014d8eb [2021-03-22T21:58:27.240Z] ---> 14a628633aba [2021-03-22T21:58:27.240Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:27.240Z] Removing intermediate container d23c9c5db65a [2021-03-22T21:58:27.240Z] ---> db81fa98b41b [2021-03-22T21:58:27.240Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T21:58:27.240Z] ---> Running in 0ac9c3a27c8e [2021-03-22T21:58:27.240Z] ---> Running in f4abe25395a1 [2021-03-22T21:58:27.240Z] ---> Running in 57843dd00257 [2021-03-22T21:58:27.240Z] ---> Running in 6b82ca8b5b52 [2021-03-22T21:58:27.240Z] Removing intermediate container d1817785d4cf [2021-03-22T21:58:27.240Z] ---> 937db7a3fc13 [2021-03-22T21:58:27.240Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T21:58:27.240Z] ---> Running in 487205d3d041 [2021-03-22T21:58:27.240Z] Removing intermediate container 0ac9c3a27c8e [2021-03-22T21:58:27.240Z] ---> bc54534aee9a [2021-03-22T21:58:27.240Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T21:58:27.240Z] Removing intermediate container f4abe25395a1 [2021-03-22T21:58:27.240Z] ---> 7dd846bbe3a4 [2021-03-22T21:58:27.240Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T21:58:27.240Z] ---> Running in 12e1bf3ef9d1 [2021-03-22T21:58:27.240Z] Removing intermediate container 6b82ca8b5b52 [2021-03-22T21:58:27.240Z] ---> e08cad7450a9 [2021-03-22T21:58:27.240Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T21:58:27.240Z] ---> Running in 10deb2b2d7dd [2021-03-22T21:58:27.240Z] Removing intermediate container 57843dd00257 [2021-03-22T21:58:27.240Z] ---> 1b09f1cc5534 [2021-03-22T21:58:27.240Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T21:58:27.240Z] ---> Running in af5c843b09ca [2021-03-22T21:58:27.240Z] ---> Running in f5271cee9f88 [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.415Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T21:58:27.415Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T21:58:27.415Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T21:58:27.415Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T21:58:27.415Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T21:58:27.415Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T21:58:27.415Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T21:58:27.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T21:58:27.687Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T21:58:28.494Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:28.494Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:28.494Z] Removing intermediate container 487205d3d041 [2021-03-22T21:58:28.494Z] ---> 1ba9c8610790 [2021-03-22T21:58:28.494Z] Step 6/22 : COPY go.mod . [2021-03-22T21:58:28.768Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:29.043Z] OK: 217 MiB in 51 packages [2021-03-22T21:58:29.637Z] ---> 757814f24a00 [2021-03-22T21:58:29.637Z] Step 7/22 : RUN go mod download [2021-03-22T21:58:29.648Z] Fetched 24.1 MB in 4s (6431 kB/s) [2021-03-22T21:58:29.915Z] ---> Running in c0d105f3404d [2021-03-22T21:58:29.915Z] Removing intermediate container 12e1bf3ef9d1 [2021-03-22T21:58:29.915Z] ---> bbe236d81f3d [2021-03-22T21:58:29.915Z] Step 6/22 : COPY go.mod . [2021-03-22T21:58:30.190Z] Removing intermediate container f5271cee9f88 [2021-03-22T21:58:30.190Z] ---> 06016d70a9bd [2021-03-22T21:58:30.190Z] Step 6/26 : COPY go.mod . [2021-03-22T21:58:30.594Z] Reading package lists... [2021-03-22T21:58:30.594Z] Reading package lists... [2021-03-22T21:58:30.787Z] Removing intermediate container 10deb2b2d7dd [2021-03-22T21:58:30.787Z] ---> d23a70db4179 [2021-03-22T21:58:30.787Z] Step 6/31 : COPY go.mod . [2021-03-22T21:58:30.787Z] Removing intermediate container af5c843b09ca [2021-03-22T21:58:30.787Z] ---> 20d7f68e6d4e [2021-03-22T21:58:30.787Z] Step 6/23 : COPY go.mod . [2021-03-22T21:58:30.854Z] Building dependency tree... [2021-03-22T21:58:30.854Z] Reading state information... [2021-03-22T21:58:30.854Z] The following additional packages will be installed: [2021-03-22T21:58:30.854Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T21:58:30.854Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T21:58:30.854Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T21:58:30.854Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-22T21:58:30.854Z] Suggested packages: [2021-03-22T21:58:30.854Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-22T21:58:30.854Z] Recommended packages: [2021-03-22T21:58:30.854Z] gnupg libsasl2-modules [2021-03-22T21:58:30.854Z] The following NEW packages will be installed: [2021-03-22T21:58:30.854Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-22T21:58:30.854Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-22T21:58:30.854Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-22T21:58:30.854Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-22T21:58:30.854Z] The following packages will be upgraded: [2021-03-22T21:58:30.854Z] gpg gpg-agent gpgconf libudev1 [2021-03-22T21:58:31.065Z] ---> ea38b80f644d [2021-03-22T21:58:31.065Z] Step 7/22 : RUN go mod download [2021-03-22T21:58:31.117Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-22T21:58:31.117Z] Need to get 3530 kB of archives. [2021-03-22T21:58:31.117Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-22T21:58:31.117Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-22T21:58:31.117Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-22T21:58:31.338Z] ---> Running in 57da909e8e24 [2021-03-22T21:58:31.338Z] ---> 768496e95cbf [2021-03-22T21:58:31.338Z] Step 7/26 : RUN go mod download [2021-03-22T21:58:31.389Z] 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-22T21:58:31.389Z] 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-22T21:58:31.389Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-22T21:58:31.389Z] 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-22T21:58:31.614Z] ---> Running in d8963ff3db46 [2021-03-22T21:58:31.614Z] ---> 35251fdee62f [2021-03-22T21:58:31.614Z] Step 7/31 : RUN go mod download [2021-03-22T21:58:31.909Z] ---> 913bf3d5718f [2021-03-22T21:58:31.909Z] Step 7/23 : RUN go mod download [2021-03-22T21:58:31.962Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-22T21:58:31.962Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-22T21:58:31.962Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-22T21:58:31.962Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-22T21:58:31.962Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-22T21:58:31.962Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-22T21:58:31.962Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-22T21:58:31.962Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-22T21:58:31.962Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-22T21:58:31.962Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-22T21:58:31.962Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-22T21:58:31.962Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-22T21:58:31.962Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-22T21:58:31.962Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-22T21:58:31.962Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-22T21:58:31.962Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-22T21:58:31.962Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T21:58:32.188Z] ---> Running in 7f18bff346ba [2021-03-22T21:58:32.188Z] ---> Running in 96bad1e02709 [2021-03-22T21:58:32.223Z] Fetched 3530 kB in 1s (3404 kB/s) [2021-03-22T21:58:32.223Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T21:58:32.223Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-22T21:58:32.223Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T21:58:32.223Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-22T21:58:32.484Z] Selecting previously unselected package udev. [2021-03-22T21:58:32.484Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-22T21:58:32.484Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-22T21:58:32.484Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-22T21:58:32.745Z] Selecting previously unselected package libfuse2:amd64. [2021-03-22T21:58:32.745Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T21:58:32.745Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T21:58:32.745Z] Selecting previously unselected package fuse. [2021-03-22T21:58:32.745Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-22T21:58:32.745Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-22T21:58:32.745Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T21:58:32.745Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T21:58:33.007Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T21:58:33.007Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T21:58:33.007Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T21:58:33.007Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T21:58:33.267Z] Selecting previously unselected package libksba8:amd64. [2021-03-22T21:58:33.267Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-22T21:58:33.267Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-22T21:58:33.267Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-22T21:58:33.267Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:33.267Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:33.527Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-22T21:58:33.527Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:33.527Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:33.527Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-22T21:58:33.527Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:33.527Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:33.527Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-22T21:58:33.789Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:33.789Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:33.789Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-22T21:58:33.789Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:33.789Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:33.789Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-22T21:58:33.789Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:33.789Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:34.055Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-22T21:58:34.055Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:34.055Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:34.055Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-22T21:58:34.055Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:34.055Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:34.214Z] Removing intermediate container c0d105f3404d [2021-03-22T21:58:34.214Z] ---> 9e108c0e739c [2021-03-22T21:58:34.214Z] Step 8/22 : COPY . . [2021-03-22T21:58:34.326Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-22T21:58:34.326Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-22T21:58:34.326Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:34.326Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-22T21:58:34.326Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T21:58:34.326Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T21:58:34.326Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-22T21:58:34.326Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-22T21:58:34.326Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T21:58:34.602Z] Selecting previously unselected package libldap-common. [2021-03-22T21:58:34.602Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-22T21:58:34.602Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T21:58:34.602Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-22T21:58:34.602Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-22T21:58:34.602Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T21:58:34.876Z] Selecting previously unselected package dirmngr. [2021-03-22T21:58:34.876Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T21:58:34.876Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T21:58:34.876Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T21:58:34.876Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-22T21:58:34.876Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-22T21:58:34.877Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T21:58:34.877Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-22T21:58:34.877Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-22T21:58:35.141Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.141Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-22T21:58:35.141Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T21:58:35.141Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-22T21:58:35.414Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-22T21:58:35.686Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.686Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-22T21:58:35.686Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-22T21:58:35.686Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-22T21:58:35.686Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.686Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.686Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.947Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.947Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.947Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.947Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-22T21:58:35.947Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-22T21:58:35.947Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-22T21:58:35.947Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T21:58:36.240Z] Removing intermediate container 57da909e8e24 [2021-03-22T21:58:36.240Z] ---> 1e3693d038ca [2021-03-22T21:58:36.240Z] Step 8/22 : COPY . . [2021-03-22T21:58:36.527Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-22T21:58:36.527Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-22T21:58:36.527Z] This means they are not meant to be enabled using systemctl. [2021-03-22T21:58:36.527Z] Possible reasons for having this kind of units are: [2021-03-22T21:58:36.527Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-22T21:58:36.527Z] .wants/ or .requires/ directory. [2021-03-22T21:58:36.527Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-22T21:58:36.527Z] a requirement dependency on it. [2021-03-22T21:58:36.527Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-22T21:58:36.527Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-22T21:58:36.527Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-22T21:58:36.527Z] instance name specified. [2021-03-22T21:58:36.793Z] Reading package lists... [2021-03-22T21:58:36.793Z] Building dependency tree... [2021-03-22T21:58:36.793Z] Reading state information... [2021-03-22T21:58:36.850Z] Removing intermediate container d8963ff3db46 [2021-03-22T21:58:36.851Z] ---> 082955cbffd4 [2021-03-22T21:58:36.851Z] Step 8/26 : COPY . . [2021-03-22T21:58:37.055Z] The following additional packages will be installed: [2021-03-22T21:58:37.055Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-22T21:58:37.055Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-22T21:58:37.055Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-22T21:58:37.055Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-22T21:58:37.055Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-22T21:58:37.055Z] Suggested packages: [2021-03-22T21:58:37.055Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-22T21:58:37.055Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-22T21:58:37.055Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-22T21:58:37.055Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-22T21:58:37.055Z] systemd-container policykit-1 [2021-03-22T21:58:37.055Z] Recommended packages: [2021-03-22T21:58:37.055Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-22T21:58:37.055Z] The following NEW packages will be installed: [2021-03-22T21:58:37.055Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-22T21:58:37.055Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-22T21:58:37.055Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-22T21:58:37.055Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-22T21:58:37.055Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-22T21:58:37.055Z] The following packages will be upgraded: [2021-03-22T21:58:37.055Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-22T21:58:37.055Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-22T21:58:37.055Z] Need to get 35.2 MB of archives. [2021-03-22T21:58:37.055Z] After this operation, 141 MB of additional disk space will be used. [2021-03-22T21:58:37.055Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-22T21:58:37.126Z] Removing intermediate container 7f18bff346ba [2021-03-22T21:58:37.126Z] ---> 611c04df9aa3 [2021-03-22T21:58:37.126Z] Step 8/31 : COPY . . [2021-03-22T21:58:37.324Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-22T21:58:37.324Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-22T21:58:37.324Z] 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-22T21:58:37.324Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-22T21:58:37.324Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-22T21:58:37.324Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-22T21:58:37.324Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-22T21:58:37.324Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-22T21:58:37.324Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-22T21:58:37.324Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-22T21:58:37.324Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-22T21:58:37.324Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-22T21:58:37.324Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-22T21:58:37.324Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-22T21:58:37.324Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-22T21:58:37.324Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-22T21:58:37.601Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-22T21:58:37.601Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-22T21:58:37.735Z] Removing intermediate container 96bad1e02709 [2021-03-22T21:58:37.735Z] ---> 91f042ec73ae [2021-03-22T21:58:37.735Z] Step 8/23 : COPY . . [2021-03-22T21:58:38.198Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-22T21:58:38.198Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-22T21:58:38.198Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-22T21:58:38.198Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-22T21:58:38.198Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-22T21:58:38.198Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-22T21:58:38.198Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-22T21:58:38.198Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-22T21:58:38.198Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-22T21:58:38.198Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-22T21:58:38.471Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-22T21:58:38.471Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T21:58:38.471Z] Fetched 35.2 MB in 1s (25.8 MB/s) [2021-03-22T21:58:38.471Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T21:58:38.471Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-22T21:58:38.734Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T21:58:39.326Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-22T21:58:39.326Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T21:58:39.326Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-22T21:58:39.596Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T21:58:39.596Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T21:58:39.596Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T21:58:39.596Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-22T21:58:39.861Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-22T21:58:39.861Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-22T21:58:39.861Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-22T21:58:40.121Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-22T21:58:40.121Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-22T21:58:40.694Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-22T21:58:40.694Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-22T21:58:40.694Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T21:58:40.694Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T21:58:40.954Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-22T21:58:40.954Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T21:58:40.954Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:41.213Z] Selecting previously unselected package libexpat1:amd64. [2021-03-22T21:58:41.213Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-22T21:58:41.213Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T21:58:41.213Z] Selecting previously unselected package python3.6-minimal. [2021-03-22T21:58:41.213Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T21:58:41.213Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:41.474Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T21:58:42.045Z] Checking for services that may need to be restarted...done. [2021-03-22T21:58:42.045Z] Checking for services that may need to be restarted...done. [2021-03-22T21:58:42.617Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:42.880Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-22T21:58:42.880Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:43.453Z] Selecting previously unselected package python3-minimal. [2021-03-22T21:58:43.453Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-22T21:58:43.453Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-22T21:58:43.453Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-22T21:58:43.453Z] Selecting previously unselected package mime-support. [2021-03-22T21:58:43.453Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-22T21:58:43.453Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-22T21:58:43.453Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-22T21:58:43.453Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-22T21:58:43.453Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T21:58:43.715Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-22T21:58:43.715Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T21:58:43.715Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:43.976Z] Selecting previously unselected package python3.6. [2021-03-22T21:58:43.976Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-22T21:58:43.976Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:43.976Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-22T21:58:43.976Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-22T21:58:43.976Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T21:58:43.976Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-22T21:58:44.236Z] Selecting previously unselected package python3. [2021-03-22T21:58:44.236Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-22T21:58:44.236Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-22T21:58:44.236Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-22T21:58:44.497Z] Selecting previously unselected package multiarch-support. [2021-03-22T21:58:44.497Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T21:58:44.497Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T21:58:44.497Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-22T21:58:44.497Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-22T21:58:44.497Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-22T21:58:44.497Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-22T21:58:44.497Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T21:58:44.757Z] Selecting previously unselected package libbsd0:amd64. [2021-03-22T21:58:44.757Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-22T21:58:44.757Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T21:58:44.757Z] Selecting previously unselected package sudo. [2021-03-22T21:58:44.757Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-22T21:58:44.757Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T21:58:45.017Z] Selecting previously unselected package apparmor. [2021-03-22T21:58:45.017Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T21:58:45.017Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-22T21:58:45.017Z] Selecting previously unselected package libedit2:amd64. [2021-03-22T21:58:45.017Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-22T21:58:45.017Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T21:58:45.278Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-22T21:58:45.278Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T21:58:45.278Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:45.278Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-22T21:58:45.278Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T21:58:45.278Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:45.278Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-22T21:58:45.278Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-22T21:58:45.278Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T21:58:45.537Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-22T21:58:45.537Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T21:58:45.537Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:45.537Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-22T21:58:45.537Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-22T21:58:45.537Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:45.803Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-22T21:58:45.803Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-22T21:58:45.803Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T21:58:45.803Z] Selecting previously unselected package openssh-client. [2021-03-22T21:58:45.803Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-22T21:58:45.803Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T21:58:46.063Z] Selecting previously unselected package squashfs-tools. [2021-03-22T21:58:46.063Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-22T21:58:46.063Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T21:58:46.063Z] Selecting previously unselected package snapd. [2021-03-22T21:58:46.063Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-22T21:58:46.063Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-22T21:58:47.971Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-22T21:58:47.971Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-22T21:58:47.971Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-22T21:58:48.231Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-22T21:58:48.231Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-22T21:58:48.231Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:48.232Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T21:58:48.232Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-22T21:58:48.232Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-22T21:58:48.804Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-22T21:58:49.066Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-22T21:58:49.066Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-22T21:58:49.066Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:49.066Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:49.066Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-22T21:58:49.637Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-22T21:58:49.637Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:49.637Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-22T21:58:49.637Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-22T21:58:49.906Z] running python rtupdate hooks for python3.6... [2021-03-22T21:58:49.906Z] running python post-rtupdate hooks for python3.6... [2021-03-22T21:58:49.906Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-22T21:58:51.299Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-22T21:58:51.299Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-22T21:58:51.299Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-22T21:58:51.563Z] Setting up snapd (2.48.3+18.04) ... [2021-03-22T21:58:51.823Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-22T21:58:52.085Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-22T21:58:52.345Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-22T21:58:52.345Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-22T21:58:52.607Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T21:58:52.607Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-22T21:58:52.607Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-22T21:58:52.869Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-22T21:58:53.131Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-22T21:58:53.131Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-22T21:58:53.397Z] /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-22T21:58:53.397Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-22T21:58:53.397Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T21:58:54.338Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T21:58:54.338Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T21:58:54.338Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T21:58:55.546Z] Reading package lists... [2021-03-22T21:58:55.807Z] Reading package lists... [2021-03-22T21:58:55.807Z] Building dependency tree... [2021-03-22T21:58:55.807Z] Reading state information... [2021-03-22T21:58:55.807Z] Calculating upgrade... [2021-03-22T21:58:56.068Z] The following packages will be upgraded: [2021-03-22T21:58:56.068Z] advancecomp base-files bash binutils binutils-common [2021-03-22T21:58:56.068Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-22T21:58:56.068Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-22T21:58:56.068Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-22T21:58:56.068Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-22T21:58:56.068Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-22T21:58:56.068Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-22T21:58:56.068Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-22T21:58:56.068Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-22T21:58:56.068Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-22T21:58:56.068Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-22T21:58:56.068Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-22T21:58:56.068Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-22T21:58:56.068Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-22T21:58:56.068Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-22T21:58:56.068Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T21:58:56.068Z] Need to get 63.8 MB of archives. [2021-03-22T21:58:56.068Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-22T21:58:56.068Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-22T21:58:56.331Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-22T21:58:56.331Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-22T21:58:56.331Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-22T21:58:56.331Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-22T21:58:56.331Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-22T21:58:56.331Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-22T21:58:56.331Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-22T21:58:56.331Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-22T21:58:56.331Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-22T21:58:56.331Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-22T21:58:56.331Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-22T21:58:56.331Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-22T21:58:56.331Z] 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-22T21:58:56.331Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-22T21:58:56.331Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-22T21:58:56.331Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-22T21:58:56.331Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-22T21:58:56.331Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-22T21:58:56.331Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-22T21:58:56.331Z] 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-22T21:58:56.331Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-22T21:58:56.331Z] 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-22T21:58:56.331Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-22T21:58:56.331Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-22T21:58:56.331Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-22T21:58:56.331Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-22T21:58:56.331Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-22T21:58:56.332Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-22T21:58:56.332Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-22T21:58:56.332Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-22T21:58:56.593Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-22T21:58:56.593Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-22T21:58:56.593Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-22T21:58:56.593Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-22T21:58:56.593Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-22T21:58:56.593Z] 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-22T21:58:56.593Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-22T21:58:56.593Z] 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-22T21:58:56.593Z] 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-22T21:58:56.593Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-22T21:58:56.593Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-22T21:58:56.593Z] 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-22T21:58:56.593Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-22T21:58:56.593Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-22T21:58:56.593Z] 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-22T21:58:56.593Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-22T21:58:56.593Z] 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-22T21:58:56.593Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-22T21:58:56.593Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-22T21:58:56.593Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-22T21:58:56.593Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-22T21:58:56.593Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-22T21:58:56.593Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-22T21:58:56.593Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-22T21:58:56.855Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-22T21:58:56.855Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-22T21:58:56.855Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-22T21:58:56.855Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-22T21:58:57.116Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-22T21:58:57.116Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-22T21:58:57.116Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-22T21:58:57.116Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-22T21:58:57.116Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-22T21:58:57.376Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-22T21:58:57.376Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-22T21:58:57.376Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-22T21:58:57.376Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-22T21:58:57.376Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-22T21:58:57.376Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-22T21:58:57.376Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-22T21:58:57.376Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-22T21:58:57.376Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-22T21:58:57.376Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-22T21:58:57.376Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-22T21:58:57.638Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-22T21:58:57.638Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-22T21:58:57.638Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-22T21:58:57.638Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-22T21:58:57.638Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-22T21:58:57.638Z] 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-22T21:58:57.638Z] 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-22T21:58:57.638Z] 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-22T21:58:57.638Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-22T21:58:57.638Z] 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-22T21:58:57.638Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-22T21:58:57.638Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-22T21:58:57.638Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-22T21:58:57.899Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-22T21:58:57.899Z] 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-22T21:58:57.899Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-22T21:58:57.899Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-22T21:58:57.899Z] 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-22T21:58:57.899Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-22T21:58:57.899Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-22T21:58:57.899Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-22T21:58:57.899Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-22T21:58:57.899Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-22T21:58:57.899Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-22T21:58:58.160Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T21:58:58.160Z] Fetched 63.8 MB in 2s (34.0 MB/s) [2021-03-22T21:58:58.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:58:58.160Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T21:58:58.160Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T21:58:58.731Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T21:58:58.731Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T21:58:58.991Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-22T21:58:58.991Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-22T21:58:59.932Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:58:59.932Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:58:59.932Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:58:59.932Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:00.192Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:00.192Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:00.192Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:00.192Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:00.455Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:00.455Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:00.455Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:00.714Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:00.714Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:00.714Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:00.714Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:00.974Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T21:59:00.974Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:00.974Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-22T21:59:01.235Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:01.235Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T21:59:01.235Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:01.235Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:01.498Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:01.498Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:01.498Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:01.498Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-22T21:59:01.769Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:01.769Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T21:59:01.769Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T21:59:02.030Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T21:59:02.290Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T21:59:02.550Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-22T21:59:02.550Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-22T21:59:02.810Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-22T21:59:02.810Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-22T21:59:02.810Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-22T21:59:03.069Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-22T21:59:03.069Z] Installing new version of config file /etc/issue ... [2021-03-22T21:59:03.069Z] Installing new version of config file /etc/issue.net ... [2021-03-22T21:59:03.069Z] Installing new version of config file /etc/lsb-release ... [2021-03-22T21:59:03.069Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-22T21:59:03.330Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-22T21:59:03.330Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-22T21:59:03.330Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-22T21:59:03.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:03.590Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-22T21:59:03.590Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-22T21:59:03.590Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-22T21:59:03.851Z] 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-22T21:59:03.851Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:03.851Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:03.851Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:04.110Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:04.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:04.111Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-22T21:59:04.111Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-22T21:59:04.371Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-22T21:59:04.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:04.371Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-22T21:59:04.371Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T21:59:04.586Z] ---> 56b474738783 [2021-03-22T21:59:04.586Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T21:59:04.586Z] ---> c8d04c635e9d [2021-03-22T21:59:04.586Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T21:59:04.586Z] ---> Running in 3616baee9f89 [2021-03-22T21:59:04.586Z] ---> Running in 760805deade5 [2021-03-22T21:59:04.586Z] ---> 83521060c075 [2021-03-22T21:59:04.586Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T21:59:04.586Z] ---> 522e60c259eb [2021-03-22T21:59:04.586Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T21:59:04.586Z] ---> 4f87237be653 [2021-03-22T21:59:04.586Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T21:59:04.586Z] ---> Running in 3013c5fa4bda [2021-03-22T21:59:04.586Z] ---> Running in 95f368c3469f [2021-03-22T21:59:04.586Z] ---> Running in 5ca490a33eda [2021-03-22T21:59:04.586Z] 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-22T21:59:04.586Z] 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-22T21:59:04.586Z] 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-22T21:59:04.586Z] 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-22T21:59:04.586Z] 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-22T21:59:04.630Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-22T21:59:04.892Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:04.892Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T21:59:04.892Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T21:59:04.892Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T21:59:05.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:05.153Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T21:59:05.153Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T21:59:05.153Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-22T21:59:05.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:05.420Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-22T21:59:05.420Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-22T21:59:05.420Z] Setting up grep (3.1-2build1) ... [2021-03-22T21:59:05.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:05.681Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T21:59:05.681Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T21:59:05.681Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-22T21:59:05.941Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:05.941Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T21:59:05.941Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T21:59:06.201Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-22T21:59:06.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:06.201Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T21:59:06.201Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T21:59:06.771Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T21:59:06.771Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T21:59:06.771Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-22T21:59:06.771Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T21:59:07.344Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-22T21:59:07.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:07.605Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-22T21:59:07.605Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-22T21:59:08.990Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T21:59:08.990Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T21:59:08.990Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-22T21:59:08.990Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-22T21:59:08.990Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T21:59:09.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:09.251Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-22T21:59:09.251Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-22T21:59:09.251Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-22T21:59:09.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:09.512Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:09.512Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:09.512Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:09.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:09.773Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:09.773Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:09.773Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:10.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:10.034Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:10.034Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:10.034Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:10.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:10.294Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:10.294Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:10.294Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:10.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:10.554Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T21:59:10.554Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T21:59:10.554Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T21:59:10.554Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T21:59:10.814Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T21:59:10.814Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:10.814Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-22T21:59:10.814Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T21:59:10.814Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T21:59:11.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:11.082Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:11.082Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:11.082Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:11.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:11.343Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:11.343Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:11.343Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:11.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:11.343Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:11.605Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:11.866Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:12.128Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-22T21:59:12.388Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-22T21:59:12.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:12.388Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-22T21:59:12.388Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-22T21:59:12.653Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T21:59:12.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-22T21:59:12.913Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-22T21:59:12.913Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-22T21:59:12.913Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-22T21:59:12.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:12.913Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-22T21:59:13.172Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-22T21:59:13.172Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-22T21:59:13.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:13.433Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-22T21:59:13.433Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T21:59:13.433Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-22T21:59:13.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:13.695Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-22T21:59:13.695Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-22T21:59:14.268Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-22T21:59:14.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:14.268Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T21:59:14.529Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T21:59:14.529Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T21:59:14.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:14.791Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T21:59:14.791Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T21:59:14.791Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T21:59:14.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:14.791Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-22T21:59:15.052Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T21:59:15.052Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T21:59:15.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:15.313Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-22T21:59:15.313Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-22T21:59:15.313Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-22T21:59:15.576Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-22T21:59:15.576Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T21:59:15.576Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T21:59:15.576Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T21:59:15.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:15.837Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-22T21:59:15.837Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-22T21:59:15.837Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-22T21:59:16.099Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:16.099Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-22T21:59:16.099Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-22T21:59:16.099Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-22T21:59:16.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:16.360Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-22T21:59:16.360Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-22T21:59:16.620Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-22T21:59:16.620Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:16.620Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-22T21:59:16.620Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-22T21:59:16.620Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-22T21:59:16.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:16.889Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-22T21:59:16.889Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-22T21:59:17.155Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-22T21:59:17.428Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:17.428Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-22T21:59:17.428Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-22T21:59:17.428Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-22T21:59:17.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:17.696Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-22T21:59:17.696Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-22T21:59:17.696Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-22T21:59:17.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:17.964Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-22T21:59:17.964Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-22T21:59:17.964Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-22T21:59:18.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:18.236Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-22T21:59:18.236Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-22T21:59:18.236Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-22T21:59:18.514Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:18.514Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-22T21:59:18.514Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-22T21:59:18.514Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-22T21:59:18.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:18.809Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T21:59:18.809Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-22T21:59:18.809Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-22T21:59:18.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-22T21:59:18.809Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-22T21:59:19.072Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-22T21:59:19.072Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-22T21:59:19.333Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-22T21:59:19.333Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T21:59:19.333Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T21:59:19.333Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-22T21:59:19.333Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-22T21:59:19.593Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-22T21:59:19.593Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-22T21:59:19.859Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-22T21:59:19.859Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-22T21:59:20.120Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-22T21:59:20.120Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-22T21:59:20.120Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-22T21:59:20.383Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-22T21:59:20.383Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-22T21:59:20.383Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-22T21:59:20.383Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-22T21:59:20.643Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-22T21:59:20.643Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-22T21:59:20.643Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-22T21:59:20.643Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-22T21:59:20.904Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-22T21:59:20.904Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-22T21:59:20.904Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-22T21:59:21.170Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-22T21:59:21.170Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-22T21:59:21.764Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-22T21:59:21.764Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-22T21:59:22.024Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-22T21:59:22.024Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-22T21:59:22.288Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T21:59:22.288Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T21:59:22.549Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T21:59:22.549Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T21:59:22.549Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T21:59:22.809Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T21:59:22.809Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-22T21:59:22.809Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-22T21:59:23.069Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:23.069Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:23.069Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:23.069Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:23.329Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:23.329Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:23.329Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:23.603Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:24.693Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:24.693Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:25.409Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:25.409Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:26.004Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:26.004Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:26.272Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:26.533Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:27.104Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-22T21:59:27.104Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-22T21:59:27.365Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T21:59:27.365Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T21:59:27.365Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T21:59:27.365Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T21:59:27.630Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-22T21:59:27.630Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-22T21:59:27.917Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-22T21:59:27.917Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-22T21:59:27.917Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T21:59:27.917Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T21:59:28.178Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-22T21:59:28.178Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-22T21:59:28.178Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-22T21:59:28.178Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-22T21:59:28.440Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:28.440Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-22T21:59:28.440Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:28.440Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:28.440Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:28.440Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-22T21:59:28.440Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-22T21:59:28.701Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-22T21:59:28.701Z] [2021-03-22T21:59:28.701Z] Current default time zone: 'Etc/UTC' [2021-03-22T21:59:28.701Z] Local time is now: Mon Mar 22 21:59:28 UTC 2021. [2021-03-22T21:59:28.701Z] Universal Time is now: Mon Mar 22 21:59:28 UTC 2021. [2021-03-22T21:59:28.701Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-22T21:59:28.701Z] [2021-03-22T21:59:28.701Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-22T21:59:28.701Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:28.961Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-22T21:59:28.961Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-22T21:59:28.961Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-22T21:59:28.961Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-22T21:59:28.961Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-22T21:59:28.961Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-22T21:59:28.961Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-22T21:59:28.961Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-22T21:59:29.227Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:29.227Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-22T21:59:29.491Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:29.491Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T21:59:29.753Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:29.753Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-22T21:59:29.753Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-22T21:59:29.753Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-22T21:59:29.753Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-22T21:59:29.753Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-22T21:59:29.753Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-22T21:59:29.753Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-22T21:59:29.753Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-22T21:59:31.666Z] Updating certificates in /etc/ssl/certs... [2021-03-22T21:59:32.235Z] 23 added, 27 removed; done. [2021-03-22T21:59:32.496Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-22T21:59:32.496Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-22T21:59:32.496Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-22T21:59:32.496Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-22T21:59:32.496Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-22T21:59:32.496Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:32.755Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-22T21:59:32.755Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:32.755Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:32.755Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:32.755Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:32.755Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:33.016Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-22T21:59:33.016Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-22T21:59:33.016Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-22T21:59:33.016Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-22T21:59:33.016Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-22T21:59:33.016Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:33.016Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-22T21:59:33.016Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-22T21:59:33.277Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-22T21:59:33.277Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-22T21:59:33.277Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T21:59:33.277Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-22T21:59:33.277Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-22T21:59:33.537Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-22T21:59:33.537Z] Updating certificates in /etc/ssl/certs... [2021-03-22T21:59:34.107Z] 0 added, 0 removed; done. [2021-03-22T21:59:34.107Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-22T21:59:34.107Z] done. [2021-03-22T21:59:34.368Z] Reading package lists... [2021-03-22T21:59:34.630Z] Building dependency tree... [2021-03-22T21:59:34.630Z] Reading state information... [2021-03-22T21:59:34.630Z] The following NEW packages will be installed: [2021-03-22T21:59:34.630Z] apt-transport-https [2021-03-22T21:59:34.630Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T21:59:34.630Z] Need to get 1696 B of archives. [2021-03-22T21:59:34.630Z] After this operation, 153 kB of additional disk space will be used. [2021-03-22T21:59:34.630Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-22T21:59:34.889Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T21:59:34.889Z] Fetched 1696 B in 0s (47.3 kB/s) [2021-03-22T21:59:34.889Z] Selecting previously unselected package apt-transport-https. [2021-03-22T21:59:34.889Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-22T21:59:34.889Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-22T21:59:34.889Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T21:59:34.889Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-22T21:59:35.151Z] Waiting for network to be ready... [2021-03-22T21:59:41.729Z] 2021-03-22T21:59:38Z INFO Waiting for automatic snapd restart... [2021-03-22T21:59:41.729Z] snapd 2.49 from Canonical* installed [2021-03-22T21:59:42.299Z] "snapd" switched to the "latest/stable" channel [2021-03-22T21:59:42.299Z] [2021-03-22T21:59:44.841Z] core18 20210128 from Canonical* installed [2021-03-22T21:59:44.841Z] "core18" switched to the "latest/stable" channel [2021-03-22T21:59:44.841Z] [2021-03-22T21:59:48.133Z] snapcraft 4.5.4 from Canonical* installed [2021-03-22T21:59:48.133Z] "snapcraft" switched to the "latest/stable" channel [2021-03-22T21:59:48.133Z] [2021-03-22T21:59:51.425Z] 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-22T21:59:51.425Z] - README.md [2021-03-22T21:59:51.425Z] [2021-03-22T21:59:51.425Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-22T21:59:57.996Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T21:59:57.996Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T21:59:58.258Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T21:59:58.258Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T21:59:59.459Z] Reading package lists... [2021-03-22T21:59:59.719Z] 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-22T22:00:06.298Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:00:06.298Z] Reading package lists... [2021-03-22T22:00:06.298Z] Building dependency tree... [2021-03-22T22:00:06.298Z] Reading state information... [2021-03-22T22:00:06.298Z] Suggested packages: [2021-03-22T22:00:06.298Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-22T22:00:06.298Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-22T22:00:06.298Z] Recommended packages: [2021-03-22T22:00:06.298Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-22T22:00:06.298Z] The following NEW packages will be installed: [2021-03-22T22:00:06.299Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-22T22:00:06.299Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-22T22:00:06.299Z] pkg-config zip [2021-03-22T22:00:06.299Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-22T22:00:06.299Z] Need to get 7657 kB of archives. [2021-03-22T22:00:06.299Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-22T22:00:06.299Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-22T22:00:06.559Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-22T22:00:06.559Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-22T22:00:06.559Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-22T22:00:06.559Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-22T22:00:06.820Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-22T22:00:06.820Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-22T22:00:06.820Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-22T22:00:06.820Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-22T22:00:06.820Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-22T22:00:06.820Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-22T22:00:07.081Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-22T22:00:07.081Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-22T22:00:07.081Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-22T22:00:07.081Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-22T22:00:07.081Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-22T22:00:07.081Z] Fetched 7657 kB in 1s (7852 kB/s) [2021-03-22T22:00:07.342Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-22T22:00:07.342Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-22T22:00:07.342Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-22T22:00:07.342Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:00:07.342Z] Selecting previously unselected package libpsl5:amd64. [2021-03-22T22:00:07.342Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-22T22:00:07.342Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:00:07.602Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-22T22:00:07.602Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-22T22:00:07.602Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:00:07.602Z] Selecting previously unselected package librtmp1:amd64. [2021-03-22T22:00:07.602Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-22T22:00:07.602Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:00:07.860Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-22T22:00:07.860Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-22T22:00:07.860Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:00:07.860Z] Selecting previously unselected package liberror-perl. [2021-03-22T22:00:07.860Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-22T22:00:07.860Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-22T22:00:07.860Z] Selecting previously unselected package git-man. [2021-03-22T22:00:07.860Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-22T22:00:07.860Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:00:08.121Z] Selecting previously unselected package git. [2021-03-22T22:00:08.122Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-22T22:00:08.122Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:00:09.062Z] Selecting previously unselected package libnorm1:amd64. [2021-03-22T22:00:09.062Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-22T22:00:09.062Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:00:09.062Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-22T22:00:09.062Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-22T22:00:09.062Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:00:09.062Z] Selecting previously unselected package libsodium23:amd64. [2021-03-22T22:00:09.062Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-22T22:00:09.062Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:00:09.324Z] Selecting previously unselected package libzmq5:amd64. [2021-03-22T22:00:09.324Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:00:09.324Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:00:09.324Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-22T22:00:09.324Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-22T22:00:09.324Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:00:09.585Z] Selecting previously unselected package pkg-config. [2021-03-22T22:00:09.585Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-22T22:00:09.585Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:00:09.585Z] Selecting previously unselected package zip. [2021-03-22T22:00:09.585Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-22T22:00:09.585Z] Unpacking zip (3.0-11build1) ... [2021-03-22T22:00:09.585Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-22T22:00:09.845Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:00:09.846Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-22T22:00:09.846Z] Setting up liberror-perl (0.17025-1) ... [2021-03-22T22:00:09.846Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-22T22:00:09.846Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-22T22:00:09.846Z] No schema files found: doing nothing. [2021-03-22T22:00:09.846Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-22T22:00:09.846Z] Setting up zip (3.0-11build1) ... [2021-03-22T22:00:09.846Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-22T22:00:09.846Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-22T22:00:10.105Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-22T22:00:10.105Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:00:10.105Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-22T22:00:10.105Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-22T22:00:10.105Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-22T22:00:10.105Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-22T22:00:16.696Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:00:16.696Z] git set to automatically installed. [2021-03-22T22:00:16.696Z] git-man set to automatically installed. [2021-03-22T22:00:16.696Z] libcurl3-gnutls set to automatically installed. [2021-03-22T22:00:16.696Z] liberror-perl set to automatically installed. [2021-03-22T22:00:16.696Z] libglib2.0-0 set to automatically installed. [2021-03-22T22:00:16.696Z] libnghttp2-14 set to automatically installed. [2021-03-22T22:00:16.696Z] libnorm1 set to automatically installed. [2021-03-22T22:00:16.696Z] libpgm-5.2-0 set to automatically installed. [2021-03-22T22:00:16.696Z] libpsl5 set to automatically installed. [2021-03-22T22:00:16.696Z] librtmp1 set to automatically installed. [2021-03-22T22:00:16.696Z] libsodium23 set to automatically installed. [2021-03-22T22:00:16.696Z] libzmq3-dev set to automatically installed. [2021-03-22T22:00:16.697Z] libzmq5 set to automatically installed. [2021-03-22T22:00:16.697Z] pkg-config set to automatically installed. [2021-03-22T22:00:16.697Z] zip set to automatically installed. [2021-03-22T22:00:18.613Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:00:25.204Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:00:25.204Z] snap "core18" has no updates available [2021-03-22T22:00:26.587Z] snapd is not logged in, snap install commands will use sudo [2021-03-22T22:00:32.835Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-22T22:00:45.242Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-22T22:00:46.190Z] Pulling go-build-helper [2021-03-22T22:00:46.190Z] + snapcraftctl pull [2021-03-22T22:00:47.131Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-22T22:00:47.132Z] Skipping pull go-build-helper (already ran) [2021-03-22T22:00:47.132Z] Building go-build-helper [2021-03-22T22:00:47.132Z] + snapcraftctl build [2021-03-22T22:00:49.043Z] Staging go-build-helper [2021-03-22T22:00:49.043Z] + snapcraftctl stage [2021-03-22T22:00:56.480Z] Removing intermediate container 3013c5fa4bda [2021-03-22T22:00:56.480Z] ---> b4a36f8c35c3 [2021-03-22T22:00:56.480Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:00:56.480Z] Removing intermediate container 5ca490a33eda [2021-03-22T22:00:56.480Z] ---> 9c61291a708b [2021-03-22T22:00:56.480Z] [2021-03-22T22:00:56.480Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:00:56.480Z] 3.12: Pulling from library/alpine [2021-03-22T22:00:56.480Z] ---> Running in 26fd769ad152 [2021-03-22T22:00:56.480Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:00:56.480Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:00:56.480Z] ---> d10569e2745f [2021-03-22T22:00:56.480Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:00:56.480Z] ---> Running in 222b36191678 [2021-03-22T22:00:56.480Z] 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-22T22:00:56.480Z] Removing intermediate container 222b36191678 [2021-03-22T22:00:56.480Z] ---> f1034f6ed2a1 [2021-03-22T22:00:56.480Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:00:56.480Z] ---> Running in d6cca4611365 [2021-03-22T22:00:57.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:00:58.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:00:59.048Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-22T22:00:59.048Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-22T22:00:59.048Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-22T22:00:59.048Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-22T22:00:59.048Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-22T22:00:59.048Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-22T22:00:59.048Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-22T22:00:59.048Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-22T22:00:59.048Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-22T22:00:59.048Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-22T22:00:59.048Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-22T22:00:59.048Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-22T22:00:59.048Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-22T22:00:59.048Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-22T22:00:59.048Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-22T22:00:59.048Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-22T22:00:59.048Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-22T22:00:59.048Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-22T22:00:59.048Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-22T22:00:59.048Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-22T22:00:59.048Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-22T22:00:59.048Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-22T22:00:59.048Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-22T22:00:59.048Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-22T22:00:59.048Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-22T22:00:59.048Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-22T22:00:59.048Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-22T22:00:59.048Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-22T22:00:59.048Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:00:59.048Z] Fetched 224 kB in 0s (0 B/s) [2021-03-22T22:00:59.048Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:00:59.048Z] Fetched 157 kB in 0s (0 B/s) [2021-03-22T22:00:59.048Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:00:59.048Z] Fetched 221 kB in 0s (0 B/s) [2021-03-22T22:00:59.048Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:00:59.048Z] Fetched 143 kB in 0s (0 B/s) [2021-03-22T22:00:59.048Z] Pulling app-service-config [2021-03-22T22:00:59.048Z] + snapcraftctl pull [2021-03-22T22:00:59.048Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-22T22:00:59.181Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:00:59.182Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:00:59.182Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:00:59.182Z] OK: 5 MiB in 16 packages [2021-03-22T22:00:59.308Z] Pulling config-common [2021-03-22T22:00:59.309Z] + snapcraftctl pull [2021-03-22T22:01:01.833Z] Removing intermediate container d6cca4611365 [2021-03-22T22:01:01.833Z] ---> e8904abaab68 [2021-03-22T22:01:01.833Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:01:02.437Z] ---> Running in 26aa3a165ca3 [2021-03-22T22:01:02.437Z] Removing intermediate container 3616baee9f89 [2021-03-22T22:01:02.437Z] ---> a400461f2fee [2021-03-22T22:01:02.437Z] [2021-03-22T22:01:02.437Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:01:02.437Z] ---> d10569e2745f [2021-03-22T22:01:02.437Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:01:03.512Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:01:03.512Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:01:03.512Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:01:03.512Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:01:03.512Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-22T22:01:03.512Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:01:03.512Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-22T22:01:03.512Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:01:03.512Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-22T22:01:03.512Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:01:03.512Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-22T22:01:03.512Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:01:03.512Z] Pulling edgex-go [2021-03-22T22:01:03.512Z] + snapcraftctl pull [2021-03-22T22:01:03.894Z] ---> Running in c364b8b8046e [2021-03-22T22:01:03.894Z] Removing intermediate container 26aa3a165ca3 [2021-03-22T22:01:03.894Z] ---> 1bc64aff0ed7 [2021-03-22T22:01:03.894Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:01:03.894Z] Removing intermediate container 26fd769ad152 [2021-03-22T22:01:03.894Z] ---> aa8767b7af6e [2021-03-22T22:01:04.183Z] [2021-03-22T22:01:04.183Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:01:04.183Z] 20.10.0: Pulling from library/docker [2021-03-22T22:01:04.459Z] ---> Running in 6c805dac7ec1 [2021-03-22T22:01:05.446Z] Removing intermediate container 760805deade5 [2021-03-22T22:01:05.446Z] ---> 8815bb35c079 [2021-03-22T22:01:05.446Z] [2021-03-22T22:01:05.446Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:01:05.446Z] ---> d10569e2745f [2021-03-22T22:01:05.446Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:01:05.730Z] Removing intermediate container 6c805dac7ec1 [2021-03-22T22:01:05.730Z] ---> 8edbefd7fec3 [2021-03-22T22:01:05.730Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:01:05.730Z] ---> Running in 1513f5c63fa3 [2021-03-22T22:01:06.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:06.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:06.012Z] ---> Running in 238fd64a855e [2021-03-22T22:01:06.628Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:01:06.628Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:06.628Z] OK: 5 MiB in 15 packages [2021-03-22T22:01:08.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:08.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:09.494Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:01:09.765Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:01:09.765Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:09.765Z] Removing intermediate container c364b8b8046e [2021-03-22T22:01:09.765Z] ---> 5c673df1033d [2021-03-22T22:01:09.765Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:01:09.765Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:01:10.039Z] OK: 6 MiB in 16 packages [2021-03-22T22:01:10.315Z] ---> Running in 06082fa1600b [2021-03-22T22:01:10.315Z] Removing intermediate container 238fd64a855e [2021-03-22T22:01:10.315Z] ---> 5b38117d9fec [2021-03-22T22:01:10.315Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:01:10.916Z] ---> Running in 90145b58d45d [2021-03-22T22:01:11.192Z] Removing intermediate container 06082fa1600b [2021-03-22T22:01:11.192Z] ---> b23058139337 [2021-03-22T22:01:11.192Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:01:11.482Z] ---> Running in 7d53a1276575 [2021-03-22T22:01:11.763Z] Removing intermediate container 90145b58d45d [2021-03-22T22:01:11.763Z] ---> 84a3216bf9bb [2021-03-22T22:01:11.763Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:01:12.375Z] Removing intermediate container 7d53a1276575 [2021-03-22T22:01:12.375Z] ---> 1dc16c363353 [2021-03-22T22:01:12.375Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:01:12.649Z] Removing intermediate container 1513f5c63fa3 [2021-03-22T22:01:12.649Z] ---> 1f9660ab82b1 [2021-03-22T22:01:12.649Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' ---> Running in 9882ec08e730 [2021-03-22T22:01:12.649Z] [2021-03-22T22:01:12.939Z] ---> Running in 788e700b6e24 [2021-03-22T22:01:13.224Z] ---> 7c0adac77068 [2021-03-22T22:01:13.224Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:01:13.502Z] ---> Running in 6511cb679471 [2021-03-22T22:01:13.503Z] Removing intermediate container 9882ec08e730 [2021-03-22T22:01:13.503Z] ---> db3b432717d9 [2021-03-22T22:01:13.503Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:01:14.103Z] Removing intermediate container 788e700b6e24 [2021-03-22T22:01:14.103Z] ---> ce8b498d50cf [2021-03-22T22:01:14.103Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:01:14.380Z] ---> Running in 0619b9d38914 [2021-03-22T22:01:14.978Z] ---> d22ca583582f [2021-03-22T22:01:14.978Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:01:15.250Z] Removing intermediate container 0619b9d38914 [2021-03-22T22:01:15.250Z] ---> 63b5895af450 [2021-03-22T22:01:15.250Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:01:15.859Z] ---> Running in e1e4160e6688 [2021-03-22T22:01:16.838Z] Removing intermediate container e1e4160e6688 [2021-03-22T22:01:16.838Z] ---> 0d150b193a43 [2021-03-22T22:01:16.838Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:01:17.437Z] ---> c1d719d6ec6c [2021-03-22T22:01:17.437Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:01:17.437Z] Removing intermediate container 6511cb679471 [2021-03-22T22:01:17.437Z] ---> ff33205b4b22 [2021-03-22T22:01:17.437Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:01:18.416Z] ---> ecc8c9eb2157 [2021-03-22T22:01:18.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:01:18.694Z] ---> 98a8d5601864 [2021-03-22T22:01:18.694Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:01:18.694Z] ---> ba8579c7801a [2021-03-22T22:01:18.694Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:01:19.316Z] ---> Running in d2eae1a249ae [2021-03-22T22:01:20.296Z] ---> 3297e83ad20d [2021-03-22T22:01:20.296Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:01:20.296Z] Removing intermediate container d2eae1a249ae [2021-03-22T22:01:20.296Z] ---> 678df1d8d258 [2021-03-22T22:01:20.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:01:20.568Z] Removing intermediate container 95f368c3469f [2021-03-22T22:01:20.568Z] ---> 1f4877d0fbae [2021-03-22T22:01:20.568Z] [2021-03-22T22:01:20.568Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:01:20.568Z] ---> d10569e2745f [2021-03-22T22:01:20.568Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:01:20.568Z] ---> Running in 8b70f57d622e [2021-03-22T22:01:20.568Z] ---> Running in 0794bc3a7f07 [2021-03-22T22:01:20.842Z] ---> fe587b5c8a59 [2021-03-22T22:01:20.842Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:01:20.842Z] ---> b0c84a2234c1 [2021-03-22T22:01:20.842Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:01:21.237Z] ---> Running in df8b13526d8b [2021-03-22T22:01:21.526Z] Removing intermediate container 0794bc3a7f07 [2021-03-22T22:01:21.526Z] Removing intermediate container 8b70f57d622e [2021-03-22T22:01:21.526Z] ---> f5780c36e65c [2021-03-22T22:01:21.526Z] ---> 9b51b9e8482b [2021-03-22T22:01:21.526Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T22:01:21.526Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:01:21.841Z] ---> Running in 00b690d58635 [2021-03-22T22:01:21.841Z] ---> Running in 9aee394365f9 [2021-03-22T22:01:21.841Z] Removing intermediate container df8b13526d8b [2021-03-22T22:01:21.841Z] ---> 0937d96cd752 [2021-03-22T22:01:21.841Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:01:21.841Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:01:21.841Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:01:21.841Z] ---> eb0fa0508ab7 [2021-03-22T22:01:21.841Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:01:21.841Z] ---> eeaf43b92773 [2021-03-22T22:01:21.841Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:01:22.145Z] ---> Running in 97ced97965f4 [2021-03-22T22:01:22.145Z] ---> Running in 528859e8c5f1 [2021-03-22T22:01:22.449Z] Removing intermediate container 00b690d58635 [2021-03-22T22:01:22.449Z] ---> aa65695665e8 [2021-03-22T22:01:22.449Z] Removing intermediate container 9aee394365f9 [2021-03-22T22:01:22.449Z] ---> c8fb04b8c1e8 [2021-03-22T22:01:22.449Z] Step 21/22 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:01:22.449Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:01:22.776Z] ---> Running in d3f8db5671b6 [2021-03-22T22:01:22.776Z] ---> Running in 0679ca357117 [2021-03-22T22:01:23.084Z] Removing intermediate container 97ced97965f4 [2021-03-22T22:01:23.084Z] ---> c4e9f03ce02e [2021-03-22T22:01:23.084Z] Step 20/22 : LABEL arch=arm64 [2021-03-22T22:01:23.357Z] ---> Running in ac1ca67f33a6 [2021-03-22T22:01:23.646Z] ---> 9aa14d12e4b9 [2021-03-22T22:01:23.646Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:01:23.646Z] Removing intermediate container 0679ca357117 [2021-03-22T22:01:23.646Z] ---> 1e1d0cd00ca3 [2021-03-22T22:01:23.646Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:01:23.919Z] Removing intermediate container d3f8db5671b6 [2021-03-22T22:01:23.919Z] ---> ebb68c192a68 [2021-03-22T22:01:23.919Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:01:23.919Z] ---> Running in 4c24614d1520 [2021-03-22T22:01:23.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:23.919Z] ---> Running in 8c6c389353b2 [2021-03-22T22:01:24.191Z] Removing intermediate container ac1ca67f33a6 [2021-03-22T22:01:24.191Z] ---> dc189d96103f [2021-03-22T22:01:24.191Z] Step 21/22 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:01:24.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:24.466Z] ---> Running in 7bc27d2ca76a [2021-03-22T22:01:24.737Z] ---> 031e097972dc [2021-03-22T22:01:24.737Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:01:24.737Z] Removing intermediate container 8c6c389353b2 [2021-03-22T22:01:24.737Z] ---> f567dbe19915 [2021-03-22T22:01:24.737Z] [2021-03-22T22:01:25.005Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:01:25.006Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:01:25.006Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:01:25.006Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:25.006Z] OK: 12 MiB in 22 packages [2021-03-22T22:01:25.279Z] ---> Running in cda00302653c [2021-03-22T22:01:25.279Z] Removing intermediate container 7bc27d2ca76a [2021-03-22T22:01:25.279Z] ---> 1873002883a0 [2021-03-22T22:01:25.279Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:01:25.279Z] Successfully built f567dbe19915 [2021-03-22T22:01:25.279Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-22T22:01:25.279Z] Building docker-core-command-go [2021-03-22T22:01:25.502Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-22T22:01:25.502Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-22T22:01:25.502Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-22T22:01:25.502Z] Fetched 0 B in 0s (0 B/s) [2021-03-22T22:01:25.502Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-22T22:01:25.502Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-22T22:01:25.502Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-22T22:01:25.502Z] Fetched 279 kB in 0s (0 B/s) [2021-03-22T22:01:25.502Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-22T22:01:25.502Z] Fetched 122 kB in 0s (0 B/s) [2021-03-22T22:01:25.502Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-22T22:01:25.502Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-22T22:01:25.502Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-22T22:01:25.502Z] Fetched 8848 B in 0s (0 B/s) [2021-03-22T22:01:25.502Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-22T22:01:25.502Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-22T22:01:25.502Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-22T22:01:25.502Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-22T22:01:25.503Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-22T22:01:25.503Z] Fetched 214 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-22T22:01:25.503Z] Fetched 154 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-22T22:01:25.503Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-22T22:01:25.503Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-22T22:01:25.503Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-22T22:01:25.503Z] Fetched 499 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-22T22:01:25.503Z] Fetched 111 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-22T22:01:25.503Z] Fetched 240 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-22T22:01:25.503Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-22T22:01:25.503Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-22T22:01:25.503Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-22T22:01:25.503Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-22T22:01:25.503Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-22T22:01:25.503Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-22T22:01:25.503Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-22T22:01:25.503Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-22T22:01:25.503Z] Fetched 8720 B in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-22T22:01:25.503Z] Fetched 137 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-22T22:01:25.503Z] Fetched 119 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-22T22:01:25.503Z] Fetched 109 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-22T22:01:25.503Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-22T22:01:25.503Z] Fetched 645 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-22T22:01:25.503Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-22T22:01:25.503Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-22T22:01:25.503Z] Fetched 368 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-22T22:01:25.503Z] Fetched 187 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-22T22:01:25.503Z] Fetched 175 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-22T22:01:25.503Z] Fetched 206 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-22T22:01:25.503Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-22T22:01:25.503Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-22T22:01:25.503Z] Fetched 159 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-22T22:01:25.503Z] Fetched 107 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-22T22:01:25.503Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-22T22:01:25.503Z] Pulling static-packages [2021-03-22T22:01:25.503Z] + snapcraftctl pull [2021-03-22T22:01:25.503Z] Pulling version [2021-03-22T22:01:25.503Z] + cd /root/project [2021-03-22T22:01:25.503Z] + [ -f VERSION ] [2021-03-22T22:01:25.503Z] + PROJECT_VERSION=local-dev [2021-03-22T22:01:25.503Z] + git rev-parse --short HEAD [2021-03-22T22:01:25.503Z] + GIT_REVISION=20c75560 [2021-03-22T22:01:25.503Z] + snapcraftctl set-version local-dev [2021-03-22T22:01:25.503Z] Skipping build go-build-helper (already ran) [2021-03-22T22:01:25.503Z] Building app-service-config [2021-03-22T22:01:25.503Z] + make build [2021-03-22T22:01:25.503Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-22T22:01:25.562Z]  Building docker-support-scheduler-go ... done  ---> Running in 1c3be9786b41 [2021-03-22T22:01:25.836Z] Removing intermediate container cda00302653c [2021-03-22T22:01:25.836Z] ---> 0ad0b58a92f1 [2021-03-22T22:01:25.836Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:01:26.112Z] Removing intermediate container 1c3be9786b41 [2021-03-22T22:01:26.112Z] ---> d8e1c05adcb4 [2021-03-22T22:01:26.112Z] [2021-03-22T22:01:26.715Z] Removing intermediate container 528859e8c5f1 [2021-03-22T22:01:26.715Z] ---> f504ca218dcc [2021-03-22T22:01:26.715Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:01:26.988Z] Successfully built d8e1c05adcb4 [2021-03-22T22:01:26.988Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-22T22:01:26.988Z] Building docker-security-secretstore-setup-go [2021-03-22T22:01:27.261Z]  Building docker-support-notifications-go ... done  ---> Running in 24966b6f6bfa [2021-03-22T22:01:27.416Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-22T22:01:27.416Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-22T22:01:27.416Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-22T22:01:27.416Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-22T22:01:27.416Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-22T22:01:27.416Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-22T22:01:27.416Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-22T22:01:27.533Z] Removing intermediate container 4c24614d1520 [2021-03-22T22:01:27.533Z] ---> beeee6acd4a9 [2021-03-22T22:01:27.533Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:01:27.533Z] ---> 65d5643e3974 [2021-03-22T22:01:27.533Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:01:27.677Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-22T22:01:27.677Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-22T22:01:27.677Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-22T22:01:27.677Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-22T22:01:27.818Z] ---> Running in 44cd100ecdea [2021-03-22T22:01:27.818Z] ---> Running in 91f422717d06 [2021-03-22T22:01:27.936Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-22T22:01:27.937Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-22T22:01:27.937Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-22T22:01:27.937Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-22T22:01:27.937Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-22T22:01:27.937Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-22T22:01:27.937Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-22T22:01:27.937Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-22T22:01:27.937Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-22T22:01:27.937Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-22T22:01:27.937Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-22T22:01:27.937Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-22T22:01:27.937Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-22T22:01:27.937Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-22T22:01:27.937Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-22T22:01:27.937Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-22T22:01:28.101Z] Removing intermediate container 24966b6f6bfa [2021-03-22T22:01:28.101Z] ---> 8cc0bdf739ab [2021-03-22T22:01:28.101Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:01:28.207Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-22T22:01:28.207Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-22T22:01:28.207Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-22T22:01:28.207Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-22T22:01:28.207Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-22T22:01:28.207Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-22T22:01:28.207Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-22T22:01:28.207Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-22T22:01:28.207Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-22T22:01:28.207Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-22T22:01:28.207Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-22T22:01:28.207Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-22T22:01:28.207Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-22T22:01:28.207Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-22T22:01:28.380Z] ---> Running in 4d158556d007 [2021-03-22T22:01:28.470Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-22T22:01:28.470Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-22T22:01:29.371Z] Removing intermediate container 4d158556d007 [2021-03-22T22:01:29.371Z] ---> c7e536f5796a [2021-03-22T22:01:29.371Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:01:29.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:29.965Z] ---> Running in 190be1596c5b [2021-03-22T22:01:30.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:30.840Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:01:31.112Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:01:31.112Z] Removing intermediate container 190be1596c5b [2021-03-22T22:01:31.112Z] ---> f91c79643db1 [2021-03-22T22:01:31.112Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:01:31.112Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:01:31.112Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:01:31.389Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:01:31.389Z] Removing intermediate container 91f422717d06 [2021-03-22T22:01:31.389Z] ---> 95b09c45ffd6 [2021-03-22T22:01:31.389Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:01:31.663Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:01:31.663Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:31.663Z] OK: 8 MiB in 20 packages [2021-03-22T22:01:32.659Z] ---> Running in 2a3fad2511eb [2021-03-22T22:01:32.659Z] ---> a1d88fcd5f7b [2021-03-22T22:01:32.659Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:01:33.256Z] Removing intermediate container 2a3fad2511eb [2021-03-22T22:01:33.256Z] ---> 9cf4886c6607 [2021-03-22T22:01:33.256Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:01:33.542Z] Removing intermediate container 44cd100ecdea [2021-03-22T22:01:33.543Z] ---> db627cf49d2b [2021-03-22T22:01:33.543Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:01:34.138Z] ---> Running in ea28a5b05abe [2021-03-22T22:01:34.138Z] ---> ea91331cd19b [2021-03-22T22:01:34.138Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:01:34.735Z] ---> 10d43b93a91a [2021-03-22T22:01:34.735Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:01:35.010Z] Removing intermediate container ea28a5b05abe [2021-03-22T22:01:35.010Z] ---> 54912496b4d3 [2021-03-22T22:01:35.010Z] Step 29/31 : LABEL arch=arm64 [2021-03-22T22:01:35.606Z] ---> Running in f9aac5a35a1c [2021-03-22T22:01:35.606Z] ---> 9886a5f2291f [2021-03-22T22:01:35.606Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:01:35.882Z] ---> Running in 8d87f21b8cd3 [2021-03-22T22:01:36.483Z] Removing intermediate container f9aac5a35a1c [2021-03-22T22:01:36.483Z] ---> 55f62380dbf1 [2021-03-22T22:01:36.483Z] Step 30/31 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:01:36.483Z] ---> 0ff184831abf [2021-03-22T22:01:36.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:01:37.077Z] ---> Running in e3864b8afb58 [2021-03-22T22:01:37.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:37.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:01:37.905Z] ---> 0351a966ef62 [2021-03-22T22:01:37.905Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:01:37.905Z] Removing intermediate container e3864b8afb58 [2021-03-22T22:01:37.905Z] ---> 961b9ecbfc2d [2021-03-22T22:01:37.905Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:01:37.905Z] ---> Running in 50b7b1c23f03 [2021-03-22T22:01:38.190Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:01:38.190Z] (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:01:38.190Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:01:38.190Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:01:38.462Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:01:38.462Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:01:38.462Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:01:38.462Z] ---> Running in d844bb74e40b [2021-03-22T22:01:38.463Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-22T22:01:38.463Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-22T22:01:38.463Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-22T22:01:38.463Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-22T22:01:38.463Z] Building config-common [2021-03-22T22:01:38.463Z] + snapcraftctl build [2021-03-22T22:01:38.736Z] Removing intermediate container 50b7b1c23f03 [2021-03-22T22:01:38.736Z] ---> 4da528efa55e [2021-03-22T22:01:38.736Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:01:39.329Z] Removing intermediate container d844bb74e40b [2021-03-22T22:01:39.329Z] ---> 8694c9ce5ef6 [2021-03-22T22:01:39.329Z] [2021-03-22T22:01:39.329Z] ---> Running in b98e8f441af8 [2021-03-22T22:01:39.927Z] Successfully built 8694c9ce5ef6 [2021-03-22T22:01:40.211Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-22T22:01:40.211Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-22T22:01:40.211Z] Removing intermediate container b98e8f441af8 [2021-03-22T22:01:40.211Z] ---> ef33a20efec6 [2021-03-22T22:01:40.211Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:01:40.211Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:01:40.211Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:01:40.211Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:01:40.391Z] Building edgex-go [2021-03-22T22:01:40.391Z] + cd /root/parts/edgex-go/src [2021-03-22T22:01:40.391Z] + make build [2021-03-22T22:01:40.391Z] 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-22T22:01:40.488Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:01:40.488Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:01:40.488Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:01:40.488Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:01:40.488Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:01:40.488Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:01:40.488Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:01:40.488Z] ---> Running in d6d38ab7d2aa [2021-03-22T22:01:40.763Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:01:40.763Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:01:40.763Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:01:40.763Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:01:40.763Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:01:40.763Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:01:40.763Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:01:40.763Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:01:40.763Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:01:40.763Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:01:40.763Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:01:40.968Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-22T22:01:40.968Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-22T22:01:40.968Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-22T22:01:40.968Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-22T22:01:40.968Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-22T22:01:40.968Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-22T22:01:40.968Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-22T22:01:40.968Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-22T22:01:40.968Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-22T22:01:40.968Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-22T22:01:40.968Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-22T22:01:41.040Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:01:41.040Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:01:41.040Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:01:41.040Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:01:41.040Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:01:41.040Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:01:41.040Z] OK: 71 MiB in 55 packages [2021-03-22T22:01:41.314Z] Removing intermediate container d6d38ab7d2aa [2021-03-22T22:01:41.314Z] ---> 548c2cca7664 [2021-03-22T22:01:41.314Z] Step 22/23 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:01:41.585Z] ---> Running in a846b5020b83 [2021-03-22T22:01:42.186Z] Removing intermediate container a846b5020b83 [2021-03-22T22:01:42.186Z] ---> cb867e25dc55 [2021-03-22T22:01:42.186Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:01:42.460Z] ---> Running in 391fa7601dfa [2021-03-22T22:01:43.447Z] Removing intermediate container 391fa7601dfa [2021-03-22T22:01:43.447Z] ---> 0e2ac700561a [2021-03-22T22:01:43.447Z] [2021-03-22T22:01:44.042Z] Successfully built 0e2ac700561a [2021-03-22T22:01:44.042Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-22T22:01:44.042Z] Building docker-core-metadata-go [2021-03-22T22:01:45.171Z] 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-22T22:01:45.171Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-22T22:01:49.364Z] 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-22T22:01:49.559Z]  Building docker-core-data-go ... done Removing intermediate container 8d87f21b8cd3 [2021-03-22T22:01:49.559Z] ---> 861857a2f69d [2021-03-22T22:01:49.559Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:01:49.837Z] ---> Running in 6c31e9fd4bfc [2021-03-22T22:01:51.278Z] 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-22T22:01:52.657Z] 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-22T22:01:53.227Z] 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-22T22:01:53.227Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-22T22:01:53.227Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-22T22:01:53.227Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-22T22:01:53.227Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-22T22:01:55.134Z] 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-22T22:01:55.134Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-22T22:01:55.134Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-22T22:01:55.240Z] Collecting docker-compose==1.23.2 [2021-03-22T22:01:55.514Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:01:56.500Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:01:56.500Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:01:56.512Z] 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-22T22:01:56.773Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:01:56.773Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:01:57.891Z] 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-22T22:01:57.891Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-22T22:01:59.392Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:01:59.392Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:01:59.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:02:00.370Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:02:00.370Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:02:00.645Z] 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-22T22:02:00.738Z] 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-22T22:02:00.738Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-22T22:02:01.249Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:02:01.249Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:02:01.678Z] 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-22T22:02:01.849Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:02:01.939Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-22T22:02:02.123Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:02:03.847Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-22T22:02:03.847Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-22T22:02:03.847Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-22T22:02:03.847Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-22T22:02:03.847Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-22T22:02:03.847Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-22T22:02:03.847Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-22T22:02:03.847Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-22T22:02:03.847Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-22T22:02:03.847Z] + 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-22T22:02:03.847Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-22T22:02:03.847Z] + 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-22T22:02:03.847Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-22T22:02:03.847Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-22T22:02:03.847Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-22T22:02:03.847Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-22T22:02:03.847Z] + 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-22T22:02:04.749Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:02:04.749Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:02:05.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:05.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:05.348Z] ---> 9587d5fffe72 [2021-03-22T22:02:05.348Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:02:05.348Z] ---> Using cache [2021-03-22T22:02:05.348Z] ---> 083d9ea65119 [2021-03-22T22:02:05.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:05.348Z] ---> Using cache [2021-03-22T22:02:05.348Z] ---> bc54534aee9a [2021-03-22T22:02:05.348Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:02:05.721Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:02:05.721Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:02:07.171Z] Building static-packages [2021-03-22T22:02:07.172Z] + snapcraftctl build [2021-03-22T22:02:08.352Z] ---> Running in fd9980d7c8aa [2021-03-22T22:02:08.565Z] Building version [2021-03-22T22:02:08.565Z] + snapcraftctl build [2021-03-22T22:02:09.792Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:02:09.792Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:02:10.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:10.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:10.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:10.350Z] ---> 9587d5fffe72 [2021-03-22T22:02:10.350Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T22:02:10.350Z] ---> Using cache [2021-03-22T22:02:10.350Z] ---> 083d9ea65119 [2021-03-22T22:02:10.350Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:10.350Z] ---> Using cache [2021-03-22T22:02:10.350Z] ---> bc54534aee9a [2021-03-22T22:02:10.350Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T22:02:10.480Z] Skipping stage go-build-helper (already ran) [2021-03-22T22:02:10.480Z] Staging app-service-config [2021-03-22T22:02:10.480Z] + snapcraftctl stage [2021-03-22T22:02:10.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:10.953Z] ---> Running in a50ec2a7c1e7 [2021-03-22T22:02:11.423Z] Staging config-common [2021-03-22T22:02:11.423Z] + snapcraftctl stage [2021-03-22T22:02:11.933Z] OK: 217 MiB in 51 packages [2021-03-22T22:02:12.209Z] 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-22T22:02:12.363Z] Staging edgex-go [2021-03-22T22:02:12.363Z] + snapcraftctl stage [2021-03-22T22:02:12.810Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:02:12.810Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:02:12.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:13.306Z] Staging static-packages [2021-03-22T22:02:13.306Z] + snapcraftctl stage [2021-03-22T22:02:13.406Z] 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-22T22:02:13.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:14.247Z] Staging version [2021-03-22T22:02:14.247Z] + snapcraftctl stage [2021-03-22T22:02:14.387Z] OK: 217 MiB in 51 packages [2021-03-22T22:02:14.387Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:02:14.387Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:02:14.817Z] Priming go-build-helper [2021-03-22T22:02:14.817Z] + snapcraftctl prime [2021-03-22T22:02:14.985Z] Removing intermediate container fd9980d7c8aa [2021-03-22T22:02:14.985Z] ---> 0027470d4217 [2021-03-22T22:02:14.985Z] Step 6/23 : COPY go.mod . [2021-03-22T22:02:14.985Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:02:14.985Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:02:15.266Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:02:15.266Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:02:15.266Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:02:15.266Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:02:15.755Z] Priming app-service-config [2021-03-22T22:02:15.755Z] + snapcraftctl prime [2021-03-22T22:02:16.247Z] Installing collected packages: jsonschema, dockerpty, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, PyYAML, texttable, docker-compose [2021-03-22T22:02:16.540Z] ---> 87eeb01bf40f [2021-03-22T22:02:16.540Z] Step 7/23 : RUN go mod download [2021-03-22T22:02:16.540Z] Removing intermediate container a50ec2a7c1e7 [2021-03-22T22:02:16.540Z] ---> 6e7491a16f45 [2021-03-22T22:02:16.540Z] Step 6/24 : COPY go.mod . [2021-03-22T22:02:16.694Z] Priming config-common [2021-03-22T22:02:16.819Z] Running setup.py install for dockerpty: started [2021-03-22T22:02:16.959Z] + snapcraftctl prime [2021-03-22T22:02:17.099Z] ---> Running in 9a2b89b4f588 [2021-03-22T22:02:17.898Z] Priming edgex-go [2021-03-22T22:02:17.898Z] + snapcraftctl prime [2021-03-22T22:02:18.088Z] ---> 64be776348c4 [2021-03-22T22:02:18.088Z] Step 7/24 : RUN go mod download [2021-03-22T22:02:18.837Z] Priming static-packages [2021-03-22T22:02:18.837Z] + snapcraftctl prime [2021-03-22T22:02:19.085Z] ---> Running in 20a418b72d8c [2021-03-22T22:02:19.359Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:02:19.636Z] Attempting uninstall: idna [2021-03-22T22:02:19.636Z] Found existing installation: idna 2.9 [2021-03-22T22:02:19.636Z] Uninstalling idna-2.9: [2021-03-22T22:02:19.636Z] Successfully uninstalled idna-2.9 [2021-03-22T22:02:20.236Z] Attempting uninstall: urllib3 [2021-03-22T22:02:20.236Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:02:20.236Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:02:20.523Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:02:21.377Z] Priming version [2021-03-22T22:02:21.377Z] + snapcraftctl prime [2021-03-22T22:02:21.557Z] Attempting uninstall: requests [2021-03-22T22:02:21.557Z] Found existing installation: requests 2.23.0 [2021-03-22T22:02:21.557Z] Uninstalling requests-2.23.0: [2021-03-22T22:02:21.940Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:02:21.946Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-22T22:02:23.010Z] Removing intermediate container 9a2b89b4f588 [2021-03-22T22:02:23.010Z] ---> b0e603bf1de9 [2021-03-22T22:02:23.010Z] Step 8/23 : COPY . . [2021-03-22T22:02:23.304Z] Removing intermediate container 20a418b72d8c [2021-03-22T22:02:23.304Z] ---> e4a575d8a354 [2021-03-22T22:02:23.304Z] Step 8/24 : COPY . . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-22T22:02:24.330Z] Running setup.py install for docopt: started [2021-03-22T22:02:24.330Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:24.330Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:24.330Z] ---> 9587d5fffe72 [2021-03-22T22:02:24.330Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T22:02:24.330Z] ---> Using cache [2021-03-22T22:02:24.330Z] ---> 083d9ea65119 [2021-03-22T22:02:24.330Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:24.330Z] ---> Using cache [2021-03-22T22:02:24.330Z] ---> bc54534aee9a [2021-03-22T22:02:24.330Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T22:02:24.330Z] ---> Using cache [2021-03-22T22:02:24.330Z] ---> 6e7491a16f45 [2021-03-22T22:02:24.330Z] Step 6/21 : COPY go.mod . [2021-03-22T22:02:24.330Z] ---> Using cache [2021-03-22T22:02:24.330Z] ---> 64be776348c4 [2021-03-22T22:02:24.330Z] Step 7/21 : RUN go mod download [2021-03-22T22:02:24.330Z] ---> Using cache [2021-03-22T22:02:24.330Z] ---> e4a575d8a354 [2021-03-22T22:02:24.330Z] Step 8/21 : COPY . . [2021-03-22T22:02:26.950Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:02:26.950Z] Running setup.py install for PyYAML: started [2021-03-22T22:02:26.950Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:02:26.950Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:02:26.950Z] ---> 9587d5fffe72 [2021-03-22T22:02:26.950Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:02:26.950Z] ---> Using cache [2021-03-22T22:02:26.950Z] ---> 083d9ea65119 [2021-03-22T22:02:26.950Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:02:26.950Z] ---> Using cache [2021-03-22T22:02:26.950Z] ---> bc54534aee9a [2021-03-22T22:02:26.950Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:02:26.950Z] ---> Using cache [2021-03-22T22:02:26.950Z] ---> 6e7491a16f45 [2021-03-22T22:02:26.950Z] Step 6/23 : COPY go.mod . [2021-03-22T22:02:26.950Z] ---> Using cache [2021-03-22T22:02:26.950Z] ---> 64be776348c4 [2021-03-22T22:02:26.950Z] Step 7/23 : RUN go mod download [2021-03-22T22:02:26.950Z] ---> Using cache [2021-03-22T22:02:26.950Z] ---> e4a575d8a354 [2021-03-22T22:02:26.950Z] Step 8/23 : COPY . . [2021-03-22T22:02:29.577Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:02:29.577Z] Running setup.py install for texttable: started [2021-03-22T22:02:31.565Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:02:32.547Z] 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-22T22:02:47.714Z] ---> 7c61dacf4895 [2021-03-22T22:02:47.714Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:02:47.714Z] Removing intermediate container 6c31e9fd4bfc [2021-03-22T22:02:47.714Z] ---> 7c30a736fbaa [2021-03-22T22:02:47.714Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:02:47.714Z] ---> ca7f0bbf336b [2021-03-22T22:02:47.714Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T22:02:47.714Z] ---> Running in 8f0b45834728 [2021-03-22T22:02:47.714Z] ---> Running in 09faaf9b52a9 [2021-03-22T22:02:47.714Z] ---> Running in 56dfc4bdfca4 [2021-03-22T22:02:47.714Z] ---> c39b58a216c3 [2021-03-22T22:02:47.714Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T22:02:47.987Z] ---> Running in daa041c65e1a [2021-03-22T22:02:48.260Z] ---> a80be25a7a40 [2021-03-22T22:02:48.260Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:02:48.866Z] ---> Running in e3b38b3eeb9e [2021-03-22T22:02:49.463Z] 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-22T22:02:50.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:50.063Z] 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-22T22:02:50.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:02:50.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-22T22:02:50.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-22T22:02:50.672Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:02:50.672Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:02:50.672Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:02:50.672Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:02:50.948Z] OK: 72 MiB in 58 packages [2021-03-22T22:02:52.928Z] Removing intermediate container 09faaf9b52a9 [2021-03-22T22:02:52.928Z] ---> a2d179fa8fe5 [2021-03-22T22:02:52.928Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:02:52.928Z] ---> Running in eee61b6e3213 [2021-03-22T22:02:53.542Z] Removing intermediate container eee61b6e3213 [2021-03-22T22:02:53.542Z] ---> b0b95dbedd2a [2021-03-22T22:02:53.542Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:02:53.542Z] ---> Running in 80828e513cea [2021-03-22T22:02:54.131Z] Removing intermediate container 80828e513cea [2021-03-22T22:02:54.131Z] ---> db2f1cff74bd [2021-03-22T22:02:54.131Z] Step 24/26 : LABEL arch=arm64 [2021-03-22T22:02:54.406Z] ---> Running in 26ffe3ed5136 [2021-03-22T22:02:55.004Z] Removing intermediate container 26ffe3ed5136 [2021-03-22T22:02:55.004Z] ---> 3762f718fdec [2021-03-22T22:02:55.004Z] Step 25/26 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:02:55.279Z] ---> Running in c6011a89d7cd [2021-03-22T22:02:55.881Z] Removing intermediate container c6011a89d7cd [2021-03-22T22:02:55.881Z] ---> 114a5b9cc99c [2021-03-22T22:02:55.881Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:02:56.155Z] ---> Running in 7432cd9ac7fa [2021-03-22T22:02:56.753Z] Removing intermediate container 7432cd9ac7fa [2021-03-22T22:02:56.753Z] ---> eec60752c0de [2021-03-22T22:02:56.753Z] [2021-03-22T22:02:57.348Z] Successfully built eec60752c0de [2021-03-22T22:02:57.348Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-22T22:04:05.363Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-22T22:04:05.363Z] 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-22T22:04:15.550Z] Removing intermediate container daa041c65e1a [2021-03-22T22:04:15.550Z] ---> da67ee99a3f6 [2021-03-22T22:04:15.550Z] [2021-03-22T22:04:15.550Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:04:15.550Z] ---> d10569e2745f [2021-03-22T22:04:15.550Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:04:15.550Z] ---> Running in 41ebbf2f9986 [2021-03-22T22:04:15.826Z] Removing intermediate container 56dfc4bdfca4 [2021-03-22T22:04:15.826Z] ---> 6dbd799c99f3 [2021-03-22T22:04:15.826Z] [2021-03-22T22:04:15.826Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:04:15.826Z] ---> d10569e2745f [2021-03-22T22:04:15.826Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:04:16.106Z] ---> Running in 4e8b9dcf63e1 [2021-03-22T22:04:18.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:18.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:18.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:18.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-22T22:04:18.672Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:04:18.672Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:04:18.672Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:04:18.672Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:04:18.672Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:04:18.672Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:04:18.672Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:04:18.954Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:04:18.954Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:04:18.954Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:04:18.954Z] OK: 7 MiB in 19 packages [2021-03-22T22:04:18.954Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:04:18.954Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:04:19.237Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:04:19.237Z] OK: 7 MiB in 18 packages [2021-03-22T22:04:22.650Z] Removing intermediate container 4e8b9dcf63e1 [2021-03-22T22:04:22.650Z] ---> 6c3c180b5640 [2021-03-22T22:04:22.650Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:04:22.650Z] Removing intermediate container 41ebbf2f9986 [2021-03-22T22:04:22.650Z] ---> 5570ef8a2a9e [2021-03-22T22:04:22.650Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:04:22.650Z] ---> Running in d2dfd9e97805 [2021-03-22T22:04:22.921Z] ---> Running in b23329718213 [2021-03-22T22:04:23.196Z] Removing intermediate container 8f0b45834728 [2021-03-22T22:04:23.196Z] ---> dbaeb38fc140 [2021-03-22T22:04:23.196Z] [2021-03-22T22:04:23.196Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:04:23.196Z] ---> d10569e2745f [2021-03-22T22:04:23.196Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:04:23.196Z] ---> Using cache [2021-03-22T22:04:23.196Z] ---> 5c673df1033d [2021-03-22T22:04:23.196Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:04:23.196Z] ---> Using cache [2021-03-22T22:04:23.196Z] ---> b23058139337 [2021-03-22T22:04:23.196Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:04:23.471Z] Removing intermediate container d2dfd9e97805 [2021-03-22T22:04:23.471Z] ---> f69ca432876b [2021-03-22T22:04:23.471Z] Step 13/21 : WORKDIR /edgex ---> Running in 39f0c60416d5 [2021-03-22T22:04:23.471Z] [2021-03-22T22:04:23.471Z] Removing intermediate container b23329718213 [2021-03-22T22:04:23.471Z] ---> 8d6019df2a9d [2021-03-22T22:04:23.471Z] Step 13/24 : WORKDIR / [2021-03-22T22:04:23.747Z] ---> Running in 5ed138d3f5ba [2021-03-22T22:04:23.747Z] ---> Running in 2a5c38b7e829 [2021-03-22T22:04:24.024Z] Removing intermediate container 39f0c60416d5 [2021-03-22T22:04:24.024Z] ---> 4e3259f79d11 [2021-03-22T22:04:24.024Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:04:24.306Z] ---> Running in 5f1ca820cf51 [2021-03-22T22:04:24.306Z] Removing intermediate container 5ed138d3f5ba [2021-03-22T22:04:24.306Z] ---> b6f846a8b85b [2021-03-22T22:04:24.306Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:04:24.306Z] Removing intermediate container 2a5c38b7e829 [2021-03-22T22:04:24.306Z] ---> 920c2b62f283 [2021-03-22T22:04:24.306Z] 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-22T22:04:25.295Z] Removing intermediate container 5f1ca820cf51 [2021-03-22T22:04:25.295Z] ---> d06225a81f79 [2021-03-22T22:04:25.295Z] Step 15/23 : WORKDIR / [2021-03-22T22:04:25.295Z] ---> Running in 4ed68e896f7f [2021-03-22T22:04:25.893Z] ---> 7da441954b32 [2021-03-22T22:04:25.893Z] ---> cda5febc86a2 [2021-03-22T22:04:25.893Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:04:25.893Z] 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-22T22:04:26.167Z] Removing intermediate container 4ed68e896f7f [2021-03-22T22:04:26.167Z] ---> 117f1fa24cba [2021-03-22T22:04:26.167Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:04:27.138Z] ---> 8a4a095facfb [2021-03-22T22:04:27.138Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:04:27.412Z] ---> ee6e334524e3 [2021-03-22T22:04:27.412Z] ---> 5e72b5067e00 [2021-03-22T22:04:27.412Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:04:27.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:04:28.394Z] ---> 8d8b06d66e4b [2021-03-22T22:04:28.394Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:04:29.380Z] ---> 60ac593bd67d [2021-03-22T22:04:29.380Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:04:29.380Z] ---> a0355055039c [2021-03-22T22:04:29.380Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:04:29.658Z] ---> Running in 169f4c7bc089 [2021-03-22T22:04:29.658Z] ---> 41338792111e [2021-03-22T22:04:29.658Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:04:29.658Z] Removing intermediate container e3b38b3eeb9e [2021-03-22T22:04:29.658Z] ---> 9f757ecdfa40 [2021-03-22T22:04:29.658Z] [2021-03-22T22:04:29.658Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:04:29.658Z] ---> d10569e2745f [2021-03-22T22:04:29.658Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:04:29.658Z] ---> Using cache [2021-03-22T22:04:29.658Z] ---> 5c673df1033d [2021-03-22T22:04:29.658Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:04:29.658Z] ---> Using cache [2021-03-22T22:04:29.658Z] ---> b23058139337 [2021-03-22T22:04:29.658Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:04:29.934Z] ---> Running in 9520f305999c [2021-03-22T22:04:30.206Z] Removing intermediate container 169f4c7bc089 [2021-03-22T22:04:30.206Z] ---> 0e5e87991347 [2021-03-22T22:04:30.206Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:04:30.480Z] ---> 82da1f7cec40 [2021-03-22T22:04:30.480Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:04:30.480Z] ---> Running in 15e4cca95435 [2021-03-22T22:04:30.761Z] ---> Running in 53b18743562f [2021-03-22T22:04:30.761Z] Removing intermediate container 9520f305999c [2021-03-22T22:04:30.761Z] ---> ecf4f3712909 [2021-03-22T22:04:30.761Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:04:31.044Z] ---> Running in 7d9e50a02b31 [2021-03-22T22:04:31.044Z] ---> 49876089a7da [2021-03-22T22:04:31.044Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:04:31.319Z] Removing intermediate container 15e4cca95435 [2021-03-22T22:04:31.319Z] ---> a93743845415 [2021-03-22T22:04:31.319Z] Step 19/21 : LABEL arch=arm64 [2021-03-22T22:04:31.319Z] Removing intermediate container 53b18743562f [2021-03-22T22:04:31.319Z] ---> a0ac38ba5884 [2021-03-22T22:04:31.319Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:04:31.319Z] ---> Running in 0de58bfda37f [2021-03-22T22:04:31.598Z] ---> Running in a2f2489eae9d [2021-03-22T22:04:31.598Z] Removing intermediate container 7d9e50a02b31 [2021-03-22T22:04:31.598Z] ---> 73ce7c77fd07 [2021-03-22T22:04:31.598Z] Step 15/23 : WORKDIR / [2021-03-22T22:04:31.868Z] ---> Running in 8c8a55362e81 [2021-03-22T22:04:31.868Z] Removing intermediate container 0de58bfda37f [2021-03-22T22:04:31.868Z] ---> 249dfcb8257d [2021-03-22T22:04:31.868Z] Step 20/21 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:04:32.146Z] ---> b6ae49bde9ab [2021-03-22T22:04:32.146Z] 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-22T22:04:32.146Z] Removing intermediate container a2f2489eae9d [2021-03-22T22:04:32.146Z] ---> aab2903ca04a [2021-03-22T22:04:32.146Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:04:32.146Z] ---> Running in e9ef7d73b326 [2021-03-22T22:04:32.146Z] ---> Running in e05b4dd91d4a [2021-03-22T22:04:32.147Z] ---> Running in 693831d6f788 [2021-03-22T22:04:32.422Z] Removing intermediate container 8c8a55362e81 [2021-03-22T22:04:32.422Z] ---> 7168632f4d0b [2021-03-22T22:04:32.422Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:04:32.695Z] Removing intermediate container e9ef7d73b326 [2021-03-22T22:04:32.695Z] ---> f8628f857bc5 [2021-03-22T22:04:32.695Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:04:32.975Z] Removing intermediate container 693831d6f788 [2021-03-22T22:04:32.975Z] ---> 91ab51b7a8f4 [2021-03-22T22:04:32.975Z] Step 22/23 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:04:32.975Z] ---> Running in ba68405481a2 [2021-03-22T22:04:33.249Z] ---> Running in 45f328e02a36 [2021-03-22T22:04:33.535Z] ---> 91343680989a [2021-03-22T22:04:33.535Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:04:33.809Z] Removing intermediate container ba68405481a2 [2021-03-22T22:04:33.809Z] ---> e41eff57e944 [2021-03-22T22:04:33.809Z] [2021-03-22T22:04:33.809Z] Removing intermediate container 45f328e02a36 [2021-03-22T22:04:33.809Z] ---> 1cd867c7b5f3 [2021-03-22T22:04:33.809Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:04:34.416Z] Successfully built e41eff57e944 [2021-03-22T22:04:34.416Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-22T22:04:34.416Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 8a428a9e31d5 [2021-03-22T22:04:35.063Z] Removing intermediate container 8a428a9e31d5 [2021-03-22T22:04:35.063Z] ---> 7ca1c54c32c4 [2021-03-22T22:04:35.063Z] [2021-03-22T22:04:35.347Z] ---> cc67a04696e1 [2021-03-22T22:04:35.347Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:04:35.622Z] Successfully built 7ca1c54c32c4 [2021-03-22T22:04:35.622Z] Removing intermediate container e05b4dd91d4a [2021-03-22T22:04:35.622Z] ---> e3e82fcecb1b [2021-03-22T22:04:35.622Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:04:35.622Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-22T22:04:35.898Z]  Building docker-core-command-go ... done  ---> Running in f5dedcbff67b [2021-03-22T22:04:36.183Z] ---> ee06aff0dd29 [2021-03-22T22:04:36.183Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:04:36.183Z] Removing intermediate container f5dedcbff67b [2021-03-22T22:04:36.183Z] ---> 844e9462391e [2021-03-22T22:04:36.183Z] Step 22/24 : LABEL arch=arm64 [2021-03-22T22:04:36.456Z] ---> Running in d6252b117a0c [2021-03-22T22:04:36.456Z] ---> Running in 5137f2f7ff03 [2021-03-22T22:04:37.044Z] Removing intermediate container d6252b117a0c [2021-03-22T22:04:37.044Z] ---> 131b8791e118 [2021-03-22T22:04:37.044Z] Step 23/24 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:04:37.044Z] Removing intermediate container 5137f2f7ff03 [2021-03-22T22:04:37.044Z] ---> 81d6b9ec4448 [2021-03-22T22:04:37.044Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:04:37.044Z] ---> Running in 61641d145d92 [2021-03-22T22:04:37.044Z] ---> Running in 4cc1d8b80f19 [2021-03-22T22:04:37.638Z] Removing intermediate container 4cc1d8b80f19 [2021-03-22T22:04:37.638Z] Removing intermediate container 61641d145d92 [2021-03-22T22:04:37.638Z] ---> c50c719e8187 [2021-03-22T22:04:37.638Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:04:37.638Z] ---> b7fbf98772bb [2021-03-22T22:04:37.638Z] Step 21/23 : LABEL arch=arm64 [2021-03-22T22:04:37.638Z] ---> Running in 3f18591536a8 [2021-03-22T22:04:37.638Z] ---> Running in 40e791f1211e [2021-03-22T22:04:38.230Z] Removing intermediate container 3f18591536a8 [2021-03-22T22:04:38.230Z] ---> 0f71d51622b8 [2021-03-22T22:04:38.230Z] [2021-03-22T22:04:38.230Z] Removing intermediate container 40e791f1211e [2021-03-22T22:04:38.230Z] ---> f75384c23e06 [2021-03-22T22:04:38.230Z] Step 22/23 : LABEL git_sha=20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [2021-03-22T22:04:38.501Z] ---> Running in f0d509a4823b [2021-03-22T22:04:38.501Z] Successfully built 0f71d51622b8 [2021-03-22T22:04:38.777Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-22T22:04:39.049Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f0d509a4823b [2021-03-22T22:04:39.049Z] ---> efa10d3bc37f [2021-03-22T22:04:39.049Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:04:39.049Z] ---> Running in e596de0e565c [2021-03-22T22:04:39.642Z] Removing intermediate container e596de0e565c [2021-03-22T22:04:39.642Z] ---> 68596384c47a [2021-03-22T22:04:39.642Z] [2021-03-22T22:04:39.911Z] Successfully built 68596384c47a [2021-03-22T22:04:39.911Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-22T22:04:40.197Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-03-22T22:04:40.182Z] $ docker stop --time=1 5ca7b6437b8b7335b7d81acaa6c44e0ddaf7a16ccdf0b628b8bbb57ee0bd11c9 [2021-03-22T22:04:42.100Z] $ docker rm -f 5ca7b6437b8b7335b7d81acaa6c44e0ddaf7a16ccdf0b628b8bbb57ee0bd11c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:04:42.866Z] + docker+ images [2021-03-22T22:04:42.866Z] grep docker [2021-03-22T22:04:43.136Z] docker-core-metadata-go-arm64 latest 68596384c47a 3 seconds ago 17.9MB [2021-03-22T22:04:43.137Z] docker-security-secretstore-setup-go-arm64 latest 0f71d51622b8 5 seconds ago 23.7MB [2021-03-22T22:04:43.137Z] docker-core-command-go-arm64 latest 7ca1c54c32c4 8 seconds ago 16.4MB [2021-03-22T22:04:43.137Z] docker-security-proxy-setup-go-arm64 latest e41eff57e944 9 seconds ago 23.4MB [2021-03-22T22:04:43.137Z] docker-sys-mgmt-agent-go-arm64 latest eec60752c0de About a minute ago 300MB [2021-03-22T22:04:43.137Z] docker-core-data-go-arm64 latest 0e2ac700561a 3 minutes ago 21.3MB [2021-03-22T22:04:43.137Z] docker-security-bootstrapper-go-arm64 latest 8694c9ce5ef6 3 minutes ago 17.8MB [2021-03-22T22:04:43.137Z] docker-support-notifications-go-arm64 latest d8e1c05adcb4 3 minutes ago 16.9MB [2021-03-22T22:04:43.137Z] docker-support-scheduler-go-arm64 latest f567dbe19915 3 minutes ago 16.3MB [2021-03-22T22:04:43.137Z] 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-22T22:04:44.074Z] ---> job-cost.sh [2021-03-22T22:04:44.074Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eGkA [2021-03-22T22:05:23.013Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-22T22:06:59.755Z] lf-activate-venv(): INFO: Adding /tmp/venv-eGkA/bin to PATH [2021-03-22T22:06:59.755Z] INFO: No Stack... [2021-03-22T22:06:59.755Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-22T22:06:59.755Z] INFO: Archiving Costs [Pipeline] sh [2021-03-22T22:07:00.088Z] + + cat /w/workspace/edgex-go/23/archives/cost.csv [2021-03-22T22:07:00.088Z] cut -d, -f6 [Pipeline] lock [2021-03-22T22:07:00.192Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-23-stack-cost] [2021-03-22T22:07:00.200Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-23-stack-cost] did not exist. Created. [2021-03-22T22:07:00.200Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-22T22:07:00.674Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-22T22:07:00.948Z] Stashed 1 file(s) [Pipeline] } [2021-03-22T22:07:00.958Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-23-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-22T22:07:02.068Z] provisioning config files... [2021-03-22T22:07:02.082Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config2081382539756667080tmp [Pipeline] { [Pipeline] sh [2021-03-22T22:07:02.499Z] + set +x [2021-03-22T22:07:02.499Z] + curl -s https://codecov.io/bash [2021-03-22T22:07:02.499Z] + bash -s -- [2021-03-22T22:07:02.763Z] [2021-03-22T22:07:02.763Z] _____ _ [2021-03-22T22:07:02.763Z] / ____| | | [2021-03-22T22:07:02.763Z] | | ___ __| | ___ ___ _____ __ [2021-03-22T22:07:02.763Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-22T22:07:02.763Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-22T22:07:02.763Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-22T22:07:02.763Z] Bash-20210309-2b87ace [2021-03-22T22:07:02.763Z] [2021-03-22T22:07:02.763Z] [2021-03-22T22:07:02.763Z] ==> git version 2.24.3 found [2021-03-22T22:07:03.026Z] ==> 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-22T22:07:03.026Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-22T22:07:03.026Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-22T22:07:03.026Z] ==> Jenkins CI detected. [2021-03-22T22:07:03.026Z] project root: . [2021-03-22T22:07:03.026Z] --> token set from env [2021-03-22T22:07:03.026Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-22T22:07:03.026Z] ==> Running gcov in . (disable via -X gcov) [2021-03-22T22:07:03.026Z] ==> Python coveragepy not found [2021-03-22T22:07:03.026Z] ==> Searching for coverage reports in: [2021-03-22T22:07:03.026Z] + . [2021-03-22T22:07:03.026Z] -> Found 1 reports [2021-03-22T22:07:03.026Z] ==> Detecting git/mercurial file structure [2021-03-22T22:07:03.026Z] ==> Reading reports [2021-03-22T22:07:03.026Z] + ./coverage.out bytes=659965 [2021-03-22T22:07:03.288Z] ==> Appending adjustments [2021-03-22T22:07:03.288Z] https://docs.codecov.io/docs/fixing-reports [2021-03-22T22:07:06.751Z] + Found adjustments [2021-03-22T22:07:06.751Z] ==> Gzipping contents [2021-03-22T22:07:06.751Z] 96K /tmp/codecov.6LKhlU.gz [2021-03-22T22:07:06.751Z] ==> Uploading reports [2021-03-22T22:07:06.751Z] url: https://codecov.io [2021-03-22T22:07:06.751Z] query: branch=PR-3234&commit=20c75560c217fc27b5a51c0fdc3646b4f6efdf57&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-22T22:07:06.751Z] -> Pinging Codecov [2021-03-22T22:07:06.751Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=20c75560c217fc27b5a51c0fdc3646b4f6efdf57&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-22T22:07:07.063Z] -> Uploading to [2021-03-22T22:07:07.063Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/20c75560c217fc27b5a51c0fdc3646b4f6efdf57/950f1cb2-5bef-4707-bc40-2dad2fc0879f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T220706Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d6f99c295308b760bc24048a6cf27d86605b25572757725a6b78966b8082b6b8 [2021-03-22T22:07:07.063Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-22T22:07:07.063Z] Dload Upload Total Spent Left Speed [2021-03-22T22:07:07.651Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96012 0 0 100 96012 0 221k --:--:-- --:--:-- --:--:-- 222k [2021-03-22T22:07:07.651Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/20c75560c217fc27b5a51c0fdc3646b4f6efdf57 [Pipeline] } [2021-03-22T22:07:07.661Z] 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-22T22:07:09.252Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:07:10.140Z] ---> package-listing.sh [2021-03-22T22:07:10.140Z] ++ facter osfamily [2021-03-22T22:07:10.140Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T22:07:10.140Z] + OS_FAMILY=redhat [2021-03-22T22:07:10.140Z] + workspace=/w/workspace/edgex-go/23 [2021-03-22T22:07:10.140Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T22:07:10.140Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T22:07:10.140Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T22:07:10.140Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T22:07:10.140Z] + '[' /w/workspace/edgex-go/23 ']' [2021-03-22T22:07:10.140Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T22:07:10.140Z] + case "${OS_FAMILY}" in [2021-03-22T22:07:10.140Z] + rpm -qa [2021-03-22T22:07:10.140Z] + sort [2021-03-22T22:07:15.458Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T22:07:15.458Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T22:07:15.458Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T22:07:15.458Z] + '[' /w/workspace/edgex-go/23 ']' [2021-03-22T22:07:15.458Z] + mkdir -p /w/workspace/edgex-go/23/archives/ [2021-03-22T22:07:15.458Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo [2021-03-22T22:07:15.472Z] 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T22:07:15.768Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:07:16.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:07:16.087Z] [2021-03-22T22:07:16.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:07:16.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:07:16.712Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T22:07:16.712Z] df20fa9351a1: Pulling fs layer [2021-03-22T22:07:16.712Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T22:07:16.712Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T22:07:16.712Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T22:07:16.712Z] 93b61091891f: Pulling fs layer [2021-03-22T22:07:16.712Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T22:07:16.712Z] 5e14af77c1be: Pulling fs layer [2021-03-22T22:07:16.712Z] 01666e4c0597: Pulling fs layer [2021-03-22T22:07:16.712Z] aa168da1d23b: Pulling fs layer [2021-03-22T22:07:16.712Z] 46f8f816bc3b: Waiting [2021-03-22T22:07:16.712Z] 93b61091891f: Waiting [2021-03-22T22:07:16.712Z] 01666e4c0597: Waiting [2021-03-22T22:07:16.712Z] 93b9cdb0e59b: Waiting [2021-03-22T22:07:16.712Z] aa168da1d23b: Waiting [2021-03-22T22:07:16.712Z] 5e14af77c1be: Waiting [2021-03-22T22:07:16.712Z] 36b3adc4ff6f: Verifying Checksum [2021-03-22T22:07:16.712Z] 36b3adc4ff6f: Download complete [2021-03-22T22:07:16.712Z] 46f8f816bc3b: Verifying Checksum [2021-03-22T22:07:16.712Z] 46f8f816bc3b: Download complete [2021-03-22T22:07:16.975Z] df20fa9351a1: Verifying Checksum [2021-03-22T22:07:16.975Z] 93b9cdb0e59b: Verifying Checksum [2021-03-22T22:07:16.975Z] 93b9cdb0e59b: Download complete [2021-03-22T22:07:16.975Z] 5e14af77c1be: Verifying Checksum [2021-03-22T22:07:16.975Z] 5e14af77c1be: Download complete [2021-03-22T22:07:16.975Z] 01666e4c0597: Verifying Checksum [2021-03-22T22:07:16.975Z] 01666e4c0597: Download complete [2021-03-22T22:07:17.249Z] df20fa9351a1: Pull complete [2021-03-22T22:07:17.514Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T22:07:17.514Z] 8ad3a11d3b57: Download complete [2021-03-22T22:07:17.514Z] 93b61091891f: Verifying Checksum [2021-03-22T22:07:17.514Z] 93b61091891f: Download complete [2021-03-22T22:07:17.514Z] 36b3adc4ff6f: Pull complete [2021-03-22T22:07:18.475Z] 8ad3a11d3b57: Pull complete [2021-03-22T22:07:18.475Z] 46f8f816bc3b: Pull complete [2021-03-22T22:07:19.427Z] aa168da1d23b: Verifying Checksum [2021-03-22T22:07:19.427Z] aa168da1d23b: Download complete [2021-03-22T22:07:20.377Z] 93b61091891f: Pull complete [2021-03-22T22:07:20.640Z] 93b9cdb0e59b: Pull complete [2021-03-22T22:07:20.903Z] 5e14af77c1be: Pull complete [2021-03-22T22:07:20.903Z] 01666e4c0597: Pull complete [2021-03-22T22:07:29.080Z] aa168da1d23b: Pull complete [2021-03-22T22:07:29.080Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T22:07:29.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:07:29.080Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T22:07:29.269Z] prd-centos7-docker-4c-2g-30933 does not seem to be running inside a container [2021-03-22T22:07:29.324Z] $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-22T22:07:33.484Z] $ docker top 364e1a55981e744c1488e73ddd1113b112a97c3b5c5cac93920ac0dbe11d2e88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:07:34.055Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T22:07:34.359Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T22:07:34.659Z] + ls /var/log/sa-host [2021-03-22T22:07:34.659Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T22:07:34.659Z] file_magic: OK [2021-03-22T22:07:34.659Z] HZ: Using current value: 100 [2021-03-22T22:07:34.659Z] file_header: OK [2021-03-22T22:07:34.659Z] 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-22T22:07:34.659Z] Statistics: [2021-03-22T22:07:34.659Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-22T22:07:34.659Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T22:07:34.659Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T22:07:34.659Z] file_magic: OK [2021-03-22T22:07:34.659Z] HZ: Using current value: 100 [2021-03-22T22:07:34.659Z] file_header: OK [2021-03-22T22:07:34.659Z] 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-22T22:07:34.659Z] Statistics: [2021-03-22T22:07:34.659Z] Hnuu...uuuununununu... [2021-03-22T22:07:34.659Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T22:07:34.866Z] provisioning config files... [2021-03-22T22:07:34.883Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config5618754527282907133tmp [Pipeline] { [Pipeline] echo [2021-03-22T22:07:34.951Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:07:35.284Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T22:07:35.294Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T22:07:35.384Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:07:35.686Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T22:07:35.697Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:07:35.995Z] ---> sudo-logs.sh [2021-03-22T22:07:35.995Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T22:07:36.062Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:07:36.361Z] ---> job-cost.sh [2021-03-22T22:07:36.362Z] lf-activate-venv: SKIPPING [2021-03-22T22:07:36.362Z] DEBUG: total: 0.20999999344348907 [2021-03-22T22:07:36.362Z] INFO: Retrieving Stack Cost... [2021-03-22T22:07:42.963Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T22:07:43.537Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T22:07:43.551Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:07:43.852Z] ---> logs-deploy.sh [2021-03-22T22:07:43.852Z] lf-activate-venv: SKIPPING [2021-03-22T22:07:43.852Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/23 [2021-03-22T22:07:43.852Z] INFO: archiving workspace using pattern(s): [2021-03-22T22:07:45.242Z] Archives upload complete. [2021-03-22T22:07:45.504Z] INFO: archiving logs to Nexus