Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54ab13574731e9cbb3c910d7576150a69cb8d63b+78d0c9acab6154e266009190efcfebd61633f654 (a81bd2936f2475985cd80fdcbcd67e77dd1c7c94) 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-1249 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/83 [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/83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b Merge succeeded, producing 8f195019f7e325fa5b625dc81af347c2a038aa7d Checking out Revision 8f195019f7e325fa5b625dc81af347c2a038aa7d (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f195019f7e325fa5b625dc81af347c2a038aa7d # timeout=10 Commit message: "Merge commit '78d0c9acab6154e266009190efcfebd61633f654' into HEAD" > git rev-list --no-walk 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T19:21:43.092Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T19:21:43.197Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T19:21:43.227Z] ========================================================= [2021-04-20T19:21:43.227Z] EdgeX Global Pipelines Version Info [2021-04-20T19:21:43.227Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:21:44.862Z] ------------------- [2021-04-20T19:21:44.862Z] stable info: [2021-04-20T19:21:44.862Z] ------------------- [2021-04-20T19:21:44.862Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T19:21:44.862Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T19:21:44.862Z] Message: update stable to v1.0.186 [2021-04-20T19:21:45.810Z] ------------------- [2021-04-20T19:21:45.810Z] experimental info: [2021-04-20T19:21:45.810Z] ------------------- [2021-04-20T19:21:45.810Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T19:21:45.810Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T19:21:45.810Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T19:21:45.941Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T19:21:45.964Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T19:21:45.986Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T19:21:46.011Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T19:21:46.032Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T19:21:46.054Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T19:21:46.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T19:21:46.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T19:21:46.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T19:21:46.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T19:21:46.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T19:21:46.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T19:21:46.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T19:21:46.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T19:21:46.265Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:21:46.320Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:21:46.344Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T19:21:46.368Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T19:21:46.392Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T19:21:46.415Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T19:21:46.439Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T19:21:46.465Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T19:21:46.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T19:21:46.529Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T19:21:46.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-20T19:21:46.580Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f195019f7e325fa5b625dc81af347c2a038aa7d [Pipeline] echo [2021-04-20T19:21:46.608Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f19501 [Pipeline] echo [2021-04-20T19:21:46.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:21:46.703Z] provisioning config files... [2021-04-20T19:21:46.737Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/83@tmp/config7255133144294524227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:21:47.062Z] ---> docker-login.sh [2021-04-20T19:21:47.062Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:21:47.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:47.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:47.589Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:47.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:47.589Z] [2021-04-20T19:21:47.589Z] Login Succeeded [2021-04-20T19:21:47.589Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:21:47.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:47.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:47.589Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:47.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:47.589Z] [2021-04-20T19:21:47.589Z] Login Succeeded [2021-04-20T19:21:47.589Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:21:47.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:47.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:47.860Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:47.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:47.860Z] [2021-04-20T19:21:47.860Z] Login Succeeded [2021-04-20T19:21:47.860Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:21:48.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:48.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:48.125Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:48.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:48.125Z] [2021-04-20T19:21:48.125Z] Login Succeeded [2021-04-20T19:21:48.125Z] docker.io [2021-04-20T19:21:48.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:48.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:48.654Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:48.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:48.654Z] [2021-04-20T19:21:48.654Z] Login Succeeded [2021-04-20T19:21:48.654Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:21:48.667Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:21:49.015Z] ++ 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-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T19:21:49.015Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:21:49.015Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T19:21:49.015Z] ++ cut -d/ -f2 [2021-04-20T19:21:49.015Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T19:21:49.118Z] 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-20T19:21:49.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:21:49.820Z] [2021-04-20T19:21:49.820Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:21:50.152Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:21:50.152Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T19:21:50.152Z] 31603596830f: Pulling fs layer [2021-04-20T19:21:50.152Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T19:21:50.152Z] 6ca5941a6612: Pulling fs layer [2021-04-20T19:21:50.152Z] ecc8261a40a4: Pulling fs layer [2021-04-20T19:21:50.152Z] ecc8261a40a4: Waiting [2021-04-20T19:21:50.152Z] 2a8b12db71e7: Download complete [2021-04-20T19:21:50.418Z] 31603596830f: Verifying Checksum [2021-04-20T19:21:50.418Z] 31603596830f: Download complete [2021-04-20T19:21:50.418Z] ecc8261a40a4: Verifying Checksum [2021-04-20T19:21:50.418Z] ecc8261a40a4: Download complete [2021-04-20T19:21:50.418Z] 6ca5941a6612: Verifying Checksum [2021-04-20T19:21:50.418Z] 6ca5941a6612: Download complete [2021-04-20T19:21:50.702Z] 31603596830f: Pull complete [2021-04-20T19:21:50.968Z] 2a8b12db71e7: Pull complete [2021-04-20T19:21:51.919Z] 6ca5941a6612: Pull complete [2021-04-20T19:21:51.919Z] ecc8261a40a4: Pull complete [2021-04-20T19:21:51.919Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T19:21:51.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:21:51.919Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T19:21:52.030Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2021-04-20T19:21:52.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-20T19:21:54.678Z] $ docker top 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T19:21:54.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:21:54.856Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:21:55.098Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:21:55.104Z] $ docker exec 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent [2021-04-20T19:21:55.315Z] SSH_AUTH_SOCK=/tmp/ssh-LEeKsR0tTGRY/agent.11 [2021-04-20T19:21:55.315Z] SSH_AGENT_PID=16 [2021-04-20T19:21:55.329Z] Running ssh-add (command line suppressed) [2021-04-20T19:21:55.472Z] Identity added: /w/workspace/edgex-go/83@tmp/private_key_7714045483019902899.key (/w/workspace/edgex-go/83@tmp/private_key_7714045483019902899.key) [2021-04-20T19:21:55.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:21:55.850Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T19:21:55.885Z] $ docker exec --env ******** --env ******** 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent -k [2021-04-20T19:21:56.031Z] unset SSH_AUTH_SOCK; [2021-04-20T19:21:56.031Z] unset SSH_AGENT_PID; [2021-04-20T19:21:56.031Z] echo Agent pid 16 killed; [2021-04-20T19:21:56.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T19:21:56.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:21:56.124Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:21:56.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:21:56.369Z] $ docker exec 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent [2021-04-20T19:21:56.576Z] SSH_AUTH_SOCK=/tmp/ssh-9Q5g4l95PcpM/agent.44 [2021-04-20T19:21:56.576Z] SSH_AGENT_PID=49 [2021-04-20T19:21:56.584Z] Running ssh-add (command line suppressed) [2021-04-20T19:21:56.722Z] Identity added: /w/workspace/edgex-go/83@tmp/private_key_1950831108408491767.key (/w/workspace/edgex-go/83@tmp/private_key_1950831108408491767.key) [2021-04-20T19:21:56.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:21:57.093Z] + git semver init [2021-04-20T19:21:57.093Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T19:21:57.093Z] # $GIT_DIR = /w/workspace/edgex-go/83/.git [2021-04-20T19:21:57.093Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/83 [2021-04-20T19:21:57.093Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T19:21:57.093Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T19:21:57.093Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T19:21:57.093Z] # $SEMVER_BRANCH = PR-3234 [2021-04-20T19:21:57.093Z] # $SEMVER_TEMP = /tmp/semver-859395262 [2021-04-20T19:21:57.093Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T19:22:23.822Z] # '/tmp/semver-859395262' -> '/w/workspace/edgex-go/83/.semver' [2021-04-20T19:22:23.822Z] # -> Force: false [2021-04-20T19:22:23.822Z] # $SEMVER_DIR = /w/workspace/edgex-go/83/.semver [Pipeline] } [2021-04-20T19:22:23.844Z] $ docker exec --env ******** --env ******** 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 ssh-agent -k [2021-04-20T19:22:24.261Z] unset SSH_AUTH_SOCK; [2021-04-20T19:22:24.262Z] unset SSH_AGENT_PID; [2021-04-20T19:22:24.262Z] echo Agent pid 49 killed; [2021-04-20T19:22:24.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:22:24.769Z] + git semver [Pipeline] } [2021-04-20T19:22:24.793Z] $ docker stop --time=1 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 [2021-04-20T19:22:26.585Z] $ docker rm -f 8d0d66741276be7b0661df59a31292952d5fe0c1fc834530c4e079390f5d08b9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:22:27.072Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T19:22:27.549Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T19:22:27.552Z] [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-20T19:22:28.057Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:22:28.369Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:22:28.677Z] + sudo service docker restart [2021-04-20T19:22:28.677Z] + true [2021-04-20T19:22:28.677Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T19:22:29.648Z] ========================================================= [2021-04-20T19:22:29.648Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T19:22:29.648Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:22:29.962Z] + 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-20T19:22:34.217Z] Sending build context to Docker daemon 329.7MB [2021-04-20T19:22:34.217Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:22:34.217Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:22:34.217Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T19:22:34.217Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T19:22:34.217Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T19:22:34.217Z] de9db76c5a1d: Pulling fs layer [2021-04-20T19:22:34.217Z] bca2f99d35d6: Pulling fs layer [2021-04-20T19:22:34.217Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T19:22:34.217Z] 7c6f9722023f: Pulling fs layer [2021-04-20T19:22:34.217Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T19:22:34.217Z] 93359f2a8cfa: Waiting [2021-04-20T19:22:34.217Z] 7c6f9722023f: Waiting [2021-04-20T19:22:34.217Z] a35cf1a2eb13: Waiting [2021-04-20T19:22:34.217Z] bca2f99d35d6: Waiting [2021-04-20T19:22:34.217Z] de9db76c5a1d: Verifying Checksum [2021-04-20T19:22:34.217Z] de9db76c5a1d: Download complete [2021-04-20T19:22:34.217Z] 0ef7d3d256c8: Download complete [2021-04-20T19:22:34.217Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T19:22:34.217Z] 93359f2a8cfa: Download complete [2021-04-20T19:22:34.217Z] 7c6f9722023f: Verifying Checksum [2021-04-20T19:22:34.217Z] 7c6f9722023f: Download complete [2021-04-20T19:22:34.217Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T19:22:34.217Z] 188c0c94c7c5: Download complete [2021-04-20T19:22:34.603Z] 188c0c94c7c5: Pull complete [2021-04-20T19:22:34.892Z] 0ef7d3d256c8: Pull complete [2021-04-20T19:22:35.864Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T19:22:35.864Z] a35cf1a2eb13: Download complete [2021-04-20T19:22:36.138Z] de9db76c5a1d: Pull complete [2021-04-20T19:22:36.719Z] bca2f99d35d6: Verifying Checksum [2021-04-20T19:22:36.719Z] bca2f99d35d6: Download complete [2021-04-20T19:22:42.690Z] Still waiting to schedule task [2021-04-20T19:22:42.690Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1231’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1253’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-1242’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1234’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1252’ is offline [2021-04-20T19:22:43.400Z] bca2f99d35d6: Pull complete [2021-04-20T19:22:43.401Z] 93359f2a8cfa: Pull complete [2021-04-20T19:22:43.401Z] 7c6f9722023f: Pull complete [2021-04-20T19:22:47.652Z] a35cf1a2eb13: Pull complete [2021-04-20T19:22:47.652Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T19:22:47.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T19:22:47.652Z] ---> a62c8e92a672 [2021-04-20T19:22:47.652Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T19:22:47.652Z] ---> Running in 7bb496128639 [2021-04-20T19:22:48.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:22:50.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:22:51.942Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:22:52.520Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:22:52.520Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:22:52.520Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:23:04.785Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:23:05.050Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:23:05.050Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:23:05.050Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:23:05.314Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:23:05.314Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:23:05.314Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:23:05.589Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:23:05.589Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:23:05.589Z] OK: 233 MiB in 51 packages [2021-04-20T19:23:08.920Z] Removing intermediate container 7bb496128639 [2021-04-20T19:23:08.920Z] ---> 061d157adb8b [2021-04-20T19:23:08.920Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:23:08.920Z] ---> Running in c5d31c685bf1 [2021-04-20T19:23:09.188Z] Removing intermediate container c5d31c685bf1 [2021-04-20T19:23:09.188Z] ---> 7bfae2896ed8 [2021-04-20T19:23:09.188Z] Step 5/6 : COPY go.mod . [2021-04-20T19:23:09.454Z] ---> 5c7bd6486595 [2021-04-20T19:23:09.454Z] Step 6/6 : RUN go mod download [2021-04-20T19:23:09.454Z] ---> Running in 040fd7fd2e45 [2021-04-20T19:23:31.500Z] Removing intermediate container 040fd7fd2e45 [2021-04-20T19:23:31.500Z] ---> f819e56cdd64 [2021-04-20T19:23:31.500Z] Successfully built f819e56cdd64 [2021-04-20T19:23:31.500Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:23:31.831Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:23:32.100Z] . [Pipeline] withDockerContainer [2021-04-20T19:23:32.227Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2021-04-20T19:23:32.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-20T19:23:33.267Z] $ docker top 890f4bdc5888196ae0dd0525561bff0cb9bd6112d45618d116f692c2b46df785 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:23:33.694Z] + go version [2021-04-20T19:23:33.694Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T19:23:33.712Z] $ docker stop --time=1 890f4bdc5888196ae0dd0525561bff0cb9bd6112d45618d116f692c2b46df785 [2021-04-20T19:23:35.103Z] $ docker rm -f 890f4bdc5888196ae0dd0525561bff0cb9bd6112d45618d116f692c2b46df785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:23:35.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:23:35.634Z] . [Pipeline] withDockerContainer [2021-04-20T19:23:35.762Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2021-04-20T19:23:35.822Z] $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-20T19:23:36.683Z] $ docker top 798bd98fcdc958ab4f96a91b8487704165364b0372423c5be83c92711d13af12 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:23:36.874Z] ========================================================= [2021-04-20T19:23:36.874Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:23:36.874Z] ========================================================= [Pipeline] sh [2021-04-20T19:23:37.184Z] + make test [2021-04-20T19:23:37.184Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:23:47.258Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:24:09.489Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:24:16.255Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:24:16.255Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:24:16.255Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:24:18.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:24:18.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:24:18.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:24:18.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:24:19.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:24:19.943Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:24:23.324Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:24:23.324Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:24:23.324Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:24:25.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.172s coverage: 45.9% of statements [2021-04-20T19:24:25.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:24:25.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:24:25.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:24:25.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:24:25.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:24:25.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:24:25.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.076s coverage: 19.8% of statements [2021-04-20T19:24:25.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.128s coverage: 100.0% of statements [2021-04-20T19:24:30.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.315s coverage: 27.1% of statements [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:24:30.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:24:30.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:24:30.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.153s coverage: 71.3% of statements [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:24:30.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.237s coverage: 82.9% of statements [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:24:30.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-04-20T19:24:30.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:24:34.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:24:34.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:24:34.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:24:34.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.198s coverage: 86.7% of statements [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:24:34.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:24:34.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:24:34.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.565s coverage: 93.0% of statements [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.9% of statements [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:24:38.012Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.218s coverage: 47.1% of statements [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.162s coverage: 79.5% of statements [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.133s coverage: 96.3% of statements [2021-04-20T19:24:38.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-04-20T19:24:50.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements [2021-04-20T19:24:50.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-20T19:24:52.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.347s coverage: 81.9% of statements [2021-04-20T19:24:52.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.6% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.134s coverage: 91.6% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 64.4% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 69.0% of statements [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:25:01.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:25:01.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 38.4% of statements [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:25:01.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:25:01.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-04-20T19:25:01.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.0% of statements [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:25:01.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:25:01.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:25:01.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.075s coverage: 9.6% of statements [2021-04-20T19:25:01.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:25:01.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.329s coverage: 88.6% of statements [2021-04-20T19:25:01.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:25:01.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:25:01.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:25:02.407Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1255 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T19:25:02.426Z] Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout [2021-04-20T19:25:03.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.102s coverage: 28.7% of statements [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:25:03.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:25:03.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:25:03.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:25:04.063Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.084s coverage: 64.6% of statements [2021-04-20T19:25:04.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:25:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.244s coverage: 95.6% of statements [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:25:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:25:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:25:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:25:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:25:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-04-20T19:25:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-20T19:25:06.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-20T19:25:06.774Z] GO111MODULE=on go vet ./... [2021-04-20T19:25:09.411Z] using credential edgex-jenkins-ssh [2021-04-20T19:25:09.432Z] Cloning the remote Git repository [2021-04-20T19:25:09.511Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:25:09.817Z] > git init /w/workspace/edgex-go/83 # timeout=10 [2021-04-20T19:25:10.011Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:25:10.012Z] > git --version # timeout=10 [2021-04-20T19:25:10.049Z] > git --version # 'git version 2.17.1' [2021-04-20T19:25:10.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:25:10.174Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:25:41.158Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:25:41.181Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:25:41.209Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:25:41.256Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:25:41.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:25:41.277Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:25:41.993Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:25:42.157Z] Failed in branch arm64 [2021-04-20T19:25:42.023Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:25:42.038Z] > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [2021-04-20T19:25:46.645Z] gofmt -l . [2021-04-20T19:25:46.645Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:25:46.645Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:25:46.645Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:25:47.281Z] + ls -al . [2021-04-20T19:25:47.281Z] total 812 [2021-04-20T19:25:47.281Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 19:25 . [2021-04-20T19:25:47.281Z] drwxr-xr-x 4 root root 30 Apr 20 19:23 .. [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 19:21 .dockerignore [2021-04-20T19:25:47.281Z] drwxrwxr-x 8 1001 1001 179 Apr 20 19:21 .git [2021-04-20T19:25:47.281Z] drwxrwxr-x 3 1001 1001 125 Apr 20 19:21 .github [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 19:21 .gitignore [2021-04-20T19:25:47.281Z] drwx------ 3 1001 1001 60 Apr 20 19:22 .semver [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 19:21 .sonarcloud.properties [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:21 Attribution.txt [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:21 CONTRIBUTING.md [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 19:21 Dockerfile.build [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 19:21 Jenkinsfile [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:21 LICENSE [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:21 Makefile [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:21 README.md [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:21 SECURITY.md [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:22 VERSION [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:21 ZMQWindows.md [2021-04-20T19:25:47.281Z] drwxrwxr-x 2 1001 1001 117 Apr 20 19:21 bin [2021-04-20T19:25:47.281Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 19:21 cmd [2021-04-20T19:25:47.281Z] -rw-r--r-- 1 root root 703598 Apr 20 19:25 coverage.out [2021-04-20T19:25:47.281Z] -rw-r--r-- 1 root root 1060 Apr 20 19:25 go.mod [2021-04-20T19:25:47.281Z] -rw-r--r-- 1 root root 22191 Apr 20 19:25 go.sum [2021-04-20T19:25:47.281Z] drwxrwxr-x 8 1001 1001 127 Apr 20 19:21 internal [2021-04-20T19:25:47.281Z] drwxrwxr-x 4 1001 1001 26 Apr 20 19:21 openapi [2021-04-20T19:25:47.281Z] drwxrwxr-x 4 1001 1001 71 Apr 20 19:21 snap [2021-04-20T19:25:47.281Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 19:21 version.go [Pipeline] sh [2021-04-20T19:25:47.585Z] + '[' -e coverage.out ] [2021-04-20T19:25:47.585Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:25:47.816Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:25:48.119Z] + make build [2021-04-20T19:25:48.119Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:25:52.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:26:03.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:26:03.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:26:05.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:26:05.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:26:07.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:26:09.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:26:10.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:26:12.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:26:13.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:26:15.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T19:26:17.649Z] $ docker stop --time=1 798bd98fcdc958ab4f96a91b8487704165364b0372423c5be83c92711d13af12 [2021-04-20T19:26:19.440Z] $ docker rm -f 798bd98fcdc958ab4f96a91b8487704165364b0372423c5be83c92711d13af12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:26:22.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:22.277Z] [2021-04-20T19:26:22.277Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:26:22.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:22.598Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T19:26:22.598Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T19:26:22.598Z] ca9280d653b3: Pulling fs layer [2021-04-20T19:26:22.598Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T19:26:22.863Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T19:26:22.863Z] cbdbe7a5bc2a: Download complete [2021-04-20T19:26:23.134Z] ca9280d653b3: Verifying Checksum [2021-04-20T19:26:23.134Z] ca9280d653b3: Download complete [2021-04-20T19:26:23.406Z] cbdbe7a5bc2a: Pull complete [2021-04-20T19:26:24.367Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T19:26:24.367Z] 7e9c9ca2126c: Download complete [2021-04-20T19:26:24.367Z] ca9280d653b3: Pull complete [2021-04-20T19:26:31.041Z] 7e9c9ca2126c: Pull complete [2021-04-20T19:26:31.041Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T19:26:31.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:31.041Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T19:26:31.224Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2021-04-20T19:26:31.290Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-20T19:26:34.393Z] $ docker top 8d78ded8538aaf9747e44680c8dfcc5a7c4e77a1d8c6803bfc75e5c53aba39c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:26:34.898Z] + docker-compose build --help [2021-04-20T19:26:34.898Z] + grep parallel [2021-04-20T19:26:36.290Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T19:26:36.310Z] $ docker stop --time=1 8d78ded8538aaf9747e44680c8dfcc5a7c4e77a1d8c6803bfc75e5c53aba39c3 [2021-04-20T19:26:37.750Z] $ docker rm -f 8d78ded8538aaf9747e44680c8dfcc5a7c4e77a1d8c6803bfc75e5c53aba39c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:26:38.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:38.240Z] . [Pipeline] withDockerContainer [2021-04-20T19:26:38.353Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2021-04-20T19:26:38.406Z] $ 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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@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-20T19:26:39.318Z] $ docker top ebaf5c162f9c4094a1ded55db8c945fe77cd3a57d5adb62b41e7bb8b0ec3f5e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:26:39.737Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:26:40.698Z] Building docker-core-command-go ... [2021-04-20T19:26:40.698Z] Building docker-core-data-go ... [2021-04-20T19:26:40.698Z] Building docker-core-metadata-go ... [2021-04-20T19:26:40.698Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:26:40.698Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:26:40.698Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:26:40.698Z] Building docker-support-notifications-go ... [2021-04-20T19:26:40.698Z] Building docker-support-scheduler-go ... [2021-04-20T19:26:40.698Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:26:40.698Z] Building docker-core-data-go [2021-04-20T19:26:40.698Z] Building docker-support-scheduler-go [2021-04-20T19:26:40.698Z] Building docker-security-bootstrapper-go [2021-04-20T19:26:40.698Z] Building docker-support-notifications-go [2021-04-20T19:26:40.698Z] Building docker-security-proxy-setup-go [2021-04-20T19:27:19.804Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:19.804Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:19.804Z] ---> f819e56cdd64 [2021-04-20T19:27:19.804Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:27:19.804Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:19.804Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:19.804Z] ---> f819e56cdd64 [2021-04-20T19:27:19.804Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:27:19.804Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:19.804Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:19.804Z] ---> f819e56cdd64 [2021-04-20T19:27:19.804Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:27:19.804Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:19.804Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:19.804Z] ---> f819e56cdd64 [2021-04-20T19:27:19.804Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:27:19.804Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:19.804Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:19.804Z] ---> f819e56cdd64 [2021-04-20T19:27:19.804Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:27:19.804Z] ---> Running in c76d43b7be3f [2021-04-20T19:27:19.804Z] ---> Running in 098a63efa6cf [2021-04-20T19:27:19.804Z] ---> Running in e73bf727cc18 [2021-04-20T19:27:20.405Z] ---> Running in 2987f6504212 [2021-04-20T19:27:20.405Z] ---> Running in 57e38460dcd1 [2021-04-20T19:27:21.023Z] Removing intermediate container c76d43b7be3f [2021-04-20T19:27:21.023Z] ---> 1793eedc3977 [2021-04-20T19:27:21.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:21.023Z] Removing intermediate container 098a63efa6cf [2021-04-20T19:27:21.023Z] ---> 86059baf7075 [2021-04-20T19:27:21.023Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:21.023Z] Removing intermediate container e73bf727cc18 [2021-04-20T19:27:21.023Z] ---> 0fc07a1f6750 [2021-04-20T19:27:21.023Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:21.023Z] Removing intermediate container 2987f6504212 [2021-04-20T19:27:21.023Z] ---> 86ecdf57cafe [2021-04-20T19:27:21.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:21.023Z] Removing intermediate container 57e38460dcd1 [2021-04-20T19:27:21.023Z] ---> 560ecb0495da [2021-04-20T19:27:21.023Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:21.288Z] ---> Running in 651e58e15824 [2021-04-20T19:27:21.288Z] ---> Running in 404568ba2887 [2021-04-20T19:27:21.288Z] ---> Running in e51438d8c3b6 [2021-04-20T19:27:21.288Z] ---> Running in 296876d95a31 [2021-04-20T19:27:21.288Z] ---> Running in e591d846ade2 [2021-04-20T19:27:23.921Z] Removing intermediate container 651e58e15824 [2021-04-20T19:27:23.921Z] ---> e433bdc5bb91 [2021-04-20T19:27:23.921Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:27:23.921Z] ---> Running in ffcdd23552ee [2021-04-20T19:27:23.921Z] Removing intermediate container 404568ba2887 [2021-04-20T19:27:23.921Z] ---> 6a99767e7704 [2021-04-20T19:27:23.921Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:27:23.921Z] Removing intermediate container e51438d8c3b6 [2021-04-20T19:27:23.921Z] ---> dfbdc9f8eb90 [2021-04-20T19:27:23.921Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:27:23.921Z] Removing intermediate container 296876d95a31 [2021-04-20T19:27:23.921Z] ---> dda8240058f5 [2021-04-20T19:27:23.921Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:27:23.921Z] Removing intermediate container e591d846ade2 [2021-04-20T19:27:23.921Z] ---> f69e5bdf1f3d [2021-04-20T19:27:23.921Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:27:23.921Z] ---> Running in 9413b3d24340 [2021-04-20T19:27:23.921Z] ---> Running in 89ad7ab77696 [2021-04-20T19:27:23.921Z] ---> Running in 4fba8a103aa4 [2021-04-20T19:27:24.186Z] ---> Running in 9b0068b33b50 [2021-04-20T19:27:24.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:24.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:25.958Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:25.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:26.254Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:26.254Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:26.524Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:26.524Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:26.524Z] Removing intermediate container ffcdd23552ee [2021-04-20T19:27:26.524Z] ---> 14c23bd1422a [2021-04-20T19:27:26.524Z] Step 6/21 : COPY go.mod . [2021-04-20T19:27:27.102Z] ---> 20860ddf6f74 [2021-04-20T19:27:27.102Z] Step 7/21 : RUN go mod download [2021-04-20T19:27:27.366Z] ---> Running in ee8cbf78d6a0 [2021-04-20T19:27:27.366Z] Removing intermediate container 9b0068b33b50 [2021-04-20T19:27:27.366Z] ---> 43d8057ac196 [2021-04-20T19:27:27.366Z] Step 6/31 : COPY go.mod . [2021-04-20T19:27:27.638Z] Removing intermediate container 89ad7ab77696 [2021-04-20T19:27:27.638Z] ---> cedcc4e3459c [2021-04-20T19:27:27.638Z] Step 6/22 : COPY go.mod . [2021-04-20T19:27:27.638Z] Removing intermediate container 9413b3d24340 [2021-04-20T19:27:27.638Z] ---> 81af5ab7a0af [2021-04-20T19:27:27.638Z] Step 6/22 : COPY go.mod . [2021-04-20T19:27:27.638Z] Removing intermediate container 4fba8a103aa4 [2021-04-20T19:27:27.638Z] ---> 8488d2055380 [2021-04-20T19:27:27.638Z] Step 6/23 : COPY go.mod . [2021-04-20T19:27:27.908Z] ---> df0747b04633 [2021-04-20T19:27:27.908Z] Step 7/31 : RUN go mod download [2021-04-20T19:27:27.908Z] ---> Running in d6fa49178e02 [2021-04-20T19:27:28.184Z] ---> 2a1823333f96 [2021-04-20T19:27:28.184Z] Step 7/22 : RUN go mod download [2021-04-20T19:27:28.184Z] ---> bc7a4d714113 [2021-04-20T19:27:28.184Z] Step 7/22 : RUN go mod download [2021-04-20T19:27:28.184Z] ---> Running in 7aca8a80590c [2021-04-20T19:27:28.453Z] ---> 16460bfd5e72 [2021-04-20T19:27:28.453Z] Step 7/23 : RUN go mod download [2021-04-20T19:27:28.453Z] ---> Running in 7aafa23339e3 [2021-04-20T19:27:28.453Z] ---> Running in 1550c1af6608 [2021-04-20T19:27:29.922Z] Removing intermediate container ee8cbf78d6a0 [2021-04-20T19:27:29.922Z] ---> 3ba62f8e9dfe [2021-04-20T19:27:29.922Z] Step 8/21 : COPY . . [2021-04-20T19:27:30.198Z] Removing intermediate container d6fa49178e02 [2021-04-20T19:27:30.198Z] ---> c3d4a079d325 [2021-04-20T19:27:30.198Z] Step 8/31 : COPY . . [2021-04-20T19:27:32.806Z] Removing intermediate container 7aca8a80590c [2021-04-20T19:27:32.806Z] ---> 9ffdc50c398b [2021-04-20T19:27:32.806Z] Step 8/22 : COPY . . [2021-04-20T19:27:37.097Z] Removing intermediate container 1550c1af6608 [2021-04-20T19:27:37.097Z] ---> 30ad551455a9 [2021-04-20T19:27:37.097Z] Step 8/23 : COPY . . [2021-04-20T19:27:39.696Z] Removing intermediate container 7aafa23339e3 [2021-04-20T19:27:39.696Z] ---> a5725bbd086a [2021-04-20T19:27:39.696Z] Step 8/22 : COPY . . [2021-04-20T19:28:18.726Z] ---> d7977543b0f2 [2021-04-20T19:28:18.726Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:28:18.726Z] ---> 1fa500a1264e [2021-04-20T19:28:18.726Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:28:18.726Z] ---> Running in 44d4965c43ba [2021-04-20T19:28:18.726Z] ---> Running in 786d0edf2952 [2021-04-20T19:28:18.726Z] ---> 6279b9772156 [2021-04-20T19:28:18.726Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:28:18.726Z] ---> 64e3d2f4490a [2021-04-20T19:28:18.726Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:28:18.726Z] ---> f8617570298d [2021-04-20T19:28:18.726Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:28:18.726Z] ---> Running in 1499ffc8138c [2021-04-20T19:28:18.726Z] ---> Running in 21524e0d0397 [2021-04-20T19:28:18.726Z] ---> Running in 1aba73975dd5 [2021-04-20T19:28:19.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:28:19.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:28:19.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:28:19.311Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:28:19.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:29:06.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:29:09.615Z] Removing intermediate container 786d0edf2952 [2021-04-20T19:29:09.615Z] ---> c1eb360862fc [2021-04-20T19:29:09.615Z] [2021-04-20T19:29:09.615Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:29:09.615Z] 3.12: Pulling from library/alpine [2021-04-20T19:29:10.218Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:29:10.218Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:29:10.218Z] ---> 13621d1b12d4 [2021-04-20T19:29:10.218Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:29:15.557Z] ---> Running in b99cc07cda2a [2021-04-20T19:29:15.835Z] Removing intermediate container 44d4965c43ba [2021-04-20T19:29:15.835Z] ---> fc23254fc94b [2021-04-20T19:29:15.835Z] [2021-04-20T19:29:15.835Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:29:15.835Z] ---> 13621d1b12d4 [2021-04-20T19:29:15.836Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:29:15.836Z] Removing intermediate container 1499ffc8138c [2021-04-20T19:29:15.836Z] ---> f8455e17e67f [2021-04-20T19:29:15.836Z] [2021-04-20T19:29:15.836Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:29:15.836Z] Removing intermediate container 1aba73975dd5 [2021-04-20T19:29:15.836Z] ---> a0ae42453f9e [2021-04-20T19:29:15.836Z] [2021-04-20T19:29:15.836Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:29:15.836Z] ---> 13621d1b12d4 [2021-04-20T19:29:15.836Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:29:15.836Z] ---> 13621d1b12d4 [2021-04-20T19:29:15.836Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:29:15.836Z] Removing intermediate container b99cc07cda2a [2021-04-20T19:29:15.836Z] ---> 61e5d02c9b34 [2021-04-20T19:29:15.836Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:29:15.836Z] ---> Running in 0ae2f53f4d29 [2021-04-20T19:29:16.102Z] ---> Running in f13650014dec [2021-04-20T19:29:16.102Z] ---> Running in ccd791538698 [2021-04-20T19:29:16.102Z] ---> Running in 9a42048ec313 [2021-04-20T19:29:17.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.371Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:29:17.371Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:29:17.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.647Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:17.647Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:29:17.647Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:29:17.647Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:17.647Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:29:17.647Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:17.647Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:29:17.647Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:29:17.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:17.647Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:17.647Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:17.647Z] OK: 6 MiB in 15 packages [2021-04-20T19:29:17.647Z] OK: 7 MiB in 18 packages [2021-04-20T19:29:17.647Z] OK: 6 MiB in 16 packages [2021-04-20T19:29:17.931Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:17.931Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:29:17.931Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:17.931Z] OK: 6 MiB in 16 packages [2021-04-20T19:29:22.158Z] Removing intermediate container 21524e0d0397 [2021-04-20T19:29:22.158Z] ---> 8754e6eb9b5a [2021-04-20T19:29:22.158Z] [2021-04-20T19:29:22.158Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:29:22.158Z] ---> 13621d1b12d4 [2021-04-20T19:29:22.158Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:29:22.158Z] ---> Running in 017772d9bb2e [2021-04-20T19:29:22.426Z] Removing intermediate container ccd791538698 [2021-04-20T19:29:22.426Z] ---> 5cdceeea975c [2021-04-20T19:29:22.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:29:22.426Z] Removing intermediate container 9a42048ec313 [2021-04-20T19:29:22.426Z] ---> c6df8d37064c [2021-04-20T19:29:22.426Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:29:22.426Z] Removing intermediate container f13650014dec [2021-04-20T19:29:22.426Z] ---> 3a2a4af11258 [2021-04-20T19:29:22.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:29:22.426Z] Removing intermediate container 0ae2f53f4d29 [2021-04-20T19:29:22.426Z] ---> c8b1e21047eb [2021-04-20T19:29:22.426Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:29:22.426Z] ---> Running in 5f83f8794e8e [2021-04-20T19:29:22.426Z] ---> Running in ea0af00a41f8 [2021-04-20T19:29:22.694Z] ---> Running in 64c24f907b7a [2021-04-20T19:29:22.694Z] ---> Running in 142d74ff3f80 [2021-04-20T19:29:22.694Z] Removing intermediate container 017772d9bb2e [2021-04-20T19:29:22.694Z] ---> 37c1dbc35f34 [2021-04-20T19:29:22.694Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:29:22.694Z] ---> Running in 17f8ccfbb64e [2021-04-20T19:29:22.957Z] Removing intermediate container 5f83f8794e8e [2021-04-20T19:29:22.957Z] ---> f22f37359c2d [2021-04-20T19:29:22.957Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:29:22.957Z] Removing intermediate container 64c24f907b7a [2021-04-20T19:29:22.957Z] ---> be10982aee11 [2021-04-20T19:29:22.957Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:29:22.957Z] Removing intermediate container 142d74ff3f80 [2021-04-20T19:29:22.957Z] ---> 1d121e8e36b4 [2021-04-20T19:29:22.957Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:29:22.957Z] Removing intermediate container ea0af00a41f8 [2021-04-20T19:29:22.957Z] ---> 13c4009b7182 [2021-04-20T19:29:22.957Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:29:23.221Z] ---> Running in 27483aa65501 [2021-04-20T19:29:23.221Z] ---> Running in ed6b1d221f38 [2021-04-20T19:29:23.221Z] ---> Running in b075b5fc2f4b [2021-04-20T19:29:23.221Z] Removing intermediate container 17f8ccfbb64e [2021-04-20T19:29:23.221Z] ---> 6eadab5a40c5 [2021-04-20T19:29:23.221Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:29:23.221Z] ---> Running in 050e08560741 [2021-04-20T19:29:23.485Z] ---> Running in 962e9f905e65 [2021-04-20T19:29:23.485Z] Removing intermediate container 27483aa65501 [2021-04-20T19:29:23.485Z] ---> ba426b6253f3 [2021-04-20T19:29:23.485Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:29:23.485Z] Removing intermediate container ed6b1d221f38 [2021-04-20T19:29:23.485Z] ---> dd5791287edb [2021-04-20T19:29:23.485Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:29:23.485Z] Removing intermediate container b075b5fc2f4b [2021-04-20T19:29:23.485Z] ---> 0caaf86cbb82 [2021-04-20T19:29:23.485Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:29:23.761Z] Removing intermediate container 050e08560741 [2021-04-20T19:29:23.761Z] ---> 05e56e1599e9 [2021-04-20T19:29:23.761Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:29:23.761Z] ---> Running in aefefdc7750d [2021-04-20T19:29:23.761Z] ---> Running in a6bc6d2e1563 [2021-04-20T19:29:23.761Z] ---> Running in bae4c71fa0fa [2021-04-20T19:29:23.761Z] Removing intermediate container 962e9f905e65 [2021-04-20T19:29:23.761Z] ---> 82b2a4715ec4 [2021-04-20T19:29:23.761Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:29:24.045Z] ---> Running in ffdf925facea [2021-04-20T19:29:24.313Z] Removing intermediate container aefefdc7750d [2021-04-20T19:29:24.313Z] ---> caf459bd7426 [2021-04-20T19:29:24.313Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:29:24.313Z] Removing intermediate container bae4c71fa0fa [2021-04-20T19:29:24.313Z] ---> a768b461568a [2021-04-20T19:29:24.313Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:29:24.313Z] ---> 6b27e98d7c58 [2021-04-20T19:29:24.313Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:29:24.940Z] ---> bcf7a411301e [2021-04-20T19:29:24.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:29:24.940Z] ---> 7ad64b683c02 [2021-04-20T19:29:24.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:29:25.214Z] ---> 4ba4ad41d223 [2021-04-20T19:29:25.214Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:29:25.796Z] Removing intermediate container a6bc6d2e1563 [2021-04-20T19:29:25.796Z] ---> 85b0dbc510f7 [2021-04-20T19:29:25.796Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:29:25.796Z] ---> Running in 1a96607c1f05 [2021-04-20T19:29:26.079Z] ---> d2d7cc6deca8 [2021-04-20T19:29:26.079Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:29:26.079Z] ---> 5c9f956c1f6e [2021-04-20T19:29:26.079Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:29:26.079Z] ---> ef78d47d59eb [2021-04-20T19:29:26.079Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:29:26.079Z] Removing intermediate container ffdf925facea [2021-04-20T19:29:26.079Z] ---> 2a4370865444 [2021-04-20T19:29:26.079Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:29:26.079Z] ---> Running in 891f94dac777 [2021-04-20T19:29:26.079Z] ---> Running in dac5f930b138 [2021-04-20T19:29:26.364Z] Removing intermediate container 1a96607c1f05 [2021-04-20T19:29:26.364Z] ---> ce6a37825652 [2021-04-20T19:29:26.364Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:29:26.631Z] ---> e6a36df7053e [2021-04-20T19:29:26.631Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:29:26.631Z] ---> c907f3e512cf [2021-04-20T19:29:26.631Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:29:26.902Z] Removing intermediate container 891f94dac777 [2021-04-20T19:29:26.902Z] ---> aa40981805f3 [2021-04-20T19:29:26.902Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:29:26.902Z] ---> 8040347321bf [2021-04-20T19:29:26.902Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:29:26.902Z] ---> Running in c5adeda3c676 [2021-04-20T19:29:27.168Z] ---> Running in fccc209a5a22 [2021-04-20T19:29:27.448Z] ---> Running in 480565928b8e [2021-04-20T19:29:27.448Z] ---> Running in 44e424718820 [2021-04-20T19:29:27.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:27.718Z] Removing intermediate container c5adeda3c676 [2021-04-20T19:29:27.718Z] ---> 75d2933df690 [2021-04-20T19:29:27.718Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:29:27.718Z] Removing intermediate container fccc209a5a22 [2021-04-20T19:29:27.718Z] ---> 97ab4f09f222 [2021-04-20T19:29:27.718Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:29:27.994Z] ---> Running in 79784eec4023 [2021-04-20T19:29:27.994Z] Removing intermediate container 44e424718820 [2021-04-20T19:29:27.994Z] ---> 70f43e0d90e2 [2021-04-20T19:29:27.994Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T19:29:27.994Z] ---> Running in 7e4314661f52 [2021-04-20T19:29:28.259Z] ---> Running in a7801f7b9601 [2021-04-20T19:29:28.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:28.259Z] Removing intermediate container 79784eec4023 [2021-04-20T19:29:28.259Z] ---> 6c89cb97e822 [2021-04-20T19:29:28.259Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:29:28.259Z] Removing intermediate container 7e4314661f52 [2021-04-20T19:29:28.259Z] ---> 6bdf9b36e847 [2021-04-20T19:29:28.259Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:29:28.530Z] ---> Running in bdad11b1307a [2021-04-20T19:29:28.530Z] ---> Running in 06a4972eab88 [2021-04-20T19:29:28.530Z] Removing intermediate container a7801f7b9601 [2021-04-20T19:29:28.530Z] ---> 6fa430f681b9 [2021-04-20T19:29:28.530Z] Step 20/21 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:29:28.530Z] ---> Running in 949a148c7026 [2021-04-20T19:29:28.793Z] Removing intermediate container bdad11b1307a [2021-04-20T19:29:28.793Z] ---> dc7a67b21a68 [2021-04-20T19:29:28.793Z] Step 21/22 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:29:28.793Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:28.793Z] ---> Running in c691366731c7 [2021-04-20T19:29:28.793Z] Removing intermediate container 06a4972eab88 [2021-04-20T19:29:28.793Z] ---> 3e28eb905ddd [2021-04-20T19:29:28.793Z] Step 21/22 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:29:29.056Z] ---> Running in b8c20fd07a17 [2021-04-20T19:29:29.056Z] Removing intermediate container 949a148c7026 [2021-04-20T19:29:29.056Z] ---> 73733d004204 [2021-04-20T19:29:29.056Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:29:29.056Z] Removing intermediate container c691366731c7 [2021-04-20T19:29:29.056Z] ---> 13238378e1fc [2021-04-20T19:29:29.056Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:29:29.319Z] ---> Running in 8bbd3a77f671 [2021-04-20T19:29:29.319Z] ---> Running in 4b869b39c6a1 [2021-04-20T19:29:29.319Z] Removing intermediate container b8c20fd07a17 [2021-04-20T19:29:29.319Z] ---> 476b595da452 [2021-04-20T19:29:29.319Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:29:29.319Z] Removing intermediate container 480565928b8e [2021-04-20T19:29:29.319Z] ---> fecce28f7510 [2021-04-20T19:29:29.319Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:29:29.319Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:29:29.584Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:29:29.584Z] ---> Running in b2dbb83bd180 [2021-04-20T19:29:29.584Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:29:29.584Z] Removing intermediate container 8bbd3a77f671 [2021-04-20T19:29:29.584Z] ---> 21cb21bf8c0e [2021-04-20T19:29:29.584Z] [2021-04-20T19:29:29.852Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:29:29.852Z] Removing intermediate container 4b869b39c6a1 [2021-04-20T19:29:29.852Z] ---> 9ce13cf4ad7a [2021-04-20T19:29:29.852Z] [2021-04-20T19:29:29.852Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:29:29.852Z] ---> 8a09aedf00d0 [2021-04-20T19:29:29.852Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:29:29.852Z] Removing intermediate container b2dbb83bd180 [2021-04-20T19:29:29.852Z] ---> 83c64f147084 [2021-04-20T19:29:29.852Z] [2021-04-20T19:29:29.852Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:30.125Z] OK: 8 MiB in 20 packages [2021-04-20T19:29:30.125Z] Successfully built 9ce13cf4ad7a [2021-04-20T19:29:30.125Z] Successfully built 21cb21bf8c0e [2021-04-20T19:29:30.125Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T19:29:30.125Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:29:30.125Z]  Building docker-support-notifications-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T19:29:30.125Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-20T19:29:30.125Z] Successfully built 83c64f147084 [2021-04-20T19:29:30.125Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T19:29:30.125Z] Building docker-core-metadata-go [2021-04-20T19:29:30.664Z]  Building docker-support-scheduler-go ... done Removing intermediate container dac5f930b138 [2021-04-20T19:29:30.664Z] ---> a638be9442c8 [2021-04-20T19:29:30.664Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:29:30.664Z] ---> 4d898b4155c9 [2021-04-20T19:29:30.664Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:29:31.272Z] ---> ea9db84d0063 [2021-04-20T19:29:31.272Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:29:31.272Z] ---> 8cea8a209330 [2021-04-20T19:29:31.272Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:29:31.869Z] ---> 125d6c1525d8 [2021-04-20T19:29:31.869Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:29:32.471Z] ---> 706a49c6b4de [2021-04-20T19:29:32.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:29:35.038Z] ---> 78dd7697d232 [2021-04-20T19:29:35.038Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:29:35.038Z] ---> 3a44bfb473cd [2021-04-20T19:29:35.038Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:29:36.449Z] ---> Running in 3c9d8045a0a2 [2021-04-20T19:29:37.848Z] ---> Running in 47bc84dbc58b [2021-04-20T19:29:37.848Z] Removing intermediate container 3c9d8045a0a2 [2021-04-20T19:29:37.848Z] ---> a1b2d9e725a6 [2021-04-20T19:29:37.848Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:29:37.848Z] Removing intermediate container 47bc84dbc58b [2021-04-20T19:29:37.848Z] ---> 7f17aea5b700 [2021-04-20T19:29:37.848Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:29:37.848Z] ---> Running in d74e9d44ae5e [2021-04-20T19:29:38.431Z] ---> 145760a34d91 [2021-04-20T19:29:38.431Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:29:41.020Z] ---> Running in 323fdb622316 [2021-04-20T19:29:41.020Z] Removing intermediate container d74e9d44ae5e [2021-04-20T19:29:41.020Z] ---> 5a5a98d06ad4 [2021-04-20T19:29:41.020Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:29:41.020Z] ---> Running in 5c2d05749dac [2021-04-20T19:29:41.625Z] Removing intermediate container 5c2d05749dac [2021-04-20T19:29:41.625Z] ---> 36d0171265bb [2021-04-20T19:29:41.625Z] Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:29:41.625Z] ---> Running in 248cc08fe71a [2021-04-20T19:29:41.893Z] Removing intermediate container 248cc08fe71a [2021-04-20T19:29:41.893Z] ---> 8a309c36b8e5 [2021-04-20T19:29:41.893Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:29:42.159Z] ---> Running in 97ff49a750d9 [2021-04-20T19:29:46.421Z] Removing intermediate container 97ff49a750d9 [2021-04-20T19:29:46.421Z] ---> 363e78064ede [2021-04-20T19:29:46.421Z] [2021-04-20T19:29:46.421Z] Successfully built 363e78064ede [2021-04-20T19:29:46.421Z] Successfully tagged docker-core-data-go:latest [2021-04-20T19:29:46.421Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-20T19:29:48.402Z] Removing intermediate container 323fdb622316 [2021-04-20T19:29:48.402Z] ---> dfff91d72296 [2021-04-20T19:29:48.402Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:29:51.768Z] ---> Running in b5483c025550 [2021-04-20T19:29:52.755Z] Removing intermediate container b5483c025550 [2021-04-20T19:29:52.755Z] ---> 8d33ce478513 [2021-04-20T19:29:52.755Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:29:54.187Z] ---> Running in b7a279a5d2df [2021-04-20T19:29:55.617Z] Removing intermediate container b7a279a5d2df [2021-04-20T19:29:55.617Z] ---> ece028f6fefd [2021-04-20T19:29:55.617Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T19:29:56.581Z] ---> Running in 7ca2bffb4d82 [2021-04-20T19:29:57.571Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:29:57.571Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:29:57.571Z] ---> f819e56cdd64 [2021-04-20T19:29:57.571Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:29:57.571Z] ---> Using cache [2021-04-20T19:29:57.571Z] ---> 560ecb0495da [2021-04-20T19:29:57.571Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:29:57.571Z] ---> Using cache [2021-04-20T19:29:57.571Z] ---> f69e5bdf1f3d [2021-04-20T19:29:57.571Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:29:57.571Z] Removing intermediate container 7ca2bffb4d82 [2021-04-20T19:29:57.571Z] ---> 29c499d5e9d9 [2021-04-20T19:29:57.571Z] Step 30/31 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:29:58.724Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:29:58.724Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:29:58.724Z] ---> f819e56cdd64 [2021-04-20T19:29:58.724Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> 560ecb0495da [2021-04-20T19:29:58.724Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> f69e5bdf1f3d [2021-04-20T19:29:58.724Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> 43d8057ac196 [2021-04-20T19:29:58.724Z] Step 6/24 : COPY go.mod . [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> df0747b04633 [2021-04-20T19:29:58.724Z] Step 7/24 : RUN go mod download [2021-04-20T19:29:58.724Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:29:58.724Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:29:58.724Z] ---> f819e56cdd64 [2021-04-20T19:29:58.724Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> 560ecb0495da [2021-04-20T19:29:58.724Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> f69e5bdf1f3d [2021-04-20T19:29:58.724Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> 43d8057ac196 [2021-04-20T19:29:58.724Z] Step 6/23 : COPY go.mod . [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> df0747b04633 [2021-04-20T19:29:58.724Z] Step 7/23 : RUN go mod download [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> c3d4a079d325 [2021-04-20T19:29:58.724Z] Step 8/23 : COPY . . [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> c3d4a079d325 [2021-04-20T19:29:58.724Z] Step 8/24 : COPY . . [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> 1fa500a1264e [2021-04-20T19:29:58.724Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:29:58.724Z] ---> Using cache [2021-04-20T19:29:58.724Z] ---> 1fa500a1264e [2021-04-20T19:29:58.724Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:29:59.681Z] ---> Running in 07e8f19a945e [2021-04-20T19:29:59.681Z] ---> Running in eb2cbdd67c82 [2021-04-20T19:29:59.946Z] ---> Running in b351aa881b42 [2021-04-20T19:29:59.946Z] ---> Running in a611bc2bf668 [2021-04-20T19:30:00.211Z] Removing intermediate container 07e8f19a945e [2021-04-20T19:30:00.211Z] ---> 6fc5925aad18 [2021-04-20T19:30:00.211Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:30:00.481Z] ---> Running in 3278613fa7ee [2021-04-20T19:30:01.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:30:01.492Z] Removing intermediate container 3278613fa7ee [2021-04-20T19:30:01.492Z] ---> 1993da8d6cef [2021-04-20T19:30:01.492Z] [2021-04-20T19:30:01.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:30:01.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:30:01.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:30:02.198Z] Successfully built 1993da8d6cef [2021-04-20T19:30:02.198Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T19:30:02.527Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-04-20T19:30:04.585Z] Removing intermediate container eb2cbdd67c82 [2021-04-20T19:30:04.585Z] ---> cf2401d8f4a0 [2021-04-20T19:30:04.585Z] Step 6/23 : COPY go.mod . [2021-04-20T19:30:06.040Z] ---> 59fbd9aca947 [2021-04-20T19:30:06.040Z] Step 7/23 : RUN go mod download [2021-04-20T19:30:07.041Z] ---> Running in dc77a1a86ed1 [2021-04-20T19:30:12.516Z] Removing intermediate container dc77a1a86ed1 [2021-04-20T19:30:12.516Z] ---> 31844e288e63 [2021-04-20T19:30:12.516Z] Step 8/23 : COPY . . [2021-04-20T19:30:15.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:30:15.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:30:15.156Z] ---> f819e56cdd64 [2021-04-20T19:30:15.156Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:30:15.156Z] ---> Using cache [2021-04-20T19:30:15.156Z] ---> 560ecb0495da [2021-04-20T19:30:15.156Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:30:15.156Z] ---> Using cache [2021-04-20T19:30:15.156Z] ---> f69e5bdf1f3d [2021-04-20T19:30:15.156Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:30:15.156Z] ---> Using cache [2021-04-20T19:30:15.156Z] ---> 43d8057ac196 [2021-04-20T19:30:15.156Z] Step 6/23 : COPY go.mod . [2021-04-20T19:30:15.156Z] ---> Using cache [2021-04-20T19:30:15.156Z] ---> df0747b04633 [2021-04-20T19:30:15.156Z] Step 7/23 : RUN go mod download [2021-04-20T19:30:15.156Z] ---> Using cache [2021-04-20T19:30:15.156Z] ---> c3d4a079d325 [2021-04-20T19:30:15.156Z] Step 8/23 : COPY . . [2021-04-20T19:30:15.434Z] ---> Using cache [2021-04-20T19:30:15.434Z] ---> 1fa500a1264e [2021-04-20T19:30:15.434Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:30:16.445Z] ---> Running in 01799f6e6d2f [2021-04-20T19:30:19.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:30:31.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:30:41.866Z] ---> 0085dfd59742 [2021-04-20T19:30:41.866Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:30:41.866Z] ---> Running in 7fc5c6abccc8 [2021-04-20T19:30:41.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:30:45.280Z] Removing intermediate container b351aa881b42 [2021-04-20T19:30:45.280Z] ---> 9673e562f704 [2021-04-20T19:30:45.280Z] [2021-04-20T19:30:45.280Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:30:45.280Z] ---> 13621d1b12d4 [2021-04-20T19:30:45.280Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:30:45.877Z] ---> Running in e0474bb47704 [2021-04-20T19:30:45.877Z] Removing intermediate container a611bc2bf668 [2021-04-20T19:30:45.877Z] ---> 2b71c41a4966 [2021-04-20T19:30:45.877Z] [2021-04-20T19:30:45.877Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:30:45.877Z] ---> 13621d1b12d4 [2021-04-20T19:30:45.877Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:30:45.877Z] ---> Using cache [2021-04-20T19:30:45.877Z] ---> 5cdceeea975c [2021-04-20T19:30:45.877Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:30:45.877Z] ---> Using cache [2021-04-20T19:30:45.877Z] ---> f22f37359c2d [2021-04-20T19:30:45.877Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:30:46.177Z] ---> Running in 7b50dab9aab1 [2021-04-20T19:30:46.459Z] Removing intermediate container 7b50dab9aab1 [2021-04-20T19:30:46.459Z] ---> c95dff5d7773 [2021-04-20T19:30:46.459Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:30:46.763Z] ---> Running in b5328d1b617a [2021-04-20T19:30:47.032Z] Removing intermediate container b5328d1b617a [2021-04-20T19:30:47.032Z] ---> f1ab63529dd0 [2021-04-20T19:30:47.032Z] Step 15/23 : WORKDIR / [2021-04-20T19:30:47.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:30:47.315Z] ---> Running in 7796498070df [2021-04-20T19:30:47.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:30:47.616Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:30:47.616Z] Removing intermediate container 7796498070df [2021-04-20T19:30:47.616Z] ---> b4b985b17c03 [2021-04-20T19:30:47.616Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:30:47.882Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:30:47.882Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:30:47.882Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:30:47.882Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:30:47.882Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:30:47.882Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:30:48.153Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:30:48.153Z] OK: 7 MiB in 20 packages [2021-04-20T19:30:49.118Z] ---> 9b9f9ed42639 [2021-04-20T19:30:49.118Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:30:50.099Z] Removing intermediate container e0474bb47704 [2021-04-20T19:30:50.099Z] ---> 4f2ee41a375d [2021-04-20T19:30:50.099Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:30:50.375Z] ---> Running in 04d4bbda55e2 [2021-04-20T19:30:50.681Z] ---> d51a70bdae2f [2021-04-20T19:30:50.681Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:30:50.681Z] Removing intermediate container 04d4bbda55e2 [2021-04-20T19:30:50.681Z] ---> 6ca9bade2576 [2021-04-20T19:30:50.681Z] Step 13/24 : WORKDIR / [2021-04-20T19:30:52.663Z] ---> Running in c8f50dbcd7f4 [2021-04-20T19:30:54.079Z] ---> 1cd066eeba0f [2021-04-20T19:30:54.079Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:30:54.360Z] ---> Running in 778e0144f048 [2021-04-20T19:30:54.360Z] Removing intermediate container c8f50dbcd7f4 [2021-04-20T19:30:54.360Z] ---> 55f85a7db015 [2021-04-20T19:30:54.360Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T19:30:54.360Z] Removing intermediate container 01799f6e6d2f [2021-04-20T19:30:54.360Z] ---> 0bc4994574bc [2021-04-20T19:30:54.360Z] [2021-04-20T19:30:54.360Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:30:54.360Z] ---> 13621d1b12d4 [2021-04-20T19:30:54.360Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:30:54.360Z] ---> Using cache [2021-04-20T19:30:54.360Z] ---> 5cdceeea975c [2021-04-20T19:30:54.360Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:30:54.360Z] ---> Using cache [2021-04-20T19:30:54.360Z] ---> f22f37359c2d [2021-04-20T19:30:54.360Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:30:54.649Z] ---> Running in 271504d0c366 [2021-04-20T19:30:54.933Z] Removing intermediate container 778e0144f048 [2021-04-20T19:30:54.933Z] ---> 31dc277e6987 [2021-04-20T19:30:54.933Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:30:55.212Z] ---> Running in 09f67c0dac94 [2021-04-20T19:30:55.212Z] ---> cae36834ac96 [2021-04-20T19:30:55.212Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T19:30:55.212Z] Removing intermediate container 271504d0c366 [2021-04-20T19:30:55.212Z] ---> bd7ff0bf18af [2021-04-20T19:30:55.212Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:30:55.212Z] ---> Running in 320486a6d4e4 [2021-04-20T19:30:55.483Z] Removing intermediate container 09f67c0dac94 [2021-04-20T19:30:55.483Z] ---> 9290eab68e7c [2021-04-20T19:30:55.483Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:30:55.762Z] Removing intermediate container 320486a6d4e4 [2021-04-20T19:30:55.762Z] ---> 2d2f1abc9a36 [2021-04-20T19:30:55.762Z] Step 15/23 : WORKDIR / [2021-04-20T19:30:55.762Z] ---> Running in 3bf1b5292c0a [2021-04-20T19:30:55.762Z] ---> 61ab8d8dbac6 [2021-04-20T19:30:55.762Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:30:55.762Z] ---> Running in 40faa8f2442b [2021-04-20T19:30:56.039Z] Removing intermediate container 3bf1b5292c0a [2021-04-20T19:30:56.039Z] ---> cc301753e07e [2021-04-20T19:30:56.039Z] Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:30:56.039Z] ---> Running in 0ea677792a88 [2021-04-20T19:30:56.039Z] Removing intermediate container 40faa8f2442b [2021-04-20T19:30:56.039Z] ---> 2d36ce42659c [2021-04-20T19:30:56.039Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:30:56.314Z] ---> be5033ba76e1 [2021-04-20T19:30:56.314Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:30:56.591Z] Removing intermediate container 0ea677792a88 [2021-04-20T19:30:56.591Z] ---> aa5800bd5cfd [2021-04-20T19:30:56.591Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:30:56.591Z] ---> Running in 33bf1eddd99a [2021-04-20T19:30:56.888Z] ---> baa566b5a2ad [2021-04-20T19:30:56.888Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:30:57.187Z] Removing intermediate container 33bf1eddd99a [2021-04-20T19:30:57.187Z] ---> 86ec27f5597b [2021-04-20T19:30:57.187Z] [2021-04-20T19:30:57.187Z] ---> 8af7e473115d [2021-04-20T19:30:57.187Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:30:57.458Z] Successfully built 86ec27f5597b [2021-04-20T19:30:57.458Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T19:30:58.044Z]  Building docker-core-metadata-go ... done  ---> 4d9864955389 [2021-04-20T19:30:58.044Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:30:58.044Z] ---> 51639167df4a [2021-04-20T19:30:58.044Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:30:58.313Z] ---> ca7e23f3221a [2021-04-20T19:30:58.313Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:30:58.313Z] ---> Running in c35a17b5be20 [2021-04-20T19:30:58.313Z] ---> 7268ae763c4a [2021-04-20T19:30:58.313Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T19:30:59.268Z] ---> Running in b2aec2cebced [2021-04-20T19:30:59.541Z] Removing intermediate container c35a17b5be20 [2021-04-20T19:30:59.541Z] ---> c44a6a974ade [2021-04-20T19:30:59.541Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:30:59.541Z] ---> Running in c6d4b92cc1ac [2021-04-20T19:30:59.812Z] Removing intermediate container c6d4b92cc1ac [2021-04-20T19:30:59.812Z] ---> 64e731e4d227 [2021-04-20T19:30:59.812Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:31:00.088Z] ---> Running in 8cfb8a5dc892 [2021-04-20T19:31:00.662Z] Removing intermediate container 8cfb8a5dc892 [2021-04-20T19:31:00.662Z] ---> 1e8e4abbdbce [2021-04-20T19:31:00.662Z] Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:31:01.615Z] ---> Running in 2cdfa496f8dd [2021-04-20T19:31:01.881Z] Removing intermediate container 7fc5c6abccc8 [2021-04-20T19:31:01.881Z] ---> 559bc44e1260 [2021-04-20T19:31:01.881Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:31:01.881Z] ---> Running in c397aacf40f3 [2021-04-20T19:31:01.881Z] Removing intermediate container 2cdfa496f8dd [2021-04-20T19:31:01.881Z] ---> 8cfc3fb85c54 [2021-04-20T19:31:01.881Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:31:02.146Z] Removing intermediate container b2aec2cebced [2021-04-20T19:31:02.146Z] ---> af9e58046579 [2021-04-20T19:31:02.146Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:31:02.146Z] ---> Running in 03d54599c888 [2021-04-20T19:31:02.146Z] ---> Running in 7a6af20dd89d [2021-04-20T19:31:02.409Z] Removing intermediate container 03d54599c888 [2021-04-20T19:31:02.409Z] ---> 990ed132976d [2021-04-20T19:31:02.409Z] [2021-04-20T19:31:02.409Z] Removing intermediate container 7a6af20dd89d [2021-04-20T19:31:02.409Z] ---> da66f46570f2 [2021-04-20T19:31:02.409Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T19:31:02.674Z] Successfully built 990ed132976d [2021-04-20T19:31:02.674Z] ---> Running in 3cb889ce2be4 [2021-04-20T19:31:02.674Z] Successfully tagged docker-core-command-go:latest [2021-04-20T19:31:02.674Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:31:02.939Z] Removing intermediate container 3cb889ce2be4 [2021-04-20T19:31:02.939Z] ---> 75d0bcba9c15 [2021-04-20T19:31:02.939Z] Step 23/24 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:31:02.939Z] ---> Running in 73dfd484593e [2021-04-20T19:31:03.202Z] Removing intermediate container 73dfd484593e [2021-04-20T19:31:03.202Z] ---> 84f800e984d6 [2021-04-20T19:31:03.202Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:31:03.202Z] ---> Running in 39aa443e57ac [2021-04-20T19:31:03.465Z] Removing intermediate container 39aa443e57ac [2021-04-20T19:31:03.465Z] ---> af66c0ea324c [2021-04-20T19:31:03.465Z] [2021-04-20T19:31:04.043Z] Successfully built af66c0ea324c [2021-04-20T19:31:04.043Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T19:31:04.307Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c397aacf40f3 [2021-04-20T19:31:04.307Z] ---> ef66f2c8aca9 [2021-04-20T19:31:04.307Z] [2021-04-20T19:31:04.307Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:31:04.307Z] 20.10.0: Pulling from library/docker [2021-04-20T19:31:09.662Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:31:09.662Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:31:09.662Z] ---> aefe523efa57 [2021-04-20T19:31:09.662Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:31:09.662Z] ---> Running in 292b241e2fc0 [2021-04-20T19:31:09.662Z] Removing intermediate container 292b241e2fc0 [2021-04-20T19:31:09.662Z] ---> 6ae9e46f6fd2 [2021-04-20T19:31:09.662Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:31:09.662Z] ---> Running in a4462b26f58f [2021-04-20T19:31:10.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:10.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:10.253Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:31:10.253Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:31:10.518Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:31:10.518Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:31:10.518Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:31:10.518Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:31:10.518Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:31:10.518Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:31:10.518Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:31:10.518Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:31:10.518Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:31:10.518Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:31:10.518Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:31:10.518Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:31:11.470Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:31:11.470Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:31:11.470Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:31:11.470Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:31:11.732Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:31:11.732Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:31:11.732Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:31:11.732Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:31:11.732Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:31:11.732Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:31:11.732Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:31:11.732Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:31:11.732Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:31:11.732Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:31:11.732Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:31:11.732Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:31:11.732Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:31:11.995Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:31:11.995Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:31:11.995Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:31:11.995Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:31:11.995Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:31:11.995Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:31:11.995Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:31:11.995Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:31:11.995Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:31:12.257Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:31:12.257Z] OK: 72 MiB in 59 packages [2021-04-20T19:31:13.657Z] Collecting docker-compose==1.23.2 [2021-04-20T19:31:13.657Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:31:13.657Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T19:31:13.657Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:31:13.657Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:31:14.231Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:31:14.231Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:31:14.231Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:31:14.231Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:31:15.177Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:31:15.177Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:31:15.751Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:31:15.751Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:31:16.015Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:31:16.015Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:31:17.005Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:31:17.005Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:31:17.005Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:31:17.005Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:31:17.005Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:31:17.005Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:31:17.268Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:31:17.268Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:31:17.268Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:31:17.268Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:31:17.268Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T19:31:17.532Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:31:17.532Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:31:17.532Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T19:31:17.532Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:31:17.532Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:31:17.532Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:31:17.532Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:31:17.796Z] Installing collected packages: dockerpty, jsonschema, texttable, PyYAML, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, docker-compose [2021-04-20T19:31:17.796Z] Running setup.py install for dockerpty: started [2021-04-20T19:31:18.374Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:31:18.374Z] Running setup.py install for texttable: started [2021-04-20T19:31:18.949Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:31:18.949Z] Running setup.py install for PyYAML: started [2021-04-20T19:31:19.528Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:31:19.528Z] Attempting uninstall: idna [2021-04-20T19:31:19.528Z] Found existing installation: idna 2.9 [2021-04-20T19:31:19.528Z] Uninstalling idna-2.9: [2021-04-20T19:31:19.528Z] Successfully uninstalled idna-2.9 [2021-04-20T19:31:19.793Z] Attempting uninstall: urllib3 [2021-04-20T19:31:19.793Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:31:19.793Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:31:19.793Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:31:20.055Z] Attempting uninstall: requests [2021-04-20T19:31:20.055Z] Found existing installation: requests 2.23.0 [2021-04-20T19:31:20.055Z] Uninstalling requests-2.23.0: [2021-04-20T19:31:20.055Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:31:20.632Z] Running setup.py install for docopt: started [2021-04-20T19:31:22.032Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:31:22.300Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T19:31:32.566Z] Removing intermediate container a4462b26f58f [2021-04-20T19:31:32.566Z] ---> b58398bc3e51 [2021-04-20T19:31:32.566Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:31:32.566Z] ---> Running in a2207ef79271 [2021-04-20T19:31:32.566Z] Removing intermediate container a2207ef79271 [2021-04-20T19:31:32.566Z] ---> 7408d7084601 [2021-04-20T19:31:32.566Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:31:32.566Z] ---> Running in 5860ad762f3d [2021-04-20T19:31:32.566Z] Removing intermediate container 5860ad762f3d [2021-04-20T19:31:32.566Z] ---> 482f38778735 [2021-04-20T19:31:32.566Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:31:33.148Z] ---> 650fab0de8df [2021-04-20T19:31:33.148Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:31:33.148Z] ---> 45754919ba92 [2021-04-20T19:31:33.148Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:31:33.728Z] ---> 5c34a0451217 [2021-04-20T19:31:33.728Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:31:33.728Z] ---> Running in 224f2e69d366 [2021-04-20T19:31:33.989Z] Removing intermediate container 224f2e69d366 [2021-04-20T19:31:33.989Z] ---> 040a56a8143a [2021-04-20T19:31:33.989Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:31:33.989Z] ---> Running in e26cdd73e36e [2021-04-20T19:31:34.253Z] Removing intermediate container e26cdd73e36e [2021-04-20T19:31:34.253Z] ---> c64855001a03 [2021-04-20T19:31:34.253Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:31:34.253Z] ---> Running in 2040235d0498 [2021-04-20T19:31:34.515Z] Removing intermediate container 2040235d0498 [2021-04-20T19:31:34.515Z] ---> 13564d1deb92 [2021-04-20T19:31:34.515Z] Step 22/23 : LABEL git_sha=8f195019f7e325fa5b625dc81af347c2a038aa7d [2021-04-20T19:31:34.515Z] ---> Running in 13d6f40bfe96 [2021-04-20T19:31:34.777Z] Removing intermediate container 13d6f40bfe96 [2021-04-20T19:31:34.777Z] ---> 88c714a74d10 [2021-04-20T19:31:34.777Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:31:34.777Z] ---> Running in ed026966449f [2021-04-20T19:31:35.042Z] Removing intermediate container ed026966449f [2021-04-20T19:31:35.042Z] ---> 4baf9f2307a6 [2021-04-20T19:31:35.042Z] [2021-04-20T19:31:35.042Z] Successfully built 4baf9f2307a6 [2021-04-20T19:31:35.042Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T19:31:35.322Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T19:31:35.331Z] $ docker stop --time=1 ebaf5c162f9c4094a1ded55db8c945fe77cd3a57d5adb62b41e7bb8b0ec3f5e9 [2021-04-20T19:31:37.046Z] $ docker rm -f ebaf5c162f9c4094a1ded55db8c945fe77cd3a57d5adb62b41e7bb8b0ec3f5e9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:31:37.489Z] + docker images [2021-04-20T19:31:37.489Z] + grep docker [2021-04-20T19:31:37.754Z] docker-sys-mgmt-agent-go latest 4baf9f2307a6 3 seconds ago 312MB [2021-04-20T19:31:37.754Z] docker-security-secretstore-setup-go latest af66c0ea324c 34 seconds ago 26.3MB [2021-04-20T19:31:37.754Z] docker-core-command-go latest 990ed132976d 35 seconds ago 17.5MB [2021-04-20T19:31:37.754Z] docker-core-metadata-go latest 86ec27f5597b 41 seconds ago 19.2MB [2021-04-20T19:31:37.754Z] docker-security-bootstrapper-go latest 1993da8d6cef About a minute ago 19.3MB [2021-04-20T19:31:37.754Z] docker-core-data-go latest 363e78064ede About a minute ago 22.9MB [2021-04-20T19:31:37.754Z] docker-support-notifications-go latest 9ce13cf4ad7a 2 minutes ago 18.2MB [2021-04-20T19:31:37.754Z] docker-support-scheduler-go latest 83c64f147084 2 minutes ago 17.7MB [2021-04-20T19:31:37.754Z] docker-security-proxy-setup-go latest 21cb21bf8c0e 2 minutes ago 26MB [2021-04-20T19:31:37.754Z] 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-20T19:31:52.998Z] Still waiting to schedule task [2021-04-20T19:31:52.999Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-04-20T19:33:17.617Z] Running on prd-ubuntu18.04-docker-8c-8g-1262 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T19:33:17.634Z] Running in /w/workspace/edgex-go/83 [Pipeline] { [Pipeline] checkout [2021-04-20T19:33:20.037Z] using credential edgex-jenkins-ssh [2021-04-20T19:33:20.051Z] Cloning the remote Git repository [2021-04-20T19:33:20.074Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:33:20.140Z] > git init /w/workspace/edgex-go/83 # timeout=10 [2021-04-20T19:33:20.172Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:33:20.173Z] > git --version # timeout=10 [2021-04-20T19:33:20.182Z] > git --version # 'git version 2.17.1' [2021-04-20T19:33:20.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:33:20.207Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:33:32.116Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:33:32.121Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:33:32.131Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:33:32.143Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:33:32.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:33:32.148Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:33:32.643Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit 54ab13574731e9cbb3c910d7576150a69cb8d63b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:33:32.806Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:33:33.537Z] ---> sysstat.sh [2021-04-20T19:33:32.652Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:33:32.658Z] > git checkout -f 54ab13574731e9cbb3c910d7576150a69cb8d63b # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:33:34.434Z] ---> package-listing.sh [2021-04-20T19:33:34.435Z] ++ facter osfamily [2021-04-20T19:33:34.435Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:33:34.435Z] + OS_FAMILY=redhat [2021-04-20T19:33:34.435Z] + workspace=/w/workspace/edgex-go/83 [2021-04-20T19:33:34.435Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:33:34.435Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:33:34.435Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:33:34.435Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:33:34.435Z] + '[' /w/workspace/edgex-go/83 ']' [2021-04-20T19:33:34.435Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:33:34.435Z] + case "${OS_FAMILY}" in [2021-04-20T19:33:34.435Z] + rpm -qa [2021-04-20T19:33:34.435Z] + sort [2021-04-20T19:33:39.744Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:33:39.744Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:33:39.744Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:33:39.744Z] + '[' /w/workspace/edgex-go/83 ']' [2021-04-20T19:33:39.744Z] + mkdir -p /w/workspace/edgex-go/83/archives/ [2021-04-20T19:33:39.744Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/83/archives/ [Pipeline] echo [2021-04-20T19:33:39.761Z] 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/83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:33:40.056Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:33:40.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:33:40.365Z] [2021-04-20T19:33:40.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:33:40.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:33:40.687Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:33:40.687Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:33:40.687Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:33:40.687Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:33:40.687Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:33:40.687Z] 93b61091891f: Pulling fs layer [2021-04-20T19:33:40.687Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:33:40.687Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:33:40.687Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:33:40.687Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:33:40.687Z] 5e14af77c1be: Waiting [2021-04-20T19:33:40.687Z] 93b61091891f: Waiting [2021-04-20T19:33:40.687Z] aa168da1d23b: Waiting [2021-04-20T19:33:40.687Z] 46f8f816bc3b: Waiting [2021-04-20T19:33:40.687Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T19:33:40.687Z] 36b3adc4ff6f: Download complete [2021-04-20T19:33:40.687Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:33:40.687Z] 46f8f816bc3b: Download complete [2021-04-20T19:33:40.687Z] df20fa9351a1: Verifying Checksum [2021-04-20T19:33:40.687Z] df20fa9351a1: Download complete [2021-04-20T19:33:40.953Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:33:40.953Z] 93b9cdb0e59b: Download complete [2021-04-20T19:33:40.953Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:33:40.953Z] 5e14af77c1be: Download complete [2021-04-20T19:33:40.953Z] 93b61091891f: Verifying Checksum [2021-04-20T19:33:40.953Z] 93b61091891f: Download complete [2021-04-20T19:33:40.953Z] 01666e4c0597: Verifying Checksum [2021-04-20T19:33:40.953Z] 01666e4c0597: Download complete [2021-04-20T19:33:40.953Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T19:33:40.953Z] 8ad3a11d3b57: Download complete [2021-04-20T19:33:41.219Z] df20fa9351a1: Pull complete [2021-04-20T19:33:41.486Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:33:42.908Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:33:42.908Z] aa168da1d23b: Download complete [2021-04-20T19:33:43.170Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:33:43.745Z] 46f8f816bc3b: Pull complete [2021-04-20T19:33:44.323Z] 93b61091891f: Pull complete [2021-04-20T19:33:44.587Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:33:44.587Z] 5e14af77c1be: Pull complete [2021-04-20T19:33:44.850Z] 01666e4c0597: Pull complete [2021-04-20T19:33:55.016Z] aa168da1d23b: Pull complete [2021-04-20T19:33:55.016Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:33:55.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:33:55.016Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:33:55.246Z] prd-centos7-docker-4c-2g-1249 does not seem to be running inside a container [2021-04-20T19:33:55.313Z] $ 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/83/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/83 -v /w/workspace/edgex-go/83:/w/workspace/edgex-go/83:rw,z -v /w/workspace/edgex-go/83@tmp:/w/workspace/edgex-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:33:59.755Z] $ docker top c22585be1cb994948c95a62ff2460d4f118676682e4073745545223d94dca4da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:34:00.287Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:34:00.616Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:34:00.921Z] + ls /var/log/sa-host [2021-04-20T19:34:00.921Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:34:00.921Z] file_magic: OK [2021-04-20T19:34:00.921Z] HZ: Using current value: 100 [2021-04-20T19:34:00.921Z] file_header: OK [2021-04-20T19:34:00.921Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:34:00.921Z] Statistics: [2021-04-20T19:34:00.921Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T19:34:00.921Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:34:00.921Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:34:00.921Z] file_magic: OK [2021-04-20T19:34:00.921Z] HZ: Using current value: 100 [2021-04-20T19:34:00.921Z] file_header: OK [2021-04-20T19:34:00.921Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:34:00.921Z] Statistics: [2021-04-20T19:34:00.921Z] Hnuu...uuuununununu... [2021-04-20T19:34:00.921Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:34:01.091Z] provisioning config files... [2021-04-20T19:34:01.107Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/83@tmp/config5129987190935168028tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:34:01.131Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:01.435Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:34:01.455Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:34:01.486Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:01.792Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:34:01.805Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:02.112Z] ---> sudo-logs.sh [2021-04-20T19:34:02.112Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:34:02.138Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:02.436Z] ---> job-cost.sh [2021-04-20T19:34:02.436Z] lf-activate-venv: SKIPPING [2021-04-20T19:34:02.436Z] INFO: No Stack... [2021-04-20T19:34:03.382Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:34:03.643Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:34:03.661Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:03.960Z] ---> logs-deploy.sh [2021-04-20T19:34:03.960Z] lf-activate-venv: SKIPPING [2021-04-20T19:34:03.960Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/83 [2021-04-20T19:34:03.960Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:34:05.885Z] Archives upload complete. [2021-04-20T19:34:05.885Z] INFO: archiving logs to Nexus [2021-04-20T19:34:06.838Z] ---> uname -a: [2021-04-20T19:34:06.838Z] Linux prd-centos7-docker-4c-2g-1249.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T19:34:06.838Z] [2021-04-20T19:34:06.838Z] [2021-04-20T19:34:06.838Z] ---> lscpu: [2021-04-20T19:34:06.838Z] Architecture: x86_64 [2021-04-20T19:34:06.838Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T19:34:06.838Z] Byte Order: Little Endian [2021-04-20T19:34:06.838Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T19:34:06.838Z] CPU(s): 4 [2021-04-20T19:34:06.838Z] On-line CPU(s) list: 0-3 [2021-04-20T19:34:06.838Z] Thread(s) per core: 1 [2021-04-20T19:34:06.838Z] Core(s) per socket: 1 [2021-04-20T19:34:06.838Z] Socket(s): 4 [2021-04-20T19:34:06.838Z] NUMA node(s): 1 [2021-04-20T19:34:06.839Z] Vendor ID: GenuineIntel [2021-04-20T19:34:06.839Z] CPU family: 6 [2021-04-20T19:34:06.839Z] Model: 44 [2021-04-20T19:34:06.839Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T19:34:06.839Z] Stepping: 1 [2021-04-20T19:34:06.839Z] CPU MHz: 2933.436 [2021-04-20T19:34:06.839Z] BogoMIPS: 5866.87 [2021-04-20T19:34:06.839Z] Virtualization: VT-x [2021-04-20T19:34:06.839Z] Hypervisor vendor: KVM [2021-04-20T19:34:06.839Z] Virtualization type: full [2021-04-20T19:34:06.839Z] L1d cache: 128 KiB [2021-04-20T19:34:06.839Z] L1i cache: 128 KiB [2021-04-20T19:34:06.839Z] L2 cache: 16 MiB [2021-04-20T19:34:06.839Z] L3 cache: 64 MiB [2021-04-20T19:34:06.839Z] NUMA node0 CPU(s): 0-3 [2021-04-20T19:34:06.839Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T19:34:06.839Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T19:34:06.839Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T19:34:06.839Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T19:34:06.839Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T19:34:06.839Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T19:34:06.839Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T19:34:06.839Z] Vulnerability Srbds: Not affected [2021-04-20T19:34:06.839Z] Vulnerability Tsx async abort: Not affected [2021-04-20T19:34:06.839Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] ---> nproc: [2021-04-20T19:34:06.839Z] 4 [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] ---> df -h: [2021-04-20T19:34:06.839Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T19:34:06.839Z] overlay 50.0G 12.2G 37.8G 24% / [2021-04-20T19:34:06.839Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T19:34:06.839Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T19:34:06.839Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/83 [2021-04-20T19:34:06.839Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/83@tmp [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] ---> free -m: [2021-04-20T19:34:06.839Z] total used free shared buff/cache available [2021-04-20T19:34:06.839Z] Mem: 1837 724 115 0 997 1030 [2021-04-20T19:34:06.839Z] Swap: 1023 50 973 [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] ---> ip addr: [2021-04-20T19:34:06.839Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T19:34:06.839Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T19:34:06.839Z] inet 127.0.0.1/8 scope host lo [2021-04-20T19:34:06.839Z] valid_lft forever preferred_lft forever [2021-04-20T19:34:06.839Z] inet6 ::1/128 scope host [2021-04-20T19:34:06.839Z] valid_lft forever preferred_lft forever [2021-04-20T19:34:06.839Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T19:34:06.839Z] link/ether fa:16:3e:b8:b9:8c brd ff:ff:ff:ff:ff:ff [2021-04-20T19:34:06.839Z] inet 10.30.122.251/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T19:34:06.839Z] valid_lft 85613sec preferred_lft 85613sec [2021-04-20T19:34:06.839Z] inet6 fe80::f816:3eff:feb8:b98c/64 scope link [2021-04-20T19:34:06.839Z] valid_lft forever preferred_lft forever [2021-04-20T19:34:06.839Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T19:34:06.839Z] link/ether 02:42:0f:de:0c:1d brd ff:ff:ff:ff:ff:ff [2021-04-20T19:34:06.839Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T19:34:06.839Z] valid_lft forever preferred_lft forever [2021-04-20T19:34:06.839Z] inet6 fe80::42:fff:fede:c1d/64 scope link [2021-04-20T19:34:06.839Z] valid_lft forever preferred_lft forever [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] ---> sar -b -r -n DEV: [2021-04-20T19:34:06.839Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] 19:20:48 LINUX RESTART (4 CPU) [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] 19:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-20T19:34:06.839Z] 19:23:01 222.86 116.77 106.09 0.00 7298.89 44501.13 0.00 [2021-04-20T19:34:06.839Z] 19:24:02 259.04 107.71 151.33 0.00 4394.68 20988.46 0.00 [2021-04-20T19:34:06.839Z] 19:25:01 87.48 17.24 70.24 0.00 677.12 9565.92 0.00 [2021-04-20T19:34:06.839Z] 19:26:01 150.56 79.95 70.61 0.00 3693.83 10292.32 0.00 [2021-04-20T19:34:06.839Z] 19:27:01 275.12 103.44 171.68 0.00 36093.95 107640.90 0.00 [2021-04-20T19:34:06.839Z] 19:28:02 2443.78 2102.35 341.43 0.00 164797.39 175450.24 0.00 [2021-04-20T19:34:06.839Z] 19:29:02 930.29 762.37 167.92 0.00 48039.26 53803.87 0.00 [2021-04-20T19:34:06.839Z] 19:30:02 1043.14 700.33 342.81 0.00 85292.78 131048.70 0.00 [2021-04-20T19:34:06.839Z] 19:31:01 1153.34 885.63 267.71 0.00 59738.15 70801.55 0.00 [2021-04-20T19:34:06.839Z] 19:32:01 122.09 19.31 102.78 0.00 3361.92 17728.01 0.00 [2021-04-20T19:34:06.839Z] 19:33:01 1.23 0.02 1.22 0.00 0.53 16.13 0.00 [2021-04-20T19:34:06.839Z] Average: 609.46 446.29 163.16 0.00 37709.04 58521.49 0.00 [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] 19:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-20T19:34:06.839Z] 19:23:01 86208 0 733624 38.99 1564 1060148 1475660 50.36 569168 983660 52184 [2021-04-20T19:34:06.839Z] 19:24:02 149844 0 796188 42.32 940 934572 1748960 59.69 629440 823944 75912 [2021-04-20T19:34:06.839Z] 19:25:01 254360 0 828852 44.05 600 797732 1781612 60.80 674176 670992 74704 [2021-04-20T19:34:06.839Z] 19:26:01 265596 0 750432 39.88 580 864936 1369224 46.73 567696 753800 176 [2021-04-20T19:34:06.839Z] 19:27:01 76416 0 835556 44.41 68 969504 2243184 76.56 726480 863392 79316 [2021-04-20T19:34:06.839Z] 19:28:02 73276 0 852164 45.29 68 956036 2350856 80.23 761228 813960 72424 [2021-04-20T19:34:06.839Z] 19:29:02 298188 0 941564 50.04 68 641724 3277804 111.87 607740 695312 29904 [2021-04-20T19:34:06.839Z] 19:30:02 92380 0 741088 39.39 68 1048008 2115732 72.21 630160 928824 42504 [2021-04-20T19:34:06.839Z] 19:31:01 372536 0 683760 36.34 68 825180 1395968 47.64 569052 705460 8792 [2021-04-20T19:34:06.839Z] 19:32:01 150060 0 650276 34.56 68 1081140 1221212 41.68 501732 984296 20 [2021-04-20T19:34:06.839Z] 19:33:01 155024 0 645304 34.30 68 1081148 1187144 40.52 498644 983616 12 [2021-04-20T19:34:06.839Z] Average: 179444 0 768983 40.87 378 932739 1833396 62.57 612320 837023 39632 [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] 19:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-20T19:34:06.839Z] 19:23:01 veth94fafb4 69.81 104.72 4.59 271.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:23:01 eth0 806.62 722.38 4507.41 104.80 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:23:01 docker0 497.24 508.77 37.38 1666.20 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:24:02 eth0 175.42 129.50 594.02 21.78 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:24:02 docker0 109.79 138.70 7.98 563.31 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:24:02 veth73db962 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:25:01 eth0 28.86 15.58 21.40 11.55 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:25:01 docker0 2.57 2.57 0.17 0.21 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:25:01 veth73db962 2.57 2.57 0.21 0.21 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:26:01 eth0 32.07 24.24 18.61 83.73 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:26:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:26:01 veth73db962 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:27:01 veth6911b56 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:27:01 eth0 197.55 153.46 1691.54 66.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:28:02 veth6911b56 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:28:02 eth0 75.93 53.80 163.06 12.09 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:28:02 docker0 43.44 55.35 2.88 146.67 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:29:02 veth6911b56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:29:02 vethbbe085b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:29:02 eth0 7.36 3.58 5.81 3.09 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:29:02 vethccd1f1d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:30:02 veth30bac29 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:30:02 veth1e22517 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:30:02 veth6911b56 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:30:02 eth0 103.77 70.51 283.13 72.42 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:31:01 veth6911b56 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:31:01 eth0 53.89 32.11 74.82 42.21 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:31:01 docker0 1167.27 1165.29 91.74 3982.82 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:32:01 eth0 193.94 136.98 1585.66 77.04 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:32:01 docker0 22.80 40.45 1.52 343.61 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:33:01 eth0 0.52 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] Average: eth0 152.77 122.37 816.09 45.02 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] Average: docker0 64.98 72.85 4.76 270.44 0.00 0.00 0.00 0.00 [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] ---> sar -P ALL: [2021-04-20T19:34:06.839Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] 19:20:48 LINUX RESTART (4 CPU) [2021-04-20T19:34:06.839Z] [2021-04-20T19:34:06.839Z] 19:22:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:34:06.839Z] 19:23:01 all 13.83 0.00 8.21 1.80 0.92 75.25 [2021-04-20T19:34:06.839Z] 19:23:01 0 15.91 0.00 8.63 1.40 0.86 73.20 [2021-04-20T19:34:06.839Z] 19:23:01 1 17.00 0.00 8.98 2.27 1.02 70.72 [2021-04-20T19:34:06.839Z] 19:23:01 2 10.37 0.00 8.12 1.45 0.91 79.15 [2021-04-20T19:34:06.839Z] 19:23:01 3 12.10 0.00 7.11 2.06 0.87 77.86 [2021-04-20T19:34:06.839Z] 19:24:02 all 29.02 0.00 10.60 6.99 1.09 52.31 [2021-04-20T19:34:06.839Z] 19:24:02 0 28.72 0.00 11.55 8.75 1.30 49.68 [2021-04-20T19:34:06.839Z] 19:24:02 1 29.20 0.00 9.98 5.86 1.04 53.92 [2021-04-20T19:34:06.839Z] 19:24:02 2 28.96 0.00 10.08 7.07 1.01 52.89 [2021-04-20T19:34:06.839Z] 19:24:02 3 29.18 0.00 10.79 6.29 1.00 52.74 [2021-04-20T19:34:06.839Z] 19:25:01 all 50.03 0.00 13.46 2.65 2.38 31.48 [2021-04-20T19:34:06.839Z] 19:25:01 0 50.51 0.00 13.64 2.21 2.12 31.52 [2021-04-20T19:34:06.839Z] 19:25:01 1 48.96 0.00 13.80 3.54 2.21 31.50 [2021-04-20T19:34:06.840Z] 19:25:01 2 49.08 0.00 13.27 2.45 2.68 32.52 [2021-04-20T19:34:06.840Z] 19:25:01 3 51.58 0.00 13.11 2.42 2.49 30.40 [2021-04-20T19:34:06.840Z] 19:26:01 all 51.94 0.00 15.61 2.35 2.79 27.32 [2021-04-20T19:34:06.840Z] 19:26:01 0 51.77 0.00 15.63 3.85 2.61 26.14 [2021-04-20T19:34:06.840Z] 19:26:01 1 52.10 0.00 15.20 2.70 2.76 27.24 [2021-04-20T19:34:06.840Z] 19:26:01 2 51.41 0.00 16.05 1.96 3.13 27.45 [2021-04-20T19:34:06.840Z] 19:26:01 3 52.48 0.00 15.55 0.86 2.65 28.45 [2021-04-20T19:34:06.840Z] 19:27:01 all 21.28 0.00 18.13 5.06 0.94 54.59 [2021-04-20T19:34:06.840Z] 19:27:01 0 21.93 0.00 18.57 6.06 0.89 52.54 [2021-04-20T19:34:06.840Z] 19:27:01 1 20.79 0.00 18.48 6.54 0.99 53.21 [2021-04-20T19:34:06.840Z] 19:27:01 2 21.50 0.00 17.28 4.11 0.99 56.11 [2021-04-20T19:34:06.840Z] 19:27:01 3 20.91 0.00 18.19 3.51 0.89 56.51 [2021-04-20T19:34:06.840Z] 19:28:02 all 22.13 0.00 31.08 21.78 1.99 23.03 [2021-04-20T19:34:06.840Z] 19:28:02 0 21.66 0.00 31.62 19.84 1.93 24.95 [2021-04-20T19:34:06.840Z] 19:28:02 1 21.13 0.00 28.28 23.96 2.18 24.46 [2021-04-20T19:34:06.840Z] 19:28:02 2 22.64 0.00 32.89 20.37 1.86 22.23 [2021-04-20T19:34:06.840Z] 19:28:02 3 23.10 0.00 31.55 22.95 1.97 20.43 [2021-04-20T19:34:06.840Z] 19:29:02 all 65.78 0.00 18.70 7.75 1.18 6.59 [2021-04-20T19:34:06.840Z] 19:29:02 0 64.30 0.00 20.20 8.53 1.22 5.74 [2021-04-20T19:34:06.840Z] 19:29:02 1 65.93 0.00 18.28 8.37 1.22 6.20 [2021-04-20T19:34:06.840Z] 19:29:02 2 66.07 0.00 18.46 7.24 1.26 6.96 [2021-04-20T19:34:06.840Z] 19:29:02 3 66.80 0.00 17.88 6.83 1.03 7.46 [2021-04-20T19:34:06.840Z] 19:30:02 all 24.69 0.00 25.75 22.06 1.29 26.23 [2021-04-20T19:34:06.840Z] 19:30:02 0 24.01 0.00 26.09 20.99 1.38 27.53 [2021-04-20T19:34:06.840Z] 19:30:02 1 26.11 0.00 26.69 23.96 1.16 22.07 [2021-04-20T19:34:06.840Z] 19:30:02 2 23.50 0.00 25.28 21.60 1.31 28.31 [2021-04-20T19:34:06.840Z] 19:30:02 3 25.14 0.00 24.92 21.70 1.29 26.96 [2021-04-20T19:34:06.840Z] 19:31:01 all 62.55 0.00 24.49 6.45 0.95 5.56 [2021-04-20T19:34:06.840Z] 19:31:01 0 61.90 0.00 25.13 3.91 0.89 8.17 [2021-04-20T19:34:06.840Z] 19:31:01 1 61.48 0.00 26.35 6.91 0.94 4.31 [2021-04-20T19:34:06.840Z] 19:31:01 2 63.63 0.00 23.39 7.30 0.93 4.75 [2021-04-20T19:34:06.840Z] 19:31:01 3 63.18 0.00 23.09 7.69 1.04 5.00 [2021-04-20T19:34:06.840Z] 19:32:01 all 8.05 0.00 5.55 3.31 0.26 82.84 [2021-04-20T19:34:06.840Z] 19:32:01 0 8.81 0.00 5.17 1.10 0.31 84.62 [2021-04-20T19:34:06.840Z] 19:32:01 1 7.10 0.00 5.93 5.03 0.19 81.75 [2021-04-20T19:34:06.840Z] 19:32:01 2 7.99 0.00 5.82 5.80 0.24 80.15 [2021-04-20T19:34:06.840Z] 19:32:01 3 8.30 0.00 5.27 1.31 0.29 84.84 [2021-04-20T19:34:06.840Z] 19:33:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-04-20T19:34:06.840Z] 19:33:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-20T19:34:06.840Z] 19:33:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:34:06.840Z] 19:33:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:34:06.840Z] 19:33:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T19:34:06.840Z] [2021-04-20T19:34:06.840Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-20T19:34:06.840Z] Average: all 31.14 0.00 15.39 7.20 1.24 45.03 [2021-04-20T19:34:06.840Z] Average: 0 31.23 0.00 15.81 6.89 1.21 44.86 [2021-04-20T19:34:06.840Z] Average: 1 31.19 0.00 15.43 8.02 1.23 44.13 [2021-04-20T19:34:06.840Z] Average: 2 30.69 0.00 15.31 7.14 1.29 45.57 [2021-04-20T19:34:06.840Z] Average: 3 31.46 0.00 15.00 6.76 1.21 45.57 [2021-04-20T19:34:06.840Z] [2021-04-20T19:34:06.840Z] [2021-04-20T19:34:06.840Z]