Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 004a490566fdcd1518f4e6d8dbc6f7b342429327+5e8f0209b56f3309f9665c980cdfd66463b0e44b (e5b93ffdd0bb29c4219dd6b3664a7d8086aad086) 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-33789 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/66 [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/66 # 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 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 Merge succeeded, producing 0e6944ca6bdff50903702300dc93f7782ac8aabe Checking out Revision 0e6944ca6bdff50903702300dc93f7782ac8aabe (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 004a490566fdcd1518f4e6d8dbc6f7b342429327 # 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 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e6944ca6bdff50903702300dc93f7782ac8aabe # timeout=10 Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" > git rev-list --no-walk 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T00:31:09.414Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T00:31:09.636Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T00:31:09.728Z] ========================================================= [2021-04-13T00:31:09.728Z] EdgeX Global Pipelines Version Info [2021-04-13T00:31:09.728Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:31:11.221Z] ------------------- [2021-04-13T00:31:11.222Z] stable info: [2021-04-13T00:31:11.222Z] ------------------- [2021-04-13T00:31:11.222Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T00:31:11.222Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T00:31:11.222Z] Message: update stable to v1.0.186 [2021-04-13T00:31:12.177Z] ------------------- [2021-04-13T00:31:12.177Z] experimental info: [2021-04-13T00:31:12.177Z] ------------------- [2021-04-13T00:31:12.177Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T00:31:12.177Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T00:31:12.177Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T00:31:12.463Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-13T00:31:12.546Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-13T00:31:12.645Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T00:31:12.751Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T00:31:12.867Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T00:31:12.961Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T00:31:13.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T00:31:13.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-13T00:31:13.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-13T00:31:13.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-13T00:31:13.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T00:31:13.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T00:31:13.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T00:31:13.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T00:31:13.791Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T00:31:13.872Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T00:31:13.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T00:31:14.091Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T00:31:14.186Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-13T00:31:14.326Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-13T00:31:14.413Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-13T00:31:14.516Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T00:31:14.613Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-13T00:31:14.709Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-13T00:31:14.788Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-13T00:31:14.895Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e6944ca6bdff50903702300dc93f7782ac8aabe [Pipeline] echo [2021-04-13T00:31:14.978Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e6944c [Pipeline] echo [2021-04-13T00:31:15.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T00:31:15.224Z] provisioning config files... [2021-04-13T00:31:15.255Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/66@tmp/config7320179095565318911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:31:15.617Z] ---> docker-login.sh [2021-04-13T00:31:15.617Z] nexus3.edgexfoundry.org:10001 [2021-04-13T00:31:15.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:31:16.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:31:16.141Z] Configure a credential helper to remove this warning. See [2021-04-13T00:31:16.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:31:16.141Z] [2021-04-13T00:31:16.141Z] Login Succeeded [2021-04-13T00:31:16.141Z] nexus3.edgexfoundry.org:10002 [2021-04-13T00:31:16.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:31:16.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:31:16.141Z] Configure a credential helper to remove this warning. See [2021-04-13T00:31:16.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:31:16.141Z] [2021-04-13T00:31:16.141Z] Login Succeeded [2021-04-13T00:31:16.141Z] nexus3.edgexfoundry.org:10003 [2021-04-13T00:31:16.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:31:16.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:31:16.404Z] Configure a credential helper to remove this warning. See [2021-04-13T00:31:16.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:31:16.404Z] [2021-04-13T00:31:16.404Z] Login Succeeded [2021-04-13T00:31:16.404Z] nexus3.edgexfoundry.org:10004 [2021-04-13T00:31:16.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:31:16.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:31:16.667Z] Configure a credential helper to remove this warning. See [2021-04-13T00:31:16.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:31:16.667Z] [2021-04-13T00:31:16.667Z] Login Succeeded [2021-04-13T00:31:16.667Z] docker.io [2021-04-13T00:31:16.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:31:16.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:31:16.928Z] Configure a credential helper to remove this warning. See [2021-04-13T00:31:16.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:31:16.928Z] [2021-04-13T00:31:16.928Z] Login Succeeded [2021-04-13T00:31:16.928Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T00:31:16.938Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T00:31:17.382Z] ++ 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-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/core-command/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/core-data/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.382Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-13T00:31:17.382Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:31:17.382Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-13T00:31:17.382Z] ++ cut -d/ -f2 [2021-04-13T00:31:17.383Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-13T00:31:17.454Z] 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-13T00:31:18.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T00:31:18.271Z] [2021-04-13T00:31:18.271Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:31:18.623Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T00:31:18.623Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T00:31:18.623Z] 31603596830f: Pulling fs layer [2021-04-13T00:31:18.623Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T00:31:18.623Z] 6ca5941a6612: Pulling fs layer [2021-04-13T00:31:18.623Z] ecc8261a40a4: Pulling fs layer [2021-04-13T00:31:18.623Z] ecc8261a40a4: Waiting [2021-04-13T00:31:18.623Z] 2a8b12db71e7: Download complete [2021-04-13T00:31:18.623Z] 31603596830f: Verifying Checksum [2021-04-13T00:31:18.623Z] 31603596830f: Download complete [2021-04-13T00:31:18.889Z] ecc8261a40a4: Verifying Checksum [2021-04-13T00:31:18.889Z] ecc8261a40a4: Download complete [2021-04-13T00:31:18.889Z] 6ca5941a6612: Verifying Checksum [2021-04-13T00:31:18.889Z] 6ca5941a6612: Download complete [2021-04-13T00:31:19.152Z] 31603596830f: Pull complete [2021-04-13T00:31:19.416Z] 2a8b12db71e7: Pull complete [2021-04-13T00:31:19.989Z] 6ca5941a6612: Pull complete [2021-04-13T00:31:20.564Z] ecc8261a40a4: Pull complete [2021-04-13T00:31:20.564Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T00:31:20.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T00:31:20.564Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T00:31:20.677Z] prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container [2021-04-13T00:31:20.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-13T00:31:23.573Z] $ docker top 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T00:31:23.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T00:31:23.975Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T00:31:24.211Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T00:31:24.217Z] $ docker exec 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent [2021-04-13T00:31:24.401Z] SSH_AUTH_SOCK=/tmp/ssh-fWy9HcwZCAjW/agent.11 [2021-04-13T00:31:24.401Z] SSH_AGENT_PID=17 [2021-04-13T00:31:24.414Z] Running ssh-add (command line suppressed) [2021-04-13T00:31:24.545Z] Identity added: /w/workspace/edgex-go/66@tmp/private_key_6401070265271148490.key (/w/workspace/edgex-go/66@tmp/private_key_6401070265271148490.key) [2021-04-13T00:31:24.597Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T00:31:24.950Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T00:31:24.974Z] $ docker exec --env ******** --env ******** 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent -k [2021-04-13T00:31:25.102Z] unset SSH_AUTH_SOCK; [2021-04-13T00:31:25.105Z] unset SSH_AGENT_PID; [2021-04-13T00:31:25.105Z] echo Agent pid 17 killed; [2021-04-13T00:31:25.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T00:31:25.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T00:31:25.363Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T00:31:25.561Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T00:31:25.573Z] $ docker exec 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent [2021-04-13T00:31:25.753Z] SSH_AUTH_SOCK=/tmp/ssh-uSGbmrPjaWvF/agent.46 [2021-04-13T00:31:25.753Z] SSH_AGENT_PID=52 [2021-04-13T00:31:25.762Z] Running ssh-add (command line suppressed) [2021-04-13T00:31:25.889Z] Identity added: /w/workspace/edgex-go/66@tmp/private_key_809874938267800685.key (/w/workspace/edgex-go/66@tmp/private_key_809874938267800685.key) [2021-04-13T00:31:25.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T00:31:26.299Z] + git semver init [2021-04-13T00:31:26.299Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T00:31:26.299Z] # $GIT_DIR = /w/workspace/edgex-go/66/.git [2021-04-13T00:31:26.299Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/66 [2021-04-13T00:31:26.299Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T00:31:26.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T00:31:26.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T00:31:26.299Z] # $SEMVER_BRANCH = PR-3234 [2021-04-13T00:31:26.299Z] # $SEMVER_TEMP = /tmp/semver-441062239 [2021-04-13T00:31:26.299Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-13T00:31:48.309Z] # '/tmp/semver-441062239' -> '/w/workspace/edgex-go/66/.semver' [2021-04-13T00:31:49.716Z] # -> Force: false [2021-04-13T00:31:49.716Z] # $SEMVER_DIR = /w/workspace/edgex-go/66/.semver [Pipeline] } [2021-04-13T00:31:49.738Z] $ docker exec --env ******** --env ******** 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent -k [2021-04-13T00:31:50.032Z] unset SSH_AUTH_SOCK; [2021-04-13T00:31:50.033Z] unset SSH_AGENT_PID; [2021-04-13T00:31:50.033Z] echo Agent pid 52 killed; [2021-04-13T00:31:50.146Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T00:31:50.607Z] + git semver [Pipeline] } [2021-04-13T00:31:50.634Z] $ docker stop --time=1 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 [2021-04-13T00:31:52.345Z] $ docker rm -f 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T00:31:52.928Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T00:31:53.493Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T00:31:53.496Z] [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-13T00:31:54.495Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:31:54.801Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:31:55.108Z] + sudo service docker restart [2021-04-13T00:31:55.108Z] + true [2021-04-13T00:31:55.108Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-13T00:31:55.702Z] ========================================================= [2021-04-13T00:31:55.702Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T00:31:55.702Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:31:56.067Z] + 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-13T00:32:00.336Z] Sending build context to Docker daemon 329.4MB [2021-04-13T00:32:00.336Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T00:32:00.336Z] Step 2/6 : FROM ${BASE} [2021-04-13T00:32:00.336Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T00:32:00.336Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T00:32:00.336Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T00:32:00.336Z] de9db76c5a1d: Pulling fs layer [2021-04-13T00:32:00.336Z] bca2f99d35d6: Pulling fs layer [2021-04-13T00:32:00.336Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T00:32:00.336Z] 7c6f9722023f: Pulling fs layer [2021-04-13T00:32:00.336Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T00:32:00.336Z] a35cf1a2eb13: Waiting [2021-04-13T00:32:00.336Z] 93359f2a8cfa: Waiting [2021-04-13T00:32:00.336Z] 7c6f9722023f: Waiting [2021-04-13T00:32:00.336Z] bca2f99d35d6: Waiting [2021-04-13T00:32:00.336Z] de9db76c5a1d: Download complete [2021-04-13T00:32:00.336Z] 0ef7d3d256c8: Download complete [2021-04-13T00:32:00.336Z] 93359f2a8cfa: Verifying Checksum [2021-04-13T00:32:00.336Z] 93359f2a8cfa: Download complete [2021-04-13T00:32:00.336Z] 7c6f9722023f: Verifying Checksum [2021-04-13T00:32:00.336Z] 7c6f9722023f: Download complete [2021-04-13T00:32:00.336Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T00:32:00.336Z] 188c0c94c7c5: Download complete [2021-04-13T00:32:00.604Z] 188c0c94c7c5: Pull complete [2021-04-13T00:32:00.875Z] 0ef7d3d256c8: Pull complete [2021-04-13T00:32:00.875Z] de9db76c5a1d: Pull complete [2021-04-13T00:32:02.300Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T00:32:02.300Z] a35cf1a2eb13: Download complete [2021-04-13T00:32:03.742Z] bca2f99d35d6: Verifying Checksum [2021-04-13T00:32:03.742Z] bca2f99d35d6: Download complete [2021-04-13T00:32:08.914Z] Still waiting to schedule task [2021-04-13T00:32:08.915Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-13T00:32:09.114Z] bca2f99d35d6: Pull complete [2021-04-13T00:32:09.114Z] 93359f2a8cfa: Pull complete [2021-04-13T00:32:09.114Z] 7c6f9722023f: Pull complete [2021-04-13T00:32:13.376Z] a35cf1a2eb13: Pull complete [2021-04-13T00:32:13.376Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T00:32:13.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T00:32:13.376Z] ---> a62c8e92a672 [2021-04-13T00:32:13.376Z] 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-13T00:32:13.642Z] ---> Running in 19b3d0dfcbbb [2021-04-13T00:32:14.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:32:14.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:32:15.378Z] (1/12) Installing libmagic (5.38-r0) [2021-04-13T00:32:15.954Z] (2/12) Installing file (5.38-r0) [2021-04-13T00:32:15.955Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-13T00:32:16.217Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-13T00:32:21.522Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-13T00:32:21.522Z] (6/12) Installing patch (2.7.6-r6) [2021-04-13T00:32:21.522Z] (7/12) Installing build-base (0.5-r2) [2021-04-13T00:32:21.522Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-13T00:32:21.522Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-13T00:32:21.522Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-13T00:32:21.522Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-13T00:32:21.522Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-13T00:32:21.522Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:32:21.522Z] OK: 233 MiB in 51 packages [2021-04-13T00:32:25.756Z] Removing intermediate container 19b3d0dfcbbb [2021-04-13T00:32:25.756Z] ---> e830383a3372 [2021-04-13T00:32:25.756Z] Step 4/6 : WORKDIR /edgex-go [2021-04-13T00:32:25.756Z] ---> Running in 9efcc4711dd6 [2021-04-13T00:32:25.756Z] Removing intermediate container 9efcc4711dd6 [2021-04-13T00:32:25.756Z] ---> 14715c488fcd [2021-04-13T00:32:25.756Z] Step 5/6 : COPY go.mod . [2021-04-13T00:32:26.022Z] ---> 9c715352c921 [2021-04-13T00:32:26.022Z] Step 6/6 : RUN go mod download [2021-04-13T00:32:26.022Z] ---> Running in bf23b6748a67 [2021-04-13T00:32:48.040Z] Removing intermediate container bf23b6748a67 [2021-04-13T00:32:48.041Z] ---> 87798cf16dfd [2021-04-13T00:32:48.041Z] Successfully built 87798cf16dfd [2021-04-13T00:32:48.041Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:32:48.366Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T00:32:48.366Z] . [Pipeline] withDockerContainer [2021-04-13T00:32:48.482Z] prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container [2021-04-13T00:32:48.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-13T00:32:49.538Z] $ docker top e392387de0a931bd829510d8915dfc2142b823020cfcab6eb7d5a5fef060b0c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:32:50.090Z] + go version [2021-04-13T00:32:50.090Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-13T00:32:50.109Z] $ docker stop --time=1 e392387de0a931bd829510d8915dfc2142b823020cfcab6eb7d5a5fef060b0c8 [2021-04-13T00:32:51.547Z] $ docker rm -f e392387de0a931bd829510d8915dfc2142b823020cfcab6eb7d5a5fef060b0c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:32:52.338Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T00:32:52.338Z] . [Pipeline] withDockerContainer [2021-04-13T00:32:52.445Z] prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container [2021-04-13T00:32:52.497Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-13T00:32:53.207Z] $ docker top 0b11b93b8036a11d33c28608e28c810274c3ba77d6c8c3563c6b6d138c2e35df -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T00:32:53.432Z] ========================================================= [2021-04-13T00:32:53.432Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-13T00:32:53.432Z] ========================================================= [Pipeline] sh [2021-04-13T00:32:53.728Z] + make test [2021-04-13T00:32:53.729Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T00:33:03.808Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-13T00:33:18.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-13T00:33:27.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-13T00:33:27.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-13T00:33:27.540Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-13T00:33:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-13T00:33:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-13T00:33:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-13T00:33:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-13T00:33:30.465Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-13T00:33:30.739Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-13T00:33:34.115Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-13T00:33:34.115Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-13T00:33:34.115Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-13T00:33:35.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 45.9% of statements [2021-04-13T00:33:35.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-13T00:33:35.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-13T00:33:35.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-13T00:33:35.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-13T00:33:35.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-13T00:33:35.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-13T00:33:35.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements [2021-04-13T00:33:35.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements [2021-04-13T00:33:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements [2021-04-13T00:33:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-13T00:33:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-13T00:33:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-13T00:33:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-13T00:33:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-13T00:33:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-13T00:33:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-04-13T00:33:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-13T00:33:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.102s coverage: 100.0% of statements [2021-04-13T00:33:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-13T00:33:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-13T00:33:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements [2021-04-13T00:33:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-13T00:33:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-13T00:33:40.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.243s coverage: 82.9% of statements [2021-04-13T00:33:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-13T00:33:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:33:40.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-04-13T00:33:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-13T00:33:42.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-13T00:33:42.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-13T00:33:42.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-13T00:33:42.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements [2021-04-13T00:33:42.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-13T00:33:42.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2021-04-13T00:33:42.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-13T00:33:43.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-04-13T00:33:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-13T00:33:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-13T00:33:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-13T00:33:43.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-13T00:33:45.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 92.8% of statements [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-13T00:33:45.613Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-13T00:33:45.613Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 1.0% of statements [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-13T00:33:45.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-13T00:33:45.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2021-04-13T00:33:45.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements [2021-04-13T00:33:45.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-04-13T00:33:45.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-04-13T00:33:45.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-04-13T00:33:58.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-04-13T00:33:58.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-13T00:34:00.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.236s coverage: 81.9% of statements [2021-04-13T00:34:00.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-13T00:34:08.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-13T00:34:08.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-13T00:34:08.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-13T00:34:08.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-13T00:34:08.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.050s coverage: 11.0% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-13T00:34:08.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 87.1% of statements [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:34:08.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-13T00:34:09.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.825s coverage: 29.1% of statements [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-13T00:34:09.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-13T00:34:09.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-13T00:34:09.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-13T00:34:09.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.107s coverage: 95.6% of statements [2021-04-13T00:34:09.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-13T00:34:09.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:34:09.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-13T00:34:09.835Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-13T00:34:09.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-13T00:34:10.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-04-13T00:34:10.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-13T00:34:10.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-13T00:34:10.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-13T00:34:10.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-13T00:34:10.387Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-04-13T00:34:10.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-13T00:34:10.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-13T00:34:10.387Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-04-13T00:34:10.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements [2021-04-13T00:34:10.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-13T00:34:11.546Z] GO111MODULE=on go vet ./... [2021-04-13T00:34:38.338Z] gofmt -l . [2021-04-13T00:34:39.298Z] [ "`gofmt -l .`" = "" ] [2021-04-13T00:34:39.879Z] ./bin/test-go-mod-tidy.sh [2021-04-13T00:34:40.459Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-13T00:34:41.347Z] + ls -al . [2021-04-13T00:34:41.347Z] total 796 [2021-04-13T00:34:41.347Z] drwxrwxr-x 10 1001 1001 4096 Apr 13 00:34 . [2021-04-13T00:34:41.347Z] drwxr-xr-x 4 root root 30 Apr 13 00:32 .. [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 00:31 .dockerignore [2021-04-13T00:34:41.347Z] drwxrwxr-x 8 1001 1001 179 Apr 13 00:31 .git [2021-04-13T00:34:41.347Z] drwxrwxr-x 3 1001 1001 125 Apr 13 00:31 .github [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 818 Apr 13 00:31 .gitignore [2021-04-13T00:34:41.347Z] drwx------ 3 1001 1001 60 Apr 13 00:31 .semver [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 00:31 .sonarcloud.properties [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 8607 Apr 13 00:31 Attribution.txt [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 00:31 CONTRIBUTING.md [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 931 Apr 13 00:31 Dockerfile.build [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 863 Apr 13 00:31 Jenkinsfile [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 00:31 LICENSE [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 5774 Apr 13 00:31 Makefile [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 6548 Apr 13 00:31 README.md [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 6755 Apr 13 00:31 SECURITY.md [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 00:31 VERSION [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 00:31 ZMQWindows.md [2021-04-13T00:34:41.347Z] drwxrwxr-x 2 1001 1001 117 Apr 13 00:31 bin [2021-04-13T00:34:41.347Z] drwxrwxr-x 14 1001 1001 4096 Apr 13 00:31 cmd [2021-04-13T00:34:41.347Z] -rw-r--r-- 1 root root 684356 Apr 13 00:34 coverage.out [2021-04-13T00:34:41.347Z] -rw-r--r-- 1 root root 1057 Apr 13 00:34 go.mod [2021-04-13T00:34:41.347Z] -rw-r--r-- 1 root root 21913 Apr 13 00:34 go.sum [2021-04-13T00:34:41.347Z] drwxrwxr-x 8 1001 1001 127 Apr 13 00:31 internal [2021-04-13T00:34:41.347Z] drwxrwxr-x 4 1001 1001 26 Apr 13 00:31 openapi [2021-04-13T00:34:41.347Z] drwxrwxr-x 4 1001 1001 71 Apr 13 00:31 snap [2021-04-13T00:34:41.347Z] -rw-rw-r-- 1 1001 1001 168 Apr 13 00:31 version.go [Pipeline] sh [2021-04-13T00:34:41.654Z] + '[' -e coverage.out ] [2021-04-13T00:34:41.654Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-13T00:34:41.877Z] Stashed 1 file(s) [Pipeline] sh [2021-04-13T00:34:42.176Z] + make build [2021-04-13T00:34:42.176Z] 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-13T00:34:47.505Z] 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-13T00:34:55.719Z] 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-13T00:34:57.142Z] 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-13T00:34:58.549Z] 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-13T00:34:59.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-13T00:35:01.063Z] 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-13T00:35:02.461Z] 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-13T00:35:03.857Z] 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-13T00:35:05.259Z] 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-13T00:35:06.674Z] 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-13T00:35:07.648Z] 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-13T00:35:10.227Z] $ docker stop --time=1 0b11b93b8036a11d33c28608e28c810274c3ba77d6c8c3563c6b6d138c2e35df [2021-04-13T00:35:11.995Z] $ docker rm -f 0b11b93b8036a11d33c28608e28c810274c3ba77d6c8c3563c6b6d138c2e35df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:35:13.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:35:13.973Z] [2021-04-13T00:35:13.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:35:14.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:35:14.327Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-13T00:35:14.327Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-13T00:35:14.327Z] ca9280d653b3: Pulling fs layer [2021-04-13T00:35:14.327Z] 7e9c9ca2126c: Pulling fs layer [2021-04-13T00:35:14.591Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-13T00:35:14.591Z] cbdbe7a5bc2a: Download complete [2021-04-13T00:35:14.861Z] cbdbe7a5bc2a: Pull complete [2021-04-13T00:35:15.129Z] ca9280d653b3: Verifying Checksum [2021-04-13T00:35:15.129Z] ca9280d653b3: Download complete [2021-04-13T00:35:16.082Z] 7e9c9ca2126c: Verifying Checksum [2021-04-13T00:35:16.082Z] 7e9c9ca2126c: Download complete [2021-04-13T00:35:16.082Z] ca9280d653b3: Pull complete [2021-04-13T00:35:22.628Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33791 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-13T00:35:22.684Z] Running in /w/workspace/edgex-go/66 [Pipeline] { [2021-04-13T00:35:22.733Z] 7e9c9ca2126c: Pull complete [2021-04-13T00:35:22.733Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-13T00:35:22.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:35:22.733Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] checkout [Pipeline] withDockerContainer [2021-04-13T00:35:22.945Z] prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container [2021-04-13T00:35:22.991Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-13T00:35:26.310Z] $ docker top 931e04afc60fc88443e9eae070ff5a4b9e6366c3c970a0c0239b9378e6798901 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:35:26.937Z] + docker-compose build --help [2021-04-13T00:35:26.937Z] + grep parallel [2021-04-13T00:35:27.699Z] using credential edgex-jenkins-ssh [2021-04-13T00:35:27.751Z] Cloning the remote Git repository [2021-04-13T00:35:27.902Z] --parallel Build images in parallel. [Pipeline] } [2021-04-13T00:35:27.920Z] $ docker stop --time=1 931e04afc60fc88443e9eae070ff5a4b9e6366c3c970a0c0239b9378e6798901 [2021-04-13T00:35:27.817Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:35:27.938Z] > git init /w/workspace/edgex-go/66 # timeout=10 [2021-04-13T00:35:28.043Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:35:28.044Z] > git --version # timeout=10 [2021-04-13T00:35:28.066Z] > git --version # 'git version 2.17.1' [2021-04-13T00:35:28.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:35:28.148Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:35:29.282Z] $ docker rm -f 931e04afc60fc88443e9eae070ff5a4b9e6366c3c970a0c0239b9378e6798901 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:35:29.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:35:29.865Z] . [Pipeline] withDockerContainer [2021-04-13T00:35:29.967Z] prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container [2021-04-13T00:35:30.015Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-13T00:35:30.718Z] $ docker top 1e77ebc70fa12452eb988dd5b960cf6deb463d573351632b835190503d10ca6b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:35:31.227Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-13T00:35:32.176Z] Building docker-core-command-go ... [2021-04-13T00:35:32.176Z] Building docker-core-data-go ... [2021-04-13T00:35:32.176Z] Building docker-core-metadata-go ... [2021-04-13T00:35:32.176Z] Building docker-security-bootstrapper-go ... [2021-04-13T00:35:32.176Z] Building docker-security-proxy-setup-go ... [2021-04-13T00:35:32.176Z] Building docker-security-secretstore-setup-go ... [2021-04-13T00:35:32.176Z] Building docker-support-notifications-go ... [2021-04-13T00:35:32.176Z] Building docker-support-scheduler-go ... [2021-04-13T00:35:32.176Z] Building docker-sys-mgmt-agent-go ... [2021-04-13T00:35:32.176Z] Building docker-security-bootstrapper-go [2021-04-13T00:35:32.176Z] Building docker-core-metadata-go [2021-04-13T00:35:32.176Z] Building docker-core-command-go [2021-04-13T00:35:32.176Z] Building docker-sys-mgmt-agent-go [2021-04-13T00:35:32.176Z] Building docker-security-secretstore-setup-go [2021-04-13T00:35:44.161Z] Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-13T00:35:44.977Z] Merge succeeded, producing 2a27726550bb56ccc5c4d57b095145e6fd123415 [2021-04-13T00:35:44.977Z] Checking out Revision 2a27726550bb56ccc5c4d57b095145e6fd123415 (PR-3234) [2021-04-13T00:35:43.400Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:35:43.419Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:35:43.447Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:35:43.493Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:35:43.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:35:43.504Z] > 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-13T00:35:44.184Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:35:44.206Z] > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [2021-04-13T00:35:44.526Z] > git remote # timeout=10 [2021-04-13T00:35:44.547Z] > git config --get remote.origin.url # timeout=10 [2021-04-13T00:35:44.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:35:44.574Z] > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 [2021-04-13T00:35:44.964Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-13T00:35:44.987Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:35:45.008Z] > git checkout -f 2a27726550bb56ccc5c4d57b095145e6fd123415 # timeout=10 [2021-04-13T00:35:49.660Z] Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" [2021-04-13T00:35:49.672Z] > git rev-list --no-walk 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T00:35:51.247Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:35:51.663Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:35:52.013Z] + + sudotrue service [2021-04-13T00:35:52.013Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T00:35:54.714Z] provisioning config files... [2021-04-13T00:35:54.756Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/66@tmp/config3573971048081981538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:35:55.170Z] ---> docker-login.sh [2021-04-13T00:35:55.170Z] nexus3.edgexfoundry.org:10001 [2021-04-13T00:35:56.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:35:56.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:35:56.432Z] Configure a credential helper to remove this warning. See [2021-04-13T00:35:56.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:35:56.432Z] [2021-04-13T00:35:56.432Z] Login Succeeded [2021-04-13T00:35:56.432Z] nexus3.edgexfoundry.org:10002 [2021-04-13T00:35:56.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:35:56.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:35:56.990Z] Configure a credential helper to remove this warning. See [2021-04-13T00:35:56.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:35:56.990Z] [2021-04-13T00:35:56.990Z] Login Succeeded [2021-04-13T00:35:56.990Z] nexus3.edgexfoundry.org:10003 [2021-04-13T00:35:57.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:35:57.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:35:57.541Z] Configure a credential helper to remove this warning. See [2021-04-13T00:35:57.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:35:57.541Z] [2021-04-13T00:35:57.541Z] Login Succeeded [2021-04-13T00:35:57.541Z] nexus3.edgexfoundry.org:10004 [2021-04-13T00:35:58.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:35:58.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:35:58.142Z] Configure a credential helper to remove this warning. See [2021-04-13T00:35:58.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:35:58.142Z] [2021-04-13T00:35:58.142Z] Login Succeeded [2021-04-13T00:35:58.142Z] docker.io [2021-04-13T00:35:58.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:35:59.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:35:59.021Z] Configure a credential helper to remove this warning. See [2021-04-13T00:35:59.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:35:59.021Z] [2021-04-13T00:35:59.021Z] Login Succeeded [2021-04-13T00:35:59.021Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T00:35:59.041Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T00:35:59.528Z] ========================================================= [2021-04-13T00:35:59.528Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-13T00:35:59.528Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:35:59.914Z] + 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-13T00:36:02.574Z] Sending build context to Docker daemon 167.2MB [2021-04-13T00:36:02.574Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T00:36:02.574Z] Step 2/6 : FROM ${BASE} [2021-04-13T00:36:02.574Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-13T00:36:02.574Z] 5f621e34cdf4: Pulling fs layer [2021-04-13T00:36:02.574Z] a4357932f1b6: Pulling fs layer [2021-04-13T00:36:02.574Z] 18c013af1878: Pulling fs layer [2021-04-13T00:36:02.574Z] 00ac8860ef70: Pulling fs layer [2021-04-13T00:36:02.574Z] 63d7cb157983: Pulling fs layer [2021-04-13T00:36:02.574Z] b116817d02f9: Pulling fs layer [2021-04-13T00:36:02.574Z] 745a02a5169b: Pulling fs layer [2021-04-13T00:36:02.574Z] 00ac8860ef70: Waiting [2021-04-13T00:36:02.574Z] 63d7cb157983: Waiting [2021-04-13T00:36:02.574Z] b116817d02f9: Waiting [2021-04-13T00:36:02.574Z] 745a02a5169b: Waiting [2021-04-13T00:36:02.574Z] 18c013af1878: Verifying Checksum [2021-04-13T00:36:02.574Z] 18c013af1878: Download complete [2021-04-13T00:36:02.574Z] a4357932f1b6: Verifying Checksum [2021-04-13T00:36:02.574Z] a4357932f1b6: Download complete [2021-04-13T00:36:02.574Z] 63d7cb157983: Verifying Checksum [2021-04-13T00:36:02.574Z] 63d7cb157983: Download complete [2021-04-13T00:36:02.574Z] b116817d02f9: Verifying Checksum [2021-04-13T00:36:02.574Z] b116817d02f9: Download complete [2021-04-13T00:36:02.854Z] 5f621e34cdf4: Verifying Checksum [2021-04-13T00:36:02.854Z] 5f621e34cdf4: Download complete [2021-04-13T00:36:03.843Z] 5f621e34cdf4: Pull complete [2021-04-13T00:36:04.120Z] a4357932f1b6: Pull complete [2021-04-13T00:36:04.720Z] 18c013af1878: Pull complete [2021-04-13T00:36:05.324Z] 745a02a5169b: Verifying Checksum [2021-04-13T00:36:05.324Z] 745a02a5169b: Download complete [2021-04-13T00:36:06.751Z] 00ac8860ef70: Verifying Checksum [2021-04-13T00:36:06.751Z] 00ac8860ef70: Download complete [2021-04-13T00:36:11.084Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:36:11.084Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:36:11.084Z] ---> 87798cf16dfd [2021-04-13T00:36:11.084Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:36:11.084Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:36:11.084Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:36:11.084Z] ---> 87798cf16dfd [2021-04-13T00:36:11.084Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:36:11.084Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:36:11.084Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:36:11.084Z] ---> 87798cf16dfd [2021-04-13T00:36:11.084Z] Step 3/24 : WORKDIR /edgex-go [2021-04-13T00:36:11.084Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:36:11.084Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:36:11.084Z] ---> 87798cf16dfd [2021-04-13T00:36:11.084Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:36:11.084Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:36:11.084Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:36:11.084Z] ---> 87798cf16dfd [2021-04-13T00:36:11.084Z] Step 3/31 : WORKDIR /edgex-go [2021-04-13T00:36:11.084Z] ---> Running in c45f69acb140 [2021-04-13T00:36:11.084Z] ---> Running in 9ebd8f1a6695 [2021-04-13T00:36:11.084Z] ---> Running in 6403e5831e6d [2021-04-13T00:36:11.084Z] ---> Running in 938c9849aa46 [2021-04-13T00:36:11.084Z] ---> Running in c435d30827bf [2021-04-13T00:36:11.084Z] Removing intermediate container c45f69acb140 [2021-04-13T00:36:11.084Z] ---> 278906abb835 [2021-04-13T00:36:11.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:36:11.084Z] Removing intermediate container c435d30827bf [2021-04-13T00:36:11.084Z] ---> 29a64085c149 [2021-04-13T00:36:11.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:36:11.084Z] Removing intermediate container 938c9849aa46 [2021-04-13T00:36:11.084Z] ---> 9387b5a69cf5 [2021-04-13T00:36:11.084Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:36:11.084Z] Removing intermediate container 6403e5831e6d [2021-04-13T00:36:11.084Z] ---> 1b5bec9a2510 [2021-04-13T00:36:11.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:36:11.084Z] Removing intermediate container 9ebd8f1a6695 [2021-04-13T00:36:11.084Z] ---> 51c454f03162 [2021-04-13T00:36:11.084Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:36:11.084Z] ---> Running in 94ab616ca1cf [2021-04-13T00:36:11.084Z] ---> Running in 3199fa096ded [2021-04-13T00:36:11.084Z] ---> Running in 84270db92ec5 [2021-04-13T00:36:11.084Z] ---> Running in 57a26151cd62 [2021-04-13T00:36:11.084Z] ---> Running in b42a0fd2f36a [2021-04-13T00:36:11.084Z] Removing intermediate container 94ab616ca1cf [2021-04-13T00:36:11.084Z] ---> 693b87acf006 [2021-04-13T00:36:11.084Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:36:11.084Z] Removing intermediate container 84270db92ec5 [2021-04-13T00:36:11.084Z] ---> 2c9c89059b3c [2021-04-13T00:36:11.084Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-13T00:36:11.084Z] ---> Running in 40b2da6b4213 [2021-04-13T00:36:11.084Z] ---> Running in e7c363b59fda [2021-04-13T00:36:11.084Z] Removing intermediate container 3199fa096ded [2021-04-13T00:36:11.084Z] ---> 6ad19fdf76d2 [2021-04-13T00:36:11.084Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:36:11.349Z] ---> Running in 9eb1a7395064 [2021-04-13T00:36:11.349Z] Removing intermediate container b42a0fd2f36a [2021-04-13T00:36:11.349Z] ---> 6189ab3668a2 [2021-04-13T00:36:11.349Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-13T00:36:11.614Z] Removing intermediate container 57a26151cd62 [2021-04-13T00:36:11.614Z] ---> bbd07fafc2b0 [2021-04-13T00:36:11.614Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-13T00:36:11.614Z] ---> Running in eb3cb478c54a [2021-04-13T00:36:11.880Z] ---> Running in 1f530b01c0db [2021-04-13T00:36:12.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:12.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:12.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:12.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:12.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:13.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:13.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:13.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:13.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:13.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:36:13.579Z] OK: 233 MiB in 51 packages [2021-04-13T00:36:13.847Z] OK: 233 MiB in 51 packages [2021-04-13T00:36:13.847Z] OK: 233 MiB in 51 packages [2021-04-13T00:36:13.847Z] OK: 233 MiB in 51 packages [2021-04-13T00:36:13.847Z] OK: 233 MiB in 51 packages [2021-04-13T00:36:14.433Z] Removing intermediate container 40b2da6b4213 [2021-04-13T00:36:14.433Z] ---> d9a5d423519c [2021-04-13T00:36:14.433Z] Step 6/23 : COPY go.mod . [2021-04-13T00:36:14.699Z] Removing intermediate container 1f530b01c0db [2021-04-13T00:36:14.699Z] ---> ab727a0943d8 [2021-04-13T00:36:14.699Z] Step 6/23 : COPY go.mod . [2021-04-13T00:36:14.979Z] ---> 457920f95c03 [2021-04-13T00:36:14.979Z] Step 7/23 : RUN go mod download [2021-04-13T00:36:14.979Z] Removing intermediate container 9eb1a7395064 [2021-04-13T00:36:14.979Z] ---> df74fa4a0b88 [2021-04-13T00:36:14.979Z] Step 6/23 : COPY go.mod . [2021-04-13T00:36:14.979Z] Removing intermediate container e7c363b59fda [2021-04-13T00:36:14.979Z] ---> 5d786554c6ef [2021-04-13T00:36:14.979Z] Step 6/31 : COPY go.mod . [2021-04-13T00:36:14.979Z] ---> Running in 2371c07925bc [2021-04-13T00:36:15.252Z] Removing intermediate container eb3cb478c54a [2021-04-13T00:36:15.252Z] ---> 7482ef48afef [2021-04-13T00:36:15.252Z] Step 6/24 : COPY go.mod . [2021-04-13T00:36:15.252Z] ---> ac822ebe7fb8 [2021-04-13T00:36:15.252Z] Step 7/23 : RUN go mod download [2021-04-13T00:36:15.520Z] ---> f5bd64b5d085 [2021-04-13T00:36:15.520Z] Step 7/23 : RUN go mod download [2021-04-13T00:36:15.520Z] ---> Running in c117fd72ca90 [2021-04-13T00:36:15.520Z] ---> 8b1530f41264 [2021-04-13T00:36:15.520Z] Step 7/31 : RUN go mod download [2021-04-13T00:36:15.783Z] ---> f710ce832206 [2021-04-13T00:36:15.783Z] Step 7/24 : RUN go mod download [2021-04-13T00:36:15.783Z] ---> Running in adf2dd777820 [2021-04-13T00:36:15.783Z] ---> Running in ee245b4af55d [2021-04-13T00:36:15.783Z] ---> Running in 53f06fa1857d [2021-04-13T00:36:16.914Z] 00ac8860ef70: Pull complete [2021-04-13T00:36:16.914Z] 63d7cb157983: Pull complete [2021-04-13T00:36:16.914Z] b116817d02f9: Pull complete [2021-04-13T00:36:17.759Z] Removing intermediate container 2371c07925bc [2021-04-13T00:36:17.759Z] ---> 4f719d0c6978 [2021-04-13T00:36:17.759Z] Step 8/23 : COPY . . [2021-04-13T00:36:18.711Z] Removing intermediate container c117fd72ca90 [2021-04-13T00:36:18.711Z] ---> adb3eb2d33a7 [2021-04-13T00:36:18.711Z] Step 8/23 : COPY . . [2021-04-13T00:36:18.889Z] 745a02a5169b: Pull complete [2021-04-13T00:36:18.889Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-13T00:36:18.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-13T00:36:18.889Z] ---> b7e6874047d6 [2021-04-13T00:36:18.890Z] 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-13T00:36:20.676Z] Removing intermediate container 53f06fa1857d [2021-04-13T00:36:20.676Z] ---> 9ef9950226dc [2021-04-13T00:36:20.676Z] Step 8/24 : COPY . . [2021-04-13T00:36:22.074Z] Removing intermediate container ee245b4af55d [2021-04-13T00:36:22.074Z] ---> 278faa536c4d [2021-04-13T00:36:22.074Z] Step 8/31 : COPY . . [2021-04-13T00:36:22.339Z] Removing intermediate container adf2dd777820 [2021-04-13T00:36:22.339Z] ---> 065a39d49903 [2021-04-13T00:36:22.339Z] Step 8/23 : COPY . . [2021-04-13T00:36:23.190Z] ---> Running in 97ff0fdffb0f [2021-04-13T00:36:23.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:36:24.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:36:25.356Z] (1/12) Installing libmagic (5.38-r0) [2021-04-13T00:36:25.635Z] (2/12) Installing file (5.38-r0) [2021-04-13T00:36:25.635Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-13T00:36:25.909Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-13T00:36:31.310Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-13T00:36:31.310Z] (6/12) Installing patch (2.7.6-r6) [2021-04-13T00:36:31.310Z] (7/12) Installing build-base (0.5-r2) [2021-04-13T00:36:31.310Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-13T00:36:31.310Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-13T00:36:31.310Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-13T00:36:31.310Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-13T00:36:31.310Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-13T00:36:31.310Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:36:31.310Z] OK: 217 MiB in 51 packages [2021-04-13T00:36:35.609Z] Removing intermediate container 97ff0fdffb0f [2021-04-13T00:36:35.609Z] ---> b7cbda2c27b5 [2021-04-13T00:36:35.609Z] Step 4/6 : WORKDIR /edgex-go [2021-04-13T00:36:35.609Z] ---> Running in 07ecd3e2d245 [2021-04-13T00:36:35.609Z] Removing intermediate container 07ecd3e2d245 [2021-04-13T00:36:35.609Z] ---> 93ac36788c86 [2021-04-13T00:36:35.609Z] Step 5/6 : COPY go.mod . [2021-04-13T00:36:36.212Z] ---> 786fb7d8ac69 [2021-04-13T00:36:36.212Z] Step 6/6 : RUN go mod download [2021-04-13T00:36:36.490Z] ---> Running in dcbc01939fc6 [2021-04-13T00:37:01.437Z] ---> e41e8e90faa8 [2021-04-13T00:37:01.437Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-13T00:37:01.437Z] ---> e499c857ee38 [2021-04-13T00:37:01.437Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-13T00:37:01.437Z] ---> 927a16f89510 [2021-04-13T00:37:01.437Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-13T00:37:01.437Z] ---> 9b6cbf199091 [2021-04-13T00:37:01.437Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-13T00:37:01.437Z] ---> 56bbff4e6152 [2021-04-13T00:37:01.437Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-13T00:37:01.437Z] ---> Running in 05c24b328afd [2021-04-13T00:37:01.437Z] ---> Running in 147af105cd27 [2021-04-13T00:37:01.437Z] ---> Running in be211b15355a [2021-04-13T00:37:01.437Z] ---> Running in dffa6c2d4e07 [2021-04-13T00:37:01.437Z] ---> Running in a3b2dc363a03 [2021-04-13T00:37:01.437Z] 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-13T00:37:01.437Z] 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-13T00:37:01.437Z] 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-13T00:37:01.437Z] 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-13T00:37:01.437Z] 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-13T00:37:03.311Z] Removing intermediate container dcbc01939fc6 [2021-04-13T00:37:03.311Z] ---> 46ab52ec0596 [2021-04-13T00:37:03.311Z] Successfully built 46ab52ec0596 [2021-04-13T00:37:03.311Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:37:03.669Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T00:37:03.669Z] . [Pipeline] withDockerContainer [2021-04-13T00:37:03.909Z] prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container [2021-04-13T00:37:04.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T00:37:05.526Z] $ docker top 42bfb95c6db757c147c19dcd76af3d14a21be51a1071330e66ae12475dd8b14c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:37:06.532Z] + go version [2021-04-13T00:37:06.532Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-13T00:37:06.561Z] $ docker stop --time=1 42bfb95c6db757c147c19dcd76af3d14a21be51a1071330e66ae12475dd8b14c [2021-04-13T00:37:08.467Z] $ docker rm -f 42bfb95c6db757c147c19dcd76af3d14a21be51a1071330e66ae12475dd8b14c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:37:09.409Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T00:37:09.409Z] . [Pipeline] withDockerContainer [2021-04-13T00:37:09.653Z] prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container [2021-04-13T00:37:09.748Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T00:37:11.272Z] $ docker top 3a2872d5217f1231919aadf211fe1a58972f5b9dbda22e9e2b0f235615be79f5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T00:37:11.646Z] ========================================================= [2021-04-13T00:37:11.646Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-13T00:37:11.646Z] ========================================================= [Pipeline] sh [2021-04-13T00:37:12.305Z] + make test [2021-04-13T00:37:12.305Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T00:37:33.719Z] 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-13T00:37:39.097Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-13T00:37:40.388Z] Removing intermediate container be211b15355a [2021-04-13T00:37:40.388Z] ---> 3679f72832c3 [2021-04-13T00:37:40.388Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-13T00:37:40.973Z] Removing intermediate container 05c24b328afd [2021-04-13T00:37:40.973Z] ---> 5146c7680bd6 [2021-04-13T00:37:40.973Z] [2021-04-13T00:37:40.973Z] Step 10/31 : FROM alpine:3.12 [2021-04-13T00:37:40.973Z] Removing intermediate container a3b2dc363a03 [2021-04-13T00:37:40.973Z] ---> b26e146a7af4 [2021-04-13T00:37:40.973Z] [2021-04-13T00:37:40.973Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:37:40.973Z] 3.12: Pulling from library/alpine [2021-04-13T00:37:40.973Z] ---> Running in 389888d55a70 [2021-04-13T00:37:40.973Z] 3.12: Pulling from library/alpine [2021-04-13T00:37:41.570Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T00:37:41.570Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T00:37:41.570Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T00:37:41.570Z] ---> 7230e588e954 [2021-04-13T00:37:41.570Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:37:41.570Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T00:37:41.570Z] ---> 7230e588e954 [2021-04-13T00:37:41.570Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-13T00:37:42.527Z] 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-13T00:37:43.922Z] ---> Running in 774e01c6034e [2021-04-13T00:37:43.922Z] ---> Running in 0b1a2315b4c5 [2021-04-13T00:37:44.187Z] Removing intermediate container 147af105cd27 [2021-04-13T00:37:44.187Z] ---> ffdac108c0a7 [2021-04-13T00:37:44.187Z] [2021-04-13T00:37:44.187Z] Step 10/24 : FROM alpine:3.12 [2021-04-13T00:37:44.187Z] ---> 7230e588e954 [2021-04-13T00:37:44.187Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-13T00:37:44.451Z] Removing intermediate container dffa6c2d4e07 [2021-04-13T00:37:44.451Z] ---> 4e64bc450c0a [2021-04-13T00:37:44.451Z] [2021-04-13T00:37:44.451Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:37:44.451Z] ---> 7230e588e954 [2021-04-13T00:37:44.451Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:37:45.027Z] ---> Running in a74759cabd8b [2021-04-13T00:37:45.027Z] ---> Running in 61690c003919 [2021-04-13T00:37:45.027Z] Removing intermediate container 0b1a2315b4c5 [2021-04-13T00:37:45.027Z] ---> 8f2f13477b38 [2021-04-13T00:37:45.027Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-13T00:37:45.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:45.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:45.290Z] ---> Running in 305ee3c91eda [2021-04-13T00:37:45.290Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T00:37:45.290Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:37:45.290Z] OK: 6 MiB in 15 packages [2021-04-13T00:37:45.876Z] Removing intermediate container 389888d55a70 [2021-04-13T00:37:45.876Z] ---> 458310b2c150 [2021-04-13T00:37:45.876Z] [2021-04-13T00:37:45.876Z] Step 11/23 : FROM docker:20.10.0 [2021-04-13T00:37:46.144Z] 20.10.0: Pulling from library/docker [2021-04-13T00:37:46.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:46.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:46.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:46.410Z] Removing intermediate container 774e01c6034e [2021-04-13T00:37:46.410Z] ---> 3fac2ee27efd [2021-04-13T00:37:46.410Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:37:46.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:46.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:46.410Z] ---> Running in b1161aa7b63f [2021-04-13T00:37:46.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:46.697Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-13T00:37:46.697Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T00:37:46.697Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:37:46.697Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:37:46.697Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-13T00:37:46.697Z] OK: 6 MiB in 15 packages [2021-04-13T00:37:46.697Z] (4/6) Installing curl (7.69.1-r3) [2021-04-13T00:37:46.697Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:37:46.697Z] (6/6) Installing su-exec (0.2-r1) [2021-04-13T00:37:46.697Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:37:46.697Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:37:46.697Z] OK: 7 MiB in 20 packages [2021-04-13T00:37:46.969Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:37:46.969Z] (2/2) Installing su-exec (0.2-r1) [2021-04-13T00:37:46.969Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:37:47.234Z] OK: 6 MiB in 16 packages [2021-04-13T00:37:47.234Z] Removing intermediate container b1161aa7b63f [2021-04-13T00:37:47.234Z] ---> d7ea5e2852ec [2021-04-13T00:37:47.234Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-13T00:37:47.809Z] ---> Running in a5ca17649eb9 [2021-04-13T00:37:48.388Z] Removing intermediate container a5ca17649eb9 [2021-04-13T00:37:48.388Z] ---> fd383d5e8a34 [2021-04-13T00:37:48.388Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:37:48.961Z] Removing intermediate container 61690c003919 [2021-04-13T00:37:48.961Z] ---> 728d5696db33 [2021-04-13T00:37:48.961Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:37:49.537Z] ---> Running in 025eb440137a [2021-04-13T00:37:49.801Z] ---> Running in 9415e6919c6b [2021-04-13T00:37:49.801Z] Removing intermediate container a74759cabd8b [2021-04-13T00:37:49.801Z] ---> a838965a46b4 [2021-04-13T00:37:49.801Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:37:49.801Z] Removing intermediate container 305ee3c91eda [2021-04-13T00:37:49.801Z] ---> e79312aa89ed [2021-04-13T00:37:49.801Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-13T00:37:50.066Z] Removing intermediate container 025eb440137a [2021-04-13T00:37:50.066Z] ---> 428fdbb71721 [2021-04-13T00:37:50.066Z] Step 15/23 : WORKDIR / [2021-04-13T00:37:50.066Z] ---> Running in 35a7b2e21c6e [2021-04-13T00:37:50.066Z] ---> Running in 8cb0fca23c3f [2021-04-13T00:37:50.333Z] Removing intermediate container 9415e6919c6b [2021-04-13T00:37:50.333Z] ---> a1fddfa1218f [2021-04-13T00:37:50.333Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-13T00:37:50.333Z] ---> Running in 78e7b48b2297 [2021-04-13T00:37:50.595Z] ---> Running in b411c950b329 [2021-04-13T00:37:50.595Z] Removing intermediate container 35a7b2e21c6e [2021-04-13T00:37:50.595Z] ---> e6f55580e357 [2021-04-13T00:37:50.595Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-13T00:37:50.595Z] Removing intermediate container 8cb0fca23c3f [2021-04-13T00:37:50.595Z] ---> f7ddf91fda66 [2021-04-13T00:37:50.595Z] Step 13/24 : WORKDIR / [2021-04-13T00:37:50.873Z] Removing intermediate container 78e7b48b2297 [2021-04-13T00:37:50.873Z] ---> 52d009ac5477 [2021-04-13T00:37:50.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:37:50.873Z] ---> Running in 71d72393d7e8 [2021-04-13T00:37:50.873Z] Removing intermediate container b411c950b329 [2021-04-13T00:37:50.873Z] ---> 6dccbd744195 [2021-04-13T00:37:50.873Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:37:50.873Z] ---> Running in 43939ea1ab58 [2021-04-13T00:37:51.146Z] ---> Running in a7feece3597d [2021-04-13T00:37:51.409Z] Removing intermediate container 71d72393d7e8 [2021-04-13T00:37:51.409Z] ---> 47d54a42fc3a [2021-04-13T00:37:51.409Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-13T00:37:51.677Z] ---> Running in 205f17761b9f [2021-04-13T00:37:51.677Z] Removing intermediate container 43939ea1ab58 [2021-04-13T00:37:51.677Z] ---> 8135b5cd4af1 [2021-04-13T00:37:51.677Z] 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-13T00:37:51.677Z] ---> 263db2ecf6d4 [2021-04-13T00:37:51.677Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-13T00:37:51.943Z] Removing intermediate container a7feece3597d [2021-04-13T00:37:51.943Z] ---> d8faab0c61b4 [2021-04-13T00:37:51.944Z] Step 15/23 : WORKDIR / [2021-04-13T00:37:52.213Z] ---> Running in 0d59280c1ca6 [2021-04-13T00:37:52.492Z] ---> 3c64cbfca6da [2021-04-13T00:37:52.492Z] 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-13T00:37:52.492Z] ---> f2d4d6cb1ac8 [2021-04-13T00:37:52.492Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-13T00:37:52.755Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-13T00:37:52.755Z] Removing intermediate container 0d59280c1ca6 [2021-04-13T00:37:52.755Z] ---> 4facbcc715f9 [2021-04-13T00:37:52.755Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:37:52.755Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-13T00:37:52.755Z] ---> aefe523efa57 [2021-04-13T00:37:52.755Z] 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-13T00:37:52.755Z] ---> Running in 9681ec024788 [2021-04-13T00:37:52.755Z] ---> a79440317575 [2021-04-13T00:37:52.755Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-13T00:37:53.019Z] ---> 3532e4cc765c [2021-04-13T00:37:53.019Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-13T00:37:53.019Z] ---> e6209520812f [2021-04-13T00:37:53.019Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-13T00:37:53.314Z] Removing intermediate container 9681ec024788 [2021-04-13T00:37:53.314Z] ---> 923f4e48141e [2021-04-13T00:37:53.314Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-13T00:37:53.314Z] ---> 8f987d1d881d [2021-04-13T00:37:53.314Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-13T00:37:53.314Z] ---> Running in 706476c8b020 [2021-04-13T00:37:53.314Z] ---> Running in 23768399e53f [2021-04-13T00:37:53.893Z] Removing intermediate container 205f17761b9f [2021-04-13T00:37:53.893Z] ---> 7977ea41c886 [2021-04-13T00:37:53.893Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-13T00:37:54.156Z] Removing intermediate container 706476c8b020 [2021-04-13T00:37:54.156Z] ---> 0a424e6e4bf0 [2021-04-13T00:37:54.156Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:37:54.156Z] ---> 03704eb7a920 [2021-04-13T00:37:54.156Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-13T00:37:54.156Z] ---> Running in f5213ee4a721 [2021-04-13T00:37:54.740Z] ---> 0abf73580309 [2021-04-13T00:37:54.740Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-13T00:37:54.740Z] ---> Running in a1a4734e7d84 [2021-04-13T00:37:54.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:54.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:37:54.740Z] ---> 40231e42fd3c [2021-04-13T00:37:54.740Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-13T00:37:55.007Z] Removing intermediate container f5213ee4a721 [2021-04-13T00:37:55.007Z] ---> 85084b8f8ab5 [2021-04-13T00:37:55.007Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-13T00:37:55.007Z] (1/39) Installing readline (8.0.4-r0) [2021-04-13T00:37:55.007Z] ---> Running in a06dc6cd29f1 [2021-04-13T00:37:55.007Z] (2/39) Installing bash (5.0.17-r0) [2021-04-13T00:37:55.007Z] Executing bash-5.0.17-r0.post-install [2021-04-13T00:37:55.007Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:37:55.007Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-13T00:37:55.007Z] (5/39) Installing curl (7.69.1-r3) [2021-04-13T00:37:55.007Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-13T00:37:55.007Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-13T00:37:55.007Z] (8/39) Installing expat (2.2.9-r1) [2021-04-13T00:37:55.007Z] (9/39) Installing libffi (3.3-r2) [2021-04-13T00:37:55.007Z] (10/39) Installing gdbm (1.13-r1) [2021-04-13T00:37:55.007Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-13T00:37:55.007Z] Removing intermediate container a1a4734e7d84 [2021-04-13T00:37:55.007Z] ---> 34f0497df26a [2021-04-13T00:37:55.007Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:37:55.007Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-13T00:37:55.007Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-13T00:37:56.399Z] ---> bf08cfa4344a [2021-04-13T00:37:56.399Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-13T00:37:58.326Z] ---> Running in 72392856c389 [2021-04-13T00:37:58.326Z] Removing intermediate container a06dc6cd29f1 [2021-04-13T00:37:58.326Z] ---> 61571129726e [2021-04-13T00:37:58.326Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:37:58.326Z] ---> c56710b0fc1e [2021-04-13T00:37:58.326Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-13T00:37:58.326Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-13T00:37:58.326Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-13T00:37:58.326Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-13T00:37:58.326Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-13T00:37:58.326Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-13T00:37:58.326Z] ---> ee09e7dfe501 [2021-04-13T00:37:58.326Z] 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-13T00:37:58.326Z] ---> Running in d2c1a6767854 [2021-04-13T00:37:58.326Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-13T00:37:58.326Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-13T00:37:58.326Z] ---> Running in 584c140da389 [2021-04-13T00:37:58.900Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-13T00:37:58.900Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-13T00:37:58.900Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-13T00:37:59.163Z] ---> Running in 7dfff63eb2ed [2021-04-13T00:37:59.163Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-13T00:37:59.163Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-13T00:37:59.163Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-13T00:37:59.429Z] Removing intermediate container 72392856c389 [2021-04-13T00:37:59.429Z] ---> 743467161933 [2021-04-13T00:37:59.429Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:37:59.691Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-13T00:37:59.691Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-13T00:37:59.691Z] Removing intermediate container d2c1a6767854 [2021-04-13T00:37:59.691Z] ---> 9336f4861cd4 [2021-04-13T00:37:59.691Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:37:59.691Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-13T00:37:59.954Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-13T00:37:59.954Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-13T00:37:59.954Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-13T00:37:59.954Z] ---> Running in 4adaf2680e77 [2021-04-13T00:38:00.227Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-13T00:38:00.227Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-13T00:38:00.227Z] ---> Running in 58515bd2d05c [2021-04-13T00:38:00.227Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-13T00:38:00.227Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-13T00:38:00.227Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-13T00:38:00.227Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-13T00:38:00.227Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-13T00:38:01.269Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:38:01.269Z] OK: 72 MiB in 59 packages [2021-04-13T00:38:01.904Z] Removing intermediate container 58515bd2d05c [2021-04-13T00:38:01.904Z] ---> f159d482c6a5 [2021-04-13T00:38:01.904Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:38:01.904Z] Removing intermediate container 4adaf2680e77 [2021-04-13T00:38:01.904Z] ---> 64091d86be72 [2021-04-13T00:38:01.904Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:38:01.904Z] ---> Running in f4be6fbae715 [2021-04-13T00:38:01.904Z] ---> Running in aabfe1f5bfa3 [2021-04-13T00:38:02.269Z] Removing intermediate container f4be6fbae715 [2021-04-13T00:38:02.269Z] ---> 505bf00516ec [2021-04-13T00:38:02.269Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:38:02.269Z] Removing intermediate container aabfe1f5bfa3 [2021-04-13T00:38:02.269Z] ---> 37c3848118dd [2021-04-13T00:38:02.269Z] [2021-04-13T00:38:02.559Z] Collecting docker-compose==1.23.2 [2021-04-13T00:38:02.559Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-13T00:38:02.559Z] ---> Running in fd77ff809298 [2021-04-13T00:38:02.559Z] Removing intermediate container 584c140da389 [2021-04-13T00:38:02.559Z] ---> a693abd7130a [2021-04-13T00:38:02.559Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:38:02.559Z] Removing intermediate container 7dfff63eb2ed [2021-04-13T00:38:02.559Z] ---> dd149c1c7a9c [2021-04-13T00:38:02.559Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-13T00:38:02.834Z] Collecting cached-property<2,>=1.2.0 [2021-04-13T00:38:02.834Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-13T00:38:02.834Z] ---> Running in 6ab30e2593ee [2021-04-13T00:38:02.834Z] Successfully built 37c3848118dd [2021-04-13T00:38:02.834Z] Successfully tagged docker-core-command-go:latest [2021-04-13T00:38:02.834Z] Building docker-core-data-go [2021-04-13T00:38:02.834Z]  Building docker-core-command-go ... done Removing intermediate container fd77ff809298 [2021-04-13T00:38:02.834Z] ---> 779a1e43557c [2021-04-13T00:38:02.834Z] [2021-04-13T00:38:03.126Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-13T00:38:03.126Z] ---> d6f3be7f2a77 [2021-04-13T00:38:03.126Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-13T00:38:03.126Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-13T00:38:03.126Z] Removing intermediate container 6ab30e2593ee [2021-04-13T00:38:03.126Z] ---> f296a7ba1cbc [2021-04-13T00:38:03.126Z] Step 22/24 : LABEL arch=x86_64 [2021-04-13T00:38:03.126Z] Successfully built 779a1e43557c [2021-04-13T00:38:03.126Z] Successfully tagged docker-core-metadata-go:latest [2021-04-13T00:38:03.126Z] Building docker-support-notifications-go [2021-04-13T00:38:03.126Z]  Building docker-core-metadata-go ... done Collecting docopt<0.7,>=0.6.1 [2021-04-13T00:38:03.126Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-13T00:38:03.126Z] ---> Running in fa55d01b9dd2 [2021-04-13T00:38:03.404Z] Removing intermediate container fa55d01b9dd2 [2021-04-13T00:38:03.404Z] ---> 7ad9402b1d0c [2021-04-13T00:38:03.404Z] Step 23/24 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:38:04.676Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-13T00:38:04.676Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-13T00:38:06.072Z] ---> Running in 66ee311dd43f [2021-04-13T00:38:08.648Z] ---> c9c6b968a832 [2021-04-13T00:38:08.648Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-13T00:38:08.648Z] Collecting docker<4.0,>=3.6.0 [2021-04-13T00:38:08.648Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-13T00:38:08.914Z] Removing intermediate container 66ee311dd43f [2021-04-13T00:38:08.914Z] ---> 26fdedbbab4f [2021-04-13T00:38:08.914Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T00:38:09.878Z] Collecting PyYAML<4,>=3.10 [2021-04-13T00:38:09.878Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-13T00:38:11.270Z] ---> Running in ab4393d7f30b [2021-04-13T00:38:11.848Z] ---> 70c7bfe71259 [2021-04-13T00:38:11.848Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-13T00:38:12.803Z] 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-13T00:38:13.069Z] Removing intermediate container ab4393d7f30b [2021-04-13T00:38:13.069Z] ---> 29d4f51c600f [2021-04-13T00:38:13.069Z] [2021-04-13T00:38:13.069Z] Collecting jsonschema<3,>=2.5.1 [2021-04-13T00:38:13.069Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-13T00:38:13.334Z] Successfully built 29d4f51c600f [2021-04-13T00:38:13.602Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-13T00:38:13.602Z] Building docker-support-scheduler-go [2021-04-13T00:38:13.868Z]  Building docker-security-secretstore-setup-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-13T00:38:13.868Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-13T00:38:13.868Z] Collecting texttable<0.10,>=0.9.0 [2021-04-13T00:38:13.868Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-13T00:38:15.815Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-13T00:38:16.099Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-13T00:38:17.056Z] ---> 71030bd43356 [2021-04-13T00:38:17.056Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-13T00:38:17.643Z] 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-13T00:38:17.643Z] 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-13T00:38:18.603Z] Collecting idna<2.8,>=2.5 [2021-04-13T00:38:18.872Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-13T00:38:21.447Z] Collecting docker-pycreds>=0.4.0 [2021-04-13T00:38:21.447Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-13T00:38:21.710Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-13T00:38:21.710Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-13T00:38:21.710Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-13T00:38:21.710Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-13T00:38:22.665Z] Installing collected packages: cached-property, urllib3, idna, requests, docopt, dockerpty, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, texttable, docker-compose [2021-04-13T00:38:23.249Z] ---> 6697af668322 [2021-04-13T00:38:23.249Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-13T00:38:24.148Z] Attempting uninstall: urllib3 [2021-04-13T00:38:24.148Z] Found existing installation: urllib3 1.25.9 [2021-04-13T00:38:24.148Z] Uninstalling urllib3-1.25.9: [2021-04-13T00:38:24.427Z] Successfully uninstalled urllib3-1.25.9 [2021-04-13T00:38:25.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:38:25.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:38:25.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:38:25.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:38:25.377Z] ---> 87798cf16dfd [2021-04-13T00:38:25.377Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:38:25.377Z] ---> 87798cf16dfd [2021-04-13T00:38:25.377Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:38:25.640Z] ---> Using cache [2021-04-13T00:38:25.640Z] ---> 51c454f03162 [2021-04-13T00:38:25.640Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:38:25.640Z] ---> Using cache [2021-04-13T00:38:25.640Z] ---> 51c454f03162 [2021-04-13T00:38:25.640Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:38:25.640Z] ---> Using cache [2021-04-13T00:38:25.640Z] ---> 6189ab3668a2 [2021-04-13T00:38:25.640Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-13T00:38:25.640Z] ---> Using cache [2021-04-13T00:38:25.640Z] ---> 6189ab3668a2 [2021-04-13T00:38:25.640Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-13T00:38:26.125Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-13T00:38:26.226Z] Attempting uninstall: idna [2021-04-13T00:38:26.226Z] Found existing installation: idna 2.9 [2021-04-13T00:38:26.226Z] Uninstalling idna-2.9: [2021-04-13T00:38:26.226Z] Successfully uninstalled idna-2.9 [2021-04-13T00:38:26.226Z] ---> Running in 94fd25e4c2e5 [2021-04-13T00:38:26.491Z] ---> Running in acf9cbf07137 [2021-04-13T00:38:26.491Z] ---> Running in 15b82b70be46 [2021-04-13T00:38:26.491Z] Attempting uninstall: requests [2021-04-13T00:38:26.491Z] Found existing installation: requests 2.23.0 [2021-04-13T00:38:26.491Z] Uninstalling requests-2.23.0: [2021-04-13T00:38:26.491Z] Successfully uninstalled requests-2.23.0 [2021-04-13T00:38:26.759Z] Removing intermediate container 94fd25e4c2e5 [2021-04-13T00:38:26.759Z] ---> 94541e0b270e [2021-04-13T00:38:26.759Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-13T00:38:26.759Z] Running setup.py install for docopt: started [2021-04-13T00:38:27.728Z] ---> 746a56658905 [2021-04-13T00:38:27.728Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-13T00:38:27.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:38:27.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:38:27.993Z] ---> Running in 61af0d5c7019 [2021-04-13T00:38:28.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:38:28.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:38:29.219Z] OK: 233 MiB in 51 packages [2021-04-13T00:38:29.219Z] OK: 233 MiB in 51 packages [2021-04-13T00:38:29.481Z] Running setup.py install for docopt: finished with status 'done' [2021-04-13T00:38:30.078Z] Running setup.py install for dockerpty: started [2021-04-13T00:38:31.056Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-13T00:38:32.474Z] Removing intermediate container acf9cbf07137 [2021-04-13T00:38:32.474Z] ---> 0f6920ef1ef1 [2021-04-13T00:38:32.474Z] Step 6/22 : COPY go.mod . [2021-04-13T00:38:32.946Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-13T00:38:33.437Z] Removing intermediate container 15b82b70be46 [2021-04-13T00:38:33.437Z] ---> 380c0e9ff333 [2021-04-13T00:38:33.437Z] Step 6/23 : COPY go.mod . [2021-04-13T00:38:33.437Z] Running setup.py install for PyYAML: started [2021-04-13T00:38:34.396Z] ---> 88b250242323 [2021-04-13T00:38:34.396Z] Step 7/22 : RUN go mod download [2021-04-13T00:38:34.396Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:38:34.396Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:38:34.396Z] ---> 87798cf16dfd [2021-04-13T00:38:34.396Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:38:34.396Z] ---> Using cache [2021-04-13T00:38:34.396Z] ---> 51c454f03162 [2021-04-13T00:38:34.396Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:38:34.396Z] ---> Using cache [2021-04-13T00:38:34.396Z] ---> 6189ab3668a2 [2021-04-13T00:38:34.396Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-13T00:38:34.396Z] ---> Using cache [2021-04-13T00:38:34.396Z] ---> 7482ef48afef [2021-04-13T00:38:34.396Z] Step 6/22 : COPY go.mod . [2021-04-13T00:38:34.396Z] ---> Using cache [2021-04-13T00:38:34.396Z] ---> f710ce832206 [2021-04-13T00:38:34.396Z] Step 7/22 : RUN go mod download [2021-04-13T00:38:34.396Z] ---> Using cache [2021-04-13T00:38:34.396Z] ---> 9ef9950226dc [2021-04-13T00:38:34.396Z] Step 8/22 : COPY . . [2021-04-13T00:38:34.396Z] Removing intermediate container 61af0d5c7019 [2021-04-13T00:38:34.396Z] ---> b535bf95a022 [2021-04-13T00:38:34.396Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-13T00:38:34.658Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-13T00:38:34.658Z] ---> Using cache [2021-04-13T00:38:34.658Z] ---> e499c857ee38 [2021-04-13T00:38:34.658Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-13T00:38:35.238Z] ---> Running in 96149b71f62e [2021-04-13T00:38:35.238Z] Running setup.py install for texttable: started [2021-04-13T00:38:35.819Z] ---> 13320c45e8e0 [2021-04-13T00:38:35.819Z] Step 7/23 : RUN go mod download [2021-04-13T00:38:35.819Z] ---> Running in b488ed669a72 [2021-04-13T00:38:35.819Z] ---> Running in 13c3b48cbf0b [2021-04-13T00:38:35.819Z] Running setup.py install for texttable: finished with status 'done' [2021-04-13T00:38:35.819Z] ---> Running in 58a5ec5e048c [2021-04-13T00:38:36.401Z] Removing intermediate container 13c3b48cbf0b [2021-04-13T00:38:36.401Z] ---> ad4f6c58ba0e [2021-04-13T00:38:36.401Z] Step 28/31 : CMD ["gate"] [2021-04-13T00:38:36.401Z] 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-13T00:38:36.997Z] ---> Running in 3438b4133ab8 [2021-04-13T00:38:37.265Z] 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-13T00:38:37.265Z] Removing intermediate container 3438b4133ab8 [2021-04-13T00:38:37.265Z] ---> 27392a291ba6 [2021-04-13T00:38:37.265Z] Step 29/31 : LABEL arch=x86_64 [2021-04-13T00:38:37.534Z] ---> Running in a0af39393331 [2021-04-13T00:38:38.492Z] Removing intermediate container a0af39393331 [2021-04-13T00:38:38.492Z] ---> ae412e5cf386 [2021-04-13T00:38:38.492Z] Step 30/31 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:38:38.765Z] ---> Running in adaa6480efb6 [2021-04-13T00:38:39.040Z] Removing intermediate container 96149b71f62e [2021-04-13T00:38:39.040Z] ---> 5d46dec7f608 [2021-04-13T00:38:39.040Z] Step 8/22 : COPY . . [2021-04-13T00:38:39.312Z] Removing intermediate container adaa6480efb6 [2021-04-13T00:38:39.312Z] ---> 519985365cf9 [2021-04-13T00:38:39.312Z] Step 31/31 : LABEL version=0.0.0 [2021-04-13T00:38:40.302Z] ---> Running in 54bc7ec6c00d [2021-04-13T00:38:40.302Z] Removing intermediate container 58a5ec5e048c [2021-04-13T00:38:40.302Z] ---> afbd5a79117e [2021-04-13T00:38:40.302Z] Step 8/23 : COPY . . [2021-04-13T00:38:41.251Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-13T00:38:41.251Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-13T00:38:42.920Z] Removing intermediate container 54bc7ec6c00d [2021-04-13T00:38:42.920Z] ---> 2f5b2e5a6bc8 [2021-04-13T00:38:42.920Z] [2021-04-13T00:38:43.915Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-13T00:38:43.915Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-13T00:38:43.915Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-13T00:38:43.915Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-13T00:38:45.545Z] Successfully built 2f5b2e5a6bc8 [2021-04-13T00:38:47.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-13T00:38:47.491Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-13T00:38:47.491Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-04-13T00:38:48.325Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-13T00:38:56.649Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-13T00:38:56.650Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-13T00:38:56.650Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-13T00:39:03.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.333s coverage: 45.9% of statements [2021-04-13T00:39:03.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-13T00:39:03.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-13T00:39:03.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-13T00:39:03.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-13T00:39:03.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-13T00:39:03.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-13T00:39:03.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.208s coverage: 19.8% of statements [2021-04-13T00:39:03.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements [2021-04-13T00:39:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.515s coverage: 27.1% of statements [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-13T00:39:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-13T00:39:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-13T00:39:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-13T00:39:11.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 71.3% of statements [2021-04-13T00:39:11.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-13T00:39:11.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-13T00:39:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.500s coverage: 82.9% of statements [2021-04-13T00:39:12.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-13T00:39:12.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:39:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements [2021-04-13T00:39:12.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-13T00:39:19.827Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:39:19.827Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:39:19.827Z] ---> 87798cf16dfd [2021-04-13T00:39:19.827Z] Step 3/21 : WORKDIR /edgex-go [2021-04-13T00:39:19.827Z] ---> Using cache [2021-04-13T00:39:19.827Z] ---> 51c454f03162 [2021-04-13T00:39:19.827Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:39:19.827Z] ---> Using cache [2021-04-13T00:39:19.827Z] ---> 6189ab3668a2 [2021-04-13T00:39:19.827Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-13T00:39:19.827Z] ---> Using cache [2021-04-13T00:39:19.827Z] ---> 7482ef48afef [2021-04-13T00:39:19.827Z] Step 6/21 : COPY go.mod . [2021-04-13T00:39:19.827Z] ---> Using cache [2021-04-13T00:39:19.827Z] ---> f710ce832206 [2021-04-13T00:39:19.827Z] Step 7/21 : RUN go mod download [2021-04-13T00:39:19.827Z] ---> Using cache [2021-04-13T00:39:19.827Z] ---> 9ef9950226dc [2021-04-13T00:39:19.827Z] Step 8/21 : COPY . . [2021-04-13T00:39:19.827Z] ---> Using cache [2021-04-13T00:39:19.827Z] ---> e499c857ee38 [2021-04-13T00:39:19.827Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-13T00:39:19.827Z] Removing intermediate container 23768399e53f [2021-04-13T00:39:19.827Z] ---> 6b370eeb3fe0 [2021-04-13T00:39:19.827Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-13T00:39:19.827Z] ---> Running in 18353ca96c96 [2021-04-13T00:39:19.827Z] ---> Running in 491cb7f92e3c [2021-04-13T00:39:19.827Z] ---> d0af11d2d14c [2021-04-13T00:39:19.827Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-13T00:39:19.827Z] ---> a7d57d6da814 [2021-04-13T00:39:19.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-13T00:39:20.786Z] 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-13T00:39:21.752Z] ---> Running in 2c52f2280c66 [2021-04-13T00:39:21.752Z] ---> Running in 9772aa854797 [2021-04-13T00:39:21.752Z] Removing intermediate container 491cb7f92e3c [2021-04-13T00:39:21.752Z] ---> 8a726d6e670e [2021-04-13T00:39:21.752Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-13T00:39:22.344Z] Removing intermediate container b488ed669a72 [2021-04-13T00:39:22.344Z] ---> eafcb304c1a2 [2021-04-13T00:39:22.344Z] [2021-04-13T00:39:22.344Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:39:22.344Z] ---> 7230e588e954 [2021-04-13T00:39:22.344Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:39:22.344Z] ---> Running in c46e5feb73c7 [2021-04-13T00:39:22.344Z] ---> Using cache [2021-04-13T00:39:22.344Z] ---> 728d5696db33 [2021-04-13T00:39:22.344Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:39:22.344Z] ---> Using cache [2021-04-13T00:39:22.344Z] ---> a1fddfa1218f [2021-04-13T00:39:22.344Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-13T00:39:22.607Z] ---> Running in ff21507874f2 [2021-04-13T00:39:22.879Z] Removing intermediate container c46e5feb73c7 [2021-04-13T00:39:22.879Z] ---> 369c5181c268 [2021-04-13T00:39:22.879Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-13T00:39:23.148Z] Removing intermediate container ff21507874f2 [2021-04-13T00:39:23.148Z] ---> 41020e386f77 [2021-04-13T00:39:23.148Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:39:23.148Z] ---> Running in 1d61889593e2 [2021-04-13T00:39:23.429Z] 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-13T00:39:23.429Z] 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-13T00:39:23.700Z] Removing intermediate container 1d61889593e2 [2021-04-13T00:39:23.700Z] ---> aeaaae1108e8 [2021-04-13T00:39:23.700Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:39:23.972Z] ---> 7081ed413022 [2021-04-13T00:39:23.972Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-13T00:39:24.568Z] ---> 91e33ab110c4 [2021-04-13T00:39:24.568Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-13T00:39:24.840Z] ---> 3b41b52d8dca [2021-04-13T00:39:24.840Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-13T00:39:25.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-13T00:39:25.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-13T00:39:25.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.163s coverage: 100.0% of statements [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-13T00:39:25.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.424s coverage: 86.7% of statements [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-13T00:39:25.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-13T00:39:25.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.251s coverage: 78.3% of statements [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-13T00:39:25.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-13T00:39:26.270Z] ---> 9b8d322369fa [2021-04-13T00:39:26.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-13T00:39:26.270Z] ---> 5de4bc1c717a [2021-04-13T00:39:26.270Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-13T00:39:26.270Z] ---> Running in 65084d614181 [2021-04-13T00:39:26.538Z] Removing intermediate container 65084d614181 [2021-04-13T00:39:26.538Z] ---> ceb3de57ec23 [2021-04-13T00:39:26.538Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:39:26.538Z] ---> 32616f6afc70 [2021-04-13T00:39:26.538Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-13T00:39:26.538Z] ---> Running in 029acac5c12f [2021-04-13T00:39:26.809Z] ---> Running in 6c9bf1978bcf [2021-04-13T00:39:28.765Z] Removing intermediate container 029acac5c12f [2021-04-13T00:39:28.765Z] ---> fe5684909735 [2021-04-13T00:39:28.765Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:39:28.765Z] Removing intermediate container 6c9bf1978bcf [2021-04-13T00:39:28.765Z] ---> 5579ad13a1e6 [2021-04-13T00:39:28.765Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:39:28.765Z] ---> Running in c414210211c1 [2021-04-13T00:39:28.765Z] ---> Running in 386f04234b97 [2021-04-13T00:39:29.040Z] Removing intermediate container c414210211c1 [2021-04-13T00:39:29.040Z] ---> 721f7e42da74 [2021-04-13T00:39:29.040Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:39:29.040Z] Removing intermediate container 386f04234b97 [2021-04-13T00:39:29.040Z] ---> e893a42f53fc [2021-04-13T00:39:29.040Z] Step 20/22 : LABEL arch=x86_64 [2021-04-13T00:39:29.313Z] ---> Running in a773174fac52 [2021-04-13T00:39:29.313Z] ---> Running in b9f100d54c43 [2021-04-13T00:39:29.580Z] Removing intermediate container a773174fac52 [2021-04-13T00:39:29.580Z] ---> 81fa6360f3c6 [2021-04-13T00:39:29.580Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:39:29.580Z] ---> Running in b0bcfc8dfc15 [2021-04-13T00:39:29.856Z] Removing intermediate container b9f100d54c43 [2021-04-13T00:39:29.856Z] ---> d509d6bfba17 [2021-04-13T00:39:29.856Z] Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:39:29.856Z] ---> Running in 8be11d305e6e [2021-04-13T00:39:30.121Z] Removing intermediate container b0bcfc8dfc15 [2021-04-13T00:39:30.121Z] ---> 9766bab60e89 [2021-04-13T00:39:30.121Z] [2021-04-13T00:39:30.121Z] Removing intermediate container 8be11d305e6e [2021-04-13T00:39:30.121Z] ---> 6eadabd52151 [2021-04-13T00:39:30.121Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:39:30.121Z] Successfully built 9766bab60e89 [2021-04-13T00:39:30.389Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-13T00:39:30.389Z] ---> Running in f8cd1acf1dca [2021-04-13T00:39:31.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.284s coverage: 92.8% of statements [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-13T00:39:31.789Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-04-13T00:39:31.789Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-13T00:39:31.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-13T00:39:31.790Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.281s coverage: 1.0% of statements [2021-04-13T00:39:31.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-13T00:39:31.790Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-13T00:39:31.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-13T00:39:31.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements [2021-04-13T00:39:31.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.215s coverage: 79.5% of statements [2021-04-13T00:39:31.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements [2021-04-13T00:39:31.810Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f8cd1acf1dca [2021-04-13T00:39:31.810Z] ---> 23a2025ff444 [2021-04-13T00:39:31.810Z] [2021-04-13T00:39:31.810Z] Successfully built 23a2025ff444 [2021-04-13T00:39:31.810Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-13T00:39:32.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.178s coverage: 96.3% of statements [2021-04-13T00:39:32.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements [2021-04-13T00:39:44.176Z]  Building docker-support-scheduler-go ... done 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-13T00:39:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.208s coverage: 94.4% of statements [2021-04-13T00:39:47.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.109s coverage: 44.8% of statements [2021-04-13T00:39:49.513Z] Removing intermediate container 18353ca96c96 [2021-04-13T00:39:49.513Z] ---> 6f9eea0db4b7 [2021-04-13T00:39:49.513Z] [2021-04-13T00:39:49.513Z] Step 10/21 : FROM alpine:3.12 [2021-04-13T00:39:49.513Z] ---> 7230e588e954 [2021-04-13T00:39:49.513Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-13T00:39:49.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.469s coverage: 81.9% of statements [2021-04-13T00:39:49.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-13T00:39:53.739Z] ---> Running in 5eb268da0795 [2021-04-13T00:39:53.739Z] Removing intermediate container 2c52f2280c66 [2021-04-13T00:39:53.739Z] ---> 908c1ec9bde2 [2021-04-13T00:39:53.739Z] [2021-04-13T00:39:53.739Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:39:53.739Z] ---> 7230e588e954 [2021-04-13T00:39:53.739Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-13T00:39:53.739Z] ---> Running in 76813b34fdea [2021-04-13T00:39:54.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:39:54.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:39:54.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:39:54.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:39:54.604Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-13T00:39:54.604Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-13T00:39:54.604Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:39:54.604Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:39:54.604Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:39:54.604Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-13T00:39:54.604Z] (4/4) Installing curl (7.69.1-r3) [2021-04-13T00:39:54.604Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:39:54.604Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:39:54.604Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:39:54.874Z] OK: 7 MiB in 18 packages [2021-04-13T00:39:54.874Z] OK: 6 MiB in 16 packages [2021-04-13T00:39:57.476Z] Removing intermediate container 9772aa854797 [2021-04-13T00:39:57.476Z] ---> 66a2687d2710 [2021-04-13T00:39:57.476Z] [2021-04-13T00:39:57.476Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:39:57.476Z] ---> 7230e588e954 [2021-04-13T00:39:57.476Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-13T00:39:57.476Z] ---> Running in 84e587f3c69a [2021-04-13T00:39:57.829Z] Removing intermediate container 5eb268da0795 [2021-04-13T00:39:57.829Z] ---> 117fe0da9c53 [2021-04-13T00:39:57.829Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:39:57.829Z] Removing intermediate container 76813b34fdea [2021-04-13T00:39:57.829Z] ---> 1d64a22e40bc [2021-04-13T00:39:57.829Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:39:57.829Z] ---> Running in 87cbc084d4f3 [2021-04-13T00:39:57.829Z] ---> Running in 8cff5848d763 [2021-04-13T00:39:57.829Z] Removing intermediate container 84e587f3c69a [2021-04-13T00:39:57.829Z] ---> 5293669b2202 [2021-04-13T00:39:57.829Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-13T00:39:58.139Z] ---> Running in c4d1bd93a883 [2021-04-13T00:39:58.139Z] Removing intermediate container 87cbc084d4f3 [2021-04-13T00:39:58.139Z] ---> 08e0cdc01cc7 [2021-04-13T00:39:58.139Z] Step 13/21 : WORKDIR /edgex [2021-04-13T00:39:58.139Z] Removing intermediate container 8cff5848d763 [2021-04-13T00:39:58.139Z] ---> e2440b18a32e [2021-04-13T00:39:58.139Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-13T00:39:58.139Z] ---> Running in 2979f4faaccf [2021-04-13T00:39:58.446Z] ---> Running in e2711139d3a3 [2021-04-13T00:39:58.446Z] Removing intermediate container c4d1bd93a883 [2021-04-13T00:39:58.446Z] ---> 686a1722acd7 [2021-04-13T00:39:58.446Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-13T00:39:58.446Z] ---> Running in 93624708af14 [2021-04-13T00:39:58.446Z] Removing intermediate container e2711139d3a3 [2021-04-13T00:39:58.446Z] ---> f4f5d5b3980a [2021-04-13T00:39:58.446Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:39:58.730Z] Removing intermediate container 2979f4faaccf [2021-04-13T00:39:58.730Z] ---> 7518e734cc1c [2021-04-13T00:39:58.730Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-13T00:39:58.730Z] ---> Running in c6cfa6b71641 [2021-04-13T00:39:58.730Z] Removing intermediate container 93624708af14 [2021-04-13T00:39:58.730Z] ---> 0dcc9dd122ed [2021-04-13T00:39:58.730Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:39:58.730Z] ---> Running in 923749b8c0aa [2021-04-13T00:39:59.123Z] Removing intermediate container c6cfa6b71641 [2021-04-13T00:39:59.123Z] ---> 7f5fe1363b8b [2021-04-13T00:39:59.123Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:39:59.123Z] ---> 5f04ae4de137 [2021-04-13T00:39:59.123Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.180s coverage: 92.9% of statements [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.165s coverage: 75.5% of statements [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.8% of statements [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 84.6% of statements [2021-04-13T00:39:59.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.6% of statements [2021-04-13T00:39:59.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-13T00:40:00.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.728s coverage: 64.4% of statements [2021-04-13T00:40:00.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-13T00:40:00.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-13T00:40:00.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.141s coverage: 100.0% of statements [2021-04-13T00:40:00.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-04-13T00:40:00.590Z] ---> f30b10f57184 [2021-04-13T00:40:00.590Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-13T00:40:00.590Z] ---> f3355513bdfc [2021-04-13T00:40:00.590Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-13T00:40:00.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.094s coverage: 100.0% of statements [2021-04-13T00:40:01.172Z] Removing intermediate container 923749b8c0aa [2021-04-13T00:40:01.172Z] ---> cb431226639e [2021-04-13T00:40:01.172Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-13T00:40:01.172Z] ---> b136f03c9163 [2021-04-13T00:40:01.172Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-13T00:40:01.172Z] ---> 31ad9596f735 [2021-04-13T00:40:01.172Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-13T00:40:01.172Z] ---> Running in 1f23853f597d [2021-04-13T00:40:01.172Z] ---> Running in e032a9c10daf [2021-04-13T00:40:01.437Z] Removing intermediate container e032a9c10daf [2021-04-13T00:40:01.437Z] ---> 073bb0722279 [2021-04-13T00:40:01.437Z] Step 18/21 : CMD ["--init=true"] [2021-04-13T00:40:01.437Z] ---> d013f28aabf7 [2021-04-13T00:40:01.437Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-13T00:40:01.700Z] ---> Running in 8ba05b394044 [2021-04-13T00:40:01.700Z] ---> Running in 3fc2a3a7ccec [2021-04-13T00:40:01.965Z] Removing intermediate container 8ba05b394044 [2021-04-13T00:40:01.965Z] ---> 4d5a8da648fb [2021-04-13T00:40:01.965Z] Step 19/21 : LABEL arch=x86_64 [2021-04-13T00:40:01.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:40:01.965Z] Removing intermediate container 3fc2a3a7ccec [2021-04-13T00:40:01.965Z] ---> c99f043df7d5 [2021-04-13T00:40:01.965Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:40:01.965Z] ---> Running in 7d2343522680 [2021-04-13T00:40:01.965Z] ---> Running in 83073876937a [2021-04-13T00:40:02.230Z] Removing intermediate container 7d2343522680 [2021-04-13T00:40:02.230Z] ---> 4417db88058c [2021-04-13T00:40:02.230Z] Step 20/21 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:40:02.230Z] Removing intermediate container 83073876937a [2021-04-13T00:40:02.230Z] ---> 9909d0687cbd [2021-04-13T00:40:02.230Z] Step 20/22 : LABEL arch=x86_64 [2021-04-13T00:40:02.230Z] ---> Running in 73db69077ce7 [2021-04-13T00:40:02.230Z] ---> Running in bc1cee53e045 [2021-04-13T00:40:02.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-04-13T00:40:02.493Z] Removing intermediate container 73db69077ce7 [2021-04-13T00:40:02.493Z] ---> 0066bd84b293 [2021-04-13T00:40:02.493Z] Step 21/21 : LABEL version=0.0.0 [2021-04-13T00:40:02.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:40:02.493Z] Removing intermediate container bc1cee53e045 [2021-04-13T00:40:02.493Z] ---> 1f31f68d5645 [2021-04-13T00:40:02.493Z] Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:40:02.493Z] ---> Running in eda8a0e685b6 [2021-04-13T00:40:02.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-04-13T00:40:02.757Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:40:03.019Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-13T00:40:03.019Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-13T00:40:03.019Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-13T00:40:03.019Z] ---> Running in 3e4bbb09ffbe [2021-04-13T00:40:03.282Z] Removing intermediate container eda8a0e685b6 [2021-04-13T00:40:03.282Z] ---> c78f885cb839 [2021-04-13T00:40:03.282Z] [2021-04-13T00:40:03.282Z] Successfully built c78f885cb839 [2021-04-13T00:40:03.282Z] Removing intermediate container 3e4bbb09ffbe [2021-04-13T00:40:03.282Z] ---> 04a3801a4d14 [2021-04-13T00:40:03.282Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:40:03.282Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-13T00:40:03.544Z]  Building docker-security-proxy-setup-go ... done  ---> Running in da4c372ac140 [2021-04-13T00:40:03.808Z] Removing intermediate container da4c372ac140 [2021-04-13T00:40:03.808Z] ---> 0df85e441447 [2021-04-13T00:40:03.808Z] [2021-04-13T00:40:03.808Z] Successfully built 0df85e441447 [2021-04-13T00:40:03.808Z] Successfully tagged docker-support-notifications-go:latest [2021-04-13T00:40:04.073Z]  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T00:40:04.338Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-13T00:40:04.338Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:40:04.338Z] OK: 8 MiB in 20 packages [2021-04-13T00:40:04.914Z] Removing intermediate container 1f23853f597d [2021-04-13T00:40:04.914Z] ---> 45a466e0e527 [2021-04-13T00:40:04.914Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:40:05.176Z] ---> ffc138ccd2d2 [2021-04-13T00:40:05.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-13T00:40:05.751Z] ---> a9f94521b1b9 [2021-04-13T00:40:05.751Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-13T00:40:05.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.857s coverage: 69.0% of statements [2021-04-13T00:40:05.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-13T00:40:05.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-13T00:40:05.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-13T00:40:06.015Z] ---> da0077af54e5 [2021-04-13T00:40:06.015Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-13T00:40:06.015Z] ---> Running in 913f0e2e6526 [2021-04-13T00:40:06.278Z] Removing intermediate container 913f0e2e6526 [2021-04-13T00:40:06.278Z] ---> 0ff27d73e96c [2021-04-13T00:40:06.278Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:40:06.278Z] ---> Running in a1fd8a6f4535 [2021-04-13T00:40:06.545Z] Removing intermediate container a1fd8a6f4535 [2021-04-13T00:40:06.545Z] ---> 4d97fb4bbfdd [2021-04-13T00:40:06.545Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:40:06.545Z] ---> Running in d258ef7b0b7e [2021-04-13T00:40:06.808Z] Removing intermediate container d258ef7b0b7e [2021-04-13T00:40:06.808Z] ---> 53f23ae4e9cb [2021-04-13T00:40:06.808Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:40:06.808Z] ---> Running in df0e184eb52a [2021-04-13T00:40:06.808Z] Removing intermediate container df0e184eb52a [2021-04-13T00:40:06.808Z] ---> c4640982762e [2021-04-13T00:40:06.808Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:40:07.071Z] ---> Running in a4014da340d5 [2021-04-13T00:40:07.071Z] Removing intermediate container a4014da340d5 [2021-04-13T00:40:07.071Z] ---> e6fd928afc58 [2021-04-13T00:40:07.071Z] [2021-04-13T00:40:07.337Z] Successfully built e6fd928afc58 [2021-04-13T00:40:07.337Z] Successfully tagged docker-core-data-go:latest [2021-04-13T00:40:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.529s coverage: 38.4% of statements [2021-04-13T00:40:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-13T00:40:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-13T00:40:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.087s coverage: 89.5% of statements [2021-04-13T00:40:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-13T00:40:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-04-13T00:40:07.611Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-13T00:40:07.619Z] $ docker stop --time=1 1e77ebc70fa12452eb988dd5b960cf6deb463d573351632b835190503d10ca6b [2021-04-13T00:40:10.094Z] $ docker rm -f 1e77ebc70fa12452eb988dd5b960cf6deb463d573351632b835190503d10ca6b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T00:40:10.633Z] + docker images [2021-04-13T00:40:10.633Z] + grep docker [2021-04-13T00:40:10.895Z] docker-core-data-go latest e6fd928afc58 3 seconds ago 22.7MB [2021-04-13T00:40:10.895Z] docker-support-notifications-go latest 0df85e441447 7 seconds ago 17.9MB [2021-04-13T00:40:10.895Z] docker-security-proxy-setup-go latest c78f885cb839 8 seconds ago 25.5MB [2021-04-13T00:40:10.895Z] docker-support-scheduler-go latest 23a2025ff444 39 seconds ago 17.4MB [2021-04-13T00:40:10.895Z] docker-sys-mgmt-agent-go latest 9766bab60e89 41 seconds ago 312MB [2021-04-13T00:40:10.895Z] docker-security-bootstrapper-go latest 2f5b2e5a6bc8 About a minute ago 18.9MB [2021-04-13T00:40:10.895Z] docker-security-secretstore-setup-go latest 29d4f51c600f About a minute ago 25.8MB [2021-04-13T00:40:10.895Z] docker-core-metadata-go latest 779a1e43557c 2 minutes ago 19MB [2021-04-13T00:40:10.895Z] docker-core-command-go latest 37c3848118dd 2 minutes ago 17.3MB [2021-04-13T00:40:10.895Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-13T00:40:15.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-13T00:40:15.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-13T00:40:15.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-13T00:40:15.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.129s coverage: 11.0% of statements [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-13T00:40:15.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.434s coverage: 87.1% of statements [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:40:15.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.733s coverage: 29.1% of statements [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.242s coverage: 99.0% of statements [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.222s coverage: 100.0% of statements [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.381s coverage: 95.6% of statements [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-13T00:40:24.046Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-13T00:40:24.046Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-04-13T00:40:24.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-04-13T00:40:25.623Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-13T00:40:26.220Z] GO111MODULE=on go vet ./... [2021-04-13T00:40:26.556Z] Still waiting to schedule task [2021-04-13T00:40:26.557Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-13T00:41:22.479Z] Running on prd-ubuntu18.04-docker-8c-8g-33794 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-13T00:41:22.567Z] Running in /w/workspace/edgex-go/66 [Pipeline] { [Pipeline] checkout [2021-04-13T00:41:24.859Z] using credential edgex-jenkins-ssh [2021-04-13T00:41:24.921Z] Cloning the remote Git repository [2021-04-13T00:41:24.978Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:41:25.042Z] > git init /w/workspace/edgex-go/66 # timeout=10 [2021-04-13T00:41:25.075Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:41:25.076Z] > git --version # timeout=10 [2021-04-13T00:41:25.083Z] > git --version # 'git version 2.17.1' [2021-04-13T00:41:25.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:41:25.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:41:36.289Z] Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 [2021-04-13T00:41:36.480Z] Merge succeeded, producing 95701cdd43147aedc74ab077cb469b9167092f16 [2021-04-13T00:41:36.481Z] Checking out Revision 95701cdd43147aedc74ab077cb469b9167092f16 (PR-3234) [2021-04-13T00:41:35.743Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:41:35.752Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:41:35.764Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:41:35.776Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:41:35.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:41:35.781Z] > 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-13T00:41:36.303Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:41:36.310Z] > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [2021-04-13T00:41:36.385Z] > git remote # timeout=10 [2021-04-13T00:41:36.391Z] > git config --get remote.origin.url # timeout=10 [2021-04-13T00:41:36.402Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:41:36.406Z] > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 [2021-04-13T00:41:36.478Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-13T00:41:36.488Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:41:36.492Z] > git checkout -f 95701cdd43147aedc74ab077cb469b9167092f16 # timeout=10 [2021-04-13T00:41:40.182Z] Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" [2021-04-13T00:41:40.186Z] > git rev-list --no-walk 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:41:41.297Z] + echo snap-build.sh [2021-04-13T00:41:41.297Z] snap-build.sh [2021-04-13T00:41:41.297Z] + SNAP_BASE_DIR=. [2021-04-13T00:41:41.297Z] + '[' '!' -z /w/workspace/edgex-go/66 ']' [2021-04-13T00:41:41.297Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/66 [2021-04-13T00:41:41.297Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/66]' [2021-04-13T00:41:41.297Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/66] [2021-04-13T00:41:41.297Z] + cd /w/workspace/edgex-go/66 [2021-04-13T00:41:41.297Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-13T00:41:41.297Z] Reading package lists... [2021-04-13T00:41:41.297Z] Building dependency tree... [2021-04-13T00:41:41.297Z] Reading state information... [2021-04-13T00:41:41.566Z] The following packages were automatically installed and are no longer required: [2021-04-13T00:41:41.566Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-13T00:41:41.566Z] uidmap xdelta3 [2021-04-13T00:41:41.566Z] Use 'sudo apt autoremove' to remove them. [2021-04-13T00:41:41.566Z] The following packages will be REMOVED: [2021-04-13T00:41:41.566Z] lxd* lxd-client* [2021-04-13T00:41:41.828Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-13T00:41:41.828Z] After this operation, 31.7 MB disk space will be freed. [2021-04-13T00:41:43.135Z] (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-13T00:41:43.135Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-13T00:41:44.081Z] Removing lxd dnsmasq configuration [2021-04-13T00:41:44.082Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-13T00:41:44.343Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-13T00:41:45.289Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-13T00:41:45.551Z] (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-13T00:41:45.551Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-13T00:41:47.466Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-13T00:41:47.466Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-13T00:41:48.208Z] gofmt -l . [2021-04-13T00:41:48.418Z] + sudo snap remove --purge lxd [2021-04-13T00:41:48.418Z] snap "lxd" is not installed [2021-04-13T00:41:48.418Z] + sudo groupadd --force --system lxd [2021-04-13T00:41:48.479Z] [ "`gofmt -l .`" = "" ] [2021-04-13T00:41:48.680Z] ++ whoami [2021-04-13T00:41:48.680Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-13T00:41:48.680Z] + newgrp - lxd [2021-04-13T00:41:48.680Z] + sudo snap install lxd [2021-04-13T00:41:53.415Z] ./bin/test-go-mod-tidy.sh [2021-04-13T00:41:53.415Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-13T00:41:54.359Z] + ls -al . [2021-04-13T00:41:54.359Z] total 824 [2021-04-13T00:41:54.359Z] drwxrwxr-x 9 1001 1001 4096 Apr 13 00:41 . [2021-04-13T00:41:54.359Z] drwxr-xr-x 4 root root 4096 Apr 13 00:37 .. [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 00:35 .dockerignore [2021-04-13T00:41:54.359Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 00:35 .git [2021-04-13T00:41:54.359Z] drwxrwxr-x 3 1001 1001 4096 Apr 13 00:35 .github [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 818 Apr 13 00:35 .gitignore [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 00:35 .sonarcloud.properties [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 8607 Apr 13 00:35 Attribution.txt [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 00:35 CONTRIBUTING.md [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 931 Apr 13 00:35 Dockerfile.build [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 863 Apr 13 00:35 Jenkinsfile [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 00:35 LICENSE [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 5774 Apr 13 00:35 Makefile [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 6548 Apr 13 00:35 README.md [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 6755 Apr 13 00:35 SECURITY.md [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 00:31 VERSION [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 00:35 ZMQWindows.md [2021-04-13T00:41:54.359Z] drwxrwxr-x 2 1001 1001 4096 Apr 13 00:35 bin [2021-04-13T00:41:54.359Z] drwxrwxr-x 14 1001 1001 4096 Apr 13 00:35 cmd [2021-04-13T00:41:54.359Z] -rw-r--r-- 1 root root 684356 Apr 13 00:40 coverage.out [2021-04-13T00:41:54.359Z] -rw-r--r-- 1 root root 1057 Apr 13 00:41 go.mod [2021-04-13T00:41:54.359Z] -rw-r--r-- 1 root root 21913 Apr 13 00:41 go.sum [2021-04-13T00:41:54.359Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 00:35 internal [2021-04-13T00:41:54.359Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 00:35 openapi [2021-04-13T00:41:54.359Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 00:35 snap [2021-04-13T00:41:54.359Z] -rw-rw-r-- 1 1001 1001 168 Apr 13 00:35 version.go [Pipeline] sh [2021-04-13T00:41:55.010Z] + '[' -e coverage.out ] [2021-04-13T00:41:55.010Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-13T00:41:55.088Z] Warning: overwriting stash ‘coverage-report’ [2021-04-13T00:41:56.143Z] Stashed 1 file(s) [Pipeline] sh [2021-04-13T00:41:56.701Z] 2021-04-13T00:41:54Z INFO Waiting for automatic snapd restart... [2021-04-13T00:41:56.784Z] + make build [2021-04-13T00:41:56.784Z] 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-13T00:42:06.936Z] 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-13T00:42:11.629Z] lxd 4.12 from Canonical* installed [2021-04-13T00:42:11.629Z] + sudo lxd init --auto [2021-04-13T00:42:19.770Z] + sudo snap install --classic snapcraft [2021-04-13T00:42:26.356Z] snapcraft 4.6.2 from Canonical* installed [2021-04-13T00:42:26.356Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-13T00:42:26.356Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-13T00:42:26.356Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T00:42:26.356Z] Dload Upload Total Spent Left Speed [2021-04-13T00:42:26.356Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4644 [2021-04-13T00:42:26.356Z] 49 3325k 49 1636k 0 0 4352k 0 --:--:-- --:--:-- --:--:-- 4352k 100 3325k 100 3325k 0 0 8209k 0 --:--:-- --:--:-- --:--:-- 58.8M [2021-04-13T00:42:26.356Z] ./yq_linux_amd64 [2021-04-13T00:42:26.356Z] + sudo snapcraft prime --use-lxd [2021-04-13T00:42:27.741Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-13T00:42:27.741Z] 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-13T00:42:27.741Z] - README.md [2021-04-13T00:42:27.741Z] [2021-04-13T00:42:27.741Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-13T00:42:28.313Z] Launching a container. [2021-04-13T00:42:33.743Z] 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-13T00:42:36.354Z] 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-13T00:42:40.543Z] Waiting for container to be ready [2021-04-13T00:42:40.543Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-13T00:42:40.543Z] [2021-04-13T00:42:43.086Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-13T00:42:43.657Z] Waiting for network to be ready... [2021-04-13T00:42:43.919Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-13T00:42:44.179Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-13T00:42:44.179Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-13T00:42:44.179Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-13T00:42:44.179Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-13T00:42:44.179Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-13T00:42:44.179Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-13T00:42:44.179Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-13T00:42:44.179Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-13T00:42:44.179Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-13T00:42:44.622Z] 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-13T00:42:44.749Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-13T00:42:44.750Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-13T00:42:45.011Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-13T00:42:45.011Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-13T00:42:45.011Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-13T00:42:45.011Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-13T00:42:45.011Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-13T00:42:45.011Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-13T00:42:45.212Z] 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-13T00:42:45.583Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-13T00:42:45.583Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2000 kB] [2021-04-13T00:42:45.844Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [405 kB] [2021-04-13T00:42:45.844Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-13T00:42:45.844Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-13T00:42:45.844Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [302 kB] [2021-04-13T00:42:45.844Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [40.8 kB] [2021-04-13T00:42:45.844Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1728 kB] [2021-04-13T00:42:45.844Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-13T00:42:47.756Z] Fetched 24.3 MB in 4s (6010 kB/s) [2021-04-13T00:42:48.697Z] Reading package lists... [2021-04-13T00:42:48.958Z] Reading package lists... [2021-04-13T00:42:49.218Z] Building dependency tree... [2021-04-13T00:42:49.219Z] Reading state information... [2021-04-13T00:42:49.219Z] The following additional packages will be installed: [2021-04-13T00:42:49.219Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-13T00:42:49.219Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-13T00:42:49.219Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-13T00:42:49.219Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-13T00:42:49.219Z] Suggested packages: [2021-04-13T00:42:49.219Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-13T00:42:49.219Z] Recommended packages: [2021-04-13T00:42:49.219Z] gnupg libsasl2-modules [2021-04-13T00:42:49.219Z] The following NEW packages will be installed: [2021-04-13T00:42:49.219Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-13T00:42:49.219Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-13T00:42:49.219Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-13T00:42:49.219Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-13T00:42:49.219Z] The following packages will be upgraded: [2021-04-13T00:42:49.219Z] gpg gpg-agent gpgconf libudev1 [2021-04-13T00:42:49.479Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-13T00:42:49.479Z] Need to get 3530 kB of archives. [2021-04-13T00:42:49.479Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-13T00:42:49.479Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-13T00:42:49.479Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-13T00:42:49.739Z] 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-13T00:42:49.739Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-13T00:42:49.739Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-13T00:42:49.739Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-13T00:42:50.315Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-13T00:42:50.315Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-13T00:42:50.315Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-13T00:42:50.315Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-13T00:42:50.315Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-13T00:42:50.315Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-13T00:42:50.315Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-13T00:42:50.315Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-13T00:42:50.315Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-13T00:42:50.315Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-13T00:42:50.315Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-13T00:42:50.315Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-13T00:42:50.315Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-13T00:42:50.315Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-13T00:42:50.315Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-13T00:42:50.315Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-13T00:42:50.584Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:42:50.584Z] Fetched 3530 kB in 1s (3086 kB/s) [2021-04-13T00:42:50.584Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-13T00:42:50.584Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:42:50.584Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:42:50.612Z] 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-13T00:42:50.854Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-13T00:42:50.854Z] Selecting previously unselected package udev. [2021-04-13T00:42:50.854Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-13T00:42:50.854Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:42:50.854Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-13T00:42:51.123Z] Selecting previously unselected package libfuse2:amd64. [2021-04-13T00:42:51.123Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-13T00:42:51.123Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-13T00:42:51.389Z] Selecting previously unselected package fuse. [2021-04-13T00:42:51.389Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-13T00:42:51.389Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-13T00:42:51.389Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:42:51.389Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:42:51.656Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:42:51.656Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:42:51.656Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:42:51.656Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:42:51.929Z] Selecting previously unselected package libksba8:amd64. [2021-04-13T00:42:51.929Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-13T00:42:51.929Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-13T00:42:51.929Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-13T00:42:51.929Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:51.929Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:51.929Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-13T00:42:51.929Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:51.929Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.198Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-13T00:42:52.198Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:52.198Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.198Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-13T00:42:52.198Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:52.198Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.467Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-13T00:42:52.467Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:52.467Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.467Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-13T00:42:52.467Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:52.728Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.728Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-13T00:42:52.728Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:52.728Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.728Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-13T00:42:52.728Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:52.728Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.989Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-13T00:42:52.989Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:42:52.990Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:52.990Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-13T00:42:52.990Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-13T00:42:52.990Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:42:52.990Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-13T00:42:52.990Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-13T00:42:52.990Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:42:53.250Z] Selecting previously unselected package libldap-common. [2021-04-13T00:42:53.250Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-13T00:42:53.250Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:42:53.250Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-13T00:42:53.250Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-13T00:42:53.250Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:42:53.511Z] Selecting previously unselected package dirmngr. [2021-04-13T00:42:53.512Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:42:53.512Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-13T00:42:53.512Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:42:53.512Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-13T00:42:53.512Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-13T00:42:53.773Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:42:53.773Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:42:53.773Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-13T00:42:53.773Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:53.773Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-13T00:42:53.773Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:42:53.773Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-13T00:42:54.344Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-13T00:42:54.344Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.344Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-13T00:42:54.344Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-13T00:42:54.344Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-13T00:42:54.605Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.605Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.605Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.605Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.605Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.605Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.605Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:42:54.605Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:42:54.605Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-13T00:42:54.867Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:42:55.126Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-13T00:42:55.126Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-13T00:42:55.126Z] This means they are not meant to be enabled using systemctl. [2021-04-13T00:42:55.126Z] Possible reasons for having this kind of units are: [2021-04-13T00:42:55.126Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-13T00:42:55.126Z] .wants/ or .requires/ directory. [2021-04-13T00:42:55.126Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-13T00:42:55.126Z] a requirement dependency on it. [2021-04-13T00:42:55.126Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-13T00:42:55.126Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-13T00:42:55.126Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-13T00:42:55.126Z] instance name specified. [2021-04-13T00:42:55.386Z] Reading package lists... [2021-04-13T00:42:55.646Z] Building dependency tree... [2021-04-13T00:42:55.646Z] Reading state information... [2021-04-13T00:42:55.906Z] The following additional packages will be installed: [2021-04-13T00:42:55.906Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-13T00:42:55.906Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-13T00:42:55.906Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-13T00:42:55.906Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-13T00:42:55.906Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-13T00:42:55.906Z] Suggested packages: [2021-04-13T00:42:55.906Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-13T00:42:55.906Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-13T00:42:55.906Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-13T00:42:55.906Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-13T00:42:55.906Z] systemd-container policykit-1 [2021-04-13T00:42:55.906Z] Recommended packages: [2021-04-13T00:42:55.906Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-13T00:42:55.906Z] The following NEW packages will be installed: [2021-04-13T00:42:55.906Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-13T00:42:55.906Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-13T00:42:55.906Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-13T00:42:55.906Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-13T00:42:55.906Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-13T00:42:55.906Z] The following packages will be upgraded: [2021-04-13T00:42:55.906Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-13T00:42:55.906Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-13T00:42:55.906Z] Need to get 35.2 MB of archives. [2021-04-13T00:42:55.906Z] After this operation, 141 MB of additional disk space will be used. [2021-04-13T00:42:55.906Z] 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-13T00:42:55.906Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-13T00:42:55.906Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-13T00:42:56.167Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-13T00:42:56.167Z] 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-13T00:42:56.167Z] 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-13T00:42:56.167Z] 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-13T00:42:56.167Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-13T00:42:56.167Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-13T00:42:56.167Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-13T00:42:56.167Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-13T00:42:56.167Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-13T00:42:56.167Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-13T00:42:56.167Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-13T00:42:56.167Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-13T00:42:56.167Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-13T00:42:56.167Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-13T00:42:57.112Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-13T00:42:57.112Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-13T00:42:57.112Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-13T00:42:57.112Z] 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-13T00:42:57.112Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-13T00:42:57.112Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-13T00:42:57.112Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-13T00:42:57.112Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-13T00:42:57.112Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-13T00:42:57.112Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-13T00:42:57.112Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-13T00:42:57.112Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-13T00:42:57.373Z] 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-13T00:42:57.373Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:42:57.373Z] Fetched 35.2 MB in 1s (24.9 MB/s) [2021-04-13T00:42:57.635Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-13T00:42:57.635Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:42:57.635Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:42:58.208Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:42:58.469Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:42:58.469Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-13T00:42:58.469Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-13T00:42:58.469Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-13T00:42:58.731Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-13T00:42:58.731Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-13T00:42:58.904Z] 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-13T00:42:58.992Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-13T00:42:58.992Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-13T00:42:58.992Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-13T00:42:59.253Z] Setting up apt (1.6.13) ... [2021-04-13T00:42:59.514Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-13T00:42:59.775Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-13T00:42:59.775Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-13T00:42:59.775Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-13T00:43:00.035Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-13T00:43:00.035Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-13T00:43:00.035Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:43:00.035Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:00.297Z] Selecting previously unselected package libexpat1:amd64. [2021-04-13T00:43:00.297Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-13T00:43:00.297Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-13T00:43:00.297Z] Selecting previously unselected package python3.6-minimal. [2021-04-13T00:43:00.297Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:43:00.558Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:00.558Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-13T00:43:00.818Z] Checking for services that may need to be restarted...done. [2021-04-13T00:43:00.818Z] Checking for services that may need to be restarted...done. [2021-04-13T00:43:00.818Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:00.818Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-13T00:43:00.818Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:01.390Z] Selecting previously unselected package python3-minimal. [2021-04-13T00:43:01.390Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-13T00:43:01.390Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-13T00:43:01.390Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-13T00:43:01.390Z] Selecting previously unselected package mime-support. [2021-04-13T00:43:01.390Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-13T00:43:01.390Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-13T00:43:01.650Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-13T00:43:01.650Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-13T00:43:01.650Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-13T00:43:01.650Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-13T00:43:01.650Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:43:01.650Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:01.910Z] Selecting previously unselected package python3.6. [2021-04-13T00:43:01.910Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:43:01.910Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:01.910Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-13T00:43:01.910Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-13T00:43:01.910Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-13T00:43:02.172Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-13T00:43:02.483Z] Selecting previously unselected package python3. [2021-04-13T00:43:02.483Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-13T00:43:02.483Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-13T00:43:02.483Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-13T00:43:02.483Z] Selecting previously unselected package multiarch-support. [2021-04-13T00:43:02.483Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:43:02.483Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-13T00:43:02.745Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-13T00:43:03.007Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-13T00:43:03.007Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-13T00:43:03.007Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-13T00:43:03.007Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-13T00:43:03.007Z] Selecting previously unselected package libbsd0:amd64. [2021-04-13T00:43:03.007Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-13T00:43:03.007Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-13T00:43:03.204Z] 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-13T00:43:03.268Z] Selecting previously unselected package sudo. [2021-04-13T00:43:03.268Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-13T00:43:03.268Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-13T00:43:03.268Z] Selecting previously unselected package apparmor. [2021-04-13T00:43:03.268Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-13T00:43:03.529Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-13T00:43:03.529Z] Selecting previously unselected package libedit2:amd64. [2021-04-13T00:43:03.529Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-13T00:43:03.529Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-13T00:43:03.789Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-13T00:43:03.789Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:43:03.789Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:03.789Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-13T00:43:03.789Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:43:03.789Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:03.789Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-13T00:43:03.789Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-13T00:43:03.789Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-13T00:43:04.049Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-13T00:43:04.049Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:43:04.049Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:04.310Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-13T00:43:04.310Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:43:04.310Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:04.310Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-13T00:43:04.310Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-13T00:43:04.310Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-13T00:43:04.570Z] Selecting previously unselected package openssh-client. [2021-04-13T00:43:04.570Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-13T00:43:04.570Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-13T00:43:04.570Z] Selecting previously unselected package squashfs-tools. [2021-04-13T00:43:04.570Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-13T00:43:04.570Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-13T00:43:04.831Z] Selecting previously unselected package snapd. [2021-04-13T00:43:04.831Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-13T00:43:04.831Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-13T00:43:06.740Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-13T00:43:06.740Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-13T00:43:06.740Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-13T00:43:07.001Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-13T00:43:07.001Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-13T00:43:07.001Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:07.001Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:43:07.001Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-13T00:43:07.001Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-13T00:43:07.943Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-13T00:43:07.943Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-13T00:43:07.943Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-13T00:43:07.943Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:07.943Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:07.943Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:43:08.887Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-13T00:43:08.887Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:08.887Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-13T00:43:08.887Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-13T00:43:09.147Z] running python rtupdate hooks for python3.6... [2021-04-13T00:43:09.147Z] running python post-rtupdate hooks for python3.6... [2021-04-13T00:43:09.147Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-13T00:43:09.916Z] 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-13T00:43:10.531Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-13T00:43:10.531Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:43:10.531Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-13T00:43:10.792Z] Setting up snapd (2.48.3+18.04) ... [2021-04-13T00:43:11.375Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-13T00:43:11.375Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-13T00:43:11.636Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-13T00:43:11.636Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-13T00:43:11.896Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-13T00:43:11.896Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-13T00:43:12.157Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-13T00:43:12.157Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-13T00:43:12.417Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-13T00:43:12.538Z] 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-13T00:43:12.684Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-13T00:43:12.684Z] /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-13T00:43:12.684Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:43:12.948Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-13T00:43:13.889Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:43:13.890Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:43:13.890Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:43:15.093Z] Reading package lists... [2021-04-13T00:43:15.093Z] Reading package lists... [2021-04-13T00:43:15.354Z] Building dependency tree... [2021-04-13T00:43:15.354Z] Reading state information... [2021-04-13T00:43:15.354Z] Calculating upgrade... [2021-04-13T00:43:15.619Z] The following packages will be upgraded: [2021-04-13T00:43:15.619Z] advancecomp base-files bash binutils binutils-common [2021-04-13T00:43:15.619Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-13T00:43:15.619Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-13T00:43:15.619Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-13T00:43:15.619Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-13T00:43:15.619Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-13T00:43:15.619Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-13T00:43:15.619Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-13T00:43:15.619Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-13T00:43:15.619Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-13T00:43:15.619Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-13T00:43:15.619Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-13T00:43:15.619Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-13T00:43:15.619Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-13T00:43:15.619Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-13T00:43:15.879Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-13T00:43:15.879Z] Need to get 63.8 MB of archives. [2021-04-13T00:43:15.879Z] After this operation, 5212 kB of additional disk space will be used. [2021-04-13T00:43:15.879Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-13T00:43:15.879Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-13T00:43:16.450Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-13T00:43:16.450Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-13T00:43:16.450Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-13T00:43:16.450Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-13T00:43:16.450Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-13T00:43:16.450Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-13T00:43:16.450Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-13T00:43:16.450Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-13T00:43:16.450Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-13T00:43:16.450Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-13T00:43:16.450Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-13T00:43:16.450Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-13T00:43:16.450Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-13T00:43:16.450Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-13T00:43:16.450Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-13T00:43:16.450Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] [2021-04-13T00:43:16.450Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-13T00:43:16.712Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-13T00:43:16.712Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-13T00:43:16.712Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-13T00:43:16.712Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-13T00:43:16.974Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-13T00:43:16.974Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-13T00:43:16.974Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-13T00:43:16.974Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-13T00:43:16.974Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-13T00:43:16.974Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-13T00:43:16.974Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-13T00:43:16.974Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-13T00:43:16.974Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-13T00:43:16.974Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-13T00:43:16.974Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-13T00:43:16.974Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-13T00:43:16.974Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-13T00:43:16.974Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-13T00:43:16.974Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-13T00:43:16.974Z] Get:39 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-13T00:43:16.974Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-13T00:43:16.974Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-13T00:43:16.974Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-13T00:43:16.974Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-13T00:43:16.974Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-13T00:43:16.974Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-13T00:43:16.974Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-13T00:43:16.974Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-13T00:43:16.974Z] Get:48 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-13T00:43:16.974Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-13T00:43:16.974Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-13T00:43:16.974Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-13T00:43:16.974Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-13T00:43:17.234Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-13T00:43:17.234Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-13T00:43:17.234Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-13T00:43:17.234Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-13T00:43:17.234Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-13T00:43:17.234Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-13T00:43:17.234Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-13T00:43:17.234Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-13T00:43:17.234Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-13T00:43:17.234Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-13T00:43:17.234Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-13T00:43:17.234Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-13T00:43:17.234Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-13T00:43:17.234Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-13T00:43:17.234Z] Get:67 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-13T00:43:17.234Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-13T00:43:17.234Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-13T00:43:17.234Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-13T00:43:17.234Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-13T00:43:17.234Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-13T00:43:17.234Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-13T00:43:17.234Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-13T00:43:17.234Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-13T00:43:17.234Z] 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-13T00:43:17.234Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-13T00:43:17.234Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-13T00:43:17.234Z] 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-13T00:43:17.495Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-13T00:43:17.495Z] 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-13T00:43:17.495Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-13T00:43:17.495Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-13T00:43:17.495Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-13T00:43:17.495Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-13T00:43:17.496Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-13T00:43:17.496Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-13T00:43:17.496Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-13T00:43:17.496Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-13T00:43:17.496Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-13T00:43:17.959Z] 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-13T00:43:18.066Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-13T00:43:18.330Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-13T00:43:18.330Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-13T00:43:18.330Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-13T00:43:18.902Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-13T00:43:18.902Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-13T00:43:18.902Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-13T00:43:18.902Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-13T00:43:18.902Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-13T00:43:18.902Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:43:18.902Z] Fetched 63.8 MB in 3s (20.6 MB/s) [2021-04-13T00:43:18.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:18.902Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:43:18.902Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:43:19.845Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:43:19.845Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:43:19.845Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... [2021-04-13T00:43:19.845Z] Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... [2021-04-13T00:43:20.787Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:20.787Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:20.787Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:20.787Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:21.048Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:21.048Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:21.048Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:21.048Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:21.307Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:21.308Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:21.308Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:21.308Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:21.308Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:21.569Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:21.569Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:21.569Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:43:21.569Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:21.569Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-13T00:43:21.831Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:21.831Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:43:21.831Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:21.831Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:22.092Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:22.092Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:22.092Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:22.353Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:43:22.353Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:22.614Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:43:22.614Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:43:22.876Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:43:23.136Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-13T00:43:23.396Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:43:23.396Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-13T00:43:23.396Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-13T00:43:23.396Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-13T00:43:23.658Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-13T00:43:23.919Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-13T00:43:23.919Z] Installing new version of config file /etc/issue ... [2021-04-13T00:43:23.919Z] Installing new version of config file /etc/issue.net ... [2021-04-13T00:43:23.919Z] Installing new version of config file /etc/lsb-release ... [2021-04-13T00:43:23.919Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-13T00:43:24.179Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-13T00:43:24.179Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-13T00:43:24.179Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-13T00:43:24.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:24.440Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-13T00:43:24.440Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [Pipeline] } [2021-04-13T00:43:24.681Z] $ docker stop --time=1 3a2872d5217f1231919aadf211fe1a58972f5b9dbda22e9e2b0f235615be79f5 [2021-04-13T00:43:24.701Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-13T00:43:24.701Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-13T00:43:24.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:24.701Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:24.701Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:24.965Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:24.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:24.965Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-13T00:43:24.965Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-13T00:43:25.229Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-13T00:43:25.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:25.229Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-13T00:43:25.229Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-13T00:43:25.498Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-13T00:43:25.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:25.759Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:43:25.759Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:43:25.759Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-13T00:43:26.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:26.021Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:43:26.021Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:43:26.021Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-13T00:43:26.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:26.286Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-13T00:43:26.286Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-13T00:43:26.286Z] Setting up grep (3.1-2build1) ... [2021-04-13T00:43:26.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:26.547Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-13T00:43:26.547Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-13T00:43:26.547Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-13T00:43:26.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:26.809Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:43:26.809Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:43:26.809Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-13T00:43:27.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:27.094Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-13T00:43:27.094Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-13T00:43:27.124Z] $ docker rm -f 3a2872d5217f1231919aadf211fe1a58972f5b9dbda22e9e2b0f235615be79f5 [2021-04-13T00:43:27.670Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-13T00:43:27.670Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-13T00:43:27.670Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-13T00:43:27.670Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-13T00:43:28.241Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-13T00:43:28.241Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:28.241Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-13T00:43:28.505Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:43:29.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:43:29.115Z] [2021-04-13T00:43:29.115Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:43:29.457Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-13T00:43:29.457Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-13T00:43:29.457Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-13T00:43:29.457Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-13T00:43:29.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:43:29.497Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-13T00:43:29.497Z] 29e5d40040c1: Pulling fs layer [2021-04-13T00:43:29.497Z] 1ce36da41761: Pulling fs layer [2021-04-13T00:43:29.497Z] 25b303627fd3: Pulling fs layer [2021-04-13T00:43:29.719Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-13T00:43:29.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:29.719Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-13T00:43:29.719Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-13T00:43:29.980Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-13T00:43:29.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:29.980Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:29.980Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:30.241Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:30.241Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:30.241Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:30.241Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:30.468Z] 29e5d40040c1: Verifying Checksum [2021-04-13T00:43:30.469Z] 29e5d40040c1: Download complete [2021-04-13T00:43:30.501Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:30.501Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:30.501Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:30.501Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:30.501Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:30.743Z] 1ce36da41761: Verifying Checksum [2021-04-13T00:43:30.743Z] 1ce36da41761: Download complete [2021-04-13T00:43:30.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:30.763Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:30.763Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:30.763Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:30.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:30.763Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:43:31.012Z] 29e5d40040c1: Pull complete [2021-04-13T00:43:31.030Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:43:31.030Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:43:31.030Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:43:31.030Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-13T00:43:31.290Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:31.290Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:43:31.290Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:43:31.290Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-13T00:43:31.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:31.550Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:31.550Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:31.550Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:31.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:31.550Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:31.811Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:31.811Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:31.811Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:31.811Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:32.071Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:32.333Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:32.438Z] 1ce36da41761: Pull complete [2021-04-13T00:43:32.438Z] 25b303627fd3: Verifying Checksum [2021-04-13T00:43:32.438Z] 25b303627fd3: Download complete [2021-04-13T00:43:32.594Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-13T00:43:32.856Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-13T00:43:33.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:33.118Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:43:33.118Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:43:33.378Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:43:33.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:43:33.639Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-13T00:43:33.639Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:43:33.639Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-13T00:43:33.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:33.639Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-13T00:43:33.899Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-13T00:43:33.899Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-13T00:43:34.161Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:34.161Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-13T00:43:34.161Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-13T00:43:34.161Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-13T00:43:34.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:34.421Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-13T00:43:34.421Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-13T00:43:34.421Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-13T00:43:34.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:34.682Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-13T00:43:34.682Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:43:34.682Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:43:34.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:34.944Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-13T00:43:34.944Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:43:35.205Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:43:35.205Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:35.205Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-13T00:43:35.205Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:43:35.466Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:43:35.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:35.727Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:43:35.727Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:43:35.727Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:43:35.727Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:43:35.993Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:43:35.993Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:43:35.993Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-13T00:43:36.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:36.254Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-13T00:43:36.254Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-13T00:43:36.254Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-13T00:43:36.514Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:36.514Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-13T00:43:36.514Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:43:36.774Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:43:37.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:37.034Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:43:37.034Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:43:37.034Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-13T00:43:37.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:37.297Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-13T00:43:37.297Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-13T00:43:37.297Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-13T00:43:37.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:37.561Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-13T00:43:37.561Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-13T00:43:37.822Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-13T00:43:38.084Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:38.084Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:43:38.084Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:43:38.344Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-13T00:43:38.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:38.344Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-13T00:43:38.344Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-13T00:43:38.604Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-13T00:43:38.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:38.604Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-13T00:43:38.604Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-13T00:43:38.863Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-13T00:43:38.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:38.863Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-13T00:43:38.863Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-13T00:43:39.124Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-13T00:43:39.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:39.124Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-13T00:43:39.124Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-13T00:43:39.461Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-13T00:43:39.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:39.461Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-13T00:43:39.461Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-13T00:43:39.798Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-13T00:43:39.798Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:43:39.798Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-13T00:43:39.798Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-13T00:43:39.798Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-13T00:43:40.117Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-13T00:43:40.117Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-13T00:43:40.117Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-13T00:43:40.453Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-13T00:43:40.453Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-13T00:43:40.453Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-13T00:43:40.453Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-13T00:43:40.697Z] 25b303627fd3: Pull complete [2021-04-13T00:43:40.697Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-13T00:43:40.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:43:40.697Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-13T00:43:40.856Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-13T00:43:40.856Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-13T00:43:40.856Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-13T00:43:40.856Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-13T00:43:40.933Z] prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container [2021-04-13T00:43:41.018Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-13T00:43:41.115Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-13T00:43:41.115Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-13T00:43:41.115Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-13T00:43:41.115Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-13T00:43:41.376Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-13T00:43:41.376Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-13T00:43:41.376Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-13T00:43:41.638Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-13T00:43:41.638Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-13T00:43:41.638Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-13T00:43:41.638Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-13T00:43:41.899Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-13T00:43:41.899Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-13T00:43:41.899Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-13T00:43:42.846Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-13T00:43:42.846Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-13T00:43:42.846Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-13T00:43:42.846Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-13T00:43:43.106Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:43:43.106Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:43:43.366Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:43:43.366Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:43:43.631Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:43:43.631Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:43:43.631Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:43:43.891Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:43:43.891Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:43.891Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:43:44.096Z] $ docker top 619bd1e97dd9c9f6b7da4bb587cbac1c118327b7f3e5c0f0ff059dd02a374e13 -eo pid,comm [2021-04-13T00:43:44.154Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:44.154Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:43:44.154Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:44.154Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [2021-04-13T00:43:44.414Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:44.414Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] sh [2021-04-13T00:43:45.066Z] + docker-compose build --help [2021-04-13T00:43:45.066Z] + grep parallel [2021-04-13T00:43:45.353Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:45.353Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:43:46.294Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:46.294Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:43:46.865Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:46.865Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:43:47.438Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:47.438Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:43:48.009Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:43:48.269Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:43:48.269Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-13T00:43:48.269Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-13T00:43:48.269Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-13T00:43:48.530Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-13T00:43:48.530Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-13T00:43:48.530Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-13T00:43:48.790Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-13T00:43:48.790Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-13T00:43:49.053Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-13T00:43:49.053Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-13T00:43:49.053Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-13T00:43:49.053Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-13T00:43:49.314Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-13T00:43:49.314Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-13T00:43:49.372Z] --parallel Build images in parallel. [Pipeline] } [2021-04-13T00:43:49.400Z] $ docker stop --time=1 619bd1e97dd9c9f6b7da4bb587cbac1c118327b7f3e5c0f0ff059dd02a374e13 [2021-04-13T00:43:49.580Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:49.580Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-13T00:43:49.580Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:49.580Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:49.580Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:49.580Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-13T00:43:49.580Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-13T00:43:49.580Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-13T00:43:49.847Z] [2021-04-13T00:43:49.847Z] Current default time zone: 'Etc/UTC' [2021-04-13T00:43:49.847Z] Local time is now: Tue Apr 13 00:43:49 UTC 2021. [2021-04-13T00:43:49.847Z] Universal Time is now: Tue Apr 13 00:43:49 UTC 2021. [2021-04-13T00:43:49.847Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-13T00:43:49.847Z] [2021-04-13T00:43:49.847Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-13T00:43:49.847Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:49.847Z] Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... [2021-04-13T00:43:49.847Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:43:49.847Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-13T00:43:49.847Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-13T00:43:49.847Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-13T00:43:49.847Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-13T00:43:50.114Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-13T00:43:50.114Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-13T00:43:50.114Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:50.114Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-13T00:43:50.375Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:50.375Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:43:50.375Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:50.375Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-13T00:43:50.640Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-13T00:43:50.640Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-13T00:43:50.640Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-13T00:43:50.640Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-13T00:43:50.640Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-13T00:43:50.640Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:43:50.640Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-13T00:43:51.251Z] $ docker rm -f 619bd1e97dd9c9f6b7da4bb587cbac1c118327b7f3e5c0f0ff059dd02a374e13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:43:52.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:43:52.017Z] . [Pipeline] withDockerContainer [2021-04-13T00:43:52.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container [2021-04-13T00:43:52.322Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-13T00:43:52.553Z] Updating certificates in /etc/ssl/certs... [2021-04-13T00:43:53.493Z] 23 added, 27 removed; done. [2021-04-13T00:43:53.498Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-13T00:43:53.498Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:43:53.498Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-13T00:43:53.498Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-13T00:43:53.498Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-13T00:43:53.668Z] $ docker top 71a9add3ef21ffa7431fe51a3444652e9437c6b0bd19b8bd4044d2c32d905b6b -eo pid,comm [2021-04-13T00:43:53.759Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:53.759Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:43:53.759Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:53.759Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:53.759Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:53.759Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:53.759Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:53.759Z] Setting up perl (5.26.1-6ubuntu0.5) ... [Pipeline] { [2021-04-13T00:43:54.021Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:43:54.021Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-13T00:43:54.021Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-13T00:43:54.021Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:43:54.021Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:54.021Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:43:54.021Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [Pipeline] sh [2021-04-13T00:43:54.280Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-13T00:43:54.280Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-13T00:43:54.280Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:43:54.280Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-13T00:43:54.550Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-13T00:43:54.550Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-13T00:43:54.550Z] Updating certificates in /etc/ssl/certs... [2021-04-13T00:43:54.664Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-13T00:43:55.120Z] 0 added, 0 removed; done. [2021-04-13T00:43:55.120Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-13T00:43:55.120Z] done. [2021-04-13T00:43:55.381Z] Reading package lists... [2021-04-13T00:43:55.641Z] Building dependency tree... [2021-04-13T00:43:55.641Z] Reading state information... [2021-04-13T00:43:55.641Z] The following NEW packages will be installed: [2021-04-13T00:43:55.641Z] apt-transport-https [2021-04-13T00:43:55.902Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-13T00:43:55.902Z] Need to get 1692 B of archives. [2021-04-13T00:43:55.902Z] After this operation, 154 kB of additional disk space will be used. [2021-04-13T00:43:55.902Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-13T00:43:56.161Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:43:56.161Z] Fetched 1692 B in 0s (8452 B/s) [2021-04-13T00:43:56.161Z] Selecting previously unselected package apt-transport-https. [2021-04-13T00:43:56.161Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-13T00:43:56.161Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-13T00:43:56.161Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-13T00:43:56.161Z] Setting up apt-transport-https (1.6.13) ... [2021-04-13T00:43:56.421Z] Waiting for network to be ready... [2021-04-13T00:43:58.952Z] Building docker-core-command-go ... [2021-04-13T00:43:58.952Z] Building docker-core-data-go ... [2021-04-13T00:43:58.952Z] Building docker-core-metadata-go ... [2021-04-13T00:43:58.952Z] Building docker-security-bootstrapper-go ... [2021-04-13T00:43:58.952Z] Building docker-security-proxy-setup-go ... [2021-04-13T00:43:58.952Z] Building docker-security-secretstore-setup-go ... [2021-04-13T00:43:58.952Z] Building docker-support-notifications-go ... [2021-04-13T00:43:58.952Z] Building docker-support-scheduler-go ... [2021-04-13T00:43:58.952Z] Building docker-sys-mgmt-agent-go ... [2021-04-13T00:43:58.952Z] Building docker-support-scheduler-go [2021-04-13T00:43:58.952Z] Building docker-core-metadata-go [2021-04-13T00:43:58.952Z] Building docker-security-bootstrapper-go [2021-04-13T00:43:58.952Z] Building docker-core-command-go [2021-04-13T00:43:58.952Z] Building docker-support-notifications-go [2021-04-13T00:44:03.063Z] 2021-04-13T00:43:59Z INFO Waiting for automatic snapd restart... [2021-04-13T00:44:03.063Z] snapd 2.49.2 from Canonical* installed [2021-04-13T00:44:04.003Z] "snapd" switched to the "latest/stable" channel [2021-04-13T00:44:04.003Z] [2021-04-13T00:44:06.548Z] core18 20210309 from Canonical* installed [2021-04-13T00:44:06.808Z] "core18" switched to the "latest/stable" channel [2021-04-13T00:44:06.808Z] [2021-04-13T00:44:10.106Z] snapcraft 4.6.2 from Canonical* installed [2021-04-13T00:44:10.106Z] "snapcraft" switched to the "latest/stable" channel [2021-04-13T00:44:10.106Z] [2021-04-13T00:44:14.308Z] 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-13T00:44:14.308Z] - README.md [2021-04-13T00:44:14.308Z] [2021-04-13T00:44:14.308Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-13T00:44:20.894Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:44:20.894Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:44:20.894Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:44:20.894Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:44:21.850Z] Reading package lists... [2021-04-13T00:44:21.850Z] 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-13T00:44:28.460Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:44:28.460Z] Reading package lists... [2021-04-13T00:44:28.460Z] Building dependency tree... [2021-04-13T00:44:28.460Z] Reading state information... [2021-04-13T00:44:28.460Z] Suggested packages: [2021-04-13T00:44:28.460Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-13T00:44:28.461Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-13T00:44:28.461Z] Recommended packages: [2021-04-13T00:44:28.461Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-13T00:44:28.461Z] The following NEW packages will be installed: [2021-04-13T00:44:28.461Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-13T00:44:28.461Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-13T00:44:28.461Z] pkg-config zip [2021-04-13T00:44:28.461Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-13T00:44:28.461Z] Need to get 7663 kB of archives. [2021-04-13T00:44:28.461Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-13T00:44:28.461Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-13T00:44:28.461Z] 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-13T00:44:28.722Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-13T00:44:28.723Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-13T00:44:28.982Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-13T00:44:28.982Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-13T00:44:28.982Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-13T00:44:28.982Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-13T00:44:28.982Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-13T00:44:28.982Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-13T00:44:29.243Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-13T00:44:29.243Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-13T00:44:29.243Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-13T00:44:29.504Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-13T00:44:29.504Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-13T00:44:29.504Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:44:29.504Z] Fetched 7663 kB in 1s (7343 kB/s) [2021-04-13T00:44:29.504Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-13T00:44:29.504Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-13T00:44:29.504Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-13T00:44:29.504Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-13T00:44:29.767Z] Selecting previously unselected package libpsl5:amd64. [2021-04-13T00:44:29.767Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-13T00:44:29.767Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-13T00:44:30.030Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-13T00:44:30.030Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-13T00:44:30.030Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-13T00:44:30.030Z] Selecting previously unselected package librtmp1:amd64. [2021-04-13T00:44:30.030Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-13T00:44:30.030Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-13T00:44:30.293Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-13T00:44:30.293Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-13T00:44:30.293Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-13T00:44:30.293Z] Selecting previously unselected package liberror-perl. [2021-04-13T00:44:30.293Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-13T00:44:30.293Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-13T00:44:30.293Z] Selecting previously unselected package git-man. [2021-04-13T00:44:30.293Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-13T00:44:30.293Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:44:30.558Z] Selecting previously unselected package git. [2021-04-13T00:44:30.558Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-13T00:44:30.558Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:44:31.499Z] Selecting previously unselected package libnorm1:amd64. [2021-04-13T00:44:31.499Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-13T00:44:31.499Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-13T00:44:31.499Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-13T00:44:31.499Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-13T00:44:31.499Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-13T00:44:31.499Z] Selecting previously unselected package libsodium23:amd64. [2021-04-13T00:44:31.499Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-13T00:44:31.499Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-13T00:44:31.759Z] Selecting previously unselected package libzmq5:amd64. [2021-04-13T00:44:31.759Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-13T00:44:31.759Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:44:31.759Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-13T00:44:31.759Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-13T00:44:31.759Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:44:32.019Z] Selecting previously unselected package pkg-config. [2021-04-13T00:44:32.019Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-13T00:44:32.019Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-13T00:44:32.019Z] Selecting previously unselected package zip. [2021-04-13T00:44:32.019Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-13T00:44:32.019Z] Unpacking zip (3.0-11build1) ... [2021-04-13T00:44:32.280Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-13T00:44:32.280Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:44:32.280Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-13T00:44:32.280Z] Setting up liberror-perl (0.17025-1) ... [2021-04-13T00:44:32.280Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-13T00:44:32.280Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-13T00:44:32.280Z] No schema files found: doing nothing. [2021-04-13T00:44:32.280Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-13T00:44:32.280Z] Setting up zip (3.0-11build1) ... [2021-04-13T00:44:32.539Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-13T00:44:32.539Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-13T00:44:32.539Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-13T00:44:32.539Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:44:32.539Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-13T00:44:32.539Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:44:32.539Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:44:32.801Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:44:39.400Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:44:39.400Z] git set to automatically installed. [2021-04-13T00:44:39.400Z] git-man set to automatically installed. [2021-04-13T00:44:39.400Z] libcurl3-gnutls set to automatically installed. [2021-04-13T00:44:39.400Z] liberror-perl set to automatically installed. [2021-04-13T00:44:39.400Z] libglib2.0-0 set to automatically installed. [2021-04-13T00:44:39.400Z] libnghttp2-14 set to automatically installed. [2021-04-13T00:44:39.400Z] libnorm1 set to automatically installed. [2021-04-13T00:44:39.400Z] libpgm-5.2-0 set to automatically installed. [2021-04-13T00:44:39.400Z] libpsl5 set to automatically installed. [2021-04-13T00:44:39.401Z] librtmp1 set to automatically installed. [2021-04-13T00:44:39.401Z] libsodium23 set to automatically installed. [2021-04-13T00:44:39.401Z] libzmq3-dev set to automatically installed. [2021-04-13T00:44:39.401Z] libzmq5 set to automatically installed. [2021-04-13T00:44:39.401Z] pkg-config set to automatically installed. [2021-04-13T00:44:39.401Z] zip set to automatically installed. [2021-04-13T00:44:40.782Z] snapd is not logged in, snap install commands will use sudo [2021-04-13T00:44:47.361Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:45:05.710Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-13T00:45:05.710Z] snapd is not logged in, snap install commands will use sudo [2021-04-13T00:45:11.023Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:45:11.023Z] snap "core18" has no updates available [2021-04-13T00:45:11.969Z] Pulling go-build-helper [2021-04-13T00:45:11.969Z] + snapcraftctl pull [2021-04-13T00:45:12.910Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-13T00:45:12.910Z] Skipping pull go-build-helper (already ran) [2021-04-13T00:45:12.910Z] Building go-build-helper [2021-04-13T00:45:12.910Z] + snapcraftctl build [2021-04-13T00:45:14.823Z] Staging go-build-helper [2021-04-13T00:45:14.823Z] + snapcraftctl stage [2021-04-13T00:45:20.798Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:45:20.798Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:45:20.798Z] ---> 46ab52ec0596 [2021-04-13T00:45:20.798Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:45:20.798Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:45:20.798Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:45:20.798Z] ---> 46ab52ec0596 [2021-04-13T00:45:20.798Z] Step 3/31 : WORKDIR /edgex-go [2021-04-13T00:45:20.798Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:45:20.798Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:45:20.798Z] ---> 46ab52ec0596 [2021-04-13T00:45:20.798Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:45:20.798Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:45:20.798Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:45:20.798Z] ---> 46ab52ec0596 [2021-04-13T00:45:20.798Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:45:20.798Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:45:20.798Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:45:20.798Z] ---> 46ab52ec0596 [2021-04-13T00:45:20.798Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:45:20.798Z] ---> Running in 65a6dc97abfe [2021-04-13T00:45:20.798Z] ---> Running in a748e0273af6 [2021-04-13T00:45:20.798Z] ---> Running in 32442a17c45e [2021-04-13T00:45:20.798Z] ---> Running in 9e1b159ee044 [2021-04-13T00:45:20.798Z] ---> Running in 9c6f4fac8f7b [2021-04-13T00:45:20.798Z] Removing intermediate container 65a6dc97abfe [2021-04-13T00:45:20.798Z] Removing intermediate container 9e1b159ee044 [2021-04-13T00:45:20.798Z] ---> 8fc0bdf93be8 [2021-04-13T00:45:20.798Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:45:20.798Z] ---> 65496debddd5 [2021-04-13T00:45:20.798Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:45:20.798Z] Removing intermediate container a748e0273af6 [2021-04-13T00:45:20.798Z] ---> 84fdce265895 [2021-04-13T00:45:20.798Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:45:20.798Z] Removing intermediate container 32442a17c45e [2021-04-13T00:45:20.798Z] ---> 873b5b4e4115 [2021-04-13T00:45:20.798Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:45:20.798Z] Removing intermediate container 9c6f4fac8f7b [2021-04-13T00:45:20.798Z] ---> 05ae1e1aba75 [2021-04-13T00:45:20.798Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:45:20.798Z] ---> Running in 6931cf977f10 [2021-04-13T00:45:20.798Z] ---> Running in 32cc49ede4d4 [2021-04-13T00:45:20.798Z] ---> Running in d0913ce62cbd [2021-04-13T00:45:20.798Z] ---> Running in 5741b467bf46 [2021-04-13T00:45:20.798Z] ---> Running in 289ae8f074ad [2021-04-13T00:45:20.798Z] Removing intermediate container 6931cf977f10 [2021-04-13T00:45:20.798Z] ---> b9cc0a795102 [2021-04-13T00:45:20.798Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:45:20.798Z] ---> Running in 9e2c52edafd0 [2021-04-13T00:45:20.798Z] Removing intermediate container 32cc49ede4d4 [2021-04-13T00:45:20.798Z] ---> 6c86c098377a [2021-04-13T00:45:20.798Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-13T00:45:20.798Z] Removing intermediate container 289ae8f074ad [2021-04-13T00:45:20.798Z] ---> ad90ca6c06b9 [2021-04-13T00:45:20.798Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-13T00:45:20.798Z] ---> Running in 07704d84c606 [2021-04-13T00:45:20.798Z] ---> Running in 4f92ba346de3 [2021-04-13T00:45:20.798Z] Removing intermediate container 5741b467bf46 [2021-04-13T00:45:20.798Z] ---> 20da2897cef8 [2021-04-13T00:45:20.798Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-13T00:45:20.798Z] Removing intermediate container d0913ce62cbd [2021-04-13T00:45:20.798Z] ---> 231a480f50b6 [2021-04-13T00:45:20.798Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:45:20.798Z] ---> Running in de4e4bf08f12 [2021-04-13T00:45:20.798Z] ---> Running in 1ef7262ec5f5 [2021-04-13T00:45:20.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:21.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:45:22.211Z] OK: 217 MiB in 51 packages [2021-04-13T00:45:22.488Z] OK: 217 MiB in 51 packages [2021-04-13T00:45:22.802Z] OK: 217 MiB in 51 packages [2021-04-13T00:45:23.080Z] OK: 217 MiB in 51 packages [2021-04-13T00:45:23.080Z] OK: 217 MiB in 51 packages [2021-04-13T00:45:24.062Z] Removing intermediate container 9e2c52edafd0 [2021-04-13T00:45:24.062Z] ---> 6b15f65bdddf [2021-04-13T00:45:24.062Z] Step 6/23 : COPY go.mod . [2021-04-13T00:45:24.337Z] Removing intermediate container 4f92ba346de3 [2021-04-13T00:45:24.337Z] ---> 2ccb6e9e6f70 [2021-04-13T00:45:24.337Z] Step 6/31 : COPY go.mod . [2021-04-13T00:45:24.337Z] Removing intermediate container 07704d84c606 [2021-04-13T00:45:24.337Z] ---> 44fb82e21c4b [2021-04-13T00:45:24.337Z] Step 6/22 : COPY go.mod . [2021-04-13T00:45:24.821Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-13T00:45:24.821Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-13T00:45:24.821Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-13T00:45:24.821Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-13T00:45:24.821Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-13T00:45:24.821Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-13T00:45:24.821Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-13T00:45:24.821Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-13T00:45:24.821Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-13T00:45:24.821Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-13T00:45:24.821Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-13T00:45:24.821Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-13T00:45:24.821Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-13T00:45:24.821Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-13T00:45:24.821Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-13T00:45:24.821Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-13T00:45:24.821Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-13T00:45:24.821Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-13T00:45:24.821Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-13T00:45:24.821Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2000 kB] [2021-04-13T00:45:24.821Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [405 kB] [2021-04-13T00:45:24.821Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-13T00:45:24.821Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-13T00:45:24.821Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [302 kB] [2021-04-13T00:45:24.821Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [40.8 kB] [2021-04-13T00:45:24.821Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1728 kB] [2021-04-13T00:45:24.821Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-13T00:45:24.821Z] Fetched 24.3 MB in 0s (0 B/s) [2021-04-13T00:45:24.821Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-13T00:45:24.821Z] Fetched 224 kB in 0s (0 B/s) [2021-04-13T00:45:24.821Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-13T00:45:24.821Z] Fetched 157 kB in 0s (0 B/s) [2021-04-13T00:45:24.821Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-13T00:45:24.821Z] Fetched 221 kB in 0s (0 B/s) [2021-04-13T00:45:24.821Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-13T00:45:24.821Z] Fetched 143 kB in 0s (0 B/s) [2021-04-13T00:45:24.821Z] Pulling app-service-config [2021-04-13T00:45:24.821Z] + snapcraftctl pull [2021-04-13T00:45:24.932Z] Removing intermediate container 1ef7262ec5f5 [2021-04-13T00:45:24.932Z] ---> c54dddac580a [2021-04-13T00:45:24.932Z] Step 6/22 : COPY go.mod . [2021-04-13T00:45:24.932Z] Removing intermediate container de4e4bf08f12 [2021-04-13T00:45:24.932Z] ---> ea3f26b9c089 [2021-04-13T00:45:24.932Z] Step 6/23 : COPY go.mod . [2021-04-13T00:45:24.932Z] ---> 237bd4932e80 [2021-04-13T00:45:24.932Z] Step 7/23 : RUN go mod download [2021-04-13T00:45:25.205Z] ---> Running in 79e97ec554ad [2021-04-13T00:45:25.205Z] ---> 62ddf424de80 [2021-04-13T00:45:25.205Z] Step 7/31 : RUN go mod download [2021-04-13T00:45:25.390Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-13T00:45:25.476Z] ---> Running in 9f9a34055faa [2021-04-13T00:45:25.747Z] ---> 21a14892c4ed [2021-04-13T00:45:25.747Z] Step 7/22 : RUN go mod download [2021-04-13T00:45:25.747Z] ---> 19591b55a43b [2021-04-13T00:45:25.747Z] Step 7/22 : RUN go mod download [2021-04-13T00:45:25.962Z] Pulling config-common [2021-04-13T00:45:25.962Z] + snapcraftctl pull [2021-04-13T00:45:26.022Z] ---> Running in 9028202aaee4 [2021-04-13T00:45:26.022Z] ---> 2f9dd6bda684 [2021-04-13T00:45:26.022Z] Step 7/23 : RUN go mod download [2021-04-13T00:45:26.299Z] ---> Running in c5560da6682b [2021-04-13T00:45:26.299Z] ---> Running in c35b172d59bb [2021-04-13T00:45:29.714Z] Removing intermediate container 79e97ec554ad [2021-04-13T00:45:29.714Z] ---> c62d416c5ac1 [2021-04-13T00:45:29.714Z] Step 8/23 : COPY . . [2021-04-13T00:45:29.985Z] Removing intermediate container 9f9a34055faa [2021-04-13T00:45:29.985Z] ---> a8c312941566 [2021-04-13T00:45:29.985Z] Step 8/31 : COPY . . [2021-04-13T00:45:30.165Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:45:30.165Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:45:30.165Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:45:30.165Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:45:30.165Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-13T00:45:30.165Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:45:30.165Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-13T00:45:30.165Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:45:30.165Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-13T00:45:30.165Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:45:30.165Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-13T00:45:30.165Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:45:30.165Z] Pulling edgex-go [2021-04-13T00:45:30.165Z] + snapcraftctl pull [2021-04-13T00:45:30.580Z] Removing intermediate container 9028202aaee4 [2021-04-13T00:45:30.580Z] ---> 909d02871122 [2021-04-13T00:45:30.580Z] Step 8/22 : COPY . . [2021-04-13T00:45:31.179Z] Removing intermediate container c5560da6682b [2021-04-13T00:45:31.179Z] ---> 26be5283390a [2021-04-13T00:45:31.179Z] Step 8/22 : COPY . . [2021-04-13T00:45:31.778Z] Removing intermediate container c35b172d59bb [2021-04-13T00:45:31.778Z] ---> 5f1260890b6a [2021-04-13T00:45:31.778Z] Step 8/23 : COPY . . [2021-04-13T00:45:52.128Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:45:52.129Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:45:52.129Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:45:52.129Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-13T00:45:52.129Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-13T00:45:52.129Z] Fetched 279 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-13T00:45:52.129Z] Fetched 122 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-13T00:45:52.129Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-13T00:45:52.129Z] Fetched 8848 B in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-13T00:45:52.129Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-13T00:45:52.129Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-13T00:45:52.129Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-13T00:45:52.129Z] Fetched 219 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-13T00:45:52.129Z] Fetched 154 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-13T00:45:52.129Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-13T00:45:52.129Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-13T00:45:52.129Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-13T00:45:52.129Z] Fetched 499 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-13T00:45:52.129Z] Fetched 111 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-13T00:45:52.129Z] Fetched 240 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-13T00:45:52.129Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-13T00:45:52.129Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-13T00:45:52.129Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-13T00:45:52.129Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-13T00:45:52.129Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-13T00:45:52.129Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-13T00:45:52.129Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-13T00:45:52.129Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-13T00:45:52.129Z] Fetched 8720 B in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-13T00:45:52.129Z] Fetched 137 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-13T00:45:52.129Z] Fetched 119 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-13T00:45:52.129Z] Fetched 109 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-13T00:45:52.129Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-13T00:45:52.129Z] Fetched 645 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-13T00:45:52.129Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-13T00:45:52.129Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-13T00:45:52.129Z] Fetched 368 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-13T00:45:52.129Z] Fetched 187 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-13T00:45:52.129Z] Fetched 175 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-13T00:45:52.129Z] Fetched 206 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-13T00:45:52.129Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-13T00:45:52.129Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-13T00:45:52.129Z] Fetched 159 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-13T00:45:52.129Z] Fetched 107 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-13T00:45:52.129Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-13T00:45:52.129Z] Pulling static-packages [2021-04-13T00:45:52.129Z] + snapcraftctl pull [2021-04-13T00:45:52.129Z] Pulling version [2021-04-13T00:45:52.129Z] + cd /root/project [2021-04-13T00:45:52.129Z] + [ -f VERSION ] [2021-04-13T00:45:52.129Z] + PROJECT_VERSION=local-dev [2021-04-13T00:45:52.129Z] + git rev-parse --short HEAD [2021-04-13T00:45:52.129Z] + GIT_REVISION=95701cdd [2021-04-13T00:45:52.129Z] + snapcraftctl set-version local-dev [2021-04-13T00:45:52.129Z] Skipping build go-build-helper (already ran) [2021-04-13T00:45:52.388Z] Building app-service-config [2021-04-13T00:45:52.388Z] + make build [2021-04-13T00:45:52.388Z] 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-13T00:45:54.933Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-13T00:45:54.933Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-13T00:45:54.933Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-13T00:45:54.933Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-13T00:45:54.933Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-13T00:45:54.933Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-13T00:45:54.933Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-13T00:45:55.194Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-13T00:45:55.194Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-13T00:45:55.194Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-13T00:45:55.194Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-13T00:45:55.454Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-13T00:45:55.454Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-13T00:45:55.454Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-13T00:45:55.454Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-13T00:45:55.714Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-13T00:45:55.714Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-13T00:45:55.714Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-13T00:45:55.714Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-13T00:45:55.714Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-13T00:45:55.975Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-13T00:45:55.975Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-13T00:45:55.975Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-13T00:45:55.975Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-13T00:45:55.975Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-13T00:45:55.975Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-13T00:45:55.975Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-13T00:45:55.975Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-13T00:45:56.235Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-13T00:45:56.235Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-13T00:45:56.235Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-13T00:45:56.235Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-13T00:45:56.235Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-13T00:45:56.235Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-13T00:45:56.235Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-13T00:45:56.235Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-13T00:45:56.235Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-13T00:45:56.235Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-13T00:45:56.235Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-13T00:45:56.235Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-13T00:45:56.235Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-13T00:45:56.235Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-13T00:45:56.235Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-13T00:45:56.235Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-13T00:45:56.499Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-13T00:45:58.614Z] ---> 56ac06861bdf [2021-04-13T00:45:58.615Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-13T00:45:58.615Z] ---> 57f81a0fa18c [2021-04-13T00:45:58.615Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-13T00:45:58.615Z] ---> 3aa75c0deba6 [2021-04-13T00:45:58.615Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-13T00:45:58.615Z] ---> 13454ca3538d [2021-04-13T00:45:58.615Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-13T00:45:58.615Z] ---> Running in 40eaa35c5aec [2021-04-13T00:45:58.615Z] ---> Running in 605381e56910 [2021-04-13T00:45:58.615Z] ---> 77aa9c4466a1 [2021-04-13T00:45:58.615Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-13T00:45:58.615Z] ---> Running in fc996c815f71 [2021-04-13T00:45:58.615Z] ---> Running in 044266b8b25f [2021-04-13T00:45:58.615Z] ---> Running in 6d6b7e838ff8 [2021-04-13T00:45:58.615Z] 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-13T00:45:59.236Z] 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-13T00:45:59.236Z] 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-13T00:45:59.236Z] 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-13T00:45:59.513Z] 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-13T00:46:06.505Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-13T00:46:06.505Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-13T00:46:06.505Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-13T00:46:06.505Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-13T00:46:06.764Z] Building config-common [2021-04-13T00:46:06.764Z] + snapcraftctl build [2021-04-13T00:46:08.674Z] Building edgex-go [2021-04-13T00:46:08.934Z] + cd /root/parts/edgex-go/src [2021-04-13T00:46:08.934Z] + make build [2021-04-13T00:46:08.934Z] 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-13T00:46:09.193Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-13T00:46:09.193Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-13T00:46:09.193Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-13T00:46:12.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-13T00:46:12.506Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-13T00:46:17.780Z] 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-13T00:46:18.720Z] 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-13T00:46:20.629Z] 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-13T00:46:20.888Z] 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-13T00:46:20.888Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-13T00:46:21.148Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-13T00:46:21.148Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-13T00:46:21.148Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-13T00:46:23.053Z] 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-13T00:46:23.053Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-13T00:46:23.053Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-13T00:46:24.435Z] 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-13T00:46:25.816Z] 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-13T00:46:27.196Z] 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-13T00:46:28.134Z] 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-13T00:46:28.134Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-13T00:46:29.518Z] 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-13T00:46:29.518Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-13T00:46:32.056Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-13T00:46:32.056Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-13T00:46:32.056Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-13T00:46:32.056Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-13T00:46:32.056Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-13T00:46:32.056Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-13T00:46:32.056Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-13T00:46:32.056Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-13T00:46:32.056Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-13T00:46:32.056Z] + 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-13T00:46:32.056Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-13T00:46:32.056Z] + 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-13T00:46:32.056Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-13T00:46:32.056Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-13T00:46:32.056Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-13T00:46:32.056Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-13T00:46:32.056Z] + 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-13T00:46:34.607Z] Building static-packages [2021-04-13T00:46:34.607Z] + snapcraftctl build [2021-04-13T00:46:36.517Z] Building version [2021-04-13T00:46:36.517Z] + snapcraftctl build [2021-04-13T00:46:39.054Z] Skipping stage go-build-helper (already ran) [2021-04-13T00:46:39.054Z] Staging app-service-config [2021-04-13T00:46:39.054Z] + snapcraftctl stage [2021-04-13T00:46:39.624Z] Staging config-common [2021-04-13T00:46:39.625Z] + snapcraftctl stage [2021-04-13T00:46:41.014Z] Staging edgex-go [2021-04-13T00:46:41.014Z] + snapcraftctl stage [2021-04-13T00:46:41.958Z] Staging static-packages [2021-04-13T00:46:41.958Z] + snapcraftctl stage [2021-04-13T00:46:42.898Z] Staging version [2021-04-13T00:46:42.898Z] + snapcraftctl stage [2021-04-13T00:46:43.840Z] Priming go-build-helper [2021-04-13T00:46:43.840Z] + snapcraftctl prime [2021-04-13T00:46:45.224Z] Priming app-service-config [2021-04-13T00:46:45.224Z] + snapcraftctl prime [2021-04-13T00:46:46.214Z] Priming config-common [2021-04-13T00:46:46.214Z] + snapcraftctl prime [2021-04-13T00:46:47.219Z] Priming edgex-go [2021-04-13T00:46:47.219Z] + snapcraftctl prime [2021-04-13T00:46:48.640Z] Priming static-packages [2021-04-13T00:46:48.640Z] + snapcraftctl prime [2021-04-13T00:46:51.186Z] Priming version [2021-04-13T00:46:51.186Z] + snapcraftctl prime [2021-04-13T00:46:51.755Z] 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-13T00:47:51.409Z] Removing intermediate container 605381e56910 [2021-04-13T00:47:51.409Z] ---> bb9605319563 [2021-04-13T00:47:51.409Z] [2021-04-13T00:47:51.409Z] Step 10/31 : FROM alpine:3.12 [2021-04-13T00:47:51.409Z] 3.12: Pulling from library/alpine [2021-04-13T00:47:51.715Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T00:47:51.715Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T00:47:51.715Z] ---> d75e27dfc0a0 [2021-04-13T00:47:51.715Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-13T00:47:52.333Z] ---> Running in 49ee17bdd142 [2021-04-13T00:47:52.949Z] Removing intermediate container 49ee17bdd142 [2021-04-13T00:47:52.949Z] ---> 752e460e0d03 [2021-04-13T00:47:52.949Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-13T00:47:53.233Z] ---> Running in 60d268297d3d [2021-04-13T00:47:55.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:47:55.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:47:56.236Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:47:56.236Z] (2/2) Installing su-exec (0.2-r1) [2021-04-13T00:47:56.236Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:47:56.236Z] OK: 5 MiB in 16 packages [2021-04-13T00:47:58.912Z] Removing intermediate container 60d268297d3d [2021-04-13T00:47:58.912Z] ---> e266830b261b [2021-04-13T00:47:58.912Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-13T00:47:59.904Z] ---> Running in 8ae526cdda66 [2021-04-13T00:48:01.365Z] Removing intermediate container 8ae526cdda66 [2021-04-13T00:48:01.365Z] ---> 71ede1004cba [2021-04-13T00:48:01.365Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-13T00:48:01.641Z] ---> Running in 91d5f4559164 [2021-04-13T00:48:02.639Z] Removing intermediate container 6d6b7e838ff8 [2021-04-13T00:48:02.640Z] ---> 0644acf1b84c [2021-04-13T00:48:02.640Z] [2021-04-13T00:48:02.640Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:48:02.640Z] ---> d75e27dfc0a0 [2021-04-13T00:48:02.640Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:48:03.627Z] ---> Running in 7ed4c9e2c645 [2021-04-13T00:48:03.903Z] Removing intermediate container 91d5f4559164 [2021-04-13T00:48:03.903Z] ---> 2875bb106504 [2021-04-13T00:48:03.903Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-13T00:48:04.891Z] ---> Running in f5c2bddc2d78 [2021-04-13T00:48:04.891Z] Removing intermediate container 044266b8b25f [2021-04-13T00:48:04.891Z] ---> b45fd8a38e43 [2021-04-13T00:48:04.891Z] [2021-04-13T00:48:04.891Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:48:04.891Z] ---> d75e27dfc0a0 [2021-04-13T00:48:04.891Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:48:05.484Z] ---> Running in 491aa5eb475c [2021-04-13T00:48:05.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:06.096Z] Removing intermediate container fc996c815f71 [2021-04-13T00:48:06.096Z] ---> 56a9d1681830 [2021-04-13T00:48:06.096Z] [2021-04-13T00:48:06.096Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:48:06.096Z] ---> d75e27dfc0a0 [2021-04-13T00:48:06.096Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-13T00:48:06.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:06.696Z] ---> Running in 8d455ca147f9 [2021-04-13T00:48:06.988Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T00:48:06.988Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:48:06.988Z] OK: 5 MiB in 15 packages [2021-04-13T00:48:07.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:07.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:08.475Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T00:48:08.475Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:48:08.475Z] OK: 5 MiB in 15 packages [2021-04-13T00:48:08.763Z] Removing intermediate container f5c2bddc2d78 [2021-04-13T00:48:08.763Z] ---> 60a8628f93e3 [2021-04-13T00:48:08.763Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-13T00:48:08.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:08.763Z] Removing intermediate container 7ed4c9e2c645 [2021-04-13T00:48:08.763Z] ---> 000c184791e3 [2021-04-13T00:48:08.763Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:48:08.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:08.763Z] ---> Running in aaffb26d1a41 [2021-04-13T00:48:09.362Z] ---> Running in 18243808ae58 [2021-04-13T00:48:09.635Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-13T00:48:09.635Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:48:09.635Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:48:09.635Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:48:09.635Z] Removing intermediate container aaffb26d1a41 [2021-04-13T00:48:09.635Z] ---> 5dac96e18b3f [2021-04-13T00:48:09.635Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-13T00:48:09.907Z] OK: 6 MiB in 16 packages [2021-04-13T00:48:10.178Z] Removing intermediate container 18243808ae58 [2021-04-13T00:48:10.178Z] ---> fd155a70fde9 [2021-04-13T00:48:10.178Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-13T00:48:10.450Z] Removing intermediate container 491aa5eb475c [2021-04-13T00:48:10.450Z] ---> 47231aa7130b [2021-04-13T00:48:10.450Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:48:10.726Z] ---> Running in 315e12bd7459 [2021-04-13T00:48:11.001Z] ---> Running in 8f8bcc69aac7 [2021-04-13T00:48:11.274Z] ---> 6fade49bec1d [2021-04-13T00:48:11.274Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-13T00:48:11.876Z] ---> Running in eac8b2583ceb [2021-04-13T00:48:11.876Z] Removing intermediate container 315e12bd7459 [2021-04-13T00:48:11.876Z] ---> c5b510ac06ee [2021-04-13T00:48:11.876Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:48:12.147Z] Removing intermediate container 8f8bcc69aac7 [2021-04-13T00:48:12.147Z] ---> ce9c1ed93442 [2021-04-13T00:48:12.147Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-13T00:48:12.147Z] ---> Running in 8f36f036e728 [2021-04-13T00:48:12.420Z] Removing intermediate container 8d455ca147f9 [2021-04-13T00:48:12.420Z] ---> 437209ac7a6a [2021-04-13T00:48:12.420Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:48:12.420Z] ---> Running in 69be74282cf9 [2021-04-13T00:48:12.698Z] Removing intermediate container 40eaa35c5aec [2021-04-13T00:48:12.698Z] ---> 533a15eda815 [2021-04-13T00:48:12.698Z] [2021-04-13T00:48:12.698Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:48:12.698Z] ---> d75e27dfc0a0 [2021-04-13T00:48:12.698Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:48:12.698Z] ---> Using cache [2021-04-13T00:48:12.698Z] ---> 47231aa7130b [2021-04-13T00:48:12.698Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:48:12.698Z] ---> Using cache [2021-04-13T00:48:12.698Z] ---> ce9c1ed93442 [2021-04-13T00:48:12.698Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-13T00:48:12.990Z] ---> Running in 10363d3a29ab [2021-04-13T00:48:12.990Z] ---> Running in ac7403fa3177 [2021-04-13T00:48:12.990Z] Removing intermediate container 8f36f036e728 [2021-04-13T00:48:12.990Z] ---> aac475697be4 [2021-04-13T00:48:12.990Z] Step 15/23 : WORKDIR / [2021-04-13T00:48:13.265Z] Removing intermediate container 69be74282cf9 [2021-04-13T00:48:13.265Z] ---> 4abbcc6257da [2021-04-13T00:48:13.265Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:48:13.265Z] ---> Running in f752359e1aca [2021-04-13T00:48:13.576Z] ---> Running in d86c042a836b [2021-04-13T00:48:13.576Z] Removing intermediate container 10363d3a29ab [2021-04-13T00:48:13.576Z] ---> 828cd5b2914c [2021-04-13T00:48:13.576Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-13T00:48:13.857Z] Removing intermediate container ac7403fa3177 [2021-04-13T00:48:13.857Z] ---> 81e6f003f2fb [2021-04-13T00:48:13.857Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:48:13.857Z] ---> Running in e3c1f00777d1 [2021-04-13T00:48:14.150Z] ---> Running in 15d301135701 [2021-04-13T00:48:14.150Z] Removing intermediate container f752359e1aca [2021-04-13T00:48:14.150Z] ---> 02241c84e4de [2021-04-13T00:48:14.150Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:14.453Z] Removing intermediate container d86c042a836b [2021-04-13T00:48:14.453Z] ---> 32317f6e5099 [2021-04-13T00:48:14.453Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:15.223Z] Removing intermediate container 15d301135701 [2021-04-13T00:48:15.223Z] ---> 3ae73f19f3ff [2021-04-13T00:48:15.223Z] Removing intermediate container e3c1f00777d1 [2021-04-13T00:48:15.223Z] ---> 11741bd07f39 [2021-04-13T00:48:15.223Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:48:15.223Z] Step 15/23 : WORKDIR / [2021-04-13T00:48:15.499Z] ---> Running in dc5ea4be77af [2021-04-13T00:48:15.499Z] ---> Running in e62087dba3f5 [2021-04-13T00:48:15.499Z] Removing intermediate container eac8b2583ceb [2021-04-13T00:48:15.499Z] ---> ea100fa8309e [2021-04-13T00:48:15.499Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:15.776Z] ---> 9f07a9c4133e [2021-04-13T00:48:15.776Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-13T00:48:15.776Z] ---> b29f6834a96d [2021-04-13T00:48:15.776Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-13T00:48:16.050Z] Removing intermediate container e62087dba3f5 [2021-04-13T00:48:16.050Z] ---> 45a987611b56 [2021-04-13T00:48:16.050Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:16.331Z] Removing intermediate container dc5ea4be77af [2021-04-13T00:48:16.331Z] ---> 9e57645ce0dd [2021-04-13T00:48:16.331Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:16.924Z] ---> c834cb9833f3 [2021-04-13T00:48:16.924Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-13T00:48:17.520Z] ---> 8adf31a9cbdb [2021-04-13T00:48:17.520Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-13T00:48:17.520Z] ---> f39cc4ee3966 [2021-04-13T00:48:17.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:17.798Z] ---> 7b6d67b7d3f0 [2021-04-13T00:48:17.798Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-13T00:48:17.798Z] ---> e9fcfcb1c74a [2021-04-13T00:48:17.798Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:18.788Z] ---> 76db3f53e6f3 [2021-04-13T00:48:18.788Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-13T00:48:18.788Z] ---> afd274c458cd [2021-04-13T00:48:18.788Z] ---> 58adf002d7f9 [2021-04-13T00:48:18.788Z] Step 19/23 : ENTRYPOINT ["/core-command"]Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-13T00:48:18.788Z] [2021-04-13T00:48:19.065Z] ---> 6c036828ec55 [2021-04-13T00:48:19.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:19.338Z] ---> Running in 50237e32aae7 [2021-04-13T00:48:19.338Z] ---> Running in 018c46dbd0f3 [2021-04-13T00:48:19.338Z] ---> b9e393b0f6ff [2021-04-13T00:48:19.338Z] ---> 7ca58407d211 [2021-04-13T00:48:19.338Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:19.338Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-13T00:48:19.943Z] Removing intermediate container 018c46dbd0f3 [2021-04-13T00:48:19.943Z] ---> 33bef7d7885e [2021-04-13T00:48:19.943Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:48:19.943Z] Removing intermediate container 50237e32aae7 [2021-04-13T00:48:19.943Z] ---> 81d8a3e2b70a [2021-04-13T00:48:19.943Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:48:20.218Z] ---> Running in bb195237d6a0 [2021-04-13T00:48:20.218Z] ---> Running in fba94b8eb407 [2021-04-13T00:48:20.218Z] ---> c4f377fd2ad8 [2021-04-13T00:48:20.218Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-13T00:48:20.499Z] ---> eb6953cffe94 [2021-04-13T00:48:20.499Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-13T00:48:20.499Z] ---> Running in 93c3020c5a28 [2021-04-13T00:48:20.499Z] ---> e775bed3b688 [2021-04-13T00:48:20.499Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-13T00:48:20.773Z] ---> Running in 609e1059ad65 [2021-04-13T00:48:20.773Z] Removing intermediate container fba94b8eb407 [2021-04-13T00:48:20.773Z] ---> 18d881ab9af1 [2021-04-13T00:48:20.773Z] Step 20/22 : LABEL arch=arm64 [2021-04-13T00:48:20.773Z] Removing intermediate container bb195237d6a0 [2021-04-13T00:48:20.773Z] ---> 86e18825df83 [2021-04-13T00:48:20.773Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:48:21.044Z] ---> Running in e3e4b74be8c2 [2021-04-13T00:48:21.044Z] ---> Running in d8134db5f6ad [2021-04-13T00:48:21.044Z] Removing intermediate container 93c3020c5a28 [2021-04-13T00:48:21.044Z] ---> 2d2d9e27e096 [2021-04-13T00:48:21.044Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:48:21.316Z] Removing intermediate container 609e1059ad65 [2021-04-13T00:48:21.316Z] ---> 2485fa33e128 [2021-04-13T00:48:21.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:48:21.316Z] ---> Running in 0c88de0e9b42 [2021-04-13T00:48:21.590Z] ---> Running in f45beb0a332e [2021-04-13T00:48:21.872Z] ---> 18071619d269 [2021-04-13T00:48:21.872Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-13T00:48:21.872Z] Removing intermediate container e3e4b74be8c2 [2021-04-13T00:48:21.872Z] ---> 2fa7669024c8 [2021-04-13T00:48:21.872Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:48:21.872Z] Removing intermediate container d8134db5f6ad [2021-04-13T00:48:21.872Z] ---> 5ff72f6db457 [2021-04-13T00:48:21.872Z] Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:48:21.872Z] Removing intermediate container 0c88de0e9b42 [2021-04-13T00:48:21.872Z] ---> fc910dd7078b [2021-04-13T00:48:21.872Z] Step 20/22 : LABEL arch=arm64 [2021-04-13T00:48:22.144Z] ---> Running in 63dd34d853bc [2021-04-13T00:48:22.144Z] ---> Running in d77c7eb08eb3 [2021-04-13T00:48:22.144Z] ---> Running in 18b80eb9c9f6 [2021-04-13T00:48:22.417Z] ---> Running in e0d7497f4644 [2021-04-13T00:48:22.417Z] Removing intermediate container f45beb0a332e [2021-04-13T00:48:22.417Z] ---> 4315304b8fd6 [2021-04-13T00:48:22.417Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:48:22.697Z] ---> Running in d799762bf189 [2021-04-13T00:48:22.697Z] Removing intermediate container 63dd34d853bc [2021-04-13T00:48:22.697Z] ---> 01f98a41c687 [2021-04-13T00:48:22.697Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:48:22.973Z] Removing intermediate container 18b80eb9c9f6 [2021-04-13T00:48:22.973Z] ---> 561288f50f84 [2021-04-13T00:48:22.973Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:48:22.973Z] ---> Running in 9b7763235fd9 [2021-04-13T00:48:22.973Z] Removing intermediate container d77c7eb08eb3 [2021-04-13T00:48:22.973Z] ---> f751b1066637 [2021-04-13T00:48:22.973Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-13T00:48:22.973Z] Removing intermediate container e0d7497f4644 [2021-04-13T00:48:22.973Z] ---> c65351154544 [2021-04-13T00:48:22.973Z] Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:48:23.252Z] ---> Running in 4f75e6f95f13 [2021-04-13T00:48:23.252Z] Removing intermediate container d799762bf189 [2021-04-13T00:48:23.252Z] ---> 01eb168eedb0 [2021-04-13T00:48:23.252Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:48:23.252Z] ---> Running in d4b35eb4a701 [2021-04-13T00:48:23.535Z] Removing intermediate container 9b7763235fd9 [2021-04-13T00:48:23.535Z] ---> 4f6b2dc67d73 [2021-04-13T00:48:23.535Z] [2021-04-13T00:48:23.535Z] ---> Running in aac464b42e6e [2021-04-13T00:48:23.812Z] Removing intermediate container 4f75e6f95f13 [2021-04-13T00:48:23.812Z] ---> 0a3b0392960a [2021-04-13T00:48:23.812Z] [2021-04-13T00:48:24.085Z] Removing intermediate container d4b35eb4a701 [2021-04-13T00:48:24.085Z] ---> fcc3656578e5 [2021-04-13T00:48:24.085Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:48:24.085Z] Successfully built 4f6b2dc67d73 [2021-04-13T00:48:24.362Z] ---> Running in c639bb2decf2 [2021-04-13T00:48:24.362Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-13T00:48:24.362Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-04-13T00:48:24.362Z] ---> 50055fafb38e [2021-04-13T00:48:24.362Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-13T00:48:24.362Z] Removing intermediate container aac464b42e6e [2021-04-13T00:48:24.362Z] ---> 22d34db5a5e9 [2021-04-13T00:48:24.362Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:48:24.655Z] Successfully built 0a3b0392960a [2021-04-13T00:48:24.655Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-13T00:48:24.655Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-13T00:48:24.928Z] ---> Running in ec548419d776 [2021-04-13T00:48:24.928Z] ---> Running in 86341d462e9f [2021-04-13T00:48:25.204Z] Removing intermediate container c639bb2decf2 [2021-04-13T00:48:25.204Z] ---> 0b42f5f92dcb [2021-04-13T00:48:25.204Z] [2021-04-13T00:48:25.813Z] Successfully built 0b42f5f92dcb [2021-04-13T00:48:25.813Z] Removing intermediate container 86341d462e9f [2021-04-13T00:48:25.813Z] ---> e1af5a0edc32 [2021-04-13T00:48:25.813Z] [2021-04-13T00:48:25.813Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-13T00:48:25.813Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-13T00:48:26.415Z] Successfully built e1af5a0edc32 [2021-04-13T00:48:26.415Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-13T00:48:26.415Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-13T00:48:27.852Z] Removing intermediate container ec548419d776 [2021-04-13T00:48:27.852Z] ---> fa39f3ad1484 [2021-04-13T00:48:27.852Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-13T00:48:27.852Z] ---> Running in 4dd07b59a426 [2021-04-13T00:48:28.445Z] Removing intermediate container 4dd07b59a426 [2021-04-13T00:48:28.445Z] ---> 56ae55cbf97b [2021-04-13T00:48:28.445Z] Step 28/31 : CMD ["gate"] [2021-04-13T00:48:29.044Z] ---> Running in d6fc566c61a5 [2021-04-13T00:48:30.022Z] Removing intermediate container d6fc566c61a5 [2021-04-13T00:48:30.022Z] ---> 4d791b5d37ab [2021-04-13T00:48:30.022Z] Step 29/31 : LABEL arch=arm64 [2021-04-13T00:48:30.619Z] ---> Running in facee91d9390 [2021-04-13T00:48:31.722Z] Removing intermediate container facee91d9390 [2021-04-13T00:48:31.722Z] ---> 6b4b89fbefe5 [2021-04-13T00:48:31.722Z] Step 30/31 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:48:32.325Z] ---> Running in c213b6e6db28 [2021-04-13T00:48:32.927Z] Removing intermediate container c213b6e6db28 [2021-04-13T00:48:32.927Z] ---> 485c74f192d2 [2021-04-13T00:48:32.927Z] Step 31/31 : LABEL version=0.0.0 [2021-04-13T00:48:33.903Z] ---> Running in a2a8b930dc25 [2021-04-13T00:48:34.503Z] Removing intermediate container a2a8b930dc25 [2021-04-13T00:48:34.503Z] ---> 4246d7a73d7f [2021-04-13T00:48:34.503Z] [2021-04-13T00:48:35.099Z] Successfully built 4246d7a73d7f [2021-04-13T00:48:35.099Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-13T00:49:22.078Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:49:22.078Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:22.078Z] ---> 46ab52ec0596 [2021-04-13T00:49:22.078Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 05ae1e1aba75 [2021-04-13T00:49:22.078Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 20da2897cef8 [2021-04-13T00:49:22.078Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-13T00:49:22.078Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:49:22.078Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:22.078Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 46ab52ec0596 [2021-04-13T00:49:22.078Z] Step 3/21 : WORKDIR /edgex-go [2021-04-13T00:49:22.078Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:22.078Z] ---> 46ab52ec0596 [2021-04-13T00:49:22.078Z] Step 3/24 : WORKDIR /edgex-go [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 05ae1e1aba75 [2021-04-13T00:49:22.078Z] [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 05ae1e1aba75 [2021-04-13T00:49:22.078Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 20da2897cef8 [2021-04-13T00:49:22.078Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> c54dddac580a [2021-04-13T00:49:22.078Z] Step 6/21 : COPY go.mod . [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 19591b55a43b [2021-04-13T00:49:22.078Z] Step 7/21 : RUN go mod downloadStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 20da2897cef8 [2021-04-13T00:49:22.078Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> c54dddac580a [2021-04-13T00:49:22.078Z] Step 6/24 : COPY go.mod . [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 19591b55a43b [2021-04-13T00:49:22.078Z] Step 7/24 : RUN go mod download [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 26be5283390a [2021-04-13T00:49:22.078Z] Step 8/21 : COPY . . [2021-04-13T00:49:22.078Z] ---> 26be5283390a [2021-04-13T00:49:22.078Z] Step 8/24 : COPY . . [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 13454ca3538d [2021-04-13T00:49:22.078Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 13454ca3538d [2021-04-13T00:49:22.078Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-13T00:49:22.078Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:49:22.078Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:22.078Z] ---> 46ab52ec0596 [2021-04-13T00:49:22.078Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 05ae1e1aba75 [2021-04-13T00:49:22.078Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:22.078Z] ---> Using cache [2021-04-13T00:49:22.078Z] ---> 20da2897cef8 [2021-04-13T00:49:22.078Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-13T00:49:26.430Z] ---> Running in d71b51683577 [2021-04-13T00:49:26.430Z] ---> Running in e10a44b2f778 [2021-04-13T00:49:26.430Z] ---> Running in 338ae9f30fd4 [2021-04-13T00:49:26.430Z] ---> Running in 043e5034d3fd [2021-04-13T00:49:27.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:27.420Z] 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-13T00:49:27.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:27.420Z] 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-13T00:49:28.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:28.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:28.576Z] OK: 217 MiB in 51 packages [2021-04-13T00:49:29.190Z] OK: 217 MiB in 51 packages [2021-04-13T00:49:30.648Z] Removing intermediate container d71b51683577 [2021-04-13T00:49:30.648Z] ---> 0e15f36900fa [2021-04-13T00:49:30.648Z] Step 6/23 : COPY go.mod . [2021-04-13T00:49:30.927Z] Removing intermediate container 043e5034d3fd [2021-04-13T00:49:30.927Z] ---> c443da9102c2 [2021-04-13T00:49:30.927Z] Step 6/23 : COPY go.mod . [2021-04-13T00:49:31.927Z] ---> 5a1caac2cffc [2021-04-13T00:49:31.927Z] Step 7/23 : RUN go mod download [2021-04-13T00:49:31.927Z] ---> 23f715c25433 [2021-04-13T00:49:31.927Z] Step 7/23 : RUN go mod download [2021-04-13T00:49:32.219Z] ---> Running in 7fbc66162e54 [2021-04-13T00:49:32.500Z] ---> Running in 1992af6ff9f3 [2021-04-13T00:49:36.881Z] Removing intermediate container 7fbc66162e54 [2021-04-13T00:49:36.881Z] ---> 17bae0f94557 [2021-04-13T00:49:36.881Z] Step 8/23 : COPY . . [2021-04-13T00:49:37.494Z] Removing intermediate container 1992af6ff9f3 [2021-04-13T00:49:37.494Z] ---> b7226f9014c0 [2021-04-13T00:49:37.494Z] Step 8/23 : COPY . . [2021-04-13T00:50:09.983Z] ---> 212dca08f3f2 [2021-04-13T00:50:09.983Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-13T00:50:09.983Z] ---> 08a4ab7e335c [2021-04-13T00:50:09.983Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-13T00:50:09.983Z] ---> Running in 3f3fbb93bd4e [2021-04-13T00:50:09.983Z] ---> Running in 32652169ad02 [2021-04-13T00:50:09.983Z] 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-13T00:50:10.600Z] 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-13T00:50:25.791Z] 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-13T00:50:27.283Z] 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-13T00:50:45.719Z] Removing intermediate container e10a44b2f778 [2021-04-13T00:50:45.719Z] ---> 8f2e97cb6101 [2021-04-13T00:50:45.719Z] [2021-04-13T00:50:45.719Z] Step 10/24 : FROM alpine:3.12 [2021-04-13T00:50:45.719Z] ---> d75e27dfc0a0 [2021-04-13T00:50:45.719Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-13T00:50:45.719Z] ---> Running in 8daed88e7da3 [2021-04-13T00:50:45.998Z] Removing intermediate container 338ae9f30fd4 [2021-04-13T00:50:45.998Z] ---> 4aaaaf2cccb1 [2021-04-13T00:50:45.998Z] [2021-04-13T00:50:45.998Z] Step 10/21 : FROM alpine:3.12 [2021-04-13T00:50:45.998Z] ---> d75e27dfc0a0 [2021-04-13T00:50:45.998Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-13T00:50:46.623Z] ---> Running in 3db356028f7e [2021-04-13T00:50:48.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:48.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:48.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:48.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:49.278Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-13T00:50:49.563Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:50:49.563Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-13T00:50:49.563Z] (4/6) Installing curl (7.69.1-r3) [2021-04-13T00:50:49.563Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:50:49.563Z] (6/6) Installing su-exec (0.2-r1) [2021-04-13T00:50:49.563Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:50:49.563Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:50:49.563Z] OK: 7 MiB in 20 packages [2021-04-13T00:50:49.844Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-13T00:50:50.126Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:50:50.126Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-13T00:50:50.126Z] (4/4) Installing curl (7.69.1-r3) [2021-04-13T00:50:50.126Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:50:50.126Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:50:50.427Z] OK: 7 MiB in 18 packages [2021-04-13T00:50:53.125Z] Removing intermediate container 8daed88e7da3 [2021-04-13T00:50:53.125Z] ---> c3fc66c4fac4 [2021-04-13T00:50:53.125Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:50:53.414Z] ---> Running in d2e8ee8fd0a1 [2021-04-13T00:50:53.701Z] Removing intermediate container 3db356028f7e [2021-04-13T00:50:53.701Z] ---> 2b3075dd2d47 [2021-04-13T00:50:53.701Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:50:53.988Z] ---> Running in f1faf761dee3 [2021-04-13T00:50:54.281Z] Removing intermediate container d2e8ee8fd0a1 [2021-04-13T00:50:54.281Z] ---> 8543be1b837c [2021-04-13T00:50:54.281Z] Step 13/24 : WORKDIR / [2021-04-13T00:50:54.566Z] ---> Running in 19017c4f68e8 [2021-04-13T00:50:55.183Z] Removing intermediate container f1faf761dee3 [2021-04-13T00:50:55.183Z] ---> 1644abe64acd [2021-04-13T00:50:55.183Z] Step 13/21 : WORKDIR /edgex [2021-04-13T00:50:55.183Z] ---> Running in fb16085f8964 [2021-04-13T00:50:55.472Z] Removing intermediate container 19017c4f68e8 [2021-04-13T00:50:55.472Z] ---> 982b31b9a677 [2021-04-13T00:50:55.472Z] 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-13T00:50:56.083Z] Removing intermediate container fb16085f8964 [2021-04-13T00:50:56.083Z] ---> 42141c51932c [2021-04-13T00:50:56.083Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-13T00:50:57.105Z] ---> b844623a46ed [2021-04-13T00:50:57.105Z] 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-13T00:50:57.735Z] ---> 03912f9bcf52 [2021-04-13T00:50:57.735Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-13T00:50:58.351Z] ---> f191bbab7e6c [2021-04-13T00:50:58.351Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-13T00:50:59.822Z] ---> 955bc0907152 [2021-04-13T00:50:59.822Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-13T00:50:59.822Z] ---> c9b0ce52449f [2021-04-13T00:50:59.822Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-13T00:51:02.523Z] ---> bf0a623ce036 [2021-04-13T00:51:02.523Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-13T00:51:02.523Z] ---> 4a258fd69bce [2021-04-13T00:51:02.523Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-13T00:51:02.523Z] ---> Running in 54ff05501f49 [2021-04-13T00:51:03.524Z] Removing intermediate container 54ff05501f49 [2021-04-13T00:51:03.524Z] ---> 5cb8b69585b0 [2021-04-13T00:51:03.524Z] Step 18/21 : CMD ["--init=true"] [2021-04-13T00:51:03.823Z] ---> Running in 9721e31dadb9 [2021-04-13T00:51:04.828Z] Removing intermediate container 9721e31dadb9 [2021-04-13T00:51:04.828Z] ---> bd8e0c739698 [2021-04-13T00:51:04.828Z] Step 19/21 : LABEL arch=arm64 [2021-04-13T00:51:04.828Z] ---> bb1f58051c67 [2021-04-13T00:51:04.828Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-13T00:51:04.828Z] ---> Running in 32c653fa98f1 [2021-04-13T00:51:05.830Z] Removing intermediate container 32c653fa98f1 [2021-04-13T00:51:05.831Z] ---> 8138904819e4 [2021-04-13T00:51:05.831Z] Step 20/21 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:51:06.110Z] ---> 9c35246ad97c [2021-04-13T00:51:06.110Z] 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-13T00:51:06.110Z] ---> Running in f8420802706f [2021-04-13T00:51:06.391Z] ---> Running in 1d9bc9bd3c76 [2021-04-13T00:51:07.413Z] Removing intermediate container f8420802706f [2021-04-13T00:51:07.413Z] ---> 592198eb20f9 [2021-04-13T00:51:07.413Z] Step 21/21 : LABEL version=0.0.0 [2021-04-13T00:51:07.413Z] ---> Running in c7cccab09524 [2021-04-13T00:51:08.420Z] Removing intermediate container c7cccab09524 [2021-04-13T00:51:08.420Z] ---> fd04a49167b6 [2021-04-13T00:51:08.420Z] [2021-04-13T00:51:09.033Z] Successfully built fd04a49167b6 [2021-04-13T00:51:09.317Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-13T00:51:10.332Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1d9bc9bd3c76 [2021-04-13T00:51:10.332Z] ---> 64b9deb3f411 [2021-04-13T00:51:10.332Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-13T00:51:10.332Z] ---> Running in 205528658bd5 [2021-04-13T00:51:11.349Z] Removing intermediate container 205528658bd5 [2021-04-13T00:51:11.349Z] ---> 31c540b87c14 [2021-04-13T00:51:11.349Z] Step 22/24 : LABEL arch=arm64 [2021-04-13T00:51:11.349Z] ---> Running in f63d144ed4f7 [2021-04-13T00:51:11.960Z] Removing intermediate container f63d144ed4f7 [2021-04-13T00:51:11.960Z] ---> 2974d1f25ae4 [2021-04-13T00:51:11.960Z] Step 23/24 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:51:12.243Z] ---> Running in 1ea668824e0e [2021-04-13T00:51:13.254Z] Removing intermediate container 1ea668824e0e [2021-04-13T00:51:13.254Z] ---> 36306cb328f6 [2021-04-13T00:51:13.254Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T00:51:13.254Z] ---> Running in 38e5b0d5de4d [2021-04-13T00:51:14.268Z] Removing intermediate container 38e5b0d5de4d [2021-04-13T00:51:14.268Z] ---> 0e371893777b [2021-04-13T00:51:14.268Z] [2021-04-13T00:51:14.886Z] Successfully built 0e371893777b [2021-04-13T00:51:14.886Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-13T00:51:30.042Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3f3fbb93bd4e [2021-04-13T00:51:30.042Z] ---> 0420975ffb6b [2021-04-13T00:51:30.042Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-13T00:51:30.042Z] ---> Running in 4185c691d9fd [2021-04-13T00:51:30.042Z] 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-13T00:51:33.453Z] Removing intermediate container 4185c691d9fd [2021-04-13T00:51:33.453Z] ---> 82a5257d8462 [2021-04-13T00:51:33.453Z] [2021-04-13T00:51:33.453Z] Step 11/23 : FROM docker:20.10.0 [2021-04-13T00:51:33.453Z] 20.10.0: Pulling from library/docker [2021-04-13T00:51:41.754Z] Removing intermediate container 32652169ad02 [2021-04-13T00:51:41.754Z] ---> 0595918b60f0 [2021-04-13T00:51:41.754Z] [2021-04-13T00:51:41.754Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:51:41.754Z] ---> d75e27dfc0a0 [2021-04-13T00:51:41.754Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-13T00:51:41.754Z] ---> Running in a96d4ffd847d [2021-04-13T00:51:41.754Z] Removing intermediate container a96d4ffd847d [2021-04-13T00:51:41.754Z] ---> 35caea8ab5b7 [2021-04-13T00:51:41.754Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-13T00:51:41.754Z] ---> Running in 1680790f46b4 [2021-04-13T00:51:42.029Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-13T00:51:42.029Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-13T00:51:42.029Z] ---> eeaf43b92773 [2021-04-13T00:51:42.029Z] 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-13T00:51:42.300Z] ---> Running in a8c61e6c109b [2021-04-13T00:51:42.300Z] Removing intermediate container 1680790f46b4 [2021-04-13T00:51:42.300Z] ---> 74dbd676b219 [2021-04-13T00:51:42.300Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-13T00:51:42.573Z] ---> Running in 4720292842ee [2021-04-13T00:51:42.847Z] Removing intermediate container a8c61e6c109b [2021-04-13T00:51:42.847Z] ---> 909f691eab15 [2021-04-13T00:51:42.847Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-13T00:51:43.125Z] Removing intermediate container 4720292842ee [2021-04-13T00:51:43.125Z] ---> 4e1d78082fa0 [2021-04-13T00:51:43.125Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:51:43.125Z] ---> Running in 2ade6ba8784e [2021-04-13T00:51:43.125Z] ---> Running in 712c04cf856c [2021-04-13T00:51:44.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:51:44.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:51:45.171Z] (1/39) Installing readline (8.0.4-r0) [2021-04-13T00:51:45.171Z] (2/39) Installing bash (5.0.17-r0) [2021-04-13T00:51:45.171Z] Executing bash-5.0.17-r0.post-install [2021-04-13T00:51:45.171Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:51:45.171Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-13T00:51:45.171Z] (5/39) Installing curl (7.69.1-r3) [2021-04-13T00:51:45.171Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-13T00:51:45.171Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-13T00:51:45.171Z] (8/39) Installing expat (2.2.9-r1) [2021-04-13T00:51:45.171Z] (9/39) Installing libffi (3.3-r2) [2021-04-13T00:51:45.171Z] (10/39) Installing gdbm (1.13-r1) [2021-04-13T00:51:45.171Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-13T00:51:45.171Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-13T00:51:45.171Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-13T00:51:45.766Z] Removing intermediate container 712c04cf856c [2021-04-13T00:51:45.766Z] ---> 6d570a9ab924 [2021-04-13T00:51:45.766Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-13T00:51:46.366Z] ---> Running in 1396611bb2f3 [2021-04-13T00:51:47.343Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-13T00:51:47.343Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-13T00:51:47.343Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-13T00:51:47.343Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-13T00:51:47.343Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-13T00:51:47.344Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-13T00:51:47.344Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-13T00:51:47.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:51:47.344Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-13T00:51:47.344Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-13T00:51:47.616Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-13T00:51:47.616Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-13T00:51:47.616Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-13T00:51:47.616Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-13T00:51:47.616Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-13T00:51:47.616Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-13T00:51:47.616Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-13T00:51:47.616Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-13T00:51:47.616Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-13T00:51:47.616Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-13T00:51:47.889Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-13T00:51:47.889Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-13T00:51:47.889Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-13T00:51:47.889Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-13T00:51:47.889Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-13T00:51:47.889Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-13T00:51:47.889Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-13T00:51:47.889Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:51:48.163Z] OK: 72 MiB in 59 packages [2021-04-13T00:51:48.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:51:48.755Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:51:49.027Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-13T00:51:49.027Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-13T00:51:49.027Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-13T00:51:49.300Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T00:51:49.300Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-13T00:51:49.573Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:51:49.573Z] OK: 8 MiB in 20 packages [2021-04-13T00:51:51.571Z] Removing intermediate container 1396611bb2f3 [2021-04-13T00:51:51.571Z] ---> 0b2dd035144d [2021-04-13T00:51:51.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:51:52.173Z] ---> 78b1d7f23158 [2021-04-13T00:51:52.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-13T00:51:53.614Z] Collecting docker-compose==1.23.2 [2021-04-13T00:51:53.614Z] ---> 6e3a968e943a [2021-04-13T00:51:53.614Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-13T00:51:53.614Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-13T00:51:54.210Z] ---> 13a9e071a56e [2021-04-13T00:51:54.210Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-13T00:51:54.484Z] ---> Running in 0509ea6c32d1 [2021-04-13T00:51:54.822Z] Removing intermediate container 0509ea6c32d1 [2021-04-13T00:51:54.822Z] ---> 946d91acb6a6 [2021-04-13T00:51:54.822Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:51:54.822Z] Collecting docker<4.0,>=3.6.0 [2021-04-13T00:51:54.822Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-13T00:51:55.121Z] ---> Running in 199240a2a58a [2021-04-13T00:51:55.747Z] Removing intermediate container 199240a2a58a [2021-04-13T00:51:55.747Z] ---> 19acbd26b994 [2021-04-13T00:51:55.747Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:51:55.747Z] ---> Running in bb21cc539d47 [2021-04-13T00:51:56.421Z] Removing intermediate container bb21cc539d47 [2021-04-13T00:51:56.421Z] ---> 4e6280d6ca46 [2021-04-13T00:51:56.421Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:51:56.421Z] ---> Running in 9b0ddf515b8e [2021-04-13T00:51:57.025Z] Removing intermediate container 9b0ddf515b8e [2021-04-13T00:51:57.025Z] ---> 2ef941681edb [2021-04-13T00:51:57.025Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:51:57.025Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-13T00:51:57.025Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-13T00:51:57.025Z] ---> Running in cd5216918af1 [2021-04-13T00:51:57.626Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-13T00:51:57.626Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-13T00:51:57.626Z] Removing intermediate container cd5216918af1 [2021-04-13T00:51:57.626Z] ---> 13eecb9e2fb6 [2021-04-13T00:51:57.626Z] [2021-04-13T00:51:57.916Z] Successfully built 13eecb9e2fb6 [2021-04-13T00:51:57.916Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-13T00:51:59.891Z]  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 [2021-04-13T00:51:59.891Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-13T00:52:00.166Z] Collecting docopt<0.7,>=0.6.1 [2021-04-13T00:52:00.166Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-13T00:52:02.781Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-13T00:52:02.781Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-13T00:52:02.781Z] 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-13T00:52:03.050Z] Collecting texttable<0.10,>=0.9.0 [2021-04-13T00:52:03.050Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-13T00:52:05.684Z] Collecting PyYAML<4,>=3.10 [2021-04-13T00:52:05.684Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-13T00:52:09.065Z] Collecting cached-property<2,>=1.2.0 [2021-04-13T00:52:09.065Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-13T00:52:09.338Z] Collecting docker-pycreds>=0.4.0 [2021-04-13T00:52:09.338Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-13T00:52:09.338Z] 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-13T00:52:09.338Z] 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-13T00:52:09.612Z] Collecting idna<2.8,>=2.5 [2021-04-13T00:52:09.612Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-13T00:52:10.593Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-13T00:52:10.593Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-13T00:52:10.869Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-13T00:52:10.869Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-13T00:52:10.869Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-13T00:52:10.869Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-13T00:52:11.850Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docopt, texttable, PyYAML, cached-property, docker-compose [2021-04-13T00:52:11.850Z] Attempting uninstall: idna [2021-04-13T00:52:11.850Z] Found existing installation: idna 2.9 [2021-04-13T00:52:11.850Z] Uninstalling idna-2.9: [2021-04-13T00:52:11.850Z] Successfully uninstalled idna-2.9 [2021-04-13T00:52:12.449Z] Attempting uninstall: urllib3 [2021-04-13T00:52:12.449Z] Found existing installation: urllib3 1.25.9 [2021-04-13T00:52:12.449Z] Uninstalling urllib3-1.25.9: [2021-04-13T00:52:12.449Z] Successfully uninstalled urllib3-1.25.9 [2021-04-13T00:52:13.435Z] Attempting uninstall: requests [2021-04-13T00:52:13.435Z] Found existing installation: requests 2.23.0 [2021-04-13T00:52:13.435Z] Uninstalling requests-2.23.0: [2021-04-13T00:52:13.435Z] Successfully uninstalled requests-2.23.0 [2021-04-13T00:52:14.877Z] Running setup.py install for dockerpty: started [2021-04-13T00:52:16.850Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-13T00:52:17.122Z] Running setup.py install for docopt: started [2021-04-13T00:52:19.095Z] Running setup.py install for docopt: finished with status 'done' [2021-04-13T00:52:19.095Z] Running setup.py install for texttable: started [2021-04-13T00:52:21.063Z] Running setup.py install for texttable: finished with status 'done' [2021-04-13T00:52:21.063Z] Running setup.py install for PyYAML: started [2021-04-13T00:52:23.684Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-13T00:52:24.677Z] 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-13T00:52:32.952Z] Removing intermediate container 2ade6ba8784e [2021-04-13T00:52:32.952Z] ---> 586037204fab [2021-04-13T00:52:32.952Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-13T00:52:32.952Z] ---> Running in 32278d6a064e [2021-04-13T00:52:33.224Z] Removing intermediate container 32278d6a064e [2021-04-13T00:52:33.224Z] ---> ca63178313f8 [2021-04-13T00:52:33.224Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-13T00:52:33.506Z] ---> Running in 33523093db55 [2021-04-13T00:52:33.780Z] Removing intermediate container 33523093db55 [2021-04-13T00:52:33.780Z] ---> cdcc7a6bf4f8 [2021-04-13T00:52:33.780Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-13T00:52:34.766Z] ---> d09b11b85134 [2021-04-13T00:52:34.766Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-13T00:52:35.746Z] ---> 56f2d1caec3f [2021-04-13T00:52:35.746Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-13T00:52:36.340Z] ---> 3bfc0deea3a8 [2021-04-13T00:52:36.341Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-13T00:52:36.341Z] ---> Running in 11b0f72c619e [2021-04-13T00:52:36.944Z] Removing intermediate container 11b0f72c619e [2021-04-13T00:52:36.944Z] ---> ac1cc287b6be [2021-04-13T00:52:36.944Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:52:36.944Z] ---> Running in a3ab105e6adf [2021-04-13T00:52:37.571Z] Removing intermediate container a3ab105e6adf [2021-04-13T00:52:37.571Z] ---> 147c6cd5eeb1 [2021-04-13T00:52:37.571Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:52:37.571Z] ---> Running in 7e408ffa8186 [2021-04-13T00:52:38.178Z] Removing intermediate container 7e408ffa8186 [2021-04-13T00:52:38.178Z] ---> 6aabf074d666 [2021-04-13T00:52:38.178Z] Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe [2021-04-13T00:52:38.178Z] ---> Running in 6785a16f8747 [2021-04-13T00:52:38.791Z] Removing intermediate container 6785a16f8747 [2021-04-13T00:52:38.791Z] ---> 4603c0569315 [2021-04-13T00:52:38.791Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:52:38.791Z] ---> Running in 8ada0393a110 [2021-04-13T00:52:39.067Z] Removing intermediate container 8ada0393a110 [2021-04-13T00:52:39.067Z] ---> 7c6e8b6d74bc [2021-04-13T00:52:39.067Z] [2021-04-13T00:52:39.668Z] Successfully built 7c6e8b6d74bc [2021-04-13T00:52:39.668Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-13T00:52:39.983Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-13T00:52:39.998Z] $ docker stop --time=1 71a9add3ef21ffa7431fe51a3444652e9437c6b0bd19b8bd4044d2c32d905b6b [2021-04-13T00:52:42.000Z] $ docker rm -f 71a9add3ef21ffa7431fe51a3444652e9437c6b0bd19b8bd4044d2c32d905b6b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T00:52:42.722Z] + docker images [2021-04-13T00:52:42.722Z] + grep docker [2021-04-13T00:52:42.993Z] docker-sys-mgmt-agent-go-arm64 latest 7c6e8b6d74bc 4 seconds ago 299MB [2021-04-13T00:52:42.993Z] docker-core-data-go-arm64 latest 13eecb9e2fb6 45 seconds ago 21.4MB [2021-04-13T00:52:42.993Z] docker-security-secretstore-setup-go-arm64 latest 0e371893777b About a minute ago 24.4MB [2021-04-13T00:52:42.993Z] docker-security-proxy-setup-go-arm64 latest fd04a49167b6 About a minute ago 24.2MB [2021-04-13T00:52:42.993Z] docker-security-bootstrapper-go-arm64 latest 4246d7a73d7f 4 minutes ago 17.9MB [2021-04-13T00:52:42.993Z] docker-core-metadata-go-arm64 latest e1af5a0edc32 4 minutes ago 17.9MB [2021-04-13T00:52:42.993Z] docker-support-notifications-go-arm64 latest 0b42f5f92dcb 4 minutes ago 16.9MB [2021-04-13T00:52:42.993Z] docker-core-command-go-arm64 latest 4f6b2dc67d73 4 minutes ago 16.3MB [2021-04-13T00:52:42.993Z] docker-support-scheduler-go-arm64 latest 0a3b0392960a 4 minutes ago 16.4MB [2021-04-13T00:52:42.993Z] 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-13T00:52:44.032Z] ---> job-cost.sh [2021-04-13T00:52:44.032Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-594P [2021-04-13T00:53:30.951Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T00:55:23.608Z] lf-activate-venv(): INFO: Adding /tmp/venv-594P/bin to PATH [2021-04-13T00:55:23.608Z] INFO: No Stack... [2021-04-13T00:55:23.608Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-13T00:55:23.608Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T00:55:23.950Z] + cut -d, -f6 [2021-04-13T00:55:23.950Z] + cat /w/workspace/edgex-go/66/archives/cost.csv [Pipeline] lock [2021-04-13T00:55:24.068Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-66-stack-cost] [2021-04-13T00:55:24.076Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-66-stack-cost] did not exist. Created. [2021-04-13T00:55:24.077Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T00:55:24.508Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-13T00:55:24.782Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T00:55:24.796Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-66-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-13T00:55:25.974Z] provisioning config files... [2021-04-13T00:55:25.990Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/66@tmp/config7178737615495546276tmp [Pipeline] { [Pipeline] sh [2021-04-13T00:55:26.365Z] + set +x [2021-04-13T00:55:26.365Z] + curl -s https://codecov.io/bash [2021-04-13T00:55:26.365Z] + bash -s -- [2021-04-13T00:55:26.949Z] [2021-04-13T00:55:26.949Z] _____ _ [2021-04-13T00:55:26.949Z] / ____| | | [2021-04-13T00:55:26.949Z] | | ___ __| | ___ ___ _____ __ [2021-04-13T00:55:26.949Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-13T00:55:26.949Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-13T00:55:26.949Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-13T00:55:26.949Z] Bash-20210309-2b87ace [2021-04-13T00:55:26.949Z] [2021-04-13T00:55:26.949Z] [2021-04-13T00:55:26.949Z] ==> git version 2.24.3 found [2021-04-13T00:55:26.949Z] ==> 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-13T00:55:26.949Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-13T00:55:26.949Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-13T00:55:26.949Z] ==> Jenkins CI detected. [2021-04-13T00:55:26.949Z] project root: . [2021-04-13T00:55:26.949Z] --> token set from env [2021-04-13T00:55:26.949Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-13T00:55:26.949Z] ==> Running gcov in . (disable via -X gcov) [2021-04-13T00:55:26.949Z] ==> Python coveragepy not found [2021-04-13T00:55:26.949Z] ==> Searching for coverage reports in: [2021-04-13T00:55:26.949Z] + . [2021-04-13T00:55:26.949Z] -> Found 1 reports [2021-04-13T00:55:26.949Z] ==> Detecting git/mercurial file structure [2021-04-13T00:55:26.949Z] ==> Reading reports [2021-04-13T00:55:26.949Z] + ./coverage.out bytes=684356 [2021-04-13T00:55:27.212Z] ==> Appending adjustments [2021-04-13T00:55:27.212Z] https://docs.codecov.io/docs/fixing-reports [2021-04-13T00:55:30.526Z] + Found adjustments [2021-04-13T00:55:30.526Z] ==> Gzipping contents [2021-04-13T00:55:30.788Z] 100K /tmp/codecov.ui7WGD.gz [2021-04-13T00:55:30.788Z] ==> Uploading reports [2021-04-13T00:55:30.788Z] url: https://codecov.io [2021-04-13T00:55:30.788Z] query: branch=PR-3234&commit=0e6944ca6bdff50903702300dc93f7782ac8aabe&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F66%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-13T00:55:30.788Z] -> Pinging Codecov [2021-04-13T00:55:30.788Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=0e6944ca6bdff50903702300dc93f7782ac8aabe&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F66%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-13T00:55:31.050Z] -> Uploading to [2021-04-13T00:55:31.050Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-13/00271124DB129430A58F1EEE437C3FCB/0e6944ca6bdff50903702300dc93f7782ac8aabe/ba959a60-5322-4565-a900-57b7d92f573d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T005530Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a11ffedfef7a67eda70b1272b224e6141cb55afa9f6c1ac8bfc5c6466e189c71 [2021-04-13T00:55:31.050Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T00:55:31.050Z] Dload Upload Total Spent Left Speed [2021-04-13T00:55:31.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98341 0 0 100 98341 0 156k --:--:-- --:--:-- --:--:-- 155k 100 98341 0 0 100 98341 0 155k --:--:-- --:--:-- --:--:-- 155k [2021-04-13T00:55:31.892Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0e6944ca6bdff50903702300dc93f7782ac8aabe [Pipeline] } [2021-04-13T00:55:31.904Z] 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-13T00:55:33.683Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:55:34.568Z] ---> package-listing.sh [2021-04-13T00:55:34.568Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-13T00:55:34.568Z] ++ facter osfamily [2021-04-13T00:55:34.832Z] + OS_FAMILY=redhat [2021-04-13T00:55:34.832Z] + workspace=/w/workspace/edgex-go/66 [2021-04-13T00:55:34.832Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-13T00:55:34.832Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-13T00:55:34.832Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-13T00:55:34.832Z] + PACKAGES=/tmp/packages_start.txt [2021-04-13T00:55:34.832Z] + '[' /w/workspace/edgex-go/66 ']' [2021-04-13T00:55:34.832Z] + PACKAGES=/tmp/packages_end.txt [2021-04-13T00:55:34.832Z] + case "${OS_FAMILY}" in [2021-04-13T00:55:34.832Z] + rpm -qa [2021-04-13T00:55:34.832Z] + sort [2021-04-13T00:55:40.148Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-13T00:55:40.149Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-13T00:55:40.149Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-13T00:55:40.149Z] + '[' /w/workspace/edgex-go/66 ']' [2021-04-13T00:55:40.149Z] + mkdir -p /w/workspace/edgex-go/66/archives/ [2021-04-13T00:55:40.149Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/66/archives/ [Pipeline] echo [2021-04-13T00:55:40.162Z] 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/66/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-13T00:55:40.455Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:55:40.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T00:55:40.761Z] [2021-04-13T00:55:40.761Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:55:41.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T00:55:41.109Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-13T00:55:41.109Z] df20fa9351a1: Pulling fs layer [2021-04-13T00:55:41.109Z] 36b3adc4ff6f: Pulling fs layer [2021-04-13T00:55:41.109Z] 8ad3a11d3b57: Pulling fs layer [2021-04-13T00:55:41.109Z] 46f8f816bc3b: Pulling fs layer [2021-04-13T00:55:41.109Z] 93b61091891f: Pulling fs layer [2021-04-13T00:55:41.109Z] 93b9cdb0e59b: Pulling fs layer [2021-04-13T00:55:41.109Z] 5e14af77c1be: Pulling fs layer [2021-04-13T00:55:41.109Z] 01666e4c0597: Pulling fs layer [2021-04-13T00:55:41.109Z] aa168da1d23b: Pulling fs layer [2021-04-13T00:55:41.109Z] 5e14af77c1be: Waiting [2021-04-13T00:55:41.109Z] 46f8f816bc3b: Waiting [2021-04-13T00:55:41.109Z] 01666e4c0597: Waiting [2021-04-13T00:55:41.109Z] 93b9cdb0e59b: Waiting [2021-04-13T00:55:41.109Z] 93b61091891f: Waiting [2021-04-13T00:55:41.378Z] 36b3adc4ff6f: Download complete [2021-04-13T00:55:41.378Z] 46f8f816bc3b: Download complete [2021-04-13T00:55:41.378Z] df20fa9351a1: Verifying Checksum [2021-04-13T00:55:41.378Z] df20fa9351a1: Download complete [2021-04-13T00:55:41.378Z] 93b9cdb0e59b: Verifying Checksum [2021-04-13T00:55:41.378Z] 93b9cdb0e59b: Download complete [2021-04-13T00:55:41.379Z] 93b61091891f: Download complete [2021-04-13T00:55:41.379Z] 5e14af77c1be: Verifying Checksum [2021-04-13T00:55:41.379Z] 5e14af77c1be: Download complete [2021-04-13T00:55:41.379Z] 01666e4c0597: Verifying Checksum [2021-04-13T00:55:41.379Z] 01666e4c0597: Download complete [2021-04-13T00:55:41.645Z] 8ad3a11d3b57: Verifying Checksum [2021-04-13T00:55:41.645Z] 8ad3a11d3b57: Download complete [2021-04-13T00:55:41.906Z] df20fa9351a1: Pull complete [2021-04-13T00:55:41.906Z] 36b3adc4ff6f: Pull complete [2021-04-13T00:55:42.867Z] 8ad3a11d3b57: Pull complete [2021-04-13T00:55:43.136Z] 46f8f816bc3b: Pull complete [2021-04-13T00:55:44.533Z] 93b61091891f: Pull complete [2021-04-13T00:55:44.795Z] 93b9cdb0e59b: Pull complete [2021-04-13T00:55:45.059Z] aa168da1d23b: Verifying Checksum [2021-04-13T00:55:45.059Z] aa168da1d23b: Download complete [2021-04-13T00:55:45.633Z] 5e14af77c1be: Pull complete [2021-04-13T00:55:45.906Z] 01666e4c0597: Pull complete [2021-04-13T00:55:54.101Z] aa168da1d23b: Pull complete [2021-04-13T00:55:54.101Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-13T00:55:54.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T00:55:54.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-13T00:55:54.333Z] prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container [2021-04-13T00:55:54.384Z] $ 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/66/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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-13T00:56:03.592Z] $ docker top ee5d00f476375f5e061ac392fca0f0f390f3deed5fc6064736dd1ab662623ad1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:56:04.303Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-13T00:56:04.651Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-13T00:56:05.002Z] + ls /var/log/sa-host [2021-04-13T00:56:05.002Z] + sadf -c /var/log/sa-host/sa13 [2021-04-13T00:56:05.002Z] file_magic: OK [2021-04-13T00:56:05.002Z] HZ: Using current value: 100 [2021-04-13T00:56:05.002Z] file_header: OK [2021-04-13T00:56:05.002Z] 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-13T00:56:05.002Z] Statistics: [2021-04-13T00:56:05.003Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-13T00:56:05.003Z] File successfully converted to sysstat format version 12.2.1 [2021-04-13T00:56:05.003Z] + sadf -c /var/log/sa-host/sa23 [2021-04-13T00:56:05.003Z] file_magic: OK [2021-04-13T00:56:05.003Z] HZ: Using current value: 100 [2021-04-13T00:56:05.003Z] file_header: OK [2021-04-13T00:56:05.003Z] 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-13T00:56:05.003Z] Statistics: [2021-04-13T00:56:05.003Z] Hnuu...uuuununununu... [2021-04-13T00:56:05.003Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T00:56:05.217Z] provisioning config files... [2021-04-13T00:56:05.231Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/66@tmp/config626875975686712655tmp [Pipeline] { [Pipeline] echo [2021-04-13T00:56:05.306Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:56:05.603Z] ---> create-netrc.sh [Pipeline] } [2021-04-13T00:56:05.613Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-13T00:56:05.700Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:56:06.002Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-13T00:56:06.015Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:56:06.326Z] ---> sudo-logs.sh [2021-04-13T00:56:06.326Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-13T00:56:06.413Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:56:06.725Z] ---> job-cost.sh [2021-04-13T00:56:06.726Z] lf-activate-venv: SKIPPING [2021-04-13T00:56:06.726Z] DEBUG: total: 0.20999999344348907 [2021-04-13T00:56:06.726Z] INFO: Retrieving Stack Cost... [2021-04-13T00:56:07.673Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T00:56:08.248Z] INFO: Archiving Costs [Pipeline] echo [2021-04-13T00:56:08.265Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:56:08.564Z] ---> logs-deploy.sh [2021-04-13T00:56:08.564Z] lf-activate-venv: SKIPPING [2021-04-13T00:56:08.564Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/66 [2021-04-13T00:56:08.564Z] INFO: archiving workspace using pattern(s): [2021-04-13T00:56:10.487Z] Archives upload complete. [2021-04-13T00:56:10.487Z] INFO: archiving logs to Nexus [2021-04-13T00:56:11.437Z] ---> uname -a: [2021-04-13T00:56:11.437Z] Linux prd-centos7-docker-4c-2g-33789.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-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] ---> lscpu: [2021-04-13T00:56:11.437Z] Architecture: x86_64 [2021-04-13T00:56:11.437Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-13T00:56:11.437Z] Byte Order: Little Endian [2021-04-13T00:56:11.437Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-13T00:56:11.437Z] CPU(s): 4 [2021-04-13T00:56:11.437Z] On-line CPU(s) list: 0-3 [2021-04-13T00:56:11.437Z] Thread(s) per core: 1 [2021-04-13T00:56:11.437Z] Core(s) per socket: 1 [2021-04-13T00:56:11.437Z] Socket(s): 4 [2021-04-13T00:56:11.437Z] NUMA node(s): 1 [2021-04-13T00:56:11.437Z] Vendor ID: GenuineIntel [2021-04-13T00:56:11.437Z] CPU family: 6 [2021-04-13T00:56:11.437Z] Model: 44 [2021-04-13T00:56:11.437Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-13T00:56:11.437Z] Stepping: 1 [2021-04-13T00:56:11.437Z] CPU MHz: 2933.442 [2021-04-13T00:56:11.437Z] BogoMIPS: 5866.88 [2021-04-13T00:56:11.437Z] Virtualization: VT-x [2021-04-13T00:56:11.437Z] Hypervisor vendor: KVM [2021-04-13T00:56:11.437Z] Virtualization type: full [2021-04-13T00:56:11.437Z] L1d cache: 128 KiB [2021-04-13T00:56:11.437Z] L1i cache: 128 KiB [2021-04-13T00:56:11.437Z] L2 cache: 16 MiB [2021-04-13T00:56:11.437Z] L3 cache: 64 MiB [2021-04-13T00:56:11.437Z] NUMA node0 CPU(s): 0-3 [2021-04-13T00:56:11.437Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-13T00:56:11.437Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-13T00:56:11.437Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-13T00:56:11.437Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-13T00:56:11.437Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-13T00:56:11.437Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-13T00:56:11.437Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-13T00:56:11.437Z] Vulnerability Srbds: Not affected [2021-04-13T00:56:11.437Z] Vulnerability Tsx async abort: Not affected [2021-04-13T00:56:11.437Z] 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-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] ---> nproc: [2021-04-13T00:56:11.437Z] 4 [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] ---> df -h: [2021-04-13T00:56:11.437Z] Filesystem Size Used Available Use% Mounted on [2021-04-13T00:56:11.437Z] overlay 50.0G 12.2G 37.8G 24% / [2021-04-13T00:56:11.437Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-13T00:56:11.437Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-13T00:56:11.437Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/66 [2021-04-13T00:56:11.437Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/66@tmp [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] ---> free -m: [2021-04-13T00:56:11.437Z] total used free shared buff/cache available [2021-04-13T00:56:11.437Z] Mem: 1837 713 107 0 1016 1039 [2021-04-13T00:56:11.437Z] Swap: 1023 73 950 [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] ---> ip addr: [2021-04-13T00:56:11.437Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-13T00:56:11.437Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-13T00:56:11.437Z] inet 127.0.0.1/8 scope host lo [2021-04-13T00:56:11.437Z] valid_lft forever preferred_lft forever [2021-04-13T00:56:11.437Z] inet6 ::1/128 scope host [2021-04-13T00:56:11.437Z] valid_lft forever preferred_lft forever [2021-04-13T00:56:11.437Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-13T00:56:11.437Z] link/ether fa:16:3e:e6:0b:3e brd ff:ff:ff:ff:ff:ff [2021-04-13T00:56:11.437Z] inet 10.30.123.65/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-13T00:56:11.437Z] valid_lft 84848sec preferred_lft 84848sec [2021-04-13T00:56:11.437Z] inet6 fe80::f816:3eff:fee6:b3e/64 scope link [2021-04-13T00:56:11.437Z] valid_lft forever preferred_lft forever [2021-04-13T00:56:11.437Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-13T00:56:11.437Z] link/ether 02:42:96:bb:92:7f brd ff:ff:ff:ff:ff:ff [2021-04-13T00:56:11.437Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-13T00:56:11.437Z] valid_lft forever preferred_lft forever [2021-04-13T00:56:11.437Z] inet6 fe80::42:96ff:febb:927f/64 scope link [2021-04-13T00:56:11.437Z] valid_lft forever preferred_lft forever [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] ---> sar -b -r -n DEV: [2021-04-13T00:56:11.437Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] 00:30:05 LINUX RESTART (4 CPU) [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-13T00:56:11.437Z] 00:32:01 147.75 73.26 74.49 0.00 10030.67 24422.25 0.00 [2021-04-13T00:56:11.437Z] 00:33:01 295.56 114.77 180.79 0.00 4481.94 41124.89 0.00 [2021-04-13T00:56:11.437Z] 00:34:01 137.15 42.78 94.36 0.00 1671.83 13065.41 0.00 [2021-04-13T00:56:11.437Z] 00:35:02 149.18 73.54 75.64 0.00 3400.20 8295.02 0.00 [2021-04-13T00:56:11.437Z] 00:36:02 698.80 471.39 227.41 0.00 82322.87 155681.28 0.00 [2021-04-13T00:56:11.437Z] 00:37:02 2510.28 2172.67 337.61 0.00 159073.63 167491.81 0.00 [2021-04-13T00:56:11.437Z] 00:38:01 336.51 112.45 224.06 0.00 9422.54 41220.46 0.00 [2021-04-13T00:56:11.437Z] 00:39:03 1735.96 1389.95 346.00 0.00 128092.87 151238.68 0.00 [2021-04-13T00:56:11.437Z] 00:40:01 961.16 691.22 269.94 0.00 48479.64 63854.80 0.00 [2021-04-13T00:56:11.437Z] 00:41:01 37.65 12.22 25.43 0.00 2886.55 1723.80 0.00 [2021-04-13T00:56:11.437Z] 00:42:01 1.60 0.05 1.55 0.00 3.46 29.59 0.00 [2021-04-13T00:56:11.437Z] 00:43:01 0.33 0.02 0.32 0.00 0.53 3.36 0.00 [2021-04-13T00:56:11.437Z] 00:44:01 0.32 0.02 0.30 0.00 0.27 3.81 0.00 [2021-04-13T00:56:11.437Z] 00:45:01 1.80 1.60 0.20 0.00 49.68 2.06 0.00 [2021-04-13T00:56:11.437Z] 00:46:01 0.85 0.03 0.82 0.00 1.07 15.64 0.00 [2021-04-13T00:56:11.437Z] 00:47:01 0.25 0.02 0.23 0.00 0.53 3.03 0.00 [2021-04-13T00:56:11.437Z] 00:48:01 0.30 0.02 0.28 0.00 0.13 3.30 0.00 [2021-04-13T00:56:11.437Z] 00:49:02 0.23 0.02 0.22 0.00 0.53 2.48 0.00 [2021-04-13T00:56:11.437Z] 00:50:01 0.30 0.00 0.30 0.00 0.00 3.98 0.00 [2021-04-13T00:56:11.437Z] 00:51:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 [2021-04-13T00:56:11.437Z] 00:52:01 0.18 0.02 0.17 0.00 0.53 1.66 0.00 [2021-04-13T00:56:11.437Z] 00:53:01 0.30 0.02 0.28 0.00 0.13 3.73 0.00 [2021-04-13T00:56:11.437Z] 00:54:01 0.22 0.00 0.22 0.00 0.00 3.26 0.00 [2021-04-13T00:56:11.437Z] 00:55:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 [2021-04-13T00:56:11.437Z] 00:56:01 178.42 85.07 93.34 0.00 7317.94 17890.90 0.00 [2021-04-13T00:56:11.437Z] Average: 288.16 209.94 78.22 0.00 18373.29 27564.75 0.00 [2021-04-13T00:56:11.437Z] [2021-04-13T00:56:11.437Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-13T00:56:11.437Z] 00:32:01 66340 0 661776 35.17 2596 1150832 1325328 45.23 692764 908524 108264 [2021-04-13T00:56:11.437Z] 00:33:01 111680 0 834484 44.35 1492 933888 1742272 59.46 625784 860632 35948 [2021-04-13T00:56:11.437Z] 00:34:01 155584 0 863224 45.88 552 862184 1713928 58.49 722712 714872 13052 [2021-04-13T00:56:11.437Z] 00:35:02 144684 0 828800 44.05 512 907548 1433160 48.91 673728 766068 42104 [2021-04-13T00:56:11.437Z] 00:36:02 70772 0 844700 44.89 0 966072 2246368 76.66 691368 911416 35112 [2021-04-13T00:56:11.437Z] 00:37:02 160316 0 1032976 54.90 0 688252 4109828 140.26 828172 612504 6092 [2021-04-13T00:56:11.437Z] 00:38:01 253288 0 732120 38.91 0 896136 1684172 57.48 470416 891384 24 [2021-04-13T00:56:11.437Z] 00:39:03 63532 0 811528 43.13 0 1006484 2358820 80.50 668980 913752 50452 [2021-04-13T00:56:11.437Z] 00:40:01 307688 0 779388 41.42 0 794468 2305092 78.67 669000 650768 8 [2021-04-13T00:56:11.437Z] 00:41:01 440252 0 630968 33.53 0 810324 1203488 41.07 551952 641528 16 [2021-04-13T00:56:11.437Z] 00:42:01 442224 0 628908 33.43 0 810412 1182940 40.37 551416 640612 8 [2021-04-13T00:56:11.437Z] 00:43:01 443116 0 628004 33.38 0 810424 1177896 40.20 551308 640564 16 [2021-04-13T00:56:11.437Z] 00:44:01 442668 0 628452 33.40 0 810424 1177908 40.20 551396 640564 8 [2021-04-13T00:56:11.437Z] 00:45:01 441188 0 629116 33.44 0 811240 1177884 40.20 551744 641140 20 [2021-04-13T00:56:11.438Z] 00:46:01 441812 0 628472 33.40 0 811260 1177848 40.20 551352 641148 12 [2021-04-13T00:56:11.438Z] 00:47:01 440852 0 629436 33.45 0 811256 1177944 40.20 552072 641152 8 [2021-04-13T00:56:11.438Z] 00:48:01 441368 0 628900 33.42 0 811276 1177884 40.20 551628 641168 8 [2021-04-13T00:56:11.438Z] 00:49:02 441204 0 629060 33.43 0 811280 1177872 40.20 551768 641184 8 [2021-04-13T00:56:11.438Z] 00:50:01 441628 0 628624 33.41 0 811292 1177776 40.20 551308 641184 8 [2021-04-13T00:56:11.438Z] 00:51:01 441252 0 628996 33.43 0 811296 1177872 40.20 551564 641184 8 [2021-04-13T00:56:11.438Z] 00:52:01 441400 0 628852 33.42 0 811292 1177860 40.20 551544 641184 8 [2021-04-13T00:56:11.438Z] 00:53:01 441412 0 628820 33.42 0 811312 1177920 40.20 551500 641204 8 [2021-04-13T00:56:11.438Z] 00:54:01 440900 0 629320 33.45 0 811324 1177908 40.20 551948 641204 8 [2021-04-13T00:56:11.438Z] 00:55:01 440852 0 629304 33.45 0 811388 1177956 40.20 552228 641220 20 [2021-04-13T00:56:11.438Z] 00:56:01 180972 0 703012 37.36 0 997560 1379508 47.08 552480 855032 8 [2021-04-13T00:56:11.438Z] Average: 325479 0 701090 37.26 206 854769 1519897 51.87 594805 708048 11649 [2021-04-13T00:56:11.438Z] [2021-04-13T00:56:11.438Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-13T00:56:11.438Z] 00:32:01 eth0 1097.04 1146.48 4624.39 147.90 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:32:01 docker0 875.49 735.84 72.02 2689.73 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:33:01 veth0c14613 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:33:01 eth0 445.46 332.47 2437.92 38.52 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:33:01 docker0 184.32 263.47 13.43 837.25 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:34:01 veth0c14613 1.23 1.25 0.10 0.10 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:34:01 eth0 37.00 24.76 23.87 68.99 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:34:01 docker0 1.23 1.23 0.08 0.10 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:35:02 veth0c14613 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:35:02 eth0 28.67 15.31 22.81 12.32 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:35:02 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:36:02 eth0 218.85 182.53 1681.03 90.22 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:36:02 veth9b8874b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:37:02 veth170d145 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:37:02 veth56895f5 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:37:02 veth63ba399 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:37:02 veth7b10e28 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:38:01 eth0 2947.29 2654.81 14002.00 503.59 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:38:01 veth9067340 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:38:01 vethadf0806 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:39:03 vethe48e47e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:39:03 eth0 77.28 43.74 109.24 57.02 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:39:03 veth9b8874b 0.00 0.85 0.00 0.04 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:40:01 veth09e785e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:40:01 eth0 68.10 51.43 97.16 86.50 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:40:01 veth9b8874b 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:41:01 eth0 29.06 22.14 54.93 5.59 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:41:01 docker0 1178.18 1173.54 93.03 4326.11 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:42:01 eth0 0.62 0.32 0.28 0.20 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:43:01 eth0 1.07 0.33 0.33 0.17 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:44:01 eth0 1.13 0.32 0.33 0.23 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:45:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:46:01 eth0 0.85 0.27 0.22 0.08 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:47:01 eth0 1.00 0.37 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:48:01 eth0 1.75 0.33 0.38 0.20 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:49:02 eth0 1.43 0.47 0.57 0.39 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:50:01 eth0 0.29 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:51:01 eth0 0.72 0.40 0.40 0.26 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:52:01 eth0 1.86 0.15 0.25 0.07 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:53:01 eth0 1.55 0.28 0.37 0.20 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:54:01 eth0 2.90 0.78 0.95 0.59 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:55:01 eth0 1.62 0.45 0.39 0.21 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:56:01 eth0 229.07 183.24 2179.88 23.53 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] Average: eth0 101.47 88.77 527.38 23.49 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] Average: docker0 47.19 47.01 3.73 173.29 0.00 0.00 0.00 0.00 [2021-04-13T00:56:11.438Z] [2021-04-13T00:56:11.438Z] [2021-04-13T00:56:11.438Z] ---> sar -P ALL: [2021-04-13T00:56:11.438Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) [2021-04-13T00:56:11.438Z] [2021-04-13T00:56:11.438Z] 00:30:05 LINUX RESTART (4 CPU) [2021-04-13T00:56:11.438Z] [2021-04-13T00:56:11.438Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-04-13T00:56:11.438Z] 00:32:01 all 13.98 0.00 7.77 2.49 0.18 75.57 [2021-04-13T00:56:11.438Z] 00:32:01 0 17.31 0.00 10.90 2.69 0.17 68.93 [2021-04-13T00:56:11.438Z] 00:32:01 1 9.51 0.00 6.37 1.67 0.20 82.24 [2021-04-13T00:56:11.438Z] 00:32:01 2 14.19 0.00 7.33 2.15 0.15 76.18 [2021-04-13T00:56:11.438Z] 00:32:01 3 14.95 0.00 6.52 3.45 0.21 74.87 [2021-04-13T00:56:11.438Z] 00:33:01 all 15.15 0.00 10.08 5.71 0.12 68.94 [2021-04-13T00:56:11.438Z] 00:33:01 0 15.10 0.00 9.95 3.78 0.12 71.04 [2021-04-13T00:56:11.438Z] 00:33:01 1 15.09 0.00 10.85 6.85 0.12 67.09 [2021-04-13T00:56:11.438Z] 00:33:01 2 15.04 0.00 9.44 6.21 0.15 69.16 [2021-04-13T00:56:11.438Z] 00:33:01 3 15.38 0.00 10.08 5.97 0.10 68.46 [2021-04-13T00:56:11.438Z] 00:34:01 all 51.56 0.00 12.59 3.77 0.10 31.98 [2021-04-13T00:56:11.438Z] 00:34:01 0 54.00 0.00 11.44 2.30 0.09 32.17 [2021-04-13T00:56:11.438Z] 00:34:01 1 52.55 0.00 12.28 3.03 0.10 32.03 [2021-04-13T00:56:11.438Z] 00:34:01 2 51.33 0.00 12.76 5.11 0.09 30.70 [2021-04-13T00:56:11.438Z] 00:34:01 3 48.35 0.00 13.90 4.63 0.10 33.03 [2021-04-13T00:56:11.438Z] 00:35:02 all 51.69 0.00 15.29 3.35 0.18 29.49 [2021-04-13T00:56:11.438Z] 00:35:02 0 51.74 0.00 15.23 2.63 0.23 30.17 [2021-04-13T00:56:11.438Z] 00:35:02 1 50.84 0.00 15.12 3.24 0.17 30.63 [2021-04-13T00:56:11.438Z] 00:35:02 2 52.16 0.00 15.12 3.49 0.14 29.09 [2021-04-13T00:56:11.438Z] 00:35:02 3 52.00 0.00 15.71 4.03 0.19 28.07 [2021-04-13T00:56:11.438Z] 00:36:02 all 23.14 0.00 21.73 7.09 0.22 47.81 [2021-04-13T00:56:11.438Z] 00:36:02 0 21.92 0.00 21.49 7.46 0.24 48.90 [2021-04-13T00:56:11.438Z] 00:36:02 1 24.24 0.00 22.20 8.94 0.16 44.46 [2021-04-13T00:56:11.438Z] 00:36:02 2 23.33 0.00 21.00 6.16 0.28 49.23 [2021-04-13T00:56:11.438Z] 00:36:02 3 23.09 0.00 22.25 5.80 0.23 48.64 [2021-04-13T00:56:11.438Z] 00:37:02 all 22.33 0.00 30.08 23.50 0.21 23.87 [2021-04-13T00:56:11.438Z] 00:37:02 0 22.47 0.00 29.64 22.87 0.16 24.86 [2021-04-13T00:56:11.438Z] 00:37:02 1 22.66 0.00 29.95 22.83 0.25 24.31 [2021-04-13T00:56:11.438Z] 00:37:02 2 22.17 0.00 29.74 24.84 0.22 23.04 [2021-04-13T00:56:11.438Z] 00:37:02 3 22.03 0.00 31.00 23.46 0.22 23.29 [2021-04-13T00:56:11.438Z] 00:38:01 all 55.66 0.00 16.39 12.56 0.10 15.29 [2021-04-13T00:56:11.438Z] 00:38:01 0 56.20 0.00 17.21 11.06 0.11 15.42 [2021-04-13T00:56:11.438Z] 00:38:01 1 55.07 0.00 16.04 12.36 0.09 16.44 [2021-04-13T00:56:11.438Z] 00:38:01 2 55.45 0.00 15.89 15.07 0.12 13.47 [2021-04-13T00:56:11.438Z] 00:38:01 3 55.90 0.00 16.44 11.73 0.09 15.84 [2021-04-13T00:56:11.438Z] 00:39:03 all 27.37 0.00 25.07 29.31 0.18 18.07 [2021-04-13T00:56:11.438Z] 00:39:03 0 26.40 0.00 23.65 31.09 0.19 18.67 [2021-04-13T00:56:11.438Z] 00:39:03 1 27.00 0.00 25.49 29.88 0.24 17.39 [2021-04-13T00:56:11.438Z] 00:39:03 2 27.80 0.00 26.41 27.06 0.15 18.57 [2021-04-13T00:56:11.438Z] 00:39:03 3 28.27 0.00 24.72 29.19 0.16 17.66 [2021-04-13T00:56:11.438Z] 00:40:01 all 45.73 0.00 19.57 16.51 0.13 18.07 [2021-04-13T00:56:11.438Z] 00:40:01 0 45.86 0.00 20.58 14.64 0.16 18.76 [2021-04-13T00:56:11.438Z] 00:40:01 1 44.58 0.00 20.45 14.57 0.09 20.31 [2021-04-13T00:56:11.438Z] 00:40:01 2 46.52 0.00 18.02 18.09 0.13 17.24 [2021-04-13T00:56:11.438Z] 00:40:01 3 45.97 0.00 19.20 18.75 0.13 15.95 [2021-04-13T00:56:11.438Z] 00:41:01 all 1.17 0.00 1.28 0.85 0.02 96.69 [2021-04-13T00:56:11.438Z] 00:41:01 0 1.21 0.00 1.52 0.67 0.02 96.59 [2021-04-13T00:56:11.438Z] 00:41:01 1 1.14 0.00 1.34 0.95 0.02 96.55 [2021-04-13T00:56:11.438Z] 00:41:01 2 1.57 0.00 1.02 1.46 0.02 95.93 [2021-04-13T00:56:11.438Z] 00:41:01 3 0.75 0.00 1.24 0.32 0.02 97.67 [2021-04-13T00:56:11.438Z] 00:42:01 all 0.10 0.00 0.04 0.00 0.00 99.85 [2021-04-13T00:56:11.438Z] 00:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-13T00:56:11.438Z] 00:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-13T00:56:11.438Z] 00:42:01 2 0.30 0.00 0.07 0.00 0.00 99.63 [2021-04-13T00:56:11.438Z] 00:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-13T00:56:11.438Z] [2021-04-13T00:56:11.438Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-04-13T00:56:11.438Z] 00:43:01 all 0.14 0.00 0.19 0.00 0.01 99.66 [2021-04-13T00:56:11.438Z] 00:43:01 0 0.12 0.00 0.20 0.00 0.02 99.67 [2021-04-13T00:56:11.438Z] 00:43:01 1 0.32 0.00 0.25 0.00 0.02 99.42 [2021-04-13T00:56:11.439Z] 00:43:01 2 0.07 0.00 0.18 0.00 0.02 99.73 [2021-04-13T00:56:11.439Z] 00:43:01 3 0.05 0.00 0.12 0.00 0.00 99.83 [2021-04-13T00:56:11.439Z] 00:44:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2021-04-13T00:56:11.439Z] 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-13T00:56:11.439Z] 00:44:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-13T00:56:11.439Z] 00:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:45:01 all 0.22 0.00 0.31 0.02 0.02 99.43 [2021-04-13T00:56:11.439Z] 00:45:01 0 0.03 0.00 0.12 0.00 0.00 99.85 [2021-04-13T00:56:11.439Z] 00:45:01 1 0.58 0.00 0.33 0.02 0.03 99.04 [2021-04-13T00:56:11.439Z] 00:45:01 2 0.13 0.00 0.37 0.00 0.03 99.47 [2021-04-13T00:56:11.439Z] 00:45:01 3 0.15 0.00 0.42 0.07 0.02 99.35 [2021-04-13T00:56:11.439Z] 00:46:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2021-04-13T00:56:11.439Z] 00:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:46:01 1 0.35 0.00 0.08 0.00 0.00 99.57 [2021-04-13T00:56:11.439Z] 00:46:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-13T00:56:11.439Z] 00:46:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-13T00:56:11.439Z] 00:47:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2021-04-13T00:56:11.439Z] 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:47:01 1 0.42 0.00 0.02 0.00 0.00 99.57 [2021-04-13T00:56:11.439Z] 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-13T00:56:11.439Z] 00:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-13T00:56:11.439Z] 00:48:01 all 0.15 0.00 0.03 0.00 0.01 99.80 [2021-04-13T00:56:11.439Z] 00:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-13T00:56:11.439Z] 00:48:01 1 0.52 0.00 0.02 0.00 0.02 99.45 [2021-04-13T00:56:11.439Z] 00:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-13T00:56:11.439Z] 00:48:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-13T00:56:11.439Z] 00:49:02 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-04-13T00:56:11.439Z] 00:49:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-13T00:56:11.439Z] 00:49:02 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-13T00:56:11.439Z] 00:49:02 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-13T00:56:11.439Z] 00:49:02 3 0.05 0.00 0.02 0.00 0.02 99.92 [2021-04-13T00:56:11.439Z] 00:50:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2021-04-13T00:56:11.439Z] 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-13T00:56:11.439Z] 00:50:01 1 0.51 0.00 0.03 0.00 0.00 99.46 [2021-04-13T00:56:11.439Z] 00:50:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-13T00:56:11.439Z] 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:51:01 all 0.17 0.00 0.02 0.00 0.00 99.82 [2021-04-13T00:56:11.439Z] 00:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-13T00:56:11.439Z] 00:51:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2021-04-13T00:56:11.439Z] 00:51:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-13T00:56:11.439Z] 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:52:01 all 0.09 0.00 0.05 0.00 0.00 99.85 [2021-04-13T00:56:11.439Z] 00:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:52:01 1 0.25 0.00 0.10 0.00 0.00 99.65 [2021-04-13T00:56:11.439Z] 00:52:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-04-13T00:56:11.439Z] 00:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:53:01 all 0.16 0.00 0.03 0.00 0.00 99.82 [2021-04-13T00:56:11.439Z] 00:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] 00:53:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-13T00:56:11.439Z] 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-13T00:56:11.439Z] 00:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-13T00:56:11.439Z] [2021-04-13T00:56:11.439Z] 00:53:01 CPU %user %nice %system %iowait %steal %idle [2021-04-13T00:56:11.439Z] 00:54:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2021-04-13T00:56:11.439Z] 00:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-13T00:56:11.439Z] 00:54:01 1 0.47 0.00 0.03 0.00 0.00 99.50 [2021-04-13T00:56:11.439Z] 00:54:01 2 0.12 0.00 0.05 0.00 0.02 99.82 [2021-04-13T00:56:11.439Z] 00:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-13T00:56:11.439Z] 00:55:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-04-13T00:56:11.439Z] 00:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-13T00:56:11.439Z] 00:55:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-13T00:56:11.439Z] 00:55:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-13T00:56:11.439Z] 00:55:01 3 0.52 0.00 0.03 0.00 0.02 99.43 [2021-04-13T00:56:11.439Z] 00:56:01 all 6.76 0.00 5.10 3.67 0.10 84.38 [2021-04-13T00:56:11.439Z] 00:56:01 0 6.29 0.00 4.76 2.41 0.07 86.47 [2021-04-13T00:56:11.439Z] 00:56:01 1 8.28 0.00 5.16 7.45 0.10 79.02 [2021-04-13T00:56:11.439Z] 00:56:01 2 5.97 0.00 5.19 2.41 0.12 86.31 [2021-04-13T00:56:11.439Z] 00:56:01 3 6.49 0.00 5.27 2.41 0.10 85.73 [2021-04-13T00:56:11.439Z] Average: all 12.28 0.00 6.43 4.21 0.06 77.02 [2021-04-13T00:56:11.439Z] Average: 0 12.38 0.00 6.48 3.94 0.06 77.15 [2021-04-13T00:56:11.439Z] Average: 1 12.27 0.00 6.45 4.34 0.06 76.88 [2021-04-13T00:56:11.439Z] Average: 2 12.29 0.00 6.33 4.33 0.07 76.98 [2021-04-13T00:56:11.439Z] Average: 3 12.17 0.00 6.46 4.22 0.06 77.09 [2021-04-13T00:56:11.439Z] [2021-04-13T00:56:11.439Z] [2021-04-13T00:56:11.439Z]