Pull request #3408 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 186b5097e246fdc4a051f7ba9d802742e28ce637+d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 (a05f66a9b2a9d02cd3a8aed1eb1c0e19567612dc) 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > 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-2216 in /w/workspace/edgexfoundry_edgex-go_PR-3408 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 186b5097e246fdc4a051f7ba9d802742e28ce637 Merge succeeded, producing 186b5097e246fdc4a051f7ba9d802742e28ce637 Checking out Revision 186b5097e246fdc4a051f7ba9d802742e28ce637 (PR-3408) > 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/3408/head:refs/remotes/origin/PR-3408 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 186b5097e246fdc4a051f7ba9d802742e28ce637 # 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 d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 186b5097e246fdc4a051f7ba9d802742e28ce637 # timeout=10 Commit message: "feat: Add new environment variable to seed Secret Store with known secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-28T18:31:55.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-28T18:31:55.687Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-28T18:31:55.737Z] ========================================================= [2021-04-28T18:31:55.737Z] EdgeX Global Pipelines Version Info [2021-04-28T18:31:55.737Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:31:57.843Z] ------------------- [2021-04-28T18:31:57.843Z] stable info: [2021-04-28T18:31:57.843Z] ------------------- [2021-04-28T18:31:57.843Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-28T18:31:57.843Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T18:31:57.843Z] Message: update stable to v1.0.190 [2021-04-28T18:31:58.417Z] ------------------- [2021-04-28T18:31:58.417Z] experimental info: [2021-04-28T18:31:58.417Z] ------------------- [2021-04-28T18:31:58.417Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-28T18:31:58.417Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T18:31:58.417Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-28T18:31:58.601Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-28T18:31:58.623Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-28T18:31:58.645Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-28T18:31:58.667Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-28T18:31:58.687Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-28T18:31:58.708Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-28T18:31:58.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-28T18:31:58.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-28T18:31:58.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-28T18:31:58.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-28T18:31:58.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-28T18:31:58.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-28T18:31:58.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-28T18:31:58.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-28T18:31:58.926Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T18:31:58.948Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T18:31:58.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-28T18:31:58.990Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-28T18:31:59.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-28T18:31:59.033Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-28T18:31:59.054Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-28T18:31:59.074Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-28T18:31:59.095Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3408 [Pipeline] echo [2021-04-28T18:31:59.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3408 [Pipeline] echo [2021-04-28T18:31:59.135Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3408 [Pipeline] echo [2021-04-28T18:31:59.157Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 186b5097e246fdc4a051f7ba9d802742e28ce637 [Pipeline] echo [2021-04-28T18:31:59.177Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 186b509 [Pipeline] echo [2021-04-28T18:31:59.198Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T18:31:59.292Z] provisioning config files... [2021-04-28T18:31:59.326Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4949381304199695595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:31:59.646Z] ---> docker-login.sh [2021-04-28T18:31:59.646Z] nexus3.edgexfoundry.org:10001 [2021-04-28T18:31:59.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:32:00.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:32:00.174Z] Configure a credential helper to remove this warning. See [2021-04-28T18:32:00.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:32:00.174Z] [2021-04-28T18:32:00.174Z] Login Succeeded [2021-04-28T18:32:00.174Z] nexus3.edgexfoundry.org:10002 [2021-04-28T18:32:00.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:32:00.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:32:00.437Z] Configure a credential helper to remove this warning. See [2021-04-28T18:32:00.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:32:00.437Z] [2021-04-28T18:32:00.437Z] Login Succeeded [2021-04-28T18:32:00.437Z] nexus3.edgexfoundry.org:10003 [2021-04-28T18:32:00.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:32:00.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:32:00.700Z] Configure a credential helper to remove this warning. See [2021-04-28T18:32:00.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:32:00.700Z] [2021-04-28T18:32:00.700Z] Login Succeeded [2021-04-28T18:32:00.700Z] nexus3.edgexfoundry.org:10004 [2021-04-28T18:32:00.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:32:00.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:32:00.700Z] Configure a credential helper to remove this warning. See [2021-04-28T18:32:00.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:32:00.700Z] [2021-04-28T18:32:00.700Z] Login Succeeded [2021-04-28T18:32:00.700Z] docker.io [2021-04-28T18:32:00.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:32:01.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:32:01.548Z] Configure a credential helper to remove this warning. See [2021-04-28T18:32:01.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:32:01.548Z] [2021-04-28T18:32:01.548Z] Login Succeeded [2021-04-28T18:32:01.548Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T18:32:01.562Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T18:32:01.954Z] ++ 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-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/core-command/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/core-data/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-28T18:32:01.954Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T18:32:01.954Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-28T18:32:01.954Z] ++ cut -d/ -f2 [2021-04-28T18:32:01.954Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-28T18:32:02.041Z] 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-28T18:32:03.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T18:32:03.127Z] [2021-04-28T18:32:03.127Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:32:03.444Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T18:32:03.444Z] latest: Pulling from edgex-devops/git-semver [2021-04-28T18:32:03.444Z] 31603596830f: Pulling fs layer [2021-04-28T18:32:03.444Z] 54011a49482f: Pulling fs layer [2021-04-28T18:32:03.444Z] a6820b24f6d8: Pulling fs layer [2021-04-28T18:32:03.444Z] f581987b2513: Pulling fs layer [2021-04-28T18:32:03.444Z] f581987b2513: Waiting [2021-04-28T18:32:03.444Z] 54011a49482f: Verifying Checksum [2021-04-28T18:32:03.444Z] 54011a49482f: Download complete [2021-04-28T18:32:03.712Z] 31603596830f: Verifying Checksum [2021-04-28T18:32:03.712Z] 31603596830f: Download complete [2021-04-28T18:32:03.712Z] f581987b2513: Verifying Checksum [2021-04-28T18:32:03.712Z] f581987b2513: Download complete [2021-04-28T18:32:03.972Z] a6820b24f6d8: Verifying Checksum [2021-04-28T18:32:03.972Z] a6820b24f6d8: Download complete [2021-04-28T18:32:03.972Z] 31603596830f: Pull complete [2021-04-28T18:32:04.238Z] 54011a49482f: Pull complete [2021-04-28T18:32:05.195Z] a6820b24f6d8: Pull complete [2021-04-28T18:32:05.457Z] f581987b2513: Pull complete [2021-04-28T18:32:05.457Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-28T18:32:05.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T18:32:05.457Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-28T18:32:05.568Z] prd-centos7-docker-4c-2g-2216 does not seem to be running inside a container [2021-04-28T18:32:05.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-28T18:32:08.376Z] $ docker top a722ec288be37df11c620636702ef712d733779e3d1f54531e29d029813ed618 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T18:32:08.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T18:32:08.647Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T18:32:08.887Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T18:32:08.893Z] $ docker exec a722ec288be37df11c620636702ef712d733779e3d1f54531e29d029813ed618 ssh-agent [2021-04-28T18:32:09.078Z] SSH_AUTH_SOCK=/tmp/ssh-Dh8S081RY6ty/agent.12 [2021-04-28T18:32:09.078Z] SSH_AGENT_PID=17 [2021-04-28T18:32:09.092Z] Running ssh-add (command line suppressed) [2021-04-28T18:32:09.222Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6873354586187088588.key (/w/workspace/edgex-go/2@tmp/private_key_6873354586187088588.key) [2021-04-28T18:32:09.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T18:32:09.584Z] + git tag --points-at HEAD [Pipeline] } [2021-04-28T18:32:09.608Z] $ docker exec --env ******** --env ******** a722ec288be37df11c620636702ef712d733779e3d1f54531e29d029813ed618 ssh-agent -k [2021-04-28T18:32:09.727Z] unset SSH_AUTH_SOCK; [2021-04-28T18:32:09.728Z] unset SSH_AGENT_PID; [2021-04-28T18:32:09.728Z] echo Agent pid 17 killed; [2021-04-28T18:32:09.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-28T18:32:09.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T18:32:09.812Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T18:32:09.996Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T18:32:10.001Z] $ docker exec a722ec288be37df11c620636702ef712d733779e3d1f54531e29d029813ed618 ssh-agent [2021-04-28T18:32:10.195Z] SSH_AUTH_SOCK=/tmp/ssh-ncznYz1Jf2eY/agent.48 [2021-04-28T18:32:10.195Z] SSH_AGENT_PID=54 [2021-04-28T18:32:10.202Z] Running ssh-add (command line suppressed) [2021-04-28T18:32:10.331Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4842643187083255711.key (/w/workspace/edgex-go/2@tmp/private_key_4842643187083255711.key) [2021-04-28T18:32:10.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T18:32:10.686Z] + git semver init [2021-04-28T18:32:10.686Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T18:32:10.686Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-28T18:32:10.686Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-28T18:32:10.686Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T18:32:10.686Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T18:32:10.686Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T18:32:10.686Z] # $SEMVER_BRANCH = PR-3408 [2021-04-28T18:32:10.686Z] # $SEMVER_TEMP = /tmp/semver-725286124 [2021-04-28T18:32:10.686Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-28T18:32:28.877Z] # '/tmp/semver-725286124' -> '/w/workspace/edgex-go/2/.semver' [2021-04-28T18:32:29.458Z] # -> Force: false [2021-04-28T18:32:29.458Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-28T18:32:29.481Z] $ docker exec --env ******** --env ******** a722ec288be37df11c620636702ef712d733779e3d1f54531e29d029813ed618 ssh-agent -k [2021-04-28T18:32:29.813Z] unset SSH_AUTH_SOCK; [2021-04-28T18:32:29.813Z] unset SSH_AGENT_PID; [2021-04-28T18:32:29.813Z] echo Agent pid 54 killed; [2021-04-28T18:32:29.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T18:32:30.268Z] + git semver [Pipeline] } [2021-04-28T18:32:30.288Z] $ docker stop --time=1 a722ec288be37df11c620636702ef712d733779e3d1f54531e29d029813ed618 [2021-04-28T18:32:32.146Z] $ docker rm -f a722ec288be37df11c620636702ef712d733779e3d1f54531e29d029813ed618 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T18:32:32.639Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-28T18:32:33.115Z] Stashed 1 file(s) [Pipeline] echo [2021-04-28T18:32:33.118Z] [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-28T18:32:33.619Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-28T18:32:34.021Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T18:32:34.368Z] + sudo service docker restart [2021-04-28T18:32:34.368Z] + true [2021-04-28T18:32:34.368Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-28T18:32:34.964Z] ========================================================= [2021-04-28T18:32:34.964Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-28T18:32:34.964Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:32:35.290Z] + 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-28T18:32:39.562Z] Sending build context to Docker daemon 329.7MB [2021-04-28T18:32:39.826Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T18:32:39.826Z] Step 2/6 : FROM ${BASE} [2021-04-28T18:32:39.826Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-28T18:32:39.826Z] 188c0c94c7c5: Pulling fs layer [2021-04-28T18:32:39.826Z] 0ef7d3d256c8: Pulling fs layer [2021-04-28T18:32:39.826Z] de9db76c5a1d: Pulling fs layer [2021-04-28T18:32:39.826Z] bca2f99d35d6: Pulling fs layer [2021-04-28T18:32:39.826Z] 93359f2a8cfa: Pulling fs layer [2021-04-28T18:32:39.826Z] 7c6f9722023f: Pulling fs layer [2021-04-28T18:32:39.826Z] a35cf1a2eb13: Pulling fs layer [2021-04-28T18:32:39.826Z] 93359f2a8cfa: Waiting [2021-04-28T18:32:39.826Z] 7c6f9722023f: Waiting [2021-04-28T18:32:39.826Z] a35cf1a2eb13: Waiting [2021-04-28T18:32:39.826Z] bca2f99d35d6: Waiting [2021-04-28T18:32:39.826Z] de9db76c5a1d: Verifying Checksum [2021-04-28T18:32:39.826Z] de9db76c5a1d: Download complete [2021-04-28T18:32:39.826Z] 0ef7d3d256c8: Download complete [2021-04-28T18:32:39.826Z] 93359f2a8cfa: Verifying Checksum [2021-04-28T18:32:39.826Z] 93359f2a8cfa: Download complete [2021-04-28T18:32:39.826Z] 7c6f9722023f: Verifying Checksum [2021-04-28T18:32:39.826Z] 7c6f9722023f: Download complete [2021-04-28T18:32:40.099Z] 188c0c94c7c5: Verifying Checksum [2021-04-28T18:32:40.099Z] 188c0c94c7c5: Download complete [2021-04-28T18:32:40.704Z] 188c0c94c7c5: Pull complete [2021-04-28T18:32:41.663Z] a35cf1a2eb13: Verifying Checksum [2021-04-28T18:32:41.663Z] a35cf1a2eb13: Download complete [2021-04-28T18:32:42.243Z] bca2f99d35d6: Verifying Checksum [2021-04-28T18:32:42.244Z] bca2f99d35d6: Download complete [2021-04-28T18:32:42.506Z] 0ef7d3d256c8: Pull complete [2021-04-28T18:32:42.768Z] de9db76c5a1d: Pull complete [2021-04-28T18:32:48.127Z] bca2f99d35d6: Pull complete [2021-04-28T18:32:48.127Z] 93359f2a8cfa: Pull complete [2021-04-28T18:32:48.127Z] 7c6f9722023f: Pull complete [2021-04-28T18:32:48.251Z] Still waiting to schedule task [2021-04-28T18:32:48.252Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2213’ is offline [2021-04-28T18:32:52.376Z] a35cf1a2eb13: Pull complete [2021-04-28T18:32:52.376Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-28T18:32:52.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-28T18:32:52.376Z] ---> a62c8e92a672 [2021-04-28T18:32:52.376Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-28T18:32:52.640Z] ---> Running in 97039511ac75 [2021-04-28T18:32:53.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T18:32:54.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T18:32:54.425Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T18:32:55.001Z] (2/12) Installing file (5.38-r0) [2021-04-28T18:32:55.264Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T18:32:55.264Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-28T18:33:00.571Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T18:33:00.571Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T18:33:00.571Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T18:33:00.571Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-28T18:33:00.571Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T18:33:00.571Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T18:33:00.571Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T18:33:00.571Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T18:33:00.571Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T18:33:00.571Z] OK: 233 MiB in 51 packages [2021-04-28T18:33:05.896Z] Removing intermediate container 97039511ac75 [2021-04-28T18:33:05.896Z] ---> acec787131e3 [2021-04-28T18:33:05.896Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T18:33:05.896Z] ---> Running in 6bd66567a6d1 [2021-04-28T18:33:05.896Z] Removing intermediate container 6bd66567a6d1 [2021-04-28T18:33:05.896Z] ---> 58d21d8ce0f9 [2021-04-28T18:33:05.896Z] Step 5/6 : COPY go.mod . [2021-04-28T18:33:05.896Z] ---> 2a80f09ef367 [2021-04-28T18:33:05.896Z] Step 6/6 : RUN go mod download [2021-04-28T18:33:05.896Z] ---> Running in 988b0b074153 [2021-04-28T18:33:27.936Z] Removing intermediate container 988b0b074153 [2021-04-28T18:33:27.936Z] ---> 47a0407bc90e [2021-04-28T18:33:27.936Z] Successfully built 47a0407bc90e [2021-04-28T18:33:27.936Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:33:28.262Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T18:33:28.262Z] . [Pipeline] withDockerContainer [2021-04-28T18:33:28.375Z] prd-centos7-docker-4c-2g-2216 does not seem to be running inside a container [2021-04-28T18:33:28.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-28T18:33:29.637Z] $ docker top f26c19d317dbc7afc847fccc33b4c3c2dd35f945824c0e6600399f62542a5b70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T18:33:30.136Z] + go version [2021-04-28T18:33:30.136Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-28T18:33:30.155Z] $ docker stop --time=1 f26c19d317dbc7afc847fccc33b4c3c2dd35f945824c0e6600399f62542a5b70 [2021-04-28T18:33:31.513Z] $ docker rm -f f26c19d317dbc7afc847fccc33b4c3c2dd35f945824c0e6600399f62542a5b70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:33:32.026Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T18:33:32.026Z] . [Pipeline] withDockerContainer [2021-04-28T18:33:32.135Z] prd-centos7-docker-4c-2g-2216 does not seem to be running inside a container [2021-04-28T18:33:32.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-28T18:33:33.660Z] $ docker top a7a3e370845d589a987e24e6c50a84aadb61cfdab17b7075020ac0b7b90ffd73 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T18:33:33.830Z] ========================================================= [2021-04-28T18:33:33.830Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T18:33:33.830Z] ========================================================= [Pipeline] sh [2021-04-28T18:33:34.138Z] + make test [2021-04-28T18:33:34.138Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T18:33:44.221Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T18:34:06.422Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T18:34:06.422Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T18:34:08.394Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T18:34:08.394Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T18:34:09.810Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T18:34:09.810Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T18:34:09.810Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T18:34:09.810Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T18:34:11.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T18:34:11.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T18:34:14.603Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T18:34:14.603Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T18:34:14.603Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-28T18:34:17.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements [2021-04-28T18:34:17.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T18:34:17.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T18:34:17.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T18:34:17.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T18:34:17.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T18:34:17.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T18:34:17.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements [2021-04-28T18:34:17.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements [2021-04-28T18:34:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.238s coverage: 27.1% of statements [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T18:34:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T18:34:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T18:34:20.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T18:34:20.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T18:34:20.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.186s coverage: 87.7% of statements [2021-04-28T18:34:20.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T18:34:20.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:34:20.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.057s coverage: 78.9% of statements [2021-04-28T18:34:20.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T18:34:24.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T18:34:24.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T18:34:24.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T18:34:24.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.181s coverage: 86.7% of statements [2021-04-28T18:34:24.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T18:34:24.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements [2021-04-28T18:34:24.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T18:34:24.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements [2021-04-28T18:34:24.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T18:34:24.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T18:34:24.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T18:34:24.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T18:34:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.468s coverage: 95.1% of statements [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T18:34:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T18:34:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.122s coverage: 0.9% of statements [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T18:34:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T18:34:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-04-28T18:34:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-04-28T18:34:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-04-28T18:34:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-04-28T18:34:27.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-04-28T18:34:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2021-04-28T18:34:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-04-28T18:34:41.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.226s coverage: 81.8% of statements [2021-04-28T18:34:41.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.116s coverage: 91.6% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 64.4% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-04-28T18:34:50.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.380s coverage: 69.0% of statements [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T18:34:50.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T18:34:50.184Z] --- FAIL: TestCreatesFile (0.00s) [2021-04-28T18:34:50.184Z] tokenprovider_linux_test.go:56: [2021-04-28T18:34:50.184Z] Error Trace: tokenprovider_linux_test.go:56 [2021-04-28T18:34:50.184Z] Error: Received unexpected error: [2021-04-28T18:34:50.184Z] open /tmp/tokenprovider_linux_test.dat: no such file or directory [2021-04-28T18:34:50.184Z] Test: TestCreatesFile [2021-04-28T18:34:50.184Z] FAIL [2021-04-28T18:34:50.184Z] coverage: 39.8% of statements [2021-04-28T18:34:50.185Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T18:34:50.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T18:34:50.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2021-04-28T18:34:50.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T18:34:50.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T18:34:50.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T18:34:50.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T18:34:50.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 92.6% of statements [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:34:50.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T18:34:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 28.7% of statements [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T18:34:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T18:34:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T18:34:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements [2021-04-28T18:34:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T18:34:52.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.119s coverage: 97.6% of statements [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T18:34:52.143Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T18:34:52.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T18:34:52.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T18:34:52.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T18:34:52.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-04-28T18:34:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 28.1% of statements [2021-04-28T18:34:53.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-28T18:34:53.135Z] FAIL [2021-04-28T18:34:53.410Z] make: *** [Makefile:94: test] Error 1 [Pipeline] } [2021-04-28T18:34:53.440Z] $ docker stop --time=1 a7a3e370845d589a987e24e6c50a84aadb61cfdab17b7075020ac0b7b90ffd73 [2021-04-28T18:34:55.944Z] $ docker rm -f a7a3e370845d589a987e24e6c50a84aadb61cfdab17b7075020ac0b7b90ffd73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T18:34:56.557Z] Failed in branch amd64 [2021-04-28T18:35:53.670Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2221 in /w/workspace/edgexfoundry_edgex-go_PR-3408 [Pipeline] { [Pipeline] ws [2021-04-28T18:35:53.691Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-28T18:35:59.761Z] using credential edgex-jenkins-ssh [2021-04-28T18:36:00.038Z] Cloning the remote Git repository [2021-04-28T18:36:00.071Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-28T18:36:00.178Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-28T18:36:00.262Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T18:36:00.263Z] > git --version # timeout=10 [2021-04-28T18:36:00.289Z] > git --version # 'git version 2.17.1' [2021-04-28T18:36:00.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T18:36:00.349Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T18:36:15.848Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 186b5097e246fdc4a051f7ba9d802742e28ce637 [2021-04-28T18:36:14.881Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T18:36:14.911Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T18:36:14.935Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T18:36:14.971Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T18:36:14.972Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T18:36:14.985Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3408/head:refs/remotes/origin/PR-3408 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T18:36:15.865Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T18:36:15.882Z] > git checkout -f 186b5097e246fdc4a051f7ba9d802742e28ce637 # timeout=10 [2021-04-28T18:36:16.296Z] Merge succeeded, producing 186b5097e246fdc4a051f7ba9d802742e28ce637 [2021-04-28T18:36:16.297Z] Checking out Revision 186b5097e246fdc4a051f7ba9d802742e28ce637 (PR-3408) [2021-04-28T18:36:16.199Z] > git remote # timeout=10 [2021-04-28T18:36:16.218Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T18:36:16.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T18:36:16.258Z] > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 [2021-04-28T18:36:16.281Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T18:36:16.301Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T18:36:16.311Z] > git checkout -f 186b5097e246fdc4a051f7ba9d802742e28ce637 # timeout=10 [2021-04-28T18:36:20.641Z] Commit message: "feat: Add new environment variable to seed Secret Store with known secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T18:36:22.059Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-28T18:36:22.470Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T18:36:22.810Z] + true [2021-04-28T18:36:22.810Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T18:36:24.829Z] provisioning config files... [2021-04-28T18:36:24.880Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2259708014017141814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:36:25.254Z] ---> docker-login.sh [2021-04-28T18:36:25.255Z] nexus3.edgexfoundry.org:10001 [2021-04-28T18:36:26.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:36:26.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:36:26.509Z] Configure a credential helper to remove this warning. See [2021-04-28T18:36:26.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:36:26.509Z] [2021-04-28T18:36:26.509Z] Login Succeeded [2021-04-28T18:36:26.509Z] nexus3.edgexfoundry.org:10002 [2021-04-28T18:36:26.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:36:27.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:36:27.059Z] Configure a credential helper to remove this warning. See [2021-04-28T18:36:27.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:36:27.059Z] [2021-04-28T18:36:27.059Z] Login Succeeded [2021-04-28T18:36:27.059Z] nexus3.edgexfoundry.org:10003 [2021-04-28T18:36:27.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:36:27.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:36:27.607Z] Configure a credential helper to remove this warning. See [2021-04-28T18:36:27.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:36:27.607Z] [2021-04-28T18:36:27.607Z] Login Succeeded [2021-04-28T18:36:27.607Z] nexus3.edgexfoundry.org:10004 [2021-04-28T18:36:27.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:36:28.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:36:28.152Z] Configure a credential helper to remove this warning. See [2021-04-28T18:36:28.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:36:28.152Z] [2021-04-28T18:36:28.152Z] Login Succeeded [2021-04-28T18:36:28.152Z] docker.io [2021-04-28T18:36:28.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T18:36:28.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T18:36:28.708Z] Configure a credential helper to remove this warning. See [2021-04-28T18:36:28.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T18:36:28.708Z] [2021-04-28T18:36:28.708Z] Login Succeeded [2021-04-28T18:36:28.708Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T18:36:28.728Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T18:36:29.033Z] ========================================================= [2021-04-28T18:36:29.033Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-28T18:36:29.033Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:36:29.377Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-28T18:36:32.012Z] Sending build context to Docker daemon 167.4MB [2021-04-28T18:36:32.012Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T18:36:32.012Z] Step 2/6 : FROM ${BASE} [2021-04-28T18:36:32.012Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-28T18:36:32.012Z] 5f621e34cdf4: Pulling fs layer [2021-04-28T18:36:32.012Z] a4357932f1b6: Pulling fs layer [2021-04-28T18:36:32.012Z] 18c013af1878: Pulling fs layer [2021-04-28T18:36:32.012Z] 00ac8860ef70: Pulling fs layer [2021-04-28T18:36:32.012Z] 63d7cb157983: Pulling fs layer [2021-04-28T18:36:32.012Z] b116817d02f9: Pulling fs layer [2021-04-28T18:36:32.012Z] 745a02a5169b: Pulling fs layer [2021-04-28T18:36:32.012Z] 00ac8860ef70: Waiting [2021-04-28T18:36:32.012Z] 63d7cb157983: Waiting [2021-04-28T18:36:32.012Z] b116817d02f9: Waiting [2021-04-28T18:36:32.012Z] 18c013af1878: Download complete [2021-04-28T18:36:32.012Z] a4357932f1b6: Verifying Checksum [2021-04-28T18:36:32.012Z] a4357932f1b6: Download complete [2021-04-28T18:36:32.012Z] 63d7cb157983: Download complete [2021-04-28T18:36:32.012Z] b116817d02f9: Verifying Checksum [2021-04-28T18:36:32.012Z] b116817d02f9: Download complete [2021-04-28T18:36:32.012Z] 5f621e34cdf4: Verifying Checksum [2021-04-28T18:36:32.012Z] 5f621e34cdf4: Download complete [2021-04-28T18:36:32.625Z] 5f621e34cdf4: Pull complete [2021-04-28T18:36:33.232Z] a4357932f1b6: Pull complete [2021-04-28T18:36:33.511Z] 18c013af1878: Pull complete [2021-04-28T18:36:34.498Z] 745a02a5169b: Verifying Checksum [2021-04-28T18:36:34.498Z] 745a02a5169b: Download complete [2021-04-28T18:36:35.484Z] 00ac8860ef70: Verifying Checksum [2021-04-28T18:36:35.484Z] 00ac8860ef70: Download complete [2021-04-28T18:36:45.658Z] 00ac8860ef70: Pull complete [2021-04-28T18:36:45.658Z] 63d7cb157983: Pull complete [2021-04-28T18:36:45.933Z] b116817d02f9: Pull complete [2021-04-28T18:36:50.265Z] 745a02a5169b: Pull complete [2021-04-28T18:36:50.265Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-28T18:36:50.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-28T18:36:50.265Z] ---> b7e6874047d6 [2021-04-28T18:36:50.265Z] 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-28T18:36:53.682Z] ---> Running in e1c1630cb709 [2021-04-28T18:36:54.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T18:36:55.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T18:36:56.243Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T18:36:56.243Z] (2/12) Installing file (5.38-r0) [2021-04-28T18:36:56.243Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T18:36:56.520Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-28T18:36:59.905Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T18:36:59.905Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T18:36:59.905Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T18:36:59.905Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-28T18:36:59.905Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T18:36:59.905Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T18:37:00.177Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T18:37:00.177Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T18:37:00.449Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T18:37:00.449Z] OK: 217 MiB in 51 packages [2021-04-28T18:37:04.762Z] Removing intermediate container e1c1630cb709 [2021-04-28T18:37:04.762Z] ---> f38dd3303237 [2021-04-28T18:37:04.762Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T18:37:04.762Z] ---> Running in 30ec66d13851 [2021-04-28T18:37:05.038Z] Removing intermediate container 30ec66d13851 [2021-04-28T18:37:05.038Z] ---> 79884fc16170 [2021-04-28T18:37:05.038Z] Step 5/6 : COPY go.mod . [2021-04-28T18:37:05.640Z] ---> 9f5659b09830 [2021-04-28T18:37:05.640Z] Step 6/6 : RUN go mod download [2021-04-28T18:37:05.640Z] ---> Running in cfe64286e768 [2021-04-28T18:37:32.504Z] Removing intermediate container cfe64286e768 [2021-04-28T18:37:32.504Z] ---> cfe3904f78fa [2021-04-28T18:37:32.504Z] Successfully built cfe3904f78fa [2021-04-28T18:37:32.504Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:37:32.848Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T18:37:32.849Z] . [Pipeline] withDockerContainer [2021-04-28T18:37:33.118Z] prd-ubuntu18.04-docker-arm64-4c-16g-2221 does not seem to be running inside a container [2021-04-28T18:37:33.208Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T18:37:34.679Z] $ docker top e324d63e9c0b4c5c8a70b4c017d8ebb8bc3754b7952c1f929737ae300def70af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T18:37:35.603Z] + go version [2021-04-28T18:37:35.603Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-28T18:37:35.636Z] $ docker stop --time=1 e324d63e9c0b4c5c8a70b4c017d8ebb8bc3754b7952c1f929737ae300def70af [2021-04-28T18:37:37.585Z] $ docker rm -f e324d63e9c0b4c5c8a70b4c017d8ebb8bc3754b7952c1f929737ae300def70af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:37:38.275Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T18:37:38.275Z] . [Pipeline] withDockerContainer [2021-04-28T18:37:38.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-2221 does not seem to be running inside a container [2021-04-28T18:37:38.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T18:37:40.046Z] $ docker top bcd7fa3f385213e5c52cc83474d38065b770527937c6ae828f0f2e1e37866134 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T18:37:40.403Z] ========================================================= [2021-04-28T18:37:40.403Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T18:37:40.403Z] ========================================================= [Pipeline] sh [2021-04-28T18:37:41.058Z] + make test [2021-04-28T18:37:41.059Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T18:38:03.237Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T18:38:50.255Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T18:39:08.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T18:39:08.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T18:39:08.631Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T18:39:08.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T18:39:08.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T18:39:08.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T18:39:08.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T18:39:10.626Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T18:39:12.624Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T18:39:19.379Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T18:39:19.379Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T18:39:19.379Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-28T18:39:26.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.364s coverage: 45.9% of statements [2021-04-28T18:39:26.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T18:39:26.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T18:39:26.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T18:39:26.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T18:39:26.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T18:39:26.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T18:39:26.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements [2021-04-28T18:39:26.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.228s coverage: 100.0% of statements [2021-04-28T18:39:32.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.545s coverage: 27.1% of statements [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T18:39:32.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.140s coverage: 100.0% of statements [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T18:39:32.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.161s coverage: 100.0% of statements [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T18:39:32.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T18:39:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.285s coverage: 71.3% of statements [2021-04-28T18:39:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T18:39:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T18:39:35.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.555s coverage: 87.7% of statements [2021-04-28T18:39:35.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T18:39:35.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:39:35.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.265s coverage: 78.9% of statements [2021-04-28T18:39:35.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T18:39:48.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.144s coverage: 28.6% of statements [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T18:39:48.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.203s coverage: 100.0% of statements [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T18:39:48.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.168s coverage: 100.0% of statements [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T18:39:48.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.420s coverage: 86.7% of statements [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T18:39:48.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.453s coverage: 97.5% of statements [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T18:39:48.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.190s coverage: 78.3% of statements [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T18:39:48.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T18:39:53.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.225s coverage: 95.1% of statements [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T18:39:53.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.107s coverage: 58.8% of statements [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T18:39:53.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T18:39:53.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.9% of statements [2021-04-28T18:39:53.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T18:39:53.737Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T18:39:53.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T18:39:53.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.169s coverage: 47.1% of statements [2021-04-28T18:39:53.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.158s coverage: 79.5% of statements [2021-04-28T18:39:53.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.142s coverage: 94.1% of statements [2021-04-28T18:39:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements [2021-04-28T18:39:55.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements [2021-04-28T18:40:07.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.162s coverage: 94.4% of statements [2021-04-28T18:40:07.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements [2021-04-28T18:40:13.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.484s coverage: 81.8% of statements [2021-04-28T18:40:13.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.216s coverage: 92.9% of statements [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.127s coverage: 80.8% of statements [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.210s coverage: 84.6% of statements [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.6% of statements [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.555s coverage: 64.4% of statements [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T18:40:23.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements [2021-04-28T18:40:23.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-04-28T18:40:24.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-04-28T18:40:25.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements [2021-04-28T18:40:28.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.951s coverage: 69.0% of statements [2021-04-28T18:40:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T18:40:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T18:40:28.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T18:40:29.503Z] --- FAIL: TestCreatesFile (0.00s) [2021-04-28T18:40:29.503Z] tokenprovider_linux_test.go:56: [2021-04-28T18:40:29.503Z] Error Trace: tokenprovider_linux_test.go:56 [2021-04-28T18:40:29.503Z] Error: Received unexpected error: [2021-04-28T18:40:29.503Z] open /tmp/tokenprovider_linux_test.dat: no such file or directory [2021-04-28T18:40:29.503Z] Test: TestCreatesFile [2021-04-28T18:40:29.503Z] FAIL [2021-04-28T18:40:29.503Z] coverage: 39.8% of statements [2021-04-28T18:40:29.503Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.602s [2021-04-28T18:40:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T18:40:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T18:40:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.104s coverage: 89.5% of statements [2021-04-28T18:40:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T18:40:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-04-28T18:40:36.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.426s coverage: 47.0% of statements [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T18:40:36.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T18:40:36.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T18:40:36.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.158s coverage: 9.6% of statements [2021-04-28T18:40:36.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T18:40:38.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 92.6% of statements [2021-04-28T18:40:38.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T18:40:38.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:40:38.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T18:40:45.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.477s coverage: 28.7% of statements [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T18:40:45.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.245s coverage: 99.0% of statements [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T18:40:45.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.159s coverage: 100.0% of statements [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T18:40:45.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.151s coverage: 64.6% of statements [2021-04-28T18:40:45.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T18:40:45.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.424s coverage: 97.6% of statements [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T18:40:45.323Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T18:40:45.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T18:40:45.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T18:40:45.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-04-28T18:40:45.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T18:40:45.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T18:40:45.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-04-28T18:40:48.243Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements [2021-04-28T18:40:48.517Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-28T18:40:48.517Z] FAIL [2021-04-28T18:40:49.492Z] make: *** [Makefile:94: test] Error 1 [Pipeline] } [2021-04-28T18:40:49.524Z] $ docker stop --time=1 bcd7fa3f385213e5c52cc83474d38065b770527937c6ae828f0f2e1e37866134 [2021-04-28T18:40:51.889Z] $ docker rm -f bcd7fa3f385213e5c52cc83474d38065b770527937c6ae828f0f2e1e37866134 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:40:53.339Z] ---> job-cost.sh [2021-04-28T18:40:53.339Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nHSX [2021-04-28T18:41:32.307Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T18:42:54.042Z] lf-activate-venv(): INFO: Adding /tmp/venv-nHSX/bin to PATH [2021-04-28T18:42:54.042Z] INFO: No Stack... [2021-04-28T18:42:54.042Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-28T18:42:54.314Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T18:42:54.664Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-28T18:42:54.665Z] + cut -d, -f6 [Pipeline] lock [2021-04-28T18:42:54.999Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3408-2-stack-cost] [2021-04-28T18:42:55.013Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3408-2-stack-cost] did not exist. Created. [2021-04-28T18:42:55.013Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3408-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T18:42:55.430Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-28T18:42:56.500Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T18:42:56.512Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3408-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T18:42:56.676Z] Failed in branch arm64 [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-28T18:42:57.457Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:42:58.350Z] ---> package-listing.sh [2021-04-28T18:42:58.350Z] ++ facter osfamily [2021-04-28T18:42:58.350Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-28T18:42:58.350Z] + OS_FAMILY=redhat [2021-04-28T18:42:58.350Z] + workspace=/w/workspace/edgex-go/2 [2021-04-28T18:42:58.350Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-28T18:42:58.350Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-28T18:42:58.350Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-28T18:42:58.350Z] + PACKAGES=/tmp/packages_start.txt [2021-04-28T18:42:58.350Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-28T18:42:58.350Z] + PACKAGES=/tmp/packages_end.txt [2021-04-28T18:42:58.350Z] + case "${OS_FAMILY}" in [2021-04-28T18:42:58.350Z] + rpm -qa [2021-04-28T18:42:58.350Z] + sort [2021-04-28T18:43:03.664Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-28T18:43:03.664Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-28T18:43:03.664Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-28T18:43:03.664Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-28T18:43:03.664Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-28T18:43:03.664Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-28T18:43:03.681Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-28T18:43:03.979Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:43:04.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T18:43:04.296Z] [2021-04-28T18:43:04.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-28T18:43:04.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T18:43:04.629Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-28T18:43:04.629Z] df20fa9351a1: Pulling fs layer [2021-04-28T18:43:04.629Z] 36b3adc4ff6f: Pulling fs layer [2021-04-28T18:43:04.629Z] 8ad3a11d3b57: Pulling fs layer [2021-04-28T18:43:04.629Z] 46f8f816bc3b: Pulling fs layer [2021-04-28T18:43:04.629Z] 93b61091891f: Pulling fs layer [2021-04-28T18:43:04.629Z] 93b9cdb0e59b: Pulling fs layer [2021-04-28T18:43:04.629Z] 5e14af77c1be: Pulling fs layer [2021-04-28T18:43:04.629Z] 01666e4c0597: Pulling fs layer [2021-04-28T18:43:04.629Z] aa168da1d23b: Pulling fs layer [2021-04-28T18:43:04.629Z] 93b9cdb0e59b: Waiting [2021-04-28T18:43:04.629Z] 5e14af77c1be: Waiting [2021-04-28T18:43:04.629Z] 01666e4c0597: Waiting [2021-04-28T18:43:04.629Z] aa168da1d23b: Waiting [2021-04-28T18:43:04.629Z] 46f8f816bc3b: Waiting [2021-04-28T18:43:04.629Z] 93b61091891f: Waiting [2021-04-28T18:43:04.629Z] 36b3adc4ff6f: Verifying Checksum [2021-04-28T18:43:04.629Z] 36b3adc4ff6f: Download complete [2021-04-28T18:43:04.629Z] 46f8f816bc3b: Verifying Checksum [2021-04-28T18:43:04.629Z] 46f8f816bc3b: Download complete [2021-04-28T18:43:04.629Z] df20fa9351a1: Download complete [2021-04-28T18:43:04.906Z] 93b9cdb0e59b: Verifying Checksum [2021-04-28T18:43:04.906Z] 93b9cdb0e59b: Download complete [2021-04-28T18:43:04.906Z] 5e14af77c1be: Verifying Checksum [2021-04-28T18:43:04.906Z] 5e14af77c1be: Download complete [2021-04-28T18:43:04.906Z] 01666e4c0597: Verifying Checksum [2021-04-28T18:43:04.906Z] 01666e4c0597: Download complete [2021-04-28T18:43:04.906Z] 93b61091891f: Verifying Checksum [2021-04-28T18:43:04.906Z] 93b61091891f: Download complete [2021-04-28T18:43:04.906Z] 8ad3a11d3b57: Verifying Checksum [2021-04-28T18:43:04.906Z] 8ad3a11d3b57: Download complete [2021-04-28T18:43:05.170Z] df20fa9351a1: Pull complete [2021-04-28T18:43:05.441Z] 36b3adc4ff6f: Pull complete [2021-04-28T18:43:06.402Z] 8ad3a11d3b57: Pull complete [2021-04-28T18:43:06.666Z] 46f8f816bc3b: Pull complete [2021-04-28T18:43:06.929Z] aa168da1d23b: Verifying Checksum [2021-04-28T18:43:06.929Z] aa168da1d23b: Download complete [2021-04-28T18:43:07.192Z] 93b61091891f: Pull complete [2021-04-28T18:43:07.454Z] 93b9cdb0e59b: Pull complete [2021-04-28T18:43:07.454Z] 5e14af77c1be: Pull complete [2021-04-28T18:43:07.719Z] 01666e4c0597: Pull complete [2021-04-28T18:43:15.917Z] aa168da1d23b: Pull complete [2021-04-28T18:43:15.917Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-28T18:43:15.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T18:43:15.917Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-28T18:43:16.089Z] prd-centos7-docker-4c-2g-2216 does not seem to be running inside a container [2021-04-28T18:43:16.156Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-28T18:43:19.191Z] $ docker top c402d49fce10f9cbfda898e4679b10276a451091282edd5513a2054f0c83ddf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T18:43:19.671Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-28T18:43:19.974Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-28T18:43:20.279Z] + ls /var/log/sa-host [2021-04-28T18:43:20.280Z] + sadf -c /var/log/sa-host/sa23 [2021-04-28T18:43:20.280Z] file_magic: OK [2021-04-28T18:43:20.280Z] HZ: Using current value: 100 [2021-04-28T18:43:20.280Z] file_header: OK [2021-04-28T18:43:20.280Z] 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-28T18:43:20.280Z] Statistics: [2021-04-28T18:43:20.280Z] Hnuu...uuuununununu... [2021-04-28T18:43:20.280Z] File successfully converted to sysstat format version 12.2.1 [2021-04-28T18:43:20.280Z] + sadf -c /var/log/sa-host/sa28 [2021-04-28T18:43:20.280Z] file_magic: OK [2021-04-28T18:43:20.280Z] HZ: Using current value: 100 [2021-04-28T18:43:20.280Z] file_header: OK [2021-04-28T18:43:20.280Z] 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-28T18:43:20.280Z] Statistics: [2021-04-28T18:43:20.280Z] 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-28T18:43:20.280Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-28T18:43:20.472Z] provisioning config files... [2021-04-28T18:43:20.489Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2461230163922754111tmp [Pipeline] { [Pipeline] echo [2021-04-28T18:43:20.513Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:43:20.816Z] ---> create-netrc.sh [Pipeline] } [2021-04-28T18:43:20.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-28T18:43:20.857Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:43:21.161Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-28T18:43:21.173Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:43:21.476Z] ---> sudo-logs.sh [2021-04-28T18:43:21.476Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-28T18:43:21.563Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:43:21.868Z] ---> job-cost.sh [2021-04-28T18:43:21.868Z] lf-activate-venv: SKIPPING [2021-04-28T18:43:21.868Z] DEBUG: total: 0.20999999344348907 [2021-04-28T18:43:21.868Z] INFO: Retrieving Stack Cost... [2021-04-28T18:43:22.815Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T18:43:23.393Z] INFO: Archiving Costs [Pipeline] echo [2021-04-28T18:43:23.409Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T18:43:23.710Z] ---> logs-deploy.sh [2021-04-28T18:43:23.711Z] lf-activate-venv: SKIPPING [2021-04-28T18:43:23.711Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3408/2 [2021-04-28T18:43:23.711Z] INFO: archiving workspace using pattern(s): [2021-04-28T18:43:25.639Z] Archives upload complete. [2021-04-28T18:43:25.639Z] INFO: archiving logs to Nexus [2021-04-28T18:43:26.593Z] ---> uname -a: [2021-04-28T18:43:26.593Z] Linux prd-centos7-docker-4c-2g-2216.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-28T18:43:26.593Z] [2021-04-28T18:43:26.593Z] [2021-04-28T18:43:26.593Z] ---> lscpu: [2021-04-28T18:43:26.593Z] Architecture: x86_64 [2021-04-28T18:43:26.593Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-28T18:43:26.593Z] Byte Order: Little Endian [2021-04-28T18:43:26.593Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-28T18:43:26.593Z] CPU(s): 4 [2021-04-28T18:43:26.593Z] On-line CPU(s) list: 0-3 [2021-04-28T18:43:26.593Z] Thread(s) per core: 1 [2021-04-28T18:43:26.593Z] Core(s) per socket: 1 [2021-04-28T18:43:26.593Z] Socket(s): 4 [2021-04-28T18:43:26.593Z] NUMA node(s): 1 [2021-04-28T18:43:26.593Z] Vendor ID: GenuineIntel [2021-04-28T18:43:26.593Z] CPU family: 6 [2021-04-28T18:43:26.593Z] Model: 44 [2021-04-28T18:43:26.593Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-28T18:43:26.593Z] Stepping: 1 [2021-04-28T18:43:26.593Z] CPU MHz: 2933.442 [2021-04-28T18:43:26.593Z] BogoMIPS: 5866.88 [2021-04-28T18:43:26.593Z] Virtualization: VT-x [2021-04-28T18:43:26.593Z] Hypervisor vendor: KVM [2021-04-28T18:43:26.593Z] Virtualization type: full [2021-04-28T18:43:26.593Z] L1d cache: 128 KiB [2021-04-28T18:43:26.593Z] L1i cache: 128 KiB [2021-04-28T18:43:26.593Z] L2 cache: 16 MiB [2021-04-28T18:43:26.593Z] L3 cache: 64 MiB [2021-04-28T18:43:26.593Z] NUMA node0 CPU(s): 0-3 [2021-04-28T18:43:26.593Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-28T18:43:26.593Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-28T18:43:26.593Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-28T18:43:26.593Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-28T18:43:26.593Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-28T18:43:26.593Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-28T18:43:26.593Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-28T18:43:26.593Z] Vulnerability Srbds: Not affected [2021-04-28T18:43:26.593Z] Vulnerability Tsx async abort: Not affected [2021-04-28T18:43:26.594Z] 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-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] ---> nproc: [2021-04-28T18:43:26.594Z] 4 [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] ---> df -h: [2021-04-28T18:43:26.594Z] Filesystem Size Used Available Use% Mounted on [2021-04-28T18:43:26.594Z] overlay 50.0G 8.2G 41.7G 16% / [2021-04-28T18:43:26.594Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-28T18:43:26.594Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-28T18:43:26.594Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/2 [2021-04-28T18:43:26.594Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/2@tmp [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] ---> free -m: [2021-04-28T18:43:26.594Z] total used free shared buff/cache available [2021-04-28T18:43:26.594Z] Mem: 1837 771 131 0 933 973 [2021-04-28T18:43:26.594Z] Swap: 1023 3 1020 [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] ---> ip addr: [2021-04-28T18:43:26.594Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-28T18:43:26.594Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-28T18:43:26.594Z] inet 127.0.0.1/8 scope host lo [2021-04-28T18:43:26.594Z] valid_lft forever preferred_lft forever [2021-04-28T18:43:26.594Z] inet6 ::1/128 scope host [2021-04-28T18:43:26.594Z] valid_lft forever preferred_lft forever [2021-04-28T18:43:26.594Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-28T18:43:26.594Z] link/ether fa:16:3e:1a:87:94 brd ff:ff:ff:ff:ff:ff [2021-04-28T18:43:26.594Z] inet 10.30.122.251/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-28T18:43:26.594Z] valid_lft 85667sec preferred_lft 85667sec [2021-04-28T18:43:26.594Z] inet6 fe80::f816:3eff:fe1a:8794/64 scope link [2021-04-28T18:43:26.594Z] valid_lft forever preferred_lft forever [2021-04-28T18:43:26.594Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-28T18:43:26.594Z] link/ether 02:42:41:87:85:af brd ff:ff:ff:ff:ff:ff [2021-04-28T18:43:26.594Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-28T18:43:26.594Z] valid_lft forever preferred_lft forever [2021-04-28T18:43:26.594Z] inet6 fe80::42:41ff:fe87:85af/64 scope link [2021-04-28T18:43:26.594Z] valid_lft forever preferred_lft forever [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] ---> sar -b -r -n DEV: [2021-04-28T18:43:26.594Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] 18:31:02 LINUX RESTART (4 CPU) [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] 18:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-28T18:43:26.594Z] 18:33:01 226.54 99.09 127.45 0.00 9068.08 48637.41 0.00 [2021-04-28T18:43:26.594Z] 18:34:01 266.80 105.69 161.11 0.00 4173.03 22006.07 0.00 [2021-04-28T18:43:26.594Z] 18:35:02 79.58 19.20 60.38 0.00 1532.78 7451.83 0.00 [2021-04-28T18:43:26.594Z] 18:36:01 4.20 0.05 4.15 0.00 1.63 152.66 0.00 [2021-04-28T18:43:26.594Z] 18:37:01 0.38 0.03 0.35 0.00 1.07 5.43 0.00 [2021-04-28T18:43:26.594Z] 18:38:01 1.32 0.93 0.38 0.00 50.62 6.28 0.00 [2021-04-28T18:43:26.594Z] 18:39:01 0.35 0.00 0.35 0.00 0.00 5.03 0.00 [2021-04-28T18:43:26.594Z] 18:40:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 [2021-04-28T18:43:26.594Z] 18:41:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 [2021-04-28T18:43:26.594Z] 18:42:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 [2021-04-28T18:43:26.594Z] 18:43:01 41.05 40.75 0.30 0.00 4294.27 4.18 0.00 [2021-04-28T18:43:26.594Z] Average: 56.61 24.23 32.39 0.00 1743.25 7139.48 0.00 [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] 18:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-28T18:43:26.594Z] 18:33:01 105572 0 711668 37.82 1532 1062772 1335860 45.59 557952 976324 8 [2021-04-28T18:43:26.594Z] 18:34:01 253296 0 783748 41.65 756 843744 1539240 52.53 607708 745216 22764 [2021-04-28T18:43:26.594Z] 18:35:02 569440 0 720284 38.28 504 591316 1141172 38.95 453684 575900 20 [2021-04-28T18:43:26.594Z] 18:36:01 592600 0 697036 37.05 504 591404 1092508 37.29 451336 573800 16 [2021-04-28T18:43:26.594Z] 18:37:01 593124 0 696504 37.02 504 591412 1092496 37.29 459516 565608 12 [2021-04-28T18:43:26.594Z] 18:38:01 590880 0 697240 37.06 504 592920 1092592 37.29 455672 571312 8 [2021-04-28T18:43:26.594Z] 18:39:01 592488 0 695628 36.97 504 592924 1088300 37.14 454356 571312 8 [2021-04-28T18:43:26.594Z] 18:40:01 592784 0 695328 36.96 504 592928 1088300 37.14 453928 571744 8 [2021-04-28T18:43:26.594Z] 18:41:01 593016 0 695088 36.94 504 592936 1088300 37.14 454076 571744 8 [2021-04-28T18:43:26.594Z] 18:42:01 591852 0 696248 37.00 504 592940 1088492 37.15 454984 571744 8 [2021-04-28T18:43:26.594Z] 18:43:01 440760 0 719140 38.22 504 721140 1124072 38.36 483676 692060 96 [2021-04-28T18:43:26.594Z] Average: 501437 0 709810 37.72 620 669676 1161030 39.62 480626 635160 2087 [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] 18:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-28T18:43:26.594Z] 18:33:01 eth0 1194.35 1271.09 6202.87 157.98 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:33:01 docker0 943.27 789.17 75.84 3042.34 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:34:01 vethaa0e5a5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:34:01 eth0 144.62 119.32 497.96 20.46 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:34:01 docker0 103.08 117.46 8.24 470.11 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:35:02 eth0 50.65 38.99 24.07 77.17 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:35:02 docker0 2.23 2.23 0.15 0.19 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:36:01 eth0 4.40 3.93 0.78 5.84 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:37:01 eth0 0.58 0.13 0.12 0.07 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:38:01 eth0 0.72 0.48 0.37 0.18 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:39:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:41:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:42:01 eth0 1.37 0.57 0.46 0.27 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:43:01 eth0 5.19 3.16 5.06 2.02 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] Average: eth0 127.96 131.19 614.24 24.07 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] Average: docker0 95.68 82.92 7.69 320.49 0.00 0.00 0.00 0.00 [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] ---> sar -P ALL: [2021-04-28T18:43:26.594Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] 18:31:02 LINUX RESTART (4 CPU) [2021-04-28T18:43:26.594Z] [2021-04-28T18:43:26.594Z] 18:32:01 CPU %user %nice %system %iowait %steal %idle [2021-04-28T18:43:26.594Z] 18:33:01 all 16.76 0.00 10.20 2.91 0.33 69.80 [2021-04-28T18:43:26.594Z] 18:33:01 0 14.78 0.00 11.07 1.45 0.31 72.39 [2021-04-28T18:43:26.594Z] 18:33:01 1 12.60 0.00 9.80 3.07 0.33 74.19 [2021-04-28T18:43:26.594Z] 18:33:01 2 25.43 0.00 10.84 4.22 0.37 59.14 [2021-04-28T18:43:26.594Z] 18:33:01 3 14.29 0.00 9.09 2.90 0.31 73.41 [2021-04-28T18:43:26.594Z] 18:34:01 all 31.36 0.00 11.29 6.28 0.24 50.83 [2021-04-28T18:43:26.594Z] 18:34:01 0 31.48 0.00 11.52 6.21 0.24 50.54 [2021-04-28T18:43:26.594Z] 18:34:01 1 32.30 0.00 10.70 7.25 0.19 49.56 [2021-04-28T18:43:26.594Z] 18:34:01 2 29.57 0.00 11.74 6.36 0.31 52.02 [2021-04-28T18:43:26.594Z] 18:34:01 3 32.10 0.00 11.20 5.29 0.21 51.21 [2021-04-28T18:43:26.594Z] 18:35:02 all 42.38 0.00 11.52 1.70 0.30 44.10 [2021-04-28T18:43:26.594Z] 18:35:02 0 42.54 0.00 11.85 0.54 0.39 44.68 [2021-04-28T18:43:26.594Z] 18:35:02 1 42.06 0.00 11.52 2.13 0.25 44.04 [2021-04-28T18:43:26.594Z] 18:35:02 2 43.44 0.00 11.06 1.73 0.35 43.42 [2021-04-28T18:43:26.594Z] 18:35:02 3 41.47 0.00 11.63 2.41 0.21 44.27 [2021-04-28T18:43:26.594Z] 18:36:01 all 0.08 0.00 0.08 0.00 0.00 99.84 [2021-04-28T18:43:26.594Z] 18:36:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-28T18:43:26.594Z] 18:36:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-04-28T18:43:26.594Z] 18:36:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2021-04-28T18:43:26.594Z] 18:36:01 3 0.14 0.00 0.12 0.00 0.00 99.75 [2021-04-28T18:43:26.594Z] 18:37:01 all 0.11 0.00 0.05 0.00 0.01 99.84 [2021-04-28T18:43:26.594Z] 18:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-28T18:43:26.594Z] 18:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-28T18:43:26.594Z] 18:37:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-28T18:43:26.594Z] 18:37:01 3 0.32 0.00 0.07 0.00 0.02 99.60 [2021-04-28T18:43:26.594Z] 18:38:01 all 0.17 0.00 0.12 0.00 0.05 99.66 [2021-04-28T18:43:26.594Z] 18:38:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-28T18:43:26.595Z] 18:38:01 1 0.30 0.00 0.15 0.00 0.05 99.50 [2021-04-28T18:43:26.595Z] 18:38:01 2 0.08 0.00 0.17 0.00 0.05 99.70 [2021-04-28T18:43:26.595Z] 18:38:01 3 0.27 0.00 0.12 0.00 0.07 99.55 [2021-04-28T18:43:26.595Z] 18:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-28T18:43:26.595Z] 18:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-28T18:43:26.595Z] 18:39:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-28T18:43:26.595Z] 18:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-28T18:43:26.595Z] 18:39:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-28T18:43:26.595Z] 18:40:01 all 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-28T18:43:26.595Z] 18:40:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-28T18:43:26.595Z] 18:40:01 1 0.07 0.00 0.07 0.00 0.03 99.83 [2021-04-28T18:43:26.595Z] 18:40:01 2 0.07 0.00 0.10 0.00 0.02 99.82 [2021-04-28T18:43:26.595Z] 18:40:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-28T18:43:26.595Z] 18:41:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2021-04-28T18:43:26.595Z] 18:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-28T18:43:26.595Z] 18:41:01 1 0.42 0.00 0.05 0.00 0.00 99.53 [2021-04-28T18:43:26.595Z] 18:41:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-04-28T18:43:26.595Z] 18:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-28T18:43:26.595Z] 18:42:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2021-04-28T18:43:26.595Z] 18:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-28T18:43:26.595Z] 18:42:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-28T18:43:26.595Z] 18:42:01 2 0.10 0.00 0.08 0.00 0.00 99.82 [2021-04-28T18:43:26.595Z] 18:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-28T18:43:26.595Z] 18:43:01 all 0.60 0.00 0.31 0.92 0.01 98.17 [2021-04-28T18:43:26.595Z] 18:43:01 0 0.60 0.00 0.35 1.12 0.02 97.92 [2021-04-28T18:43:26.595Z] 18:43:01 1 1.17 0.00 0.50 2.27 0.00 96.06 [2021-04-28T18:43:26.595Z] 18:43:01 2 0.25 0.00 0.20 0.20 0.00 99.35 [2021-04-28T18:43:26.595Z] 18:43:01 3 0.38 0.00 0.18 0.08 0.02 99.33 [2021-04-28T18:43:26.595Z] [2021-04-28T18:43:26.595Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-28T18:43:26.595Z] Average: all 8.08 0.00 2.97 1.04 0.08 87.82 [2021-04-28T18:43:26.595Z] Average: 0 7.87 0.00 3.08 0.83 0.09 88.14 [2021-04-28T18:43:26.595Z] Average: 1 7.91 0.00 2.90 1.31 0.08 87.81 [2021-04-28T18:43:26.595Z] Average: 2 8.74 0.00 3.03 1.10 0.10 87.02 [2021-04-28T18:43:26.595Z] Average: 3 7.82 0.00 2.87 0.94 0.07 88.30 [2021-04-28T18:43:26.595Z] [2021-04-28T18:43:26.595Z] [2021-04-28T18:43:26.595Z]