Pull request #3132 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0c93a008fb25a91020062efbea9d6d07287e143f+3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 (b39f13b1f5bc0a5f29de0f79f5f5c47b5d5021c7) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26510’ Running on prd-centos7-docker-4c-2g-26513 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 0c93a008fb25a91020062efbea9d6d07287e143f Merge succeeded, producing 0c93a008fb25a91020062efbea9d6d07287e143f Checking out Revision 0c93a008fb25a91020062efbea9d6d07287e143f (PR-3132) > git config core.sparsecheckout # timeout=10 > git checkout -f 0c93a008fb25a91020062efbea9d6d07287e143f # 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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c93a008fb25a91020062efbea9d6d07287e143f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-15T16:51:26.137Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-15T16:51:26.362Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-15T16:51:26.450Z] ========================================================= [2021-02-15T16:51:26.450Z] EdgeX Global Pipelines Version Info [2021-02-15T16:51:26.450Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 570389ac3534fc6485491da412592f67301042c1 # timeout=10 [2021-02-15T16:51:27.922Z] ------------------- [2021-02-15T16:51:27.922Z] stable info: [2021-02-15T16:51:27.922Z] ------------------- [2021-02-15T16:51:27.922Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-15T16:51:27.922Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-15T16:51:27.922Z] Message: update stable to v1.0.179 [2021-02-15T16:51:28.868Z] ------------------- [2021-02-15T16:51:28.868Z] experimental info: [2021-02-15T16:51:28.868Z] ------------------- [2021-02-15T16:51:28.868Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-15T16:51:28.868Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-15T16:51:28.868Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-15T16:51:29.113Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-15T16:51:29.207Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-15T16:51:29.288Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-15T16:51:29.374Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-15T16:51:29.455Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-15T16:51:29.549Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-15T16:51:29.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-15T16:51:29.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-15T16:51:29.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-15T16:51:29.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-15T16:51:30.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-15T16:51:30.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-15T16:51:30.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-15T16:51:30.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-15T16:51:30.417Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-15T16:51:30.500Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-15T16:51:30.606Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-15T16:51:30.754Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-15T16:51:30.844Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-15T16:51:30.969Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-15T16:51:31.047Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-15T16:51:31.201Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-15T16:51:31.287Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-15T16:51:31.367Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3132 [Pipeline] echo [2021-02-15T16:51:31.484Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3132 [Pipeline] echo [2021-02-15T16:51:31.584Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3132 [Pipeline] echo [2021-02-15T16:51:31.668Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c93a008fb25a91020062efbea9d6d07287e143f [Pipeline] echo [2021-02-15T16:51:31.753Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c93a00 [Pipeline] echo [2021-02-15T16:51:31.842Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-15T16:51:32.011Z] provisioning config files... [2021-02-15T16:51:32.050Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config390974822579950488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-15T16:51:32.480Z] ---> docker-login.sh [2021-02-15T16:51:32.480Z] nexus3.edgexfoundry.org:10001 [2021-02-15T16:51:32.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:51:33.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:51:33.010Z] Configure a credential helper to remove this warning. See [2021-02-15T16:51:33.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:51:33.010Z] [2021-02-15T16:51:33.010Z] Login Succeeded [2021-02-15T16:51:33.010Z] nexus3.edgexfoundry.org:10002 [2021-02-15T16:51:33.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:51:33.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:51:33.010Z] Configure a credential helper to remove this warning. See [2021-02-15T16:51:33.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:51:33.010Z] [2021-02-15T16:51:33.010Z] Login Succeeded [2021-02-15T16:51:33.010Z] nexus3.edgexfoundry.org:10003 [2021-02-15T16:51:33.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:51:33.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:51:33.280Z] Configure a credential helper to remove this warning. See [2021-02-15T16:51:33.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:51:33.280Z] [2021-02-15T16:51:33.280Z] Login Succeeded [2021-02-15T16:51:33.280Z] nexus3.edgexfoundry.org:10004 [2021-02-15T16:51:33.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:51:33.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:51:33.543Z] Configure a credential helper to remove this warning. See [2021-02-15T16:51:33.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:51:33.543Z] [2021-02-15T16:51:33.543Z] Login Succeeded [2021-02-15T16:51:33.543Z] docker.io [2021-02-15T16:51:33.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:51:33.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:51:33.809Z] Configure a credential helper to remove this warning. See [2021-02-15T16:51:33.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:51:33.809Z] [2021-02-15T16:51:33.809Z] Login Succeeded [2021-02-15T16:51:33.809Z] ---> docker-login.sh ends [Pipeline] } [2021-02-15T16:51:33.820Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T16:51:34.309Z] ++ 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-02-15T16:51:34.309Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.309Z] ++ dirname cmd/core-command/Dockerfile [2021-02-15T16:51:34.309Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.309Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-15T16:51:34.309Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.309Z] ++ dirname cmd/core-data/Dockerfile [2021-02-15T16:51:34.309Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.309Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-15T16:51:34.309Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.309Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-15T16:51:34.310Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.310Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-15T16:51:34.310Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.310Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-15T16:51:34.310Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.310Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-15T16:51:34.310Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.310Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-15T16:51:34.310Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.310Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-15T16:51:34.310Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.310Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-15T16:51:34.310Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.310Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-15T16:51:34.310Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.310Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.310Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-15T16:51:34.310Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-15T16:51:34.310Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.310Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-15T16:51:34.310Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.310Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-15T16:51:34.310Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-15T16:51:34.310Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-15T16:51:34.310Z] ++ cut -d/ -f2 [2021-02-15T16:51:34.310Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-15T16:51:34.383Z] 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-02-15T16:51:35.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:51:35.208Z] [2021-02-15T16:51:35.208Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:51:35.562Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:51:35.562Z] latest: Pulling from edgex-devops/git-semver [2021-02-15T16:51:35.562Z] 31603596830f: Pulling fs layer [2021-02-15T16:51:35.562Z] 2a8b12db71e7: Pulling fs layer [2021-02-15T16:51:35.562Z] 6ca5941a6612: Pulling fs layer [2021-02-15T16:51:35.562Z] ecc8261a40a4: Pulling fs layer [2021-02-15T16:51:35.562Z] ecc8261a40a4: Waiting [2021-02-15T16:51:35.562Z] 2a8b12db71e7: Verifying Checksum [2021-02-15T16:51:35.562Z] 2a8b12db71e7: Download complete [2021-02-15T16:51:35.828Z] 31603596830f: Verifying Checksum [2021-02-15T16:51:35.828Z] 31603596830f: Download complete [2021-02-15T16:51:35.828Z] ecc8261a40a4: Verifying Checksum [2021-02-15T16:51:35.828Z] ecc8261a40a4: Download complete [2021-02-15T16:51:35.828Z] 6ca5941a6612: Verifying Checksum [2021-02-15T16:51:35.828Z] 6ca5941a6612: Download complete [2021-02-15T16:51:36.096Z] 31603596830f: Pull complete [2021-02-15T16:51:36.362Z] 2a8b12db71e7: Pull complete [2021-02-15T16:51:37.324Z] 6ca5941a6612: Pull complete [2021-02-15T16:51:37.324Z] ecc8261a40a4: Pull complete [2021-02-15T16:51:37.324Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-15T16:51:37.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:51:37.324Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-15T16:51:37.440Z] prd-centos7-docker-4c-2g-26513 does not seem to be running inside a container [2021-02-15T16:51:37.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-15T16:51:40.094Z] $ docker top 303758c763d0fc97ab6be15d386e579383c3498b50bda505bc6914bad37fabe9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T16:51:40.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T16:51:40.479Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T16:51:40.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T16:51:40.717Z] $ docker exec 303758c763d0fc97ab6be15d386e579383c3498b50bda505bc6914bad37fabe9 ssh-agent [2021-02-15T16:51:40.906Z] SSH_AUTH_SOCK=/tmp/ssh-6Ax3NiQRieVS/agent.12 [2021-02-15T16:51:40.906Z] SSH_AGENT_PID=17 [2021-02-15T16:51:40.921Z] Running ssh-add (command line suppressed) [2021-02-15T16:51:41.056Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_498367726300845513.key (/w/workspace/edgex-go/16@tmp/private_key_498367726300845513.key) [2021-02-15T16:51:41.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T16:51:41.462Z] + git tag --points-at HEAD [Pipeline] } [2021-02-15T16:51:41.492Z] $ docker exec --env ******** --env ******** 303758c763d0fc97ab6be15d386e579383c3498b50bda505bc6914bad37fabe9 ssh-agent -k [2021-02-15T16:51:41.637Z] unset SSH_AUTH_SOCK; [2021-02-15T16:51:41.637Z] unset SSH_AGENT_PID; [2021-02-15T16:51:41.637Z] echo Agent pid 17 killed; [2021-02-15T16:51:41.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-15T16:51:41.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T16:51:41.954Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T16:51:42.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T16:51:42.140Z] $ docker exec 303758c763d0fc97ab6be15d386e579383c3498b50bda505bc6914bad37fabe9 ssh-agent [2021-02-15T16:51:42.319Z] SSH_AUTH_SOCK=/tmp/ssh-TrErEbNWLHCY/agent.46 [2021-02-15T16:51:42.319Z] SSH_AGENT_PID=51 [2021-02-15T16:51:42.327Z] Running ssh-add (command line suppressed) [2021-02-15T16:51:42.505Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_6724856079510498589.key (/w/workspace/edgex-go/16@tmp/private_key_6724856079510498589.key) [2021-02-15T16:51:42.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T16:51:42.908Z] + git semver init [2021-02-15T16:51:42.908Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T16:51:42.908Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-02-15T16:51:42.908Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-02-15T16:51:42.908Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T16:51:42.908Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T16:51:42.908Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T16:51:42.908Z] # $SEMVER_BRANCH = PR-3132 [2021-02-15T16:51:42.908Z] # $SEMVER_TEMP = /tmp/semver-004080922 [2021-02-15T16:51:42.908Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-15T16:52:09.567Z] # '/tmp/semver-004080922' -> '/w/workspace/edgex-go/16/.semver' [2021-02-15T16:52:09.567Z] # -> Force: false [2021-02-15T16:52:09.567Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2021-02-15T16:52:09.593Z] $ docker exec --env ******** --env ******** 303758c763d0fc97ab6be15d386e579383c3498b50bda505bc6914bad37fabe9 ssh-agent -k [2021-02-15T16:52:09.884Z] unset SSH_AUTH_SOCK; [2021-02-15T16:52:09.884Z] unset SSH_AGENT_PID; [2021-02-15T16:52:09.884Z] echo Agent pid 51 killed; [2021-02-15T16:52:09.993Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T16:52:10.501Z] + git semver [Pipeline] } [2021-02-15T16:52:10.533Z] $ docker stop --time=1 303758c763d0fc97ab6be15d386e579383c3498b50bda505bc6914bad37fabe9 [2021-02-15T16:52:12.522Z] $ docker rm -f 303758c763d0fc97ab6be15d386e579383c3498b50bda505bc6914bad37fabe9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-15T16:52:13.105Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-15T16:52:13.651Z] Stashed 1 file(s) [Pipeline] echo [2021-02-15T16:52:13.654Z] [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-02-15T16:52:14.532Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:52:14.834Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:52:15.135Z] + sudo service docker restart [2021-02-15T16:52:15.135Z] + true [2021-02-15T16:52:15.135Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-15T16:52:15.728Z] ========================================================= [2021-02-15T16:52:15.728Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-15T16:52:15.728Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:52:16.065Z] + 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-02-15T16:52:19.388Z] Sending build context to Docker daemon 327.8MB [2021-02-15T16:52:19.388Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-15T16:52:19.388Z] Step 2/6 : FROM ${BASE} [2021-02-15T16:52:19.388Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-15T16:52:19.388Z] 188c0c94c7c5: Pulling fs layer [2021-02-15T16:52:19.388Z] 0ef7d3d256c8: Pulling fs layer [2021-02-15T16:52:19.388Z] de9db76c5a1d: Pulling fs layer [2021-02-15T16:52:19.388Z] bca2f99d35d6: Pulling fs layer [2021-02-15T16:52:19.388Z] 93359f2a8cfa: Pulling fs layer [2021-02-15T16:52:19.388Z] 7c6f9722023f: Pulling fs layer [2021-02-15T16:52:19.388Z] a35cf1a2eb13: Pulling fs layer [2021-02-15T16:52:19.388Z] bca2f99d35d6: Waiting [2021-02-15T16:52:19.388Z] 93359f2a8cfa: Waiting [2021-02-15T16:52:19.388Z] 7c6f9722023f: Waiting [2021-02-15T16:52:19.388Z] a35cf1a2eb13: Waiting [2021-02-15T16:52:19.652Z] de9db76c5a1d: Verifying Checksum [2021-02-15T16:52:19.652Z] de9db76c5a1d: Download complete [2021-02-15T16:52:19.652Z] 0ef7d3d256c8: Verifying Checksum [2021-02-15T16:52:19.652Z] 0ef7d3d256c8: Download complete [2021-02-15T16:52:19.652Z] 93359f2a8cfa: Download complete [2021-02-15T16:52:19.652Z] 7c6f9722023f: Download complete [2021-02-15T16:52:19.652Z] 188c0c94c7c5: Verifying Checksum [2021-02-15T16:52:19.652Z] 188c0c94c7c5: Download complete [2021-02-15T16:52:20.264Z] 188c0c94c7c5: Pull complete [2021-02-15T16:52:20.264Z] 0ef7d3d256c8: Pull complete [2021-02-15T16:52:20.527Z] de9db76c5a1d: Pull complete [2021-02-15T16:52:21.929Z] a35cf1a2eb13: Verifying Checksum [2021-02-15T16:52:21.929Z] a35cf1a2eb13: Download complete [2021-02-15T16:52:22.881Z] bca2f99d35d6: Verifying Checksum [2021-02-15T16:52:22.881Z] bca2f99d35d6: Download complete [2021-02-15T16:52:29.031Z] Still waiting to schedule task [2021-02-15T16:52:29.031Z] ‘prd-centos7-docker-4c-2g-26511’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26515’ is offline [2021-02-15T16:52:29.522Z] bca2f99d35d6: Pull complete [2021-02-15T16:52:29.522Z] 93359f2a8cfa: Pull complete [2021-02-15T16:52:29.522Z] 7c6f9722023f: Pull complete [2021-02-15T16:52:33.762Z] a35cf1a2eb13: Pull complete [2021-02-15T16:52:34.036Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-15T16:52:34.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-15T16:52:34.036Z] ---> a62c8e92a672 [2021-02-15T16:52:34.036Z] 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-02-15T16:52:34.036Z] ---> Running in afa3de4ed232 [2021-02-15T16:52:34.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-15T16:52:35.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-15T16:52:35.835Z] (1/12) Installing libmagic (5.38-r0) [2021-02-15T16:52:36.097Z] (2/12) Installing file (5.38-r0) [2021-02-15T16:52:36.361Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-15T16:52:36.361Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-15T16:52:42.973Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-15T16:52:42.973Z] (6/12) Installing patch (2.7.6-r6) [2021-02-15T16:52:42.973Z] (7/12) Installing build-base (0.5-r2) [2021-02-15T16:52:43.237Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-15T16:52:43.237Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-15T16:52:43.237Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-15T16:52:43.504Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-15T16:52:43.504Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-15T16:52:43.504Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:52:43.504Z] OK: 233 MiB in 51 packages [2021-02-15T16:52:47.745Z] Removing intermediate container afa3de4ed232 [2021-02-15T16:52:47.745Z] ---> 7d942c099ff9 [2021-02-15T16:52:47.745Z] Step 4/6 : WORKDIR /edgex-go [2021-02-15T16:52:47.745Z] ---> Running in 70948e962f25 [2021-02-15T16:52:47.745Z] Removing intermediate container 70948e962f25 [2021-02-15T16:52:47.745Z] ---> 711284b0bd82 [2021-02-15T16:52:47.745Z] Step 5/6 : COPY go.mod . [2021-02-15T16:52:48.016Z] ---> b399854aa0cf [2021-02-15T16:52:48.016Z] Step 6/6 : RUN go mod download [2021-02-15T16:52:48.016Z] ---> Running in 95c9ce4730e3 [2021-02-15T16:53:14.683Z] Removing intermediate container 95c9ce4730e3 [2021-02-15T16:53:14.683Z] ---> 7f05e3315ce1 [2021-02-15T16:53:14.683Z] Successfully built 7f05e3315ce1 [2021-02-15T16:53:14.683Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:53:15.013Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-15T16:53:15.013Z] . [Pipeline] withDockerContainer [2021-02-15T16:53:15.127Z] prd-centos7-docker-4c-2g-26513 does not seem to be running inside a container [2021-02-15T16:53:15.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-15T16:53:16.161Z] $ docker top fbb536c6ae568174bd864c5479d42f1cd62bd3a9718a6bc10a69065a076cbeb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:53:16.694Z] + go version [2021-02-15T16:53:16.694Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-15T16:53:16.714Z] $ docker stop --time=1 fbb536c6ae568174bd864c5479d42f1cd62bd3a9718a6bc10a69065a076cbeb4 [2021-02-15T16:53:18.099Z] $ docker rm -f fbb536c6ae568174bd864c5479d42f1cd62bd3a9718a6bc10a69065a076cbeb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:53:18.842Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-15T16:53:18.842Z] . [Pipeline] withDockerContainer [2021-02-15T16:53:18.948Z] prd-centos7-docker-4c-2g-26513 does not seem to be running inside a container [2021-02-15T16:53:19.001Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-15T16:53:19.705Z] $ docker top 5fd41dbc00e8dced19aa85b79e7764452f0b37d9e9bccf114f38698ba2b9dfca -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-15T16:53:19.953Z] ========================================================= [2021-02-15T16:53:19.954Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-15T16:53:19.954Z] ========================================================= [Pipeline] sh [2021-02-15T16:53:20.258Z] + make test [2021-02-15T16:53:20.258Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-15T16:53:30.310Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-15T16:53:48.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-15T16:53:50.972Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-15T16:53:52.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-15T16:53:52.952Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-15T16:53:53.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-15T16:53:53.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-15T16:53:53.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-15T16:53:53.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-15T16:53:54.910Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-15T16:53:55.179Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-15T16:53:57.796Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-15T16:53:57.796Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-15T16:53:57.796Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-15T16:53:59.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements [2021-02-15T16:53:59.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-15T16:53:59.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-15T16:53:59.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-15T16:53:59.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-15T16:53:59.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-15T16:53:59.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-15T16:53:59.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-15T16:54:00.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.069s coverage: 100.0% of statements [2021-02-15T16:54:03.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-15T16:54:03.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-15T16:54:03.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-15T16:54:03.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-15T16:54:03.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements [2021-02-15T16:54:03.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-15T16:54:03.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-15T16:54:04.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.467s coverage: 82.3% of statements [2021-02-15T16:54:04.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-15T16:54:04.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:54:04.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-15T16:54:04.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-15T16:54:07.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-15T16:54:07.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-15T16:54:07.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-15T16:54:07.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-15T16:54:07.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.159s coverage: 97.5% of statements [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-15T16:54:07.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-15T16:54:07.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-15T16:54:09.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.472s coverage: 92.8% of statements [2021-02-15T16:54:09.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-15T16:54:09.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:54:09.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-15T16:54:09.907Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-15T16:54:09.907Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.1% of statements [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-15T16:54:09.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-15T16:54:09.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-15T16:54:09.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements [2021-02-15T16:54:09.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-02-15T16:54:09.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-02-15T16:54:10.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-02-15T16:54:22.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements [2021-02-15T16:54:22.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 68.9% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.0% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.115s coverage: 89.4% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.690s coverage: 29.1% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.061s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-15T16:54:33.087Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-15T16:54:33.087Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-15T16:54:33.362Z] GO111MODULE=on go vet ./... [2021-02-15T16:55:00.083Z] gofmt -l . [2021-02-15T16:55:00.163Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26520 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws [2021-02-15T16:55:00.247Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-02-15T16:55:00.672Z] [ "`gofmt -l .`" = "" ] [2021-02-15T16:55:01.275Z] ./bin/test-go-mod-tidy.sh [2021-02-15T16:55:01.871Z] ./bin/test-attribution-txt.sh [2021-02-15T16:55:02.821Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-15T16:55:02.821Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-15T16:55:02.821Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-15T16:55:02.821Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-15T16:55:02.821Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-15T16:55:03.770Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2021-02-15T16:55:03.802Z] $ docker stop --time=1 5fd41dbc00e8dced19aa85b79e7764452f0b37d9e9bccf114f38698ba2b9dfca [2021-02-15T16:55:05.347Z] using credential edgex-jenkins-ssh [2021-02-15T16:55:05.414Z] Cloning the remote Git repository [2021-02-15T16:55:06.129Z] $ docker rm -f 5fd41dbc00e8dced19aa85b79e7764452f0b37d9e9bccf114f38698ba2b9dfca [2021-02-15T16:55:05.473Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-15T16:55:05.581Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-02-15T16:55:05.658Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-15T16:55:05.659Z] > git --version # timeout=10 [2021-02-15T16:55:05.679Z] > git --version # 'git version 2.17.1' [2021-02-15T16:55:05.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:55:05.751Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [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-02-15T16:55:07.789Z] Failed in branch amd64 [2021-02-15T16:55:22.131Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-15T16:55:22.152Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-15T16:55:22.175Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-15T16:55:22.207Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-15T16:55:22.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:55:22.218Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-15T16:55:22.798Z] Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 0c93a008fb25a91020062efbea9d6d07287e143f [2021-02-15T16:55:23.359Z] Merge succeeded, producing 0c93a008fb25a91020062efbea9d6d07287e143f [2021-02-15T16:55:23.359Z] Checking out Revision 0c93a008fb25a91020062efbea9d6d07287e143f (PR-3132) [2021-02-15T16:55:22.818Z] > git config core.sparsecheckout # timeout=10 [2021-02-15T16:55:22.889Z] > git checkout -f 0c93a008fb25a91020062efbea9d6d07287e143f # timeout=10 [2021-02-15T16:55:23.259Z] > git remote # timeout=10 [2021-02-15T16:55:23.284Z] > git config --get remote.origin.url # timeout=10 [2021-02-15T16:55:23.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:55:23.325Z] > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 [2021-02-15T16:55:23.346Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-15T16:55:23.367Z] > git config core.sparsecheckout # timeout=10 [2021-02-15T16:55:23.376Z] > git checkout -f 0c93a008fb25a91020062efbea9d6d07287e143f # timeout=10 [2021-02-15T16:55:27.658Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-15T16:55:28.996Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:55:29.477Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:55:29.812Z] + + sudo service docker restart [2021-02-15T16:55:29.812Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-15T16:55:31.878Z] provisioning config files... [2021-02-15T16:55:31.920Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config2399264846495763994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-15T16:55:32.322Z] ---> docker-login.sh [2021-02-15T16:55:32.323Z] nexus3.edgexfoundry.org:10001 [2021-02-15T16:55:32.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:55:33.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:55:33.518Z] Configure a credential helper to remove this warning. See [2021-02-15T16:55:33.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:55:33.518Z] [2021-02-15T16:55:33.518Z] Login Succeeded [2021-02-15T16:55:33.518Z] nexus3.edgexfoundry.org:10002 [2021-02-15T16:55:33.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:55:34.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:55:34.064Z] Configure a credential helper to remove this warning. See [2021-02-15T16:55:34.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:55:34.064Z] [2021-02-15T16:55:34.064Z] Login Succeeded [2021-02-15T16:55:34.064Z] nexus3.edgexfoundry.org:10003 [2021-02-15T16:55:34.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:55:34.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:55:34.338Z] Configure a credential helper to remove this warning. See [2021-02-15T16:55:34.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:55:34.338Z] [2021-02-15T16:55:34.338Z] Login Succeeded [2021-02-15T16:55:34.338Z] nexus3.edgexfoundry.org:10004 [2021-02-15T16:55:34.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:55:34.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:55:34.936Z] Configure a credential helper to remove this warning. See [2021-02-15T16:55:34.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:55:34.936Z] [2021-02-15T16:55:34.936Z] Login Succeeded [2021-02-15T16:55:34.936Z] docker.io [2021-02-15T16:55:35.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-15T16:55:35.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-15T16:55:35.808Z] Configure a credential helper to remove this warning. See [2021-02-15T16:55:35.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-15T16:55:35.808Z] [2021-02-15T16:55:35.808Z] Login Succeeded [2021-02-15T16:55:35.808Z] ---> docker-login.sh ends [Pipeline] } [2021-02-15T16:55:35.826Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-15T16:55:36.266Z] ========================================================= [2021-02-15T16:55:36.266Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-15T16:55:36.266Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:55:36.655Z] + 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-02-15T16:55:39.344Z] Sending build context to Docker daemon 166.3MB [2021-02-15T16:55:39.344Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-15T16:55:39.344Z] Step 2/6 : FROM ${BASE} [2021-02-15T16:55:39.344Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-15T16:55:39.344Z] 5f621e34cdf4: Pulling fs layer [2021-02-15T16:55:39.344Z] a4357932f1b6: Pulling fs layer [2021-02-15T16:55:39.344Z] 18c013af1878: Pulling fs layer [2021-02-15T16:55:39.344Z] 00ac8860ef70: Pulling fs layer [2021-02-15T16:55:39.344Z] 63d7cb157983: Pulling fs layer [2021-02-15T16:55:39.344Z] b116817d02f9: Pulling fs layer [2021-02-15T16:55:39.344Z] 745a02a5169b: Pulling fs layer [2021-02-15T16:55:39.344Z] 00ac8860ef70: Waiting [2021-02-15T16:55:39.344Z] 63d7cb157983: Waiting [2021-02-15T16:55:39.344Z] b116817d02f9: Waiting [2021-02-15T16:55:39.344Z] 745a02a5169b: Waiting [2021-02-15T16:55:39.344Z] 18c013af1878: Download complete [2021-02-15T16:55:39.344Z] a4357932f1b6: Verifying Checksum [2021-02-15T16:55:39.344Z] a4357932f1b6: Download complete [2021-02-15T16:55:39.344Z] 63d7cb157983: Verifying Checksum [2021-02-15T16:55:39.344Z] 63d7cb157983: Download complete [2021-02-15T16:55:39.961Z] b116817d02f9: Download complete [2021-02-15T16:55:39.961Z] 5f621e34cdf4: Verifying Checksum [2021-02-15T16:55:39.961Z] 5f621e34cdf4: Download complete [2021-02-15T16:55:40.563Z] 5f621e34cdf4: Pull complete [2021-02-15T16:55:40.840Z] a4357932f1b6: Pull complete [2021-02-15T16:55:41.114Z] 18c013af1878: Pull complete [2021-02-15T16:55:42.553Z] 745a02a5169b: Download complete [2021-02-15T16:55:43.537Z] 00ac8860ef70: Verifying Checksum [2021-02-15T16:55:43.538Z] 00ac8860ef70: Download complete [2021-02-15T16:55:53.704Z] 00ac8860ef70: Pull complete [2021-02-15T16:55:53.704Z] 63d7cb157983: Pull complete [2021-02-15T16:55:53.704Z] b116817d02f9: Pull complete [2021-02-15T16:55:57.112Z] 745a02a5169b: Pull complete [2021-02-15T16:55:57.112Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-15T16:55:57.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-15T16:55:57.112Z] ---> b7e6874047d6 [2021-02-15T16:55:57.112Z] 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-02-15T16:56:00.525Z] ---> Running in 1500a07e446f [2021-02-15T16:56:01.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:56:02.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:56:03.548Z] (1/12) Installing libmagic (5.38-r0) [2021-02-15T16:56:03.821Z] (2/12) Installing file (5.38-r0) [2021-02-15T16:56:03.821Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-15T16:56:03.821Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-15T16:56:13.957Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-15T16:56:13.958Z] (6/12) Installing patch (2.7.6-r6) [2021-02-15T16:56:13.958Z] (7/12) Installing build-base (0.5-r2) [2021-02-15T16:56:13.958Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-15T16:56:13.958Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-15T16:56:13.958Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-15T16:56:13.958Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-15T16:56:13.958Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-15T16:56:13.958Z] Executing busybox-1.31.1-r19.trigger [2021-02-15T16:56:13.958Z] OK: 217 MiB in 51 packages [2021-02-15T16:56:18.264Z] Removing intermediate container 1500a07e446f [2021-02-15T16:56:18.264Z] ---> 6dc20f6d2f37 [2021-02-15T16:56:18.264Z] Step 4/6 : WORKDIR /edgex-go [2021-02-15T16:56:18.264Z] ---> Running in 599622d10bf5 [2021-02-15T16:56:18.537Z] Removing intermediate container 599622d10bf5 [2021-02-15T16:56:18.537Z] ---> 834ca827ff0c [2021-02-15T16:56:18.537Z] Step 5/6 : COPY go.mod . [2021-02-15T16:56:19.144Z] ---> 8aff0b51c9d0 [2021-02-15T16:56:19.144Z] Step 6/6 : RUN go mod download [2021-02-15T16:56:19.444Z] ---> Running in 29465e27bcb3 [2021-02-15T16:56:52.101Z] Removing intermediate container 29465e27bcb3 [2021-02-15T16:56:52.101Z] ---> a4c58c07285f [2021-02-15T16:56:52.101Z] Successfully built a4c58c07285f [2021-02-15T16:56:52.101Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:56:52.449Z] + docker inspect -f . ci-base-image-arm64 [2021-02-15T16:56:52.450Z] . [Pipeline] withDockerContainer [2021-02-15T16:56:52.717Z] prd-ubuntu18.04-docker-arm64-4c-16g-26520 does not seem to be running inside a container [2021-02-15T16:56:52.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-02-15T16:56:54.287Z] $ docker top 44bdf27d13b0a1803f8c886a47f06df9c9404d53c42ef00117dbb92b66a4d396 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:56:55.318Z] + go version [2021-02-15T16:56:55.318Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-15T16:56:55.342Z] $ docker stop --time=1 44bdf27d13b0a1803f8c886a47f06df9c9404d53c42ef00117dbb92b66a4d396 [2021-02-15T16:56:57.244Z] $ docker rm -f 44bdf27d13b0a1803f8c886a47f06df9c9404d53c42ef00117dbb92b66a4d396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:56:58.217Z] + docker inspect -f . ci-base-image-arm64 [2021-02-15T16:56:58.217Z] . [Pipeline] withDockerContainer [2021-02-15T16:56:58.476Z] prd-ubuntu18.04-docker-arm64-4c-16g-26520 does not seem to be running inside a container [2021-02-15T16:56:58.556Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-02-15T16:56:59.916Z] $ docker top f586a4896883a36fee9e16eefc87febf3648e906543abea745abec8ee60c1e14 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-15T16:57:00.303Z] ========================================================= [2021-02-15T16:57:00.303Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-15T16:57:00.303Z] ========================================================= [Pipeline] sh [2021-02-15T16:57:00.942Z] + make test [2021-02-15T16:57:00.942Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-15T16:57:23.154Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-15T16:58:10.204Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-15T16:58:17.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-15T16:58:25.632Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-15T16:58:25.632Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-15T16:58:27.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-15T16:58:27.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-15T16:58:27.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-15T16:58:27.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-15T16:58:31.046Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-15T16:58:31.323Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-15T16:58:39.634Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-15T16:58:39.634Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-15T16:58:39.634Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-15T16:58:45.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 45.9% of statements [2021-02-15T16:58:45.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-15T16:58:45.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-15T16:58:45.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-15T16:58:45.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-15T16:58:45.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-15T16:58:45.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-15T16:58:45.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-15T16:58:45.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.196s coverage: 100.0% of statements [2021-02-15T16:58:51.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.478s coverage: 27.1% of statements [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-15T16:58:51.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-15T16:58:51.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-15T16:58:51.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-15T16:58:52.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.315s coverage: 65.8% of statements [2021-02-15T16:58:52.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-15T16:58:52.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-15T16:58:54.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.665s coverage: 82.3% of statements [2021-02-15T16:58:54.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-15T16:58:54.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:58:54.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-15T16:58:54.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-15T16:59:01.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.249s coverage: 28.6% of statements [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-15T16:59:01.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.203s coverage: 100.0% of statements [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-15T16:59:01.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-15T16:59:01.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.396s coverage: 86.7% of statements [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-15T16:59:01.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements [2021-02-15T16:59:01.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-15T16:59:02.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-02-15T16:59:02.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-15T16:59:02.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-15T16:59:02.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-15T16:59:02.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.236s coverage: 92.8% of statements [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-15T16:59:12.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-02-15T16:59:12.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.101s coverage: 87.5% of statements [2021-02-15T16:59:24.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-02-15T16:59:24.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.164s coverage: 92.9% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.540s coverage: 63.5% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.100s coverage: 100.0% of statements [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.798s coverage: 68.9% of statements [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-15T16:59:39.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-15T16:59:39.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.370s coverage: 37.0% of statements [2021-02-15T16:59:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-15T16:59:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-15T16:59:39.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.724s coverage: 84.0% of statements [2021-02-15T16:59:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements [2021-02-15T16:59:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.399s coverage: 47.0% of statements [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-15T16:59:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-15T16:59:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.127s coverage: 100.0% of statements [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-15T16:59:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.327s coverage: 89.4% of statements [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:59:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.104s coverage: 29.1% of statements [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 100.0% of statements [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-15T16:59:55.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-15T16:59:55.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-15T16:59:56.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-15T16:59:57.114Z] GO111MODULE=on go vet ./... [2021-02-15T17:01:18.954Z] gofmt -l . [2021-02-15T17:01:18.954Z] [ "`gofmt -l .`" = "" ] [2021-02-15T17:01:18.954Z] ./bin/test-go-mod-tidy.sh [2021-02-15T17:01:18.954Z] ./bin/test-attribution-txt.sh [2021-02-15T17:01:18.954Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-15T17:01:18.954Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-15T17:01:18.954Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-15T17:01:18.954Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-15T17:01:18.954Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-15T17:01:18.954Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2021-02-15T17:01:18.985Z] $ docker stop --time=1 f586a4896883a36fee9e16eefc87febf3648e906543abea745abec8ee60c1e14 [2021-02-15T17:01:21.282Z] $ docker rm -f f586a4896883a36fee9e16eefc87febf3648e906543abea745abec8ee60c1e14 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-15T17:01:23.586Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-15T17:01:25.921Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:26.812Z] ---> package-listing.sh [2021-02-15T17:01:26.812Z] ++ facter osfamily [2021-02-15T17:01:26.812Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-15T17:01:26.812Z] + OS_FAMILY=redhat [2021-02-15T17:01:26.812Z] + workspace=/w/workspace/edgex-go/16 [2021-02-15T17:01:26.812Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-15T17:01:26.812Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-15T17:01:26.812Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-15T17:01:26.812Z] + PACKAGES=/tmp/packages_start.txt [2021-02-15T17:01:26.812Z] + '[' /w/workspace/edgex-go/16 ']' [2021-02-15T17:01:26.812Z] + PACKAGES=/tmp/packages_end.txt [2021-02-15T17:01:26.812Z] + case "${OS_FAMILY}" in [2021-02-15T17:01:26.812Z] + rpm -qa [2021-02-15T17:01:26.812Z] + sort [2021-02-15T17:01:32.168Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-15T17:01:32.168Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-15T17:01:32.168Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-15T17:01:32.168Z] + '[' /w/workspace/edgex-go/16 ']' [2021-02-15T17:01:32.168Z] + mkdir -p /w/workspace/edgex-go/16/archives/ [2021-02-15T17:01:32.168Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo [2021-02-15T17:01:32.183Z] 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-15T17:01:32.482Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:32.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:01:32.795Z] [2021-02-15T17:01:32.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:33.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:01:33.150Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-15T17:01:33.150Z] df20fa9351a1: Pulling fs layer [2021-02-15T17:01:33.150Z] 36b3adc4ff6f: Pulling fs layer [2021-02-15T17:01:33.150Z] 8ad3a11d3b57: Pulling fs layer [2021-02-15T17:01:33.150Z] 46f8f816bc3b: Pulling fs layer [2021-02-15T17:01:33.150Z] 93b61091891f: Pulling fs layer [2021-02-15T17:01:33.150Z] 93b9cdb0e59b: Pulling fs layer [2021-02-15T17:01:33.150Z] 5e14af77c1be: Pulling fs layer [2021-02-15T17:01:33.150Z] 01666e4c0597: Pulling fs layer [2021-02-15T17:01:33.150Z] aa168da1d23b: Pulling fs layer [2021-02-15T17:01:33.150Z] 46f8f816bc3b: Waiting [2021-02-15T17:01:33.150Z] 93b9cdb0e59b: Waiting [2021-02-15T17:01:33.150Z] 5e14af77c1be: Waiting [2021-02-15T17:01:33.150Z] 01666e4c0597: Waiting [2021-02-15T17:01:33.150Z] aa168da1d23b: Waiting [2021-02-15T17:01:33.150Z] 93b61091891f: Waiting [2021-02-15T17:01:33.150Z] 36b3adc4ff6f: Verifying Checksum [2021-02-15T17:01:33.150Z] 36b3adc4ff6f: Download complete [2021-02-15T17:01:33.150Z] 46f8f816bc3b: Verifying Checksum [2021-02-15T17:01:33.150Z] 46f8f816bc3b: Download complete [2021-02-15T17:01:33.417Z] df20fa9351a1: Verifying Checksum [2021-02-15T17:01:33.417Z] df20fa9351a1: Download complete [2021-02-15T17:01:33.417Z] 93b9cdb0e59b: Verifying Checksum [2021-02-15T17:01:33.417Z] 93b9cdb0e59b: Download complete [2021-02-15T17:01:33.417Z] 93b61091891f: Download complete [2021-02-15T17:01:33.417Z] 5e14af77c1be: Verifying Checksum [2021-02-15T17:01:33.417Z] 5e14af77c1be: Download complete [2021-02-15T17:01:33.417Z] 01666e4c0597: Verifying Checksum [2021-02-15T17:01:33.417Z] 01666e4c0597: Download complete [2021-02-15T17:01:33.680Z] df20fa9351a1: Pull complete [2021-02-15T17:01:33.680Z] 8ad3a11d3b57: Verifying Checksum [2021-02-15T17:01:33.680Z] 8ad3a11d3b57: Download complete [2021-02-15T17:01:33.949Z] 36b3adc4ff6f: Pull complete [2021-02-15T17:01:34.906Z] 8ad3a11d3b57: Pull complete [2021-02-15T17:01:35.179Z] 46f8f816bc3b: Pull complete [2021-02-15T17:01:35.759Z] 93b61091891f: Pull complete [2021-02-15T17:01:35.759Z] aa168da1d23b: Verifying Checksum [2021-02-15T17:01:35.759Z] aa168da1d23b: Download complete [2021-02-15T17:01:35.759Z] 93b9cdb0e59b: Pull complete [2021-02-15T17:01:36.023Z] 5e14af77c1be: Pull complete [2021-02-15T17:01:36.023Z] 01666e4c0597: Pull complete [2021-02-15T17:01:42.673Z] aa168da1d23b: Pull complete [2021-02-15T17:01:42.673Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-15T17:01:42.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:01:42.673Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-15T17:01:42.843Z] prd-centos7-docker-4c-2g-26513 does not seem to be running inside a container [2021-02-15T17:01:42.895Z] $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-15T17:01:47.804Z] $ docker top e4408e95051ae836d6c496a2afa43874cda25400ca2625ab090548b7917f5f62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T17:01:48.415Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-15T17:01:48.719Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-15T17:01:49.022Z] + ls /var/log/sa-host [2021-02-15T17:01:49.023Z] + sadf -c /var/log/sa-host/sa15 [2021-02-15T17:01:49.023Z] file_magic: OK [2021-02-15T17:01:49.023Z] HZ: Using current value: 100 [2021-02-15T17:01:49.023Z] file_header: OK [2021-02-15T17:01:49.023Z] 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-02-15T17:01:49.023Z] Statistics: [2021-02-15T17:01:49.023Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-15T17:01:49.023Z] File successfully converted to sysstat format version 12.2.1 [2021-02-15T17:01:49.023Z] + sadf -c /var/log/sa-host/sa23 [2021-02-15T17:01:49.023Z] file_magic: OK [2021-02-15T17:01:49.023Z] HZ: Using current value: 100 [2021-02-15T17:01:49.023Z] file_header: OK [2021-02-15T17:01:49.023Z] 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-02-15T17:01:49.023Z] Statistics: [2021-02-15T17:01:49.023Z] Hnuu...uuuununununu... [2021-02-15T17:01:49.023Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-15T17:01:49.230Z] provisioning config files... [2021-02-15T17:01:49.246Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config2220748585901111706tmp [Pipeline] { [Pipeline] echo [2021-02-15T17:01:49.322Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:50.812Z] ---> create-netrc.sh [Pipeline] } [2021-02-15T17:01:50.838Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-15T17:01:50.936Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:51.239Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-15T17:01:51.250Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:51.550Z] ---> sudo-logs.sh [2021-02-15T17:01:51.550Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-15T17:01:51.607Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:51.907Z] ---> job-cost.sh [2021-02-15T17:01:51.907Z] lf-activate-venv: SKIPPING [2021-02-15T17:01:51.907Z] INFO: No Stack... [2021-02-15T17:01:52.856Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-15T17:01:53.431Z] INFO: Archiving Costs [Pipeline] echo [2021-02-15T17:01:53.445Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:53.746Z] ---> logs-deploy.sh [2021-02-15T17:01:53.746Z] lf-activate-venv: SKIPPING [2021-02-15T17:01:53.746Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3132/16 [2021-02-15T17:01:53.746Z] INFO: archiving workspace using pattern(s): [2021-02-15T17:01:55.669Z] Archives upload complete. [2021-02-15T17:01:55.669Z] INFO: archiving logs to Nexus [2021-02-15T17:01:56.634Z] ---> uname -a: [2021-02-15T17:01:56.634Z] Linux prd-centos7-docker-4c-2g-26513.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-02-15T17:01:56.634Z] [2021-02-15T17:01:56.634Z] [2021-02-15T17:01:56.634Z] ---> lscpu: [2021-02-15T17:01:56.634Z] Architecture: x86_64 [2021-02-15T17:01:56.634Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-15T17:01:56.634Z] Byte Order: Little Endian [2021-02-15T17:01:56.634Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-15T17:01:56.634Z] CPU(s): 4 [2021-02-15T17:01:56.634Z] On-line CPU(s) list: 0-3 [2021-02-15T17:01:56.634Z] Thread(s) per core: 1 [2021-02-15T17:01:56.634Z] Core(s) per socket: 1 [2021-02-15T17:01:56.634Z] Socket(s): 4 [2021-02-15T17:01:56.634Z] NUMA node(s): 1 [2021-02-15T17:01:56.634Z] Vendor ID: GenuineIntel [2021-02-15T17:01:56.634Z] CPU family: 6 [2021-02-15T17:01:56.635Z] Model: 44 [2021-02-15T17:01:56.635Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-15T17:01:56.635Z] Stepping: 1 [2021-02-15T17:01:56.635Z] CPU MHz: 2933.438 [2021-02-15T17:01:56.635Z] BogoMIPS: 5866.87 [2021-02-15T17:01:56.635Z] Virtualization: VT-x [2021-02-15T17:01:56.635Z] Hypervisor vendor: KVM [2021-02-15T17:01:56.635Z] Virtualization type: full [2021-02-15T17:01:56.635Z] L1d cache: 128 KiB [2021-02-15T17:01:56.635Z] L1i cache: 128 KiB [2021-02-15T17:01:56.635Z] L2 cache: 16 MiB [2021-02-15T17:01:56.635Z] L3 cache: 64 MiB [2021-02-15T17:01:56.635Z] NUMA node0 CPU(s): 0-3 [2021-02-15T17:01:56.635Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-15T17:01:56.635Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-15T17:01:56.635Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-15T17:01:56.635Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-15T17:01:56.635Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-15T17:01:56.635Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-15T17:01:56.635Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-15T17:01:56.635Z] Vulnerability Srbds: Not affected [2021-02-15T17:01:56.635Z] Vulnerability Tsx async abort: Not affected [2021-02-15T17:01:56.635Z] 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-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] ---> nproc: [2021-02-15T17:01:56.635Z] 4 [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] ---> df -h: [2021-02-15T17:01:56.635Z] Filesystem Size Used Available Use% Mounted on [2021-02-15T17:01:56.635Z] overlay 50.0G 8.2G 41.7G 17% / [2021-02-15T17:01:56.635Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-15T17:01:56.635Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-15T17:01:56.635Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/16 [2021-02-15T17:01:56.635Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/16@tmp [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] ---> free -m: [2021-02-15T17:01:56.635Z] total used free shared buff/cache available [2021-02-15T17:01:56.635Z] Mem: 1837 779 132 0 925 965 [2021-02-15T17:01:56.635Z] Swap: 1023 3 1020 [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] ---> ip addr: [2021-02-15T17:01:56.635Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-15T17:01:56.635Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-15T17:01:56.635Z] inet 127.0.0.1/8 scope host lo [2021-02-15T17:01:56.635Z] valid_lft forever preferred_lft forever [2021-02-15T17:01:56.635Z] inet6 ::1/128 scope host [2021-02-15T17:01:56.635Z] valid_lft forever preferred_lft forever [2021-02-15T17:01:56.635Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-15T17:01:56.635Z] link/ether fa:16:3e:2f:8e:7a brd ff:ff:ff:ff:ff:ff [2021-02-15T17:01:56.635Z] inet 10.30.123.159/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-15T17:01:56.635Z] valid_lft 85727sec preferred_lft 85727sec [2021-02-15T17:01:56.635Z] inet6 fe80::f816:3eff:fe2f:8e7a/64 scope link [2021-02-15T17:01:56.635Z] valid_lft forever preferred_lft forever [2021-02-15T17:01:56.635Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-15T17:01:56.635Z] link/ether 02:42:4f:46:a6:6b brd ff:ff:ff:ff:ff:ff [2021-02-15T17:01:56.635Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-15T17:01:56.635Z] valid_lft forever preferred_lft forever [2021-02-15T17:01:56.635Z] inet6 fe80::42:4fff:fe46:a66b/64 scope link [2021-02-15T17:01:56.635Z] valid_lft forever preferred_lft forever [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] ---> sar -b -r -n DEV: [2021-02-15T17:01:56.635Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/15/21 _x86_64_ (4 CPU) [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] 16:50:31 LINUX RESTART (4 CPU) [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] 16:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-15T17:01:56.635Z] 16:52:01 88.75 32.10 56.66 0.00 7043.89 13634.54 0.00 [2021-02-15T17:01:56.635Z] 16:53:01 277.95 102.94 175.01 0.00 7980.84 51071.13 0.00 [2021-02-15T17:01:56.635Z] 16:54:02 221.84 101.86 119.98 0.00 3844.25 15868.82 0.00 [2021-02-15T17:01:56.635Z] 16:55:01 120.04 49.76 70.28 0.00 1777.79 7445.63 0.00 [2021-02-15T17:01:56.635Z] 16:56:01 39.84 23.61 16.23 0.00 1317.40 1813.57 0.00 [2021-02-15T17:01:56.635Z] 16:57:01 1.95 0.02 1.93 0.00 0.53 33.04 0.00 [2021-02-15T17:01:56.635Z] 16:58:01 1.86 1.15 0.72 0.00 122.41 7.46 0.00 [2021-02-15T17:01:56.635Z] 16:59:01 0.55 0.00 0.55 0.00 0.00 5.50 0.00 [2021-02-15T17:01:56.635Z] 17:00:01 0.52 0.00 0.52 0.00 0.00 6.05 0.00 [2021-02-15T17:01:56.635Z] 17:01:01 0.20 0.03 0.17 0.00 0.67 1.35 0.00 [2021-02-15T17:01:56.635Z] Average: 75.35 31.14 44.20 0.00 2211.13 8999.39 0.00 [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] 16:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-15T17:01:56.635Z] 16:52:01 75332 0 842672 44.79 2620 960920 1519724 51.87 677504 925124 25172 [2021-02-15T17:01:56.635Z] 16:53:01 79420 0 775720 41.23 1492 1024912 1516400 51.75 584016 948608 30328 [2021-02-15T17:01:56.635Z] 16:54:02 211724 0 824464 43.82 648 844708 1533536 52.34 660160 727440 51564 [2021-02-15T17:01:56.635Z] 16:55:01 303376 0 759268 40.35 612 818288 1352436 46.16 535248 749996 40096 [2021-02-15T17:01:56.635Z] 16:56:01 514196 0 710084 37.74 612 656652 1099428 37.52 523956 577112 16 [2021-02-15T17:01:56.635Z] 16:57:01 517596 0 706680 37.56 612 656656 1086116 37.07 529232 570712 12 [2021-02-15T17:01:56.635Z] 16:58:01 515736 0 704860 37.46 612 660336 1077892 36.79 526552 576172 8 [2021-02-15T17:01:56.635Z] 16:59:01 515516 0 705072 37.47 612 660344 1077988 36.79 527204 576172 8 [2021-02-15T17:01:56.635Z] 17:00:01 515784 0 704796 37.46 612 660352 1077892 36.79 526360 576396 8 [2021-02-15T17:01:56.635Z] 17:01:01 514528 0 706048 37.52 612 660356 1080236 36.87 527232 576396 8 [2021-02-15T17:01:56.635Z] Average: 376321 0 743966 39.54 904 760352 1242165 42.39 561746 680413 14722 [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] 16:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-15T17:01:56.635Z] 16:52:01 eth0 1811.35 1803.04 6376.15 231.05 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:52:01 veth2d807d5 1132.51 813.00 100.21 2682.24 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:52:01 docker0 1132.51 812.86 84.72 2682.23 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:53:01 eth0 488.58 378.72 3693.95 40.75 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:53:01 docker0 115.93 174.29 8.12 850.19 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:54:02 veth00ef412 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:54:02 eth0 35.51 20.33 31.80 12.91 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:55:01 veth00ef412 2.27 2.27 0.18 0.18 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:55:01 eth0 36.09 26.37 16.75 81.71 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:55:01 docker0 2.27 2.27 0.15 0.18 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:56:01 eth0 6.66 3.58 4.89 2.29 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:57:01 eth0 0.75 0.48 0.41 0.27 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:58:01 eth0 0.63 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:59:01 eth0 0.53 0.35 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 17:00:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 17:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] Average: eth0 238.47 223.73 1014.61 36.86 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] Average: docker0 125.32 99.14 9.32 354.00 0.00 0.00 0.00 0.00 [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] ---> sar -P ALL: [2021-02-15T17:01:56.635Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/15/21 _x86_64_ (4 CPU) [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] 16:50:31 LINUX RESTART (4 CPU) [2021-02-15T17:01:56.635Z] [2021-02-15T17:01:56.635Z] 16:51:01 CPU %user %nice %system %iowait %steal %idle [2021-02-15T17:01:56.635Z] 16:52:01 all 21.67 0.00 7.70 2.13 0.16 68.34 [2021-02-15T17:01:56.635Z] 16:52:01 0 20.70 0.00 10.53 1.15 0.12 67.50 [2021-02-15T17:01:56.635Z] 16:52:01 1 19.63 0.00 6.08 1.42 0.17 72.70 [2021-02-15T17:01:56.635Z] 16:52:01 2 23.26 0.00 7.61 1.27 0.15 67.70 [2021-02-15T17:01:56.635Z] 16:52:01 3 23.06 0.00 6.61 4.69 0.19 65.45 [2021-02-15T17:01:56.635Z] 16:53:01 all 11.85 0.00 8.43 5.18 0.16 74.38 [2021-02-15T17:01:56.635Z] 16:53:01 0 10.42 0.00 8.96 5.08 0.22 75.31 [2021-02-15T17:01:56.635Z] 16:53:01 1 12.33 0.00 8.35 4.49 0.12 74.70 [2021-02-15T17:01:56.635Z] 16:53:01 2 9.82 0.00 8.74 4.81 0.15 76.48 [2021-02-15T17:01:56.635Z] 16:53:01 3 14.83 0.00 7.67 6.33 0.14 71.04 [2021-02-15T17:01:56.635Z] 16:54:02 all 42.94 0.00 12.54 5.22 0.14 39.15 [2021-02-15T17:01:56.635Z] 16:54:02 0 43.08 0.00 12.44 5.84 0.16 38.48 [2021-02-15T17:01:56.635Z] 16:54:02 1 42.92 0.00 12.55 6.38 0.17 37.98 [2021-02-15T17:01:56.635Z] 16:54:02 2 42.10 0.00 12.36 3.81 0.09 41.64 [2021-02-15T17:01:56.635Z] 16:54:02 3 43.68 0.00 12.81 4.85 0.16 38.50 [2021-02-15T17:01:56.635Z] 16:55:01 all 50.31 0.00 14.44 3.39 0.14 31.72 [2021-02-15T17:01:56.635Z] 16:55:01 0 50.89 0.00 14.27 4.44 0.14 30.26 [2021-02-15T17:01:56.635Z] 16:55:01 1 50.72 0.00 14.13 2.48 0.11 32.56 [2021-02-15T17:01:56.635Z] 16:55:01 2 48.72 0.00 14.64 2.93 0.18 33.53 [2021-02-15T17:01:56.635Z] 16:55:01 3 50.89 0.00 14.74 3.73 0.12 30.51 [2021-02-15T17:01:56.635Z] 16:56:01 all 0.74 0.00 0.88 0.58 0.02 97.78 [2021-02-15T17:01:56.635Z] 16:56:01 0 0.98 0.00 0.93 1.65 0.02 96.41 [2021-02-15T17:01:56.635Z] 16:56:01 1 0.65 0.00 0.84 0.25 0.02 98.25 [2021-02-15T17:01:56.635Z] 16:56:01 2 0.60 0.00 0.88 0.23 0.02 98.26 [2021-02-15T17:01:56.636Z] 16:56:01 3 0.73 0.00 0.85 0.20 0.02 98.20 [2021-02-15T17:01:56.636Z] 16:57:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-02-15T17:01:56.636Z] 16:57:01 0 0.55 0.00 0.02 0.00 0.00 99.43 [2021-02-15T17:01:56.636Z] 16:57:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-02-15T17:01:56.636Z] 16:57:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-15T17:01:56.636Z] 16:57:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-15T17:01:56.636Z] 16:58:01 all 0.17 0.00 0.07 0.00 0.00 99.76 [2021-02-15T17:01:56.636Z] 16:58:01 0 0.37 0.00 0.02 0.00 0.00 99.62 [2021-02-15T17:01:56.636Z] 16:58:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2021-02-15T17:01:56.636Z] 16:58:01 2 0.20 0.00 0.08 0.00 0.00 99.72 [2021-02-15T17:01:56.636Z] 16:58:01 3 0.07 0.00 0.10 0.02 0.00 99.82 [2021-02-15T17:01:56.636Z] 16:59:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-02-15T17:01:56.636Z] 16:59:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-15T17:01:56.636Z] 16:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-15T17:01:56.636Z] 16:59:01 2 0.45 0.00 0.07 0.00 0.02 99.47 [2021-02-15T17:01:56.636Z] 16:59:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-02-15T17:01:56.636Z] 17:00:01 all 0.05 0.00 0.04 0.00 0.02 99.89 [2021-02-15T17:01:56.636Z] 17:00:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-02-15T17:01:56.636Z] 17:00:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-15T17:01:56.636Z] 17:00:01 2 0.10 0.00 0.10 0.00 0.02 99.78 [2021-02-15T17:01:56.636Z] 17:00:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-15T17:01:56.636Z] 17:01:01 all 0.10 0.00 0.05 0.00 0.00 99.84 [2021-02-15T17:01:56.636Z] 17:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-15T17:01:56.636Z] 17:01:01 1 0.03 0.00 0.07 0.02 0.00 99.88 [2021-02-15T17:01:56.636Z] 17:01:01 2 0.35 0.00 0.07 0.00 0.00 99.58 [2021-02-15T17:01:56.636Z] 17:01:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-15T17:01:56.636Z] Average: all 12.40 0.00 4.30 1.61 0.06 81.62 [2021-02-15T17:01:56.636Z] Average: 0 12.28 0.00 4.59 1.77 0.07 81.29 [2021-02-15T17:01:56.636Z] Average: 1 12.25 0.00 4.11 1.47 0.06 82.11 [2021-02-15T17:01:56.636Z] Average: 2 12.16 0.00 4.34 1.27 0.06 82.17 [2021-02-15T17:01:56.636Z] Average: 3 12.91 0.00 4.17 1.93 0.06 80.93 [2021-02-15T17:01:56.636Z] [2021-02-15T17:01:56.636Z] [2021-02-15T17:01:56.636Z]