Pull request #3365 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 1ca7629e1cd076585a36704fbab1254463beb4f2 rather than f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 Obtained Jenkinsfile from 1ca7629e1cd076585a36704fbab1254463beb4f2 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-95 in /w/workspace/edgexfoundry_edgex-go_PR-3365 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 > 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/3365/head:refs/remotes/origin/PR-3365 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1ca7629e1cd076585a36704fbab1254463beb4f2 into PR head commit f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 Merge succeeded, producing f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 Checking out Revision f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 (PR-3365) > git config core.sparsecheckout # timeout=10 > git checkout -f f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 # 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 1ca7629e1cd076585a36704fbab1254463beb4f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 # timeout=10 Commit message: "fix(scheduler): PATCH API Check intervalName nil value" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-14T09:42:08.641Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-14T09:42:08.748Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-14T09:42:08.786Z] ========================================================= [2021-04-14T09:42:08.787Z] EdgeX Global Pipelines Version Info [2021-04-14T09:42:08.787Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:42:10.383Z] ------------------- [2021-04-14T09:42:10.383Z] stable info: [2021-04-14T09:42:10.383Z] ------------------- [2021-04-14T09:42:10.383Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-14T09:42:10.383Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-14T09:42:10.383Z] Message: update stable to v1.0.186 [2021-04-14T09:42:11.335Z] ------------------- [2021-04-14T09:42:11.335Z] experimental info: [2021-04-14T09:42:11.335Z] ------------------- [2021-04-14T09:42:11.335Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-14T09:42:11.335Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-14T09:42:11.335Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-14T09:42:11.492Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-14T09:42:11.528Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-14T09:42:11.553Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-14T09:42:11.577Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-14T09:42:11.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-14T09:42:11.632Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-14T09:42:11.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-14T09:42:11.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-14T09:42:11.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-14T09:42:11.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-14T09:42:11.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-14T09:42:11.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-14T09:42:11.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-14T09:42:11.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-14T09:42:11.867Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-14T09:42:11.890Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-14T09:42:11.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-14T09:42:11.943Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-14T09:42:11.965Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-14T09:42:11.986Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-14T09:42:12.007Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-14T09:42:12.034Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-14T09:42:12.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3365 [Pipeline] echo [2021-04-14T09:42:12.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3365 [Pipeline] echo [2021-04-14T09:42:12.117Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3365 [Pipeline] echo [2021-04-14T09:42:12.139Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [Pipeline] echo [2021-04-14T09:42:12.159Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5098ad [Pipeline] echo [2021-04-14T09:42:12.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T09:42:12.303Z] provisioning config files... [2021-04-14T09:42:12.343Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config998433613133289362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:42:12.665Z] ---> docker-login.sh [2021-04-14T09:42:12.665Z] nexus3.edgexfoundry.org:10001 [2021-04-14T09:42:12.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:42:13.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:42:13.193Z] Configure a credential helper to remove this warning. See [2021-04-14T09:42:13.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:42:13.193Z] [2021-04-14T09:42:13.193Z] Login Succeeded [2021-04-14T09:42:13.193Z] nexus3.edgexfoundry.org:10002 [2021-04-14T09:42:13.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:42:13.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:42:13.193Z] Configure a credential helper to remove this warning. See [2021-04-14T09:42:13.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:42:13.193Z] [2021-04-14T09:42:13.193Z] Login Succeeded [2021-04-14T09:42:13.193Z] nexus3.edgexfoundry.org:10003 [2021-04-14T09:42:13.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:42:13.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:42:13.456Z] Configure a credential helper to remove this warning. See [2021-04-14T09:42:13.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:42:13.456Z] [2021-04-14T09:42:13.456Z] Login Succeeded [2021-04-14T09:42:13.456Z] nexus3.edgexfoundry.org:10004 [2021-04-14T09:42:13.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:42:13.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:42:13.718Z] Configure a credential helper to remove this warning. See [2021-04-14T09:42:13.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:42:13.718Z] [2021-04-14T09:42:13.718Z] Login Succeeded [2021-04-14T09:42:13.718Z] docker.io [2021-04-14T09:42:13.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:42:13.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:42:13.980Z] Configure a credential helper to remove this warning. See [2021-04-14T09:42:13.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:42:13.980Z] [2021-04-14T09:42:13.980Z] Login Succeeded [2021-04-14T09:42:13.980Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T09:42:13.989Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T09:42:14.316Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/core-command/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/core-data/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-14T09:42:14.317Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-14T09:42:14.317Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-14T09:42:14.317Z] ++ cut -d/ -f2 [2021-04-14T09:42:14.317Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-14T09:42:14.394Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:42:15.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:42:15.897Z] [2021-04-14T09:42:15.897Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:42:16.214Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:42:16.214Z] latest: Pulling from edgex-devops/git-semver [2021-04-14T09:42:16.214Z] 31603596830f: Pulling fs layer [2021-04-14T09:42:16.214Z] 2a8b12db71e7: Pulling fs layer [2021-04-14T09:42:16.214Z] 6ca5941a6612: Pulling fs layer [2021-04-14T09:42:16.214Z] ecc8261a40a4: Pulling fs layer [2021-04-14T09:42:16.214Z] ecc8261a40a4: Waiting [2021-04-14T09:42:16.214Z] 2a8b12db71e7: Verifying Checksum [2021-04-14T09:42:16.214Z] 2a8b12db71e7: Download complete [2021-04-14T09:42:16.214Z] 31603596830f: Verifying Checksum [2021-04-14T09:42:16.214Z] 31603596830f: Download complete [2021-04-14T09:42:16.483Z] ecc8261a40a4: Verifying Checksum [2021-04-14T09:42:16.483Z] ecc8261a40a4: Download complete [2021-04-14T09:42:16.483Z] 6ca5941a6612: Verifying Checksum [2021-04-14T09:42:16.483Z] 6ca5941a6612: Download complete [2021-04-14T09:42:16.751Z] 31603596830f: Pull complete [2021-04-14T09:42:16.751Z] 2a8b12db71e7: Pull complete [2021-04-14T09:42:17.701Z] 6ca5941a6612: Pull complete [2021-04-14T09:42:17.701Z] ecc8261a40a4: Pull complete [2021-04-14T09:42:17.701Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-14T09:42:17.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T09:42:17.701Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-14T09:42:17.815Z] prd-centos7-docker-4c-2g-95 does not seem to be running inside a container [2021-04-14T09:42:17.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-14T09:42:20.308Z] $ docker top 48da90fc5b926559af160d1e98c16ce88319af1254156fe6bdb183ef326afd25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T09:42:20.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T09:42:20.448Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T09:42:20.668Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T09:42:20.673Z] $ docker exec 48da90fc5b926559af160d1e98c16ce88319af1254156fe6bdb183ef326afd25 ssh-agent [2021-04-14T09:42:20.852Z] SSH_AUTH_SOCK=/tmp/ssh-7bUoHsG1SOEj/agent.11 [2021-04-14T09:42:20.852Z] SSH_AGENT_PID=16 [2021-04-14T09:42:20.862Z] Running ssh-add (command line suppressed) [2021-04-14T09:42:20.975Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_594552062830629945.key (/w/workspace/edgex-go/2@tmp/private_key_594552062830629945.key) [2021-04-14T09:42:21.026Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T09:42:21.325Z] + git tag --points-at HEAD [Pipeline] } [2021-04-14T09:42:21.345Z] $ docker exec --env ******** --env ******** 48da90fc5b926559af160d1e98c16ce88319af1254156fe6bdb183ef326afd25 ssh-agent -k [2021-04-14T09:42:21.453Z] unset SSH_AUTH_SOCK; [2021-04-14T09:42:21.453Z] unset SSH_AGENT_PID; [2021-04-14T09:42:21.453Z] echo Agent pid 16 killed; [2021-04-14T09:42:21.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-14T09:42:21.539Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T09:42:21.539Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T09:42:21.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T09:42:21.705Z] $ docker exec 48da90fc5b926559af160d1e98c16ce88319af1254156fe6bdb183ef326afd25 ssh-agent [2021-04-14T09:42:21.864Z] SSH_AUTH_SOCK=/tmp/ssh-5w1f49ofQLeX/agent.44 [2021-04-14T09:42:21.864Z] SSH_AGENT_PID=50 [2021-04-14T09:42:21.871Z] Running ssh-add (command line suppressed) [2021-04-14T09:42:21.985Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1951720183654498896.key (/w/workspace/edgex-go/2@tmp/private_key_1951720183654498896.key) [2021-04-14T09:42:22.033Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T09:42:22.343Z] + git semver init [2021-04-14T09:42:22.343Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T09:42:22.343Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-14T09:42:22.343Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-14T09:42:22.343Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T09:42:22.343Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T09:42:22.343Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T09:42:22.343Z] # $SEMVER_BRANCH = PR-3365 [2021-04-14T09:42:22.343Z] # $SEMVER_TEMP = /tmp/semver-989724286 [2021-04-14T09:42:22.343Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-14T09:42:40.496Z] # '/tmp/semver-989724286' -> '/w/workspace/edgex-go/2/.semver' [2021-04-14T09:42:40.496Z] # -> Force: false [2021-04-14T09:42:40.496Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-14T09:42:40.510Z] $ docker exec --env ******** --env ******** 48da90fc5b926559af160d1e98c16ce88319af1254156fe6bdb183ef326afd25 ssh-agent -k [2021-04-14T09:42:40.734Z] unset SSH_AUTH_SOCK; [2021-04-14T09:42:40.734Z] unset SSH_AGENT_PID; [2021-04-14T09:42:40.735Z] echo Agent pid 50 killed; [2021-04-14T09:42:40.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T09:42:41.157Z] + git semver [Pipeline] } [2021-04-14T09:42:41.178Z] $ docker stop --time=1 48da90fc5b926559af160d1e98c16ce88319af1254156fe6bdb183ef326afd25 [2021-04-14T09:42:42.846Z] $ docker rm -f 48da90fc5b926559af160d1e98c16ce88319af1254156fe6bdb183ef326afd25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T09:42:43.280Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-14T09:42:43.779Z] Stashed 1 file(s) [Pipeline] echo [2021-04-14T09:42:43.783Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T09:42:44.331Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:42:44.635Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:42:44.938Z] + sudo service docker restart [2021-04-14T09:42:44.938Z] + true [2021-04-14T09:42:44.938Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-14T09:42:45.528Z] ========================================================= [2021-04-14T09:42:45.528Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-14T09:42:45.528Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:42:45.839Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-14T09:42:49.155Z] Sending build context to Docker daemon 329.4MB [2021-04-14T09:42:49.155Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T09:42:49.155Z] Step 2/6 : FROM ${BASE} [2021-04-14T09:42:49.155Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-14T09:42:49.155Z] 188c0c94c7c5: Pulling fs layer [2021-04-14T09:42:49.155Z] 0ef7d3d256c8: Pulling fs layer [2021-04-14T09:42:49.155Z] de9db76c5a1d: Pulling fs layer [2021-04-14T09:42:49.155Z] bca2f99d35d6: Pulling fs layer [2021-04-14T09:42:49.155Z] 93359f2a8cfa: Pulling fs layer [2021-04-14T09:42:49.155Z] 7c6f9722023f: Pulling fs layer [2021-04-14T09:42:49.155Z] a35cf1a2eb13: Pulling fs layer [2021-04-14T09:42:49.155Z] 93359f2a8cfa: Waiting [2021-04-14T09:42:49.155Z] 7c6f9722023f: Waiting [2021-04-14T09:42:49.155Z] a35cf1a2eb13: Waiting [2021-04-14T09:42:49.155Z] bca2f99d35d6: Waiting [2021-04-14T09:42:49.155Z] de9db76c5a1d: Verifying Checksum [2021-04-14T09:42:49.155Z] de9db76c5a1d: Download complete [2021-04-14T09:42:49.155Z] 0ef7d3d256c8: Verifying Checksum [2021-04-14T09:42:49.155Z] 93359f2a8cfa: Verifying Checksum [2021-04-14T09:42:49.155Z] 93359f2a8cfa: Download complete [2021-04-14T09:42:49.155Z] 7c6f9722023f: Download complete [2021-04-14T09:42:49.155Z] 188c0c94c7c5: Verifying Checksum [2021-04-14T09:42:49.155Z] 188c0c94c7c5: Download complete [2021-04-14T09:42:49.734Z] 188c0c94c7c5: Pull complete [2021-04-14T09:42:49.995Z] 0ef7d3d256c8: Pull complete [2021-04-14T09:42:49.995Z] de9db76c5a1d: Pull complete [2021-04-14T09:42:51.394Z] a35cf1a2eb13: Verifying Checksum [2021-04-14T09:42:51.394Z] a35cf1a2eb13: Download complete [2021-04-14T09:42:51.656Z] bca2f99d35d6: Verifying Checksum [2021-04-14T09:42:51.656Z] bca2f99d35d6: Download complete [2021-04-14T09:42:57.025Z] bca2f99d35d6: Pull complete [2021-04-14T09:42:57.025Z] 93359f2a8cfa: Pull complete [2021-04-14T09:42:57.025Z] 7c6f9722023f: Pull complete [2021-04-14T09:42:58.923Z] Still waiting to schedule task [2021-04-14T09:42:58.924Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-14T09:43:03.629Z] a35cf1a2eb13: Pull complete [2021-04-14T09:43:03.629Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-14T09:43:03.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-14T09:43:03.629Z] ---> a62c8e92a672 [2021-04-14T09:43:03.629Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-14T09:43:03.629Z] ---> Running in 3ba0a498c65e [2021-04-14T09:43:03.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:43:04.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:43:04.839Z] (1/12) Installing libmagic (5.38-r0) [2021-04-14T09:43:05.411Z] (2/12) Installing file (5.38-r0) [2021-04-14T09:43:05.672Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-14T09:43:05.672Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-14T09:43:10.963Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-14T09:43:10.963Z] (6/12) Installing patch (2.7.6-r6) [2021-04-14T09:43:10.963Z] (7/12) Installing build-base (0.5-r2) [2021-04-14T09:43:10.963Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-14T09:43:10.963Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-14T09:43:10.963Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-14T09:43:10.963Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-14T09:43:10.963Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-14T09:43:10.963Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T09:43:10.963Z] OK: 233 MiB in 51 packages [2021-04-14T09:43:15.177Z] Removing intermediate container 3ba0a498c65e [2021-04-14T09:43:15.177Z] ---> c447d5229822 [2021-04-14T09:43:15.177Z] Step 4/6 : WORKDIR /edgex-go [2021-04-14T09:43:15.177Z] ---> Running in 21f9584ad4dc [2021-04-14T09:43:15.177Z] Removing intermediate container 21f9584ad4dc [2021-04-14T09:43:15.177Z] ---> d99ac8fd763b [2021-04-14T09:43:15.177Z] Step 5/6 : COPY go.mod . [2021-04-14T09:43:15.177Z] ---> cb1b9013a5f6 [2021-04-14T09:43:15.177Z] Step 6/6 : RUN go mod download [2021-04-14T09:43:15.177Z] ---> Running in 09a3151b0d7c [2021-04-14T09:43:37.158Z] Removing intermediate container 09a3151b0d7c [2021-04-14T09:43:37.158Z] ---> de568c7be8c6 [2021-04-14T09:43:37.158Z] Successfully built de568c7be8c6 [2021-04-14T09:43:37.158Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:43:37.471Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T09:43:37.471Z] . [Pipeline] withDockerContainer [2021-04-14T09:43:37.570Z] prd-centos7-docker-4c-2g-95 does not seem to be running inside a container [2021-04-14T09:43:37.611Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T09:43:38.406Z] $ docker top 29bddac70ec1546dcce39b9f67808042f20a5feae08a7aa3ba52693c1665455d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:43:38.866Z] + go version [2021-04-14T09:43:38.866Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-14T09:43:38.879Z] $ docker stop --time=1 29bddac70ec1546dcce39b9f67808042f20a5feae08a7aa3ba52693c1665455d [2021-04-14T09:43:40.267Z] $ docker rm -f 29bddac70ec1546dcce39b9f67808042f20a5feae08a7aa3ba52693c1665455d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:43:40.778Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T09:43:40.778Z] . [Pipeline] withDockerContainer [2021-04-14T09:43:40.884Z] prd-centos7-docker-4c-2g-95 does not seem to be running inside a container [2021-04-14T09:43:40.928Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T09:43:41.626Z] $ docker top 79f677e071fc0a306bed64b5f35b73debdc34723ced54bd51935c647852f45f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T09:43:41.747Z] ========================================================= [2021-04-14T09:43:41.747Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-14T09:43:41.747Z] ========================================================= [Pipeline] sh [2021-04-14T09:43:42.034Z] + make test [2021-04-14T09:43:42.034Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-14T09:43:50.227Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-14T09:44:05.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-14T09:44:11.962Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-14T09:44:11.962Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-14T09:44:11.962Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-14T09:44:14.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-14T09:44:14.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-14T09:44:14.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-14T09:44:14.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-14T09:44:14.536Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-14T09:44:15.126Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-14T09:44:17.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-14T09:44:17.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-14T09:44:17.069Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-14T09:44:19.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.079s coverage: 45.9% of statements [2021-04-14T09:44:19.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-14T09:44:19.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-14T09:44:19.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-14T09:44:19.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-14T09:44:19.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-14T09:44:19.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-14T09:44:19.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.053s coverage: 19.8% of statements [2021-04-14T09:44:19.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements [2021-04-14T09:44:23.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.1% of statements [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-14T09:44:23.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-14T09:44:23.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-14T09:44:23.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 71.3% of statements [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-14T09:44:23.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.177s coverage: 82.9% of statements [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:44:23.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.089s coverage: 78.9% of statements [2021-04-14T09:44:23.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-14T09:44:26.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.354s coverage: 28.6% of statements [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-14T09:44:26.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-14T09:44:26.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-14T09:44:26.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-14T09:44:26.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.154s coverage: 97.5% of statements [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-14T09:44:26.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-04-14T09:44:26.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-14T09:44:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-14T09:44:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-14T09:44:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.352s coverage: 92.8% of statements [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.9% of statements [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-14T09:44:28.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.111s coverage: 79.5% of statements [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2021-04-14T09:44:28.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-04-14T09:44:40.771Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-96 in /w/workspace/edgexfoundry_edgex-go_PR-3365 [Pipeline] { [Pipeline] ws [2021-04-14T09:44:40.790Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-14T09:44:40.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements [2021-04-14T09:44:40.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-04-14T09:44:43.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 81.9% of statements [2021-04-14T09:44:43.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-14T09:44:46.268Z] using credential edgex-jenkins-ssh [2021-04-14T09:44:46.288Z] Cloning the remote Git repository [2021-04-14T09:44:46.330Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-14T09:44:46.427Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-14T09:44:46.519Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T09:44:46.519Z] > git --version # timeout=10 [2021-04-14T09:44:46.536Z] > git --version # 'git version 2.17.1' [2021-04-14T09:44:46.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:44:46.596Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.080s coverage: 92.9% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.103s coverage: 87.2% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.6% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.6% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.4% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 69.0% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 38.4% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.0% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.054s coverage: 10.5% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.128s coverage: 87.7% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-14T09:44:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-14T09:44:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.112s coverage: 95.6% of statements [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-14T09:44:53.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements [2021-04-14T09:44:53.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-04-14T09:44:53.655Z] GO111MODULE=on go vet ./... [2021-04-14T09:45:01.541Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T09:45:01.564Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:45:01.589Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T09:45:01.631Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T09:45:01.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:45:01.648Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3365/head:refs/remotes/origin/PR-3365 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T09:45:03.843Z] Merging remotes/origin/master commit 1ca7629e1cd076585a36704fbab1254463beb4f2 into PR head commit f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:45:04.290Z] Merge succeeded, producing f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:45:04.291Z] Checking out Revision f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 (PR-3365) [2021-04-14T09:45:03.860Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T09:45:03.888Z] > git checkout -f f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 # timeout=10 [2021-04-14T09:45:04.201Z] > git remote # timeout=10 [2021-04-14T09:45:04.218Z] > git config --get remote.origin.url # timeout=10 [2021-04-14T09:45:04.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:45:04.253Z] > git merge 1ca7629e1cd076585a36704fbab1254463beb4f2 # timeout=10 [2021-04-14T09:45:04.275Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-14T09:45:04.295Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T09:45:04.310Z] > git checkout -f f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 # timeout=10 [2021-04-14T09:45:08.631Z] Commit message: "fix(scheduler): PATCH API Check intervalName nil value" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T09:45:10.195Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:45:10.603Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T09:45:10.942Z] + true [2021-04-14T09:45:10.943Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T09:45:12.958Z] provisioning config files... [2021-04-14T09:45:13.001Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7734949425693246330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:45:13.364Z] ---> docker-login.sh [2021-04-14T09:45:13.364Z] nexus3.edgexfoundry.org:10001 [2021-04-14T09:45:14.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:45:14.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:45:14.614Z] Configure a credential helper to remove this warning. See [2021-04-14T09:45:14.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:45:14.614Z] [2021-04-14T09:45:14.614Z] Login Succeeded [2021-04-14T09:45:14.614Z] nexus3.edgexfoundry.org:10002 [2021-04-14T09:45:14.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:45:14.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:45:14.889Z] Configure a credential helper to remove this warning. See [2021-04-14T09:45:14.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:45:14.889Z] [2021-04-14T09:45:14.889Z] Login Succeeded [2021-04-14T09:45:14.889Z] nexus3.edgexfoundry.org:10003 [2021-04-14T09:45:15.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:45:15.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:45:15.490Z] Configure a credential helper to remove this warning. See [2021-04-14T09:45:15.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:45:15.490Z] [2021-04-14T09:45:15.490Z] Login Succeeded [2021-04-14T09:45:15.490Z] nexus3.edgexfoundry.org:10004 [2021-04-14T09:45:15.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:45:16.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:45:16.043Z] Configure a credential helper to remove this warning. See [2021-04-14T09:45:16.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:45:16.043Z] [2021-04-14T09:45:16.043Z] Login Succeeded [2021-04-14T09:45:16.043Z] docker.io [2021-04-14T09:45:16.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T09:45:16.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T09:45:16.584Z] Configure a credential helper to remove this warning. See [2021-04-14T09:45:16.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T09:45:16.584Z] [2021-04-14T09:45:16.584Z] Login Succeeded [2021-04-14T09:45:16.584Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T09:45:16.607Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-14T09:45:16.884Z] ========================================================= [2021-04-14T09:45:16.884Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-14T09:45:16.884Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:45:17.229Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-14T09:45:19.850Z] Sending build context to Docker daemon 167.2MB [2021-04-14T09:45:19.850Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T09:45:19.850Z] Step 2/6 : FROM ${BASE} [2021-04-14T09:45:19.850Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-14T09:45:19.850Z] 5f621e34cdf4: Pulling fs layer [2021-04-14T09:45:19.850Z] a4357932f1b6: Pulling fs layer [2021-04-14T09:45:19.850Z] 18c013af1878: Pulling fs layer [2021-04-14T09:45:19.850Z] 00ac8860ef70: Pulling fs layer [2021-04-14T09:45:19.850Z] 63d7cb157983: Pulling fs layer [2021-04-14T09:45:19.850Z] b116817d02f9: Pulling fs layer [2021-04-14T09:45:19.850Z] 745a02a5169b: Pulling fs layer [2021-04-14T09:45:19.850Z] b116817d02f9: Waiting [2021-04-14T09:45:19.850Z] 00ac8860ef70: Waiting [2021-04-14T09:45:19.850Z] 745a02a5169b: Waiting [2021-04-14T09:45:19.850Z] 63d7cb157983: Waiting [2021-04-14T09:45:19.850Z] 18c013af1878: Verifying Checksum [2021-04-14T09:45:19.850Z] 18c013af1878: Download complete [2021-04-14T09:45:19.850Z] a4357932f1b6: Download complete [2021-04-14T09:45:19.850Z] 63d7cb157983: Verifying Checksum [2021-04-14T09:45:19.850Z] 63d7cb157983: Download complete [2021-04-14T09:45:19.850Z] b116817d02f9: Download complete [2021-04-14T09:45:19.850Z] 5f621e34cdf4: Download complete [2021-04-14T09:45:20.126Z] 5f621e34cdf4: Pull complete [2021-04-14T09:45:20.626Z] gofmt -l . [2021-04-14T09:45:20.626Z] [ "`gofmt -l .`" = "" ] [2021-04-14T09:45:20.626Z] ./bin/test-go-mod-tidy.sh [2021-04-14T09:45:20.626Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-14T09:45:20.731Z] a4357932f1b6: Pull complete [2021-04-14T09:45:20.924Z] + ls -al . [2021-04-14T09:45:20.924Z] total 796 [2021-04-14T09:45:20.924Z] drwxrwxr-x 10 1001 1001 4096 Apr 14 09:45 . [2021-04-14T09:45:20.924Z] drwxr-xr-x 4 root root 28 Apr 14 09:43 .. [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 11 Apr 14 09:42 .dockerignore [2021-04-14T09:45:20.924Z] drwxrwxr-x 8 1001 1001 179 Apr 14 09:42 .git [2021-04-14T09:45:20.924Z] drwxrwxr-x 3 1001 1001 125 Apr 14 09:42 .github [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 818 Apr 14 09:42 .gitignore [2021-04-14T09:45:20.924Z] drwx------ 3 1001 1001 60 Apr 14 09:42 .semver [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 166 Apr 14 09:42 .sonarcloud.properties [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 8607 Apr 14 09:42 Attribution.txt [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 3804 Apr 14 09:42 CONTRIBUTING.md [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 931 Apr 14 09:42 Dockerfile.build [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 863 Apr 14 09:42 Jenkinsfile [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 10775 Apr 14 09:42 LICENSE [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 5774 Apr 14 09:42 Makefile [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 6548 Apr 14 09:42 README.md [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 6755 Apr 14 09:42 SECURITY.md [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 5 Apr 14 09:42 VERSION [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 4131 Apr 14 09:42 ZMQWindows.md [2021-04-14T09:45:20.924Z] drwxrwxr-x 2 1001 1001 117 Apr 14 09:42 bin [2021-04-14T09:45:20.924Z] drwxrwxr-x 14 1001 1001 4096 Apr 14 09:42 cmd [2021-04-14T09:45:20.924Z] -rw-r--r-- 1 root root 686607 Apr 14 09:44 coverage.out [2021-04-14T09:45:20.924Z] -rw-r--r-- 1 root root 1056 Apr 14 09:45 go.mod [2021-04-14T09:45:20.924Z] -rw-r--r-- 1 root root 21911 Apr 14 09:45 go.sum [2021-04-14T09:45:20.924Z] drwxrwxr-x 8 1001 1001 127 Apr 14 09:42 internal [2021-04-14T09:45:20.924Z] drwxrwxr-x 4 1001 1001 26 Apr 14 09:42 openapi [2021-04-14T09:45:20.924Z] drwxrwxr-x 4 1001 1001 71 Apr 14 09:42 snap [2021-04-14T09:45:20.924Z] -rw-rw-r-- 1 1001 1001 168 Apr 14 09:42 version.go [Pipeline] sh [2021-04-14T09:45:21.002Z] 18c013af1878: Pull complete [2021-04-14T09:45:21.216Z] + '[' -e coverage.out ] [2021-04-14T09:45:21.216Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-14T09:45:21.602Z] 745a02a5169b: Verifying Checksum [2021-04-14T09:45:21.602Z] 745a02a5169b: Download complete [2021-04-14T09:45:21.714Z] Stashed 1 file(s) [Pipeline] sh [2021-04-14T09:45:22.004Z] + make build [2021-04-14T09:45:22.004Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T09:45:23.028Z] 00ac8860ef70: Verifying Checksum [2021-04-14T09:45:23.028Z] 00ac8860ef70: Download complete [2021-04-14T09:45:25.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T09:45:33.185Z] 00ac8860ef70: Pull complete [2021-04-14T09:45:33.185Z] 63d7cb157983: Pull complete [2021-04-14T09:45:33.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T09:45:33.780Z] b116817d02f9: Pull complete [2021-04-14T09:45:34.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T09:45:36.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T09:45:36.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T09:45:37.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T09:45:38.091Z] 745a02a5169b: Pull complete [2021-04-14T09:45:38.091Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-14T09:45:38.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-14T09:45:38.091Z] ---> b7e6874047d6 [2021-04-14T09:45:38.091Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-14T09:45:38.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T09:45:39.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T09:45:40.711Z] ---> Running in d82374bde63a [2021-04-14T09:45:41.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T09:45:41.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:45:42.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T09:45:42.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:45:43.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T09:45:44.094Z] (1/12) Installing libmagic (5.38-r0) [2021-04-14T09:45:44.095Z] (2/12) Installing file (5.38-r0) [2021-04-14T09:45:44.367Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-14T09:45:44.367Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-04-14T09:45:45.093Z] $ docker stop --time=1 79f677e071fc0a306bed64b5f35b73debdc34723ced54bd51935c647852f45f1 [2021-04-14T09:45:46.642Z] $ docker rm -f 79f677e071fc0a306bed64b5f35b73debdc34723ced54bd51935c647852f45f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:45:49.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T09:45:49.935Z] [2021-04-14T09:45:49.935Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:45:50.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T09:45:50.244Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-14T09:45:50.244Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-14T09:45:50.244Z] ca9280d653b3: Pulling fs layer [2021-04-14T09:45:50.244Z] 7e9c9ca2126c: Pulling fs layer [2021-04-14T09:45:50.508Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-14T09:45:50.508Z] cbdbe7a5bc2a: Download complete [2021-04-14T09:45:50.768Z] cbdbe7a5bc2a: Pull complete [2021-04-14T09:45:51.030Z] ca9280d653b3: Verifying Checksum [2021-04-14T09:45:51.030Z] ca9280d653b3: Download complete [2021-04-14T09:45:51.083Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-14T09:45:51.084Z] (6/12) Installing patch (2.7.6-r6) [2021-04-14T09:45:51.084Z] (7/12) Installing build-base (0.5-r2) [2021-04-14T09:45:51.084Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-14T09:45:51.084Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-14T09:45:51.084Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-14T09:45:51.084Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-14T09:45:51.084Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-14T09:45:51.084Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T09:45:51.084Z] OK: 217 MiB in 51 packages [2021-04-14T09:45:52.426Z] ca9280d653b3: Pull complete [2021-04-14T09:45:52.426Z] 7e9c9ca2126c: Download complete [2021-04-14T09:45:55.393Z] Removing intermediate container d82374bde63a [2021-04-14T09:45:55.393Z] ---> 72ecc02caa0d [2021-04-14T09:45:55.393Z] Step 4/6 : WORKDIR /edgex-go [2021-04-14T09:45:55.393Z] ---> Running in 6713c0a1f787 [2021-04-14T09:45:55.989Z] Removing intermediate container 6713c0a1f787 [2021-04-14T09:45:55.989Z] ---> e26873ed4f64 [2021-04-14T09:45:55.989Z] Step 5/6 : COPY go.mod . [2021-04-14T09:45:56.582Z] ---> 3a08725f37c1 [2021-04-14T09:45:56.582Z] Step 6/6 : RUN go mod download [2021-04-14T09:45:56.582Z] ---> Running in 1ea36fc8c3a5 [2021-04-14T09:45:59.023Z] 7e9c9ca2126c: Pull complete [2021-04-14T09:45:59.023Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-14T09:45:59.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T09:45:59.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-14T09:45:59.197Z] prd-centos7-docker-4c-2g-95 does not seem to be running inside a container [2021-04-14T09:45:59.240Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-14T09:46:00.043Z] $ docker top fc641c2d5d318c437a419b8e5b093a649707c27df3b717ef04dbc3a809efd0e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:46:00.446Z] + docker-compose build --help [2021-04-14T09:46:00.446Z] + grep parallel [2021-04-14T09:46:01.393Z] --parallel Build images in parallel. [Pipeline] } [2021-04-14T09:46:01.411Z] $ docker stop --time=1 fc641c2d5d318c437a419b8e5b093a649707c27df3b717ef04dbc3a809efd0e5 [2021-04-14T09:46:02.756Z] $ docker rm -f fc641c2d5d318c437a419b8e5b093a649707c27df3b717ef04dbc3a809efd0e5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:46:03.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T09:46:03.223Z] . [Pipeline] withDockerContainer [2021-04-14T09:46:03.318Z] prd-centos7-docker-4c-2g-95 does not seem to be running inside a container [2021-04-14T09:46:03.357Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-14T09:46:04.006Z] $ docker top 03a73eefe4898417e64964ae87e0f5c955779222250f048aab15b4a7d5ce565e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:46:04.435Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T09:46:05.398Z] Building docker-core-command-go ... [2021-04-14T09:46:05.398Z] Building docker-core-data-go ... [2021-04-14T09:46:05.398Z] Building docker-core-metadata-go ... [2021-04-14T09:46:05.398Z] Building docker-security-bootstrapper-go ... [2021-04-14T09:46:05.398Z] Building docker-security-proxy-setup-go ... [2021-04-14T09:46:05.398Z] Building docker-security-secretstore-setup-go ... [2021-04-14T09:46:05.398Z] Building docker-support-notifications-go ... [2021-04-14T09:46:05.398Z] Building docker-support-scheduler-go ... [2021-04-14T09:46:05.398Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T09:46:05.398Z] Building docker-core-command-go [2021-04-14T09:46:05.398Z] Building docker-support-scheduler-go [2021-04-14T09:46:05.398Z] Building docker-security-proxy-setup-go [2021-04-14T09:46:05.398Z] Building docker-security-secretstore-setup-go [2021-04-14T09:46:05.398Z] Building docker-support-notifications-go [2021-04-14T09:46:23.374Z] Removing intermediate container 1ea36fc8c3a5 [2021-04-14T09:46:23.374Z] ---> 7fbdd2e84562 [2021-04-14T09:46:23.374Z] Successfully built 7fbdd2e84562 [2021-04-14T09:46:23.374Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:46:23.716Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T09:46:23.716Z] . [Pipeline] withDockerContainer [2021-04-14T09:46:23.960Z] prd-ubuntu18.04-docker-arm64-4c-16g-96 does not seem to be running inside a container [2021-04-14T09:46:24.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-14T09:46:25.595Z] $ docker top 6f290a7f18bff55fd39132a2d392201b3433cab992bf39c7b916ef17b6861ce4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:46:26.550Z] + go version [2021-04-14T09:46:26.550Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-14T09:46:26.571Z] $ docker stop --time=1 6f290a7f18bff55fd39132a2d392201b3433cab992bf39c7b916ef17b6861ce4 [2021-04-14T09:46:28.486Z] $ docker rm -f 6f290a7f18bff55fd39132a2d392201b3433cab992bf39c7b916ef17b6861ce4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:46:29.147Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T09:46:29.147Z] . [Pipeline] withDockerContainer [2021-04-14T09:46:29.412Z] prd-ubuntu18.04-docker-arm64-4c-16g-96 does not seem to be running inside a container [2021-04-14T09:46:29.490Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-14T09:46:30.895Z] $ docker top 42ed1109600dff016d56cb67cceb1c75fc2fca56e047a490b9b153d845c04d93 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T09:46:31.181Z] ========================================================= [2021-04-14T09:46:31.181Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-14T09:46:31.181Z] ========================================================= [Pipeline] sh [2021-04-14T09:46:31.829Z] + make test [2021-04-14T09:46:31.829Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-14T09:46:37.582Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:46:37.582Z] [2021-04-14T09:46:37.582Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:46:37.582Z] [2021-04-14T09:46:37.582Z] ---> de568c7be8c6 [2021-04-14T09:46:37.582Z] ---> de568c7be8c6 [2021-04-14T09:46:37.582Z] Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-04-14T09:46:37.582Z] [2021-04-14T09:46:37.582Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:46:37.582Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:46:37.582Z] ---> de568c7be8c6 [2021-04-14T09:46:37.582Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T09:46:37.582Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:46:37.582Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:46:37.582Z] ---> de568c7be8c6 [2021-04-14T09:46:37.582Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T09:46:37.582Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:46:37.582Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:46:37.582Z] ---> de568c7be8c6 [2021-04-14T09:46:37.582Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T09:46:37.582Z] ---> Running in 9cd1f8055519 [2021-04-14T09:46:37.582Z] ---> Running in 7a17cab6e4d2 [2021-04-14T09:46:37.582Z] ---> Running in 64ce47046ca7 [2021-04-14T09:46:37.582Z] ---> Running in 1f501f23fa10 [2021-04-14T09:46:37.582Z] ---> Running in a06d145619f7 [2021-04-14T09:46:37.582Z] Removing intermediate container a06d145619f7 [2021-04-14T09:46:37.582Z] ---> 0cec0e50ccbe [2021-04-14T09:46:37.582Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:46:37.582Z] Removing intermediate container 7a17cab6e4d2 [2021-04-14T09:46:37.582Z] ---> ec2d49abe0bb [2021-04-14T09:46:37.582Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:46:37.582Z] Removing intermediate container 1f501f23fa10 [2021-04-14T09:46:37.582Z] ---> 8b1679a2f25f [2021-04-14T09:46:37.582Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:46:37.582Z] Removing intermediate container 64ce47046ca7 [2021-04-14T09:46:37.582Z] ---> 6b5336e51b7d [2021-04-14T09:46:37.582Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:46:37.582Z] Removing intermediate container 9cd1f8055519 [2021-04-14T09:46:37.582Z] ---> ba911ba34441 [2021-04-14T09:46:37.582Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:46:37.582Z] ---> Running in 2e828d92bb34 [2021-04-14T09:46:37.582Z] ---> Running in 36410cbcb32b [2021-04-14T09:46:37.582Z] ---> Running in f86c1403947a [2021-04-14T09:46:37.582Z] ---> Running in 9f2a4bfeee8a [2021-04-14T09:46:37.582Z] ---> Running in 608b51804691 [2021-04-14T09:46:38.532Z] Removing intermediate container 2e828d92bb34 [2021-04-14T09:46:38.532Z] ---> 05df086f40c6 [2021-04-14T09:46:38.532Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T09:46:38.794Z] Removing intermediate container 36410cbcb32b [2021-04-14T09:46:38.794Z] ---> c5249de695d1 [2021-04-14T09:46:38.794Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T09:46:38.794Z] ---> Running in 9bf3787db8ec [2021-04-14T09:46:38.794Z] Removing intermediate container f86c1403947a [2021-04-14T09:46:38.794Z] ---> 151ff687c57f [2021-04-14T09:46:38.794Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T09:46:39.055Z] ---> Running in e4b6572c4c88 [2021-04-14T09:46:39.055Z] Removing intermediate container 608b51804691 [2021-04-14T09:46:39.055Z] ---> 97cc97d381ca [2021-04-14T09:46:39.055Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T09:46:39.055Z] Removing intermediate container 9f2a4bfeee8a [2021-04-14T09:46:39.055Z] ---> b0e9db3e71b8 [2021-04-14T09:46:39.055Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T09:46:39.317Z] ---> Running in 65f115723b70 [2021-04-14T09:46:39.317Z] ---> Running in 4a0895ff9b85 [2021-04-14T09:46:39.317Z] ---> Running in 0c60215fa0c4 [2021-04-14T09:46:39.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:46:40.955Z] OK: 233 MiB in 51 packages [2021-04-14T09:46:41.229Z] OK: 233 MiB in 51 packages [2021-04-14T09:46:41.229Z] OK: 233 MiB in 51 packages [2021-04-14T09:46:41.229Z] OK: 233 MiB in 51 packages [2021-04-14T09:46:41.491Z] OK: 233 MiB in 51 packages [2021-04-14T09:46:41.753Z] Removing intermediate container 9bf3787db8ec [2021-04-14T09:46:41.753Z] ---> c68b3a8187e1 [2021-04-14T09:46:41.753Z] Step 6/22 : COPY go.mod . [2021-04-14T09:46:42.013Z] Removing intermediate container e4b6572c4c88 [2021-04-14T09:46:42.013Z] ---> 0f52a83188db [2021-04-14T09:46:42.013Z] Step 6/23 : COPY go.mod . [2021-04-14T09:46:42.013Z] ---> e2953aabdf2e [2021-04-14T09:46:42.013Z] Step 7/22 : RUN go mod download [2021-04-14T09:46:42.275Z] Removing intermediate container 65f115723b70 [2021-04-14T09:46:42.275Z] ---> 0c4c8e2a16e2 [2021-04-14T09:46:42.275Z] Step 6/22 : COPY go.mod . [2021-04-14T09:46:42.275Z] ---> Running in de1239722da1 [2021-04-14T09:46:42.536Z] Removing intermediate container 4a0895ff9b85 [2021-04-14T09:46:42.536Z] ---> b38a882f1aab [2021-04-14T09:46:42.536Z] Step 6/21 : COPY go.mod . [2021-04-14T09:46:42.536Z] ---> d5544cdb38a1 [2021-04-14T09:46:42.537Z] Step 7/23 : RUN go mod download [2021-04-14T09:46:42.803Z] Removing intermediate container 0c60215fa0c4 [2021-04-14T09:46:42.803Z] ---> fcdf4f5daff4 [2021-04-14T09:46:42.803Z] Step 6/24 : COPY go.mod . [2021-04-14T09:46:42.803Z] ---> 62e812f55933 [2021-04-14T09:46:42.803Z] Step 7/22 : RUN go mod download [2021-04-14T09:46:42.803Z] ---> Running in 141f2762f6d1 [2021-04-14T09:46:43.066Z] ---> Running in c369c925cbc4 [2021-04-14T09:46:43.066Z] ---> 00ae897bce7c [2021-04-14T09:46:43.066Z] Step 7/21 : RUN go mod download [2021-04-14T09:46:43.066Z] ---> 73c13576c737 [2021-04-14T09:46:43.066Z] Step 7/24 : RUN go mod download [2021-04-14T09:46:43.328Z] ---> Running in 6128d5d4c204 [2021-04-14T09:46:43.328Z] ---> Running in b18c23eeeb09 [2021-04-14T09:46:44.738Z] Removing intermediate container de1239722da1 [2021-04-14T09:46:44.738Z] ---> e95a9b8ee0a8 [2021-04-14T09:46:44.738Z] Step 8/22 : COPY . . [2021-04-14T09:46:46.308Z] Removing intermediate container 141f2762f6d1 [2021-04-14T09:46:46.308Z] ---> 3c71567be561 [2021-04-14T09:46:46.308Z] Step 8/23 : COPY . . [2021-04-14T09:46:48.931Z] Removing intermediate container c369c925cbc4 [2021-04-14T09:46:48.931Z] ---> 17c55e78fb99 [2021-04-14T09:46:48.931Z] Step 8/22 : COPY . . [2021-04-14T09:46:54.120Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-14T09:46:54.233Z] Removing intermediate container 6128d5d4c204 [2021-04-14T09:46:54.233Z] ---> 27ffbfe3385d [2021-04-14T09:46:54.233Z] Step 8/21 : COPY . . [2021-04-14T09:46:55.627Z] Removing intermediate container b18c23eeeb09 [2021-04-14T09:46:55.627Z] ---> 7aa1e4f1784a [2021-04-14T09:46:55.627Z] Step 8/24 : COPY . . [2021-04-14T09:47:27.842Z] ---> 813d90e88481 [2021-04-14T09:47:27.842Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-14T09:47:29.229Z] ---> Running in 32b9d1ae588f [2021-04-14T09:47:30.178Z] ---> a1d30923bfc7 [2021-04-14T09:47:30.178Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-14T09:47:30.178Z] ---> b614975e480c [2021-04-14T09:47:30.178Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T09:47:30.440Z] ---> Running in da18509bc3bc [2021-04-14T09:47:30.440Z] ---> ab8865498633 [2021-04-14T09:47:30.440Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T09:47:30.440Z] ---> Running in 006f665c747a [2021-04-14T09:47:30.440Z] ---> 6cdf57b5d415 [2021-04-14T09:47:30.440Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T09:47:30.703Z] ---> Running in fd7ddab54233 [2021-04-14T09:47:30.703Z] ---> Running in 9dc9568ea3e1 [2021-04-14T09:47:31.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T09:47:31.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T09:47:31.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T09:47:31.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T09:47:31.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T09:47:41.097Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-14T09:47:49.421Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-14T09:47:56.162Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-14T09:47:56.162Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-14T09:47:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-14T09:47:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-14T09:47:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-14T09:47:58.797Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-14T09:48:03.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-14T09:48:03.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-14T09:48:04.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T09:48:04.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T09:48:10.749Z] Removing intermediate container da18509bc3bc [2021-04-14T09:48:10.749Z] ---> f33e234f391f [2021-04-14T09:48:10.749Z] [2021-04-14T09:48:10.749Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T09:48:10.749Z] Removing intermediate container 006f665c747a [2021-04-14T09:48:10.749Z] ---> ed4b3dd6f96f [2021-04-14T09:48:10.749Z] [2021-04-14T09:48:10.749Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T09:48:10.749Z] Removing intermediate container 32b9d1ae588f [2021-04-14T09:48:10.749Z] ---> 712f0f9a6d1d [2021-04-14T09:48:10.749Z] [2021-04-14T09:48:10.749Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T09:48:10.749Z] 3.12: Pulling from library/alpine [2021-04-14T09:48:10.749Z] 3.12: Pulling from library/alpine [2021-04-14T09:48:10.749Z] 3.12: Pulling from library/alpine [2021-04-14T09:48:11.442Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-14T09:48:11.442Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-14T09:48:11.442Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-14T09:48:12.138Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T09:48:12.138Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T09:48:12.138Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T09:48:12.138Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T09:48:12.138Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T09:48:12.138Z] Status: Image is up to date for alpine:3.12 [2021-04-14T09:48:12.138Z] ---> 7230e588e954 [2021-04-14T09:48:12.138Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T09:48:12.138Z] ---> 7230e588e954 [2021-04-14T09:48:12.138Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T09:48:12.138Z] ---> 7230e588e954 [2021-04-14T09:48:12.138Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T09:48:13.527Z] Removing intermediate container 9dc9568ea3e1 [2021-04-14T09:48:13.527Z] ---> a9116c1d6fcd [2021-04-14T09:48:13.527Z] [2021-04-14T09:48:13.527Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T09:48:13.527Z] ---> 7230e588e954 [2021-04-14T09:48:13.527Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T09:48:13.527Z] ---> Running in b049dedfb442 [2021-04-14T09:48:13.527Z] Removing intermediate container fd7ddab54233 [2021-04-14T09:48:13.527Z] ---> d1efcc153d07 [2021-04-14T09:48:13.527Z] [2021-04-14T09:48:13.527Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T09:48:13.527Z] ---> 7230e588e954 [2021-04-14T09:48:13.527Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T09:48:13.527Z] ---> Running in 74638e40da64 [2021-04-14T09:48:13.527Z] ---> Running in f12d1b8ee1de [2021-04-14T09:48:13.807Z] ---> Running in b4c0483fd962 [2021-04-14T09:48:13.807Z] ---> Running in 03521227329b [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T09:48:14.775Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T09:48:14.775Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] OK: 6 MiB in 15 packages [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T09:48:14.775Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:48:14.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:14.775Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T09:48:15.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:15.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:15.039Z] OK: 6 MiB in 16 packages [2021-04-14T09:48:15.039Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T09:48:15.039Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:48:15.039Z] OK: 6 MiB in 15 packages [2021-04-14T09:48:15.039Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T09:48:15.039Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T09:48:15.039Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T09:48:15.039Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-14T09:48:15.039Z] (4/6) Installing curl (7.76.1-r0) [2021-04-14T09:48:15.039Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T09:48:15.039Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T09:48:15.039Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T09:48:15.039Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:48:15.039Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-14T09:48:15.301Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T09:48:15.302Z] (4/4) Installing curl (7.76.1-r0) [2021-04-14T09:48:15.302Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:48:15.302Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T09:48:15.302Z] OK: 7 MiB in 20 packages [2021-04-14T09:48:15.302Z] OK: 7 MiB in 18 packages [2021-04-14T09:48:16.690Z] Removing intermediate container b049dedfb442 [2021-04-14T09:48:16.690Z] ---> 7896cc078bf1 [2021-04-14T09:48:16.690Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:48:16.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.406s coverage: 45.9% of statements [2021-04-14T09:48:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-14T09:48:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-14T09:48:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-14T09:48:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-14T09:48:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-14T09:48:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-14T09:48:16.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.114s coverage: 19.8% of statements [2021-04-14T09:48:16.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.310s coverage: 100.0% of statements [2021-04-14T09:48:16.952Z] ---> Running in 5b45dff3d315 [2021-04-14T09:48:16.952Z] Removing intermediate container 74638e40da64 [2021-04-14T09:48:16.952Z] ---> f71c89337e21 [2021-04-14T09:48:16.952Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:48:17.901Z] Removing intermediate container f12d1b8ee1de [2021-04-14T09:48:17.901Z] ---> 57ddbac9ff83 [2021-04-14T09:48:17.901Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:48:18.475Z] ---> Running in c2c47ad1b059 [2021-04-14T09:48:18.475Z] Removing intermediate container 5b45dff3d315 [2021-04-14T09:48:18.475Z] ---> 7ca3ec6db739 [2021-04-14T09:48:18.475Z] ---> Running in d5cf365a3a10 [2021-04-14T09:48:18.475Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T09:48:18.475Z] Removing intermediate container 03521227329b [2021-04-14T09:48:18.475Z] ---> 44a1e6ea899d [2021-04-14T09:48:18.475Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T09:48:18.475Z] Removing intermediate container b4c0483fd962 [2021-04-14T09:48:18.475Z] ---> aa655cc3b965 [2021-04-14T09:48:18.475Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T09:48:18.737Z] ---> Running in b46ed2d76ac8 [2021-04-14T09:48:18.737Z] ---> Running in 3a76f5670b67 [2021-04-14T09:48:18.737Z] Removing intermediate container c2c47ad1b059 [2021-04-14T09:48:18.737Z] ---> 1ef4fb792ce8 [2021-04-14T09:48:18.737Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T09:48:18.737Z] Removing intermediate container d5cf365a3a10 [2021-04-14T09:48:18.737Z] ---> 651a4b243882 [2021-04-14T09:48:18.737Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T09:48:18.999Z] ---> Running in 1cd5fbf2213f [2021-04-14T09:48:18.999Z] ---> Running in d470da8d9e37 [2021-04-14T09:48:18.999Z] ---> Running in 9853c5afabb5 [2021-04-14T09:48:19.261Z] Removing intermediate container b46ed2d76ac8 [2021-04-14T09:48:19.261Z] ---> d67ffcc61080 [2021-04-14T09:48:19.261Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T09:48:19.261Z] Removing intermediate container 3a76f5670b67 [2021-04-14T09:48:19.261Z] ---> e1620291bb98 [2021-04-14T09:48:19.261Z] Step 13/24 : WORKDIR / [2021-04-14T09:48:19.261Z] Removing intermediate container 1cd5fbf2213f [2021-04-14T09:48:19.261Z] ---> 2e99ddd696c4 [2021-04-14T09:48:19.261Z] Step 13/21 : WORKDIR /edgex [2021-04-14T09:48:19.261Z] ---> Running in b3233074d3ee [2021-04-14T09:48:19.523Z] Removing intermediate container d470da8d9e37 [2021-04-14T09:48:19.523Z] ---> 9182dabf6428 [2021-04-14T09:48:19.523Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T09:48:19.523Z] ---> Running in 4391003eddd2 [2021-04-14T09:48:19.523Z] Removing intermediate container 9853c5afabb5 [2021-04-14T09:48:19.523Z] ---> fcfe7130924c [2021-04-14T09:48:19.523Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T09:48:19.785Z] ---> Running in 2757433e9150 [2021-04-14T09:48:19.785Z] ---> Running in 436f8dc42537 [2021-04-14T09:48:19.785Z] ---> Running in fd2237245c01 [2021-04-14T09:48:19.785Z] Removing intermediate container b3233074d3ee [2021-04-14T09:48:19.785Z] ---> 0aa588cfc6e8 [2021-04-14T09:48:19.785Z] Step 15/23 : WORKDIR / [2021-04-14T09:48:19.785Z] Removing intermediate container 4391003eddd2 [2021-04-14T09:48:19.785Z] ---> f08154cbc74d [2021-04-14T09:48:19.785Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-14T09:48:20.046Z] ---> Running in d9fb4e56c444 [2021-04-14T09:48:20.046Z] Removing intermediate container 2757433e9150 [2021-04-14T09:48:20.046Z] ---> da9e368c56f9 [2021-04-14T09:48:20.046Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-14T09:48:20.307Z] Removing intermediate container fd2237245c01 [2021-04-14T09:48:20.307Z] ---> 86efc3c3301f [2021-04-14T09:48:20.307Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:48:20.307Z] Removing intermediate container 436f8dc42537 [2021-04-14T09:48:20.307Z] ---> 0aa627b8faf6 [2021-04-14T09:48:20.307Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:48:20.307Z] ---> 0369f15d7447 [2021-04-14T09:48:20.307Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-14T09:48:20.307Z] Removing intermediate container d9fb4e56c444 [2021-04-14T09:48:20.307Z] ---> 18c966a3d9b2 [2021-04-14T09:48:20.307Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:48:20.574Z] ---> 052e885e91b9 [2021-04-14T09:48:20.574Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T09:48:20.574Z] ---> 676c5352e25e [2021-04-14T09:48:20.574Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T09:48:20.840Z] ---> 2b76f478fe36 [2021-04-14T09:48:20.840Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T09:48:20.840Z] ---> f7baa0f34eae [2021-04-14T09:48:20.840Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T09:48:21.102Z] ---> 0a738411246a [2021-04-14T09:48:21.102Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T09:48:21.370Z] ---> 47d760ba066e [2021-04-14T09:48:21.370Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T09:48:21.370Z] ---> 6d9c76a6558d [2021-04-14T09:48:21.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T09:48:21.370Z] ---> 35104d1a0bc2 [2021-04-14T09:48:21.370Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T09:48:21.636Z] ---> 0e35048e7372 [2021-04-14T09:48:21.636Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T09:48:22.583Z] ---> 84421e1c37fb [2021-04-14T09:48:22.583Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T09:48:22.845Z] ---> f51b7be7584c [2021-04-14T09:48:22.845Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T09:48:22.845Z] ---> 9a680b1ac6da [2021-04-14T09:48:22.846Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T09:48:22.846Z] ---> 8637895073ba [2021-04-14T09:48:22.846Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T09:48:22.846Z] ---> 7a9aa429af69 [2021-04-14T09:48:22.846Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T09:48:23.107Z] ---> Running in c218104e02b3 [2021-04-14T09:48:23.107Z] ---> Running in 3e30ccd9c6b4 [2021-04-14T09:48:23.107Z] ---> Running in 24364fea2b0b [2021-04-14T09:48:23.107Z] ---> 03a840a82dd7 [2021-04-14T09:48:23.107Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T09:48:23.369Z] ---> Running in 4024f76d8896 [2021-04-14T09:48:23.369Z] ---> 28594980c2e8 [2021-04-14T09:48:23.369Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T09:48:23.369Z] Removing intermediate container 3e30ccd9c6b4 [2021-04-14T09:48:23.369Z] ---> c9b164176b6f [2021-04-14T09:48:23.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:48:23.369Z] Removing intermediate container c218104e02b3 [2021-04-14T09:48:23.369Z] ---> d01ca7336826 [2021-04-14T09:48:23.369Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T09:48:23.369Z] Removing intermediate container 24364fea2b0b [2021-04-14T09:48:23.369Z] ---> 7dfbe26d8614 [2021-04-14T09:48:23.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:48:23.630Z] ---> Running in 1e8416952fa0 [2021-04-14T09:48:23.630Z] ---> Running in 87523acbe0c6 [2021-04-14T09:48:23.630Z] ---> Running in 2e8282b63d68 [2021-04-14T09:48:23.630Z] Removing intermediate container 4024f76d8896 [2021-04-14T09:48:23.630Z] ---> 90000f90e8d4 [2021-04-14T09:48:23.630Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:48:23.893Z] ---> d068b2569598 [2021-04-14T09:48:23.893Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-14T09:48:23.893Z] ---> Running in 6fa7b2fe082d [2021-04-14T09:48:23.893Z] ---> Running in c2adb52fb26f [2021-04-14T09:48:24.155Z] Removing intermediate container 87523acbe0c6 [2021-04-14T09:48:24.155Z] ---> ee53b4766db6 [2021-04-14T09:48:24.155Z] Step 19/21 : LABEL arch=x86_64 [2021-04-14T09:48:24.155Z] Removing intermediate container 1e8416952fa0 [2021-04-14T09:48:24.155Z] ---> 53c30d513f6d [2021-04-14T09:48:24.155Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T09:48:24.155Z] Removing intermediate container 2e8282b63d68 [2021-04-14T09:48:24.155Z] ---> 48007809d7cb [2021-04-14T09:48:24.155Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T09:48:24.421Z] ---> Running in 2e35f807c34f [2021-04-14T09:48:24.421Z] ---> Running in f196faf7c96e [2021-04-14T09:48:24.421Z] ---> Running in 2b381e7c8905 [2021-04-14T09:48:24.421Z] Removing intermediate container 6fa7b2fe082d [2021-04-14T09:48:24.421Z] ---> d61853b30fe7 [2021-04-14T09:48:24.421Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T09:48:24.421Z] ---> Running in d76c49d0f092 [2021-04-14T09:48:24.686Z] Removing intermediate container f196faf7c96e [2021-04-14T09:48:24.686Z] ---> e18da84bd9d9 [2021-04-14T09:48:24.686Z] Step 21/22 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:48:24.686Z] Removing intermediate container 2e35f807c34f [2021-04-14T09:48:24.686Z] ---> 4dcc964be456 [2021-04-14T09:48:24.686Z] Step 20/21 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:48:24.686Z] Removing intermediate container 2b381e7c8905 [2021-04-14T09:48:24.686Z] ---> 17b1fcd4cd2a [2021-04-14T09:48:24.686Z] Step 21/22 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:48:24.948Z] ---> Running in a2ca7f4f24d4 [2021-04-14T09:48:24.948Z] ---> Running in 3271a35b9f09 [2021-04-14T09:48:24.948Z] Removing intermediate container d76c49d0f092 [2021-04-14T09:48:24.948Z] ---> e924c327b3d7 [2021-04-14T09:48:24.948Z] Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:48:24.948Z] ---> Running in 786c08cf406d [2021-04-14T09:48:25.211Z] ---> Running in e53ad26d878e [2021-04-14T09:48:25.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.1% of statements [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-14T09:48:25.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.200s coverage: 100.0% of statements [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-14T09:48:25.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-14T09:48:25.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-14T09:48:25.474Z] Removing intermediate container a2ca7f4f24d4 [2021-04-14T09:48:25.474Z] ---> 888437921347 [2021-04-14T09:48:25.474Z] Step 22/22 : LABEL version=0.0.0 [2021-04-14T09:48:25.474Z] Removing intermediate container 786c08cf406d [2021-04-14T09:48:25.474Z] ---> f718e5784345 [2021-04-14T09:48:25.474Z] Step 22/22 : LABEL version=0.0.0 [2021-04-14T09:48:25.474Z] Removing intermediate container 3271a35b9f09 [2021-04-14T09:48:25.474Z] ---> ec2378a164a7 [2021-04-14T09:48:25.474Z] Step 21/21 : LABEL version=0.0.0 [2021-04-14T09:48:25.474Z] ---> Running in 80d53d6ac0f8 [2021-04-14T09:48:25.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 71.3% of statements [2021-04-14T09:48:25.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-14T09:48:25.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-14T09:48:25.736Z] ---> Running in af3a92bca799 [2021-04-14T09:48:25.736Z] Removing intermediate container e53ad26d878e [2021-04-14T09:48:25.736Z] ---> 11b42e5278e3 [2021-04-14T09:48:25.736Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T09:48:25.736Z] ---> Running in 6589adb0fd11 [2021-04-14T09:48:25.736Z] Removing intermediate container c2adb52fb26f [2021-04-14T09:48:25.736Z] ---> 7325dc24775a [2021-04-14T09:48:25.736Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-14T09:48:25.736Z] ---> Running in 265426c2abad [2021-04-14T09:48:25.999Z] Removing intermediate container 80d53d6ac0f8 [2021-04-14T09:48:25.999Z] ---> 8f162dec4f13 [2021-04-14T09:48:25.999Z] [2021-04-14T09:48:25.999Z] ---> Running in 8e7a107b058f [2021-04-14T09:48:25.999Z] Removing intermediate container af3a92bca799 [2021-04-14T09:48:25.999Z] ---> ab39cd94594f [2021-04-14T09:48:25.999Z] [2021-04-14T09:48:25.999Z] Removing intermediate container 6589adb0fd11 [2021-04-14T09:48:25.999Z] ---> c67c73cda2db [2021-04-14T09:48:25.999Z] [2021-04-14T09:48:26.263Z] Removing intermediate container 265426c2abad [2021-04-14T09:48:26.263Z] ---> 539405ac269e [2021-04-14T09:48:26.263Z] [2021-04-14T09:48:26.263Z] Successfully built 8f162dec4f13 [2021-04-14T09:48:26.263Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-14T09:48:26.264Z] Removing intermediate container 8e7a107b058f [2021-04-14T09:48:26.264Z] ---> 9a2932240c3e [2021-04-14T09:48:26.264Z] Step 22/24 : LABEL arch=x86_64 [2021-04-14T09:48:26.264Z] Building docker-core-metadata-go [2021-04-14T09:48:26.264Z]  Building docker-support-scheduler-go ... done Successfully built c67c73cda2db [2021-04-14T09:48:26.264Z] Successfully built ab39cd94594f [2021-04-14T09:48:26.264Z] Successfully built 539405ac269e [2021-04-14T09:48:26.524Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-14T09:48:26.524Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-14T09:48:26.524Z] Successfully tagged docker-support-notifications-go:latest [2021-04-14T09:48:26.524Z] Building docker-security-bootstrapper-go [2021-04-14T09:48:26.524Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest [2021-04-14T09:48:26.524Z] Building docker-core-data-go [2021-04-14T09:48:26.524Z]  Building docker-core-command-go ... done  ---> Running in a6fa45211164 [2021-04-14T09:48:26.785Z] Removing intermediate container a6fa45211164 [2021-04-14T09:48:26.785Z] ---> 4bf21ab18281 [2021-04-14T09:48:26.785Z] Step 23/24 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:48:26.785Z] ---> Running in a33abebac549 [2021-04-14T09:48:26.785Z] Removing intermediate container a33abebac549 [2021-04-14T09:48:26.785Z] ---> 01ecc68510ab [2021-04-14T09:48:26.785Z] Step 24/24 : LABEL version=0.0.0 [2021-04-14T09:48:26.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.530s coverage: 82.9% of statements [2021-04-14T09:48:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-14T09:48:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:48:26.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.147s coverage: 78.9% of statements [2021-04-14T09:48:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-14T09:48:27.047Z] ---> Running in 2d08ceb44fe7 [2021-04-14T09:48:27.048Z] Removing intermediate container 2d08ceb44fe7 [2021-04-14T09:48:27.048Z] ---> 1641fac9217b [2021-04-14T09:48:27.048Z] [2021-04-14T09:48:27.310Z] Successfully built 1641fac9217b [2021-04-14T09:48:27.310Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-14T09:48:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-14T09:48:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-14T09:48:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.155s coverage: 100.0% of statements [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-14T09:48:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.415s coverage: 86.7% of statements [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-14T09:48:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.430s coverage: 97.5% of statements [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-14T09:48:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.239s coverage: 78.3% of statements [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-14T09:48:37.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-14T09:48:45.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.119s coverage: 92.8% of statements [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-14T09:48:45.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-14T09:48:45.462Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-14T09:48:45.462Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.246s coverage: 0.9% of statements [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-14T09:48:45.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-14T09:48:45.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.155s coverage: 47.1% of statements [2021-04-14T09:48:45.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.168s coverage: 79.5% of statements [2021-04-14T09:48:45.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.150s coverage: 94.1% of statements [2021-04-14T09:48:45.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.156s coverage: 96.3% of statements [2021-04-14T09:48:46.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.126s coverage: 87.5% of statements [2021-04-14T09:48:54.065Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:48:54.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:48:54.065Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:48:54.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:48:54.065Z] ---> de568c7be8c6 [2021-04-14T09:48:54.065Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T09:48:54.065Z] ---> de568c7be8c6 [2021-04-14T09:48:54.065Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T09:48:54.065Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:48:54.065Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:48:54.065Z] ---> de568c7be8c6 [2021-04-14T09:48:54.065Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T09:48:54.065Z] ---> Using cache [2021-04-14T09:48:54.065Z] ---> 6b5336e51b7d [2021-04-14T09:48:54.065Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:48:54.065Z] ---> Using cache [2021-04-14T09:48:54.065Z] ---> 6b5336e51b7d [2021-04-14T09:48:54.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> 6b5336e51b7d [2021-04-14T09:48:54.066Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> b0e9db3e71b8 [2021-04-14T09:48:54.066Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> b0e9db3e71b8 [2021-04-14T09:48:54.066Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> b0e9db3e71b8 [2021-04-14T09:48:54.066Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> fcdf4f5daff4 [2021-04-14T09:48:54.066Z] Step 6/23 : COPY go.mod . [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> fcdf4f5daff4 [2021-04-14T09:48:54.066Z] Step 6/31 : COPY go.mod . [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> 73c13576c737 [2021-04-14T09:48:54.066Z] Step 7/23 : RUN go mod download ---> Using cache [2021-04-14T09:48:54.066Z] [2021-04-14T09:48:54.066Z] ---> 73c13576c737 [2021-04-14T09:48:54.066Z] Step 7/31 : RUN go mod download [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> 7aa1e4f1784a [2021-04-14T09:48:54.066Z] ---> 7aa1e4f1784a [2021-04-14T09:48:54.066Z] Step 8/23 : COPY . .Step 8/31 : COPY . . [2021-04-14T09:48:54.066Z] [2021-04-14T09:48:54.066Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:48:54.066Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:48:54.066Z] ---> de568c7be8c6 [2021-04-14T09:48:54.066Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> 6b5336e51b7d [2021-04-14T09:48:54.066Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> b0e9db3e71b8 [2021-04-14T09:48:54.066Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> 6cdf57b5d415 [2021-04-14T09:48:54.066Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T09:48:54.066Z] ---> Using cache [2021-04-14T09:48:54.066Z] ---> 6cdf57b5d415 [2021-04-14T09:48:54.066Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-14T09:48:54.066Z] ---> Running in 91d2151aabe8 [2021-04-14T09:48:54.066Z] ---> Running in f3b57c6f3564 [2021-04-14T09:48:54.066Z] ---> Running in 62ebec833870 [2021-04-14T09:48:54.066Z] ---> Running in 214ee784c0fc [2021-04-14T09:48:54.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T09:48:54.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T09:48:54.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:54.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:54.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:54.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:48:54.610Z] OK: 233 MiB in 51 packages [2021-04-14T09:48:54.891Z] OK: 233 MiB in 51 packages [2021-04-14T09:48:56.330Z] Removing intermediate container 91d2151aabe8 [2021-04-14T09:48:56.330Z] ---> 8823cf6e47fc [2021-04-14T09:48:56.330Z] Step 6/23 : COPY go.mod . [2021-04-14T09:48:56.330Z] Removing intermediate container 62ebec833870 [2021-04-14T09:48:56.330Z] ---> aa206e32bc82 [2021-04-14T09:48:56.330Z] Step 6/23 : COPY go.mod . [2021-04-14T09:48:56.604Z] ---> b59f1c9fee87 [2021-04-14T09:48:56.604Z] Step 7/23 : RUN go mod download [2021-04-14T09:48:56.604Z] ---> Running in f15baab94e58 [2021-04-14T09:48:56.604Z] ---> fe24acdd39a8 [2021-04-14T09:48:56.604Z] Step 7/23 : RUN go mod download [2021-04-14T09:48:56.888Z] ---> Running in 1973ec059552 [2021-04-14T09:48:59.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.153s coverage: 94.4% of statements [2021-04-14T09:48:59.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.107s coverage: 44.8% of statements [2021-04-14T09:49:00.252Z] Removing intermediate container f15baab94e58 [2021-04-14T09:49:00.253Z] ---> ec4531196beb [2021-04-14T09:49:00.253Z] Step 8/23 : COPY . . [2021-04-14T09:49:00.253Z] Removing intermediate container 1973ec059552 [2021-04-14T09:49:00.253Z] ---> 0dd5621de753 [2021-04-14T09:49:00.253Z] Step 8/23 : COPY . . [2021-04-14T09:49:03.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.477s coverage: 81.9% of statements [2021-04-14T09:49:03.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.191s coverage: 92.9% of statements [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.115s coverage: 80.8% of statements [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.209s coverage: 87.2% of statements [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.193s coverage: 84.6% of statements [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.6% of statements [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.540s coverage: 64.4% of statements [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-14T09:49:13.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-04-14T09:49:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-04-14T09:49:14.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.085s coverage: 100.0% of statements [2021-04-14T09:49:18.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.883s coverage: 69.0% of statements [2021-04-14T09:49:18.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-14T09:49:18.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-14T09:49:18.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-14T09:49:19.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.511s coverage: 38.4% of statements [2021-04-14T09:49:19.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-14T09:49:19.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-14T09:49:19.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.092s coverage: 89.5% of statements [2021-04-14T09:49:19.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-14T09:49:19.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-04-14T09:49:26.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.438s coverage: 47.0% of statements [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-14T09:49:26.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-14T09:49:26.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-14T09:49:26.326Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.134s coverage: 10.5% of statements [2021-04-14T09:49:26.326Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-14T09:49:27.098Z] Removing intermediate container 214ee784c0fc [2021-04-14T09:49:27.099Z] ---> f05a781d96d8 [2021-04-14T09:49:27.099Z] [2021-04-14T09:49:27.099Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T09:49:27.099Z] ---> 7230e588e954 [2021-04-14T09:49:27.099Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T09:49:27.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.431s coverage: 87.7% of statements [2021-04-14T09:49:27.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-14T09:49:27.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:49:27.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-14T09:49:27.361Z] ---> ddcaca4baeaf [2021-04-14T09:49:27.361Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T09:49:28.307Z] ---> c6070dc466e4 [2021-04-14T09:49:28.307Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T09:49:28.573Z] ---> Running in 90046eda12a1 [2021-04-14T09:49:28.573Z] ---> Running in 12d42bf93dd7 [2021-04-14T09:49:28.573Z] ---> Running in 13a23fb3d4b6 [2021-04-14T09:49:29.147Z] Removing intermediate container 90046eda12a1 [2021-04-14T09:49:29.147Z] ---> f6558687b283 [2021-04-14T09:49:29.147Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T09:49:29.147Z] Removing intermediate container f3b57c6f3564 [2021-04-14T09:49:29.147Z] ---> 9f34f4ecd9d9 [2021-04-14T09:49:29.147Z] [2021-04-14T09:49:29.147Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T09:49:29.147Z] ---> 7230e588e954 [2021-04-14T09:49:29.147Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T09:49:29.147Z] ---> Using cache [2021-04-14T09:49:29.147Z] ---> 57ddbac9ff83 [2021-04-14T09:49:29.147Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:49:29.147Z] ---> Using cache [2021-04-14T09:49:29.147Z] ---> 651a4b243882 [2021-04-14T09:49:29.147Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T09:49:29.147Z] ---> Running in d98f3957b683 [2021-04-14T09:49:29.412Z] ---> Running in 05d34260ccef [2021-04-14T09:49:29.412Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T09:49:29.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T09:49:29.690Z] Removing intermediate container 05d34260ccef [2021-04-14T09:49:29.690Z] ---> 76dd66b0efee [2021-04-14T09:49:29.690Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T09:49:29.690Z] ---> Running in 1dd495b0e759 [2021-04-14T09:49:29.963Z] Removing intermediate container 1dd495b0e759 [2021-04-14T09:49:29.963Z] ---> b1a29bc92999 [2021-04-14T09:49:29.963Z] Step 15/23 : WORKDIR / [2021-04-14T09:49:29.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:49:29.963Z] ---> Running in 18ed943d7555 [2021-04-14T09:49:30.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:49:30.235Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T09:49:30.235Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T09:49:30.235Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:49:30.503Z] OK: 6 MiB in 16 packages [2021-04-14T09:49:30.769Z] Removing intermediate container 18ed943d7555 [2021-04-14T09:49:30.769Z] ---> 744b3e477f79 [2021-04-14T09:49:30.769Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:49:31.748Z] ---> bade4d38033e [2021-04-14T09:49:31.748Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T09:49:31.748Z] Removing intermediate container d98f3957b683 [2021-04-14T09:49:31.748Z] ---> c1dacf5aa513 [2021-04-14T09:49:31.748Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T09:49:32.026Z] ---> Running in 48d69b365a13 [2021-04-14T09:49:32.308Z] Removing intermediate container 48d69b365a13 [2021-04-14T09:49:32.308Z] ---> 36e2cc9ea083 [2021-04-14T09:49:32.308Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T09:49:32.308Z] ---> 678ca30955dc [2021-04-14T09:49:32.308Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T09:49:32.581Z] ---> Running in 3a208313027c [2021-04-14T09:49:32.849Z] Removing intermediate container 3a208313027c [2021-04-14T09:49:32.849Z] ---> 08720ed744f9 [2021-04-14T09:49:32.849Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T09:49:33.117Z] ---> cec2765dbbba [2021-04-14T09:49:33.117Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T09:49:33.117Z] ---> Running in f9833a23f00f [2021-04-14T09:49:33.386Z] ---> Running in a3d16b07205d [2021-04-14T09:49:33.995Z] Removing intermediate container a3d16b07205d [2021-04-14T09:49:33.995Z] ---> bc07a1c83639 [2021-04-14T09:49:33.995Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:49:34.276Z] ---> Running in 3670eb8d3a3b [2021-04-14T09:49:34.549Z] Removing intermediate container 3670eb8d3a3b [2021-04-14T09:49:34.549Z] ---> c2a7f4d90952 [2021-04-14T09:49:34.549Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T09:49:34.823Z] ---> Running in b303b556f4d1 [2021-04-14T09:49:35.096Z] Removing intermediate container b303b556f4d1 [2021-04-14T09:49:35.096Z] ---> 59fc26be2f2d [2021-04-14T09:49:35.096Z] Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:49:35.096Z] Removing intermediate container f9833a23f00f [2021-04-14T09:49:35.096Z] ---> 83f5e1f3712d [2021-04-14T09:49:35.096Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T09:49:35.365Z] ---> Running in 14a98a8d91d4 [2021-04-14T09:49:35.365Z] ---> Running in 3c9d4f422070 [2021-04-14T09:49:35.609Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.264s coverage: 29.1% of statements [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.301s coverage: 95.6% of statements [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-14T09:49:35.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-04-14T09:49:35.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 28.1% of statements [2021-04-14T09:49:35.883Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-14T09:49:36.337Z] Removing intermediate container 14a98a8d91d4 [2021-04-14T09:49:36.337Z] ---> 3acdfa5b13a6 [2021-04-14T09:49:36.337Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T09:49:36.337Z] ---> Running in 6bae5f74b394 [2021-04-14T09:49:36.861Z] GO111MODULE=on go vet ./... [2021-04-14T09:49:36.937Z] Removing intermediate container 3c9d4f422070 [2021-04-14T09:49:36.937Z] ---> fd15f4e4196f [2021-04-14T09:49:36.937Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T09:49:37.203Z] Removing intermediate container 6bae5f74b394 [2021-04-14T09:49:37.203Z] ---> 34c38f32ab14 [2021-04-14T09:49:37.203Z] [2021-04-14T09:49:37.469Z] ---> a71f5eb2bdc0 [2021-04-14T09:49:37.469Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T09:49:37.735Z] Successfully built 34c38f32ab14 [2021-04-14T09:49:37.735Z] Successfully tagged docker-core-metadata-go:latest [2021-04-14T09:49:37.735Z] ---> Running in c55b4fbcc6eb [2021-04-14T09:49:41.085Z]  Building docker-core-metadata-go ... done Removing intermediate container c55b4fbcc6eb [2021-04-14T09:49:41.085Z] ---> b5af0b65cdd2 [2021-04-14T09:49:41.085Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:49:41.365Z] ---> 3e69cc2880eb [2021-04-14T09:49:41.365Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T09:49:42.768Z] ---> 76d1453c6cda [2021-04-14T09:49:42.768Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T09:49:43.345Z] ---> 051cc41df161 [2021-04-14T09:49:43.345Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T09:49:43.920Z] ---> 9eac851025cd [2021-04-14T09:49:43.920Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T09:49:44.187Z] ---> d446dc0acd91 [2021-04-14T09:49:44.187Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T09:49:44.481Z] ---> Running in 7b62b6dead88 [2021-04-14T09:49:45.076Z] Removing intermediate container 7b62b6dead88 [2021-04-14T09:49:45.076Z] ---> f8b2ee8c3cb0 [2021-04-14T09:49:45.076Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T09:49:45.342Z] ---> e712e65d7580 [2021-04-14T09:49:45.342Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T09:49:45.612Z] ---> Running in 9833ca332604 [2021-04-14T09:49:47.025Z] Removing intermediate container 9833ca332604 [2021-04-14T09:49:47.025Z] ---> 388ffa8e7ee9 [2021-04-14T09:49:47.025Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T09:49:50.344Z] ---> Running in df9fe097edc6 [2021-04-14T09:49:50.344Z] Removing intermediate container 13a23fb3d4b6 [2021-04-14T09:49:50.344Z] ---> 1e315f6b8e53 [2021-04-14T09:49:50.344Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T09:49:50.344Z] ---> Running in 557fdfc91256 [2021-04-14T09:49:50.344Z] Removing intermediate container df9fe097edc6 [2021-04-14T09:49:50.344Z] ---> 8e1d9761a79d [2021-04-14T09:49:50.344Z] Step 28/31 : CMD ["gate"] [2021-04-14T09:49:50.344Z] ---> Running in 36e7cac1f167 [2021-04-14T09:49:50.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T09:49:50.724Z] Removing intermediate container 36e7cac1f167 [2021-04-14T09:49:50.724Z] ---> 81f614089443 [2021-04-14T09:49:50.724Z] Step 29/31 : LABEL arch=x86_64 [2021-04-14T09:49:51.135Z] ---> Running in b92e5f68b6df [2021-04-14T09:49:52.795Z] Removing intermediate container b92e5f68b6df [2021-04-14T09:49:52.795Z] ---> 6f095c8ebab8 [2021-04-14T09:49:52.795Z] Step 30/31 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:49:54.183Z] Removing intermediate container 12d42bf93dd7 [2021-04-14T09:49:54.183Z] ---> e7e24d550352 [2021-04-14T09:49:54.183Z] [2021-04-14T09:49:54.183Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T09:49:54.183Z] ---> 7230e588e954 [2021-04-14T09:49:54.183Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T09:49:54.183Z] ---> Running in b88353d74197 [2021-04-14T09:49:54.183Z] ---> Running in de33496aca2e [2021-04-14T09:49:54.183Z] Removing intermediate container b88353d74197 [2021-04-14T09:49:54.183Z] ---> 15e6e26a14e7 [2021-04-14T09:49:54.183Z] Step 31/31 : LABEL version=0.0.0 [2021-04-14T09:49:54.183Z] Removing intermediate container 557fdfc91256 [2021-04-14T09:49:54.183Z] ---> bf31e440a5cd [2021-04-14T09:49:54.183Z] [2021-04-14T09:49:54.183Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T09:49:54.183Z] 20.10.0: Pulling from library/docker [2021-04-14T09:49:54.447Z] Removing intermediate container de33496aca2e [2021-04-14T09:49:54.447Z] ---> ce9909d6fc50 [2021-04-14T09:49:54.447Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T09:49:54.447Z] ---> Running in ed09e90e1651 [2021-04-14T09:49:54.447Z] ---> Running in 472a184a206f [2021-04-14T09:49:54.711Z] Removing intermediate container ed09e90e1651 [2021-04-14T09:49:54.711Z] ---> 6adeb65372e1 [2021-04-14T09:49:54.711Z] [2021-04-14T09:49:54.973Z] Successfully built 6adeb65372e1 [2021-04-14T09:49:54.973Z] Removing intermediate container 472a184a206f [2021-04-14T09:49:54.973Z] ---> 63d4cdbe9e43 [2021-04-14T09:49:54.973Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T09:49:55.246Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-14T09:49:55.246Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 7904254377cd [2021-04-14T09:49:55.508Z] Removing intermediate container 7904254377cd [2021-04-14T09:49:55.508Z] ---> 1e561429873b [2021-04-14T09:49:55.509Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:49:55.774Z] ---> Running in add8e6f1c18d [2021-04-14T09:49:57.172Z] Removing intermediate container add8e6f1c18d [2021-04-14T09:49:57.172Z] ---> fe2ec123b9e1 [2021-04-14T09:49:57.172Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T09:49:57.172Z] ---> Running in d7fc997ab68f [2021-04-14T09:49:57.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:49:58.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:49:58.724Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T09:49:58.724Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T09:49:58.724Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T09:49:58.724Z] ---> aefe523efa57 [2021-04-14T09:49:58.724Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:49:58.724Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T09:49:58.986Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T09:49:58.986Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T09:49:58.986Z] ---> Running in 197b2a42fcd7 [2021-04-14T09:49:59.247Z] Removing intermediate container 197b2a42fcd7 [2021-04-14T09:49:59.247Z] ---> 8d46717dbfab [2021-04-14T09:49:59.247Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T09:49:59.247Z] ---> Running in 1da1a53120fc [2021-04-14T09:49:59.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T09:49:59.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T09:49:59.818Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T09:49:59.818Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T09:49:59.818Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T09:50:00.078Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T09:50:00.078Z] Executing bash-5.0.17-r0.post-install [2021-04-14T09:50:00.078Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T09:50:00.078Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-14T09:50:00.078Z] (5/39) Installing curl (7.76.1-r0) [2021-04-14T09:50:00.078Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T09:50:00.078Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T09:50:00.078Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T09:50:00.078Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T09:50:00.078Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T09:50:00.078Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T09:50:00.078Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T09:50:00.078Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T09:50:00.078Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:50:00.078Z] OK: 8 MiB in 20 packages [2021-04-14T09:50:02.624Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T09:50:02.624Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T09:50:02.624Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T09:50:02.624Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T09:50:02.624Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T09:50:02.624Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T09:50:03.582Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T09:50:03.582Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T09:50:03.582Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T09:50:03.582Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T09:50:05.088Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T09:50:05.088Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T09:50:05.088Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T09:50:05.088Z] Removing intermediate container d7fc997ab68f [2021-04-14T09:50:05.088Z] ---> aaa045ddf7e9 [2021-04-14T09:50:05.088Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:50:05.088Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T09:50:05.088Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T09:50:05.088Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T09:50:05.088Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T09:50:05.088Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T09:50:05.088Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T09:50:05.088Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T09:50:05.088Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T09:50:05.088Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T09:50:05.088Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T09:50:05.088Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T09:50:05.088Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T09:50:05.088Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T09:50:05.088Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T09:50:05.088Z] OK: 72 MiB in 59 packages [2021-04-14T09:50:06.139Z] ---> 11e8946805b9 [2021-04-14T09:50:06.139Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T09:50:06.139Z] Collecting docker-compose==1.23.2 [2021-04-14T09:50:06.718Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T09:50:07.661Z] ---> 1f5ad90564ef [2021-04-14T09:50:07.661Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T09:50:07.661Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T09:50:07.661Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T09:50:07.661Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T09:50:07.661Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T09:50:07.661Z] ---> 1e3392c4cb35 [2021-04-14T09:50:07.661Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T09:50:07.923Z] ---> Running in 4c579c85eb00 [2021-04-14T09:50:07.923Z] Removing intermediate container 4c579c85eb00 [2021-04-14T09:50:07.923Z] ---> 9cc926d3f5a7 [2021-04-14T09:50:07.923Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:50:08.186Z] ---> Running in 0dd957006e4e [2021-04-14T09:50:08.186Z] Collecting PyYAML<4,>=3.10 [2021-04-14T09:50:08.186Z] Removing intermediate container 0dd957006e4e [2021-04-14T09:50:08.186Z] ---> f8310fa5ee48 [2021-04-14T09:50:08.186Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T09:50:08.186Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T09:50:08.448Z] ---> Running in 11d8a8010839 [2021-04-14T09:50:09.019Z] Removing intermediate container 11d8a8010839 [2021-04-14T09:50:09.019Z] ---> a7dd4908434e [2021-04-14T09:50:09.019Z] Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:50:09.592Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T09:50:09.592Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T09:50:09.592Z] ---> Running in d40474beb6b8 [2021-04-14T09:50:09.592Z] Removing intermediate container d40474beb6b8 [2021-04-14T09:50:09.592Z] ---> 496b20997bec [2021-04-14T09:50:09.592Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T09:50:09.853Z] ---> Running in f58c8a7f1436 [2021-04-14T09:50:10.423Z] Removing intermediate container f58c8a7f1436 [2021-04-14T09:50:10.423Z] ---> e09e883c6e54 [2021-04-14T09:50:10.423Z] [2021-04-14T09:50:10.423Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T09:50:10.423Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T09:50:10.423Z] Successfully built e09e883c6e54 [2021-04-14T09:50:10.684Z] Successfully tagged docker-core-data-go:latest [2021-04-14T09:50:10.684Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T09:50:10.684Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T09:50:10.684Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T09:50:10.945Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T09:50:10.945Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T09:50:10.945Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T09:50:10.945Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T09:50:10.945Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T09:50:11.517Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-14T09:50:11.517Z] Collecting idna<2.8,>=2.5 [2021-04-14T09:50:11.517Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T09:50:11.517Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-14T09:50:11.778Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T09:50:11.778Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T09:50:11.778Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-14T09:50:11.778Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T09:50:11.778Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T09:50:11.778Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T09:50:11.778Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T09:50:11.778Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T09:50:11.778Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T09:50:12.039Z] Installing collected packages: jsonschema, docopt, PyYAML, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, docker-compose [2021-04-14T09:50:12.039Z] Running setup.py install for docopt: started [2021-04-14T09:50:12.608Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T09:50:12.608Z] Running setup.py install for PyYAML: started [2021-04-14T09:50:13.180Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T09:50:13.180Z] Running setup.py install for texttable: started [2021-04-14T09:50:13.444Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T09:50:13.444Z] Attempting uninstall: idna [2021-04-14T09:50:13.444Z] Found existing installation: idna 2.9 [2021-04-14T09:50:13.444Z] Uninstalling idna-2.9: [2021-04-14T09:50:13.444Z] Successfully uninstalled idna-2.9 [2021-04-14T09:50:13.705Z] Attempting uninstall: urllib3 [2021-04-14T09:50:13.705Z] Found existing installation: urllib3 1.25.9 [2021-04-14T09:50:13.705Z] Uninstalling urllib3-1.25.9: [2021-04-14T09:50:13.705Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T09:50:13.965Z] Attempting uninstall: requests [2021-04-14T09:50:13.965Z] Found existing installation: requests 2.23.0 [2021-04-14T09:50:13.965Z] Uninstalling requests-2.23.0: [2021-04-14T09:50:13.965Z] Successfully uninstalled requests-2.23.0 [2021-04-14T09:50:14.536Z] Running setup.py install for dockerpty: started [2021-04-14T09:50:14.796Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T09:50:15.057Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-14T09:50:23.204Z] Removing intermediate container 1da1a53120fc [2021-04-14T09:50:23.204Z] ---> 37668db876f9 [2021-04-14T09:50:23.204Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T09:50:23.204Z] ---> Running in 9d212031ea5b [2021-04-14T09:50:23.204Z] Removing intermediate container 9d212031ea5b [2021-04-14T09:50:23.204Z] ---> 8aad1a3e84fb [2021-04-14T09:50:23.204Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T09:50:23.204Z] ---> Running in 27343c6fbe0d [2021-04-14T09:50:23.470Z] Removing intermediate container 27343c6fbe0d [2021-04-14T09:50:23.470Z] ---> 88ee92284db0 [2021-04-14T09:50:23.470Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T09:50:24.049Z] ---> 80bea327c871 [2021-04-14T09:50:24.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T09:50:24.049Z] ---> 8a764ca14dc6 [2021-04-14T09:50:24.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T09:50:24.620Z] ---> 08031b0c0678 [2021-04-14T09:50:24.620Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T09:50:24.620Z] ---> Running in 3190a92dfb9e [2021-04-14T09:50:24.620Z] Removing intermediate container 3190a92dfb9e [2021-04-14T09:50:24.620Z] ---> 220e2f952af0 [2021-04-14T09:50:24.620Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:50:24.880Z] ---> Running in 585ba5165117 [2021-04-14T09:50:24.880Z] Removing intermediate container 585ba5165117 [2021-04-14T09:50:24.880Z] ---> ba192f7ec0f9 [2021-04-14T09:50:24.880Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T09:50:24.880Z] ---> Running in fc3ca47c606d [2021-04-14T09:50:25.140Z] Removing intermediate container fc3ca47c606d [2021-04-14T09:50:25.140Z] ---> fca7ec372e4d [2021-04-14T09:50:25.140Z] Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:50:25.140Z] ---> Running in cd6127063429 [2021-04-14T09:50:25.401Z] Removing intermediate container cd6127063429 [2021-04-14T09:50:25.401Z] ---> 290f8605f63a [2021-04-14T09:50:25.401Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T09:50:25.401Z] ---> Running in f47bebf5b2dc [2021-04-14T09:50:25.662Z] Removing intermediate container f47bebf5b2dc [2021-04-14T09:50:25.662Z] ---> d9d04727d4fa [2021-04-14T09:50:25.662Z] [2021-04-14T09:50:25.662Z] Successfully built d9d04727d4fa [2021-04-14T09:50:25.925Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-14T09:50:26.201Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-14T09:50:26.250Z] $ docker stop --time=1 03a73eefe4898417e64964ae87e0f5c955779222250f048aab15b4a7d5ce565e [2021-04-14T09:50:27.918Z] $ docker rm -f 03a73eefe4898417e64964ae87e0f5c955779222250f048aab15b4a7d5ce565e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T09:50:28.387Z] + docker images [2021-04-14T09:50:28.387Z] + grep docker [2021-04-14T09:50:28.650Z] docker-sys-mgmt-agent-go latest d9d04727d4fa 3 seconds ago 312MB [2021-04-14T09:50:28.650Z] docker-core-data-go latest e09e883c6e54 18 seconds ago 22.7MB [2021-04-14T09:50:28.650Z] docker-security-bootstrapper-go latest 6adeb65372e1 34 seconds ago 18.9MB [2021-04-14T09:50:28.650Z] docker-core-metadata-go latest 34c38f32ab14 52 seconds ago 19MB [2021-04-14T09:50:28.650Z] docker-security-secretstore-setup-go latest 1641fac9217b 2 minutes ago 25.9MB [2021-04-14T09:50:28.650Z] docker-security-proxy-setup-go latest c67c73cda2db 2 minutes ago 25.6MB [2021-04-14T09:50:28.650Z] docker-support-notifications-go latest ab39cd94594f 2 minutes ago 18MB [2021-04-14T09:50:28.650Z] docker-core-command-go latest 539405ac269e 2 minutes ago 17.3MB [2021-04-14T09:50:28.650Z] docker-support-scheduler-go latest 8f162dec4f13 2 minutes ago 17.4MB [2021-04-14T09:50:28.650Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-14T09:50:44.021Z] Still waiting to schedule task [2021-04-14T09:50:44.021Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-14T09:50:58.773Z] gofmt -l . [2021-04-14T09:50:58.773Z] [ "`gofmt -l .`" = "" ] [2021-04-14T09:50:58.773Z] ./bin/test-go-mod-tidy.sh [2021-04-14T09:50:58.773Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-14T09:51:00.900Z] + ls -al . [2021-04-14T09:51:00.900Z] total 824 [2021-04-14T09:51:00.900Z] drwxrwxr-x 9 1001 1001 4096 Apr 14 09:51 . [2021-04-14T09:51:00.900Z] drwxr-xr-x 4 root root 4096 Apr 14 09:46 .. [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 11 Apr 14 09:45 .dockerignore [2021-04-14T09:51:00.900Z] drwxrwxr-x 8 1001 1001 4096 Apr 14 09:45 .git [2021-04-14T09:51:00.900Z] drwxrwxr-x 3 1001 1001 4096 Apr 14 09:45 .github [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 818 Apr 14 09:45 .gitignore [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 166 Apr 14 09:45 .sonarcloud.properties [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 8607 Apr 14 09:45 Attribution.txt [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 3804 Apr 14 09:45 CONTRIBUTING.md [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 931 Apr 14 09:45 Dockerfile.build [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 863 Apr 14 09:45 Jenkinsfile [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 10775 Apr 14 09:45 LICENSE [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 5774 Apr 14 09:45 Makefile [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 6548 Apr 14 09:45 README.md [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 6755 Apr 14 09:45 SECURITY.md [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 5 Apr 14 09:42 VERSION [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 4131 Apr 14 09:45 ZMQWindows.md [2021-04-14T09:51:00.900Z] drwxrwxr-x 2 1001 1001 4096 Apr 14 09:45 bin [2021-04-14T09:51:00.900Z] drwxrwxr-x 14 1001 1001 4096 Apr 14 09:45 cmd [2021-04-14T09:51:00.900Z] -rw-r--r-- 1 root root 686607 Apr 14 09:49 coverage.out [2021-04-14T09:51:00.900Z] -rw-r--r-- 1 root root 1056 Apr 14 09:50 go.mod [2021-04-14T09:51:00.900Z] -rw-r--r-- 1 root root 21911 Apr 14 09:50 go.sum [2021-04-14T09:51:00.900Z] drwxrwxr-x 8 1001 1001 4096 Apr 14 09:45 internal [2021-04-14T09:51:00.900Z] drwxrwxr-x 4 1001 1001 4096 Apr 14 09:45 openapi [2021-04-14T09:51:00.900Z] drwxrwxr-x 4 1001 1001 4096 Apr 14 09:45 snap [2021-04-14T09:51:00.900Z] -rw-rw-r-- 1 1001 1001 168 Apr 14 09:45 version.go [Pipeline] sh [2021-04-14T09:51:01.575Z] + '[' -e coverage.out ] [2021-04-14T09:51:01.576Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-14T09:51:01.615Z] Warning: overwriting stash ‘coverage-report’ [2021-04-14T09:51:02.743Z] Stashed 1 file(s) [Pipeline] sh [2021-04-14T09:51:03.399Z] + make build [2021-04-14T09:51:03.399Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T09:51:13.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T09:51:40.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T09:51:42.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T09:51:45.338Z] Running on prd-ubuntu18.04-docker-8c-8g-97 in /w/workspace/edgexfoundry_edgex-go_PR-3365 [Pipeline] { [Pipeline] ws [2021-04-14T09:51:45.355Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-14T09:51:47.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T09:51:48.129Z] using credential edgex-jenkins-ssh [2021-04-14T09:51:48.143Z] Cloning the remote Git repository [2021-04-14T09:51:48.189Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-14T09:51:48.276Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-14T09:51:48.311Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T09:51:48.311Z] > git --version # timeout=10 [2021-04-14T09:51:48.318Z] > git --version # 'git version 2.17.1' [2021-04-14T09:51:48.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:51:48.350Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:51:49.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T09:51:54.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T09:51:54.881Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T09:51:54.898Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T09:51:54.911Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T09:51:54.929Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T09:51:54.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:51:54.935Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3365/head:refs/remotes/origin/PR-3365 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T09:51:55.570Z] Merging remotes/origin/master commit 1ca7629e1cd076585a36704fbab1254463beb4f2 into PR head commit f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:51:55.769Z] Merge succeeded, producing f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:51:55.770Z] Checking out Revision f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 (PR-3365) [2021-04-14T09:51:55.608Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T09:51:55.613Z] > git checkout -f f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 # timeout=10 [2021-04-14T09:51:55.766Z] > git remote # timeout=10 [2021-04-14T09:51:55.773Z] > git config --get remote.origin.url # timeout=10 [2021-04-14T09:51:55.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T09:51:55.781Z] > git merge 1ca7629e1cd076585a36704fbab1254463beb4f2 # timeout=10 [2021-04-14T09:51:55.790Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-14T09:51:55.818Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T09:51:55.834Z] > git checkout -f f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 # timeout=10 [2021-04-14T09:51:59.539Z] Commit message: "fix(scheduler): PATCH API Check intervalName nil value" [2021-04-14T09:52:00.028Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T09:52:00.866Z] + echo snap-build.sh [2021-04-14T09:52:00.866Z] snap-build.sh [2021-04-14T09:52:00.866Z] + SNAP_BASE_DIR=. [2021-04-14T09:52:00.866Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-14T09:52:00.866Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-14T09:52:00.866Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-14T09:52:00.866Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-14T09:52:00.866Z] + cd /w/workspace/edgex-go/2 [2021-04-14T09:52:00.866Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-14T09:52:00.866Z] Reading package lists... [2021-04-14T09:52:01.130Z] Building dependency tree... [2021-04-14T09:52:01.130Z] Reading state information... [2021-04-14T09:52:01.130Z] The following packages were automatically installed and are no longer required: [2021-04-14T09:52:01.130Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-14T09:52:01.130Z] uidmap xdelta3 [2021-04-14T09:52:01.130Z] Use 'sudo apt autoremove' to remove them. [2021-04-14T09:52:01.130Z] The following packages will be REMOVED: [2021-04-14T09:52:01.130Z] lxd* lxd-client* [2021-04-14T09:52:01.707Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-14T09:52:01.707Z] After this operation, 31.7 MB disk space will be freed. [2021-04-14T09:52:03.023Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-14T09:52:03.023Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-14T09:52:03.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T09:52:03.970Z] Removing lxd dnsmasq configuration [2021-04-14T09:52:04.230Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-14T09:52:04.231Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-14T09:52:05.175Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-14T09:52:05.436Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-14T09:52:05.436Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-14T09:52:06.830Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-14T09:52:07.403Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-14T09:52:07.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T09:52:09.334Z] + sudo snap remove --purge lxd [2021-04-14T09:52:09.597Z] snap "lxd" is not installed [2021-04-14T09:52:09.597Z] + sudo groupadd --force --system lxd [2021-04-14T09:52:09.597Z] ++ whoami [2021-04-14T09:52:09.597Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-14T09:52:09.597Z] + newgrp - lxd [2021-04-14T09:52:09.597Z] + sudo snap install lxd [2021-04-14T09:52:11.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T09:52:14.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T09:52:17.791Z] 2021-04-14T09:52:15Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-04-14T09:52:21.226Z] $ docker stop --time=1 42ed1109600dff016d56cb67cceb1c75fc2fca56e047a490b9b153d845c04d93 [2021-04-14T09:52:23.638Z] $ docker rm -f 42ed1109600dff016d56cb67cceb1c75fc2fca56e047a490b9b153d845c04d93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:52:25.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T09:52:25.279Z] [2021-04-14T09:52:25.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:52:25.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T09:52:26.171Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-14T09:52:26.171Z] 29e5d40040c1: Pulling fs layer [2021-04-14T09:52:26.171Z] 1ce36da41761: Pulling fs layer [2021-04-14T09:52:26.171Z] 25b303627fd3: Pulling fs layer [2021-04-14T09:52:26.171Z] 29e5d40040c1: Verifying Checksum [2021-04-14T09:52:26.171Z] 29e5d40040c1: Download complete [2021-04-14T09:52:26.768Z] 1ce36da41761: Verifying Checksum [2021-04-14T09:52:26.768Z] 1ce36da41761: Download complete [2021-04-14T09:52:26.768Z] 29e5d40040c1: Pull complete [2021-04-14T09:52:28.198Z] 1ce36da41761: Pull complete [2021-04-14T09:52:28.470Z] 25b303627fd3: Verifying Checksum [2021-04-14T09:52:28.470Z] 25b303627fd3: Download complete [2021-04-14T09:52:32.731Z] lxd 4.13 from Canonical* installed [2021-04-14T09:52:32.731Z] + sudo lxd init --auto [2021-04-14T09:52:38.616Z] 25b303627fd3: Pull complete [2021-04-14T09:52:38.616Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-14T09:52:38.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T09:52:38.616Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-14T09:52:38.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-96 does not seem to be running inside a container [2021-04-14T09:52:38.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-14T09:52:42.097Z] $ docker top ae5db1e3f54dcbbb53e9ffca6b758baa7371ac1863b29b821ac48c58edee6e9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:52:42.757Z] + sudo snap install --classic snapcraft [2021-04-14T09:52:43.073Z] + docker-compose build --help [2021-04-14T09:52:43.073Z] + grep parallel [2021-04-14T09:52:46.439Z] --parallel Build images in parallel. [Pipeline] } [2021-04-14T09:52:46.446Z] $ docker stop --time=1 ae5db1e3f54dcbbb53e9ffca6b758baa7371ac1863b29b821ac48c58edee6e9d [2021-04-14T09:52:48.061Z] snapcraft 4.6.2 from Canonical* installed [2021-04-14T09:52:48.061Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-14T09:52:48.061Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-14T09:52:48.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T09:52:48.061Z] Dload Upload Total Spent Left Speed [2021-04-14T09:52:48.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 2393 0 --:--:-- --:--:-- --:--:-- 2402 [2021-04-14T09:52:48.061Z] 100 3325k 100 3325k 0 0 7591k 0 --:--:-- --:--:-- --:--:-- 7591k [2021-04-14T09:52:48.061Z] ./yq_linux_amd64 [2021-04-14T09:52:48.061Z] + sudo snapcraft prime --use-lxd [2021-04-14T09:52:48.340Z] $ docker rm -f ae5db1e3f54dcbbb53e9ffca6b758baa7371ac1863b29b821ac48c58edee6e9d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T09:52:48.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T09:52:48.978Z] . [Pipeline] withDockerContainer [2021-04-14T09:52:49.204Z] prd-ubuntu18.04-docker-arm64-4c-16g-96 does not seem to be running inside a container [2021-04-14T09:52:49.266Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-14T09:52:49.979Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-14T09:52:49.979Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-14T09:52:49.979Z] - README.md [2021-04-14T09:52:49.979Z] [2021-04-14T09:52:49.979Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-14T09:52:50.568Z] $ docker top d91b7aaf063996a4fbb20ca395e95f80b49b719f7afd290083306bfe3af781c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T09:52:50.924Z] Launching a container. [2021-04-14T09:52:51.481Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T09:52:54.860Z] Building docker-core-command-go ... [2021-04-14T09:52:54.860Z] Building docker-core-data-go ... [2021-04-14T09:52:54.860Z] Building docker-core-metadata-go ... [2021-04-14T09:52:54.860Z] Building docker-security-bootstrapper-go ... [2021-04-14T09:52:54.860Z] Building docker-security-proxy-setup-go ... [2021-04-14T09:52:54.860Z] Building docker-security-secretstore-setup-go ... [2021-04-14T09:52:54.860Z] Building docker-support-notifications-go ... [2021-04-14T09:52:54.860Z] Building docker-support-scheduler-go ... [2021-04-14T09:52:54.860Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T09:52:54.860Z] Building docker-support-notifications-go [2021-04-14T09:52:54.860Z] Building docker-core-metadata-go [2021-04-14T09:52:54.860Z] Building docker-security-proxy-setup-go [2021-04-14T09:52:54.860Z] Building docker-sys-mgmt-agent-go [2021-04-14T09:52:54.860Z] Building docker-core-command-go [2021-04-14T09:53:03.187Z] Waiting for container to be ready [2021-04-14T09:53:03.764Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-14T09:53:03.764Z] [2021-04-14T09:53:07.990Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-14T09:53:07.990Z] Waiting for network to be ready... [2021-04-14T09:53:08.564Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-14T09:53:08.565Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] [2021-04-14T09:53:08.565Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-14T09:53:08.827Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] [2021-04-14T09:53:08.827Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-14T09:53:08.827Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-14T09:53:08.827Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] [2021-04-14T09:53:08.827Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] [2021-04-14T09:53:08.827Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] [2021-04-14T09:53:08.827Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] [2021-04-14T09:53:09.089Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-14T09:53:09.353Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-14T09:53:09.353Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-14T09:53:09.614Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-14T09:53:09.614Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-14T09:53:09.614Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-14T09:53:09.614Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-14T09:53:09.614Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-14T09:53:09.877Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-14T09:53:09.877Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] [2021-04-14T09:53:10.140Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] [2021-04-14T09:53:10.140Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-14T09:53:10.140Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-14T09:53:10.140Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] [2021-04-14T09:53:10.140Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] [2021-04-14T09:53:10.140Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] [2021-04-14T09:53:10.140Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-14T09:53:14.366Z] Fetched 24.3 MB in 5s (4508 kB/s) [2021-04-14T09:53:15.318Z] Reading package lists... [2021-04-14T09:53:15.582Z] Reading package lists... [2021-04-14T09:53:15.844Z] Building dependency tree... [2021-04-14T09:53:15.844Z] Reading state information... [2021-04-14T09:53:15.844Z] The following additional packages will be installed: [2021-04-14T09:53:15.844Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-14T09:53:15.844Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-14T09:53:15.844Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-14T09:53:15.844Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-14T09:53:15.844Z] Suggested packages: [2021-04-14T09:53:15.844Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-14T09:53:15.844Z] Recommended packages: [2021-04-14T09:53:15.844Z] gnupg libsasl2-modules [2021-04-14T09:53:16.107Z] The following NEW packages will be installed: [2021-04-14T09:53:16.107Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-14T09:53:16.107Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-14T09:53:16.107Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-14T09:53:16.107Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-14T09:53:16.107Z] The following packages will be upgraded: [2021-04-14T09:53:16.107Z] gpg gpg-agent gpgconf libudev1 [2021-04-14T09:53:16.107Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-14T09:53:16.107Z] Need to get 3530 kB of archives. [2021-04-14T09:53:16.107Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-14T09:53:16.107Z] 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-04-14T09:53:16.374Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-14T09:53:16.374Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-14T09:53:16.374Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-14T09:53:16.374Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-14T09:53:16.641Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-14T09:53:16.903Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-14T09:53:16.903Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-14T09:53:16.903Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-14T09:53:16.903Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-14T09:53:16.903Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-14T09:53:16.903Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-14T09:53:16.903Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-14T09:53:16.903Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-14T09:53:16.903Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-14T09:53:16.903Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-14T09:53:17.166Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-14T09:53:17.166Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-14T09:53:17.166Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-14T09:53:17.166Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-14T09:53:17.166Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-14T09:53:17.166Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-14T09:53:17.166Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T09:53:17.166Z] Fetched 3530 kB in 1s (3199 kB/s) [2021-04-14T09:53:17.429Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-14T09:53:17.429Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-14T09:53:17.429Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T09:53:17.429Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-14T09:53:17.692Z] Selecting previously unselected package udev. [2021-04-14T09:53:17.692Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-14T09:53:17.692Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-14T09:53:17.692Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-14T09:53:17.955Z] Selecting previously unselected package libfuse2:amd64. [2021-04-14T09:53:17.955Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-14T09:53:17.955Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-14T09:53:18.218Z] Selecting previously unselected package fuse. [2021-04-14T09:53:18.218Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-14T09:53:18.218Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-14T09:53:18.218Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T09:53:18.218Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T09:53:18.218Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T09:53:18.482Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T09:53:18.482Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T09:53:18.482Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T09:53:18.746Z] Selecting previously unselected package libksba8:amd64. [2021-04-14T09:53:18.746Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-14T09:53:18.746Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-14T09:53:18.746Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-14T09:53:18.746Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:18.746Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:18.746Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-14T09:53:18.746Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:18.746Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.010Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-14T09:53:19.010Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:19.010Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.274Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-14T09:53:19.274Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:19.274Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.274Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-14T09:53:19.274Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:19.274Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.537Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-14T09:53:19.537Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:19.537Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.537Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-14T09:53:19.537Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:19.537Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.537Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-14T09:53:19.537Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:19.537Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.801Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-14T09:53:19.801Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-14T09:53:19.801Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:19.801Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-14T09:53:19.801Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-14T09:53:19.801Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T09:53:19.801Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-14T09:53:19.801Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-14T09:53:19.801Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T09:53:20.065Z] Selecting previously unselected package libldap-common. [2021-04-14T09:53:20.065Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-14T09:53:20.065Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T09:53:20.065Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-14T09:53:20.065Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-14T09:53:20.065Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T09:53:20.329Z] Selecting previously unselected package dirmngr. [2021-04-14T09:53:20.329Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T09:53:20.329Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-14T09:53:20.329Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T09:53:20.329Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-14T09:53:20.329Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-14T09:53:20.594Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T09:53:20.594Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-14T09:53:20.594Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-14T09:53:20.594Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:20.594Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-14T09:53:20.594Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T09:53:20.594Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-14T09:53:21.172Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-14T09:53:21.172Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.434Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-14T09:53:21.434Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-14T09:53:21.434Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-14T09:53:21.434Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.434Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.434Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.434Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.434Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.695Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.695Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-14T09:53:21.695Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-14T09:53:21.695Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-14T09:53:21.695Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T09:53:22.270Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-14T09:53:22.270Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-14T09:53:22.270Z] This means they are not meant to be enabled using systemctl. [2021-04-14T09:53:22.270Z] Possible reasons for having this kind of units are: [2021-04-14T09:53:22.270Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-14T09:53:22.270Z] .wants/ or .requires/ directory. [2021-04-14T09:53:22.270Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-14T09:53:22.270Z] a requirement dependency on it. [2021-04-14T09:53:22.270Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-14T09:53:22.270Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-14T09:53:22.270Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-14T09:53:22.270Z] instance name specified. [2021-04-14T09:53:22.533Z] Reading package lists... [2021-04-14T09:53:22.797Z] Building dependency tree... [2021-04-14T09:53:22.797Z] Reading state information... [2021-04-14T09:53:23.059Z] The following additional packages will be installed: [2021-04-14T09:53:23.059Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-14T09:53:23.059Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-14T09:53:23.059Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-14T09:53:23.059Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-14T09:53:23.059Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-14T09:53:23.059Z] Suggested packages: [2021-04-14T09:53:23.059Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-14T09:53:23.059Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-14T09:53:23.060Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-14T09:53:23.060Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-14T09:53:23.060Z] systemd-container policykit-1 [2021-04-14T09:53:23.060Z] Recommended packages: [2021-04-14T09:53:23.060Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-14T09:53:23.060Z] The following NEW packages will be installed: [2021-04-14T09:53:23.060Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-14T09:53:23.060Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-14T09:53:23.060Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-14T09:53:23.060Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-14T09:53:23.060Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-14T09:53:23.060Z] The following packages will be upgraded: [2021-04-14T09:53:23.060Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-14T09:53:23.060Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-14T09:53:23.060Z] Need to get 35.2 MB of archives. [2021-04-14T09:53:23.060Z] After this operation, 141 MB of additional disk space will be used. [2021-04-14T09:53:23.060Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-14T09:53:23.326Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-14T09:53:23.326Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-14T09:53:23.326Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-14T09:53:23.326Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-14T09:53:23.326Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-14T09:53:23.326Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-14T09:53:23.326Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-14T09:53:23.326Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-14T09:53:23.326Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-14T09:53:23.326Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-14T09:53:23.326Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-14T09:53:23.326Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-14T09:53:23.326Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-14T09:53:23.326Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-14T09:53:23.326Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-14T09:53:23.326Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-14T09:53:24.274Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-14T09:53:24.274Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-14T09:53:24.274Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-14T09:53:24.274Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-14T09:53:24.274Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-14T09:53:24.275Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-14T09:53:24.275Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-14T09:53:24.275Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-14T09:53:24.275Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-14T09:53:24.275Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-14T09:53:24.548Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-14T09:53:24.548Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-14T09:53:24.548Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-14T09:53:24.813Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T09:53:24.813Z] Fetched 35.2 MB in 2s (22.7 MB/s) [2021-04-14T09:53:24.813Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-14T09:53:24.813Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-14T09:53:25.077Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T09:53:25.651Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-14T09:53:25.912Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T09:53:25.912Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-14T09:53:25.912Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-14T09:53:25.912Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-14T09:53:26.174Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-14T09:53:26.174Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-14T09:53:26.437Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-14T09:53:26.437Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-14T09:53:26.437Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-14T09:53:26.700Z] Setting up apt (1.6.13) ... [2021-04-14T09:53:26.701Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-14T09:53:27.289Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-14T09:53:27.289Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-14T09:53:27.289Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-14T09:53:27.554Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-14T09:53:27.817Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-14T09:53:27.817Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T09:53:27.817Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:28.078Z] Selecting previously unselected package libexpat1:amd64. [2021-04-14T09:53:28.078Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-14T09:53:28.078Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-14T09:53:28.078Z] Selecting previously unselected package python3.6-minimal. [2021-04-14T09:53:28.078Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T09:53:28.078Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:28.338Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-14T09:53:28.601Z] Checking for services that may need to be restarted...done. [2021-04-14T09:53:28.601Z] Checking for services that may need to be restarted...done. [2021-04-14T09:53:28.601Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:28.864Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-14T09:53:28.864Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:29.438Z] Selecting previously unselected package python3-minimal. [2021-04-14T09:53:29.439Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-14T09:53:29.439Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-14T09:53:29.439Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-14T09:53:29.439Z] Selecting previously unselected package mime-support. [2021-04-14T09:53:29.439Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-14T09:53:29.439Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-14T09:53:29.439Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-14T09:53:29.439Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-14T09:53:29.439Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-14T09:53:29.700Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-14T09:53:29.700Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T09:53:29.700Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:31.095Z] Selecting previously unselected package python3.6. [2021-04-14T09:53:31.095Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-14T09:53:31.095Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:31.095Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-14T09:53:31.095Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-14T09:53:31.095Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-14T09:53:31.095Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-14T09:53:31.359Z] Selecting previously unselected package python3. [2021-04-14T09:53:31.359Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-14T09:53:31.359Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-14T09:53:31.359Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-14T09:53:31.359Z] Selecting previously unselected package multiarch-support. [2021-04-14T09:53:31.359Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T09:53:31.359Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-14T09:53:31.359Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-14T09:53:31.622Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-14T09:53:31.622Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-14T09:53:31.622Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-14T09:53:31.622Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-14T09:53:31.622Z] Selecting previously unselected package libbsd0:amd64. [2021-04-14T09:53:31.622Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-14T09:53:31.622Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-14T09:53:31.884Z] Selecting previously unselected package sudo. [2021-04-14T09:53:31.884Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-14T09:53:31.884Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-14T09:53:31.884Z] Selecting previously unselected package apparmor. [2021-04-14T09:53:31.884Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-14T09:53:31.884Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-14T09:53:32.148Z] Selecting previously unselected package libedit2:amd64. [2021-04-14T09:53:32.148Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-14T09:53:32.148Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-14T09:53:32.148Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-14T09:53:32.148Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T09:53:32.148Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:32.412Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-14T09:53:32.412Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T09:53:32.412Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:32.412Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-14T09:53:32.412Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-14T09:53:32.412Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-14T09:53:32.412Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-14T09:53:32.412Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T09:53:32.412Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:32.675Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-14T09:53:32.675Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-14T09:53:32.675Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:32.675Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-14T09:53:32.675Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-14T09:53:32.675Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-14T09:53:32.938Z] Selecting previously unselected package openssh-client. [2021-04-14T09:53:32.938Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-14T09:53:32.938Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-14T09:53:33.203Z] Selecting previously unselected package squashfs-tools. [2021-04-14T09:53:33.203Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-14T09:53:33.203Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-14T09:53:33.203Z] Selecting previously unselected package snapd. [2021-04-14T09:53:33.203Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-14T09:53:33.465Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-14T09:53:36.022Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-14T09:53:36.022Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-14T09:53:36.022Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-14T09:53:36.022Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-14T09:53:36.022Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-14T09:53:36.285Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:36.285Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T09:53:36.285Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-14T09:53:36.285Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-14T09:53:36.863Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-14T09:53:36.863Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-14T09:53:36.863Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-14T09:53:37.125Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:37.125Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:37.125Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-14T09:53:38.072Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-14T09:53:38.072Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:38.072Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-14T09:53:38.072Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-14T09:53:38.072Z] running python rtupdate hooks for python3.6... [2021-04-14T09:53:38.072Z] running python post-rtupdate hooks for python3.6... [2021-04-14T09:53:38.072Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-14T09:53:39.460Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-14T09:53:39.724Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-14T09:53:39.724Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-14T09:53:39.986Z] Setting up snapd (2.48.3+18.04) ... [2021-04-14T09:53:40.557Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-14T09:53:40.557Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-14T09:53:40.818Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-14T09:53:41.082Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-14T09:53:41.350Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-14T09:53:41.350Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-14T09:53:41.612Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-14T09:53:41.612Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-14T09:53:41.873Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-14T09:53:42.135Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-14T09:53:42.135Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-14T09:53:42.397Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-14T09:53:42.397Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-14T09:53:43.784Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T09:53:43.785Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T09:53:43.785Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T09:53:45.435Z] Reading package lists... [2021-04-14T09:53:45.435Z] Reading package lists... [2021-04-14T09:53:45.697Z] Building dependency tree... [2021-04-14T09:53:45.697Z] Reading state information... [2021-04-14T09:53:45.697Z] Calculating upgrade... [2021-04-14T09:53:45.959Z] The following packages will be upgraded: [2021-04-14T09:53:45.959Z] advancecomp base-files bash binutils binutils-common [2021-04-14T09:53:45.959Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-14T09:53:45.959Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-14T09:53:45.959Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-14T09:53:45.959Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-14T09:53:45.959Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-14T09:53:45.959Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-14T09:53:45.959Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-14T09:53:45.959Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-14T09:53:45.959Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-14T09:53:45.959Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-14T09:53:45.959Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-14T09:53:45.959Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-14T09:53:45.959Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-14T09:53:45.959Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-14T09:53:45.959Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-14T09:53:45.959Z] Need to get 64.0 MB of archives. [2021-04-14T09:53:45.959Z] After this operation, 5033 kB of additional disk space will be used. [2021-04-14T09:53:45.959Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] [2021-04-14T09:53:46.223Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-14T09:53:46.223Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-14T09:53:46.223Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-14T09:53:46.223Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-14T09:53:46.223Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-14T09:53:46.223Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-14T09:53:46.223Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-14T09:53:46.223Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-14T09:53:46.223Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-14T09:53:46.223Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-14T09:53:46.223Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-14T09:53:46.223Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-14T09:53:46.223Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-14T09:53:46.223Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-14T09:53:46.223Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-14T09:53:46.223Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-14T09:53:46.223Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-14T09:53:46.223Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-14T09:53:46.223Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-14T09:53:46.223Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-14T09:53:46.488Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-14T09:53:46.488Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-14T09:53:46.489Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-14T09:53:46.489Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-14T09:53:46.489Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-14T09:53:46.489Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-14T09:53:46.489Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-14T09:53:46.489Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-14T09:53:46.489Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-14T09:53:46.489Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-14T09:53:46.489Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-14T09:53:46.489Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-14T09:53:46.489Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-14T09:53:46.489Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-14T09:53:46.489Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-14T09:53:46.489Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-14T09:53:46.489Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-14T09:53:46.489Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-14T09:53:46.489Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-14T09:53:46.489Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-14T09:53:46.489Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-14T09:53:46.489Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-14T09:53:46.489Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-14T09:53:46.489Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-14T09:53:46.489Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-14T09:53:46.489Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-14T09:53:46.751Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-14T09:53:46.752Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-14T09:53:46.752Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-14T09:53:46.752Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-14T09:53:46.752Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-14T09:53:46.752Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-14T09:53:46.752Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-14T09:53:46.752Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-14T09:53:46.752Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-14T09:53:47.014Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-14T09:53:47.014Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-14T09:53:47.014Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-14T09:53:47.014Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-14T09:53:47.276Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-14T09:53:47.276Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-14T09:53:47.276Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-14T09:53:47.276Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-14T09:53:47.276Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-14T09:53:47.276Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-14T09:53:47.276Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-14T09:53:47.538Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-14T09:53:47.538Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-14T09:53:47.538Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-14T09:53:47.538Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-14T09:53:47.538Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-14T09:53:47.538Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-14T09:53:47.538Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-14T09:53:47.538Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-14T09:53:47.538Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-14T09:53:47.538Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-14T09:53:47.538Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-14T09:53:47.538Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-14T09:53:47.538Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-14T09:53:47.538Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-14T09:53:47.539Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-14T09:53:47.539Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-14T09:53:47.539Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-14T09:53:47.539Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-14T09:53:47.539Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-14T09:53:47.539Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-14T09:53:47.539Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-14T09:53:47.539Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-14T09:53:47.539Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-14T09:53:47.800Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-14T09:53:47.800Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-14T09:53:47.800Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-14T09:53:47.800Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-14T09:53:47.800Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-14T09:53:47.800Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-14T09:53:47.800Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-14T09:53:47.800Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-14T09:53:47.800Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-14T09:53:47.800Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-14T09:53:47.800Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-14T09:53:48.063Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T09:53:48.063Z] Fetched 64.0 MB in 2s (34.3 MB/s) [2021-04-14T09:53:48.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:48.063Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T09:53:48.063Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T09:53:49.013Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T09:53:49.014Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T09:53:49.014Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... [2021-04-14T09:53:49.014Z] Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... [2021-04-14T09:53:49.965Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:49.965Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:49.965Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:49.965Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:50.227Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:50.228Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:50.228Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:50.228Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:50.228Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:50.490Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:50.490Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:50.490Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:50.490Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:50.752Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:50.752Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:53:50.752Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T09:53:50.752Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:50.752Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-14T09:53:51.013Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:53:51.013Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T09:53:51.013Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:51.013Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:51.275Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:51.275Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:51.275Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-14T09:53:51.275Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-14T09:53:51.542Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:53:51.542Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T09:53:51.542Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T09:53:51.802Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T09:53:52.380Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-14T09:53:52.380Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-14T09:53:52.380Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-14T09:53:52.644Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-14T09:53:52.644Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-14T09:53:52.644Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-14T09:53:52.907Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-14T09:53:52.907Z] Installing new version of config file /etc/issue ... [2021-04-14T09:53:52.907Z] Installing new version of config file /etc/issue.net ... [2021-04-14T09:53:52.907Z] Installing new version of config file /etc/lsb-release ... [2021-04-14T09:53:52.907Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-14T09:53:53.176Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-14T09:53:53.439Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-14T09:53:53.439Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-14T09:53:53.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:53.439Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-14T09:53:53.439Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-14T09:53:53.701Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-14T09:53:53.701Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-14T09:53:53.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:53.701Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:53:53.964Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-14T09:53:53.964Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:53:53.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:53.964Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-14T09:53:53.964Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-14T09:53:54.227Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-14T09:53:54.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:54.227Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-14T09:53:54.488Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-14T09:53:54.750Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-14T09:53:54.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:54.750Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T09:53:54.750Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T09:53:55.011Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-14T09:53:55.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:55.012Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T09:53:55.012Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T09:53:55.273Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-14T09:53:55.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:55.273Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-14T09:53:55.273Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-14T09:53:55.535Z] Setting up grep (3.1-2build1) ... [2021-04-14T09:53:55.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:55.535Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-14T09:53:55.535Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-14T09:53:55.797Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-14T09:53:55.797Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:55.797Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T09:53:55.797Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T09:53:56.091Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-14T09:53:56.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:56.091Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-14T09:53:56.091Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T09:53:57.059Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-14T09:53:57.059Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T09:53:57.059Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-14T09:53:57.059Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T09:53:57.643Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-14T09:53:57.643Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:57.643Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-14T09:53:57.643Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-14T09:53:59.085Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-14T09:53:59.085Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-14T09:53:59.085Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-14T09:53:59.085Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-14T09:53:59.085Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-14T09:53:59.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:59.349Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-14T09:53:59.349Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-14T09:53:59.349Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-14T09:53:59.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:59.610Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:53:59.610Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:53:59.610Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:53:59.872Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:53:59.872Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:53:59.872Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:53:59.872Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:54:00.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:00.134Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:54:00.134Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:54:00.134Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:54:00.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:00.397Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:54:00.397Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:54:00.397Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:54:00.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:00.658Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T09:54:00.658Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T09:54:00.658Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T09:54:00.658Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T09:54:00.920Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-14T09:54:00.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:00.920Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-14T09:54:00.920Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T09:54:01.184Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-14T09:54:01.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:01.184Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:54:01.184Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:54:01.184Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:54:01.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:01.458Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:54:01.458Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:54:01.458Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:54:01.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:01.719Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:54:01.719Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:54:02.297Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:54:02.558Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-14T09:54:02.821Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-14T09:54:03.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:03.082Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-14T09:54:03.082Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-14T09:54:03.344Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-14T09:54:03.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-14T09:54:03.344Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-14T09:54:03.609Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-14T09:54:03.609Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-14T09:54:03.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:03.870Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-14T09:54:03.870Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-14T09:54:03.870Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-14T09:54:04.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:04.136Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-14T09:54:04.136Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-14T09:54:04.397Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-14T09:54:04.397Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:04.398Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-14T09:54:04.398Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-14T09:54:04.659Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-14T09:54:04.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:04.660Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-14T09:54:04.660Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T09:54:04.660Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T09:54:04.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:04.922Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-14T09:54:04.922Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T09:54:05.184Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T09:54:05.185Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:05.185Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-14T09:54:05.446Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T09:54:05.708Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T09:54:05.708Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:05.708Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-14T09:54:05.969Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-14T09:54:05.970Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-14T09:54:05.970Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-14T09:54:05.970Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T09:54:06.231Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T09:54:06.231Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-14T09:54:06.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:06.231Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-14T09:54:06.231Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-14T09:54:06.493Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-14T09:54:06.756Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:06.756Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-14T09:54:06.756Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-14T09:54:06.756Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-14T09:54:07.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:07.020Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-14T09:54:07.283Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-14T09:54:07.545Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-14T09:54:07.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:07.545Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-14T09:54:07.545Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-14T09:54:07.807Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-14T09:54:07.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:07.807Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-14T09:54:08.092Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-14T09:54:08.354Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-14T09:54:08.616Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:08.616Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-14T09:54:08.616Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-14T09:54:08.883Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-14T09:54:08.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:08.883Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-14T09:54:08.883Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-14T09:54:09.144Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-14T09:54:09.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:09.144Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-14T09:54:09.144Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-14T09:54:09.144Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-14T09:54:09.406Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:09.406Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-14T09:54:09.406Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-14T09:54:09.667Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-14T09:54:09.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:09.667Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-14T09:54:09.667Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-14T09:54:09.667Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-14T09:54:09.929Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:09.929Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-14T09:54:09.929Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-14T09:54:09.929Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-14T09:54:10.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:10.191Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-14T09:54:10.191Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-14T09:54:10.454Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-14T09:54:10.454Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:10.454Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-14T09:54:10.454Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-14T09:54:10.454Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-14T09:54:10.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-14T09:54:10.716Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-14T09:54:10.716Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-14T09:54:10.716Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-14T09:54:10.979Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-14T09:54:10.979Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-14T09:54:10.979Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-14T09:54:10.979Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-14T09:54:10.979Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-14T09:54:11.241Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-14T09:54:11.241Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-14T09:54:11.503Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-14T09:54:11.503Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-14T09:54:11.764Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-14T09:54:11.764Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-14T09:54:11.764Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-14T09:54:11.764Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-14T09:54:12.026Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-14T09:54:12.026Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-14T09:54:12.026Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-14T09:54:12.026Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-14T09:54:12.287Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-14T09:54:12.287Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-14T09:54:12.858Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-14T09:54:12.858Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-14T09:54:12.858Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-14T09:54:12.858Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-14T09:54:13.118Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-14T09:54:13.118Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-14T09:54:14.062Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-14T09:54:14.062Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-14T09:54:14.062Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-14T09:54:14.062Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-14T09:54:14.062Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T09:54:14.325Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T09:54:14.587Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T09:54:14.587Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T09:54:14.850Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T09:54:14.850Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T09:54:14.850Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-14T09:54:14.850Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-14T09:54:15.113Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:15.113Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:15.113Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:15.113Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:15.376Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:15.376Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:15.376Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:15.376Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:16.694Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:54:16.694Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:54:16.694Z] ---> 7fbdd2e84562 [2021-04-14T09:54:16.694Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T09:54:16.694Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:54:16.694Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:54:16.694Z] ---> 7fbdd2e84562 [2021-04-14T09:54:16.694Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T09:54:16.694Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:54:16.694Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:54:16.694Z] ---> 7fbdd2e84562 [2021-04-14T09:54:16.694Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T09:54:16.694Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:54:16.694Z] [2021-04-14T09:54:16.694Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:54:16.694Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 7fbdd2e84562 [2021-04-14T09:54:16.694Z] [2021-04-14T09:54:16.694Z] Step 3/23 : WORKDIR /edgex-go ---> 7fbdd2e84562 [2021-04-14T09:54:16.694Z] [2021-04-14T09:54:16.694Z] Step 3/21 : WORKDIR /edgex-go [2021-04-14T09:54:16.694Z] ---> Running in 317904e3e19a [2021-04-14T09:54:16.694Z] ---> Running in ecca8c96bb54 [2021-04-14T09:54:16.694Z] ---> Running in f82c1cee41ab [2021-04-14T09:54:16.694Z] ---> Running in faf4d3690ef0 [2021-04-14T09:54:16.694Z] ---> Running in 55d3f3e30f44 [2021-04-14T09:54:16.694Z] Removing intermediate container f82c1cee41ab [2021-04-14T09:54:16.694Z] ---> 94a74e133152 [2021-04-14T09:54:16.694Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:54:16.694Z] Removing intermediate container faf4d3690ef0 [2021-04-14T09:54:16.694Z] ---> 3da9769e56f4 [2021-04-14T09:54:16.694Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:54:16.694Z] Removing intermediate container 55d3f3e30f44 [2021-04-14T09:54:16.694Z] ---> f5692e77b6d2 [2021-04-14T09:54:16.694Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:54:16.694Z] Removing intermediate container ecca8c96bb54 [2021-04-14T09:54:16.694Z] ---> d26520b87866 [2021-04-14T09:54:16.694Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:54:16.694Z] Removing intermediate container 317904e3e19a [2021-04-14T09:54:16.694Z] ---> 9f62ee7d2d6c [2021-04-14T09:54:16.694Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:54:16.694Z] ---> Running in 5b169c6354c4 [2021-04-14T09:54:16.694Z] ---> Running in fce6fc47ddae [2021-04-14T09:54:16.694Z] ---> Running in 787cdbaf912f [2021-04-14T09:54:16.694Z] ---> Running in 167ad83c3e62 [2021-04-14T09:54:16.694Z] ---> Running in f6510f651275 [2021-04-14T09:54:16.694Z] Removing intermediate container 787cdbaf912f [2021-04-14T09:54:16.694Z] ---> 0115eff5af76 [2021-04-14T09:54:16.695Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T09:54:16.695Z] ---> Running in 9ea5f47be096 [2021-04-14T09:54:16.695Z] Removing intermediate container 5b169c6354c4 [2021-04-14T09:54:16.695Z] ---> 036246414f67 [2021-04-14T09:54:16.695Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T09:54:16.695Z] Removing intermediate container fce6fc47ddae [2021-04-14T09:54:16.695Z] ---> e2c75d749bdf [2021-04-14T09:54:16.695Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T09:54:16.695Z] ---> Running in 94cffe0fbc73 [2021-04-14T09:54:16.695Z] Removing intermediate container f6510f651275 [2021-04-14T09:54:16.695Z] ---> e586c38f7494 [2021-04-14T09:54:16.695Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T09:54:16.695Z] ---> Running in c83921f0aa7d [2021-04-14T09:54:16.695Z] Removing intermediate container 167ad83c3e62 [2021-04-14T09:54:16.695Z] ---> 6f47d2c1d17b [2021-04-14T09:54:16.695Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T09:54:16.695Z] ---> Running in dbe81aec0707 [2021-04-14T09:54:16.695Z] ---> Running in 2c8f3de6ea2e [2021-04-14T09:54:16.766Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:16.766Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:16.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:17.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:17.717Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:17.717Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:17.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:17.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:18.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:18.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:18.294Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:18.294Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:18.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:18.408Z] OK: 217 MiB in 51 packages [2021-04-14T09:54:18.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:18.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:18.870Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:18.870Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:18.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:54:19.245Z] OK: 217 MiB in 51 packages [2021-04-14T09:54:19.523Z] OK: 217 MiB in 51 packages [2021-04-14T09:54:19.805Z] OK: 217 MiB in 51 packages [2021-04-14T09:54:19.805Z] OK: 217 MiB in 51 packages [2021-04-14T09:54:19.805Z] Removing intermediate container 9ea5f47be096 [2021-04-14T09:54:19.805Z] ---> 045b800ffc26 [2021-04-14T09:54:19.805Z] Step 6/23 : COPY go.mod . [2021-04-14T09:54:19.819Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-14T09:54:19.819Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-14T09:54:19.819Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-14T09:54:19.819Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-14T09:54:19.819Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-14T09:54:20.082Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-14T09:54:20.082Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-14T09:54:20.082Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-14T09:54:20.347Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-14T09:54:20.347Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-14T09:54:20.347Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-14T09:54:20.610Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-14T09:54:20.610Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-14T09:54:20.610Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-14T09:54:20.610Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-14T09:54:20.872Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-14T09:54:20.872Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:20.872Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-14T09:54:20.872Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:20.872Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:20.872Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:21.135Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-14T09:54:21.135Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-14T09:54:21.135Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-14T09:54:21.135Z] [2021-04-14T09:54:21.135Z] Current default time zone: 'Etc/UTC' [2021-04-14T09:54:21.135Z] Local time is now: Wed Apr 14 09:54:21 UTC 2021. [2021-04-14T09:54:21.135Z] Universal Time is now: Wed Apr 14 09:54:21 UTC 2021. [2021-04-14T09:54:21.135Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-14T09:54:21.135Z] [2021-04-14T09:54:21.135Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-14T09:54:21.267Z] ---> 15b588d63663 [2021-04-14T09:54:21.267Z] Step 7/23 : RUN go mod download [2021-04-14T09:54:21.267Z] Removing intermediate container 94cffe0fbc73 [2021-04-14T09:54:21.267Z] ---> 90b471b7bb8b [2021-04-14T09:54:21.267Z] Step 6/23 : COPY go.mod . [2021-04-14T09:54:21.267Z] ---> Running in f935be6c845d [2021-04-14T09:54:21.398Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:21.398Z] Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... [2021-04-14T09:54:21.398Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-14T09:54:21.398Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-14T09:54:21.398Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-14T09:54:21.398Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-14T09:54:21.398Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-14T09:54:21.398Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-14T09:54:21.398Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-14T09:54:21.398Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:21.398Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-14T09:54:21.547Z] Removing intermediate container c83921f0aa7d [2021-04-14T09:54:21.547Z] ---> 331901bb02eb [2021-04-14T09:54:21.547Z] Step 6/23 : COPY go.mod . [2021-04-14T09:54:21.660Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:21.660Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-14T09:54:21.660Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:21.828Z] Removing intermediate container dbe81aec0707 [2021-04-14T09:54:21.828Z] ---> 0a18ff6fd71b [2021-04-14T09:54:21.828Z] Step 6/22 : COPY go.mod . [2021-04-14T09:54:21.828Z] Removing intermediate container 2c8f3de6ea2e [2021-04-14T09:54:21.828Z] ---> 604a5ffa818d [2021-04-14T09:54:21.828Z] Step 6/21 : COPY go.mod . [2021-04-14T09:54:21.922Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-14T09:54:21.922Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-14T09:54:21.922Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-14T09:54:21.922Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-14T09:54:21.922Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-14T09:54:21.922Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-14T09:54:21.922Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-14T09:54:21.922Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-14T09:54:22.426Z] ---> c65a4911e19c [2021-04-14T09:54:22.426Z] Step 7/23 : RUN go mod download [2021-04-14T09:54:22.701Z] ---> 87b72346a870 [2021-04-14T09:54:22.701Z] Step 7/23 : RUN go mod download [2021-04-14T09:54:22.701Z] ---> Running in e11923ab1713 [2021-04-14T09:54:22.973Z] ---> Running in 41488fb32ce3 [2021-04-14T09:54:22.973Z] ---> 05b260598a24 [2021-04-14T09:54:22.973Z] Step 7/22 : RUN go mod download [2021-04-14T09:54:23.258Z] ---> 6cf04b3491f2 [2021-04-14T09:54:23.258Z] Step 7/21 : RUN go mod download [2021-04-14T09:54:23.258Z] ---> Running in 494ad4900815 [2021-04-14T09:54:23.535Z] ---> Running in 36a5612757a4 [2021-04-14T09:54:23.841Z] Updating certificates in /etc/ssl/certs... [2021-04-14T09:54:24.415Z] 23 added, 27 removed; done. [2021-04-14T09:54:24.678Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-14T09:54:24.678Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-14T09:54:24.678Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-14T09:54:24.678Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-14T09:54:24.678Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-14T09:54:24.678Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:24.941Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-14T09:54:24.941Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:24.941Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:24.941Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:24.941Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:24.941Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:24.941Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-14T09:54:24.941Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-14T09:54:24.941Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-14T09:54:24.974Z] Removing intermediate container f935be6c845d [2021-04-14T09:54:24.974Z] ---> ffccd764af6a [2021-04-14T09:54:24.974Z] Step 8/23 : COPY . . [2021-04-14T09:54:25.204Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-14T09:54:25.204Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-14T09:54:25.204Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:25.204Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-14T09:54:25.204Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-14T09:54:25.204Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-14T09:54:25.204Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-14T09:54:25.468Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-14T09:54:25.468Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-14T09:54:25.468Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-14T09:54:25.468Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-14T09:54:25.468Z] Updating certificates in /etc/ssl/certs... [2021-04-14T09:54:26.043Z] 0 added, 0 removed; done. [2021-04-14T09:54:26.043Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-14T09:54:26.043Z] done. [2021-04-14T09:54:26.990Z] Reading package lists... [2021-04-14T09:54:26.990Z] Building dependency tree... [2021-04-14T09:54:26.990Z] Reading state information... [2021-04-14T09:54:27.253Z] The following NEW packages will be installed: [2021-04-14T09:54:27.253Z] apt-transport-https [2021-04-14T09:54:27.516Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-14T09:54:27.516Z] Need to get 1692 B of archives. [2021-04-14T09:54:27.516Z] After this operation, 154 kB of additional disk space will be used. [2021-04-14T09:54:27.516Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-14T09:54:27.780Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T09:54:27.780Z] Fetched 1692 B in 0s (7523 B/s) [2021-04-14T09:54:27.780Z] Selecting previously unselected package apt-transport-https. [2021-04-14T09:54:27.780Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-14T09:54:27.780Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-14T09:54:27.780Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-14T09:54:28.042Z] Setting up apt-transport-https (1.6.13) ... [2021-04-14T09:54:28.305Z] Waiting for network to be ready... [2021-04-14T09:54:28.377Z] Removing intermediate container 41488fb32ce3 [2021-04-14T09:54:28.377Z] ---> ab3578d80dc4 [2021-04-14T09:54:28.377Z] Step 8/23 : COPY . . [2021-04-14T09:54:28.659Z] Removing intermediate container e11923ab1713 [2021-04-14T09:54:28.659Z] ---> 5dfd8d4a1002 [2021-04-14T09:54:28.659Z] Step 8/23 : COPY . . [2021-04-14T09:54:28.936Z] Removing intermediate container 494ad4900815 [2021-04-14T09:54:28.936Z] ---> 610a1cf1ea09 [2021-04-14T09:54:28.936Z] Step 8/22 : COPY . . [2021-04-14T09:54:29.536Z] Removing intermediate container 36a5612757a4 [2021-04-14T09:54:29.536Z] ---> cbfe03c8fab8 [2021-04-14T09:54:29.536Z] Step 8/21 : COPY . . [2021-04-14T09:54:36.464Z] 2021-04-14T09:54:32Z INFO Waiting for automatic snapd restart... [2021-04-14T09:54:36.464Z] snapd 2.49.2 from Canonical* installed [2021-04-14T09:54:36.736Z] "snapd" switched to the "latest/stable" channel [2021-04-14T09:54:36.736Z] [2021-04-14T09:54:42.032Z] core18 20210309 from Canonical* installed [2021-04-14T09:54:42.032Z] "core18" switched to the "latest/stable" channel [2021-04-14T09:54:42.032Z] [2021-04-14T09:54:48.625Z] snapcraft 4.6.2 from Canonical* installed [2021-04-14T09:54:48.625Z] "snapcraft" switched to the "latest/stable" channel [2021-04-14T09:54:48.625Z] [2021-04-14T09:54:52.837Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-14T09:54:52.837Z] - README.md [2021-04-14T09:54:52.837Z] [2021-04-14T09:54:52.837Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-14T09:54:56.359Z] ---> a0490f8f5856 [2021-04-14T09:54:56.359Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T09:54:56.359Z] ---> Running in 1561050e658e [2021-04-14T09:54:56.359Z] ---> e938d445afae [2021-04-14T09:54:56.359Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T09:54:56.359Z] ---> 9a66ec2f3dd3 [2021-04-14T09:54:56.359Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T09:54:56.359Z] ---> bb2c04b5fbd8 [2021-04-14T09:54:56.359Z] ---> 552702ad084e [2021-04-14T09:54:56.359Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/23 : RUN make cmd/core-command/core-command [2021-04-14T09:54:56.359Z] [2021-04-14T09:54:56.359Z] ---> Running in 18b8b3f11448 [2021-04-14T09:54:56.359Z] ---> Running in e3d7e7e96a71 [2021-04-14T09:54:56.359Z] ---> Running in 0df166252318 [2021-04-14T09:54:56.359Z] ---> Running in 35e9bbaac5e6 [2021-04-14T09:54:56.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T09:54:56.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T09:54:56.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T09:54:56.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T09:54:56.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T09:54:59.433Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T09:54:59.433Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T09:54:59.433Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T09:54:59.433Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T09:55:00.892Z] Reading package lists... [2021-04-14T09:55:01.467Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-14T09:55:08.062Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T09:55:08.062Z] Reading package lists... [2021-04-14T09:55:08.062Z] Building dependency tree... [2021-04-14T09:55:08.062Z] Reading state information... [2021-04-14T09:55:08.062Z] Suggested packages: [2021-04-14T09:55:08.062Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-14T09:55:08.062Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-14T09:55:08.062Z] Recommended packages: [2021-04-14T09:55:08.062Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-14T09:55:08.062Z] The following NEW packages will be installed: [2021-04-14T09:55:08.062Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-14T09:55:08.062Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-14T09:55:08.062Z] pkg-config zip [2021-04-14T09:55:08.062Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-14T09:55:08.063Z] Need to get 7663 kB of archives. [2021-04-14T09:55:08.063Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-14T09:55:08.063Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-14T09:55:08.063Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-14T09:55:08.063Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-14T09:55:08.063Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-14T09:55:08.063Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-14T09:55:08.326Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-14T09:55:08.326Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-14T09:55:08.326Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-14T09:55:08.326Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-14T09:55:08.326Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-14T09:55:08.587Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-14T09:55:08.587Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-14T09:55:08.587Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-14T09:55:08.587Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-14T09:55:08.587Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-14T09:55:08.849Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-14T09:55:08.849Z] Fetched 7663 kB in 1s (10.3 MB/s) [2021-04-14T09:55:09.110Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-14T09:55:09.110Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-14T09:55:09.110Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-14T09:55:09.110Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-14T09:55:09.110Z] Selecting previously unselected package libpsl5:amd64. [2021-04-14T09:55:09.110Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-14T09:55:09.371Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-14T09:55:09.371Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-14T09:55:09.371Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-14T09:55:09.371Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-14T09:55:09.633Z] Selecting previously unselected package librtmp1:amd64. [2021-04-14T09:55:09.633Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-14T09:55:09.633Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-14T09:55:09.633Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-14T09:55:09.633Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-14T09:55:09.633Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-14T09:55:09.895Z] Selecting previously unselected package liberror-perl. [2021-04-14T09:55:09.895Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-14T09:55:09.895Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-14T09:55:09.895Z] Selecting previously unselected package git-man. [2021-04-14T09:55:09.895Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-14T09:55:09.895Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-14T09:55:09.895Z] Selecting previously unselected package git. [2021-04-14T09:55:09.895Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-14T09:55:10.157Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-14T09:55:11.102Z] Selecting previously unselected package libnorm1:amd64. [2021-04-14T09:55:11.102Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-14T09:55:11.102Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-14T09:55:11.102Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-14T09:55:11.102Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-14T09:55:11.102Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-14T09:55:11.102Z] Selecting previously unselected package libsodium23:amd64. [2021-04-14T09:55:11.102Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-14T09:55:11.102Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-14T09:55:11.363Z] Selecting previously unselected package libzmq5:amd64. [2021-04-14T09:55:11.363Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-14T09:55:11.363Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T09:55:11.363Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-14T09:55:11.363Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-14T09:55:11.363Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T09:55:11.624Z] Selecting previously unselected package pkg-config. [2021-04-14T09:55:11.624Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-14T09:55:11.624Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-14T09:55:11.624Z] Selecting previously unselected package zip. [2021-04-14T09:55:11.624Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-14T09:55:11.624Z] Unpacking zip (3.0-11build1) ... [2021-04-14T09:55:11.885Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-14T09:55:11.886Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-14T09:55:11.886Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-14T09:55:11.886Z] Setting up liberror-perl (0.17025-1) ... [2021-04-14T09:55:11.886Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-14T09:55:11.886Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-14T09:55:11.886Z] No schema files found: doing nothing. [2021-04-14T09:55:11.886Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-14T09:55:11.886Z] Setting up zip (3.0-11build1) ... [2021-04-14T09:55:12.148Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-14T09:55:12.148Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-14T09:55:12.148Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-14T09:55:12.148Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T09:55:12.148Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-14T09:55:12.148Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-14T09:55:12.148Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-14T09:55:12.410Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-14T09:55:19.012Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T09:55:19.276Z] git set to automatically installed. [2021-04-14T09:55:19.276Z] git-man set to automatically installed. [2021-04-14T09:55:19.276Z] libcurl3-gnutls set to automatically installed. [2021-04-14T09:55:19.276Z] liberror-perl set to automatically installed. [2021-04-14T09:55:19.276Z] libglib2.0-0 set to automatically installed. [2021-04-14T09:55:19.276Z] libnghttp2-14 set to automatically installed. [2021-04-14T09:55:19.276Z] libnorm1 set to automatically installed. [2021-04-14T09:55:19.276Z] libpgm-5.2-0 set to automatically installed. [2021-04-14T09:55:19.276Z] libpsl5 set to automatically installed. [2021-04-14T09:55:19.276Z] librtmp1 set to automatically installed. [2021-04-14T09:55:19.276Z] libsodium23 set to automatically installed. [2021-04-14T09:55:19.276Z] libzmq3-dev set to automatically installed. [2021-04-14T09:55:19.276Z] libzmq5 set to automatically installed. [2021-04-14T09:55:19.276Z] pkg-config set to automatically installed. [2021-04-14T09:55:19.276Z] zip set to automatically installed. [2021-04-14T09:55:21.831Z] snapd is not logged in, snap install commands will use sudo [2021-04-14T09:55:28.426Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T09:55:43.340Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-14T09:55:43.340Z] snapd is not logged in, snap install commands will use sudo [2021-04-14T09:55:48.641Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-14T09:55:49.214Z] snap "core18" has no updates available [2021-04-14T09:55:49.787Z] Pulling go-build-helper [2021-04-14T09:55:49.787Z] + snapcraftctl pull [2021-04-14T09:55:51.176Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-14T09:55:51.176Z] Skipping pull go-build-helper (already ran) [2021-04-14T09:55:51.176Z] Building go-build-helper [2021-04-14T09:55:51.176Z] + snapcraftctl build [2021-04-14T09:55:54.486Z] Staging go-build-helper [2021-04-14T09:55:54.486Z] + snapcraftctl stage [2021-04-14T09:56:09.416Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-14T09:56:09.416Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-14T09:56:09.416Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] [2021-04-14T09:56:09.416Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-14T09:56:09.416Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-14T09:56:09.416Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-14T09:56:09.416Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-14T09:56:09.416Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] [2021-04-14T09:56:09.416Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-14T09:56:09.416Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-14T09:56:09.416Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-14T09:56:09.416Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-14T09:56:09.416Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-14T09:56:09.416Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-14T09:56:09.416Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] [2021-04-14T09:56:09.416Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] [2021-04-14T09:56:09.416Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] [2021-04-14T09:56:09.416Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] [2021-04-14T09:56:09.416Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-14T09:56:09.416Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] [2021-04-14T09:56:09.416Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] [2021-04-14T09:56:09.416Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-14T09:56:09.416Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-14T09:56:09.416Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] [2021-04-14T09:56:09.416Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] [2021-04-14T09:56:09.416Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] [2021-04-14T09:56:09.416Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-14T09:56:09.416Z] Fetched 24.3 MB in 6s (3998 kB/s) [2021-04-14T09:56:09.416Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-14T09:56:09.416Z] Fetched 224 kB in 0s (0 B/s) [2021-04-14T09:56:09.416Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-14T09:56:09.416Z] Fetched 157 kB in 0s (0 B/s) [2021-04-14T09:56:09.416Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-14T09:56:09.416Z] Fetched 221 kB in 0s (0 B/s) [2021-04-14T09:56:09.416Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-14T09:56:09.416Z] Fetched 143 kB in 0s (0 B/s) [2021-04-14T09:56:09.416Z] Pulling app-service-config [2021-04-14T09:56:09.416Z] + snapcraftctl pull [2021-04-14T09:56:09.416Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-14T09:56:09.416Z] Pulling config-common [2021-04-14T09:56:09.416Z] + snapcraftctl pull [2021-04-14T09:56:14.714Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T09:56:14.714Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T09:56:14.714Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T09:56:14.714Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T09:56:14.714Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-14T09:56:14.714Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T09:56:14.714Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-14T09:56:14.714Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T09:56:14.714Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-14T09:56:14.714Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T09:56:14.714Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-14T09:56:14.714Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T09:56:14.714Z] Pulling edgex-go [2021-04-14T09:56:14.714Z] + snapcraftctl pull [2021-04-14T09:56:33.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T09:56:41.324Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-14T09:56:41.324Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-14T09:56:41.324Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-14T09:56:41.324Z] Fetched 0 B in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-14T09:56:41.324Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-14T09:56:41.324Z] Fetched 279 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-14T09:56:41.324Z] Fetched 122 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-14T09:56:41.324Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-14T09:56:41.324Z] Fetched 8848 B in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-14T09:56:41.324Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-14T09:56:41.324Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-14T09:56:41.324Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-14T09:56:41.324Z] Fetched 219 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-14T09:56:41.324Z] Fetched 154 kB in 0s (0 B/s) [2021-04-14T09:56:41.324Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-14T09:56:41.324Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-14T09:56:41.325Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-14T09:56:41.325Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-14T09:56:41.325Z] Fetched 499 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-14T09:56:41.325Z] Fetched 111 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-14T09:56:41.325Z] Fetched 240 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-14T09:56:41.325Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-14T09:56:41.325Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-14T09:56:41.325Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-14T09:56:41.325Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-14T09:56:41.325Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-14T09:56:41.325Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-14T09:56:41.325Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-14T09:56:41.325Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-14T09:56:41.325Z] Fetched 8720 B in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-14T09:56:41.325Z] Fetched 137 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-14T09:56:41.325Z] Fetched 119 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-14T09:56:41.325Z] Fetched 110 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-14T09:56:41.325Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-14T09:56:41.325Z] Fetched 645 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-14T09:56:41.325Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-14T09:56:41.325Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-14T09:56:41.325Z] Fetched 368 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-14T09:56:41.325Z] Fetched 187 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-14T09:56:41.325Z] Fetched 175 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-14T09:56:41.325Z] Fetched 206 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-14T09:56:41.325Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-14T09:56:41.325Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-14T09:56:41.325Z] Fetched 159 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-14T09:56:41.325Z] Fetched 107 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-14T09:56:41.325Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-14T09:56:41.325Z] Pulling static-packages [2021-04-14T09:56:41.325Z] + snapcraftctl pull [2021-04-14T09:56:41.325Z] Pulling version [2021-04-14T09:56:41.325Z] + cd /root/project [2021-04-14T09:56:41.325Z] + [ -f VERSION ] [2021-04-14T09:56:41.325Z] + PROJECT_VERSION=local-dev [2021-04-14T09:56:41.325Z] + git rev-parse --short HEAD [2021-04-14T09:56:41.325Z] + GIT_REVISION=f5098ad0 [2021-04-14T09:56:41.325Z] + snapcraftctl set-version local-dev [2021-04-14T09:56:41.325Z] Skipping build go-build-helper (already ran) [2021-04-14T09:56:41.325Z] Building app-service-config [2021-04-14T09:56:41.325Z] + make build [2021-04-14T09:56:41.325Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-14T09:56:42.273Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-14T09:56:42.535Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-14T09:56:42.535Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-14T09:56:42.535Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-14T09:56:42.535Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-14T09:56:42.800Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-14T09:56:42.800Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-14T09:56:43.063Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-14T09:56:43.063Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-14T09:56:43.635Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-14T09:56:43.635Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-14T09:56:43.635Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-14T09:56:43.635Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-14T09:56:43.897Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-14T09:56:43.897Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-14T09:56:43.897Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-14T09:56:44.169Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-14T09:56:44.169Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-14T09:56:44.169Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-14T09:56:44.169Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-14T09:56:44.169Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-14T09:56:44.169Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-14T09:56:44.169Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-14T09:56:44.169Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-14T09:56:44.169Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-14T09:56:44.169Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-14T09:56:44.169Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-14T09:56:44.169Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-14T09:56:44.169Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-14T09:56:44.169Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-14T09:56:44.439Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-14T09:56:44.439Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-14T09:56:44.439Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-14T09:56:44.439Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-14T09:56:44.704Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-14T09:56:44.704Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-14T09:56:44.704Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-14T09:56:44.704Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-14T09:56:44.704Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-14T09:56:44.704Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-14T09:56:44.704Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-14T09:56:44.704Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-14T09:56:44.704Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-14T09:56:44.965Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-14T09:56:44.965Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-14T09:56:48.310Z] Removing intermediate container 0df166252318 [2021-04-14T09:56:48.310Z] ---> e912c64ef395 [2021-04-14T09:56:48.310Z] [2021-04-14T09:56:48.310Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T09:56:48.310Z] 3.12: Pulling from library/alpine [2021-04-14T09:56:48.310Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T09:56:48.310Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T09:56:48.310Z] ---> d75e27dfc0a0 [2021-04-14T09:56:48.310Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T09:56:49.289Z] ---> Running in 843907d327c4 [2021-04-14T09:56:49.571Z] Removing intermediate container 18b8b3f11448 [2021-04-14T09:56:49.571Z] ---> ac70b65fb24d [2021-04-14T09:56:49.571Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T09:56:50.179Z] ---> Running in 77843a5f5c6d [2021-04-14T09:56:51.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:56:51.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:56:52.508Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T09:56:52.508Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T09:56:52.508Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-14T09:56:52.508Z] (4/4) Installing curl (7.76.1-r0) [2021-04-14T09:56:52.508Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:56:52.508Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T09:56:52.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T09:56:52.795Z] OK: 7 MiB in 18 packages [2021-04-14T09:56:56.225Z] Removing intermediate container 35e9bbaac5e6 [2021-04-14T09:56:56.225Z] ---> 23c17911abc1 [2021-04-14T09:56:56.225Z] [2021-04-14T09:56:56.225Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T09:56:56.225Z] ---> d75e27dfc0a0 [2021-04-14T09:56:56.225Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T09:56:56.225Z] ---> Running in 458c05ce10f3 [2021-04-14T09:56:56.510Z] Removing intermediate container e3d7e7e96a71 [2021-04-14T09:56:56.510Z] ---> b04a8104ef55 [2021-04-14T09:56:56.510Z] [2021-04-14T09:56:56.510Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T09:56:56.510Z] ---> d75e27dfc0a0 [2021-04-14T09:56:56.510Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T09:56:56.781Z] Removing intermediate container 843907d327c4 [2021-04-14T09:56:56.781Z] ---> 5c3666bdaedc [2021-04-14T09:56:56.781Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T09:56:56.781Z] ---> Running in a2d3bd06f6e9 [2021-04-14T09:56:57.234Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-14T09:56:57.234Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-14T09:56:57.234Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-14T09:56:57.234Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-14T09:56:57.383Z] ---> Running in 2d738f9e4b0e [2021-04-14T09:56:57.977Z] Removing intermediate container 2d738f9e4b0e [2021-04-14T09:56:57.977Z] ---> a474c450a95d [2021-04-14T09:56:57.977Z] Step 13/21 : WORKDIR /edgex [2021-04-14T09:56:58.250Z] ---> Running in 5b17b39fd705 [2021-04-14T09:56:58.250Z] Removing intermediate container 77843a5f5c6d [2021-04-14T09:56:58.250Z] ---> 2020cdb2990a [2021-04-14T09:56:58.250Z] [2021-04-14T09:56:58.250Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T09:56:58.531Z] 20.10.0: Pulling from library/docker [2021-04-14T09:56:58.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:56:58.627Z] Building config-common [2021-04-14T09:56:58.627Z] + snapcraftctl build [2021-04-14T09:56:58.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:56:58.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:56:59.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:56:59.087Z] Removing intermediate container 5b17b39fd705 [2021-04-14T09:56:59.087Z] ---> aac53e2dd14e [2021-04-14T09:56:59.087Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-14T09:56:59.359Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T09:56:59.359Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:56:59.359Z] OK: 5 MiB in 15 packages [2021-04-14T09:56:59.634Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T09:56:59.634Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T09:56:59.634Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T09:56:59.634Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T09:56:59.910Z] OK: 6 MiB in 16 packages [2021-04-14T09:57:01.883Z] ---> a662a7ed7e5d [2021-04-14T09:57:01.883Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T09:57:01.949Z] Building edgex-go [2021-04-14T09:57:02.159Z] Removing intermediate container 458c05ce10f3 [2021-04-14T09:57:02.159Z] ---> 77ad1b9c9598 [2021-04-14T09:57:02.159Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:57:02.214Z] + cd /root/parts/edgex-go/src [2021-04-14T09:57:02.214Z] + make build [2021-04-14T09:57:02.214Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T09:57:02.477Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-14T09:57:02.739Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-14T09:57:02.739Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-14T09:57:03.138Z] ---> Running in 24feaf90d9c9 [2021-04-14T09:57:03.409Z] Removing intermediate container a2d3bd06f6e9 [2021-04-14T09:57:03.409Z] ---> ebee235a515e [2021-04-14T09:57:03.409Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:57:03.409Z] ---> 1a740e5a82bb [2021-04-14T09:57:03.409Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T09:57:03.409Z] Removing intermediate container 1561050e658e [2021-04-14T09:57:03.409Z] ---> ca5688f029b4 [2021-04-14T09:57:03.409Z] [2021-04-14T09:57:03.409Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T09:57:03.409Z] ---> d75e27dfc0a0 [2021-04-14T09:57:03.409Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T09:57:03.409Z] ---> Using cache [2021-04-14T09:57:03.409Z] ---> 77ad1b9c9598 [2021-04-14T09:57:03.409Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:57:03.681Z] ---> Running in 4321e8410a9f [2021-04-14T09:57:03.956Z] ---> Running in 1649d4472b10 [2021-04-14T09:57:03.956Z] Removing intermediate container 24feaf90d9c9 [2021-04-14T09:57:03.956Z] ---> e0d8216afc38 [2021-04-14T09:57:03.956Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T09:57:04.936Z] ---> Running in 5c1b6269e410 [2021-04-14T09:57:05.528Z] Removing intermediate container 1649d4472b10 [2021-04-14T09:57:05.528Z] ---> 377e00bdb3df [2021-04-14T09:57:05.528Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T09:57:05.803Z] ---> 5102add04442 [2021-04-14T09:57:05.803Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T09:57:05.803Z] Removing intermediate container 4321e8410a9f [2021-04-14T09:57:05.803Z] ---> f15c0f7d1188 [2021-04-14T09:57:05.803Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T09:57:06.403Z] ---> Running in 6e442637febc [2021-04-14T09:57:06.403Z] ---> Running in c615e8c8828e [2021-04-14T09:57:06.685Z] ---> Running in 45ea5d6139bb [2021-04-14T09:57:06.685Z] Removing intermediate container 5c1b6269e410 [2021-04-14T09:57:06.685Z] ---> 6be2953a87f6 [2021-04-14T09:57:06.685Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T09:57:06.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T09:57:06.968Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-14T09:57:07.282Z] ---> Running in 0696410fc1a6 [2021-04-14T09:57:07.557Z] Removing intermediate container 6e442637febc [2021-04-14T09:57:07.557Z] ---> c5d2539db733 [2021-04-14T09:57:07.557Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T09:57:07.835Z] Removing intermediate container c615e8c8828e [2021-04-14T09:57:07.835Z] ---> f2c3e963eefa [2021-04-14T09:57:07.835Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T09:57:07.835Z] Removing intermediate container 45ea5d6139bb [2021-04-14T09:57:07.835Z] ---> 77a3e45c2f84 [2021-04-14T09:57:07.835Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T09:57:08.440Z] ---> Running in 564f264bdbb3 [2021-04-14T09:57:08.440Z] ---> Running in 673f0c9e472f [2021-04-14T09:57:08.440Z] Removing intermediate container 0696410fc1a6 [2021-04-14T09:57:08.440Z] ---> 5573e84a3679 [2021-04-14T09:57:08.440Z] Step 15/23 : WORKDIR / [2021-04-14T09:57:08.724Z] ---> Running in da40c419ab95 [2021-04-14T09:57:09.013Z] ---> Running in 63d586eedb1a [2021-04-14T09:57:09.297Z] Removing intermediate container 673f0c9e472f [2021-04-14T09:57:09.298Z] Removing intermediate container 564f264bdbb3 [2021-04-14T09:57:09.298Z] ---> 79b79dd1c8c1 [2021-04-14T09:57:09.298Z] Step 19/21 : LABEL arch=arm64 ---> 30c339bb0385 [2021-04-14T09:57:09.298Z] [2021-04-14T09:57:09.298Z] Step 15/23 : WORKDIR / [2021-04-14T09:57:09.298Z] ---> Running in 71c07744de05 [2021-04-14T09:57:09.298Z] ---> Running in 6345516a86b2 [2021-04-14T09:57:09.572Z] Removing intermediate container da40c419ab95 [2021-04-14T09:57:09.572Z] ---> 1316e59b3cd0 [2021-04-14T09:57:09.572Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:57:09.843Z] Removing intermediate container 63d586eedb1a [2021-04-14T09:57:09.843Z] ---> daa8e249d420 [2021-04-14T09:57:09.843Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:57:10.194Z] Removing intermediate container 71c07744de05 [2021-04-14T09:57:10.194Z] ---> a8f6417ddbd8 [2021-04-14T09:57:10.194Z] Step 20/21 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:57:10.194Z] Removing intermediate container 6345516a86b2 [2021-04-14T09:57:10.194Z] ---> b83dc0c4b8ab [2021-04-14T09:57:10.194Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T09:57:10.534Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T09:57:10.534Z] ---> Running in c78f47f0075f [2021-04-14T09:57:10.534Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T09:57:10.534Z] ---> eeaf43b92773 [2021-04-14T09:57:10.534Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-14T09:57:10.815Z] ---> a420ba1a222f [2021-04-14T09:57:10.815Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T09:57:11.115Z] ---> Running in c9b3e4dadc85 [2021-04-14T09:57:11.420Z] ---> a0ceeb518cb2 [2021-04-14T09:57:11.420Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T09:57:11.420Z] Removing intermediate container c78f47f0075f [2021-04-14T09:57:11.420Z] ---> 8ebc3d4635a5 [2021-04-14T09:57:11.420Z] Step 21/21 : LABEL version=0.0.0 [2021-04-14T09:57:11.696Z] ---> 542eed7d0705 [2021-04-14T09:57:11.696Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T09:57:11.998Z] ---> Running in 766d7c57c829 [2021-04-14T09:57:12.271Z] Removing intermediate container c9b3e4dadc85 [2021-04-14T09:57:12.271Z] ---> dbf939ae1def [2021-04-14T09:57:12.271Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T09:57:13.256Z] ---> Running in 3a8a9de7a34d [2021-04-14T09:57:13.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T09:57:13.860Z] Removing intermediate container 766d7c57c829 [2021-04-14T09:57:13.860Z] ---> 0fa6c2b993de [2021-04-14T09:57:13.860Z] [2021-04-14T09:57:13.860Z] ---> 721679ffe3ba [2021-04-14T09:57:13.860Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T09:57:13.860Z] ---> 6c4881ca17b4 [2021-04-14T09:57:13.860Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T09:57:13.860Z] ---> 9d3edfda6f55 [2021-04-14T09:57:13.860Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T09:57:14.464Z] Successfully built 0fa6c2b993de [2021-04-14T09:57:14.735Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-14T09:57:14.735Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-14T09:57:15.012Z] ---> cf1435823e70 [2021-04-14T09:57:15.012Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T09:57:15.012Z] ---> Running in fcadf9668779 [2021-04-14T09:57:15.012Z] ---> 1dda87730e15 [2021-04-14T09:57:15.012Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T09:57:15.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T09:57:15.297Z] ---> 8d0c614849e6 [2021-04-14T09:57:15.297Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T09:57:15.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:57:15.297Z] ---> Running in 46c0a6da5aca [2021-04-14T09:57:15.576Z] ---> Running in c1ef4a1f8c8f [2021-04-14T09:57:15.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:57:15.855Z] Removing intermediate container fcadf9668779 [2021-04-14T09:57:15.855Z] ---> 61f447234e67 [2021-04-14T09:57:15.855Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:57:16.133Z] ---> Running in 9b69bd0443b6 [2021-04-14T09:57:16.133Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T09:57:16.133Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T09:57:16.133Z] Executing bash-5.0.17-r0.post-install [2021-04-14T09:57:16.133Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T09:57:16.133Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-14T09:57:16.409Z] (5/39) Installing curl (7.76.1-r0) [2021-04-14T09:57:16.409Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T09:57:16.409Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T09:57:16.409Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T09:57:16.409Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T09:57:16.409Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T09:57:16.409Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T09:57:16.409Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T09:57:16.409Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T09:57:16.409Z] Removing intermediate container c1ef4a1f8c8f [2021-04-14T09:57:16.409Z] ---> 62c7f9693502 [2021-04-14T09:57:16.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:57:16.409Z] Removing intermediate container 46c0a6da5aca [2021-04-14T09:57:16.410Z] ---> d2a143e20e8b [2021-04-14T09:57:16.410Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:57:17.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T09:57:17.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T09:57:17.841Z] ---> Running in 55a91a9e86c8 [2021-04-14T09:57:17.841Z] ---> Running in ef68ad65b483 [2021-04-14T09:57:17.841Z] Removing intermediate container 9b69bd0443b6 [2021-04-14T09:57:17.841Z] ---> 188148d90540 [2021-04-14T09:57:17.841Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T09:57:17.866Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-14T09:57:18.130Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-14T09:57:18.130Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-14T09:57:18.130Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-14T09:57:18.444Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T09:57:18.444Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T09:57:18.444Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T09:57:18.444Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T09:57:18.444Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T09:57:18.444Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T09:57:18.444Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T09:57:18.717Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T09:57:18.717Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T09:57:18.717Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T09:57:18.717Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T09:57:18.717Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T09:57:18.717Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T09:57:18.717Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T09:57:18.717Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T09:57:18.717Z] ---> Running in 20129be5f1be [2021-04-14T09:57:18.717Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T09:57:18.717Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T09:57:18.717Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T09:57:18.717Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T09:57:18.991Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T09:57:18.991Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T09:57:18.991Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T09:57:18.991Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T09:57:18.991Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T09:57:18.991Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T09:57:18.991Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T09:57:18.991Z] Removing intermediate container ef68ad65b483 [2021-04-14T09:57:18.991Z] ---> 5bf3f95712c6 [2021-04-14T09:57:18.991Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T09:57:18.991Z] Removing intermediate container 55a91a9e86c8 [2021-04-14T09:57:18.991Z] ---> 620f6b8dd554 [2021-04-14T09:57:18.991Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T09:57:19.267Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T09:57:19.267Z] OK: 72 MiB in 59 packages [2021-04-14T09:57:19.872Z] ---> Running in 0f9566331c57 [2021-04-14T09:57:19.872Z] ---> Running in b9b8f368a609 [2021-04-14T09:57:20.208Z] Removing intermediate container 20129be5f1be [2021-04-14T09:57:20.208Z] ---> ddebcd4e99cd [2021-04-14T09:57:20.208Z] Step 21/22 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:57:20.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T09:57:20.686Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-14T09:57:20.686Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-14T09:57:20.813Z] ---> Running in a73ff901b993 [2021-04-14T09:57:20.814Z] Removing intermediate container b9b8f368a609 [2021-04-14T09:57:20.814Z] ---> 746c4ff9c65c [2021-04-14T09:57:20.814Z] Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:57:20.814Z] Removing intermediate container 0f9566331c57 [2021-04-14T09:57:20.814Z] ---> e48d46701fc8 [2021-04-14T09:57:20.814Z] Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:57:21.093Z] ---> Running in 58c021048c90 [2021-04-14T09:57:21.093Z] ---> Running in e1f3f1b9ca3a [2021-04-14T09:57:21.373Z] Removing intermediate container a73ff901b993 [2021-04-14T09:57:21.373Z] ---> 15389357b493 [2021-04-14T09:57:21.373Z] Step 22/22 : LABEL version=0.0.0 [2021-04-14T09:57:21.645Z] ---> Running in b5cff063ac87 [2021-04-14T09:57:21.921Z] Removing intermediate container e1f3f1b9ca3a [2021-04-14T09:57:21.921Z] ---> 5fbfae87266c [2021-04-14T09:57:21.921Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T09:57:21.921Z] Removing intermediate container 58c021048c90 [2021-04-14T09:57:21.921Z] ---> aea884b9dce2 [2021-04-14T09:57:21.921Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T09:57:21.921Z] ---> Running in 1dfc98e7907f [2021-04-14T09:57:22.197Z] ---> Running in c96bf0411253 [2021-04-14T09:57:22.486Z] Removing intermediate container b5cff063ac87 [2021-04-14T09:57:22.486Z] ---> 6896ca3ef045 [2021-04-14T09:57:22.486Z] [2021-04-14T09:57:22.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T09:57:22.764Z] Removing intermediate container 1dfc98e7907f [2021-04-14T09:57:22.765Z] ---> 941970ed4c5b [2021-04-14T09:57:22.765Z] [2021-04-14T09:57:23.044Z] Removing intermediate container c96bf0411253 [2021-04-14T09:57:23.044Z] ---> b266c285a399 [2021-04-14T09:57:23.044Z] [2021-04-14T09:57:23.045Z] Successfully built 6896ca3ef045 [2021-04-14T09:57:23.045Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-14T09:57:23.045Z] Building docker-support-scheduler-go [2021-04-14T09:57:23.322Z]  Building docker-support-notifications-go ... done Successfully built 941970ed4c5b [2021-04-14T09:57:23.595Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-14T09:57:23.595Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-04-14T09:57:23.595Z] Successfully built b266c285a399 [2021-04-14T09:57:23.595Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-14T09:57:23.595Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-04-14T09:57:23.867Z] Collecting docker-compose==1.23.2 [2021-04-14T09:57:24.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T09:57:24.141Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T09:57:25.125Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T09:57:25.125Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T09:57:25.716Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T09:57:25.716Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T09:57:25.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T09:57:26.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T09:57:26.886Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-14T09:57:28.336Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T09:57:28.336Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T09:57:28.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T09:57:28.820Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-14T09:57:29.317Z] Collecting PyYAML<4,>=3.10 [2021-04-14T09:57:29.317Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T09:57:30.745Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-14T09:57:30.746Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-14T09:57:30.746Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-14T09:57:30.746Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-14T09:57:30.746Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-14T09:57:31.008Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-14T09:57:31.008Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-14T09:57:31.008Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-14T09:57:31.008Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-14T09:57:31.008Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-14T09:57:31.008Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-14T09:57:31.008Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-14T09:57:31.008Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-14T09:57:32.717Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-14T09:57:32.992Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T09:57:32.992Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T09:57:35.231Z] Building static-packages [2021-04-14T09:57:35.231Z] + snapcraftctl build [2021-04-14T09:57:36.380Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T09:57:36.380Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T09:57:36.979Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T09:57:36.979Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T09:57:37.147Z] Building version [2021-04-14T09:57:37.147Z] + snapcraftctl build [2021-04-14T09:57:37.575Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T09:57:37.575Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T09:57:37.852Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T09:57:37.852Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T09:57:40.461Z] Skipping stage go-build-helper (already ran) [2021-04-14T09:57:40.462Z] Staging app-service-config [2021-04-14T09:57:40.462Z] + snapcraftctl stage [2021-04-14T09:57:40.483Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T09:57:40.483Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T09:57:40.483Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-14T09:57:41.039Z] Staging config-common [2021-04-14T09:57:41.039Z] + snapcraftctl stage [2021-04-14T09:57:41.080Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T09:57:41.080Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T09:57:41.357Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-14T09:57:41.357Z] Collecting idna<2.8,>=2.5 [2021-04-14T09:57:41.634Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T09:57:41.634Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T09:57:41.634Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T09:57:41.634Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T09:57:41.634Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T09:57:42.430Z] Staging edgex-go [2021-04-14T09:57:42.430Z] + snapcraftctl stage [2021-04-14T09:57:42.616Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, texttable, PyYAML, docopt, cached-property, jsonschema, dockerpty, docker-compose [2021-04-14T09:57:43.213Z] Attempting uninstall: urllib3 [2021-04-14T09:57:43.213Z] Found existing installation: urllib3 1.25.9 [2021-04-14T09:57:43.213Z] Uninstalling urllib3-1.25.9: [2021-04-14T09:57:43.213Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T09:57:43.812Z] Attempting uninstall: idna [2021-04-14T09:57:43.812Z] Found existing installation: idna 2.9 [2021-04-14T09:57:43.812Z] Uninstalling idna-2.9: [2021-04-14T09:57:43.812Z] Successfully uninstalled idna-2.9 [2021-04-14T09:57:43.820Z] Staging static-packages [2021-04-14T09:57:43.820Z] + snapcraftctl stage [2021-04-14T09:57:44.791Z] Attempting uninstall: requests [2021-04-14T09:57:44.791Z] Found existing installation: requests 2.23.0 [2021-04-14T09:57:44.791Z] Uninstalling requests-2.23.0: [2021-04-14T09:57:44.791Z] Successfully uninstalled requests-2.23.0 [2021-04-14T09:57:45.213Z] Staging version [2021-04-14T09:57:45.214Z] + snapcraftctl stage [2021-04-14T09:57:45.776Z] Running setup.py install for texttable: started [2021-04-14T09:57:46.161Z] Priming go-build-helper [2021-04-14T09:57:46.161Z] + snapcraftctl prime [2021-04-14T09:57:47.565Z] Priming app-service-config [2021-04-14T09:57:47.565Z] + snapcraftctl prime [2021-04-14T09:57:47.752Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T09:57:47.752Z] Running setup.py install for PyYAML: started [2021-04-14T09:57:48.957Z] Priming config-common [2021-04-14T09:57:48.957Z] + snapcraftctl prime [2021-04-14T09:57:49.902Z] Priming edgex-go [2021-04-14T09:57:49.902Z] + snapcraftctl prime [2021-04-14T09:57:50.381Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T09:57:50.381Z] Running setup.py install for docopt: started [2021-04-14T09:57:51.305Z] Priming static-packages [2021-04-14T09:57:51.305Z] + snapcraftctl prime [2021-04-14T09:57:52.385Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T09:57:52.656Z] Running setup.py install for dockerpty: started [2021-04-14T09:57:54.614Z] Priming version [2021-04-14T09:57:54.615Z] + snapcraftctl prime [2021-04-14T09:57:55.187Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-14T09:57:55.284Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T09:57:56.271Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-14T09:57:58.912Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:57:58.912Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:57:58.912Z] ---> 7fbdd2e84562 [2021-04-14T09:57:58.912Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T09:57:58.912Z] ---> Using cache [2021-04-14T09:57:58.912Z] ---> 9f62ee7d2d6c [2021-04-14T09:57:58.912Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:57:58.912Z] ---> Using cache [2021-04-14T09:57:58.912Z] ---> e586c38f7494 [2021-04-14T09:57:58.912Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T09:58:09.075Z] ---> Running in d610ccb0afba [2021-04-14T09:58:09.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:10.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:11.274Z] OK: 217 MiB in 51 packages [2021-04-14T09:58:11.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:58:11.548Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:58:11.548Z] ---> 7fbdd2e84562 [2021-04-14T09:58:11.548Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T09:58:11.548Z] ---> Using cache [2021-04-14T09:58:11.548Z] ---> 9f62ee7d2d6c [2021-04-14T09:58:11.548Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:58:11.548Z] ---> Using cache [2021-04-14T09:58:11.548Z] ---> e586c38f7494 [2021-04-14T09:58:11.548Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T09:58:12.527Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:58:12.527Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:58:12.527Z] ---> 7fbdd2e84562 [2021-04-14T09:58:12.527Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T09:58:12.527Z] ---> Using cache [2021-04-14T09:58:12.527Z] ---> 9f62ee7d2d6c [2021-04-14T09:58:12.527Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:58:12.527Z] ---> Using cache [2021-04-14T09:58:12.527Z] ---> e586c38f7494 [2021-04-14T09:58:12.527Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T09:58:12.527Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T09:58:12.527Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T09:58:12.527Z] ---> 7fbdd2e84562 [2021-04-14T09:58:12.527Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T09:58:12.527Z] ---> Using cache [2021-04-14T09:58:12.527Z] ---> 9f62ee7d2d6c [2021-04-14T09:58:12.527Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T09:58:12.527Z] ---> Using cache [2021-04-14T09:58:12.527Z] ---> e586c38f7494 [2021-04-14T09:58:12.527Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T09:58:13.125Z] ---> Running in 3f7f1593ca89 [2021-04-14T09:58:13.125Z] ---> Running in 6db23055fddf [2021-04-14T09:58:13.125Z] ---> Running in 163e781cc156 [2021-04-14T09:58:14.105Z] Removing intermediate container d610ccb0afba [2021-04-14T09:58:14.105Z] ---> a8f9aec9aa29 [2021-04-14T09:58:14.105Z] Step 6/23 : COPY go.mod . [2021-04-14T09:58:15.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:15.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:15.640Z] ---> b0e7a0ee633d [2021-04-14T09:58:15.640Z] Step 7/23 : RUN go mod download [2021-04-14T09:58:15.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:15.916Z] ---> Running in 4400e9b3c0f7 [2021-04-14T09:58:15.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:16.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:16.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T09:58:16.790Z] OK: 217 MiB in 51 packages [2021-04-14T09:58:17.069Z] OK: 217 MiB in 51 packages [2021-04-14T09:58:17.347Z] Removing intermediate container 3a8a9de7a34d [2021-04-14T09:58:17.347Z] ---> 068311dc7db3 [2021-04-14T09:58:17.347Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T09:58:17.347Z] OK: 217 MiB in 51 packages [2021-04-14T09:58:17.966Z] ---> Running in 4bb57fd9f42b [2021-04-14T09:58:18.570Z] Removing intermediate container 4bb57fd9f42b [2021-04-14T09:58:18.570Z] ---> ebd93d4d1d16 [2021-04-14T09:58:18.570Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T09:58:18.850Z] Removing intermediate container 3f7f1593ca89 [2021-04-14T09:58:18.850Z] ---> 82caee8168ca [2021-04-14T09:58:18.850Z] Step 6/31 : COPY go.mod . [2021-04-14T09:58:18.850Z] ---> Running in 8d60ce275207 [2021-04-14T09:58:19.129Z] Removing intermediate container 163e781cc156 [2021-04-14T09:58:19.129Z] ---> 0c28b46d22df [2021-04-14T09:58:19.129Z] Step 6/22 : COPY go.mod . [2021-04-14T09:58:19.401Z] Removing intermediate container 6db23055fddf [2021-04-14T09:58:19.401Z] ---> cc120e488729 [2021-04-14T09:58:19.401Z] Step 6/24 : COPY go.mod . [2021-04-14T09:58:19.401Z] Removing intermediate container 8d60ce275207 [2021-04-14T09:58:19.782Z] ---> da1ed842d9b1 [2021-04-14T09:58:19.782Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T09:58:19.782Z] Removing intermediate container 4400e9b3c0f7 [2021-04-14T09:58:19.782Z] ---> c904fbbc0877 [2021-04-14T09:58:19.782Z] Step 8/23 : COPY . . [2021-04-14T09:58:19.782Z] ---> f2f34ca7d3dc [2021-04-14T09:58:19.782Z] Step 7/31 : RUN go mod download [2021-04-14T09:58:20.082Z] ---> Running in c2d99a4504ef [2021-04-14T09:58:20.364Z] ---> 39fc280539ae [2021-04-14T09:58:20.364Z] Step 7/22 : RUN go mod download [2021-04-14T09:58:20.653Z] ---> Running in a47a47398d4a [2021-04-14T09:58:20.958Z] ---> 7295f76aff15 [2021-04-14T09:58:20.958Z] Step 7/24 : RUN go mod download [2021-04-14T09:58:20.958Z] ---> Running in e68a3f23e13a [2021-04-14T09:58:22.405Z] ---> a1b398d29968 [2021-04-14T09:58:22.405Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T09:58:25.030Z] ---> 2f69edf25917 [2021-04-14T09:58:25.030Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T09:58:25.030Z] Removing intermediate container c2d99a4504ef [2021-04-14T09:58:25.030Z] ---> de2d1ff1c81d [2021-04-14T09:58:25.030Z] Step 8/31 : COPY . . [2021-04-14T09:58:26.020Z] Removing intermediate container e68a3f23e13a [2021-04-14T09:58:26.020Z] ---> 91eb5e757196 [2021-04-14T09:58:26.020Z] Step 8/24 : COPY . . [2021-04-14T09:58:26.020Z] Removing intermediate container a47a47398d4a [2021-04-14T09:58:26.020Z] ---> 4c0308033b33 [2021-04-14T09:58:26.020Z] Step 8/22 : COPY . . [2021-04-14T09:58:26.629Z] ---> 5b0788342457 [2021-04-14T09:58:26.629Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T09:58:26.903Z] ---> Running in ab144d9ec251 [2021-04-14T09:58:28.335Z] Removing intermediate container ab144d9ec251 [2021-04-14T09:58:28.335Z] ---> f74af40727d9 [2021-04-14T09:58:28.335Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T09:58:28.933Z] ---> Running in e7d371d9fc3f [2021-04-14T09:58:30.397Z] Removing intermediate container e7d371d9fc3f [2021-04-14T09:58:30.397Z] ---> acc0935ef266 [2021-04-14T09:58:30.397Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T09:58:30.690Z] ---> Running in 2ffb1373ec83 [2021-04-14T09:58:32.148Z] Removing intermediate container 2ffb1373ec83 [2021-04-14T09:58:32.148Z] ---> 2c2dc6b1c82d [2021-04-14T09:58:32.148Z] Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T09:58:32.422Z] ---> Running in 526d7f3264dd [2021-04-14T09:58:35.645Z] Removing intermediate container 526d7f3264dd [2021-04-14T09:58:35.645Z] ---> 7b376e66aa9d [2021-04-14T09:58:35.645Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T09:58:36.645Z] ---> Running in 832fa23dfc3f [2021-04-14T09:58:37.625Z] Removing intermediate container 832fa23dfc3f [2021-04-14T09:58:37.625Z] ---> 86428818b2ab [2021-04-14T09:58:37.625Z] [2021-04-14T09:58:38.222Z] Successfully built 86428818b2ab [2021-04-14T09:58:38.222Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-14T09:58:42.548Z]  Building docker-sys-mgmt-agent-go ... done  ---> d079c5ed5c39 [2021-04-14T09:58:42.548Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T09:58:43.149Z] ---> Running in 67b7020af05f [2021-04-14T09:58:45.138Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T09:58:45.747Z] ---> b902473de6f0 [2021-04-14T09:58:45.748Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-14T09:58:46.029Z] ---> Running in 736fd0d46a92 [2021-04-14T09:58:47.019Z] ---> 1818028ba72f [2021-04-14T09:58:47.019Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T09:58:47.293Z] ---> Running in f049ff6b7df7 [2021-04-14T09:58:47.899Z] ---> f5cb3dae1604 [2021-04-14T09:58:47.899Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T09:58:48.176Z] ---> Running in a5fbf6d1b3b4 [2021-04-14T09:58:48.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T09:58:49.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T09:58:50.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T10:00:11.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T10:00:17.252Z] Removing intermediate container 736fd0d46a92 [2021-04-14T10:00:17.252Z] ---> 4c66020b7f51 [2021-04-14T10:00:17.252Z] [2021-04-14T10:00:17.252Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T10:00:17.252Z] ---> d75e27dfc0a0 [2021-04-14T10:00:17.252Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T10:00:17.252Z] ---> Running in 854a7fd6de4d [2021-04-14T10:00:18.239Z] Removing intermediate container 854a7fd6de4d [2021-04-14T10:00:18.239Z] ---> 94898f58dc79 [2021-04-14T10:00:18.239Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T10:00:18.843Z] ---> Running in 31a840027e15 [2021-04-14T10:00:19.444Z] Removing intermediate container a5fbf6d1b3b4 [2021-04-14T10:00:19.444Z] ---> ccfb80015b0a [2021-04-14T10:00:19.444Z] [2021-04-14T10:00:19.444Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T10:00:19.444Z] ---> d75e27dfc0a0 [2021-04-14T10:00:19.444Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T10:00:19.718Z] ---> Running in 069dd9a431df [2021-04-14T10:00:20.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T10:00:20.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T10:00:21.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T10:00:21.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T10:00:21.310Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T10:00:21.310Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T10:00:21.310Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T10:00:21.310Z] OK: 5 MiB in 16 packages [2021-04-14T10:00:21.913Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T10:00:21.913Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T10:00:21.913Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-14T10:00:21.913Z] (4/6) Installing curl (7.76.1-r0) [2021-04-14T10:00:21.913Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T10:00:21.913Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T10:00:21.913Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T10:00:21.913Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T10:00:22.202Z] OK: 7 MiB in 20 packages [2021-04-14T10:00:23.646Z] Removing intermediate container 31a840027e15 [2021-04-14T10:00:23.646Z] ---> 7350ee49ee71 [2021-04-14T10:00:23.646Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T10:00:24.254Z] ---> Running in 4260ebff27d1 [2021-04-14T10:00:24.530Z] Removing intermediate container f049ff6b7df7 [2021-04-14T10:00:24.530Z] ---> b595297d9021 [2021-04-14T10:00:24.530Z] [2021-04-14T10:00:24.530Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T10:00:24.530Z] ---> d75e27dfc0a0 [2021-04-14T10:00:24.530Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T10:00:24.530Z] ---> Using cache [2021-04-14T10:00:24.530Z] ---> 77ad1b9c9598 [2021-04-14T10:00:24.530Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T10:00:24.530Z] ---> Using cache [2021-04-14T10:00:24.530Z] ---> 377e00bdb3df [2021-04-14T10:00:24.530Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T10:00:24.530Z] Removing intermediate container 069dd9a431df [2021-04-14T10:00:24.530Z] ---> 77d27e524486 [2021-04-14T10:00:24.530Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T10:00:24.802Z] Removing intermediate container 4260ebff27d1 [2021-04-14T10:00:24.802Z] ---> 2f48391b6578 [2021-04-14T10:00:24.802Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T10:00:24.802Z] ---> Running in f8af88e4186d [2021-04-14T10:00:24.802Z] ---> Running in 6d2d79dbbadb [2021-04-14T10:00:25.077Z] ---> Running in ba726b8bb578 [2021-04-14T10:00:25.678Z] Removing intermediate container 6d2d79dbbadb [2021-04-14T10:00:25.678Z] Removing intermediate container f8af88e4186d [2021-04-14T10:00:25.678Z] ---> 3c7415a27afe [2021-04-14T10:00:25.678Z] Step 13/24 : WORKDIR / [2021-04-14T10:00:25.678Z] ---> ef267a121fee [2021-04-14T10:00:25.678Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T10:00:25.678Z] Removing intermediate container ba726b8bb578 [2021-04-14T10:00:25.678Z] ---> c941e3a36300 [2021-04-14T10:00:25.678Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T10:00:25.678Z] ---> Running in 4e98b1f2c3ec [2021-04-14T10:00:25.678Z] ---> Running in 50938c0ab5d7 [2021-04-14T10:00:25.955Z] ---> Running in 42550e687444 [2021-04-14T10:00:26.559Z] Removing intermediate container 4e98b1f2c3ec [2021-04-14T10:00:26.559Z] ---> 541e2ec99342 [2021-04-14T10:00:26.559Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T10:00:26.559Z] Removing intermediate container 50938c0ab5d7 [2021-04-14T10:00:26.559Z] ---> 63d72162376d [2021-04-14T10:00:26.559Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-14T10:00:27.553Z] ---> 3047542af547 [2021-04-14T10:00:27.553Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T10:00:27.553Z] ---> bf12114aca16 [2021-04-14T10:00:27.553Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-14T10:00:28.994Z] Removing intermediate container 42550e687444 [2021-04-14T10:00:28.994Z] ---> afe329451678 [2021-04-14T10:00:28.994Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T10:00:28.994Z] ---> 66bbf51418a9 [2021-04-14T10:00:28.994Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T10:00:29.270Z] ---> 80651fa405fd [2021-04-14T10:00:29.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T10:00:29.270Z] ---> Running in d2fdd4e5b6d3 [2021-04-14T10:00:29.869Z] Removing intermediate container d2fdd4e5b6d3 [2021-04-14T10:00:29.869Z] ---> cd87c7cea97a [2021-04-14T10:00:29.869Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T10:00:30.145Z] ---> 8ddfe192a8fc [2021-04-14T10:00:30.145Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T10:00:30.420Z] ---> d5b6c6c7a66d [2021-04-14T10:00:30.420Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T10:00:30.694Z] ---> Running in e75dc8f182a7 [2021-04-14T10:00:31.291Z] ---> cdd6adce41a9 [2021-04-14T10:00:31.291Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T10:00:31.562Z] Removing intermediate container e75dc8f182a7 [2021-04-14T10:00:31.562Z] ---> af8b56e008d7 [2021-04-14T10:00:31.562Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T10:00:31.832Z] ---> Running in 92e7ea8f6d86 [2021-04-14T10:00:32.106Z] ---> Running in 00181fdaf3a1 [2021-04-14T10:00:32.106Z] ---> d4e56c2fb263 [2021-04-14T10:00:32.106Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T10:00:32.709Z] Removing intermediate container 00181fdaf3a1 [2021-04-14T10:00:32.709Z] ---> f777e708d70d [2021-04-14T10:00:32.709Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T10:00:32.985Z] Removing intermediate container 67b7020af05f [2021-04-14T10:00:32.985Z] ---> b5ab3f7810c8 [2021-04-14T10:00:32.985Z] [2021-04-14T10:00:32.985Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T10:00:32.985Z] ---> d75e27dfc0a0 [2021-04-14T10:00:32.985Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T10:00:33.258Z] ---> Running in b4793f62a170 [2021-04-14T10:00:33.546Z] ---> Running in ff63ecdf5782 [2021-04-14T10:00:33.546Z] ---> 6f9e2e8d48d2 [2021-04-14T10:00:33.546Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T10:00:33.859Z] Removing intermediate container b4793f62a170 [2021-04-14T10:00:33.859Z] ---> 78071b59287a [2021-04-14T10:00:33.859Z] Step 21/22 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T10:00:34.176Z] Removing intermediate container ff63ecdf5782 [2021-04-14T10:00:34.176Z] ---> b9f3ef58c74e [2021-04-14T10:00:34.176Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T10:00:34.466Z] ---> Running in 94f461d30337 [2021-04-14T10:00:34.466Z] ---> Running in a0cb53e31f28 [2021-04-14T10:00:35.076Z] ---> e6afacb15727 [2021-04-14T10:00:35.076Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-14T10:00:35.076Z] Removing intermediate container 94f461d30337 [2021-04-14T10:00:35.076Z] ---> 417b5e462349 [2021-04-14T10:00:35.076Z] Step 22/22 : LABEL version=0.0.0 [2021-04-14T10:00:35.362Z] ---> Running in c32a3c27f28b [2021-04-14T10:00:35.362Z] Removing intermediate container a0cb53e31f28 [2021-04-14T10:00:35.362Z] ---> f2408959e2f6 [2021-04-14T10:00:35.362Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T10:00:35.362Z] Removing intermediate container 92e7ea8f6d86 [2021-04-14T10:00:35.362Z] ---> 58c48bc5ed3a [2021-04-14T10:00:35.362Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T10:00:35.362Z] ---> Running in 1b7a0280b654 [2021-04-14T10:00:35.686Z] ---> Running in fe08bf2ec26f [2021-04-14T10:00:36.286Z] Removing intermediate container 1b7a0280b654 [2021-04-14T10:00:36.286Z] ---> bf7bd9cb2251 [2021-04-14T10:00:36.286Z] [2021-04-14T10:00:36.560Z] Removing intermediate container fe08bf2ec26f [2021-04-14T10:00:36.560Z] ---> 436ee46c4030 [2021-04-14T10:00:36.560Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T10:00:36.834Z] Successfully built bf7bd9cb2251 [2021-04-14T10:00:36.834Z] ---> 7f90e9f6832f [2021-04-14T10:00:36.834Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T10:00:36.834Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-14T10:00:36.834Z]  Building docker-support-scheduler-go ... done  ---> Running in 29a6de623a05 [2021-04-14T10:00:38.289Z] Removing intermediate container c32a3c27f28b [2021-04-14T10:00:38.289Z] ---> 47df311efb78 [2021-04-14T10:00:38.289Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-14T10:00:38.563Z] ---> a7a9e1ad22f2 [2021-04-14T10:00:38.563Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T10:00:38.563Z] ---> Running in 03061271a0ba [2021-04-14T10:00:39.156Z] Removing intermediate container 03061271a0ba [2021-04-14T10:00:39.156Z] ---> f9d53df54470 [2021-04-14T10:00:39.156Z] Step 22/24 : LABEL arch=arm64 [2021-04-14T10:00:39.426Z] ---> Running in 6a5e5c70506c [2021-04-14T10:00:39.426Z] ---> 0f7c4db00a09 [2021-04-14T10:00:39.426Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T10:00:39.426Z] Removing intermediate container 29a6de623a05 [2021-04-14T10:00:39.426Z] ---> 7a5125b5865a [2021-04-14T10:00:39.426Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T10:00:39.702Z] ---> Running in 7aca89762fdc [2021-04-14T10:00:39.982Z] Removing intermediate container 6a5e5c70506c [2021-04-14T10:00:39.982Z] ---> 943605d19fc3 [2021-04-14T10:00:39.982Z] Step 23/24 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T10:00:40.257Z] ---> Running in e80d39f7e6fb [2021-04-14T10:00:40.535Z] ---> fb024805e2ea [2021-04-14T10:00:40.535Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T10:00:40.807Z] Removing intermediate container e80d39f7e6fb [2021-04-14T10:00:40.807Z] ---> 07150fbac631 [2021-04-14T10:00:40.807Z] Step 24/24 : LABEL version=0.0.0 [2021-04-14T10:00:41.079Z] ---> Running in ea823fe53828 [2021-04-14T10:00:41.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T10:00:41.352Z] ---> c4315b4f7290 [2021-04-14T10:00:41.352Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T10:00:41.623Z] Removing intermediate container ea823fe53828 [2021-04-14T10:00:41.623Z] ---> 478c7d8846e2 [2021-04-14T10:00:41.623Z] [2021-04-14T10:00:41.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T10:00:41.900Z] ---> Running in 2aff9588e0c3 [2021-04-14T10:00:41.900Z] Successfully built 478c7d8846e2 [2021-04-14T10:00:42.173Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-14T10:00:42.442Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2aff9588e0c3 [2021-04-14T10:00:42.442Z] ---> eab02e69ebed [2021-04-14T10:00:42.442Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T10:00:42.442Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T10:00:42.713Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T10:00:42.713Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T10:00:42.713Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T10:00:42.992Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T10:00:42.992Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T10:00:43.263Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T10:00:43.263Z] OK: 8 MiB in 20 packages [2021-04-14T10:00:43.263Z] ---> ffd6b3cf0fc0 [2021-04-14T10:00:43.263Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T10:00:43.535Z] ---> Running in 5d571a8ccc5e [2021-04-14T10:00:44.514Z] Removing intermediate container 7aca89762fdc [2021-04-14T10:00:44.514Z] ---> a826d85191b4 [2021-04-14T10:00:44.514Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T10:00:45.491Z] ---> 389ee6397c7b [2021-04-14T10:00:45.491Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T10:00:46.460Z] Removing intermediate container 5d571a8ccc5e [2021-04-14T10:00:46.460Z] ---> c47945150a32 [2021-04-14T10:00:46.460Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T10:00:46.735Z] ---> Running in 642ac7228d6f [2021-04-14T10:00:46.735Z] ---> 6524c003b781 [2021-04-14T10:00:46.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T10:00:47.368Z] Removing intermediate container 642ac7228d6f [2021-04-14T10:00:47.368Z] ---> 8bb22a34c5dc [2021-04-14T10:00:47.368Z] Step 28/31 : CMD ["gate"] [2021-04-14T10:00:47.644Z] ---> Running in c3ad838e8871 [2021-04-14T10:00:47.644Z] ---> f2af104a82e8 [2021-04-14T10:00:47.644Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T10:00:47.644Z] ---> Running in ad9698ad78a5 [2021-04-14T10:00:48.242Z] Removing intermediate container c3ad838e8871 [2021-04-14T10:00:48.242Z] ---> eb288131f705 [2021-04-14T10:00:48.242Z] Step 29/31 : LABEL arch=arm64 [2021-04-14T10:00:48.242Z] Removing intermediate container ad9698ad78a5 [2021-04-14T10:00:48.242Z] ---> dc3bbbde2760 [2021-04-14T10:00:48.242Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T10:00:48.516Z] ---> Running in 857b8b500f02 [2021-04-14T10:00:48.516Z] ---> Running in b09f2bbdd9b3 [2021-04-14T10:00:49.127Z] Removing intermediate container 857b8b500f02 [2021-04-14T10:00:49.127Z] ---> 00d1a5610b7b [2021-04-14T10:00:49.127Z] Step 30/31 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T10:00:49.127Z] Removing intermediate container b09f2bbdd9b3 [2021-04-14T10:00:49.127Z] ---> 0a9b0792fd6d [2021-04-14T10:00:49.127Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T10:00:49.403Z] ---> Running in 0b318e5e1b60 [2021-04-14T10:00:49.403Z] ---> Running in 7d4d5ee69795 [2021-04-14T10:00:49.995Z] Removing intermediate container 0b318e5e1b60 [2021-04-14T10:00:49.995Z] Removing intermediate container 7d4d5ee69795 [2021-04-14T10:00:49.995Z] ---> d1239a705775 [2021-04-14T10:00:49.995Z] ---> 6d119dcc30dd [2021-04-14T10:00:49.995Z] Step 31/31 : LABEL version=0.0.0Step 22/23 : LABEL git_sha=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [2021-04-14T10:00:49.995Z] [2021-04-14T10:00:50.592Z] ---> Running in 71bd74a0ab6e [2021-04-14T10:00:50.592Z] ---> Running in ae1406945a3e [2021-04-14T10:00:50.866Z] Removing intermediate container 71bd74a0ab6e [2021-04-14T10:00:50.866Z] ---> c87f06e046b7 [2021-04-14T10:00:50.866Z] Step 23/23 : LABEL version=0.0.0 [2021-04-14T10:00:50.866Z] Removing intermediate container ae1406945a3e [2021-04-14T10:00:50.866Z] ---> 36e828f7e43d [2021-04-14T10:00:50.866Z] [2021-04-14T10:00:51.136Z] ---> Running in a8ca815ad9c1 [2021-04-14T10:00:51.408Z] Successfully built 36e828f7e43d [2021-04-14T10:00:51.408Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-14T10:00:51.999Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a8ca815ad9c1 [2021-04-14T10:00:51.999Z] ---> ba695963680f [2021-04-14T10:00:51.999Z] [2021-04-14T10:00:52.269Z] Successfully built ba695963680f [2021-04-14T10:00:52.269Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-14T10:00:52.553Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-14T10:00:52.538Z] $ docker stop --time=1 d91b7aaf063996a4fbb20ca395e95f80b49b719f7afd290083306bfe3af781c0 [2021-04-14T10:00:54.502Z] $ docker rm -f d91b7aaf063996a4fbb20ca395e95f80b49b719f7afd290083306bfe3af781c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T10:00:55.093Z] + grep docker [2021-04-14T10:00:55.093Z] + docker images [2021-04-14T10:00:55.365Z] docker-core-data-go-arm64 latest ba695963680f 4 seconds ago 21.4MB [2021-04-14T10:00:55.365Z] docker-security-bootstrapper-go-arm64 latest 36e828f7e43d 5 seconds ago 17.9MB [2021-04-14T10:00:55.365Z] docker-security-secretstore-setup-go-arm64 latest 478c7d8846e2 14 seconds ago 24.5MB [2021-04-14T10:00:55.365Z] docker-support-scheduler-go-arm64 latest bf7bd9cb2251 20 seconds ago 16.4MB [2021-04-14T10:00:55.365Z] docker-sys-mgmt-agent-go-arm64 latest 86428818b2ab 2 minutes ago 299MB [2021-04-14T10:00:55.365Z] docker-core-metadata-go-arm64 latest 941970ed4c5b 3 minutes ago 17.9MB [2021-04-14T10:00:55.365Z] docker-core-command-go-arm64 latest b266c285a399 3 minutes ago 16.3MB [2021-04-14T10:00:55.365Z] docker-support-notifications-go-arm64 latest 6896ca3ef045 3 minutes ago 16.9MB [2021-04-14T10:00:55.365Z] docker-security-proxy-setup-go-arm64 latest 0fa6c2b993de 3 minutes ago 24.3MB [2021-04-14T10:00:55.365Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:00:56.037Z] ---> job-cost.sh [2021-04-14T10:00:56.037Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-i6BJ [2021-04-14T10:01:35.021Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-14T10:03:11.737Z] lf-activate-venv(): INFO: Adding /tmp/venv-i6BJ/bin to PATH [2021-04-14T10:03:11.737Z] INFO: No Stack... [2021-04-14T10:03:11.737Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-14T10:03:11.737Z] INFO: Archiving Costs [Pipeline] sh [2021-04-14T10:03:12.075Z] + cut -d, -f6 [2021-04-14T10:03:12.075Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-04-14T10:03:12.180Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3365-2-stack-cost] [2021-04-14T10:03:12.189Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3365-2-stack-cost] did not exist. Created. [2021-04-14T10:03:12.189Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3365-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-14T10:03:12.545Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-14T10:03:12.829Z] Stashed 1 file(s) [Pipeline] } [2021-04-14T10:03:12.847Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3365-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-14T10:03:13.743Z] provisioning config files... [2021-04-14T10:03:13.760Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config9182693312451578494tmp [Pipeline] { [Pipeline] sh [2021-04-14T10:03:14.088Z] + set +x [2021-04-14T10:03:14.088Z] + curl -s https://codecov.io/bash [2021-04-14T10:03:14.088Z] + bash -s -- [2021-04-14T10:03:14.350Z] [2021-04-14T10:03:14.350Z] _____ _ [2021-04-14T10:03:14.350Z] / ____| | | [2021-04-14T10:03:14.350Z] | | ___ __| | ___ ___ _____ __ [2021-04-14T10:03:14.350Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-14T10:03:14.350Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-14T10:03:14.350Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-14T10:03:14.350Z] Bash-1.0.1 [2021-04-14T10:03:14.350Z] [2021-04-14T10:03:14.350Z] [2021-04-14T10:03:14.350Z] ==> git version 2.24.3 found [2021-04-14T10:03:14.612Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-14T10:03:14.612Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-14T10:03:14.612Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-14T10:03:14.612Z] ==> Jenkins CI detected. [2021-04-14T10:03:14.612Z] project root: . [2021-04-14T10:03:14.612Z] --> token set from env [2021-04-14T10:03:14.612Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-14T10:03:14.612Z] ==> Running gcov in . (disable via -X gcov) [2021-04-14T10:03:14.612Z] ==> Python coveragepy not found [2021-04-14T10:03:14.612Z] ==> Searching for coverage reports in: [2021-04-14T10:03:14.612Z] + . [2021-04-14T10:03:14.612Z] -> Found 1 reports [2021-04-14T10:03:14.612Z] ==> Detecting git/mercurial file structure [2021-04-14T10:03:14.612Z] ==> Reading reports [2021-04-14T10:03:14.612Z] + ./coverage.out bytes=686607 [2021-04-14T10:03:14.612Z] ==> Appending adjustments [2021-04-14T10:03:14.612Z] https://docs.codecov.io/docs/fixing-reports [2021-04-14T10:03:17.913Z] + Found adjustments [2021-04-14T10:03:17.913Z] ==> Gzipping contents [2021-04-14T10:03:17.913Z] 100K /tmp/codecov.IELcGo.gz [2021-04-14T10:03:17.913Z] ==> Uploading reports [2021-04-14T10:03:17.913Z] url: https://codecov.io [2021-04-14T10:03:17.913Z] query: branch=PR-3365&commit=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3365%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3365&job=&cmd_args= [2021-04-14T10:03:17.913Z] -> Pinging Codecov [2021-04-14T10:03:17.913Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3365&commit=f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3365%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3365&job=&cmd_args= [2021-04-14T10:03:18.484Z] -> Uploading to [2021-04-14T10:03:18.484Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-14/00271124DB129430A58F1EEE437C3FCB/f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39/cc9487db-1142-4bc7-826c-03ce353b9bcc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210414%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210414T100318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=17b145bcf10e9c4506290f7104e28dcfa37638a5f4776159328f5ba973d70d79 [2021-04-14T10:03:18.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T10:03:18.484Z] Dload Upload Total Spent Left Speed [2021-04-14T10:03:19.055Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98533 0 0 100 98533 0 208k --:--:-- --:--:-- --:--:-- 208k [2021-04-14T10:03:19.055Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f5098ad0f7e8b2e55b1c017f9e2d1981b592ef39 [Pipeline] } [2021-04-14T10:03:19.064Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:03:19.926Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:03:20.808Z] ---> package-listing.sh [2021-04-14T10:03:20.808Z] ++ facter osfamily [2021-04-14T10:03:20.808Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-14T10:03:20.808Z] + OS_FAMILY=redhat [2021-04-14T10:03:20.808Z] + workspace=/w/workspace/edgex-go/2 [2021-04-14T10:03:20.808Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-14T10:03:20.808Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-14T10:03:20.808Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-14T10:03:20.808Z] + PACKAGES=/tmp/packages_start.txt [2021-04-14T10:03:20.808Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-14T10:03:20.808Z] + PACKAGES=/tmp/packages_end.txt [2021-04-14T10:03:20.808Z] + case "${OS_FAMILY}" in [2021-04-14T10:03:20.808Z] + rpm -qa [2021-04-14T10:03:20.808Z] + sort [2021-04-14T10:03:26.136Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-14T10:03:26.136Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-14T10:03:26.136Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-14T10:03:26.136Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-14T10:03:26.136Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-14T10:03:26.136Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-14T10:03:26.150Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-14T10:03:26.441Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-14T10:03:26.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T10:03:26.750Z] [2021-04-14T10:03:26.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-14T10:03:27.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T10:03:27.061Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-14T10:03:27.061Z] df20fa9351a1: Pulling fs layer [2021-04-14T10:03:27.061Z] 36b3adc4ff6f: Pulling fs layer [2021-04-14T10:03:27.061Z] 8ad3a11d3b57: Pulling fs layer [2021-04-14T10:03:27.061Z] 46f8f816bc3b: Pulling fs layer [2021-04-14T10:03:27.061Z] 93b61091891f: Pulling fs layer [2021-04-14T10:03:27.061Z] 93b9cdb0e59b: Pulling fs layer [2021-04-14T10:03:27.061Z] 5e14af77c1be: Pulling fs layer [2021-04-14T10:03:27.061Z] 01666e4c0597: Pulling fs layer [2021-04-14T10:03:27.061Z] aa168da1d23b: Pulling fs layer [2021-04-14T10:03:27.061Z] 93b9cdb0e59b: Waiting [2021-04-14T10:03:27.061Z] 5e14af77c1be: Waiting [2021-04-14T10:03:27.061Z] 01666e4c0597: Waiting [2021-04-14T10:03:27.061Z] 46f8f816bc3b: Waiting [2021-04-14T10:03:27.061Z] 93b61091891f: Waiting [2021-04-14T10:03:27.061Z] aa168da1d23b: Waiting [2021-04-14T10:03:27.061Z] 36b3adc4ff6f: Download complete [2021-04-14T10:03:27.061Z] 46f8f816bc3b: Verifying Checksum [2021-04-14T10:03:27.061Z] 46f8f816bc3b: Download complete [2021-04-14T10:03:27.320Z] df20fa9351a1: Verifying Checksum [2021-04-14T10:03:27.321Z] df20fa9351a1: Download complete [2021-04-14T10:03:27.321Z] 93b9cdb0e59b: Verifying Checksum [2021-04-14T10:03:27.321Z] 93b9cdb0e59b: Download complete [2021-04-14T10:03:27.321Z] 5e14af77c1be: Verifying Checksum [2021-04-14T10:03:27.321Z] 5e14af77c1be: Download complete [2021-04-14T10:03:27.321Z] 93b61091891f: Download complete [2021-04-14T10:03:27.321Z] 01666e4c0597: Verifying Checksum [2021-04-14T10:03:27.321Z] 01666e4c0597: Download complete [2021-04-14T10:03:27.321Z] 8ad3a11d3b57: Verifying Checksum [2021-04-14T10:03:27.321Z] 8ad3a11d3b57: Download complete [2021-04-14T10:03:27.622Z] df20fa9351a1: Pull complete [2021-04-14T10:03:27.927Z] 36b3adc4ff6f: Pull complete [2021-04-14T10:03:29.398Z] aa168da1d23b: Verifying Checksum [2021-04-14T10:03:29.398Z] aa168da1d23b: Download complete [2021-04-14T10:03:29.398Z] 8ad3a11d3b57: Pull complete [2021-04-14T10:03:29.660Z] 46f8f816bc3b: Pull complete [2021-04-14T10:03:29.922Z] 93b61091891f: Pull complete [2021-04-14T10:03:30.183Z] 93b9cdb0e59b: Pull complete [2021-04-14T10:03:30.183Z] 5e14af77c1be: Pull complete [2021-04-14T10:03:30.447Z] 01666e4c0597: Pull complete [2021-04-14T10:03:40.504Z] aa168da1d23b: Pull complete [2021-04-14T10:03:40.504Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-14T10:03:40.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T10:03:40.504Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-14T10:03:40.665Z] prd-centos7-docker-4c-2g-95 does not seem to be running inside a container [2021-04-14T10:03:40.712Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-14T10:03:44.855Z] $ docker top 9c579f8c6158076ffa8494850cebe13dfcad58dd939c20f28f39ed984229dee8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T10:03:45.288Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-14T10:03:45.582Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-14T10:03:45.874Z] + ls /var/log/sa-host [2021-04-14T10:03:45.874Z] + sadf -c /var/log/sa-host/sa14 [2021-04-14T10:03:45.874Z] file_magic: OK [2021-04-14T10:03:45.874Z] HZ: Using current value: 100 [2021-04-14T10:03:45.874Z] file_header: OK [2021-04-14T10:03:45.874Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-14T10:03:45.874Z] Statistics: [2021-04-14T10:03:45.875Z] 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... [2021-04-14T10:03:45.875Z] File successfully converted to sysstat format version 12.2.1 [2021-04-14T10:03:45.875Z] + sadf -c /var/log/sa-host/sa23 [2021-04-14T10:03:45.875Z] file_magic: OK [2021-04-14T10:03:45.875Z] HZ: Using current value: 100 [2021-04-14T10:03:45.875Z] file_header: OK [2021-04-14T10:03:45.875Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-14T10:03:45.875Z] Statistics: [2021-04-14T10:03:45.875Z] Hnuu...uuuununununu... [2021-04-14T10:03:45.875Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T10:03:46.409Z] provisioning config files... [2021-04-14T10:03:46.426Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5766424790582320542tmp [Pipeline] { [Pipeline] echo [2021-04-14T10:03:46.452Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:03:46.749Z] ---> create-netrc.sh [Pipeline] } [2021-04-14T10:03:46.757Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-14T10:03:46.783Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:03:47.075Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-14T10:03:47.085Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:03:47.379Z] ---> sudo-logs.sh [2021-04-14T10:03:47.379Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-14T10:03:47.411Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:03:47.706Z] ---> job-cost.sh [2021-04-14T10:03:47.706Z] lf-activate-venv: SKIPPING [2021-04-14T10:03:47.706Z] DEBUG: total: 0.20999999344348907 [2021-04-14T10:03:47.706Z] INFO: Retrieving Stack Cost... [2021-04-14T10:03:48.648Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-14T10:03:49.220Z] INFO: Archiving Costs [Pipeline] echo [2021-04-14T10:03:49.233Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T10:03:49.524Z] ---> logs-deploy.sh [2021-04-14T10:03:49.525Z] lf-activate-venv: SKIPPING [2021-04-14T10:03:49.525Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3365/2 [2021-04-14T10:03:49.525Z] INFO: archiving workspace using pattern(s): [2021-04-14T10:03:51.439Z] Archives upload complete. [2021-04-14T10:03:51.439Z] INFO: archiving logs to Nexus