Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54ab13574731e9cbb3c910d7576150a69cb8d63b+43abde9ba23a76d4b5d84ad674fe94457f4f4498 (f298942a93a5dbd8efa2ec9638584c367e7f3cc8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1231 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/82 [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/82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b Merge succeeded, producing 54ab13574731e9cbb3c910d7576150a69cb8d63b Checking out Revision 54ab13574731e9cbb3c910d7576150a69cb8d63b (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 11a7fb3ae213d8a451820eae10c648eda954c939 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T18:55:04.258Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T18:55:04.362Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T18:55:04.389Z] ========================================================= [2021-04-20T18:55:04.389Z] EdgeX Global Pipelines Version Info [2021-04-20T18:55:04.389Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T18:55:05.980Z] ------------------- [2021-04-20T18:55:05.980Z] stable info: [2021-04-20T18:55:05.980Z] ------------------- [2021-04-20T18:55:05.980Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T18:55:05.980Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T18:55:05.980Z] Message: update stable to v1.0.186 [2021-04-20T18:55:06.930Z] ------------------- [2021-04-20T18:55:06.930Z] experimental info: [2021-04-20T18:55:06.930Z] ------------------- [2021-04-20T18:55:06.930Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T18:55:06.930Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T18:55:06.930Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T18:55:07.048Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T18:55:07.071Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T18:55:07.094Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T18:55:07.129Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T18:55:07.151Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T18:55:07.173Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T18:55:07.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T18:55:07.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T18:55:07.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T18:55:07.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T18:55:07.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T18:55:07.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T18:55:07.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T18:55:07.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T18:55:07.398Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T18:55:07.421Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T18:55:07.444Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T18:55:07.467Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T18:55:07.494Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T18:55:07.517Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T18:55:07.539Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T18:55:07.561Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T18:55:07.584Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T18:55:07.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T18:55:07.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-20T18:55:07.658Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] echo [2021-04-20T18:55:07.682Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54ab135 [Pipeline] echo [2021-04-20T18:55:07.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T18:55:07.805Z] provisioning config files... [2021-04-20T18:55:07.840Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/82@tmp/config6581012671318867905tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T18:55:08.178Z] ---> docker-login.sh [2021-04-20T18:55:08.178Z] nexus3.edgexfoundry.org:10001 [2021-04-20T18:55:08.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:55:08.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:55:08.711Z] Configure a credential helper to remove this warning. See [2021-04-20T18:55:08.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:55:08.711Z] [2021-04-20T18:55:08.711Z] Login Succeeded [2021-04-20T18:55:08.711Z] nexus3.edgexfoundry.org:10002 [2021-04-20T18:55:08.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:55:08.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:55:08.979Z] Configure a credential helper to remove this warning. See [2021-04-20T18:55:08.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:55:08.979Z] [2021-04-20T18:55:08.979Z] Login Succeeded [2021-04-20T18:55:08.979Z] nexus3.edgexfoundry.org:10003 [2021-04-20T18:55:08.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:55:09.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:55:09.246Z] Configure a credential helper to remove this warning. See [2021-04-20T18:55:09.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:55:09.246Z] [2021-04-20T18:55:09.246Z] Login Succeeded [2021-04-20T18:55:09.246Z] nexus3.edgexfoundry.org:10004 [2021-04-20T18:55:09.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:55:09.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:55:09.511Z] Configure a credential helper to remove this warning. See [2021-04-20T18:55:09.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:55:09.511Z] [2021-04-20T18:55:09.511Z] Login Succeeded [2021-04-20T18:55:09.511Z] docker.io [2021-04-20T18:55:09.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:55:09.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:55:09.774Z] Configure a credential helper to remove this warning. See [2021-04-20T18:55:09.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:55:09.774Z] [2021-04-20T18:55:09.774Z] Login Succeeded [2021-04-20T18:55:09.774Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T18:55:09.784Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T18:55:10.124Z] ++ 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-20T18:55:10.124Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T18:55:10.125Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:55:10.125Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T18:55:10.125Z] ++ cut -d/ -f2 [2021-04-20T18:55:10.125Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T18:55:10.219Z] 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-20T18:55:10.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:55:10.859Z] [2021-04-20T18:55:10.859Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:55:11.180Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:55:11.180Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T18:55:11.180Z] 31603596830f: Pulling fs layer [2021-04-20T18:55:11.180Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T18:55:11.180Z] 6ca5941a6612: Pulling fs layer [2021-04-20T18:55:11.180Z] ecc8261a40a4: Pulling fs layer [2021-04-20T18:55:11.180Z] ecc8261a40a4: Waiting [2021-04-20T18:55:11.180Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T18:55:11.180Z] 2a8b12db71e7: Download complete [2021-04-20T18:55:11.180Z] 31603596830f: Verifying Checksum [2021-04-20T18:55:11.180Z] 31603596830f: Download complete [2021-04-20T18:55:11.451Z] 6ca5941a6612: Verifying Checksum [2021-04-20T18:55:11.451Z] 6ca5941a6612: Download complete [2021-04-20T18:55:11.451Z] ecc8261a40a4: Verifying Checksum [2021-04-20T18:55:11.451Z] ecc8261a40a4: Download complete [2021-04-20T18:55:11.718Z] 31603596830f: Pull complete [2021-04-20T18:55:11.980Z] 2a8b12db71e7: Pull complete [2021-04-20T18:55:12.929Z] 6ca5941a6612: Pull complete [2021-04-20T18:55:13.192Z] ecc8261a40a4: Pull complete [2021-04-20T18:55:13.192Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T18:55:13.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:55:13.192Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T18:55:13.298Z] prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container [2021-04-20T18:55:13.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T18:55:15.979Z] $ docker top d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T18:55:16.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T18:55:16.204Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T18:55:16.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T18:55:16.481Z] $ docker exec d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent [2021-04-20T18:55:16.657Z] SSH_AUTH_SOCK=/tmp/ssh-ADdmFoq8CGck/agent.12 [2021-04-20T18:55:16.657Z] SSH_AGENT_PID=17 [2021-04-20T18:55:16.674Z] Running ssh-add (command line suppressed) [2021-04-20T18:55:16.807Z] Identity added: /w/workspace/edgex-go/82@tmp/private_key_5320007466193881545.key (/w/workspace/edgex-go/82@tmp/private_key_5320007466193881545.key) [2021-04-20T18:55:16.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T18:55:17.165Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T18:55:17.192Z] $ docker exec --env ******** --env ******** d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent -k [2021-04-20T18:55:17.303Z] unset SSH_AUTH_SOCK; [2021-04-20T18:55:17.304Z] unset SSH_AGENT_PID; [2021-04-20T18:55:17.304Z] echo Agent pid 17 killed; [2021-04-20T18:55:17.352Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T18:55:17.393Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T18:55:17.393Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T18:55:17.572Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T18:55:17.579Z] $ docker exec d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent [2021-04-20T18:55:17.768Z] SSH_AUTH_SOCK=/tmp/ssh-2ekEXzGgGgew/agent.46 [2021-04-20T18:55:17.769Z] SSH_AGENT_PID=51 [2021-04-20T18:55:17.786Z] Running ssh-add (command line suppressed) [2021-04-20T18:55:17.905Z] Identity added: /w/workspace/edgex-go/82@tmp/private_key_6676792301028288486.key (/w/workspace/edgex-go/82@tmp/private_key_6676792301028288486.key) [2021-04-20T18:55:17.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T18:55:18.277Z] + git semver init [2021-04-20T18:55:18.277Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T18:55:18.277Z] # $GIT_DIR = /w/workspace/edgex-go/82/.git [2021-04-20T18:55:18.277Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/82 [2021-04-20T18:55:18.277Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T18:55:18.277Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T18:55:18.277Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T18:55:18.277Z] # $SEMVER_BRANCH = PR-3234 [2021-04-20T18:55:18.277Z] # $SEMVER_TEMP = /tmp/semver-301194567 [2021-04-20T18:55:18.277Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T18:55:50.485Z] # '/tmp/semver-301194567' -> '/w/workspace/edgex-go/82/.semver' [2021-04-20T18:55:50.485Z] # -> Force: false [2021-04-20T18:55:50.485Z] # $SEMVER_DIR = /w/workspace/edgex-go/82/.semver [Pipeline] } [2021-04-20T18:55:50.505Z] $ docker exec --env ******** --env ******** d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 ssh-agent -k [2021-04-20T18:55:50.814Z] unset SSH_AUTH_SOCK; [2021-04-20T18:55:50.815Z] unset SSH_AGENT_PID; [2021-04-20T18:55:50.815Z] echo Agent pid 51 killed; [2021-04-20T18:55:50.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T18:55:51.232Z] + git semver [Pipeline] } [2021-04-20T18:55:51.255Z] $ docker stop --time=1 d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 [2021-04-20T18:55:52.986Z] $ docker rm -f d409336d830960ad44373cb26bd64be2dc77d0eb192322a398ca8a8820327262 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T18:55:53.499Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T18:55:54.022Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T18:55:54.025Z] [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-20T18:55:54.569Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T18:55:54.881Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T18:55:55.185Z] + sudo service docker restart [2021-04-20T18:55:55.185Z] + true [2021-04-20T18:55:55.185Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T18:55:55.787Z] ========================================================= [2021-04-20T18:55:55.787Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T18:55:55.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:55:56.114Z] + 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-20T18:56:00.457Z] Sending build context to Docker daemon 329.6MB [2021-04-20T18:56:00.457Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T18:56:00.457Z] Step 2/6 : FROM ${BASE} [2021-04-20T18:56:00.457Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T18:56:00.457Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T18:56:00.457Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T18:56:00.457Z] de9db76c5a1d: Pulling fs layer [2021-04-20T18:56:00.457Z] bca2f99d35d6: Pulling fs layer [2021-04-20T18:56:00.457Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T18:56:00.457Z] 7c6f9722023f: Pulling fs layer [2021-04-20T18:56:00.457Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T18:56:00.457Z] 93359f2a8cfa: Waiting [2021-04-20T18:56:00.457Z] 7c6f9722023f: Waiting [2021-04-20T18:56:00.457Z] a35cf1a2eb13: Waiting [2021-04-20T18:56:00.457Z] bca2f99d35d6: Waiting [2021-04-20T18:56:00.457Z] de9db76c5a1d: Verifying Checksum [2021-04-20T18:56:00.457Z] de9db76c5a1d: Download complete [2021-04-20T18:56:00.457Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T18:56:00.457Z] 0ef7d3d256c8: Download complete [2021-04-20T18:56:00.457Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T18:56:00.457Z] 93359f2a8cfa: Download complete [2021-04-20T18:56:00.457Z] 7c6f9722023f: Verifying Checksum [2021-04-20T18:56:00.457Z] 7c6f9722023f: Download complete [2021-04-20T18:56:00.457Z] 188c0c94c7c5: Download complete [2021-04-20T18:56:00.748Z] 188c0c94c7c5: Pull complete [2021-04-20T18:56:02.185Z] a35cf1a2eb13: Download complete [2021-04-20T18:56:02.453Z] 0ef7d3d256c8: Pull complete [2021-04-20T18:56:02.453Z] de9db76c5a1d: Pull complete [2021-04-20T18:56:03.041Z] bca2f99d35d6: Verifying Checksum [2021-04-20T18:56:03.041Z] bca2f99d35d6: Download complete [2021-04-20T18:56:09.194Z] Still waiting to schedule task [2021-04-20T18:56:09.194Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1227’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1230’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1233’ is offline [2021-04-20T18:56:09.694Z] bca2f99d35d6: Pull complete [2021-04-20T18:56:09.695Z] 93359f2a8cfa: Pull complete [2021-04-20T18:56:09.695Z] 7c6f9722023f: Pull complete [2021-04-20T18:56:13.921Z] a35cf1a2eb13: Pull complete [2021-04-20T18:56:13.921Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T18:56:13.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T18:56:13.921Z] ---> a62c8e92a672 [2021-04-20T18:56:13.921Z] 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-20T18:56:13.921Z] ---> Running in f4368c278391 [2021-04-20T18:56:14.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:15.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:15.666Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T18:56:16.245Z] (2/12) Installing file (5.38-r0) [2021-04-20T18:56:16.245Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T18:56:16.245Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T18:56:20.470Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T18:56:20.470Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T18:56:21.046Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T18:56:21.313Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T18:56:21.313Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T18:56:21.313Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T18:56:21.576Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T18:56:21.576Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T18:56:21.576Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T18:56:21.576Z] OK: 233 MiB in 51 packages [2021-04-20T18:56:25.822Z] Removing intermediate container f4368c278391 [2021-04-20T18:56:25.822Z] ---> 23a21c905b01 [2021-04-20T18:56:25.822Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T18:56:25.822Z] ---> Running in 2a6787fa9326 [2021-04-20T18:56:25.822Z] Removing intermediate container 2a6787fa9326 [2021-04-20T18:56:25.822Z] ---> b1c9d9cd8c97 [2021-04-20T18:56:25.822Z] Step 5/6 : COPY go.mod . [2021-04-20T18:56:25.822Z] ---> 9d59badcf036 [2021-04-20T18:56:25.822Z] Step 6/6 : RUN go mod download [2021-04-20T18:56:25.822Z] ---> Running in d88e3f293cc2 [2021-04-20T18:56:52.473Z] Removing intermediate container d88e3f293cc2 [2021-04-20T18:56:52.473Z] ---> b992490ec920 [2021-04-20T18:56:52.473Z] Successfully built b992490ec920 [2021-04-20T18:56:52.473Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:56:52.796Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T18:56:52.797Z] . [Pipeline] withDockerContainer [2021-04-20T18:56:52.912Z] prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container [2021-04-20T18:56:52.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T18:56:53.883Z] $ docker top 472c6b630886603270be5488bf616dd307588391819faab2490a2285aab01eab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T18:56:54.361Z] + go version [2021-04-20T18:56:54.361Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T18:56:54.381Z] $ docker stop --time=1 472c6b630886603270be5488bf616dd307588391819faab2490a2285aab01eab [2021-04-20T18:56:55.809Z] $ docker rm -f 472c6b630886603270be5488bf616dd307588391819faab2490a2285aab01eab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:56:56.319Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T18:56:56.319Z] . [Pipeline] withDockerContainer [2021-04-20T18:56:56.422Z] prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container [2021-04-20T18:56:56.482Z] $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T18:56:58.367Z] $ docker top 3cd6131f82b55ed6f1b7f0213b00bf232a2e9af350e87fffedbfb784e5859216 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T18:56:58.490Z] ========================================================= [2021-04-20T18:56:58.490Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T18:56:58.490Z] ========================================================= [Pipeline] sh [2021-04-20T18:56:58.782Z] + make test [2021-04-20T18:56:58.782Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T18:57:08.832Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T18:57:30.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T18:57:32.934Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T18:57:35.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T18:57:35.567Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T18:57:36.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T18:57:36.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T18:57:36.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T18:57:36.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T18:57:38.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T18:57:38.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T18:57:42.672Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T18:57:42.672Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T18:57:42.672Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T18:57:44.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 45.9% of statements [2021-04-20T18:57:44.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T18:57:44.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T18:57:44.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T18:57:44.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T18:57:44.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T18:57:44.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T18:57:44.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.045s coverage: 19.8% of statements [2021-04-20T18:57:44.638Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements [2021-04-20T18:57:47.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.1% of statements [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T18:57:47.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T18:57:47.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T18:57:47.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T18:57:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements [2021-04-20T18:57:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T18:57:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T18:57:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.173s coverage: 82.9% of statements [2021-04-20T18:57:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T18:57:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:57:48.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.090s coverage: 78.9% of statements [2021-04-20T18:57:48.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T18:57:52.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.448s coverage: 28.6% of statements [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T18:57:52.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T18:57:52.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T18:57:52.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.181s coverage: 86.7% of statements [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T18:57:52.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.183s coverage: 97.5% of statements [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T18:57:52.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T18:57:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T18:57:55.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.531s coverage: 93.0% of statements [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T18:57:55.956Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T18:57:55.956Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T18:57:55.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T18:57:55.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements [2021-04-20T18:57:55.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-04-20T18:57:55.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-04-20T18:57:55.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-04-20T18:57:56.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-04-20T18:58:08.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.071s coverage: 94.4% of statements [2021-04-20T18:58:08.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-04-20T18:58:11.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.358s coverage: 81.9% of statements [2021-04-20T18:58:11.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.120s coverage: 92.9% of statements [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-04-20T18:58:19.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements [2021-04-20T18:58:19.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 64.4% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 69.0% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 38.4% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.172s coverage: 47.0% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T18:58:19.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 88.6% of statements [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:58:19.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T18:58:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 28.7% of statements [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T18:58:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.156s coverage: 99.0% of statements [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T18:58:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.080s coverage: 100.0% of statements [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T18:58:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.086s coverage: 64.6% of statements [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T18:58:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.139s coverage: 95.6% of statements [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T18:58:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T18:58:22.002Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T18:58:22.002Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T18:58:22.289Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-04-20T18:58:22.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T18:58:22.289Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T18:58:22.289Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-04-20T18:58:22.876Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements [2021-04-20T18:58:23.147Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-04-20T18:58:23.412Z] GO111MODULE=on go vet ./... [2021-04-20T18:59:02.379Z] gofmt -l . [2021-04-20T18:59:02.379Z] [ "`gofmt -l .`" = "" ] [2021-04-20T18:59:02.379Z] ./bin/test-go-mod-tidy.sh [2021-04-20T18:59:02.379Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T18:59:03.016Z] + ls -al . [2021-04-20T18:59:03.016Z] total 812 [2021-04-20T18:59:03.016Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 18:58 . [2021-04-20T18:59:03.016Z] drwxr-xr-x 4 root root 30 Apr 20 18:56 .. [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 18:54 .dockerignore [2021-04-20T18:59:03.016Z] drwxrwxr-x 8 1001 1001 179 Apr 20 18:55 .git [2021-04-20T18:59:03.016Z] drwxrwxr-x 3 1001 1001 125 Apr 20 18:54 .github [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 18:54 .gitignore [2021-04-20T18:59:03.016Z] drwx------ 3 1001 1001 60 Apr 20 18:55 .semver [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 18:54 .sonarcloud.properties [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:54 Attribution.txt [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:54 CONTRIBUTING.md [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 18:54 Dockerfile.build [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 18:54 Jenkinsfile [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:54 LICENSE [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:54 Makefile [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:54 README.md [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:54 SECURITY.md [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 18:55 VERSION [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:54 ZMQWindows.md [2021-04-20T18:59:03.016Z] drwxrwxr-x 2 1001 1001 117 Apr 20 18:54 bin [2021-04-20T18:59:03.016Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 18:54 cmd [2021-04-20T18:59:03.016Z] -rw-r--r-- 1 root root 703598 Apr 20 18:58 coverage.out [2021-04-20T18:59:03.016Z] -rw-r--r-- 1 root root 1060 Apr 20 18:58 go.mod [2021-04-20T18:59:03.016Z] -rw-r--r-- 1 root root 22075 Apr 20 18:58 go.sum [2021-04-20T18:59:03.016Z] drwxrwxr-x 8 1001 1001 127 Apr 20 18:54 internal [2021-04-20T18:59:03.016Z] drwxrwxr-x 4 1001 1001 26 Apr 20 18:54 openapi [2021-04-20T18:59:03.016Z] drwxrwxr-x 4 1001 1001 71 Apr 20 18:54 snap [2021-04-20T18:59:03.016Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 18:54 version.go [Pipeline] sh [2021-04-20T18:59:03.403Z] + '[' -e coverage.out ] [2021-04-20T18:59:03.403Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T18:59:03.670Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T18:59:04.075Z] + make build [2021-04-20T18:59:04.075Z] 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-20T18:59:09.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T18:59:13.768Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1234 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T18:59:13.790Z] Running in /w/workspace/edgex-go/82 [Pipeline] { [Pipeline] checkout [2021-04-20T18:59:17.931Z] 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-20T18:59:19.446Z] using credential edgex-jenkins-ssh [2021-04-20T18:59:19.470Z] Cloning the remote Git repository [2021-04-20T18:59:19.877Z] 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-20T18:59:19.560Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T18:59:19.723Z] > git init /w/workspace/edgex-go/82 # timeout=10 [2021-04-20T18:59:19.785Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T18:59:19.786Z] > git --version # timeout=10 [2021-04-20T18:59:19.805Z] > git --version # 'git version 2.17.1' [2021-04-20T18:59:19.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T18:59:19.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T18:59:21.279Z] 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-20T18:59:21.859Z] 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-20T18:59:23.799Z] 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-20T18:59:25.221Z] 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-20T18:59:26.637Z] 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-20T18:59:28.053Z] 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-20T18:59:29.455Z] 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-20T18:59:30.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T18:59:32.813Z] $ docker stop --time=1 3cd6131f82b55ed6f1b7f0213b00bf232a2e9af350e87fffedbfb784e5859216 [2021-04-20T18:59:34.492Z] $ docker rm -f 3cd6131f82b55ed6f1b7f0213b00bf232a2e9af350e87fffedbfb784e5859216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:59:36.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:59:36.076Z] [2021-04-20T18:59:36.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:59:36.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:59:36.398Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T18:59:36.398Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T18:59:36.398Z] ca9280d653b3: Pulling fs layer [2021-04-20T18:59:36.398Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T18:59:36.398Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T18:59:36.398Z] cbdbe7a5bc2a: Download complete [2021-04-20T18:59:36.997Z] ca9280d653b3: Verifying Checksum [2021-04-20T18:59:36.997Z] ca9280d653b3: Download complete [2021-04-20T18:59:36.997Z] cbdbe7a5bc2a: Pull complete [2021-04-20T18:59:37.952Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T18:59:37.952Z] 7e9c9ca2126c: Download complete [2021-04-20T18:59:37.952Z] ca9280d653b3: Pull complete [2021-04-20T18:59:46.151Z] 7e9c9ca2126c: Pull complete [2021-04-20T18:59:46.151Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T18:59:46.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:59:46.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T18:59:46.166Z] Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T18:59:46.271Z] prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container [2021-04-20T18:59:46.326Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T18:59:46.622Z] Merge succeeded, producing 54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T18:59:46.623Z] Checking out Revision 54ab13574731e9cbb3c910d7576150a69cb8d63b (PR-3234) [2021-04-20T18:59:45.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T18:59:45.360Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T18:59:45.389Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T18:59:45.423Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T18:59:45.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T18:59:45.436Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T18:59:46.190Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T18:59:46.203Z] > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [2021-04-20T18:59:46.521Z] > git remote # timeout=10 [2021-04-20T18:59:46.546Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T18:59:46.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T18:59:46.591Z] > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 [2021-04-20T18:59:46.613Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T18:59:46.634Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T18:59:46.646Z] > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [2021-04-20T18:59:49.051Z] $ docker top 19245f61b0bdd0f8945f4c08ce24f04949e21d9a28e379823f4e9be679229d43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T18:59:49.547Z] + docker-compose build --help [2021-04-20T18:59:49.547Z] + grep parallel [2021-04-20T18:59:50.496Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T18:59:50.778Z] $ docker stop --time=1 19245f61b0bdd0f8945f4c08ce24f04949e21d9a28e379823f4e9be679229d43 [2021-04-20T18:59:51.045Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-04-20T18:59:52.174Z] $ docker rm -f 19245f61b0bdd0f8945f4c08ce24f04949e21d9a28e379823f4e9be679229d43 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T18:59:52.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:59:52.762Z] . [Pipeline] withDockerContainer [2021-04-20T18:59:53.266Z] prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container [2021-04-20T18:59:53.319Z] $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@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-20T18:59:53.468Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-20T18:59:54.154Z] $ docker top 8571fa66b2bc5d6fc71899d407ed4783e8bc5b9d5e6fbf30334f0bfc2ac7b967 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-20T18:59:54.604Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T18:59:54.646Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T18:59:54.942Z] + sudo service docker restart [2021-04-20T18:59:54.942Z] + true [2021-04-20T18:59:55.595Z] Building docker-core-command-go ... [2021-04-20T18:59:55.595Z] Building docker-core-data-go ... [2021-04-20T18:59:55.595Z] Building docker-core-metadata-go ... [2021-04-20T18:59:55.595Z] Building docker-security-bootstrapper-go ... [2021-04-20T18:59:55.595Z] Building docker-security-proxy-setup-go ... [2021-04-20T18:59:55.595Z] Building docker-security-secretstore-setup-go ... [2021-04-20T18:59:55.595Z] Building docker-support-notifications-go ... [2021-04-20T18:59:55.595Z] Building docker-support-scheduler-go ... [2021-04-20T18:59:55.595Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T18:59:55.595Z] Building docker-core-data-go [2021-04-20T18:59:55.595Z] Building docker-support-scheduler-go [2021-04-20T18:59:55.595Z] Building docker-security-bootstrapper-go [2021-04-20T18:59:55.859Z] Building docker-support-notifications-go [2021-04-20T18:59:55.859Z] Building docker-security-proxy-setup-go [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T18:59:56.970Z] provisioning config files... [2021-04-20T18:59:57.040Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/82@tmp/config2731291647277348612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T18:59:57.401Z] ---> docker-login.sh [2021-04-20T18:59:57.402Z] nexus3.edgexfoundry.org:10001 [2021-04-20T18:59:58.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:58.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:58.602Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:58.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:58.602Z] [2021-04-20T18:59:58.602Z] Login Succeeded [2021-04-20T18:59:58.602Z] nexus3.edgexfoundry.org:10002 [2021-04-20T18:59:58.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:59.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:59.151Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:59.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:59.151Z] [2021-04-20T18:59:59.151Z] Login Succeeded [2021-04-20T18:59:59.151Z] nexus3.edgexfoundry.org:10003 [2021-04-20T18:59:59.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:59:59.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:59:59.705Z] Configure a credential helper to remove this warning. See [2021-04-20T18:59:59.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:59:59.705Z] [2021-04-20T18:59:59.705Z] Login Succeeded [2021-04-20T18:59:59.705Z] nexus3.edgexfoundry.org:10004 [2021-04-20T18:59:59.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:00:00.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:00:00.259Z] Configure a credential helper to remove this warning. See [2021-04-20T19:00:00.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:00:00.259Z] [2021-04-20T19:00:00.259Z] Login Succeeded [2021-04-20T19:00:00.259Z] docker.io [2021-04-20T19:00:00.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:00:00.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:00:00.802Z] Configure a credential helper to remove this warning. See [2021-04-20T19:00:00.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:00:00.802Z] [2021-04-20T19:00:00.802Z] Login Succeeded [2021-04-20T19:00:00.802Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:00:00.819Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T19:00:01.122Z] ========================================================= [2021-04-20T19:00:01.123Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T19:00:01.123Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:00:01.476Z] + 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-20T19:00:04.133Z] Sending build context to Docker daemon 167.4MB [2021-04-20T19:00:04.133Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:00:04.133Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:00:04.133Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T19:00:04.133Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T19:00:04.133Z] a4357932f1b6: Pulling fs layer [2021-04-20T19:00:04.133Z] 18c013af1878: Pulling fs layer [2021-04-20T19:00:04.133Z] 00ac8860ef70: Pulling fs layer [2021-04-20T19:00:04.133Z] 63d7cb157983: Pulling fs layer [2021-04-20T19:00:04.133Z] b116817d02f9: Pulling fs layer [2021-04-20T19:00:04.133Z] 745a02a5169b: Pulling fs layer [2021-04-20T19:00:04.133Z] 00ac8860ef70: Waiting [2021-04-20T19:00:04.133Z] 63d7cb157983: Waiting [2021-04-20T19:00:04.133Z] b116817d02f9: Waiting [2021-04-20T19:00:04.133Z] 745a02a5169b: Waiting [2021-04-20T19:00:04.133Z] 18c013af1878: Verifying Checksum [2021-04-20T19:00:04.133Z] 18c013af1878: Download complete [2021-04-20T19:00:04.133Z] a4357932f1b6: Download complete [2021-04-20T19:00:04.133Z] 63d7cb157983: Verifying Checksum [2021-04-20T19:00:04.133Z] 63d7cb157983: Download complete [2021-04-20T19:00:04.133Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T19:00:04.133Z] 5f621e34cdf4: Download complete [2021-04-20T19:00:04.742Z] 5f621e34cdf4: Pull complete [2021-04-20T19:00:05.338Z] a4357932f1b6: Pull complete [2021-04-20T19:00:05.613Z] 18c013af1878: Pull complete [2021-04-20T19:00:06.216Z] 745a02a5169b: Download complete [2021-04-20T19:00:07.656Z] 00ac8860ef70: Verifying Checksum [2021-04-20T19:00:07.656Z] 00ac8860ef70: Download complete [2021-04-20T19:00:17.847Z] 00ac8860ef70: Pull complete [2021-04-20T19:00:17.847Z] 63d7cb157983: Pull complete [2021-04-20T19:00:17.847Z] b116817d02f9: Pull complete [2021-04-20T19:00:21.240Z] 745a02a5169b: Pull complete [2021-04-20T19:00:21.240Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T19:00:21.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T19:00:21.240Z] ---> b7e6874047d6 [2021-04-20T19:00:21.240Z] 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-20T19:00:24.618Z] ---> Running in 20108699c9fe [2021-04-20T19:00:25.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:00:26.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:00:27.197Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:00:27.197Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:00:27.470Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:00:27.470Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:00:34.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:00:34.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:00:34.795Z] ---> b992490ec920 [2021-04-20T19:00:34.795Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:00:34.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:00:34.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:00:34.795Z] ---> b992490ec920 [2021-04-20T19:00:34.795Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:00:34.795Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:00:34.795Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:00:34.795Z] ---> b992490ec920 [2021-04-20T19:00:34.795Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:00:34.795Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:00:34.795Z] [2021-04-20T19:00:34.795Z] Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:00:34.795Z] [2021-04-20T19:00:34.795Z] ---> b992490ec920 [2021-04-20T19:00:34.795Z] ---> b992490ec920 [2021-04-20T19:00:34.795Z] Step 3/31 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-04-20T19:00:34.795Z] [2021-04-20T19:00:34.795Z] ---> Running in d65384b295af [2021-04-20T19:00:34.795Z] ---> Running in b27c79736b3e [2021-04-20T19:00:34.795Z] ---> Running in 8c003befadad [2021-04-20T19:00:34.795Z] ---> Running in 60d1c63339f0 [2021-04-20T19:00:34.795Z] ---> Running in 5a8db6e3be09 [2021-04-20T19:00:34.795Z] Removing intermediate container 8c003befadad [2021-04-20T19:00:34.795Z] ---> 34132577af3d [2021-04-20T19:00:34.795Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:00:34.795Z] Removing intermediate container 5a8db6e3be09 [2021-04-20T19:00:34.795Z] ---> a8bbd9fdc3ef [2021-04-20T19:00:34.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:00:34.795Z] Removing intermediate container b27c79736b3e [2021-04-20T19:00:34.795Z] ---> 923bd083f9d3 [2021-04-20T19:00:34.795Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:00:34.795Z] Removing intermediate container d65384b295af [2021-04-20T19:00:34.795Z] ---> bb34d3ba277e [2021-04-20T19:00:34.795Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:00:34.795Z] Removing intermediate container 60d1c63339f0 [2021-04-20T19:00:34.795Z] ---> 75f3821b8988 [2021-04-20T19:00:34.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:00:34.795Z] ---> Running in 0961bd387571 [2021-04-20T19:00:34.795Z] ---> Running in 4514190af02b [2021-04-20T19:00:34.795Z] ---> Running in dab6bc114292 [2021-04-20T19:00:34.795Z] ---> Running in 0f1cb0601a9e [2021-04-20T19:00:34.795Z] ---> Running in e00a32e94ad1 [2021-04-20T19:00:37.009Z] Removing intermediate container 0961bd387571 [2021-04-20T19:00:37.009Z] ---> 495c834a13f7 [2021-04-20T19:00:37.009Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:00:37.009Z] ---> Running in 8e99e95bb0f8 [2021-04-20T19:00:37.009Z] Removing intermediate container dab6bc114292 [2021-04-20T19:00:37.009Z] ---> 54d4480b9656 [2021-04-20T19:00:37.009Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:00:37.296Z] Removing intermediate container 4514190af02b [2021-04-20T19:00:37.296Z] ---> 62a1709b888f [2021-04-20T19:00:37.296Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:00:37.296Z] ---> Running in 41373849c9e2 [2021-04-20T19:00:37.296Z] Removing intermediate container e00a32e94ad1 [2021-04-20T19:00:37.296Z] ---> a9916a210dc0 [2021-04-20T19:00:37.296Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:00:37.562Z] ---> Running in 917423eb636b [2021-04-20T19:00:37.562Z] Removing intermediate container 0f1cb0601a9e [2021-04-20T19:00:37.562Z] ---> aa2d1e1168a5 [2021-04-20T19:00:37.562Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:00:37.562Z] ---> Running in b37a582d34ba [2021-04-20T19:00:37.827Z] ---> Running in 0473c53fb185 [2021-04-20T19:00:38.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:38.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:38.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:38.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:38.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:38.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:39.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:39.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:39.501Z] OK: 233 MiB in 51 packages [2021-04-20T19:00:39.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:39.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:39.765Z] OK: 233 MiB in 51 packages [2021-04-20T19:00:39.765Z] OK: 233 MiB in 51 packages [2021-04-20T19:00:40.038Z] OK: 233 MiB in 51 packages [2021-04-20T19:00:40.038Z] OK: 233 MiB in 51 packages [2021-04-20T19:00:40.301Z] Removing intermediate container 8e99e95bb0f8 [2021-04-20T19:00:40.301Z] ---> 4eea2248f3b2 [2021-04-20T19:00:40.301Z] Step 6/21 : COPY go.mod . [2021-04-20T19:00:40.301Z] Removing intermediate container 917423eb636b [2021-04-20T19:00:40.301Z] ---> 7bcfa5658805 [2021-04-20T19:00:40.301Z] Step 6/22 : COPY go.mod . [2021-04-20T19:00:40.566Z] Removing intermediate container 41373849c9e2 [2021-04-20T19:00:40.566Z] ---> d7ab58d584e0 [2021-04-20T19:00:40.566Z] Step 6/31 : COPY go.mod . [2021-04-20T19:00:40.566Z] ---> 45f28f282f9b [2021-04-20T19:00:40.566Z] Step 7/21 : RUN go mod download [2021-04-20T19:00:40.828Z] ---> Running in 13af48049799 [2021-04-20T19:00:40.828Z] ---> 04529b79a356 [2021-04-20T19:00:40.828Z] Step 7/22 : RUN go mod download [2021-04-20T19:00:41.091Z] ---> d9d3012da62e [2021-04-20T19:00:41.091Z] Step 7/31 : RUN go mod download [2021-04-20T19:00:41.355Z] ---> Running in 812e22f9194d [2021-04-20T19:00:41.355Z] ---> Running in 4e49e19d332d [2021-04-20T19:00:41.355Z] Removing intermediate container b37a582d34ba [2021-04-20T19:00:41.355Z] ---> 3004ec95f7cf [2021-04-20T19:00:41.355Z] Step 6/22 : COPY go.mod . [2021-04-20T19:00:41.355Z] Removing intermediate container 0473c53fb185 [2021-04-20T19:00:41.355Z] ---> 57ad39646177 [2021-04-20T19:00:41.355Z] Step 6/23 : COPY go.mod . [2021-04-20T19:00:41.962Z] ---> 9dc1dd02db8a [2021-04-20T19:00:41.962Z] Step 7/22 : RUN go mod download [2021-04-20T19:00:41.962Z] ---> d0b04953702c [2021-04-20T19:00:41.962Z] Step 7/23 : RUN go mod download [2021-04-20T19:00:41.962Z] ---> Running in 7c34d4b5a34d [2021-04-20T19:00:41.962Z] ---> Running in 16a1295cace4 [2021-04-20T19:00:43.371Z] Removing intermediate container 4e49e19d332d [2021-04-20T19:00:43.371Z] ---> 4d585f837b97 [2021-04-20T19:00:43.371Z] Step 8/31 : COPY . . [2021-04-20T19:00:43.645Z] Removing intermediate container 812e22f9194d [2021-04-20T19:00:43.645Z] ---> 1a78dd3bf4e3 [2021-04-20T19:00:43.645Z] Step 8/22 : COPY . . [2021-04-20T19:00:43.645Z] Removing intermediate container 13af48049799 [2021-04-20T19:00:43.645Z] ---> dabee56c2260 [2021-04-20T19:00:43.645Z] Step 8/21 : COPY . . [2021-04-20T19:00:45.748Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:00:45.748Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:00:45.748Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:00:45.748Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:00:45.748Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:00:45.748Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:00:45.748Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:00:45.748Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:00:45.748Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:00:45.748Z] OK: 217 MiB in 51 packages [2021-04-20T19:00:47.944Z] Removing intermediate container 16a1295cace4 [2021-04-20T19:00:47.944Z] ---> 012496e41288 [2021-04-20T19:00:47.944Z] Step 8/22 : COPY . . [2021-04-20T19:00:47.944Z] Removing intermediate container 7c34d4b5a34d [2021-04-20T19:00:47.944Z] ---> e3fcbf799745 [2021-04-20T19:00:47.944Z] Step 8/23 : COPY . . [2021-04-20T19:00:48.365Z] Removing intermediate container 20108699c9fe [2021-04-20T19:00:48.365Z] ---> 5fa42fff0030 [2021-04-20T19:00:48.365Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:00:48.365Z] ---> Running in c14466c79487 [2021-04-20T19:00:48.638Z] Removing intermediate container c14466c79487 [2021-04-20T19:00:48.638Z] ---> 3b630c2fb279 [2021-04-20T19:00:48.638Z] Step 5/6 : COPY go.mod . [2021-04-20T19:00:49.234Z] ---> 8873f7c25f45 [2021-04-20T19:00:49.234Z] Step 6/6 : RUN go mod download [2021-04-20T19:00:49.510Z] ---> Running in 9700b27d0b42 [2021-04-20T19:01:16.282Z] Removing intermediate container 9700b27d0b42 [2021-04-20T19:01:16.282Z] ---> 0054b1b66495 [2021-04-20T19:01:16.556Z] Successfully built 0054b1b66495 [2021-04-20T19:01:16.556Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:01:16.911Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:01:16.911Z] . [Pipeline] withDockerContainer [2021-04-20T19:01:17.195Z] prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container [2021-04-20T19:01:17.290Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T19:01:18.814Z] $ docker top f4d953e708422be16ee3496323e4eb9b962fd73ceb3d0f73258b8051ae896761 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:01:19.775Z] + go version [2021-04-20T19:01:19.775Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T19:01:19.806Z] $ docker stop --time=1 f4d953e708422be16ee3496323e4eb9b962fd73ceb3d0f73258b8051ae896761 [2021-04-20T19:01:21.746Z] $ docker rm -f f4d953e708422be16ee3496323e4eb9b962fd73ceb3d0f73258b8051ae896761 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:01:22.439Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T19:01:22.439Z] . [Pipeline] withDockerContainer [2021-04-20T19:01:22.704Z] prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container [2021-04-20T19:01:22.791Z] $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T19:01:24.231Z] $ docker top cf56efced1c7fb3f043108a171df5d6b23aeb04b3d780aa479df3123f1e20662 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:01:24.499Z] ========================================================= [2021-04-20T19:01:24.499Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:01:24.499Z] ========================================================= [Pipeline] sh [2021-04-20T19:01:25.142Z] + make test [2021-04-20T19:01:25.142Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:01:34.925Z] ---> acdede6fa408 [2021-04-20T19:01:34.925Z] ---> 1985bad505f2 [2021-04-20T19:01:34.925Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:01:34.925Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:01:34.925Z] ---> fcc1a4e5f296 [2021-04-20T19:01:34.925Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:01:34.925Z] ---> 012e043f9145 [2021-04-20T19:01:34.925Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:01:34.925Z] ---> 6dda07fdbffb [2021-04-20T19:01:34.925Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:01:34.925Z] ---> Running in 69c84d1e9cd3 [2021-04-20T19:01:34.925Z] ---> Running in d92650513b0f [2021-04-20T19:01:34.925Z] ---> Running in c2ad3dbc1be2 [2021-04-20T19:01:34.925Z] ---> Running in adab94064da5 [2021-04-20T19:01:34.925Z] ---> Running in 63cde8e1100f [2021-04-20T19:01:34.925Z] 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-20T19:01:34.925Z] 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-20T19:01:34.925Z] 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-20T19:01:34.925Z] 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-20T19:01:34.925Z] 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-20T19:01:47.326Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:02:07.192Z] 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-20T19:02:12.550Z] Removing intermediate container 69c84d1e9cd3 [2021-04-20T19:02:12.550Z] ---> f4a88cf60f04 [2021-04-20T19:02:12.550Z] [2021-04-20T19:02:12.550Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:02:12.550Z] 3.12: Pulling from library/alpine [2021-04-20T19:02:13.152Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:02:13.153Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:02:13.153Z] ---> 13621d1b12d4 [2021-04-20T19:02:13.153Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:02:14.112Z] ---> Running in 9f0d4ec5fd79 [2021-04-20T19:02:19.435Z] Removing intermediate container 9f0d4ec5fd79 [2021-04-20T19:02:19.435Z] ---> d4de09dea5e4 [2021-04-20T19:02:19.435Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:02:19.435Z] Removing intermediate container adab94064da5 [2021-04-20T19:02:19.435Z] ---> bfbf4c92f88b [2021-04-20T19:02:19.436Z] [2021-04-20T19:02:19.436Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:02:19.436Z] ---> 13621d1b12d4 [2021-04-20T19:02:19.436Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:02:19.436Z] Removing intermediate container 63cde8e1100f [2021-04-20T19:02:19.436Z] ---> 044e425bf15d [2021-04-20T19:02:19.436Z] [2021-04-20T19:02:19.436Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:02:19.436Z] ---> 13621d1b12d4 [2021-04-20T19:02:19.436Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:02:19.436Z] Removing intermediate container c2ad3dbc1be2 [2021-04-20T19:02:19.436Z] ---> aa182aa275dc [2021-04-20T19:02:19.436Z] [2021-04-20T19:02:19.436Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:02:19.436Z] ---> 13621d1b12d4 [2021-04-20T19:02:19.436Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:02:19.436Z] ---> Running in 71ab87f2cb34 [2021-04-20T19:02:20.830Z] ---> Running in 16b0862b4c6c [2021-04-20T19:02:20.830Z] ---> Running in 1aecb6e30969 [2021-04-20T19:02:20.830Z] ---> Running in cda670d98f04 [2021-04-20T19:02:21.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.699Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:02:21.699Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:02:21.699Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:02:21.699Z] OK: 6 MiB in 16 packages [2021-04-20T19:02:21.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:21.973Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:02:21.973Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:02:21.973Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:02:21.973Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:02:21.973Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:02:21.973Z] OK: 6 MiB in 15 packages [2021-04-20T19:02:21.973Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:02:21.973Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:02:21.973Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:02:21.973Z] OK: 7 MiB in 18 packages [2021-04-20T19:02:21.973Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:02:22.239Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:02:22.239Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:02:22.239Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:02:22.239Z] OK: 6 MiB in 16 packages [2021-04-20T19:02:24.168Z] Removing intermediate container d92650513b0f [2021-04-20T19:02:24.168Z] ---> 99144ca22626 [2021-04-20T19:02:24.168Z] [2021-04-20T19:02:24.169Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:02:24.169Z] ---> 13621d1b12d4 [2021-04-20T19:02:24.169Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:02:24.169Z] Removing intermediate container 71ab87f2cb34 [2021-04-20T19:02:24.169Z] ---> 926cd0cc11c0 [2021-04-20T19:02:24.169Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:02:24.434Z] ---> Running in 2c813e1ecf19 [2021-04-20T19:02:25.007Z] ---> Running in b821eb7b0747 [2021-04-20T19:02:25.007Z] Removing intermediate container 1aecb6e30969 [2021-04-20T19:02:25.007Z] ---> 44ee1c91925e [2021-04-20T19:02:25.007Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:02:25.270Z] Removing intermediate container 16b0862b4c6c [2021-04-20T19:02:25.270Z] ---> 02b91c6fd266 [2021-04-20T19:02:25.270Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:02:25.270Z] Removing intermediate container 2c813e1ecf19 [2021-04-20T19:02:25.270Z] ---> e522bd083e1e [2021-04-20T19:02:25.270Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:02:25.270Z] ---> Running in 81bcae68ed16 [2021-04-20T19:02:25.270Z] Removing intermediate container cda670d98f04 [2021-04-20T19:02:25.270Z] ---> 688b46ba2d23 [2021-04-20T19:02:25.270Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:02:25.535Z] Removing intermediate container b821eb7b0747 [2021-04-20T19:02:25.535Z] ---> 87bd129552ac [2021-04-20T19:02:25.535Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:02:25.535Z] ---> Running in 2d17ec71be11 [2021-04-20T19:02:25.535Z] ---> Running in 71699a87835d [2021-04-20T19:02:25.535Z] ---> Running in a4d5cb60c1a6 [2021-04-20T19:02:25.535Z] ---> Running in b85aedf13c09 [2021-04-20T19:02:25.802Z] Removing intermediate container 81bcae68ed16 [2021-04-20T19:02:25.802Z] ---> 5a238fa72056 [2021-04-20T19:02:25.802Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:02:25.802Z] ---> Running in 2dde0cb8f80c [2021-04-20T19:02:25.802Z] Removing intermediate container 71699a87835d [2021-04-20T19:02:25.802Z] ---> 6cdb47731999 [2021-04-20T19:02:25.802Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:02:26.065Z] Removing intermediate container 2d17ec71be11 [2021-04-20T19:02:26.065Z] ---> 38f0ebb36889 [2021-04-20T19:02:26.065Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:02:26.065Z] Removing intermediate container a4d5cb60c1a6 [2021-04-20T19:02:26.065Z] ---> d0cbe7ceea38 [2021-04-20T19:02:26.065Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:02:26.065Z] Removing intermediate container b85aedf13c09 [2021-04-20T19:02:26.065Z] ---> 853c0f02638d [2021-04-20T19:02:26.065Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:02:26.639Z] ---> Running in 0d9510522075 [2021-04-20T19:02:26.639Z] ---> Running in c26b02d250f4 [2021-04-20T19:02:26.903Z] ---> Running in 6560c90d0ec3 [2021-04-20T19:02:26.903Z] ---> Running in a90410b328c9 [2021-04-20T19:02:26.903Z] Removing intermediate container 2dde0cb8f80c [2021-04-20T19:02:26.903Z] ---> 16aa89dd19b2 [2021-04-20T19:02:26.903Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:02:27.165Z] ---> Running in 1bbad1167796 [2021-04-20T19:02:27.165Z] Removing intermediate container 0d9510522075 [2021-04-20T19:02:27.166Z] ---> 50c597dea9a1 [2021-04-20T19:02:27.166Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:02:27.166Z] Removing intermediate container c26b02d250f4 [2021-04-20T19:02:27.166Z] ---> 2d9503ed9fd4 [2021-04-20T19:02:27.166Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:02:27.428Z] Removing intermediate container 6560c90d0ec3 [2021-04-20T19:02:27.428Z] ---> f3a42a628a33 [2021-04-20T19:02:27.428Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:02:27.428Z] ---> Running in 50016150da88 [2021-04-20T19:02:27.692Z] ---> Running in 99844eda6033 [2021-04-20T19:02:27.692Z] Removing intermediate container 1bbad1167796 [2021-04-20T19:02:27.692Z] ---> b91d5cd50df6 [2021-04-20T19:02:27.692Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:02:27.692Z] ---> 23107b319c18 [2021-04-20T19:02:27.692Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:02:28.287Z] Removing intermediate container 99844eda6033 [2021-04-20T19:02:28.287Z] ---> cf7fa7fda783 [2021-04-20T19:02:28.287Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:02:28.287Z] ---> 5bf1a02b3730 [2021-04-20T19:02:28.287Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:02:28.287Z] ---> 8fa05cc8573e [2021-04-20T19:02:28.287Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:02:28.565Z] ---> 2691228b7938 [2021-04-20T19:02:28.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:02:28.833Z] Removing intermediate container a90410b328c9 [2021-04-20T19:02:28.833Z] ---> 5f370d071ffc [2021-04-20T19:02:28.833Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:02:28.833Z] ---> Running in bdce2dbb329c [2021-04-20T19:02:29.098Z] ---> b5c13b86f1e9 [2021-04-20T19:02:29.098Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:02:29.361Z] ---> cd29c31deb9c [2021-04-20T19:02:29.361Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:02:29.361Z] Removing intermediate container 50016150da88 [2021-04-20T19:02:29.361Z] ---> 5bdfd99614e1 [2021-04-20T19:02:29.361Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:02:29.940Z] ---> 98a3a48a4da8 [2021-04-20T19:02:29.940Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:02:29.940Z] Removing intermediate container bdce2dbb329c [2021-04-20T19:02:29.940Z] ---> 8c4ce12f5535 [2021-04-20T19:02:29.940Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:02:29.940Z] ---> Running in b0d1b36de423 [2021-04-20T19:02:29.940Z] ---> Running in db01750b9fa3 [2021-04-20T19:02:29.940Z] ---> 262f19cf0ac3 [2021-04-20T19:02:29.940Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:02:30.517Z] ---> Running in 5cfbfdff68d6 [2021-04-20T19:02:30.517Z] Removing intermediate container db01750b9fa3 [2021-04-20T19:02:30.517Z] ---> 577109e2047d [2021-04-20T19:02:30.517Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:02:30.517Z] ---> 77abf3828e5c [2021-04-20T19:02:30.517Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:02:30.517Z] ---> d616115b4aa5 [2021-04-20T19:02:30.517Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:02:30.517Z] ---> Running in b831b1ce5464 [2021-04-20T19:02:30.780Z] ---> Running in cba4cb306dc8 [2021-04-20T19:02:30.780Z] ---> Running in 4e0d2ac745dd [2021-04-20T19:02:30.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:30.780Z] Removing intermediate container 5cfbfdff68d6 [2021-04-20T19:02:30.780Z] ---> 2c80f8f2e512 [2021-04-20T19:02:30.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:02:31.043Z] ---> Running in 991895b6c3d6 [2021-04-20T19:02:31.043Z] Removing intermediate container b831b1ce5464 [2021-04-20T19:02:31.043Z] ---> c0581aa07637 [2021-04-20T19:02:31.043Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T19:02:31.309Z] Removing intermediate container cba4cb306dc8 [2021-04-20T19:02:31.309Z] ---> afb946b1c3f3 [2021-04-20T19:02:31.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:02:31.309Z] ---> Running in 11baae2aed8f [2021-04-20T19:02:31.309Z] ---> Running in 96551bcad3ae [2021-04-20T19:02:31.309Z] Removing intermediate container 991895b6c3d6 [2021-04-20T19:02:31.309Z] ---> 11816d05c8f4 [2021-04-20T19:02:31.309Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:02:31.582Z] Removing intermediate container 11baae2aed8f [2021-04-20T19:02:31.582Z] ---> 5dddbb7867c7 [2021-04-20T19:02:31.582Z] Step 20/21 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:02:31.582Z] ---> Running in 6f3b3ef5efd5 [2021-04-20T19:02:31.582Z] ---> Running in 9695363c6a26 [2021-04-20T19:02:31.582Z] Removing intermediate container 96551bcad3ae [2021-04-20T19:02:31.582Z] ---> 48f24172e28b [2021-04-20T19:02:31.582Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:02:31.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:02:31.846Z] Removing intermediate container 6f3b3ef5efd5 [2021-04-20T19:02:31.846Z] ---> 52e25f61045e [2021-04-20T19:02:31.846Z] Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:02:31.846Z] ---> Running in 5737f40c6b3f [2021-04-20T19:02:32.112Z] ---> Running in f9c5b10c870d [2021-04-20T19:02:32.112Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:02:32.112Z] Removing intermediate container 9695363c6a26 [2021-04-20T19:02:32.112Z] ---> 58bae41928b4 [2021-04-20T19:02:32.112Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:02:32.112Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:02:32.378Z] Removing intermediate container 5737f40c6b3f [2021-04-20T19:02:32.378Z] ---> b989df0b3e65 [2021-04-20T19:02:32.378Z] Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:02:32.378Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:02:32.378Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:02:32.378Z] Removing intermediate container f9c5b10c870d [2021-04-20T19:02:32.378Z] ---> 37e284cc8e36 [2021-04-20T19:02:32.378Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:02:32.378Z] ---> Running in b451b75be86e [2021-04-20T19:02:32.640Z] ---> Running in 73eb79e233e7 [2021-04-20T19:02:32.640Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:02:32.640Z] ---> Running in 96cea29fa552 [2021-04-20T19:02:32.640Z] Removing intermediate container 4e0d2ac745dd [2021-04-20T19:02:32.640Z] ---> 222010c2d632 [2021-04-20T19:02:32.640Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:02:32.640Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:02:32.910Z] Removing intermediate container b451b75be86e [2021-04-20T19:02:32.910Z] ---> 865b2c6c0660 [2021-04-20T19:02:32.910Z] [2021-04-20T19:02:32.910Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:02:32.910Z] OK: 8 MiB in 20 packages [2021-04-20T19:02:32.910Z] Removing intermediate container 73eb79e233e7 [2021-04-20T19:02:32.910Z] ---> f0c560b2dc4e [2021-04-20T19:02:32.910Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:02:32.910Z] Removing intermediate container 96cea29fa552 [2021-04-20T19:02:32.910Z] ---> 07525d0314b6 [2021-04-20T19:02:32.910Z] [2021-04-20T19:02:33.175Z] Successfully built 865b2c6c0660 [2021-04-20T19:02:33.175Z] Successfully built 07525d0314b6 [2021-04-20T19:02:33.175Z] ---> f56128abc38f [2021-04-20T19:02:33.175Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:02:33.175Z] ---> Running in 2dda4182d5d5 [2021-04-20T19:02:33.436Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T19:02:33.436Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-20T19:02:33.436Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T19:02:33.436Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-20T19:02:33.436Z] Removing intermediate container 2dda4182d5d5 [2021-04-20T19:02:33.436Z] ---> 0bbc660d9972 [2021-04-20T19:02:33.436Z] [2021-04-20T19:02:33.716Z] Removing intermediate container b0d1b36de423 [2021-04-20T19:02:33.716Z] ---> b5ebc8502fa4 [2021-04-20T19:02:33.716Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:02:33.716Z] Successfully built 0bbc660d9972 [2021-04-20T19:02:33.716Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T19:02:33.716Z] Building docker-core-metadata-go [2021-04-20T19:02:33.981Z]  Building docker-support-notifications-go ... done  ---> 9827e4d946c8 [2021-04-20T19:02:33.981Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:02:33.981Z] ---> ab5081e76977 [2021-04-20T19:02:33.981Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:02:34.256Z] ---> 9e1966b8efd7 [2021-04-20T19:02:34.256Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:02:34.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:02:35.213Z] ---> e1bab38003f8 [2021-04-20T19:02:35.213Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:02:35.213Z] ---> 25fd33c6d955 [2021-04-20T19:02:35.213Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:02:37.777Z] ---> 10b815e1062e [2021-04-20T19:02:37.777Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:02:37.777Z] ---> d76016d72dcd [2021-04-20T19:02:37.777Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:02:37.777Z] ---> Running in fd966f06f1f9 [2021-04-20T19:02:42.002Z] ---> Running in e1ad8274bb55 [2021-04-20T19:02:42.002Z] Removing intermediate container fd966f06f1f9 [2021-04-20T19:02:42.002Z] ---> 36384475cdb7 [2021-04-20T19:02:42.002Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:02:43.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:02:44.563Z] ---> Running in 9132a84395c4 [2021-04-20T19:02:44.564Z] Removing intermediate container e1ad8274bb55 [2021-04-20T19:02:44.564Z] ---> 5c31f7b544b9 [2021-04-20T19:02:44.564Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:02:44.564Z] Removing intermediate container 9132a84395c4 [2021-04-20T19:02:44.564Z] ---> ba32efc88368 [2021-04-20T19:02:44.564Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:02:44.826Z] ---> Running in ce1e5ce95540 [2021-04-20T19:02:44.826Z] ---> 4dd2cac59b5a [2021-04-20T19:02:44.826Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:02:45.102Z] Removing intermediate container ce1e5ce95540 [2021-04-20T19:02:45.102Z] ---> 014147dbdb98 [2021-04-20T19:02:45.102Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:02:45.102Z] ---> Running in ce478160dd24 [2021-04-20T19:02:45.102Z] ---> Running in b7efe7745561 [2021-04-20T19:02:48.463Z] Removing intermediate container b7efe7745561 [2021-04-20T19:02:48.463Z] ---> 675c29e9bae6 [2021-04-20T19:02:48.463Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:02:49.873Z] ---> Running in 02874a88347d [2021-04-20T19:02:49.922Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:02:49.922Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:02:53.270Z] Removing intermediate container 02874a88347d [2021-04-20T19:02:53.270Z] ---> 684e76c1db5a [2021-04-20T19:02:53.270Z] [2021-04-20T19:02:53.343Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:02:53.343Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:02:53.343Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:02:53.343Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:02:53.534Z] Successfully built 684e76c1db5a [2021-04-20T19:02:53.798Z] Successfully tagged docker-core-data-go:latest [2021-04-20T19:02:53.798Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-20T19:02:53.798Z] Removing intermediate container ce478160dd24 [2021-04-20T19:02:53.798Z] ---> d17a8f377ffe [2021-04-20T19:02:53.798Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:02:56.761Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:02:57.366Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:02:58.057Z] ---> Running in 4f0721ff52d2 [2021-04-20T19:02:58.645Z] Removing intermediate container 4f0721ff52d2 [2021-04-20T19:02:58.645Z] ---> 8c689977cde4 [2021-04-20T19:02:58.645Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:02:59.231Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:02:59.231Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:02:59.231Z] ---> b992490ec920 [2021-04-20T19:02:59.231Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:02:59.231Z] ---> Using cache [2021-04-20T19:02:59.231Z] ---> 75f3821b8988 [2021-04-20T19:02:59.231Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:02:59.504Z] ---> Using cache [2021-04-20T19:02:59.504Z] ---> a9916a210dc0 [2021-04-20T19:02:59.504Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:02:59.504Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:02:59.504Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:02:59.504Z] ---> b992490ec920 [2021-04-20T19:02:59.504Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:02:59.504Z] ---> Using cache [2021-04-20T19:02:59.504Z] ---> 75f3821b8988 [2021-04-20T19:02:59.504Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:02:59.504Z] ---> Using cache [2021-04-20T19:02:59.504Z] ---> a9916a210dc0 [2021-04-20T19:02:59.504Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:02:59.504Z] ---> Using cache [2021-04-20T19:02:59.504Z] ---> 3004ec95f7cf [2021-04-20T19:02:59.504Z] Step 6/23 : COPY go.mod . [2021-04-20T19:02:59.504Z] ---> Using cache [2021-04-20T19:02:59.504Z] ---> 9dc1dd02db8a [2021-04-20T19:02:59.504Z] Step 7/23 : RUN go mod download [2021-04-20T19:02:59.504Z] ---> Using cache [2021-04-20T19:02:59.504Z] ---> 012496e41288 [2021-04-20T19:02:59.504Z] Step 8/23 : COPY . . [2021-04-20T19:02:59.773Z] ---> Using cache [2021-04-20T19:02:59.773Z] ---> acdede6fa408 [2021-04-20T19:02:59.773Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:03:00.724Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:03:00.724Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:03:00.724Z] ---> b992490ec920 [2021-04-20T19:03:00.724Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:03:00.724Z] ---> Using cache [2021-04-20T19:03:00.724Z] ---> 75f3821b8988 [2021-04-20T19:03:00.724Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:03:00.724Z] ---> Using cache [2021-04-20T19:03:00.724Z] ---> a9916a210dc0 [2021-04-20T19:03:00.724Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:03:00.724Z] ---> Using cache [2021-04-20T19:03:00.724Z] ---> 3004ec95f7cf [2021-04-20T19:03:00.724Z] Step 6/24 : COPY go.mod . [2021-04-20T19:03:00.724Z] ---> Using cache [2021-04-20T19:03:00.724Z] ---> 9dc1dd02db8a [2021-04-20T19:03:00.724Z] Step 7/24 : RUN go mod download [2021-04-20T19:03:00.724Z] ---> Using cache [2021-04-20T19:03:00.724Z] ---> 012496e41288 [2021-04-20T19:03:00.724Z] Step 8/24 : COPY . . [2021-04-20T19:03:00.990Z] ---> Using cache [2021-04-20T19:03:00.990Z] ---> acdede6fa408 [2021-04-20T19:03:00.990Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:03:02.916Z] ---> Running in edd268d35c46 [2021-04-20T19:03:02.916Z] ---> Running in 49a51bde26b8 [2021-04-20T19:03:02.916Z] ---> Running in 77d4dcd1852c [2021-04-20T19:03:02.916Z] ---> Running in 1013f34c2cb5 [2021-04-20T19:03:04.316Z] Removing intermediate container 77d4dcd1852c [2021-04-20T19:03:04.316Z] ---> 889d9c388821 [2021-04-20T19:03:04.316Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T19:03:04.584Z] ---> Running in 51bfbf146238 [2021-04-20T19:03:05.191Z] 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-20T19:03:05.698Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:03:05.698Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:03:05.698Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:03:05.774Z] Removing intermediate container 51bfbf146238 [2021-04-20T19:03:05.775Z] ---> dd1b163cd531 [2021-04-20T19:03:05.775Z] Step 30/31 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:03:05.775Z] 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-20T19:03:05.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:03:06.041Z] ---> Running in faae2eba1a6f [2021-04-20T19:03:06.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:03:07.207Z] OK: 233 MiB in 51 packages [2021-04-20T19:03:07.207Z] Removing intermediate container faae2eba1a6f [2021-04-20T19:03:07.207Z] ---> 2880b32fb395 [2021-04-20T19:03:07.207Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:03:07.795Z] ---> Running in 1ae49d4b1f53 [2021-04-20T19:03:09.744Z] Removing intermediate container 1ae49d4b1f53 [2021-04-20T19:03:09.744Z] ---> adcd7c344813 [2021-04-20T19:03:09.744Z] [2021-04-20T19:03:10.027Z] Removing intermediate container 49a51bde26b8 [2021-04-20T19:03:10.027Z] ---> 69a0fc86d56f [2021-04-20T19:03:10.027Z] Step 6/23 : COPY go.mod . [2021-04-20T19:03:10.305Z] Successfully built adcd7c344813 [2021-04-20T19:03:10.573Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T19:03:11.162Z]  Building docker-security-bootstrapper-go ... done  ---> 5d5d11aee62b [2021-04-20T19:03:11.162Z] Step 7/23 : RUN go mod download [2021-04-20T19:03:11.749Z] ---> Running in 5d88bde75460 [2021-04-20T19:03:12.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements [2021-04-20T19:03:12.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:03:12.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:03:12.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:03:12.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:03:12.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:03:12.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:03:12.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.190s coverage: 19.8% of statements [2021-04-20T19:03:12.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.202s coverage: 100.0% of statements [2021-04-20T19:03:17.300Z] Removing intermediate container 5d88bde75460 [2021-04-20T19:03:17.300Z] ---> a0f7fb94c7c8 [2021-04-20T19:03:17.300Z] Step 8/23 : COPY . . [2021-04-20T19:03:17.300Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:03:17.300Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:03:17.300Z] ---> b992490ec920 [2021-04-20T19:03:17.300Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:03:17.300Z] ---> Using cache [2021-04-20T19:03:17.300Z] ---> 75f3821b8988 [2021-04-20T19:03:17.300Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:03:17.300Z] ---> Using cache [2021-04-20T19:03:17.300Z] ---> a9916a210dc0 [2021-04-20T19:03:17.300Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:03:17.300Z] ---> Using cache [2021-04-20T19:03:17.300Z] ---> 3004ec95f7cf [2021-04-20T19:03:17.301Z] Step 6/23 : COPY go.mod . [2021-04-20T19:03:17.301Z] ---> Using cache [2021-04-20T19:03:17.301Z] ---> 9dc1dd02db8a [2021-04-20T19:03:17.301Z] Step 7/23 : RUN go mod download [2021-04-20T19:03:17.301Z] ---> Using cache [2021-04-20T19:03:17.301Z] ---> 012496e41288 [2021-04-20T19:03:17.301Z] Step 8/23 : COPY . . [2021-04-20T19:03:17.301Z] ---> Using cache [2021-04-20T19:03:17.301Z] ---> acdede6fa408 [2021-04-20T19:03:17.301Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:03:18.240Z] ---> Running in 952e2732196b [2021-04-20T19:03:19.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:03:19.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.151s coverage: 100.0% of statements [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:03:19.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:03:19.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:03:19.382Z] 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-20T19:03:20.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.296s coverage: 71.3% of statements [2021-04-20T19:03:20.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:03:20.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:03:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.9% of statements [2021-04-20T19:03:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:03:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:03:21.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.213s coverage: 78.9% of statements [2021-04-20T19:03:21.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:03:32.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.115s coverage: 28.6% of statements [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:03:32.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.225s coverage: 100.0% of statements [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:03:32.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.137s coverage: 100.0% of statements [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:03:32.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:03:32.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.386s coverage: 97.5% of statements [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:03:32.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.248s coverage: 78.3% of statements [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:03:32.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:03:35.350Z] 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-20T19:03:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.197s coverage: 93.0% of statements [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:03:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:03:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.9% of statements [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:03:40.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:03:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.190s coverage: 47.1% of statements [2021-04-20T19:03:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.142s coverage: 79.5% of statements [2021-04-20T19:03:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.153s coverage: 94.1% of statements [2021-04-20T19:03:40.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.141s coverage: 96.3% of statements [2021-04-20T19:03:40.713Z] ---> 0a403a3356d2 [2021-04-20T19:03:40.713Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:03:40.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.157s coverage: 87.5% of statements [2021-04-20T19:03:40.982Z] ---> Running in 700bd98fdf6b [2021-04-20T19:03:41.969Z] 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-20T19:03:44.593Z] Removing intermediate container 1013f34c2cb5 [2021-04-20T19:03:44.593Z] ---> 980af77c8865 [2021-04-20T19:03:44.593Z] [2021-04-20T19:03:44.593Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:03:44.593Z] ---> 13621d1b12d4 [2021-04-20T19:03:44.593Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:03:46.022Z] ---> Running in e4169ef0c83c [2021-04-20T19:03:46.022Z] Removing intermediate container edd268d35c46 [2021-04-20T19:03:46.022Z] ---> 4d5a11582f76 [2021-04-20T19:03:46.022Z] [2021-04-20T19:03:46.022Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:03:46.022Z] ---> 13621d1b12d4 [2021-04-20T19:03:46.022Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:03:46.022Z] ---> Using cache [2021-04-20T19:03:46.022Z] ---> 44ee1c91925e [2021-04-20T19:03:46.022Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:03:46.022Z] ---> Using cache [2021-04-20T19:03:46.022Z] ---> 5a238fa72056 [2021-04-20T19:03:46.022Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:03:46.295Z] ---> Running in 378228bf0ff6 [2021-04-20T19:03:46.569Z] Removing intermediate container 378228bf0ff6 [2021-04-20T19:03:46.569Z] ---> 8a5f1f94d12b [2021-04-20T19:03:46.569Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:03:46.848Z] ---> Running in da23d00b575e [2021-04-20T19:03:47.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:03:47.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:03:47.726Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:03:47.726Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:03:47.726Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:03:47.726Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:03:47.726Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:03:47.726Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:03:47.726Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:03:47.726Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:03:47.726Z] OK: 7 MiB in 20 packages [2021-04-20T19:03:47.726Z] Removing intermediate container da23d00b575e [2021-04-20T19:03:47.726Z] ---> d720c08a164f [2021-04-20T19:03:47.726Z] Step 15/23 : WORKDIR / [2021-04-20T19:03:51.096Z] ---> Running in 147aafda66b5 [2021-04-20T19:03:51.096Z] Removing intermediate container 952e2732196b [2021-04-20T19:03:51.096Z] ---> 9d2b76b63bf4 [2021-04-20T19:03:51.096Z] [2021-04-20T19:03:51.096Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:03:51.096Z] ---> 13621d1b12d4 [2021-04-20T19:03:51.096Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:03:51.096Z] ---> Using cache [2021-04-20T19:03:51.097Z] ---> 44ee1c91925e [2021-04-20T19:03:51.097Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:03:51.097Z] ---> Using cache [2021-04-20T19:03:51.097Z] ---> 5a238fa72056 [2021-04-20T19:03:51.097Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:03:51.365Z] Removing intermediate container 147aafda66b5 [2021-04-20T19:03:51.365Z] ---> 26052246f865 [2021-04-20T19:03:51.365Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:03:51.952Z] ---> Running in 2de3e49c90cc [2021-04-20T19:03:52.234Z] Removing intermediate container e4169ef0c83c [2021-04-20T19:03:52.234Z] ---> 5e67619cc8ef [2021-04-20T19:03:52.234Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:03:52.234Z] ---> f3acb1791102 [2021-04-20T19:03:52.234Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:03:52.501Z] Removing intermediate container 2de3e49c90cc [2021-04-20T19:03:52.501Z] ---> 4a3d93212b76 [2021-04-20T19:03:52.501Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:03:52.501Z] ---> Running in e3640795b4b6 [2021-04-20T19:03:52.501Z] ---> Running in bee792f6145f [2021-04-20T19:03:53.096Z] Removing intermediate container e3640795b4b6 [2021-04-20T19:03:53.096Z] ---> 80783eb7cd75 [2021-04-20T19:03:53.096Z] Step 13/24 : WORKDIR / [2021-04-20T19:03:53.096Z] Removing intermediate container bee792f6145f [2021-04-20T19:03:53.096Z] ---> e9d5b7fad210 [2021-04-20T19:03:53.096Z] Step 15/23 : WORKDIR / [2021-04-20T19:03:53.096Z] ---> Running in dd1899891281 [2021-04-20T19:03:53.096Z] ---> Running in cf437f1caebd [2021-04-20T19:03:53.368Z] ---> 54a0d89c20be [2021-04-20T19:03:53.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:03:53.634Z] Removing intermediate container cf437f1caebd [2021-04-20T19:03:53.634Z] ---> 6f1dac984c0a [2021-04-20T19:03:53.634Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:03:53.634Z] Removing intermediate container dd1899891281 [2021-04-20T19:03:53.634Z] ---> 7242e16ec4f9 [2021-04-20T19:03:53.634Z] 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-20T19:03:54.237Z] ---> db135ab424d9 [2021-04-20T19:03:54.237Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:03:54.237Z] ---> 3bbbf3e18cda [2021-04-20T19:03:54.237Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:03:54.237Z] ---> 72ff501c3977 [2021-04-20T19:03:54.237Z] 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-20T19:03:54.237Z] ---> Running in a9cc09ce7691 [2021-04-20T19:03:54.811Z] ---> 34aa1139b04d [2021-04-20T19:03:54.811Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:03:54.811Z] Removing intermediate container a9cc09ce7691 [2021-04-20T19:03:54.811Z] ---> c836a07611d3 [2021-04-20T19:03:54.811Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:03:54.811Z] ---> Running in 160cbfc789a3 [2021-04-20T19:03:54.811Z] ---> b03bc1c97ea5 [2021-04-20T19:03:54.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:03:55.080Z] ---> b27e27f59499 [2021-04-20T19:03:55.080Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:03:55.080Z] Removing intermediate container 160cbfc789a3 [2021-04-20T19:03:55.080Z] ---> 44b03ed640c2 [2021-04-20T19:03:55.080Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:03:55.080Z] ---> Running in 81e108426788 [2021-04-20T19:03:55.344Z] ---> 5eba88ddedad [2021-04-20T19:03:55.344Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:03:55.344Z] ---> Running in 5df713b92eb1 [2021-04-20T19:03:55.615Z] Removing intermediate container 81e108426788 [2021-04-20T19:03:55.615Z] ---> 59a24266bec3 [2021-04-20T19:03:55.615Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:03:55.615Z] ---> 0b5ae2ee93dd [2021-04-20T19:03:55.615Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:03:55.615Z] ---> Running in 70ea913e158f [2021-04-20T19:03:55.615Z] Removing intermediate container 5df713b92eb1 [2021-04-20T19:03:55.615Z] ---> df441c3bfeb5 [2021-04-20T19:03:55.615Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:03:55.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.165s coverage: 94.4% of statements [2021-04-20T19:03:55.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements [2021-04-20T19:03:55.880Z] ---> Running in a811fd0688fe [2021-04-20T19:03:55.880Z] Removing intermediate container 70ea913e158f [2021-04-20T19:03:55.880Z] ---> c99f639c2aea [2021-04-20T19:03:55.880Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:03:56.831Z] ---> Running in 2e9264014420 [2021-04-20T19:03:56.831Z] Removing intermediate container a811fd0688fe [2021-04-20T19:03:56.831Z] ---> 8f5d3aad4146 [2021-04-20T19:03:56.831Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:03:58.235Z] ---> 948b470d34c1 [2021-04-20T19:03:58.235Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:03:58.235Z] ---> Running in 670ce2a0ebd9 [2021-04-20T19:03:58.235Z] Removing intermediate container 2e9264014420 [2021-04-20T19:03:58.235Z] ---> 9222c7874d1d [2021-04-20T19:03:58.235Z] [2021-04-20T19:03:58.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.433s coverage: 81.9% of statements [2021-04-20T19:03:58.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:03:58.500Z] Removing intermediate container 700bd98fdf6b [2021-04-20T19:03:58.500Z] ---> 4412c31abab4 [2021-04-20T19:03:58.500Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:03:58.500Z] ---> Running in 2cd1e62e4e60 [2021-04-20T19:03:58.500Z] Successfully built 9222c7874d1d [2021-04-20T19:03:58.500Z] Removing intermediate container 670ce2a0ebd9 [2021-04-20T19:03:58.500Z] ---> b1b45d7303c8 [2021-04-20T19:03:58.500Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:03:58.762Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T19:03:58.762Z]  Building docker-core-metadata-go ... done  ---> e15cf5588022 [2021-04-20T19:03:58.762Z] 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-20T19:03:59.023Z] ---> Running in 7965999432b4 [2021-04-20T19:03:59.024Z] ---> Running in 00557421bfac [2021-04-20T19:03:59.298Z] Removing intermediate container 7965999432b4 [2021-04-20T19:03:59.298Z] ---> 4a206a82211a [2021-04-20T19:03:59.298Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:03:59.298Z] ---> Running in 2d99ebce7b15 [2021-04-20T19:03:59.298Z] 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-20T19:03:59.560Z] Removing intermediate container 2d99ebce7b15 [2021-04-20T19:03:59.560Z] ---> 163dd362835e [2021-04-20T19:03:59.560Z] [2021-04-20T19:03:59.560Z] Successfully built 163dd362835e [2021-04-20T19:03:59.822Z] Successfully tagged docker-core-command-go:latest [2021-04-20T19:04:00.085Z]  Building docker-core-command-go ... done Removing intermediate container 00557421bfac [2021-04-20T19:04:00.085Z] ---> 986325d1cca5 [2021-04-20T19:04:00.085Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:04:00.085Z] ---> Running in 59b6ca578b5e [2021-04-20T19:04:00.347Z] Removing intermediate container 59b6ca578b5e [2021-04-20T19:04:00.347Z] ---> 39d6bab1ebe1 [2021-04-20T19:04:00.347Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T19:04:00.347Z] ---> Running in 7a97c85c7349 [2021-04-20T19:04:00.347Z] Removing intermediate container 2cd1e62e4e60 [2021-04-20T19:04:00.347Z] ---> 07dc4784f5ad [2021-04-20T19:04:00.347Z] [2021-04-20T19:04:00.347Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:04:00.347Z] 20.10.0: Pulling from library/docker [2021-04-20T19:04:00.610Z] Removing intermediate container 7a97c85c7349 [2021-04-20T19:04:00.610Z] ---> 88e768720fe8 [2021-04-20T19:04:00.610Z] Step 23/24 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:04:00.610Z] ---> Running in 867d1c9bdc12 [2021-04-20T19:04:00.873Z] Removing intermediate container 867d1c9bdc12 [2021-04-20T19:04:00.873Z] ---> b596e5328560 [2021-04-20T19:04:00.873Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:04:01.138Z] ---> Running in cd67fa44c6b2 [2021-04-20T19:04:02.095Z] Removing intermediate container cd67fa44c6b2 [2021-04-20T19:04:02.095Z] ---> 3f68a08a296e [2021-04-20T19:04:02.095Z] [2021-04-20T19:04:02.361Z] Successfully built 3f68a08a296e [2021-04-20T19:04:02.361Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T19:04:05.686Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:04:05.686Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:04:05.686Z] ---> aefe523efa57 [2021-04-20T19:04:05.686Z] 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-20T19:04:05.686Z] ---> Running in 48eabca5c65f [2021-04-20T19:04:05.686Z] Removing intermediate container 48eabca5c65f [2021-04-20T19:04:05.686Z] ---> 1ad5badd9947 [2021-04-20T19:04:05.686Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:04:05.686Z] ---> Running in 0655e9bcbf9d [2021-04-20T19:04:05.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:06.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:04:06.215Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:04:06.215Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:04:06.215Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:04:06.215Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:04:06.215Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:04:06.215Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:04:06.215Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:04:06.215Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:04:06.477Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:04:06.477Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:04:06.477Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:04:06.477Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:04:06.477Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:04:06.477Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:04:07.426Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:04:07.426Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:04:07.426Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:04:07.426Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:04:07.426Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:04:07.426Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:04:07.426Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:04:07.426Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:04:07.426Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:04:07.426Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:04:07.689Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:04:07.689Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:04:07.689Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:04:07.689Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:04:07.689Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:04:07.689Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:04:07.689Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:04:07.689Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:04:07.689Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:04:07.689Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:04:07.689Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:04:07.689Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:04:07.689Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:04:07.689Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:04:07.689Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:04:07.689Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:04:07.951Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:04:07.951Z] OK: 72 MiB in 59 packages [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.191s coverage: 92.9% of statements [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.143s coverage: 75.5% of statements [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.148s coverage: 80.8% of statements [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.195s coverage: 87.2% of statements [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 84.6% of statements [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.6% of statements [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:04:08.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.530s coverage: 64.4% of statements [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:04:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:04:08.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements [2021-04-20T19:04:08.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-04-20T19:04:08.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-04-20T19:04:08.899Z] Collecting docker-compose==1.23.2 [2021-04-20T19:04:08.899Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:04:09.161Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:04:09.161Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:04:09.734Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:04:09.735Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:04:09.735Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:04:09.735Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:04:09.996Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:04:09.996Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:04:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-04-20T19:04:10.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-04-20T19:04:10.258Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:04:10.259Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:04:10.520Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:04:10.520Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:04:11.911Z] 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-20T19:04:12.173Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:04:12.173Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:04:12.173Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:04:12.173Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:04:12.753Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:04:12.753Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:04:13.327Z] 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-20T19:04:13.327Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:04:13.327Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:04:13.327Z] 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-20T19:04:13.327Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:04:13.327Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:04:13.595Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:04:13.595Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:04:13.595Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:04:13.595Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:04:13.595Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:04:13.595Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:04:13.595Z] Installing collected packages: docopt, cached-property, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, texttable, docker-compose [2021-04-20T19:04:13.595Z] Running setup.py install for docopt: started [2021-04-20T19:04:14.167Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:04:14.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.837s coverage: 69.0% of statements [2021-04-20T19:04:14.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:04:14.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:04:14.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:04:14.429Z] Attempting uninstall: urllib3 [2021-04-20T19:04:14.429Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:04:14.429Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:04:14.429Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:04:14.429Z] Attempting uninstall: idna [2021-04-20T19:04:14.429Z] Found existing installation: idna 2.9 [2021-04-20T19:04:14.429Z] Uninstalling idna-2.9: [2021-04-20T19:04:14.692Z] Successfully uninstalled idna-2.9 [2021-04-20T19:04:14.692Z] Attempting uninstall: requests [2021-04-20T19:04:14.692Z] Found existing installation: requests 2.23.0 [2021-04-20T19:04:14.692Z] Uninstalling requests-2.23.0: [2021-04-20T19:04:14.692Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:04:15.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.433s coverage: 38.4% of statements [2021-04-20T19:04:15.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:04:15.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:04:15.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements [2021-04-20T19:04:15.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:04:15.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-04-20T19:04:15.265Z] Running setup.py install for PyYAML: started [2021-04-20T19:04:15.841Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:04:15.841Z] Running setup.py install for dockerpty: started [2021-04-20T19:04:16.422Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:04:16.422Z] Running setup.py install for texttable: started [2021-04-20T19:04:16.684Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:04:16.951Z] 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-20T19:04:21.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.474s coverage: 47.0% of statements [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:04:21.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.154s coverage: 100.0% of statements [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:04:21.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:04:21.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.133s coverage: 9.6% of statements [2021-04-20T19:04:21.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:04:25.174Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.500s coverage: 88.6% of statements [2021-04-20T19:04:25.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:04:25.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:04:25.174Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:04:29.227Z] Removing intermediate container 0655e9bcbf9d [2021-04-20T19:04:29.227Z] ---> e4ffa36254de [2021-04-20T19:04:29.227Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:04:29.227Z] ---> Running in d89f80ebf752 [2021-04-20T19:04:29.227Z] Removing intermediate container d89f80ebf752 [2021-04-20T19:04:29.227Z] ---> 3ad845bc4c02 [2021-04-20T19:04:29.227Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:04:29.227Z] ---> Running in 7264950febb2 [2021-04-20T19:04:29.227Z] Removing intermediate container 7264950febb2 [2021-04-20T19:04:29.227Z] ---> 49b1314a5183 [2021-04-20T19:04:29.227Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:04:29.227Z] ---> e838010f1b9e [2021-04-20T19:04:29.227Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:04:29.227Z] ---> 0af0110bfe3d [2021-04-20T19:04:29.227Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:04:29.227Z] ---> 20cf71904f87 [2021-04-20T19:04:29.227Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:04:29.227Z] ---> Running in 09dc47ecabb2 [2021-04-20T19:04:29.227Z] Removing intermediate container 09dc47ecabb2 [2021-04-20T19:04:29.227Z] ---> a1e120ebdce1 [2021-04-20T19:04:29.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:04:29.227Z] ---> Running in ff8cb4479b49 [2021-04-20T19:04:29.489Z] Removing intermediate container ff8cb4479b49 [2021-04-20T19:04:29.489Z] ---> 75f4cd1e5216 [2021-04-20T19:04:29.489Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:04:29.489Z] ---> Running in dc6176b12ab1 [2021-04-20T19:04:30.064Z] Removing intermediate container dc6176b12ab1 [2021-04-20T19:04:30.064Z] ---> 46a718e4953f [2021-04-20T19:04:30.064Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:04:30.064Z] ---> Running in a663fe63952f [2021-04-20T19:04:30.064Z] Removing intermediate container a663fe63952f [2021-04-20T19:04:30.064Z] ---> 4010fd716baa [2021-04-20T19:04:30.064Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:04:30.328Z] ---> Running in a05d720a6601 [2021-04-20T19:04:30.328Z] Removing intermediate container a05d720a6601 [2021-04-20T19:04:30.328Z] ---> 0b96bfe2687e [2021-04-20T19:04:30.328Z] [2021-04-20T19:04:30.591Z] Successfully built 0b96bfe2687e [2021-04-20T19:04:30.591Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T19:04:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.421s coverage: 28.7% of statements [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:04:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.239s coverage: 99.0% of statements [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:04:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:04:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.161s coverage: 64.6% of statements [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:04:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.342s coverage: 95.6% of statements [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:04:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:04:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:04:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:04:30.860Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T19:04:30.891Z] $ docker stop --time=1 8571fa66b2bc5d6fc71899d407ed4783e8bc5b9d5e6fbf30334f0bfc2ac7b967 [2021-04-20T19:04:32.040Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-04-20T19:04:32.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:04:32.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:04:32.040Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.091s coverage: 100.0% of statements [2021-04-20T19:04:32.581Z] $ docker rm -f 8571fa66b2bc5d6fc71899d407ed4783e8bc5b9d5e6fbf30334f0bfc2ac7b967 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:04:33.049Z] + docker images [2021-04-20T19:04:33.049Z] + grep docker [2021-04-20T19:04:33.310Z] docker-sys-mgmt-agent-go latest 0b96bfe2687e 3 seconds ago 312MB [2021-04-20T19:04:33.310Z] docker-security-secretstore-setup-go latest 3f68a08a296e 32 seconds ago 26.3MB [2021-04-20T19:04:33.311Z] docker-core-command-go latest 163dd362835e 34 seconds ago 17.5MB [2021-04-20T19:04:33.311Z] docker-core-metadata-go latest 9222c7874d1d 35 seconds ago 19.2MB [2021-04-20T19:04:33.311Z] docker-security-bootstrapper-go latest adcd7c344813 About a minute ago 19.3MB [2021-04-20T19:04:33.311Z] docker-core-data-go latest 684e76c1db5a About a minute ago 22.9MB [2021-04-20T19:04:33.311Z] docker-support-notifications-go latest 0bbc660d9972 2 minutes ago 18.2MB [2021-04-20T19:04:33.311Z] docker-security-proxy-setup-go latest 865b2c6c0660 2 minutes ago 26MB [2021-04-20T19:04:33.311Z] docker-support-scheduler-go latest 07525d0314b6 2 minutes ago 17.7MB [2021-04-20T19:04:33.311Z] 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] } [2021-04-20T19:04:33.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements [2021-04-20T19:04:33.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T19:04:34.467Z] GO111MODULE=on go vet ./... [2021-04-20T19:04:48.623Z] Still waiting to schedule task [2021-04-20T19:04:48.623Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-04-20T19:05:56.515Z] gofmt -l . [2021-04-20T19:05:56.515Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:05:56.515Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:05:57.502Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:05:59.602Z] + ls -al . [2021-04-20T19:05:59.602Z] total 840 [2021-04-20T19:05:59.602Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 19:05 . [2021-04-20T19:05:59.602Z] drwxr-xr-x 4 root root 4096 Apr 20 19:01 .. [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 18:59 .dockerignore [2021-04-20T19:05:59.602Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 18:59 .git [2021-04-20T19:05:59.602Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 18:59 .github [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 18:59 .gitignore [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 18:59 .sonarcloud.properties [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:59 Attribution.txt [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:59 CONTRIBUTING.md [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 18:59 Dockerfile.build [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 18:59 Jenkinsfile [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:59 LICENSE [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:59 Makefile [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:59 README.md [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:59 SECURITY.md [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 18:55 VERSION [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:59 ZMQWindows.md [2021-04-20T19:05:59.602Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 18:59 bin [2021-04-20T19:05:59.602Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 18:59 cmd [2021-04-20T19:05:59.602Z] -rw-r--r-- 1 root root 703598 Apr 20 19:04 coverage.out [2021-04-20T19:05:59.602Z] -rw-r--r-- 1 root root 1060 Apr 20 19:05 go.mod [2021-04-20T19:05:59.602Z] -rw-r--r-- 1 root root 22075 Apr 20 19:05 go.sum [2021-04-20T19:05:59.602Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 18:59 internal [2021-04-20T19:05:59.602Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 18:59 openapi [2021-04-20T19:05:59.602Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 18:59 snap [2021-04-20T19:05:59.602Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 18:59 version.go [Pipeline] sh [2021-04-20T19:06:00.264Z] + '[' -e coverage.out ] [2021-04-20T19:06:00.264Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:06:00.304Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T19:06:01.427Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:06:02.083Z] + make build [2021-04-20T19:06:02.083Z] 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-20T19:06:14.456Z] 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-20T19:06:41.264Z] 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-20T19:06:46.660Z] 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-20T19:06:54.930Z] 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-20T19:06:55.908Z] 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-20T19:07:01.298Z] 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-20T19:07:06.709Z] 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-20T19:07:10.091Z] 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-20T19:07:14.401Z] 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-20T19:07:17.785Z] 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-20T19:07:23.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T19:07:29.940Z] $ docker stop --time=1 cf56efced1c7fb3f043108a171df5d6b23aeb04b3d780aa479df3123f1e20662 [2021-04-20T19:07:32.510Z] $ docker rm -f cf56efced1c7fb3f043108a171df5d6b23aeb04b3d780aa479df3123f1e20662 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:07:34.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:07:34.127Z] [2021-04-20T19:07:34.127Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:07:34.478Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:07:34.478Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T19:07:34.478Z] 29e5d40040c1: Pulling fs layer [2021-04-20T19:07:34.478Z] 1ce36da41761: Pulling fs layer [2021-04-20T19:07:34.478Z] 25b303627fd3: Pulling fs layer [2021-04-20T19:07:34.751Z] 29e5d40040c1: Download complete [2021-04-20T19:07:35.347Z] 1ce36da41761: Verifying Checksum [2021-04-20T19:07:35.347Z] 1ce36da41761: Download complete [2021-04-20T19:07:35.347Z] 29e5d40040c1: Pull complete [2021-04-20T19:07:36.787Z] 1ce36da41761: Pull complete [2021-04-20T19:07:37.063Z] 25b303627fd3: Download complete [2021-04-20T19:07:37.864Z] Running on prd-ubuntu18.04-docker-8c-8g-1241 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T19:07:37.885Z] Running in /w/workspace/edgex-go/82 [Pipeline] { [Pipeline] checkout [2021-04-20T19:07:40.224Z] using credential edgex-jenkins-ssh [2021-04-20T19:07:40.240Z] Cloning the remote Git repository [2021-04-20T19:07:40.259Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:07:40.333Z] > git init /w/workspace/edgex-go/82 # timeout=10 [2021-04-20T19:07:40.366Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:07:40.366Z] > git --version # timeout=10 [2021-04-20T19:07:40.373Z] > git --version # 'git version 2.17.1' [2021-04-20T19:07:40.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:07:40.398Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:07:44.965Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:07:44.970Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:07:44.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:07:44.992Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:07:44.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:07:44.996Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:07:45.455Z] Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:07:45.568Z] Merge succeeded, producing 54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:07:45.569Z] Checking out Revision 54ab13574731e9cbb3c910d7576150a69cb8d63b (PR-3234) [2021-04-20T19:07:45.468Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:07:45.473Z] > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [2021-04-20T19:07:45.544Z] > git remote # timeout=10 [2021-04-20T19:07:45.551Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T19:07:45.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:07:45.560Z] > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 [2021-04-20T19:07:45.567Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T19:07:45.575Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:07:45.578Z] > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [2021-04-20T19:07:47.253Z] 25b303627fd3: Pull complete [2021-04-20T19:07:47.254Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T19:07:47.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:07:47.254Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T19:07:47.519Z] prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container [2021-04-20T19:07:47.625Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T19:07:49.189Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-04-20T19:07:50.582Z] $ docker top e960da189951295bd3a0c665adac356b93232a54d9b92b67800a574074e6c03a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:07:51.482Z] + grep parallel [2021-04-20T19:07:51.482Z] + docker-compose build --help [2021-04-20T19:07:51.641Z] + echo snap-build.sh [2021-04-20T19:07:51.641Z] snap-build.sh [2021-04-20T19:07:51.641Z] + SNAP_BASE_DIR=. [2021-04-20T19:07:51.641Z] + '[' '!' -z /w/workspace/edgex-go/82 ']' [2021-04-20T19:07:51.641Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/82 [2021-04-20T19:07:51.641Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/82]' [2021-04-20T19:07:51.641Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/82] [2021-04-20T19:07:51.641Z] + cd /w/workspace/edgex-go/82 [2021-04-20T19:07:51.641Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T19:07:51.641Z] Reading package lists... [2021-04-20T19:07:51.641Z] Building dependency tree... [2021-04-20T19:07:51.906Z] Reading state information... [2021-04-20T19:07:51.906Z] The following packages were automatically installed and are no longer required: [2021-04-20T19:07:51.906Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T19:07:51.906Z] uidmap xdelta3 [2021-04-20T19:07:51.906Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T19:07:51.906Z] The following packages will be REMOVED: [2021-04-20T19:07:51.906Z] lxd* lxd-client* [2021-04-20T19:07:52.167Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T19:07:52.167Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T19:07:53.489Z] (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-20T19:07:53.489Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:07:54.436Z] Removing lxd dnsmasq configuration [2021-04-20T19:07:54.436Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:07:54.699Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T19:07:54.856Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T19:07:54.894Z] $ docker stop --time=1 e960da189951295bd3a0c665adac356b93232a54d9b92b67800a574074e6c03a [2021-04-20T19:07:55.644Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T19:07:55.904Z] (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-20T19:07:55.904Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T19:07:56.818Z] $ docker rm -f e960da189951295bd3a0c665adac356b93232a54d9b92b67800a574074e6c03a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:07:57.293Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T19:07:57.293Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T19:07:57.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T19:07:57.501Z] . [Pipeline] withDockerContainer [2021-04-20T19:07:57.765Z] prd-ubuntu18.04-docker-arm64-4c-16g-1234 does not seem to be running inside a container [2021-04-20T19:07:57.861Z] $ 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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@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-20T19:07:58.691Z] + sudo snap remove --purge lxd [2021-04-20T19:07:58.691Z] snap "lxd" is not installed [2021-04-20T19:07:58.691Z] + sudo groupadd --force --system lxd [2021-04-20T19:07:58.691Z] ++ whoami [2021-04-20T19:07:58.691Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T19:07:58.952Z] + newgrp - lxd [2021-04-20T19:07:58.952Z] + sudo snap install lxd [2021-04-20T19:07:59.181Z] $ docker top 2c56d05eca84de9f80ee26bb8928177a6435ff2689e8303715c16e5894a34945 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:08:00.118Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:08:04.470Z] Building docker-core-command-go ... [2021-04-20T19:08:04.470Z] Building docker-core-data-go ... [2021-04-20T19:08:04.470Z] Building docker-core-metadata-go ... [2021-04-20T19:08:04.470Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:08:04.470Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:08:04.470Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:08:04.470Z] Building docker-support-notifications-go ... [2021-04-20T19:08:04.470Z] Building docker-support-scheduler-go ... [2021-04-20T19:08:04.470Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:08:04.470Z] Building docker-security-secretstore-setup-go [2021-04-20T19:08:04.470Z] Building docker-security-proxy-setup-go [2021-04-20T19:08:04.470Z] Building docker-core-metadata-go [2021-04-20T19:08:04.470Z] Building docker-support-notifications-go [2021-04-20T19:08:04.470Z] Building docker-support-scheduler-go [2021-04-20T19:08:07.194Z] 2021-04-20T19:08:04Z INFO Waiting for automatic snapd restart... [2021-04-20T19:08:25.350Z] lxd 4.13 from Canonical* installed [2021-04-20T19:08:25.350Z] + sudo lxd init --auto [2021-04-20T19:08:31.943Z] + sudo snap install --classic snapcraft [2021-04-20T19:08:40.102Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:08:40.102Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-20T19:08:40.102Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-20T19:08:40.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:08:40.102Z] Dload Upload Total Spent Left Speed [2021-04-20T19:08:40.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3894 0 --:--:-- --:--:-- --:--:-- 3870 [2021-04-20T19:08:40.102Z] 100 3325k 100 3325k 0 0 9808k 0 --:--:-- --:--:-- --:--:-- 9808k [2021-04-20T19:08:40.102Z] ./yq_linux_amd64 [2021-04-20T19:08:40.102Z] + sudo snapcraft prime --use-lxd [2021-04-20T19:08:40.686Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-20T19:08:40.947Z] 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-20T19:08:40.947Z] - README.md [2021-04-20T19:08:40.947Z] [2021-04-20T19:08:40.947Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:08:41.528Z] Launching a container. [2021-04-20T19:08:53.784Z] Waiting for container to be ready [2021-04-20T19:08:53.784Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-20T19:08:53.784Z] [2021-04-20T19:08:57.104Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-20T19:08:57.365Z] Waiting for network to be ready... [2021-04-20T19:08:57.626Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:08:57.888Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:08:57.888Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:08:58.149Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:08:58.150Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:08:58.150Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:08:58.150Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:08:58.150Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:08:58.150Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:08:58.150Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:08:58.412Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:08:58.412Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:08:58.985Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:08:58.985Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:08:58.985Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:08:58.985Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:08:58.985Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:08:58.985Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:08:59.927Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:08:59.927Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:08:59.927Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:09:00.190Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:09:00.190Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:09:00.190Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:09:00.190Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:09:00.190Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-20T19:09:00.190Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:09:02.110Z] Fetched 24.4 MB in 5s (5387 kB/s) [2021-04-20T19:09:03.052Z] Reading package lists... [2021-04-20T19:09:03.320Z] Reading package lists... [2021-04-20T19:09:03.600Z] Building dependency tree... [2021-04-20T19:09:03.600Z] Reading state information... [2021-04-20T19:09:03.600Z] The following additional packages will be installed: [2021-04-20T19:09:03.600Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:09:03.600Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:09:03.600Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:09:03.600Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-20T19:09:03.863Z] Suggested packages: [2021-04-20T19:09:03.863Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-20T19:09:03.863Z] Recommended packages: [2021-04-20T19:09:03.863Z] gnupg libsasl2-modules [2021-04-20T19:09:03.863Z] The following NEW packages will be installed: [2021-04-20T19:09:03.863Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T19:09:03.863Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T19:09:03.863Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T19:09:03.863Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-20T19:09:03.863Z] The following packages will be upgraded: [2021-04-20T19:09:03.863Z] gpg gpg-agent gpgconf libudev1 [2021-04-20T19:09:03.863Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-20T19:09:03.863Z] Need to get 3529 kB of archives. [2021-04-20T19:09:03.863Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-20T19:09:03.863Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-20T19:09:03.863Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-20T19:09:04.124Z] 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-20T19:09:04.124Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-20T19:09:04.384Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-20T19:09:04.384Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-20T19:09:04.646Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-20T19:09:04.646Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-20T19:09:04.646Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-20T19:09:04.646Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-20T19:09:04.646Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-20T19:09:04.646Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-20T19:09:04.646Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-20T19:09:04.646Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-20T19:09:04.646Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-20T19:09:04.646Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-20T19:09:04.908Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-20T19:09:04.908Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-20T19:09:04.908Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-20T19:09:04.908Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-20T19:09:04.908Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-20T19:09:04.908Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-20T19:09:04.908Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:09:04.908Z] Fetched 3529 kB in 1s (3376 kB/s) [2021-04-20T19:09:04.908Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:09:04.908Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:09:05.170Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:09:05.170Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:09:05.434Z] Selecting previously unselected package udev. [2021-04-20T19:09:05.434Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T19:09:05.434Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:09:05.434Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-20T19:09:05.696Z] Selecting previously unselected package libfuse2:amd64. [2021-04-20T19:09:05.696Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:09:05.696Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:09:05.696Z] Selecting previously unselected package fuse. [2021-04-20T19:09:05.696Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T19:09:05.696Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:09:05.696Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:09:05.958Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:09:05.958Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:09:05.958Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:09:06.221Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:09:06.221Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:09:06.221Z] Selecting previously unselected package libksba8:amd64. [2021-04-20T19:09:06.221Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-20T19:09:06.221Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:09:06.485Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-20T19:09:06.485Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:06.485Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:06.485Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-20T19:09:06.485Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:06.485Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:06.751Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-20T19:09:06.751Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:06.751Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:06.751Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-20T19:09:06.751Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:06.751Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:07.012Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-20T19:09:07.012Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:07.012Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:07.012Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-20T19:09:07.012Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:07.012Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:07.012Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-20T19:09:07.012Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:07.012Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:07.275Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-20T19:09:07.275Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:07.275Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:07.275Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-20T19:09:07.275Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T19:09:07.275Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:07.275Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-20T19:09:07.275Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:09:07.275Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:09:07.536Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-20T19:09:07.536Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T19:09:07.536Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:09:07.536Z] Selecting previously unselected package libldap-common. [2021-04-20T19:09:07.536Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-20T19:09:07.536Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:09:07.536Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-20T19:09:07.536Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-20T19:09:07.536Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:09:07.796Z] Selecting previously unselected package dirmngr. [2021-04-20T19:09:07.796Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:09:07.796Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:09:07.796Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:09:07.796Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-20T19:09:08.058Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T19:09:08.058Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:09:08.058Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T19:09:08.058Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-20T19:09:08.058Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.058Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-20T19:09:08.058Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:09:08.319Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-20T19:09:08.580Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-20T19:09:08.580Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.580Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-20T19:09:08.841Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-20T19:09:08.841Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-20T19:09:08.841Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.841Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.841Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.841Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.841Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.841Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:08.841Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T19:09:09.102Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T19:09:09.102Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T19:09:09.102Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:09:09.676Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-20T19:09:09.676Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-20T19:09:09.676Z] This means they are not meant to be enabled using systemctl. [2021-04-20T19:09:09.676Z] Possible reasons for having this kind of units are: [2021-04-20T19:09:09.676Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-20T19:09:09.676Z] .wants/ or .requires/ directory. [2021-04-20T19:09:09.676Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-20T19:09:09.676Z] a requirement dependency on it. [2021-04-20T19:09:09.676Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-20T19:09:09.676Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-20T19:09:09.676Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-20T19:09:09.676Z] instance name specified. [2021-04-20T19:09:09.937Z] Reading package lists... [2021-04-20T19:09:09.937Z] Building dependency tree... [2021-04-20T19:09:09.937Z] Reading state information... [2021-04-20T19:09:10.198Z] The following additional packages will be installed: [2021-04-20T19:09:10.198Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-20T19:09:10.198Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-20T19:09:10.198Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-20T19:09:10.198Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-20T19:09:10.198Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-20T19:09:10.198Z] Suggested packages: [2021-04-20T19:09:10.198Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-20T19:09:10.198Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-20T19:09:10.198Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-20T19:09:10.198Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-20T19:09:10.198Z] systemd-container policykit-1 [2021-04-20T19:09:10.198Z] Recommended packages: [2021-04-20T19:09:10.198Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-20T19:09:10.198Z] The following NEW packages will be installed: [2021-04-20T19:09:10.198Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-20T19:09:10.198Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-20T19:09:10.198Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-20T19:09:10.198Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-20T19:09:10.198Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-20T19:09:10.198Z] The following packages will be upgraded: [2021-04-20T19:09:10.198Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-20T19:09:10.198Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-20T19:09:10.198Z] Need to get 35.2 MB of archives. [2021-04-20T19:09:10.198Z] After this operation, 141 MB of additional disk space will be used. [2021-04-20T19:09:10.198Z] 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-20T19:09:10.459Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-20T19:09:10.459Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-20T19:09:10.459Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-20T19:09:10.459Z] 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-20T19:09:10.459Z] 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-20T19:09:10.459Z] 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-20T19:09:10.459Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-20T19:09:10.459Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-20T19:09:10.459Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-20T19:09:10.459Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-20T19:09:10.459Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-20T19:09:10.459Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-20T19:09:10.459Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-20T19:09:10.459Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-20T19:09:10.459Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-20T19:09:10.459Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-20T19:09:11.405Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-20T19:09:11.405Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-20T19:09:11.405Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-20T19:09:11.405Z] 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-20T19:09:11.405Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-20T19:09:11.405Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-20T19:09:11.405Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-20T19:09:11.405Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-20T19:09:11.405Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-20T19:09:11.405Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-20T19:09:11.405Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-20T19:09:11.405Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-20T19:09:11.405Z] 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-20T19:09:11.671Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:09:11.671Z] Fetched 35.2 MB in 1s (26.8 MB/s) [2021-04-20T19:09:11.671Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:09:11.671Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:09:11.937Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:09:12.513Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:09:12.513Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:09:12.513Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-20T19:09:12.774Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:09:12.774Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-20T19:09:12.774Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-20T19:09:13.036Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-20T19:09:13.036Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T19:09:13.036Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-20T19:09:13.036Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-20T19:09:13.610Z] Setting up apt (1.6.13) ... [2021-04-20T19:09:13.610Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-20T19:09:13.872Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-20T19:09:13.872Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-20T19:09:13.872Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:09:13.872Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:09:14.137Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-20T19:09:14.137Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:09:14.137Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:14.407Z] Selecting previously unselected package libexpat1:amd64. [2021-04-20T19:09:14.407Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-20T19:09:14.407Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:09:14.407Z] Selecting previously unselected package python3.6-minimal. [2021-04-20T19:09:14.407Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:09:14.407Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:15.808Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:09:16.069Z] Checking for services that may need to be restarted...done. [2021-04-20T19:09:16.069Z] Checking for services that may need to be restarted...done. [2021-04-20T19:09:16.069Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:16.069Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T19:09:16.331Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:16.594Z] Selecting previously unselected package python3-minimal. [2021-04-20T19:09:16.594Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-20T19:09:16.594Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:09:16.594Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:09:16.856Z] Selecting previously unselected package mime-support. [2021-04-20T19:09:16.856Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-20T19:09:16.856Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-20T19:09:16.856Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-20T19:09:16.856Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-20T19:09:16.856Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:09:16.856Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-20T19:09:16.856Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:09:16.856Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:17.118Z] Selecting previously unselected package python3.6. [2021-04-20T19:09:17.118Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T19:09:17.118Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:17.380Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-20T19:09:17.380Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:09:17.380Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:09:17.380Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-20T19:09:17.642Z] Selecting previously unselected package python3. [2021-04-20T19:09:17.642Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-20T19:09:17.642Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-20T19:09:17.642Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-20T19:09:17.642Z] Selecting previously unselected package multiarch-support. [2021-04-20T19:09:17.642Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:09:17.642Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:09:17.642Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T19:09:17.903Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-20T19:09:17.903Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-20T19:09:17.903Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-20T19:09:17.903Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:09:17.903Z] Selecting previously unselected package libbsd0:amd64. [2021-04-20T19:09:17.903Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-20T19:09:17.903Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:09:18.164Z] Selecting previously unselected package sudo. [2021-04-20T19:09:18.164Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-20T19:09:18.164Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:09:18.164Z] Selecting previously unselected package apparmor. [2021-04-20T19:09:18.164Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:09:18.164Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:09:18.425Z] Selecting previously unselected package libedit2:amd64. [2021-04-20T19:09:18.425Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-20T19:09:18.425Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:09:18.425Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-20T19:09:18.425Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:09:18.425Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:18.687Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-20T19:09:18.687Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:09:18.687Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:18.687Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-20T19:09:18.687Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-20T19:09:18.687Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:09:18.687Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-20T19:09:18.687Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:09:18.949Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:18.949Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-20T19:09:18.949Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T19:09:18.949Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:19.209Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-20T19:09:19.209Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-20T19:09:19.209Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:09:19.209Z] Selecting previously unselected package openssh-client. [2021-04-20T19:09:19.209Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-20T19:09:19.209Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:09:19.473Z] Selecting previously unselected package squashfs-tools. [2021-04-20T19:09:19.473Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:09:19.473Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:09:19.734Z] Selecting previously unselected package snapd. [2021-04-20T19:09:19.734Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-20T19:09:19.734Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-20T19:09:21.655Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T19:09:21.655Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T19:09:21.655Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-20T19:09:21.916Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T19:09:21.916Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T19:09:21.916Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:21.916Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:09:21.916Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-20T19:09:21.916Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-20T19:09:22.857Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T19:09:22.857Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T19:09:22.857Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T19:09:22.857Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:22.857Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:22.857Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T19:09:23.428Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T19:09:23.428Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:23.428Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T19:09:23.428Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-20T19:09:23.689Z] running python rtupdate hooks for python3.6... [2021-04-20T19:09:23.689Z] running python post-rtupdate hooks for python3.6... [2021-04-20T19:09:23.689Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-20T19:09:25.078Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-20T19:09:25.078Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T19:09:25.339Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T19:09:25.339Z] Setting up snapd (2.48.3+18.04) ... [2021-04-20T19:09:25.911Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-20T19:09:25.911Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-20T19:09:26.171Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-20T19:09:26.171Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-20T19:09:26.258Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:09:26.258Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:09:26.258Z] ---> 0054b1b66495 [2021-04-20T19:09:26.258Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:09:26.258Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:09:26.258Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:09:26.258Z] ---> 0054b1b66495 [2021-04-20T19:09:26.258Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:09:26.258Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:09:26.258Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:09:26.258Z] ---> 0054b1b66495 [2021-04-20T19:09:26.258Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:09:26.258Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:09:26.258Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:09:26.258Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:09:26.258Z] [2021-04-20T19:09:26.258Z] ---> 0054b1b66495 [2021-04-20T19:09:26.258Z] ---> 0054b1b66495 [2021-04-20T19:09:26.258Z] Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-04-20T19:09:26.258Z] [2021-04-20T19:09:26.258Z] ---> Running in c9b3adc015d6 [2021-04-20T19:09:26.258Z] ---> Running in 07f9cdea3bb2 [2021-04-20T19:09:26.258Z] ---> Running in bd9be8146af9 [2021-04-20T19:09:26.258Z] ---> Running in 09f98c7832ff [2021-04-20T19:09:26.258Z] ---> Running in 534dfcfc9d69 [2021-04-20T19:09:26.258Z] Removing intermediate container 09f98c7832ff [2021-04-20T19:09:26.258Z] ---> df3679c601bb [2021-04-20T19:09:26.258Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:09:26.258Z] Removing intermediate container c9b3adc015d6 [2021-04-20T19:09:26.258Z] ---> 8e8fda40893e [2021-04-20T19:09:26.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:09:26.258Z] Removing intermediate container 534dfcfc9d69 [2021-04-20T19:09:26.258Z] ---> a82dc7ced247 [2021-04-20T19:09:26.258Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:09:26.258Z] Removing intermediate container bd9be8146af9 [2021-04-20T19:09:26.258Z] ---> bce2bf1ccf85 [2021-04-20T19:09:26.258Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:09:26.258Z] Removing intermediate container 07f9cdea3bb2 [2021-04-20T19:09:26.258Z] ---> 69732a3ca622 [2021-04-20T19:09:26.258Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:09:26.258Z] ---> Running in 415245d6aca5 [2021-04-20T19:09:26.258Z] ---> Running in d5dc74adaa9e [2021-04-20T19:09:26.258Z] ---> Running in ef768e8ada2b [2021-04-20T19:09:26.258Z] ---> Running in a22aa7b8ddd6 [2021-04-20T19:09:26.258Z] ---> Running in 442fb71a7a68 [2021-04-20T19:09:26.258Z] Removing intermediate container 415245d6aca5 [2021-04-20T19:09:26.258Z] ---> 80fe095ab1ce [2021-04-20T19:09:26.258Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:09:26.258Z] ---> Running in 4a3cf1b29eca [2021-04-20T19:09:26.258Z] Removing intermediate container d5dc74adaa9e [2021-04-20T19:09:26.258Z] ---> 9e32b3ae9bc4 [2021-04-20T19:09:26.258Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:09:26.258Z] ---> Running in 46ba9a05b1fa [2021-04-20T19:09:26.258Z] Removing intermediate container a22aa7b8ddd6 [2021-04-20T19:09:26.258Z] ---> 30ea075f86f7 [2021-04-20T19:09:26.258Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:09:26.258Z] Removing intermediate container 442fb71a7a68 [2021-04-20T19:09:26.258Z] ---> 82124ab97dd2 [2021-04-20T19:09:26.258Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:09:26.258Z] Removing intermediate container ef768e8ada2b [2021-04-20T19:09:26.258Z] ---> afd168bef5dc [2021-04-20T19:09:26.258Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:09:26.258Z] ---> Running in 349281a3b306 [2021-04-20T19:09:26.258Z] ---> Running in 5da443a4e251 [2021-04-20T19:09:26.258Z] ---> Running in 152e9cddecc7 [2021-04-20T19:09:26.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:26.432Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:09:26.432Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T19:09:26.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:26.694Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-20T19:09:26.694Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-20T19:09:26.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:26.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:26.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:26.955Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-20T19:09:27.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:27.215Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-20T19:09:27.215Z] /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-20T19:09:27.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T19:09:27.476Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:09:27.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:27.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:27.679Z] OK: 217 MiB in 51 packages [2021-04-20T19:09:27.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:28.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:09:28.425Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:09:28.425Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:09:28.425Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:09:28.585Z] OK: 217 MiB in 51 packages [2021-04-20T19:09:28.585Z] OK: 217 MiB in 51 packages [2021-04-20T19:09:28.585Z] OK: 217 MiB in 51 packages [2021-04-20T19:09:29.565Z] Removing intermediate container 4a3cf1b29eca [2021-04-20T19:09:29.565Z] ---> 5ac306c56456 [2021-04-20T19:09:29.565Z] Step 6/22 : COPY go.mod . [2021-04-20T19:09:29.631Z] Reading package lists... [2021-04-20T19:09:29.891Z] Reading package lists... [2021-04-20T19:09:29.891Z] Building dependency tree... [2021-04-20T19:09:29.891Z] Reading state information... [2021-04-20T19:09:30.153Z] Calculating upgrade... [2021-04-20T19:09:30.153Z] The following packages will be upgraded: [2021-04-20T19:09:30.153Z] advancecomp base-files bash binutils binutils-common [2021-04-20T19:09:30.153Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-20T19:09:30.153Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-20T19:09:30.153Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-20T19:09:30.153Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-20T19:09:30.153Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-20T19:09:30.153Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-20T19:09:30.153Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-20T19:09:30.153Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-20T19:09:30.153Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-20T19:09:30.153Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-20T19:09:30.153Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-20T19:09:30.153Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-20T19:09:30.153Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-20T19:09:30.153Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-20T19:09:30.178Z] Removing intermediate container 152e9cddecc7 [2021-04-20T19:09:30.178Z] ---> 47f7d860804f [2021-04-20T19:09:30.178Z] Step 6/22 : COPY go.mod . [2021-04-20T19:09:30.413Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:09:30.413Z] Need to get 64.0 MB of archives. [2021-04-20T19:09:30.413Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-20T19:09:30.413Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-20T19:09:30.413Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-20T19:09:30.453Z] Removing intermediate container 349281a3b306 [2021-04-20T19:09:30.453Z] ---> 1d66bdd800a1 [2021-04-20T19:09:30.453Z] Step 6/24 : COPY go.mod . [2021-04-20T19:09:30.453Z] Removing intermediate container 5da443a4e251 [2021-04-20T19:09:30.453Z] ---> 5ccd977a1a1d [2021-04-20T19:09:30.453Z] Step 6/23 : COPY go.mod . [2021-04-20T19:09:30.453Z] ---> 78a582d879f4 [2021-04-20T19:09:30.453Z] Step 7/22 : RUN go mod download [2021-04-20T19:09:30.739Z] OK: 217 MiB in 51 packages [2021-04-20T19:09:30.739Z] ---> Running in 61c4686e4adb [2021-04-20T19:09:30.985Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-20T19:09:30.985Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-20T19:09:30.985Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-20T19:09:30.985Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-20T19:09:30.985Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-20T19:09:30.985Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-20T19:09:30.985Z] 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-20T19:09:30.985Z] 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-20T19:09:30.985Z] 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-20T19:09:31.245Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-20T19:09:31.245Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-20T19:09:31.245Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-20T19:09:31.245Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-20T19:09:31.245Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-20T19:09:31.245Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-20T19:09:31.245Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-20T19:09:31.245Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-20T19:09:31.245Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-20T19:09:31.344Z] ---> 3c0c67a7d00e [2021-04-20T19:09:31.345Z] Step 7/22 : RUN go mod download [2021-04-20T19:09:31.505Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-20T19:09:31.505Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-20T19:09:31.505Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-20T19:09:31.505Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-20T19:09:31.505Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-20T19:09:31.505Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-20T19:09:31.505Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-20T19:09:31.505Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-20T19:09:31.505Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-20T19:09:31.505Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-20T19:09:31.505Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-20T19:09:31.505Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-20T19:09:31.505Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-20T19:09:31.634Z] ---> Running in da0e1060ac40 [2021-04-20T19:09:31.766Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-20T19:09:31.766Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-20T19:09:31.766Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-20T19:09:31.766Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-20T19:09:31.766Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-20T19:09:31.910Z] ---> e6d4fd397426 [2021-04-20T19:09:31.910Z] ---> 5d7b60303b39 [2021-04-20T19:09:31.910Z] Step 7/24 : RUN go mod download [2021-04-20T19:09:31.910Z] Step 7/23 : RUN go mod download [2021-04-20T19:09:32.027Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-20T19:09:32.027Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-20T19:09:32.027Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-20T19:09:32.027Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-20T19:09:32.027Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-20T19:09:32.027Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-20T19:09:32.027Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-20T19:09:32.027Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-20T19:09:32.028Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-20T19:09:32.028Z] Get:48 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-20T19:09:32.028Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-20T19:09:32.028Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-20T19:09:32.028Z] Get:51 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-20T19:09:32.028Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-20T19:09:32.028Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-20T19:09:32.028Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-20T19:09:32.028Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-20T19:09:32.028Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-20T19:09:32.188Z] ---> Running in 3a141418d5a6 [2021-04-20T19:09:32.188Z] ---> Running in 47dd56eaf0b8 [2021-04-20T19:09:32.289Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-20T19:09:32.289Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-20T19:09:32.289Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-20T19:09:32.289Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-20T19:09:32.289Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-20T19:09:32.289Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-20T19:09:32.289Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-20T19:09:32.289Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-20T19:09:32.289Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-20T19:09:32.289Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-20T19:09:32.289Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-20T19:09:32.289Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-20T19:09:32.289Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-20T19:09:32.289Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-20T19:09:32.289Z] Get:71 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-20T19:09:32.289Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-20T19:09:32.289Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-20T19:09:32.289Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-20T19:09:32.289Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-20T19:09:32.290Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-20T19:09:32.290Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-20T19:09:32.290Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-20T19:09:32.290Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-20T19:09:32.290Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-20T19:09:32.290Z] Get:81 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-20T19:09:32.553Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-20T19:09:32.553Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-20T19:09:32.553Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-20T19:09:32.553Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-20T19:09:32.553Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-20T19:09:32.553Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-20T19:09:32.553Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-20T19:09:32.553Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-20T19:09:32.553Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-20T19:09:32.553Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-20T19:09:32.553Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-20T19:09:32.797Z] Removing intermediate container 46ba9a05b1fa [2021-04-20T19:09:32.797Z] ---> 67923faf3e68 [2021-04-20T19:09:32.797Z] Step 6/21 : COPY go.mod . [2021-04-20T19:09:33.124Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-20T19:09:33.697Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-20T19:09:33.697Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-20T19:09:33.958Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-20T19:09:34.219Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-20T19:09:34.219Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-20T19:09:34.219Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-20T19:09:34.219Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-20T19:09:34.219Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-20T19:09:34.241Z] ---> 8f5b812a3800 [2021-04-20T19:09:34.241Z] Step 7/21 : RUN go mod download [2021-04-20T19:09:34.481Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:09:34.481Z] Fetched 64.0 MB in 4s (15.8 MB/s) [2021-04-20T19:09:34.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:34.481Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:09:34.481Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:09:34.521Z] ---> Running in 98e7100dcd11 [2021-04-20T19:09:34.795Z] Removing intermediate container 61c4686e4adb [2021-04-20T19:09:34.795Z] ---> f8db60ad647e [2021-04-20T19:09:34.795Z] Step 8/22 : COPY . . [2021-04-20T19:09:35.064Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:09:35.065Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:09:35.325Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-20T19:09:35.325Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-20T19:09:36.240Z] Removing intermediate container da0e1060ac40 [2021-04-20T19:09:36.240Z] ---> 453706b2b875 [2021-04-20T19:09:36.240Z] Step 8/22 : COPY . . [2021-04-20T19:09:36.266Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:36.266Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:36.266Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:36.266Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:36.266Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:36.266Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:36.530Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:36.530Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:36.530Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:36.530Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:36.793Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:36.793Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:36.793Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:36.793Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:36.845Z] Removing intermediate container 47dd56eaf0b8 [2021-04-20T19:09:36.845Z] ---> d34bffea37bd [2021-04-20T19:09:36.845Z] Step 8/24 : COPY . . [2021-04-20T19:09:37.054Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:09:37.054Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:09:37.054Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:37.054Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-20T19:09:37.125Z] Removing intermediate container 3a141418d5a6 [2021-04-20T19:09:37.125Z] ---> c5ebfb3bc416 [2021-04-20T19:09:37.125Z] Step 8/23 : COPY . . [2021-04-20T19:09:37.316Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:09:37.317Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:09:37.317Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:37.317Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:37.578Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:37.578Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:37.578Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T19:09:37.578Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T19:09:37.839Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:09:38.101Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:09:38.101Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:09:38.101Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:09:38.674Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:09:38.674Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T19:09:38.674Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-20T19:09:38.936Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-20T19:09:38.937Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-20T19:09:38.937Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-20T19:09:39.130Z] Removing intermediate container 98e7100dcd11 [2021-04-20T19:09:39.130Z] ---> 420729b6c679 [2021-04-20T19:09:39.130Z] Step 8/21 : COPY . . [2021-04-20T19:09:39.200Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-20T19:09:39.200Z] Installing new version of config file /etc/issue ... [2021-04-20T19:09:39.200Z] Installing new version of config file /etc/issue.net ... [2021-04-20T19:09:39.200Z] Installing new version of config file /etc/lsb-release ... [2021-04-20T19:09:39.200Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-20T19:09:39.462Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-20T19:09:39.462Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-20T19:09:39.462Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-20T19:09:39.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:39.723Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-20T19:09:39.723Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-20T19:09:39.723Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-20T19:09:39.985Z] 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-20T19:09:39.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:39.985Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:39.985Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:39.985Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:40.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:40.253Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-20T19:09:40.253Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-20T19:09:40.254Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-20T19:09:40.533Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:40.533Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-20T19:09:40.533Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:09:40.793Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-20T19:09:40.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:40.793Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:09:41.054Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:09:41.054Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:09:41.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:41.320Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:09:41.320Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:09:41.320Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-20T19:09:41.581Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:41.581Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-20T19:09:41.581Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-20T19:09:41.581Z] Setting up grep (3.1-2build1) ... [2021-04-20T19:09:41.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:41.847Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:09:41.847Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:09:42.115Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-20T19:09:42.115Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:42.115Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:09:42.115Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:09:42.375Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-20T19:09:42.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:42.375Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:09:42.375Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:09:42.945Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:09:42.945Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:09:42.945Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T19:09:42.945Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:09:43.520Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-20T19:09:43.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:43.780Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-20T19:09:43.780Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T19:09:44.738Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:09:44.739Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:09:45.006Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T19:09:45.006Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T19:09:45.267Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:09:45.267Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:45.267Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-20T19:09:45.267Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-20T19:09:45.529Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-20T19:09:45.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:45.529Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:45.793Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:45.793Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:46.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:46.055Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:46.055Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:46.055Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:46.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:46.055Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:46.316Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:46.578Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:47.161Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:47.161Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:47.161Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:47.423Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:47.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:47.423Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:09:47.423Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:09:47.684Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:09:47.684Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:09:47.684Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:09:47.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:47.684Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T19:09:47.944Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:09:47.945Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:09:47.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:47.945Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:47.945Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:48.206Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:48.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:48.206Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:48.206Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:48.469Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:48.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:48.469Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:48.469Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:49.042Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:09:49.303Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-20T19:09:49.564Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-20T19:09:49.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:49.565Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T19:09:49.565Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T19:09:49.826Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:09:49.826Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T19:09:49.826Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-20T19:09:50.088Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T19:09:50.088Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-20T19:09:50.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:50.088Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-20T19:09:50.349Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-20T19:09:50.349Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-20T19:09:50.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:50.610Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-20T19:09:50.610Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:09:50.871Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:09:50.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:50.871Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-20T19:09:50.871Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T19:09:50.871Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-20T19:09:51.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:51.133Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:09:51.133Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:09:51.133Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:09:51.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:51.393Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:09:51.393Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:09:51.393Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:09:51.658Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:51.658Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T19:09:51.658Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:09:51.919Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:09:51.919Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:51.919Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T19:09:51.919Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T19:09:52.182Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-20T19:09:52.182Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T19:09:52.182Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:09:52.443Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:09:52.443Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:09:52.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:52.443Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-20T19:09:52.443Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-20T19:09:52.704Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-20T19:09:52.704Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:52.704Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-20T19:09:52.704Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T19:09:52.965Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T19:09:53.225Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:53.225Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T19:09:53.225Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T19:09:53.225Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T19:09:53.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:53.487Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-20T19:09:53.487Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-20T19:09:53.487Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-20T19:09:53.750Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:53.750Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T19:09:53.750Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T19:09:54.011Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-20T19:09:54.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:54.272Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T19:09:54.272Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T19:09:54.272Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-20T19:09:54.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:54.272Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:09:54.272Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:09:54.533Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:09:54.533Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:54.533Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T19:09:54.533Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T19:09:54.794Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T19:09:54.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:54.794Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-20T19:09:54.794Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-20T19:09:55.056Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-20T19:09:55.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:55.056Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-20T19:09:55.056Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-20T19:09:55.318Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-20T19:09:55.318Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:55.318Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-20T19:09:55.318Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-20T19:09:55.584Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-20T19:09:55.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:55.584Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-20T19:09:55.584Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-20T19:09:55.845Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-20T19:09:55.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:55.845Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-20T19:09:55.845Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-20T19:09:56.105Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-20T19:09:56.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T19:09:56.105Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-20T19:09:56.105Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-20T19:09:56.105Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-20T19:09:56.365Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-20T19:09:56.365Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:09:56.365Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:09:56.365Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T19:09:56.365Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T19:09:56.626Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T19:09:56.626Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T19:09:56.887Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-20T19:09:56.887Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-20T19:09:57.149Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T19:09:57.149Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-20T19:09:57.149Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-20T19:09:57.149Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-20T19:09:57.720Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-20T19:09:57.720Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-20T19:09:57.720Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-20T19:09:57.720Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-20T19:09:57.981Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-20T19:09:57.981Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-20T19:09:58.243Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-20T19:09:58.243Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-20T19:09:58.243Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-20T19:09:58.505Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-20T19:09:58.505Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-20T19:09:58.505Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-20T19:09:59.890Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-20T19:09:59.890Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-20T19:09:59.890Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-20T19:09:59.890Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-20T19:09:59.890Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:10:00.152Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:10:00.459Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:10:00.720Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:10:00.980Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:10:01.244Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:10:01.244Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T19:10:01.244Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T19:10:01.527Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:01.527Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:01.527Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:01.527Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:01.788Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:01.788Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:01.788Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:02.048Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:02.987Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:02.987Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:03.928Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:03.928Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:04.869Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:04.869Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:04.869Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:05.130Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:05.932Z] ---> 446815fa1c94 [2021-04-20T19:10:05.932Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:10:05.932Z] ---> 8e815bd06902 [2021-04-20T19:10:05.932Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:10:05.933Z] ---> f8bf19bc25c7 [2021-04-20T19:10:05.933Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:10:05.933Z] ---> 01921e76abf5 [2021-04-20T19:10:05.933Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:10:05.933Z] ---> d007f2467933 [2021-04-20T19:10:05.933Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:10:05.933Z] ---> Running in f95f22884efb [2021-04-20T19:10:05.933Z] ---> Running in 025c43a53a0c [2021-04-20T19:10:05.933Z] ---> Running in 14c97a65ff02 [2021-04-20T19:10:05.933Z] ---> Running in e2d3439bd6dd [2021-04-20T19:10:05.933Z] ---> Running in badd9f8fe0c3 [2021-04-20T19:10:05.933Z] 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-20T19:10:05.933Z] 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-20T19:10:05.933Z] 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-20T19:10:05.933Z] 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-20T19:10:05.933Z] 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-20T19:10:06.072Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T19:10:06.072Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T19:10:06.072Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:10:06.072Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:10:06.336Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:10:06.336Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:10:06.597Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T19:10:06.597Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T19:10:06.597Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-20T19:10:06.597Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-20T19:10:06.858Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:10:06.858Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:10:06.858Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T19:10:06.858Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T19:10:07.119Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-20T19:10:07.119Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-20T19:10:07.383Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:07.383Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T19:10:07.383Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:07.383Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:07.383Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:07.383Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-20T19:10:07.383Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-20T19:10:07.383Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-20T19:10:07.644Z] [2021-04-20T19:10:07.644Z] Current default time zone: 'Etc/UTC' [2021-04-20T19:10:07.644Z] Local time is now: Tue Apr 20 19:10:07 UTC 2021. [2021-04-20T19:10:07.644Z] Universal Time is now: Tue Apr 20 19:10:07 UTC 2021. [2021-04-20T19:10:07.644Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-20T19:10:07.644Z] [2021-04-20T19:10:07.644Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-20T19:10:07.644Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:07.644Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-20T19:10:07.644Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-20T19:10:07.644Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-20T19:10:07.907Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-20T19:10:07.908Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:10:07.908Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:10:07.908Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-20T19:10:07.908Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T19:10:07.908Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:07.908Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-20T19:10:08.212Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:08.212Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:10:08.473Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:08.473Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-20T19:10:08.473Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-20T19:10:08.473Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-20T19:10:08.473Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T19:10:08.473Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-20T19:10:08.473Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-20T19:10:08.473Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:10:08.734Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-20T19:10:10.651Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:10:11.594Z] 23 added, 27 removed; done. [2021-04-20T19:10:11.594Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T19:10:11.594Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T19:10:11.594Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-20T19:10:11.594Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-20T19:10:11.863Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-20T19:10:11.863Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:11.863Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:10:11.863Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:11.863Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:12.125Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:12.125Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:12.125Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:12.125Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-20T19:10:12.125Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:10:12.125Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:10:12.125Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-20T19:10:12.125Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-20T19:10:12.385Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:12.385Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T19:10:12.385Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:10:12.385Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-20T19:10:12.385Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-20T19:10:12.646Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:10:12.646Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T19:10:12.646Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-20T19:10:12.646Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-20T19:10:12.646Z] Updating certificates in /etc/ssl/certs... [2021-04-20T19:10:13.218Z] 0 added, 0 removed; done. [2021-04-20T19:10:13.218Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-20T19:10:13.218Z] done. [2021-04-20T19:10:13.795Z] Reading package lists... [2021-04-20T19:10:13.795Z] Building dependency tree... [2021-04-20T19:10:13.795Z] Reading state information... [2021-04-20T19:10:14.056Z] The following NEW packages will be installed: [2021-04-20T19:10:14.056Z] apt-transport-https [2021-04-20T19:10:14.318Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:10:14.318Z] Need to get 1692 B of archives. [2021-04-20T19:10:14.318Z] After this operation, 154 kB of additional disk space will be used. [2021-04-20T19:10:14.318Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-20T19:10:14.318Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:10:14.318Z] Fetched 1692 B in 0s (8594 B/s) [2021-04-20T19:10:14.318Z] Selecting previously unselected package apt-transport-https. [2021-04-20T19:10:14.318Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-20T19:10:14.318Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-20T19:10:14.318Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-20T19:10:14.318Z] Setting up apt-transport-https (1.6.13) ... [2021-04-20T19:10:14.890Z] Waiting for network to be ready... [2021-04-20T19:10:21.484Z] 2021-04-20T19:10:17Z INFO Waiting for automatic snapd restart... [2021-04-20T19:10:21.484Z] snapd 2.49.2 from Canonical* installed [2021-04-20T19:10:22.056Z] "snapd" switched to the "latest/stable" channel [2021-04-20T19:10:22.056Z] [2021-04-20T19:10:24.604Z] core18 20210309 from Canonical* installed [2021-04-20T19:10:24.864Z] "core18" switched to the "latest/stable" channel [2021-04-20T19:10:24.864Z] [2021-04-20T19:10:28.166Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T19:10:28.427Z] "snapcraft" switched to the "latest/stable" channel [2021-04-20T19:10:28.427Z] [2021-04-20T19:10:32.636Z] 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-20T19:10:32.636Z] - README.md [2021-04-20T19:10:32.636Z] [2021-04-20T19:10:32.636Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T19:10:39.245Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:10:39.245Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:10:39.245Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:10:39.245Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:10:40.188Z] Reading package lists... [2021-04-20T19:10:40.449Z] 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-20T19:10:46.584Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:10:46.584Z] Reading package lists... [2021-04-20T19:10:46.584Z] Building dependency tree... [2021-04-20T19:10:46.584Z] Reading state information... [2021-04-20T19:10:46.846Z] Suggested packages: [2021-04-20T19:10:46.846Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-20T19:10:46.846Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-20T19:10:46.846Z] Recommended packages: [2021-04-20T19:10:46.846Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-20T19:10:46.846Z] The following NEW packages will be installed: [2021-04-20T19:10:46.846Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-20T19:10:46.846Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-20T19:10:46.846Z] pkg-config zip [2021-04-20T19:10:47.106Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T19:10:47.106Z] Need to get 7663 kB of archives. [2021-04-20T19:10:47.106Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-20T19:10:47.106Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-20T19:10:47.106Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-20T19:10:47.106Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-20T19:10:47.367Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-20T19:10:47.367Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-20T19:10:47.367Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-20T19:10:47.367Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-20T19:10:47.629Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-20T19:10:47.629Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-20T19:10:47.629Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-20T19:10:47.629Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-20T19:10:47.629Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-20T19:10:47.629Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-20T19:10:47.890Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-20T19:10:47.890Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-20T19:10:48.152Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T19:10:48.152Z] Fetched 7663 kB in 1s (6905 kB/s) [2021-04-20T19:10:48.152Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-20T19:10:48.152Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-20T19:10:48.152Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-20T19:10:48.152Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:10:48.413Z] Selecting previously unselected package libpsl5:amd64. [2021-04-20T19:10:48.413Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-20T19:10:48.413Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:10:48.413Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-20T19:10:48.413Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-20T19:10:48.413Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:10:48.413Z] Selecting previously unselected package librtmp1:amd64. [2021-04-20T19:10:48.413Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-20T19:10:48.413Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:10:48.673Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-20T19:10:48.673Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T19:10:48.673Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:10:48.673Z] Selecting previously unselected package liberror-perl. [2021-04-20T19:10:48.673Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-20T19:10:48.673Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-20T19:10:48.933Z] Selecting previously unselected package git-man. [2021-04-20T19:10:48.933Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-20T19:10:48.933Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:10:48.933Z] Selecting previously unselected package git. [2021-04-20T19:10:48.933Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-20T19:10:48.933Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:10:49.877Z] Selecting previously unselected package libnorm1:amd64. [2021-04-20T19:10:49.877Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-20T19:10:49.877Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:10:49.877Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-20T19:10:49.877Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-20T19:10:49.877Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:10:50.137Z] Selecting previously unselected package libsodium23:amd64. [2021-04-20T19:10:50.137Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-20T19:10:50.137Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:10:50.137Z] Selecting previously unselected package libzmq5:amd64. [2021-04-20T19:10:50.137Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:10:50.137Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:10:50.398Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-20T19:10:50.398Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T19:10:50.398Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:10:50.659Z] Selecting previously unselected package pkg-config. [2021-04-20T19:10:50.659Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-20T19:10:50.659Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:10:50.659Z] Selecting previously unselected package zip. [2021-04-20T19:10:50.659Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-20T19:10:50.659Z] Unpacking zip (3.0-11build1) ... [2021-04-20T19:10:50.659Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T19:10:50.921Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:10:50.921Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T19:10:50.921Z] Setting up liberror-perl (0.17025-1) ... [2021-04-20T19:10:50.921Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T19:10:50.921Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T19:10:50.921Z] No schema files found: doing nothing. [2021-04-20T19:10:50.921Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T19:10:50.921Z] Setting up zip (3.0-11build1) ... [2021-04-20T19:10:50.921Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T19:10:50.921Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-20T19:10:51.182Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T19:10:51.182Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:10:51.182Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T19:10:51.182Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T19:10:51.182Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T19:10:51.182Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T19:10:57.773Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:10:57.773Z] git set to automatically installed. [2021-04-20T19:10:57.773Z] git-man set to automatically installed. [2021-04-20T19:10:57.773Z] libcurl3-gnutls set to automatically installed. [2021-04-20T19:10:57.773Z] liberror-perl set to automatically installed. [2021-04-20T19:10:57.773Z] libglib2.0-0 set to automatically installed. [2021-04-20T19:10:57.773Z] libnghttp2-14 set to automatically installed. [2021-04-20T19:10:57.773Z] libnorm1 set to automatically installed. [2021-04-20T19:10:57.773Z] libpgm-5.2-0 set to automatically installed. [2021-04-20T19:10:57.773Z] libpsl5 set to automatically installed. [2021-04-20T19:10:57.773Z] librtmp1 set to automatically installed. [2021-04-20T19:10:57.773Z] libsodium23 set to automatically installed. [2021-04-20T19:10:57.773Z] libzmq3-dev set to automatically installed. [2021-04-20T19:10:57.773Z] libzmq5 set to automatically installed. [2021-04-20T19:10:57.773Z] pkg-config set to automatically installed. [2021-04-20T19:10:57.773Z] zip set to automatically installed. [2021-04-20T19:10:59.687Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:11:06.278Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:11:18.527Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-20T19:11:19.472Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T19:11:26.069Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T19:11:26.069Z] snap "core18" has no updates available [2021-04-20T19:11:27.013Z] Pulling go-build-helper [2021-04-20T19:11:27.013Z] + snapcraftctl pull [2021-04-20T19:11:27.958Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-20T19:11:27.958Z] Skipping pull go-build-helper (already ran) [2021-04-20T19:11:27.958Z] Building go-build-helper [2021-04-20T19:11:27.958Z] + snapcraftctl build [2021-04-20T19:11:29.913Z] Staging go-build-helper [2021-04-20T19:11:29.913Z] + snapcraftctl stage [2021-04-20T19:11:39.923Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T19:11:39.923Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T19:11:39.923Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T19:11:39.923Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T19:11:39.923Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T19:11:39.923Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T19:11:39.923Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T19:11:39.923Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T19:11:39.923Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T19:11:39.923Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T19:11:39.923Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T19:11:39.923Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T19:11:39.923Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T19:11:39.923Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T19:11:39.923Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T19:11:39.923Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T19:11:39.923Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T19:11:39.923Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T19:11:39.923Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T19:11:39.923Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T19:11:39.923Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T19:11:39.923Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T19:11:39.923Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T19:11:39.923Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T19:11:39.923Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T19:11:39.923Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-20T19:11:39.923Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T19:11:39.923Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-20T19:11:39.923Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:11:39.924Z] Fetched 224 kB in 0s (0 B/s) [2021-04-20T19:11:39.924Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:11:39.924Z] Fetched 157 kB in 0s (0 B/s) [2021-04-20T19:11:39.924Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:11:39.924Z] Fetched 221 kB in 0s (0 B/s) [2021-04-20T19:11:39.924Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:11:39.924Z] Fetched 143 kB in 0s (0 B/s) [2021-04-20T19:11:39.924Z] Pulling app-service-config [2021-04-20T19:11:39.924Z] + snapcraftctl pull [2021-04-20T19:11:40.496Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-20T19:11:41.067Z] Pulling config-common [2021-04-20T19:11:41.067Z] + snapcraftctl pull [2021-04-20T19:11:42.845Z] 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-20T19:11:44.296Z] 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-20T19:11:45.283Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:11:45.284Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:11:45.284Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:11:45.284Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:11:45.284Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T19:11:45.284Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:11:45.284Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T19:11:45.284Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:11:45.284Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T19:11:45.284Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:11:45.284Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T19:11:45.284Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:11:45.284Z] Pulling edgex-go [2021-04-20T19:11:45.284Z] + snapcraftctl pull [2021-04-20T19:11:59.454Z] Removing intermediate container 025c43a53a0c [2021-04-20T19:11:59.454Z] ---> 026d689bbdad [2021-04-20T19:11:59.454Z] [2021-04-20T19:11:59.454Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:11:59.454Z] 3.12: Pulling from library/alpine [2021-04-20T19:11:59.454Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:11:59.454Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:11:59.454Z] ---> 9852663dfa18 [2021-04-20T19:11:59.454Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:12:00.074Z] ---> Running in cfc9777fb2cf [2021-04-20T19:12:02.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:02.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:03.720Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:12:03.721Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:12:03.721Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:12:03.721Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:12:03.721Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:12:03.721Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:12:03.721Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:12:04.000Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:12:04.299Z] OK: 7 MiB in 20 packages [2021-04-20T19:12:04.299Z] Removing intermediate container badd9f8fe0c3 [2021-04-20T19:12:04.299Z] ---> b722d54c7217 [2021-04-20T19:12:04.299Z] [2021-04-20T19:12:04.299Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:12:04.299Z] ---> 9852663dfa18 [2021-04-20T19:12:04.299Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:12:04.572Z] ---> Running in f418d96fa462 [2021-04-20T19:12:07.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:07.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:07.285Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T19:12:07.285Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T19:12:07.286Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T19:12:07.286Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-20T19:12:07.286Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-20T19:12:07.286Z] Fetched 279 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-20T19:12:07.286Z] Fetched 122 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-20T19:12:07.286Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-20T19:12:07.286Z] Fetched 8848 B in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-20T19:12:07.286Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-20T19:12:07.286Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-20T19:12:07.286Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-20T19:12:07.286Z] Fetched 219 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-20T19:12:07.286Z] Fetched 154 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-20T19:12:07.286Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-20T19:12:07.286Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-20T19:12:07.286Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-20T19:12:07.286Z] Fetched 499 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-20T19:12:07.286Z] Fetched 111 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-20T19:12:07.286Z] Fetched 240 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-20T19:12:07.286Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-20T19:12:07.286Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-20T19:12:07.286Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-20T19:12:07.286Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-20T19:12:07.286Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-20T19:12:07.286Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-20T19:12:07.286Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-20T19:12:07.286Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-20T19:12:07.286Z] Fetched 8720 B in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-20T19:12:07.286Z] Fetched 137 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-20T19:12:07.286Z] Fetched 119 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-20T19:12:07.286Z] Fetched 110 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-20T19:12:07.286Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-20T19:12:07.286Z] Fetched 645 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-20T19:12:07.286Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-20T19:12:07.286Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-20T19:12:07.286Z] Fetched 368 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-20T19:12:07.286Z] Fetched 187 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-20T19:12:07.286Z] Fetched 175 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-20T19:12:07.286Z] Fetched 206 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-20T19:12:07.286Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-20T19:12:07.286Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-20T19:12:07.286Z] Fetched 159 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-20T19:12:07.286Z] Fetched 107 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-20T19:12:07.286Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-20T19:12:07.286Z] Pulling static-packages [2021-04-20T19:12:07.286Z] + snapcraftctl pull [2021-04-20T19:12:07.286Z] Pulling version [2021-04-20T19:12:07.286Z] + cd /root/project [2021-04-20T19:12:07.286Z] + [ -f VERSION ] [2021-04-20T19:12:07.286Z] + PROJECT_VERSION=local-dev [2021-04-20T19:12:07.286Z] + git rev-parse --short HEAD [2021-04-20T19:12:07.286Z] + GIT_REVISION=54ab1357 [2021-04-20T19:12:07.286Z] + snapcraftctl set-version local-dev [2021-04-20T19:12:07.855Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:12:07.855Z] Removing intermediate container cfc9777fb2cf [2021-04-20T19:12:07.855Z] ---> 8dda2af3a208 [2021-04-20T19:12:07.855Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:12:07.855Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:12:07.855Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:12:07.855Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:12:07.855Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:12:07.855Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:12:07.865Z] Skipping build go-build-helper (already ran) [2021-04-20T19:12:08.127Z] Building app-service-config [2021-04-20T19:12:08.127Z] + make build [2021-04-20T19:12:08.127Z] 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-20T19:12:08.135Z] OK: 7 MiB in 18 packages [2021-04-20T19:12:08.135Z] ---> Running in 7dc61eaa9417 [2021-04-20T19:12:10.055Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-20T19:12:10.055Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-20T19:12:10.055Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-20T19:12:10.055Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-20T19:12:10.134Z] Removing intermediate container 7dc61eaa9417 [2021-04-20T19:12:10.134Z] ---> 9ec237766bcf [2021-04-20T19:12:10.134Z] Step 13/24 : WORKDIR / [2021-04-20T19:12:10.315Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-20T19:12:10.315Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-20T19:12:10.315Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-20T19:12:10.315Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-20T19:12:10.315Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-20T19:12:10.315Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-20T19:12:10.315Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-20T19:12:10.576Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-20T19:12:10.576Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-20T19:12:10.737Z] ---> Running in 346c980a0b2e [2021-04-20T19:12:10.837Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-20T19:12:10.837Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-20T19:12:10.837Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-20T19:12:11.117Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-20T19:12:11.117Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-20T19:12:11.117Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-20T19:12:11.117Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-20T19:12:11.117Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-20T19:12:11.339Z] Removing intermediate container f418d96fa462 [2021-04-20T19:12:11.339Z] ---> f400652475eb [2021-04-20T19:12:11.379Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-20T19:12:11.379Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-20T19:12:11.379Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-20T19:12:11.379Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-20T19:12:11.619Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:12:11.620Z] Removing intermediate container 346c980a0b2e [2021-04-20T19:12:11.620Z] ---> 1e74bcc06d7c [2021-04-20T19:12:11.620Z] 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-20T19:12:11.641Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-20T19:12:11.642Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-20T19:12:11.642Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-20T19:12:11.642Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-20T19:12:11.642Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-20T19:12:11.642Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-20T19:12:11.642Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-20T19:12:11.642Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-20T19:12:11.642Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-20T19:12:11.642Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-20T19:12:11.642Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-20T19:12:11.642Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-20T19:12:11.642Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-20T19:12:11.642Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-20T19:12:11.642Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-20T19:12:11.642Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-20T19:12:11.642Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-20T19:12:11.642Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-20T19:12:11.906Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-20T19:12:11.906Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-20T19:12:11.908Z] ---> Running in 64a239ef211b [2021-04-20T19:12:12.519Z] Removing intermediate container f95f22884efb [2021-04-20T19:12:12.519Z] ---> 21df1de4b4d1 [2021-04-20T19:12:12.519Z] [2021-04-20T19:12:12.519Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:12:12.519Z] ---> 9852663dfa18 [2021-04-20T19:12:12.519Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:12:12.789Z] Removing intermediate container e2d3439bd6dd [2021-04-20T19:12:12.789Z] ---> ef3c2d647eb0 [2021-04-20T19:12:12.789Z] [2021-04-20T19:12:12.789Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:12:12.789Z] ---> 9852663dfa18 [2021-04-20T19:12:12.789Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:12:13.060Z] ---> Running in 98eedb255fe0 [2021-04-20T19:12:13.060Z] ---> Running in 73408f2c8369 [2021-04-20T19:12:13.347Z] Removing intermediate container 64a239ef211b [2021-04-20T19:12:13.347Z] ---> 59f201e39ea0 [2021-04-20T19:12:13.347Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:12:13.347Z] ---> 44f531a37c27 [2021-04-20T19:12:13.347Z] 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-20T19:12:13.621Z] ---> Running in 51eba855b0f7 [2021-04-20T19:12:14.609Z] ---> 4721d8ad49c1 [2021-04-20T19:12:14.609Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:12:14.883Z] Removing intermediate container 51eba855b0f7 [2021-04-20T19:12:14.884Z] ---> 7e3233f2f3a1 [2021-04-20T19:12:14.884Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:12:15.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:15.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:15.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:15.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:12:16.032Z] ---> ac2ad4593663 [2021-04-20T19:12:16.032Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:12:16.308Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:12:16.308Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:12:16.308Z] OK: 5 MiB in 15 packages [2021-04-20T19:12:16.308Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:12:16.585Z] ---> c6ac496ac8ac [2021-04-20T19:12:16.585Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:12:16.585Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:12:16.585Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:12:16.585Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:12:16.861Z] OK: 6 MiB in 16 packages [2021-04-20T19:12:19.003Z] ---> d04f62671148 [2021-04-20T19:12:19.003Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:12:19.003Z] Removing intermediate container 73408f2c8369 [2021-04-20T19:12:19.003Z] ---> 3fef507ceb55 [2021-04-20T19:12:19.003Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:12:19.282Z] ---> dd58b54696a5 [2021-04-20T19:12:19.282Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:12:19.282Z] ---> Running in fa93ff8f08e3 [2021-04-20T19:12:19.568Z] Removing intermediate container 98eedb255fe0 [2021-04-20T19:12:19.568Z] ---> ce99232ee752 [2021-04-20T19:12:19.568Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:12:20.172Z] Removing intermediate container 14c97a65ff02 [2021-04-20T19:12:20.172Z] ---> 1bfb48094d48 [2021-04-20T19:12:20.172Z] [2021-04-20T19:12:20.172Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:12:20.172Z] ---> 9852663dfa18 [2021-04-20T19:12:20.172Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:12:20.172Z] ---> Using cache [2021-04-20T19:12:20.172Z] ---> 3fef507ceb55 [2021-04-20T19:12:20.172Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:12:20.453Z] ---> Running in d757cb54948a [2021-04-20T19:12:20.453Z] ---> Running in 7b94e85d01e6 [2021-04-20T19:12:20.726Z] Removing intermediate container fa93ff8f08e3 [2021-04-20T19:12:20.726Z] ---> 2994a36e4c1a [2021-04-20T19:12:20.726Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:12:20.998Z] ---> Running in af7478966761 [2021-04-20T19:12:20.998Z] ---> 1de54c195c42 [2021-04-20T19:12:20.998Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:12:20.998Z] ---> 95c006eacb1e [2021-04-20T19:12:20.998Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:12:20.998Z] Removing intermediate container d757cb54948a [2021-04-20T19:12:20.998Z] ---> 5652bbd33a71 [2021-04-20T19:12:20.998Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:12:21.271Z] Removing intermediate container 7b94e85d01e6 [2021-04-20T19:12:21.271Z] ---> ba947c0119e8 [2021-04-20T19:12:21.271Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:12:21.271Z] ---> Running in 4bbf07a6ed5b [2021-04-20T19:12:21.271Z] ---> Running in 48a923cfd9ff [2021-04-20T19:12:21.271Z] ---> Running in 0416143a8667 [2021-04-20T19:12:21.544Z] Removing intermediate container af7478966761 [2021-04-20T19:12:21.544Z] ---> a71878a41605 [2021-04-20T19:12:21.544Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:12:21.815Z] ---> Running in 90e2009b2658 [2021-04-20T19:12:21.815Z] ---> 0ffe70fc0746 [2021-04-20T19:12:21.815Z] 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-20T19:12:21.905Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-20T19:12:21.905Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-20T19:12:21.905Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-20T19:12:21.905Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-20T19:12:22.088Z] Removing intermediate container 0416143a8667 [2021-04-20T19:12:22.088Z] ---> ce34f453771d [2021-04-20T19:12:22.088Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:12:22.088Z] Removing intermediate container 4bbf07a6ed5b [2021-04-20T19:12:22.088Z] ---> 1745b9b99288 [2021-04-20T19:12:22.088Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:12:22.088Z] Removing intermediate container 48a923cfd9ff [2021-04-20T19:12:22.088Z] ---> 9c95ef1de208 [2021-04-20T19:12:22.088Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:12:22.088Z] ---> Running in 474b04f5b393 [2021-04-20T19:12:22.088Z] ---> Running in 7b441d448aa4 [2021-04-20T19:12:22.365Z] ---> Running in a483e3d51bbf [2021-04-20T19:12:22.365Z] ---> Running in 40ea29262c50 [2021-04-20T19:12:22.365Z] Removing intermediate container 90e2009b2658 [2021-04-20T19:12:22.365Z] ---> 5c52da4fbaa7 [2021-04-20T19:12:22.365Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:12:22.847Z] Building config-common [2021-04-20T19:12:22.848Z] + snapcraftctl build [2021-04-20T19:12:22.962Z] Removing intermediate container 7b441d448aa4 [2021-04-20T19:12:22.962Z] ---> e506208f4e97 [2021-04-20T19:12:22.962Z] Step 15/23 : WORKDIR / [2021-04-20T19:12:23.234Z] ---> Running in a945e4c87f08 [2021-04-20T19:12:23.234Z] Removing intermediate container a483e3d51bbf [2021-04-20T19:12:23.234Z] ---> a1b938a96c13 [2021-04-20T19:12:23.234Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T19:12:23.234Z] Removing intermediate container 40ea29262c50 [2021-04-20T19:12:23.234Z] ---> 1f217dcfd69d [2021-04-20T19:12:23.234Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:12:23.508Z] ---> Running in 44eccb7cdd53 [2021-04-20T19:12:23.508Z] ---> 0ecbf0b03dad [2021-04-20T19:12:23.508Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:12:23.779Z] Removing intermediate container a945e4c87f08 [2021-04-20T19:12:23.779Z] ---> 96bb355eb91d [2021-04-20T19:12:23.779Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:12:24.372Z] Removing intermediate container 44eccb7cdd53 [2021-04-20T19:12:24.372Z] ---> 89ceeb295010 [2021-04-20T19:12:24.372Z] Step 20/21 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:12:24.646Z] ---> 69d97ef82f3f [2021-04-20T19:12:24.646Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:12:24.646Z] ---> Running in 3381dd1f09a8 [2021-04-20T19:12:24.921Z] ---> a35d580eaca0 [2021-04-20T19:12:24.921Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:12:25.204Z] ---> 882f06c1398e [2021-04-20T19:12:25.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:12:25.394Z] Building edgex-go [2021-04-20T19:12:25.394Z] + cd /root/parts/edgex-go/src [2021-04-20T19:12:25.394Z] + make build [2021-04-20T19:12:25.394Z] 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-20T19:12:25.476Z] Removing intermediate container 3381dd1f09a8 [2021-04-20T19:12:25.476Z] ---> d477e7d44002 [2021-04-20T19:12:25.476Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:12:25.476Z] Removing intermediate container 474b04f5b393 [2021-04-20T19:12:25.476Z] ---> fcb7163ed571 [2021-04-20T19:12:25.476Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:12:25.668Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-20T19:12:25.668Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 [2021-04-20T19:12:25.668Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-20T19:12:25.668Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-20T19:12:25.931Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-20T19:12:25.931Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-20T19:12:25.931Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-20T19:12:25.931Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-20T19:12:25.931Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-20T19:12:25.931Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-20T19:12:25.931Z] go: downloading golang.org/x/text v0.3.2 [2021-04-20T19:12:26.068Z] ---> Running in 48a7aa1d868e [2021-04-20T19:12:26.068Z] ---> Running in 3f9e90e5e4e3 [2021-04-20T19:12:26.339Z] ---> 4940c7641b15 [2021-04-20T19:12:26.339Z] ---> b0afbc3ecdcd [2021-04-20T19:12:26.339Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:12:26.339Z] ---> bc6ce09dc716 [2021-04-20T19:12:26.339Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:12:26.340Z] [2021-04-20T19:12:26.610Z] Removing intermediate container 48a7aa1d868e [2021-04-20T19:12:26.610Z] ---> 973491955f1f [2021-04-20T19:12:26.610Z] [2021-04-20T19:12:26.610Z] Removing intermediate container 3f9e90e5e4e3 [2021-04-20T19:12:26.610Z] ---> 22c729d8237e [2021-04-20T19:12:26.610Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T19:12:26.610Z] ---> Running in 148590d83973 [2021-04-20T19:12:26.882Z] ---> Running in 976e65dffef7 [2021-04-20T19:12:27.156Z] Successfully built 973491955f1f [2021-04-20T19:12:27.156Z] Removing intermediate container 148590d83973 [2021-04-20T19:12:27.156Z] ---> e35400c09ddf [2021-04-20T19:12:27.156Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:12:27.156Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T19:12:27.156Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-20T19:12:27.431Z] ---> 1478644bc3d8 [2021-04-20T19:12:27.431Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:12:27.431Z] ---> Running in 9f5c8ff7a08f [2021-04-20T19:12:27.431Z] Removing intermediate container 976e65dffef7 [2021-04-20T19:12:27.431Z] ---> 5c4f73bb13cd [2021-04-20T19:12:27.431Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] ---> Running in 807ebb7cb7bb [2021-04-20T19:12:27.431Z] [2021-04-20T19:12:27.431Z] ---> 7063a0456f2a [2021-04-20T19:12:27.431Z] Step 23/24 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:12:27.704Z] ---> Running in 315c115b78aa [2021-04-20T19:12:27.704Z] ---> Running in fed93be03a9d [2021-04-20T19:12:27.978Z] Removing intermediate container 9f5c8ff7a08f [2021-04-20T19:12:27.978Z] ---> 8c10d7cdb42e [2021-04-20T19:12:27.978Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:12:28.253Z] Removing intermediate container 807ebb7cb7bb [2021-04-20T19:12:28.253Z] ---> 7ffb0a4327c3 [2021-04-20T19:12:28.253Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:12:28.253Z] ---> Running in 85a1a5d84c4a [2021-04-20T19:12:28.535Z] ---> Running in 490c593b9f90 [2021-04-20T19:12:28.535Z] Removing intermediate container fed93be03a9d [2021-04-20T19:12:28.535Z] ---> c47a6e75419f [2021-04-20T19:12:28.535Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:12:28.535Z] Removing intermediate container 315c115b78aa [2021-04-20T19:12:28.535Z] ---> 96529e451428 [2021-04-20T19:12:28.535Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:12:29.130Z] ---> Running in c6721c0f62c6 [2021-04-20T19:12:29.130Z] ---> Running in 2750ea05357c [2021-04-20T19:12:29.419Z] Removing intermediate container 85a1a5d84c4a [2021-04-20T19:12:29.419Z] ---> da588bafc69a [2021-04-20T19:12:29.419Z] Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:12:29.691Z] Removing intermediate container 490c593b9f90 [2021-04-20T19:12:29.691Z] ---> bb8e5d41cd64 [2021-04-20T19:12:29.691Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T19:12:30.324Z] ---> Running in d13ee8967fd7 [2021-04-20T19:12:30.324Z] Removing intermediate container 2750ea05357c [2021-04-20T19:12:30.324Z] ---> a299f0d50d4e [2021-04-20T19:12:30.324Z] [2021-04-20T19:12:30.324Z] Removing intermediate container c6721c0f62c6 [2021-04-20T19:12:30.324Z] ---> e44228b6fbb5 [2021-04-20T19:12:30.324Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:12:30.605Z] ---> Running in 23b7e043cfbf [2021-04-20T19:12:30.878Z] ---> Running in 53dba0030a01 [2021-04-20T19:12:30.878Z] Successfully built a299f0d50d4e [2021-04-20T19:12:30.878Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T19:12:30.878Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:12:30.878Z] Removing intermediate container d13ee8967fd7 [2021-04-20T19:12:31.159Z] ---> f8d4f3b17e9e [2021-04-20T19:12:31.159Z]  Building docker-security-secretstore-setup-go ... done Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:12:31.159Z] ---> Running in d75d333a988c [2021-04-20T19:12:31.159Z] Removing intermediate container 23b7e043cfbf [2021-04-20T19:12:31.159Z] ---> 91486f4140cd [2021-04-20T19:12:31.159Z] Step 21/22 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:12:31.212Z] 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-20T19:12:31.213Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-20T19:12:31.433Z] Removing intermediate container 53dba0030a01 [2021-04-20T19:12:31.433Z] ---> 5f321cb164fe [2021-04-20T19:12:31.433Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:12:31.433Z] ---> Running in c80281f44b09 [2021-04-20T19:12:31.710Z] ---> Running in db513072f4bb [2021-04-20T19:12:31.985Z] Removing intermediate container d75d333a988c [2021-04-20T19:12:31.985Z] ---> 9b78c5dab87c [2021-04-20T19:12:31.985Z] [2021-04-20T19:12:31.985Z] Removing intermediate container c80281f44b09 [2021-04-20T19:12:31.985Z] ---> 4c5540d8c3a3 [2021-04-20T19:12:31.985Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:12:32.264Z] Successfully built 9b78c5dab87c [2021-04-20T19:12:32.264Z] Removing intermediate container db513072f4bb [2021-04-20T19:12:32.264Z] ---> d16a35e14315 [2021-04-20T19:12:32.264Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:12:32.264Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T19:12:32.547Z] Building docker-core-command-go [2021-04-20T19:12:32.547Z]  Building docker-support-scheduler-go ... done  ---> Running in 1c97aeb8583f [2021-04-20T19:12:32.818Z] ---> Running in 7868a0e41580 [2021-04-20T19:12:33.093Z] Removing intermediate container 1c97aeb8583f [2021-04-20T19:12:33.093Z] ---> dcf72f9d5a00 [2021-04-20T19:12:33.093Z] [2021-04-20T19:12:33.370Z] Successfully built dcf72f9d5a00 [2021-04-20T19:12:33.370Z] Removing intermediate container 7868a0e41580 [2021-04-20T19:12:33.644Z] ---> 75d509da4760 [2021-04-20T19:12:33.644Z] [2021-04-20T19:12:33.644Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T19:12:33.644Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-20T19:12:33.914Z] Successfully built 75d509da4760 [2021-04-20T19:12:33.914Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T19:12:36.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:12:37.882Z] 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-20T19:12:39.796Z] 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-20T19:12:40.479Z] 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-20T19:12:40.756Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-20T19:12:40.756Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-20T19:12:40.756Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-20T19:12:40.756Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-20T19:12:42.883Z] 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-20T19:12:42.883Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-20T19:12:42.883Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-20T19:12:44.428Z] 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-20T19:12:45.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:12:47.267Z] 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-20T19:12:48.648Z] 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-20T19:12:48.648Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-20T19:12:50.033Z] 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-20T19:12:50.294Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-20T19:12:52.207Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-20T19:12:52.207Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-20T19:12:52.207Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-20T19:12:52.207Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-20T19:12:52.207Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-20T19:12:52.207Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-20T19:12:52.207Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-20T19:12:52.207Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-20T19:12:52.207Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-20T19:12:52.468Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-20T19:12:52.468Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-20T19:12:52.468Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-20T19:12:52.468Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-20T19:12:52.468Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-20T19:12:52.468Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-20T19:12:52.468Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-20T19:12:52.468Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-20T19:12:52.468Z] + 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-20T19:12:52.468Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-20T19:12:52.468Z] + 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-20T19:12:52.468Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-20T19:12:52.468Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-20T19:12:52.468Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-20T19:12:52.468Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-20T19:12:52.468Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-20T19:12:52.468Z] + 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-20T19:12:55.766Z] Building static-packages [2021-04-20T19:12:55.766Z] + snapcraftctl build [2021-04-20T19:12:57.150Z] Building version [2021-04-20T19:12:57.150Z] + snapcraftctl build [2021-04-20T19:12:59.062Z] Skipping stage go-build-helper (already ran) [2021-04-20T19:12:59.062Z] Staging app-service-config [2021-04-20T19:12:59.062Z] + snapcraftctl stage [2021-04-20T19:13:00.446Z] Staging config-common [2021-04-20T19:13:00.446Z] + snapcraftctl stage [2021-04-20T19:13:01.388Z] Staging edgex-go [2021-04-20T19:13:01.388Z] + snapcraftctl stage [2021-04-20T19:13:02.332Z] Staging static-packages [2021-04-20T19:13:02.332Z] + snapcraftctl stage [2021-04-20T19:13:03.273Z] Staging version [2021-04-20T19:13:03.273Z] + snapcraftctl stage [2021-04-20T19:13:04.213Z] Priming go-build-helper [2021-04-20T19:13:04.213Z] + snapcraftctl prime [2021-04-20T19:13:05.596Z] Priming app-service-config [2021-04-20T19:13:05.596Z] + snapcraftctl prime [2021-04-20T19:13:06.535Z] Priming config-common [2021-04-20T19:13:06.535Z] + snapcraftctl prime [2021-04-20T19:13:07.477Z] Priming edgex-go [2021-04-20T19:13:07.477Z] + snapcraftctl prime [2021-04-20T19:13:08.862Z] Priming static-packages [2021-04-20T19:13:08.862Z] + snapcraftctl prime [2021-04-20T19:13:11.405Z] Priming version [2021-04-20T19:13:11.405Z] + snapcraftctl prime [2021-04-20T19:13:11.975Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:13:20.876Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:13:20.876Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:13:20.876Z] ---> 0054b1b66495 [2021-04-20T19:13:20.876Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:13:20.876Z] ---> Using cache [2021-04-20T19:13:20.876Z] ---> 69732a3ca622 [2021-04-20T19:13:20.876Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:13:20.876Z] ---> Using cache [2021-04-20T19:13:20.876Z] ---> 82124ab97dd2 [2021-04-20T19:13:20.876Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:13:20.876Z] ---> Using cache [2021-04-20T19:13:20.876Z] ---> 5ccd977a1a1d [2021-04-20T19:13:20.876Z] Step 6/31 : COPY go.mod . [2021-04-20T19:13:20.876Z] ---> Using cache [2021-04-20T19:13:20.876Z] ---> e6d4fd397426 [2021-04-20T19:13:20.876Z] Step 7/31 : RUN go mod download [2021-04-20T19:13:20.876Z] ---> Using cache [2021-04-20T19:13:20.876Z] ---> c5ebfb3bc416 [2021-04-20T19:13:20.876Z] Step 8/31 : COPY . . [2021-04-20T19:13:20.876Z] ---> Using cache [2021-04-20T19:13:20.876Z] ---> f8bf19bc25c7 [2021-04-20T19:13:20.876Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:13:26.304Z] ---> Running in 66c0f16525d8 [2021-04-20T19:13:27.744Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:13:27.744Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:13:27.744Z] ---> 0054b1b66495 [2021-04-20T19:13:27.744Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:13:27.744Z] ---> Using cache [2021-04-20T19:13:27.744Z] ---> 69732a3ca622 [2021-04-20T19:13:27.744Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:13:27.744Z] ---> Using cache [2021-04-20T19:13:27.744Z] ---> 82124ab97dd2 [2021-04-20T19:13:27.744Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:13:27.744Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:13:27.744Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:13:27.744Z] ---> 0054b1b66495 [2021-04-20T19:13:27.744Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:13:27.744Z] ---> Using cache [2021-04-20T19:13:27.744Z] ---> 69732a3ca622 [2021-04-20T19:13:27.744Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:13:27.744Z] ---> Using cache [2021-04-20T19:13:27.744Z] ---> 82124ab97dd2 [2021-04-20T19:13:27.744Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:13:27.744Z] ---> Using cache [2021-04-20T19:13:27.744Z] ---> 5ccd977a1a1d [2021-04-20T19:13:27.744Z] Step 6/23 : COPY go.mod . [2021-04-20T19:13:27.744Z] ---> Using cache [2021-04-20T19:13:27.744Z] ---> e6d4fd397426 [2021-04-20T19:13:27.744Z] Step 7/23 : RUN go mod download [2021-04-20T19:13:27.744Z] ---> Using cache [2021-04-20T19:13:27.744Z] ---> c5ebfb3bc416 [2021-04-20T19:13:27.744Z] Step 8/23 : COPY . . [2021-04-20T19:13:28.027Z] ---> Using cache [2021-04-20T19:13:28.028Z] ---> f8bf19bc25c7 [2021-04-20T19:13:28.028Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:13:28.028Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:13:28.028Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:13:28.028Z] ---> 0054b1b66495 [2021-04-20T19:13:28.028Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:13:28.028Z] ---> Using cache [2021-04-20T19:13:28.028Z] ---> 69732a3ca622 [2021-04-20T19:13:28.028Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:13:28.028Z] ---> Using cache [2021-04-20T19:13:28.028Z] ---> 82124ab97dd2 [2021-04-20T19:13:28.028Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:13:28.028Z] 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-20T19:13:28.307Z] ---> Running in f6359d3a7151 [2021-04-20T19:13:28.307Z] ---> Running in 8d50191e7343 [2021-04-20T19:13:28.307Z] ---> Running in 505f6e88ac1c [2021-04-20T19:13:30.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:13:30.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:13:30.573Z] 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-20T19:13:30.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:13:31.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:13:31.725Z] OK: 217 MiB in 51 packages [2021-04-20T19:13:32.005Z] OK: 217 MiB in 51 packages [2021-04-20T19:13:33.475Z] Removing intermediate container f6359d3a7151 [2021-04-20T19:13:33.475Z] ---> 50f90d6a14c3 [2021-04-20T19:13:33.475Z] Step 6/23 : COPY go.mod . [2021-04-20T19:13:34.089Z] Removing intermediate container 8d50191e7343 [2021-04-20T19:13:34.089Z] ---> ee80fe254ce6 [2021-04-20T19:13:34.089Z] Step 6/23 : COPY go.mod . [2021-04-20T19:13:34.715Z] ---> 579ccbd2e143 [2021-04-20T19:13:34.715Z] Step 7/23 : RUN go mod download [2021-04-20T19:13:34.998Z] ---> Running in 17ba3f2cf625 [2021-04-20T19:13:35.279Z] ---> 4cd22a938a26 [2021-04-20T19:13:35.279Z] Step 7/23 : RUN go mod download [2021-04-20T19:13:35.279Z] ---> Running in 489af017ef19 [2021-04-20T19:13:40.731Z] Removing intermediate container 489af017ef19 [2021-04-20T19:13:40.731Z] ---> f9fa5c69c4fa [2021-04-20T19:13:40.731Z] Step 8/23 : COPY . . [2021-04-20T19:13:40.731Z] Removing intermediate container 17ba3f2cf625 [2021-04-20T19:13:40.731Z] ---> 7f50310a3ae9 [2021-04-20T19:13:40.731Z] Step 8/23 : COPY . . [2021-04-20T19:14:13.185Z] ---> 56dc16c43b85 [2021-04-20T19:14:13.185Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:14:13.185Z] ---> 5c7314ec023b [2021-04-20T19:14:13.185Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:14:13.185Z] ---> Running in 34c1d74a8f92 [2021-04-20T19:14:13.185Z] ---> Running in 6fdeb454e4f9 [2021-04-20T19:14:13.462Z] 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-20T19:14:13.462Z] 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-20T19:14:45.846Z] Removing intermediate container 66c0f16525d8 [2021-04-20T19:14:45.846Z] ---> cd9f8cbf3506 [2021-04-20T19:14:45.846Z] [2021-04-20T19:14:45.846Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:14:45.846Z] ---> 9852663dfa18 [2021-04-20T19:14:45.846Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:14:45.846Z] ---> Running in 2482958dca38 [2021-04-20T19:14:45.846Z] Removing intermediate container 2482958dca38 [2021-04-20T19:14:45.846Z] ---> c24ff8209aca [2021-04-20T19:14:45.846Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:14:45.846Z] ---> Running in 2ef4d71d84d3 [2021-04-20T19:14:45.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:14:45.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:14:45.846Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:14:45.846Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:14:45.846Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:14:45.846Z] OK: 5 MiB in 16 packages [2021-04-20T19:14:46.836Z] Removing intermediate container 2ef4d71d84d3 [2021-04-20T19:14:46.836Z] ---> 677fcbb86202 [2021-04-20T19:14:46.836Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:14:47.112Z] ---> Running in 6526a3cdc1c1 [2021-04-20T19:14:47.723Z] Removing intermediate container 6526a3cdc1c1 [2021-04-20T19:14:47.723Z] ---> d289fce0cc15 [2021-04-20T19:14:47.723Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:14:47.723Z] ---> Running in 66d086c5d9f5 [2021-04-20T19:14:48.715Z] Removing intermediate container 66d086c5d9f5 [2021-04-20T19:14:48.715Z] ---> c5aef64b65a9 [2021-04-20T19:14:48.715Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:14:48.715Z] ---> Running in f16d0237cd3f [2021-04-20T19:14:52.136Z] Removing intermediate container f16d0237cd3f [2021-04-20T19:14:52.136Z] ---> e21b3240b0f7 [2021-04-20T19:14:52.136Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:14:52.136Z] ---> Running in c4dabc020ec4 [2021-04-20T19:14:53.129Z] Removing intermediate container c4dabc020ec4 [2021-04-20T19:14:53.129Z] ---> 0255fa7e600b [2021-04-20T19:14:53.129Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:14:54.756Z] ---> 6a4cb892f00c [2021-04-20T19:14:54.756Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:14:54.756Z] ---> Running in 9363712be628 [2021-04-20T19:15:00.279Z] Removing intermediate container 9363712be628 [2021-04-20T19:15:00.279Z] ---> 6b7d01ceeafb [2021-04-20T19:15:00.279Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:15:00.279Z] Removing intermediate container 505f6e88ac1c [2021-04-20T19:15:00.279Z] ---> 5f3864d61908 [2021-04-20T19:15:00.279Z] [2021-04-20T19:15:00.279Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:15:00.279Z] ---> 9852663dfa18 [2021-04-20T19:15:00.279Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:15:00.279Z] ---> Using cache [2021-04-20T19:15:00.279Z] ---> 3fef507ceb55 [2021-04-20T19:15:00.279Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:15:00.279Z] ---> Using cache [2021-04-20T19:15:00.279Z] ---> ba947c0119e8 [2021-04-20T19:15:00.279Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:15:00.553Z] ---> Running in 2f0461321955 [2021-04-20T19:15:01.173Z] ---> b1ba2f4ead2b [2021-04-20T19:15:01.173Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:15:01.467Z] Removing intermediate container 2f0461321955 [2021-04-20T19:15:01.467Z] ---> a9ca5e8eb71c [2021-04-20T19:15:01.467Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:15:01.467Z] ---> Running in b581eca4aa99 [2021-04-20T19:15:02.954Z] Removing intermediate container b581eca4aa99 [2021-04-20T19:15:02.954Z] ---> 075cb6f3cfbd [2021-04-20T19:15:02.954Z] Step 15/23 : WORKDIR / [2021-04-20T19:15:02.954Z] ---> Running in 3bb3cc83f57a [2021-04-20T19:15:03.234Z] ---> 75d3518f8128 [2021-04-20T19:15:03.234Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:15:03.841Z] Removing intermediate container 3bb3cc83f57a [2021-04-20T19:15:03.841Z] ---> 230e0fb356f6 [2021-04-20T19:15:03.841Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:15:04.452Z] ---> 3f1c14f873b6 [2021-04-20T19:15:04.452Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:15:05.050Z] ---> bdb40e1723b0 [2021-04-20T19:15:05.050Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:15:06.034Z] ---> 7ee08c96863c [2021-04-20T19:15:06.034Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:15:07.477Z] ---> aaaea84ff5f8 [2021-04-20T19:15:07.477Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:15:07.477Z] ---> be9100aa7579 [2021-04-20T19:15:07.477Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:15:08.091Z] ---> Running in ef7a2455ce37 [2021-04-20T19:15:08.384Z] ---> 1bf1e2838b25 [2021-04-20T19:15:08.384Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:15:08.680Z] ---> Running in 92592caf2eef [2021-04-20T19:15:08.680Z] Removing intermediate container ef7a2455ce37 [2021-04-20T19:15:08.680Z] ---> 21a3e609128f [2021-04-20T19:15:08.681Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:15:09.677Z] Removing intermediate container 92592caf2eef [2021-04-20T19:15:09.677Z] ---> d2963812021a [2021-04-20T19:15:09.677Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:15:09.677Z] ---> Running in b43a56de426d [2021-04-20T19:15:09.957Z] ---> 28e1a5a866cf [2021-04-20T19:15:09.957Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:15:10.572Z] Removing intermediate container b43a56de426d [2021-04-20T19:15:10.572Z] ---> 8078983ef501 [2021-04-20T19:15:10.572Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:15:10.572Z] ---> Running in ed98e756460e [2021-04-20T19:15:10.860Z] ---> Running in 0eeda8dab3d6 [2021-04-20T19:15:11.856Z] Removing intermediate container 0eeda8dab3d6 [2021-04-20T19:15:11.856Z] ---> 6e16ca561546 [2021-04-20T19:15:11.856Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:15:12.150Z] ---> Running in e3272f63ca53 [2021-04-20T19:15:13.146Z] Removing intermediate container e3272f63ca53 [2021-04-20T19:15:13.146Z] ---> 63b8e5f30e58 [2021-04-20T19:15:13.146Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:15:13.424Z] ---> Running in 7c71e9239645 [2021-04-20T19:15:14.436Z] Removing intermediate container 7c71e9239645 [2021-04-20T19:15:14.436Z] ---> 7c2d51156bc4 [2021-04-20T19:15:14.436Z] [2021-04-20T19:15:14.436Z] Removing intermediate container ed98e756460e [2021-04-20T19:15:14.436Z] ---> c1db49c4746a [2021-04-20T19:15:14.436Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:15:15.035Z] Successfully built 7c2d51156bc4 [2021-04-20T19:15:15.035Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T19:15:15.035Z]  Building docker-core-command-go ... done  ---> Running in 04e351b6a5ab [2021-04-20T19:15:16.025Z] Removing intermediate container 04e351b6a5ab [2021-04-20T19:15:16.025Z] ---> e6d75add569d [2021-04-20T19:15:16.025Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:15:16.301Z] ---> Running in 3a5656006af5 [2021-04-20T19:15:16.906Z] Removing intermediate container 3a5656006af5 [2021-04-20T19:15:16.906Z] ---> 459545d6a9b4 [2021-04-20T19:15:16.906Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T19:15:17.513Z] ---> Running in d5335bebd9c3 [2021-04-20T19:15:18.115Z] Removing intermediate container d5335bebd9c3 [2021-04-20T19:15:18.115Z] ---> 1117b4ff2d5a [2021-04-20T19:15:18.115Z] Step 30/31 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:15:18.730Z] ---> Running in dc89c786e7b0 [2021-04-20T19:15:19.352Z] Removing intermediate container dc89c786e7b0 [2021-04-20T19:15:19.352Z] ---> 74935d2a22a0 [2021-04-20T19:15:19.352Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:15:19.970Z] ---> Running in d19dc0a5b818 [2021-04-20T19:15:20.599Z] Removing intermediate container d19dc0a5b818 [2021-04-20T19:15:20.599Z] ---> b36e36c5d4d7 [2021-04-20T19:15:20.599Z] [2021-04-20T19:15:21.217Z] Successfully built b36e36c5d4d7 [2021-04-20T19:15:21.217Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T19:15:33.693Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 34c1d74a8f92 [2021-04-20T19:15:33.693Z] ---> 8d5816c6293d [2021-04-20T19:15:33.693Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:15:33.693Z] ---> Running in 638250429f00 [2021-04-20T19:15:33.966Z] 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-20T19:15:37.386Z] Removing intermediate container 638250429f00 [2021-04-20T19:15:37.386Z] ---> 6bbe3450c18d [2021-04-20T19:15:37.386Z] [2021-04-20T19:15:37.386Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:15:37.386Z] 20.10.0: Pulling from library/docker [2021-04-20T19:15:45.707Z] Removing intermediate container 6fdeb454e4f9 [2021-04-20T19:15:45.707Z] ---> 0b459ab039b7 [2021-04-20T19:15:45.707Z] [2021-04-20T19:15:45.707Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:15:45.707Z] ---> 9852663dfa18 [2021-04-20T19:15:45.707Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:15:45.707Z] ---> Running in 2b34e318f8b6 [2021-04-20T19:15:45.978Z] Removing intermediate container 2b34e318f8b6 [2021-04-20T19:15:45.978Z] ---> 4d70bbd3093c [2021-04-20T19:15:45.978Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:15:46.252Z] ---> Running in 9225c951ccd6 [2021-04-20T19:15:46.252Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:15:46.252Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:15:46.252Z] ---> eeaf43b92773 [2021-04-20T19:15:46.252Z] 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-20T19:15:46.524Z] ---> Running in d0e4977f85db [2021-04-20T19:15:46.524Z] Removing intermediate container 9225c951ccd6 [2021-04-20T19:15:46.524Z] ---> f601ea763a2b [2021-04-20T19:15:46.524Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:15:46.796Z] ---> Running in 3340ffe9a05d [2021-04-20T19:15:46.796Z] Removing intermediate container d0e4977f85db [2021-04-20T19:15:46.796Z] ---> af5a252d354e [2021-04-20T19:15:46.796Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:15:47.085Z] ---> Running in e7f28370cc02 [2021-04-20T19:15:47.360Z] Removing intermediate container 3340ffe9a05d [2021-04-20T19:15:47.360Z] ---> 6673034b75d7 [2021-04-20T19:15:47.360Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:15:47.360Z] ---> Running in 166dd4a67fce [2021-04-20T19:15:48.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:48.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:48.943Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:15:48.943Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:15:48.943Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:15:48.943Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:15:48.943Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:15:48.943Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:15:48.943Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:15:48.944Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:15:48.944Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:15:48.944Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:15:48.944Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:15:48.944Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:15:49.217Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:15:49.217Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:15:50.189Z] Removing intermediate container 166dd4a67fce [2021-04-20T19:15:50.189Z] ---> 61a8c191a863 [2021-04-20T19:15:50.189Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:15:50.460Z] ---> Running in a93fa2323c21 [2021-04-20T19:15:51.052Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:15:51.052Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:15:51.052Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:15:51.052Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:15:51.052Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:15:51.052Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:15:51.322Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:15:51.323Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:15:51.323Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:15:51.323Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:15:51.323Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:15:51.323Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:15:51.323Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:15:51.323Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:15:51.600Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:15:51.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:51.600Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:15:51.600Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:15:51.600Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:15:51.600Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:15:51.600Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:15:51.600Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:15:51.600Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:15:51.600Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:15:51.600Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:15:51.600Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:15:51.600Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:15:51.871Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:15:51.871Z] OK: 72 MiB in 59 packages [2021-04-20T19:15:52.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T19:15:52.742Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:15:53.011Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:15:53.011Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:15:53.011Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:15:53.280Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:15:53.280Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:15:53.550Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:15:53.550Z] OK: 8 MiB in 20 packages [2021-04-20T19:15:54.972Z] Removing intermediate container a93fa2323c21 [2021-04-20T19:15:54.972Z] ---> cc7206a215ff [2021-04-20T19:15:54.972Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:15:55.949Z] ---> d516622109f7 [2021-04-20T19:15:55.949Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:15:56.221Z] Collecting docker-compose==1.23.2 [2021-04-20T19:15:56.221Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:15:57.198Z] ---> 33b21bd08923 [2021-04-20T19:15:57.198Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:15:57.470Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:15:57.470Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:15:57.740Z] ---> a65978af7eb4 [2021-04-20T19:15:57.740Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:15:57.740Z] ---> Running in c0cb7413f67f [2021-04-20T19:15:58.335Z] Removing intermediate container c0cb7413f67f [2021-04-20T19:15:58.335Z] ---> d03b89fc3194 [2021-04-20T19:15:58.335Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:15:58.335Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:15:58.335Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:15:58.335Z] ---> Running in dee4510c1082 [2021-04-20T19:15:58.933Z] Removing intermediate container dee4510c1082 [2021-04-20T19:15:58.933Z] ---> a04861dedc09 [2021-04-20T19:15:58.933Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:15:58.933Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:15:58.933Z] ---> Running in 0f3a550aa9c7 [2021-04-20T19:15:58.933Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:15:59.529Z] Removing intermediate container 0f3a550aa9c7 [2021-04-20T19:15:59.529Z] ---> 7c81a3e203d2 [2021-04-20T19:15:59.529Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:15:59.529Z] ---> Running in ace5e2c4ba2e [2021-04-20T19:16:00.124Z] Removing intermediate container ace5e2c4ba2e [2021-04-20T19:16:00.124Z] ---> 7dd6bbc92123 [2021-04-20T19:16:00.124Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:16:00.124Z] ---> Running in 384035af1720 [2021-04-20T19:16:00.124Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:16:00.124Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:16:00.727Z] Removing intermediate container 384035af1720 [2021-04-20T19:16:00.727Z] ---> 7a518f6aff2a [2021-04-20T19:16:00.727Z] [2021-04-20T19:16:00.998Z] Successfully built 7a518f6aff2a [2021-04-20T19:16:00.998Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T19:16:02.962Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:16:02.962Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:16:04.917Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:16:04.917Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:16:07.567Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:16:07.567Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:16:08.169Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:16:08.169Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:16:08.445Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:16:08.445Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:16:10.431Z] 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-20T19:16:10.431Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:16:10.431Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:16:10.431Z] 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-20T19:16:11.029Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:16:11.029Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:16:11.310Z] 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-20T19:16:11.310Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:16:11.310Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:16:11.594Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:16:11.594Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:16:11.594Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:16:11.594Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:16:12.188Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, PyYAML, docopt, texttable, cached-property, dockerpty, docker-compose [2021-04-20T19:16:12.464Z] Attempting uninstall: urllib3 [2021-04-20T19:16:12.464Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:16:12.464Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:16:12.464Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:16:13.064Z] Attempting uninstall: idna [2021-04-20T19:16:13.064Z] Found existing installation: idna 2.9 [2021-04-20T19:16:13.064Z] Uninstalling idna-2.9: [2021-04-20T19:16:13.064Z] Successfully uninstalled idna-2.9 [2021-04-20T19:16:13.671Z] Attempting uninstall: requests [2021-04-20T19:16:13.671Z] Found existing installation: requests 2.23.0 [2021-04-20T19:16:13.671Z] Uninstalling requests-2.23.0: [2021-04-20T19:16:13.671Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:16:15.113Z] Running setup.py install for PyYAML: started [2021-04-20T19:16:17.081Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:16:17.081Z] Running setup.py install for docopt: started [2021-04-20T19:16:19.042Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:16:19.042Z] Running setup.py install for texttable: started [2021-04-20T19:16:20.462Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:16:20.733Z] Running setup.py install for dockerpty: started [2021-04-20T19:16:22.701Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:16:23.294Z] 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-20T19:16:31.538Z] Removing intermediate container e7f28370cc02 [2021-04-20T19:16:31.538Z] ---> 52aabd5d8b3d [2021-04-20T19:16:31.538Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:16:31.538Z] ---> Running in f9df816ed869 [2021-04-20T19:16:31.538Z] Removing intermediate container f9df816ed869 [2021-04-20T19:16:31.538Z] ---> 132ec24b1043 [2021-04-20T19:16:31.538Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:16:31.538Z] ---> Running in cd5b04d4cac1 [2021-04-20T19:16:31.809Z] Removing intermediate container cd5b04d4cac1 [2021-04-20T19:16:31.809Z] ---> dbd14c576f80 [2021-04-20T19:16:31.809Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:16:33.238Z] ---> 6f6776d73ff0 [2021-04-20T19:16:33.238Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:16:33.832Z] ---> eab051d985cd [2021-04-20T19:16:33.832Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:16:34.808Z] ---> b0d5bd9cc041 [2021-04-20T19:16:34.809Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:16:34.809Z] ---> Running in d262306e5b9f [2021-04-20T19:16:35.401Z] Removing intermediate container d262306e5b9f [2021-04-20T19:16:35.401Z] ---> c870326db1d9 [2021-04-20T19:16:35.401Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:16:35.401Z] ---> Running in 0b518b9552dd [2021-04-20T19:16:35.671Z] Removing intermediate container 0b518b9552dd [2021-04-20T19:16:35.671Z] ---> 9b92405daab0 [2021-04-20T19:16:35.671Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T19:16:35.941Z] ---> Running in f92e6680e2f8 [2021-04-20T19:16:36.209Z] Removing intermediate container f92e6680e2f8 [2021-04-20T19:16:36.209Z] ---> d41db77d31f9 [2021-04-20T19:16:36.209Z] Step 22/23 : LABEL git_sha=54ab13574731e9cbb3c910d7576150a69cb8d63b [2021-04-20T19:16:36.480Z] ---> Running in 432dedd55bb5 [2021-04-20T19:16:36.750Z] Removing intermediate container 432dedd55bb5 [2021-04-20T19:16:36.750Z] ---> 7302f0415859 [2021-04-20T19:16:36.750Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:16:37.022Z] ---> Running in 5a7d14da9deb [2021-04-20T19:16:37.618Z] Removing intermediate container 5a7d14da9deb [2021-04-20T19:16:37.618Z] ---> 85cea4fc3c8c [2021-04-20T19:16:37.618Z] [2021-04-20T19:16:37.894Z] Successfully built 85cea4fc3c8c [2021-04-20T19:16:37.894Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T19:16:38.179Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T19:16:38.199Z] $ docker stop --time=1 2c56d05eca84de9f80ee26bb8928177a6435ff2689e8303715c16e5894a34945 [2021-04-20T19:16:40.078Z] $ docker rm -f 2c56d05eca84de9f80ee26bb8928177a6435ff2689e8303715c16e5894a34945 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:16:40.640Z] + + grepdocker images [2021-04-20T19:16:40.640Z] docker [2021-04-20T19:16:40.911Z] docker-sys-mgmt-agent-go-arm64 latest 85cea4fc3c8c 3 seconds ago 299MB [2021-04-20T19:16:40.911Z] docker-core-data-go-arm64 latest 7a518f6aff2a 40 seconds ago 21.6MB [2021-04-20T19:16:40.911Z] docker-security-bootstrapper-go-arm64 latest b36e36c5d4d7 About a minute ago 18.1MB [2021-04-20T19:16:40.911Z] docker-core-command-go-arm64 latest 7c2d51156bc4 About a minute ago 16.5MB [2021-04-20T19:16:40.911Z] docker-support-notifications-go-arm64 latest dcf72f9d5a00 4 minutes ago 17.2MB [2021-04-20T19:16:40.911Z] docker-core-metadata-go-arm64 latest 75d509da4760 4 minutes ago 18.1MB [2021-04-20T19:16:40.911Z] docker-support-scheduler-go-arm64 latest 9b78c5dab87c 4 minutes ago 16.6MB [2021-04-20T19:16:40.911Z] docker-security-secretstore-setup-go-arm64 latest a299f0d50d4e 4 minutes ago 24.9MB [2021-04-20T19:16:40.911Z] docker-security-proxy-setup-go-arm64 latest 973491955f1f 4 minutes ago 24.6MB [2021-04-20T19:16:40.911Z] 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-20T19:16:41.457Z] ---> job-cost.sh [2021-04-20T19:16:41.457Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xvhz [2021-04-20T19:17:20.397Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T19:18:57.133Z] lf-activate-venv(): INFO: Adding /tmp/venv-xvhz/bin to PATH [2021-04-20T19:18:57.133Z] INFO: No Stack... [2021-04-20T19:18:57.133Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T19:18:57.133Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T19:18:57.475Z] + cut -d, -f6 [2021-04-20T19:18:57.475Z] + cat /w/workspace/edgex-go/82/archives/cost.csv [Pipeline] lock [2021-04-20T19:18:57.582Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-82-stack-cost] [2021-04-20T19:18:57.594Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-82-stack-cost] did not exist. Created. [2021-04-20T19:18:57.595Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-82-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T19:18:57.949Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T19:18:58.283Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T19:18:58.291Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-82-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-20T19:18:58.822Z] provisioning config files... [2021-04-20T19:18:58.861Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/82@tmp/config3952481662163920024tmp [Pipeline] { [Pipeline] sh [2021-04-20T19:18:59.186Z] + set +x [2021-04-20T19:18:59.187Z] + curl -s https://codecov.io/bash [2021-04-20T19:18:59.187Z] + bash -s -- [2021-04-20T19:18:59.448Z] [2021-04-20T19:18:59.448Z] _____ _ [2021-04-20T19:18:59.448Z] / ____| | | [2021-04-20T19:18:59.448Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T19:18:59.448Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T19:18:59.448Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T19:18:59.448Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T19:18:59.448Z] Bash-1.0.2 [2021-04-20T19:18:59.448Z] [2021-04-20T19:18:59.448Z] [2021-04-20T19:18:59.448Z] ==> git version 2.24.3 found [2021-04-20T19:18:59.448Z] ==> 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-20T19:18:59.448Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T19:18:59.448Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T19:18:59.712Z] ==> Jenkins CI detected. [2021-04-20T19:18:59.712Z] project root: . [2021-04-20T19:18:59.712Z] --> token set from env [2021-04-20T19:18:59.712Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T19:18:59.712Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T19:18:59.712Z] ==> Python coveragepy not found [2021-04-20T19:18:59.712Z] ==> Searching for coverage reports in: [2021-04-20T19:18:59.712Z] + . [2021-04-20T19:18:59.712Z] -> Found 1 reports [2021-04-20T19:18:59.712Z] ==> Detecting git/mercurial file structure [2021-04-20T19:18:59.712Z] ==> Reading reports [2021-04-20T19:18:59.712Z] + ./coverage.out bytes=703598 [2021-04-20T19:18:59.712Z] ==> Appending adjustments [2021-04-20T19:18:59.712Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T19:19:03.947Z] + Found adjustments [2021-04-20T19:19:03.947Z] ==> Gzipping contents [2021-04-20T19:19:03.947Z] 100K /tmp/codecov.Im09K6.gz [2021-04-20T19:19:03.947Z] ==> Uploading reports [2021-04-20T19:19:03.947Z] url: https://codecov.io [2021-04-20T19:19:03.947Z] query: branch=PR-3234&commit=54ab13574731e9cbb3c910d7576150a69cb8d63b&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F82%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-20T19:19:03.947Z] -> Pinging Codecov [2021-04-20T19:19:03.947Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3234&commit=54ab13574731e9cbb3c910d7576150a69cb8d63b&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F82%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-20T19:19:04.531Z] -> Uploading to [2021-04-20T19:19:04.531Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/54ab13574731e9cbb3c910d7576150a69cb8d63b/e9d7d376-d90e-4b46-9f08-008e6f584b1a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T191904Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8d354adb8c7bb5ad593c5a1260ce1748129f62f2c0b741fca19dfe2f8c9991d9 [2021-04-20T19:19:04.531Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T19:19:04.531Z] Dload Upload Total Spent Left Speed [2021-04-20T19:19:05.060Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 98k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 192k --:--:-- --:--:-- --:--:-- 192k [2021-04-20T19:19:05.060Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] } [2021-04-20T19:19:05.071Z] 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-20T19:19:05.797Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:19:06.687Z] ---> package-listing.sh [2021-04-20T19:19:06.687Z] ++ facter osfamily [2021-04-20T19:19:06.688Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:19:06.688Z] + OS_FAMILY=redhat [2021-04-20T19:19:06.688Z] + workspace=/w/workspace/edgex-go/82 [2021-04-20T19:19:06.688Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:19:06.688Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:19:06.688Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:19:06.688Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:19:06.688Z] + '[' /w/workspace/edgex-go/82 ']' [2021-04-20T19:19:06.688Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:19:06.688Z] + case "${OS_FAMILY}" in [2021-04-20T19:19:06.688Z] + rpm -qa [2021-04-20T19:19:06.688Z] + sort [2021-04-20T19:19:12.000Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:19:12.000Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:19:12.000Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:19:12.000Z] + '[' /w/workspace/edgex-go/82 ']' [2021-04-20T19:19:12.000Z] + mkdir -p /w/workspace/edgex-go/82/archives/ [2021-04-20T19:19:12.000Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/82/archives/ [Pipeline] echo [2021-04-20T19:19:12.019Z] 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/82/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:19:12.324Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:19:12.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:19:12.659Z] [2021-04-20T19:19:12.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:19:12.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:19:12.983Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:19:12.983Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:19:12.983Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:19:12.983Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:19:12.983Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:19:12.983Z] 93b61091891f: Pulling fs layer [2021-04-20T19:19:12.983Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:19:12.983Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:19:12.983Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:19:12.983Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:19:12.983Z] 46f8f816bc3b: Waiting [2021-04-20T19:19:12.983Z] 93b61091891f: Waiting [2021-04-20T19:19:12.983Z] 93b9cdb0e59b: Waiting [2021-04-20T19:19:12.983Z] 5e14af77c1be: Waiting [2021-04-20T19:19:12.983Z] 01666e4c0597: Waiting [2021-04-20T19:19:12.983Z] aa168da1d23b: Waiting [2021-04-20T19:19:12.983Z] 36b3adc4ff6f: Download complete [2021-04-20T19:19:12.983Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:19:12.983Z] 46f8f816bc3b: Download complete [2021-04-20T19:19:13.247Z] 93b61091891f: Verifying Checksum [2021-04-20T19:19:13.247Z] 93b61091891f: Download complete [2021-04-20T19:19:13.247Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:19:13.247Z] 93b9cdb0e59b: Download complete [2021-04-20T19:19:13.247Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:19:13.247Z] 5e14af77c1be: Download complete [2021-04-20T19:19:13.247Z] 01666e4c0597: Download complete [2021-04-20T19:19:13.247Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T19:19:13.247Z] 8ad3a11d3b57: Download complete [2021-04-20T19:19:13.247Z] df20fa9351a1: Download complete [2021-04-20T19:19:13.830Z] df20fa9351a1: Pull complete [2021-04-20T19:19:13.830Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:19:15.762Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:19:15.762Z] aa168da1d23b: Download complete [2021-04-20T19:19:15.762Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:19:16.338Z] 46f8f816bc3b: Pull complete [2021-04-20T19:19:16.916Z] 93b61091891f: Pull complete [2021-04-20T19:19:16.916Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:19:17.184Z] 5e14af77c1be: Pull complete [2021-04-20T19:19:17.184Z] 01666e4c0597: Pull complete [2021-04-20T19:19:25.408Z] aa168da1d23b: Pull complete [2021-04-20T19:19:25.408Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:19:25.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:19:25.408Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:19:25.597Z] prd-centos7-docker-4c-2g-1231 does not seem to be running inside a container [2021-04-20T19:19:25.658Z] $ 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/82/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/82 -v /w/workspace/edgex-go/82:/w/workspace/edgex-go/82:rw,z -v /w/workspace/edgex-go/82@tmp:/w/workspace/edgex-go/82@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:19:29.078Z] $ docker top 1c8f89d50d0d22221983cea04b6f4a68c8f4e59319ac446eb52ce764ade86e9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:19:29.589Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:19:29.908Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:19:30.214Z] + ls /var/log/sa-host [2021-04-20T19:19:30.214Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:19:30.214Z] file_magic: OK [2021-04-20T19:19:30.214Z] HZ: Using current value: 100 [2021-04-20T19:19:30.214Z] file_header: OK [2021-04-20T19:19:30.214Z] 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-20T19:19:30.214Z] Statistics: [2021-04-20T19:19:30.214Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T19:19:30.214Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:19:30.214Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:19:30.214Z] file_magic: OK [2021-04-20T19:19:30.214Z] HZ: Using current value: 100 [2021-04-20T19:19:30.214Z] file_header: OK [2021-04-20T19:19:30.214Z] 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-20T19:19:30.214Z] Statistics: [2021-04-20T19:19:30.214Z] Hnuu...uuuununununu... [2021-04-20T19:19:30.214Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:19:30.753Z] provisioning config files... [2021-04-20T19:19:30.770Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/82@tmp/config8584614288893022100tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:19:30.795Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:19:31.121Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:19:31.130Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:19:31.154Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:19:31.458Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:19:31.471Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:19:31.773Z] ---> sudo-logs.sh [2021-04-20T19:19:31.773Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:19:31.805Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:19:32.109Z] ---> job-cost.sh [2021-04-20T19:19:32.109Z] lf-activate-venv: SKIPPING [2021-04-20T19:19:32.109Z] DEBUG: total: 0.20999999344348907 [2021-04-20T19:19:32.109Z] INFO: Retrieving Stack Cost... [2021-04-20T19:19:33.063Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:19:33.640Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:19:33.655Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:19:33.958Z] ---> logs-deploy.sh [2021-04-20T19:19:33.958Z] lf-activate-venv: SKIPPING [2021-04-20T19:19:33.958Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/82 [2021-04-20T19:19:33.958Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:19:35.878Z] Archives upload complete. [2021-04-20T19:19:35.878Z] INFO: archiving logs to Nexus [2021-04-20T19:19:36.829Z] ---> uname -a: [2021-04-20T19:19:36.829Z] Linux prd-centos7-docker-4c-2g-1231.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] ---> lscpu: [2021-04-20T19:19:36.829Z] Architecture: x86_64 [2021-04-20T19:19:36.829Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T19:19:36.829Z] Byte Order: Little Endian [2021-04-20T19:19:36.829Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T19:19:36.829Z] CPU(s): 4 [2021-04-20T19:19:36.829Z] On-line CPU(s) list: 0-3 [2021-04-20T19:19:36.829Z] Thread(s) per core: 1 [2021-04-20T19:19:36.829Z] Core(s) per socket: 1 [2021-04-20T19:19:36.829Z] Socket(s): 4 [2021-04-20T19:19:36.829Z] NUMA node(s): 1 [2021-04-20T19:19:36.829Z] Vendor ID: GenuineIntel [2021-04-20T19:19:36.829Z] CPU family: 6 [2021-04-20T19:19:36.829Z] Model: 44 [2021-04-20T19:19:36.829Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T19:19:36.829Z] Stepping: 1 [2021-04-20T19:19:36.829Z] CPU MHz: 2933.438 [2021-04-20T19:19:36.829Z] BogoMIPS: 5866.87 [2021-04-20T19:19:36.829Z] Virtualization: VT-x [2021-04-20T19:19:36.829Z] Hypervisor vendor: KVM [2021-04-20T19:19:36.829Z] Virtualization type: full [2021-04-20T19:19:36.829Z] L1d cache: 128 KiB [2021-04-20T19:19:36.829Z] L1i cache: 128 KiB [2021-04-20T19:19:36.829Z] L2 cache: 16 MiB [2021-04-20T19:19:36.829Z] L3 cache: 64 MiB [2021-04-20T19:19:36.829Z] NUMA node0 CPU(s): 0-3 [2021-04-20T19:19:36.829Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T19:19:36.829Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T19:19:36.829Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T19:19:36.829Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T19:19:36.829Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T19:19:36.829Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T19:19:36.829Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T19:19:36.829Z] Vulnerability Srbds: Not affected [2021-04-20T19:19:36.829Z] Vulnerability Tsx async abort: Not affected [2021-04-20T19:19:36.829Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] ---> nproc: [2021-04-20T19:19:36.829Z] 4 [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] ---> df -h: [2021-04-20T19:19:36.829Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T19:19:36.829Z] overlay 50.0G 11.0G 39.0G 22% / [2021-04-20T19:19:36.829Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T19:19:36.829Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T19:19:36.829Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/82 [2021-04-20T19:19:36.829Z] /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/82@tmp [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] ---> free -m: [2021-04-20T19:19:36.829Z] total used free shared buff/cache available [2021-04-20T19:19:36.829Z] Mem: 1837 713 142 0 981 1040 [2021-04-20T19:19:36.829Z] Swap: 1023 61 962 [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] [2021-04-20T19:19:36.829Z] ---> ip addr: [2021-04-20T19:19:36.830Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T19:19:36.830Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T19:19:36.830Z] inet 127.0.0.1/8 scope host lo [2021-04-20T19:19:36.830Z] valid_lft forever preferred_lft forever [2021-04-20T19:19:36.830Z] inet6 ::1/128 scope host [2021-04-20T19:19:36.830Z] valid_lft forever preferred_lft forever [2021-04-20T19:19:36.830Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T19:19:36.830Z] link/ether fa:16:3e:1a:ed:d8 brd ff:ff:ff:ff:ff:ff [2021-04-20T19:19:36.830Z] inet 10.30.122.214/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T19:19:36.830Z] valid_lft 84887sec preferred_lft 84887sec [2021-04-20T19:19:36.830Z] inet6 fe80::f816:3eff:fe1a:edd8/64 scope link [2021-04-20T19:19:36.830Z] valid_lft forever preferred_lft forever [2021-04-20T19:19:36.830Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T19:19:36.830Z] link/ether 02:42:47:c1:fb:00 brd ff:ff:ff:ff:ff:ff [2021-04-20T19:19:36.830Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T19:19:36.830Z] valid_lft forever preferred_lft forever [2021-04-20T19:19:36.830Z] inet6 fe80::42:47ff:fec1:fb00/64 scope link [2021-04-20T19:19:36.830Z] valid_lft forever preferred_lft forever [2021-04-20T19:19:36.830Z] [2021-04-20T19:19:36.830Z] [2021-04-20T19:19:36.830Z] ---> sar -b -r -n DEV: [2021-04-20T19:19:36.830Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T19:19:36.830Z] [2021-04-20T19:19:36.830Z] 18:54:12 LINUX RESTART (4 CPU) [2021-04-20T19:19:36.830Z] [2021-04-20T19:19:36.830Z] 18:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-20T19:19:36.830Z] 18:56:01 148.62 73.93 74.69 0.00 10215.20 24768.82 0.00 [2021-04-20T19:19:36.830Z] 18:57:01 338.54 135.48 203.06 0.00 5461.39 39411.51 0.00 [2021-04-20T19:19:36.830Z] 18:58:01 131.09 38.39 92.70 0.00 1530.27 12824.67 0.00 [2021-04-20T19:19:36.830Z] 18:59:02 125.75 70.47 55.29 0.00 2145.76 3728.07 0.00 [2021-04-20T19:19:36.830Z] 19:00:01 152.96 26.88 126.07 0.00 7437.78 50375.13 0.00 [2021-04-20T19:19:36.830Z] 19:01:01 2040.20 1707.20 333.00 0.00 160415.70 201236.89 0.00 [2021-04-20T19:19:36.830Z] 19:02:02 1615.55 1409.08 206.46 0.00 77905.18 87583.52 0.00 [2021-04-20T19:19:36.830Z] 19:03:01 1176.52 840.96 335.56 0.00 83832.51 124975.55 0.00 [2021-04-20T19:19:36.830Z] 19:04:02 1393.67 1078.12 315.55 0.00 59449.74 82934.51 0.00 [2021-04-20T19:19:36.830Z] 19:05:01 105.72 16.86 88.86 0.00 3175.89 14994.07 0.00 [2021-04-20T19:19:36.830Z] 19:06:01 1.28 0.05 1.23 0.00 0.80 16.29 0.00 [2021-04-20T19:19:36.830Z] 19:07:01 0.20 0.03 0.17 0.00 0.27 1.90 0.00 [2021-04-20T19:19:36.830Z] 19:08:01 0.35 0.07 0.28 0.00 0.67 3.11 0.00 [2021-04-20T19:19:36.830Z] 19:09:01 0.43 0.02 0.42 0.00 0.27 5.60 0.00 [2021-04-20T19:19:36.830Z] 19:10:01 1.86 1.70 0.17 0.00 55.54 2.36 0.00 [2021-04-20T19:19:36.830Z] 19:11:01 0.80 0.03 0.77 0.00 1.07 14.07 0.00 [2021-04-20T19:19:36.830Z] 19:12:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 [2021-04-20T19:19:36.830Z] 19:13:01 0.22 0.00 0.22 0.00 0.00 2.71 0.00 [2021-04-20T19:19:36.830Z] 19:14:01 0.22 0.02 0.20 0.00 1.07 1.78 0.00 [2021-04-20T19:19:36.830Z] 19:15:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 [2021-04-20T19:19:36.830Z] 19:16:01 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-04-20T19:19:36.830Z] 19:17:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 [2021-04-20T19:19:36.830Z] 19:18:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 [2021-04-20T19:19:36.830Z] 19:19:01 9.94 9.72 0.22 0.00 819.05 25.56 0.00 [2021-04-20T19:19:36.830Z] Average: 302.97 226.44 76.53 0.00 17244.93 26825.26 0.00 [2021-04-20T19:19:36.830Z] [2021-04-20T19:19:36.830Z] 18:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-20T19:19:36.830Z] 18:56:01 64308 0 665116 35.35 2596 1149524 1332044 45.46 705492 898952 52896 [2021-04-20T19:19:36.830Z] 18:57:01 186676 0 794672 42.24 1304 898892 1443856 49.28 592732 822904 3764 [2021-04-20T19:19:36.830Z] 18:58:01 197012 0 831016 44.17 596 852920 1861876 63.54 709744 688296 33788 [2021-04-20T19:19:36.830Z] 18:59:02 331400 0 723212 38.44 596 826336 1222456 41.72 514348 740768 45456 [2021-04-20T19:19:36.830Z] 19:00:01 75684 0 737892 39.22 248 1067720 1261004 43.04 707672 820592 40352 [2021-04-20T19:19:36.830Z] 19:01:01 70584 0 854940 45.44 0 956020 2310676 78.86 786644 783468 26260 [2021-04-20T19:19:36.830Z] 19:02:02 244868 0 1104656 58.71 0 532020 2961128 101.06 709620 648592 5772 [2021-04-20T19:19:36.830Z] 19:03:01 82512 0 659400 35.05 0 1139632 1368428 46.70 627340 952140 48200 [2021-04-20T19:19:36.830Z] 19:04:02 305636 0 698536 37.13 0 877372 1485356 50.69 518608 818556 296 [2021-04-20T19:19:36.830Z] 19:05:01 138944 0 635692 33.79 0 1106908 1210296 41.31 495728 999036 20 [2021-04-20T19:19:36.830Z] 19:06:01 138948 0 635684 33.79 0 1106912 1209292 41.27 495932 998704 16 [2021-04-20T19:19:36.830Z] 19:07:01 141876 0 632748 33.63 0 1106920 1185612 40.46 493708 998672 8 [2021-04-20T19:19:36.830Z] 19:08:01 141572 0 633048 33.65 0 1106924 1185720 40.47 494104 998688 20 [2021-04-20T19:19:36.830Z] 19:09:01 142188 0 632424 33.61 0 1106932 1185612 40.46 493716 998692 8 [2021-04-20T19:19:36.830Z] 19:10:01 140308 0 633340 33.66 0 1107896 1185696 40.47 494076 999384 8 [2021-04-20T19:19:36.830Z] 19:11:01 140476 0 633164 33.65 0 1107904 1185612 40.46 494128 999388 12 [2021-04-20T19:19:36.830Z] 19:12:01 139940 0 633696 33.68 0 1107908 1185780 40.47 494544 999388 8 [2021-04-20T19:19:36.830Z] 19:13:01 140028 0 633600 33.67 0 1107916 1185756 40.47 494400 999388 8 [2021-04-20T19:19:36.830Z] 19:14:01 140664 0 632988 33.64 0 1107892 1184584 40.43 493936 999388 8 [2021-04-20T19:19:36.830Z] 19:15:01 140488 0 633128 33.65 0 1107928 1184668 40.43 494044 999420 8 [2021-04-20T19:19:36.830Z] 19:16:01 140516 0 633092 33.65 0 1107936 1184584 40.43 493836 999420 8 [2021-04-20T19:19:36.830Z] 19:17:01 140388 0 633212 33.65 0 1107944 1184692 40.43 494244 999420 8 [2021-04-20T19:19:36.830Z] 19:18:01 140208 0 633388 33.66 0 1107948 1184716 40.43 494240 999420 8 [2021-04-20T19:19:36.830Z] 19:19:01 108284 0 640532 34.04 0 1132728 1189456 40.59 502916 1020032 816 [2021-04-20T19:19:36.830Z] Average: 151396 0 690799 36.71 222 1039126 1378288 47.04 553990 924280 10740 [2021-04-20T19:19:36.830Z] [2021-04-20T19:19:36.830Z] 18:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-20T19:19:36.830Z] 18:56:01 eth0 1021.11 1127.81 5020.68 158.22 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:56:01 docker0 840.04 638.45 70.24 2674.78 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:57:01 veth21cc343 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:57:01 eth0 355.64 276.79 1789.61 34.19 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:57:01 docker0 181.78 229.48 12.73 832.54 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:58:01 veth21cc343 0.63 0.67 0.05 0.06 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:58:01 eth0 24.85 12.82 20.32 10.63 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:58:01 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:59:02 veth21cc343 1.81 1.81 0.14 0.14 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:59:02 eth0 16.55 8.79 11.64 6.24 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 18:59:02 docker0 1.81 1.81 0.12 0.14 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:00:01 eth0 237.34 175.99 1738.87 107.26 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:00:01 veth4352fbc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:01:01 eth0 84.22 58.83 162.18 53.92 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:01:01 veth4352fbc 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:01:01 docker0 38.15 53.68 2.49 147.56 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:02:02 vethe0704e8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:02:02 veth292f3f5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:02:02 eth0 7.27 3.50 5.69 3.02 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:02:02 vetha40a7f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:03:01 eth0 81.37 49.31 257.51 19.43 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:03:01 veth4352fbc 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:03:01 docker0 1101.40 972.94 88.23 3883.60 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:04:02 eth0 176.56 133.98 1315.90 98.16 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:04:02 veth4352fbc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:04:02 docker0 12.88 15.75 0.84 68.85 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:05:01 eth0 74.32 42.00 370.02 12.27 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:05:01 docker0 28.91 49.92 1.85 349.98 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:06:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:07:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:08:01 eth0 0.95 0.38 0.35 0.21 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:09:01 eth0 0.22 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:10:01 eth0 0.33 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:11:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:12:01 eth0 0.90 0.27 0.31 0.20 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:13:01 eth0 4.46 4.61 0.29 10.68 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:14:01 eth0 0.07 0.05 0.00 0.03 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:15:01 eth0 4.56 4.46 0.42 7.01 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.830Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:16:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:17:01 eth0 2.70 2.81 0.28 6.82 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:18:01 eth0 8.64 8.59 0.84 14.04 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:19:01 eth0 13.15 11.22 6.28 18.15 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] Average: eth0 88.21 80.23 445.79 23.35 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] Average: docker0 47.16 42.84 3.75 177.45 0.00 0.00 0.00 0.00 [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z] ---> sar -P ALL: [2021-04-20T19:19:36.831Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z] 18:54:12 LINUX RESTART (4 CPU) [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z] 18:55:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:19:36.831Z] 18:56:01 all 13.48 0.00 7.24 2.14 0.38 76.75 [2021-04-20T19:19:36.831Z] 18:56:01 0 13.13 0.00 8.95 0.67 0.40 76.85 [2021-04-20T19:19:36.831Z] 18:56:01 1 11.16 0.00 7.10 2.96 0.38 78.41 [2021-04-20T19:19:36.831Z] 18:56:01 2 13.51 0.00 6.13 1.66 0.36 78.34 [2021-04-20T19:19:36.831Z] 18:56:01 3 16.13 0.00 6.81 3.27 0.39 73.39 [2021-04-20T19:19:36.831Z] 18:57:01 all 11.24 0.00 9.39 6.53 0.34 72.49 [2021-04-20T19:19:36.831Z] 18:57:01 0 11.77 0.00 10.28 8.90 0.28 68.78 [2021-04-20T19:19:36.831Z] 18:57:01 1 10.99 0.00 8.88 5.61 0.34 74.17 [2021-04-20T19:19:36.831Z] 18:57:01 2 11.32 0.00 8.70 6.31 0.38 73.29 [2021-04-20T19:19:36.831Z] 18:57:01 3 10.87 0.00 9.70 5.32 0.38 73.73 [2021-04-20T19:19:36.831Z] 18:58:01 all 59.25 0.00 13.48 4.77 0.68 21.82 [2021-04-20T19:19:36.831Z] 18:58:01 0 59.58 0.00 13.43 4.09 0.56 22.34 [2021-04-20T19:19:36.831Z] 18:58:01 1 59.59 0.00 13.45 6.40 0.60 19.97 [2021-04-20T19:19:36.831Z] 18:58:01 2 59.07 0.00 13.58 4.48 0.77 22.10 [2021-04-20T19:19:36.831Z] 18:58:01 3 58.77 0.00 13.46 4.09 0.78 22.91 [2021-04-20T19:19:36.831Z] 18:59:02 all 49.94 0.00 14.70 2.13 1.01 32.22 [2021-04-20T19:19:36.831Z] 18:59:02 0 49.14 0.00 15.05 2.06 1.08 32.67 [2021-04-20T19:19:36.831Z] 18:59:02 1 50.05 0.00 14.41 3.16 0.86 31.52 [2021-04-20T19:19:36.831Z] 18:59:02 2 49.76 0.00 15.03 0.87 1.17 33.17 [2021-04-20T19:19:36.831Z] 18:59:02 3 50.82 0.00 14.31 2.45 0.92 31.50 [2021-04-20T19:19:36.831Z] 19:00:01 all 26.42 0.00 12.22 4.37 0.58 56.41 [2021-04-20T19:19:36.831Z] 19:00:01 0 24.40 0.00 12.23 3.25 0.70 59.42 [2021-04-20T19:19:36.831Z] 19:00:01 1 27.47 0.00 12.20 3.92 0.56 55.84 [2021-04-20T19:19:36.831Z] 19:00:01 2 27.10 0.00 11.58 4.41 0.51 56.40 [2021-04-20T19:19:36.831Z] 19:00:01 3 26.71 0.00 12.89 5.91 0.53 53.96 [2021-04-20T19:19:36.831Z] 19:01:01 all 21.88 0.00 30.63 17.65 2.79 27.04 [2021-04-20T19:19:36.831Z] 19:01:01 0 20.38 0.00 27.05 17.18 3.46 31.93 [2021-04-20T19:19:36.831Z] 19:01:01 1 21.75 0.00 32.37 19.38 2.46 24.05 [2021-04-20T19:19:36.831Z] 19:01:01 2 22.09 0.00 31.34 17.73 2.79 26.05 [2021-04-20T19:19:36.831Z] 19:01:01 3 23.35 0.00 31.83 16.31 2.42 26.09 [2021-04-20T19:19:36.831Z] 19:02:02 all 57.00 0.00 20.01 9.75 1.31 11.93 [2021-04-20T19:19:36.831Z] 19:02:02 0 57.50 0.00 17.73 10.37 1.69 12.72 [2021-04-20T19:19:36.831Z] 19:02:02 1 56.27 0.00 20.39 9.88 1.41 12.04 [2021-04-20T19:19:36.831Z] 19:02:02 2 58.00 0.00 20.22 9.33 1.08 11.37 [2021-04-20T19:19:36.831Z] 19:02:02 3 56.21 0.00 21.74 9.42 1.06 11.57 [2021-04-20T19:19:36.831Z] 19:03:01 all 25.36 0.00 21.44 24.74 0.15 28.32 [2021-04-20T19:19:36.831Z] 19:03:01 0 23.94 0.00 20.81 22.51 0.11 32.64 [2021-04-20T19:19:36.831Z] 19:03:01 1 25.89 0.00 21.52 20.60 0.16 31.83 [2021-04-20T19:19:36.831Z] 19:03:01 2 25.77 0.00 21.77 26.22 0.12 26.11 [2021-04-20T19:19:36.831Z] 19:03:01 3 25.84 0.00 21.65 29.67 0.20 22.64 [2021-04-20T19:19:36.831Z] 19:04:02 all 52.49 0.00 22.12 14.50 0.08 10.81 [2021-04-20T19:19:36.831Z] 19:04:02 0 52.08 0.00 22.02 14.27 0.09 11.54 [2021-04-20T19:19:36.831Z] 19:04:02 1 53.58 0.00 21.48 14.67 0.05 10.22 [2021-04-20T19:19:36.831Z] 19:04:02 2 51.85 0.00 22.39 13.06 0.09 12.60 [2021-04-20T19:19:36.831Z] 19:04:02 3 52.45 0.00 22.59 15.99 0.09 8.89 [2021-04-20T19:19:36.831Z] 19:05:01 all 6.24 0.00 3.85 2.99 0.05 86.86 [2021-04-20T19:19:36.831Z] 19:05:01 0 8.90 0.00 4.45 2.90 0.03 83.71 [2021-04-20T19:19:36.831Z] 19:05:01 1 4.81 0.00 3.73 5.07 0.07 86.33 [2021-04-20T19:19:36.831Z] 19:05:01 2 6.83 0.00 4.36 1.80 0.05 86.96 [2021-04-20T19:19:36.831Z] 19:05:01 3 4.43 0.00 2.88 2.20 0.05 90.44 [2021-04-20T19:19:36.831Z] 19:06:01 all 0.11 0.00 0.03 0.00 0.00 99.85 [2021-04-20T19:19:36.831Z] 19:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T19:19:36.831Z] 19:06:01 1 0.35 0.00 0.05 0.00 0.00 99.60 [2021-04-20T19:19:36.831Z] 19:06:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-20T19:19:36.831Z] 19:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z] 19:06:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:19:36.831Z] 19:07:01 all 0.18 0.00 0.10 0.00 0.01 99.70 [2021-04-20T19:19:36.831Z] 19:07:01 0 0.03 0.00 0.13 0.00 0.02 99.82 [2021-04-20T19:19:36.831Z] 19:07:01 1 0.55 0.00 0.08 0.00 0.02 99.35 [2021-04-20T19:19:36.831Z] 19:07:01 2 0.10 0.00 0.10 0.00 0.02 99.78 [2021-04-20T19:19:36.831Z] 19:07:01 3 0.05 0.00 0.08 0.02 0.00 99.85 [2021-04-20T19:19:36.831Z] 19:08:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-04-20T19:19:36.831Z] 19:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] 19:08:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-20T19:19:36.831Z] 19:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] 19:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T19:19:36.831Z] 19:09:01 all 0.17 0.00 0.15 0.00 0.02 99.65 [2021-04-20T19:19:36.831Z] 19:09:01 0 0.03 0.00 0.12 0.00 0.00 99.85 [2021-04-20T19:19:36.831Z] 19:09:01 1 0.53 0.00 0.10 0.00 0.05 99.32 [2021-04-20T19:19:36.831Z] 19:09:01 2 0.08 0.00 0.20 0.00 0.02 99.70 [2021-04-20T19:19:36.831Z] 19:09:01 3 0.05 0.00 0.20 0.00 0.02 99.73 [2021-04-20T19:19:36.831Z] 19:10:01 all 0.15 0.00 0.05 0.03 0.00 99.76 [2021-04-20T19:19:36.831Z] 19:10:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-20T19:19:36.831Z] 19:10:01 1 0.53 0.00 0.05 0.02 0.00 99.40 [2021-04-20T19:19:36.831Z] 19:10:01 2 0.03 0.00 0.08 0.10 0.00 99.78 [2021-04-20T19:19:36.831Z] 19:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:19:36.831Z] 19:11:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-04-20T19:19:36.831Z] 19:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T19:19:36.831Z] 19:11:01 1 0.48 0.00 0.03 0.00 0.00 99.48 [2021-04-20T19:19:36.831Z] 19:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-20T19:19:36.831Z] 19:11:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] 19:12:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-04-20T19:19:36.831Z] 19:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:19:36.831Z] 19:12:01 1 0.48 0.00 0.02 0.00 0.00 99.50 [2021-04-20T19:19:36.831Z] 19:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:19:36.831Z] 19:12:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-20T19:19:36.831Z] 19:13:01 all 0.12 0.00 0.05 0.00 0.00 99.83 [2021-04-20T19:19:36.831Z] 19:13:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-04-20T19:19:36.831Z] 19:13:01 1 0.22 0.00 0.05 0.00 0.00 99.73 [2021-04-20T19:19:36.831Z] 19:13:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2021-04-20T19:19:36.831Z] 19:13:01 3 0.08 0.00 0.07 0.00 0.00 99.85 [2021-04-20T19:19:36.831Z] 19:14:01 all 0.01 0.00 0.03 0.00 0.00 99.95 [2021-04-20T19:19:36.831Z] 19:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-20T19:19:36.831Z] 19:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-20T19:19:36.831Z] 19:14:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] 19:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-04-20T19:19:36.831Z] 19:15:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-04-20T19:19:36.831Z] 19:15:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] 19:15:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] 19:15:01 2 0.05 0.00 0.08 0.00 0.02 99.85 [2021-04-20T19:19:36.831Z] 19:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-20T19:19:36.831Z] 19:16:01 all 0.03 0.00 0.03 0.00 0.00 99.95 [2021-04-20T19:19:36.831Z] 19:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-20T19:19:36.831Z] 19:16:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-20T19:19:36.831Z] 19:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:19:36.831Z] 19:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T19:19:36.831Z] 19:17:01 all 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-20T19:19:36.831Z] 19:17:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-20T19:19:36.831Z] 19:17:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-20T19:19:36.831Z] 19:17:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-20T19:19:36.831Z] 19:17:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z] 19:17:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:19:36.831Z] 19:18:01 all 0.08 0.00 0.06 0.00 0.00 99.86 [2021-04-20T19:19:36.831Z] 19:18:01 0 0.10 0.00 0.08 0.00 0.00 99.82 [2021-04-20T19:19:36.831Z] 19:18:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T19:19:36.831Z] 19:18:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-20T19:19:36.831Z] 19:18:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-04-20T19:19:36.831Z] 19:19:01 all 0.76 0.00 0.45 0.25 0.02 98.53 [2021-04-20T19:19:36.831Z] 19:19:01 0 1.13 0.00 0.68 0.38 0.02 97.78 [2021-04-20T19:19:36.831Z] 19:19:01 1 0.55 0.00 0.30 0.20 0.02 98.93 [2021-04-20T19:19:36.831Z] 19:19:01 2 1.02 0.00 0.53 0.38 0.02 98.05 [2021-04-20T19:19:36.831Z] 19:19:01 3 0.35 0.00 0.27 0.02 0.02 99.35 [2021-04-20T19:19:36.831Z] Average: all 13.14 0.00 6.30 3.62 0.30 76.64 [2021-04-20T19:19:36.831Z] Average: 0 13.06 0.00 6.21 3.51 0.34 76.89 [2021-04-20T19:19:36.831Z] Average: 1 13.17 0.00 6.31 3.70 0.28 76.54 [2021-04-20T19:19:36.831Z] Average: 2 13.20 0.00 6.31 3.47 0.30 76.73 [2021-04-20T19:19:36.831Z] Average: 3 13.14 0.00 6.38 3.80 0.27 76.41 [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z] [2021-04-20T19:19:36.831Z]