Pull request #3133 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72a08e14f3edd3c9ef1bb90354511adf0141c72b+261101cd65b57382b3139275d947e2afb77006cd (02ad36adb665c9222374bb590a2e0c1eaa9d7ba6) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25228 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit 72a08e14f3edd3c9ef1bb90354511adf0141c72b Merge succeeded, producing 72a08e14f3edd3c9ef1bb90354511adf0141c72b Checking out Revision 72a08e14f3edd3c9ef1bb90354511adf0141c72b (PR-3133) > 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/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72a08e14f3edd3c9ef1bb90354511adf0141c72b # 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 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72a08e14f3edd3c9ef1bb90354511adf0141c72b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T07:39:09.820Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T07:39:10.043Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T07:39:10.173Z] ========================================================= [2021-02-05T07:39:10.173Z] EdgeX Global Pipelines Version Info [2021-02-05T07:39:10.173Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6c081644896c02d20728fa70db0406adac6139fa # timeout=10 [2021-02-05T07:39:11.648Z] ------------------- [2021-02-05T07:39:11.648Z] stable info: [2021-02-05T07:39:11.648Z] ------------------- [2021-02-05T07:39:11.648Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T07:39:11.648Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T07:39:11.648Z] Message: update stable to v1.0.179 [2021-02-05T07:39:12.632Z] ------------------- [2021-02-05T07:39:12.632Z] experimental info: [2021-02-05T07:39:12.632Z] ------------------- [2021-02-05T07:39:12.632Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T07:39:12.632Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T07:39:12.632Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T07:39:12.932Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T07:39:13.018Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T07:39:13.101Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T07:39:13.196Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T07:39:13.289Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T07:39:13.371Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T07:39:13.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T07:39:13.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T07:39:13.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T07:39:13.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T07:39:13.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T07:39:13.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T07:39:14.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T07:39:14.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T07:39:14.173Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T07:39:14.285Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T07:39:14.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T07:39:14.465Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T07:39:14.549Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T07:39:14.643Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T07:39:14.723Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T07:39:14.801Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T07:39:14.882Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T07:39:14.983Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3133 [Pipeline] echo [2021-02-05T07:39:15.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3133 [Pipeline] echo [2021-02-05T07:39:15.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3133 [Pipeline] echo [2021-02-05T07:39:15.296Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72a08e14f3edd3c9ef1bb90354511adf0141c72b [Pipeline] echo [2021-02-05T07:39:15.380Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72a08e1 [Pipeline] echo [2021-02-05T07:39:15.501Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T07:39:15.667Z] provisioning config files... [2021-02-05T07:39:15.705Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8081072667123652287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:39:16.073Z] ---> docker-login.sh [2021-02-05T07:39:16.074Z] nexus3.edgexfoundry.org:10001 [2021-02-05T07:39:16.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:16.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:16.620Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:16.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:16.620Z] [2021-02-05T07:39:16.620Z] Login Succeeded [2021-02-05T07:39:16.620Z] nexus3.edgexfoundry.org:10002 [2021-02-05T07:39:16.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:16.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:16.620Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:16.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:16.620Z] [2021-02-05T07:39:16.620Z] Login Succeeded [2021-02-05T07:39:16.620Z] nexus3.edgexfoundry.org:10003 [2021-02-05T07:39:16.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:16.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:16.894Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:16.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:16.894Z] [2021-02-05T07:39:16.894Z] Login Succeeded [2021-02-05T07:39:16.894Z] nexus3.edgexfoundry.org:10004 [2021-02-05T07:39:17.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:17.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:17.159Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:17.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:17.159Z] [2021-02-05T07:39:17.159Z] Login Succeeded [2021-02-05T07:39:17.159Z] docker.io [2021-02-05T07:39:17.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:17.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:17.424Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:17.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:17.424Z] [2021-02-05T07:39:17.424Z] Login Succeeded [2021-02-05T07:39:17.424Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T07:39:17.436Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T07:39:17.928Z] ++ 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-05T07:39:17.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.928Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T07:39:17.928Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.928Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T07:39:17.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.928Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T07:39:17.928Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T07:39:17.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.929Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T07:39:17.929Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T07:39:17.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.929Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T07:39:17.929Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T07:39:17.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.929Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T07:39:17.929Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T07:39:17.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.929Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T07:39:17.929Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T07:39:17.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.929Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T07:39:17.929Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T07:39:17.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.929Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T07:39:17.929Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T07:39:17.929Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:17.929Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T07:39:17.929Z] ++ cut -d/ -f2 [2021-02-05T07:39:17.929Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T07:39:18.124Z] 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-05T07:39:18.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T07:39:18.945Z] [2021-02-05T07:39:18.945Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:39:19.297Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T07:39:19.297Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T07:39:19.297Z] 31603596830f: Pulling fs layer [2021-02-05T07:39:19.297Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T07:39:19.297Z] 6ca5941a6612: Pulling fs layer [2021-02-05T07:39:19.297Z] ecc8261a40a4: Pulling fs layer [2021-02-05T07:39:19.297Z] ecc8261a40a4: Waiting [2021-02-05T07:39:19.297Z] 2a8b12db71e7: Download complete [2021-02-05T07:39:19.569Z] 31603596830f: Verifying Checksum [2021-02-05T07:39:19.569Z] 31603596830f: Download complete [2021-02-05T07:39:19.569Z] ecc8261a40a4: Verifying Checksum [2021-02-05T07:39:19.569Z] ecc8261a40a4: Download complete [2021-02-05T07:39:19.569Z] 6ca5941a6612: Verifying Checksum [2021-02-05T07:39:19.569Z] 6ca5941a6612: Download complete [2021-02-05T07:39:19.834Z] 31603596830f: Pull complete [2021-02-05T07:39:19.834Z] 2a8b12db71e7: Pull complete [2021-02-05T07:39:20.799Z] 6ca5941a6612: Pull complete [2021-02-05T07:39:21.084Z] ecc8261a40a4: Pull complete [2021-02-05T07:39:21.084Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T07:39:21.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T07:39:21.084Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T07:39:21.209Z] prd-centos7-docker-4c-2g-25228 does not seem to be running inside a container [2021-02-05T07:39:21.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-05T07:39:23.813Z] $ docker top cbcead9ad20a3dc4f426203f882e870a795aec9bfdc0319fe4c1af14f09629af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T07:39:24.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T07:39:24.087Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T07:39:24.310Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T07:39:24.314Z] $ docker exec cbcead9ad20a3dc4f426203f882e870a795aec9bfdc0319fe4c1af14f09629af ssh-agent [2021-02-05T07:39:24.509Z] SSH_AUTH_SOCK=/tmp/ssh-332Hv0Zl2Fa8/agent.11 [2021-02-05T07:39:24.509Z] SSH_AGENT_PID=17 [2021-02-05T07:39:24.522Z] Running ssh-add (command line suppressed) [2021-02-05T07:39:24.646Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7148788449931350406.key (/w/workspace/edgex-go/3@tmp/private_key_7148788449931350406.key) [2021-02-05T07:39:24.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T07:39:25.054Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T07:39:25.079Z] $ docker exec --env ******** --env ******** cbcead9ad20a3dc4f426203f882e870a795aec9bfdc0319fe4c1af14f09629af ssh-agent -k [2021-02-05T07:39:25.196Z] unset SSH_AUTH_SOCK; [2021-02-05T07:39:25.196Z] unset SSH_AGENT_PID; [2021-02-05T07:39:25.196Z] echo Agent pid 17 killed; [2021-02-05T07:39:25.244Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T07:39:25.407Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T07:39:25.407Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T07:39:25.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T07:39:25.596Z] $ docker exec cbcead9ad20a3dc4f426203f882e870a795aec9bfdc0319fe4c1af14f09629af ssh-agent [2021-02-05T07:39:25.780Z] SSH_AUTH_SOCK=/tmp/ssh-bohwQ2sLCv1K/agent.46 [2021-02-05T07:39:25.780Z] SSH_AGENT_PID=51 [2021-02-05T07:39:25.791Z] Running ssh-add (command line suppressed) [2021-02-05T07:39:25.922Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_635735259552582405.key (/w/workspace/edgex-go/3@tmp/private_key_635735259552582405.key) [2021-02-05T07:39:25.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T07:39:26.316Z] + git semver init [2021-02-05T07:39:26.316Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T07:39:26.316Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-05T07:39:26.316Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-05T07:39:26.316Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T07:39:26.316Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T07:39:26.316Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T07:39:26.316Z] # $SEMVER_BRANCH = PR-3133 [2021-02-05T07:39:26.316Z] # $SEMVER_TEMP = /tmp/semver-110129737 [2021-02-05T07:39:26.316Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T07:39:58.492Z] # '/tmp/semver-110129737' -> '/w/workspace/edgex-go/3/.semver' [2021-02-05T07:39:58.493Z] # -> Force: false [2021-02-05T07:39:58.493Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-05T07:39:58.509Z] $ docker exec --env ******** --env ******** cbcead9ad20a3dc4f426203f882e870a795aec9bfdc0319fe4c1af14f09629af ssh-agent -k [2021-02-05T07:39:58.802Z] unset SSH_AUTH_SOCK; [2021-02-05T07:39:58.803Z] unset SSH_AGENT_PID; [2021-02-05T07:39:58.803Z] echo Agent pid 51 killed; [2021-02-05T07:39:58.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T07:39:59.399Z] + git semver [Pipeline] } [2021-02-05T07:39:59.418Z] $ docker stop --time=1 cbcead9ad20a3dc4f426203f882e870a795aec9bfdc0319fe4c1af14f09629af [2021-02-05T07:40:01.135Z] $ docker rm -f cbcead9ad20a3dc4f426203f882e870a795aec9bfdc0319fe4c1af14f09629af [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T07:40:01.662Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T07:40:02.284Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T07:40:02.287Z] [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-05T07:40:03.407Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:40:03.710Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:40:04.010Z] + sudo service docker restart [2021-02-05T07:40:04.010Z] + true [2021-02-05T07:40:04.010Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T07:40:04.604Z] ========================================================= [2021-02-05T07:40:04.605Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T07:40:04.605Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:40:04.950Z] + 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-05T07:40:08.325Z] Sending build context to Docker daemon 327.6MB [2021-02-05T07:40:08.325Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T07:40:08.325Z] Step 2/6 : FROM ${BASE} [2021-02-05T07:40:08.594Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T07:40:08.594Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T07:40:08.594Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T07:40:08.594Z] de9db76c5a1d: Pulling fs layer [2021-02-05T07:40:08.594Z] bca2f99d35d6: Pulling fs layer [2021-02-05T07:40:08.594Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T07:40:08.594Z] 7c6f9722023f: Pulling fs layer [2021-02-05T07:40:08.594Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T07:40:08.594Z] bca2f99d35d6: Waiting [2021-02-05T07:40:08.594Z] 93359f2a8cfa: Waiting [2021-02-05T07:40:08.594Z] 7c6f9722023f: Waiting [2021-02-05T07:40:08.594Z] a35cf1a2eb13: Waiting [2021-02-05T07:40:08.594Z] de9db76c5a1d: Verifying Checksum [2021-02-05T07:40:08.594Z] de9db76c5a1d: Download complete [2021-02-05T07:40:08.594Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T07:40:08.594Z] 0ef7d3d256c8: Download complete [2021-02-05T07:40:08.594Z] 93359f2a8cfa: Download complete [2021-02-05T07:40:08.594Z] 7c6f9722023f: Verifying Checksum [2021-02-05T07:40:08.594Z] 7c6f9722023f: Download complete [2021-02-05T07:40:09.180Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T07:40:09.180Z] 188c0c94c7c5: Download complete [2021-02-05T07:40:09.445Z] 188c0c94c7c5: Pull complete [2021-02-05T07:40:09.712Z] 0ef7d3d256c8: Pull complete [2021-02-05T07:40:09.976Z] de9db76c5a1d: Pull complete [2021-02-05T07:40:11.909Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T07:40:11.909Z] a35cf1a2eb13: Download complete [2021-02-05T07:40:11.909Z] bca2f99d35d6: Verifying Checksum [2021-02-05T07:40:11.909Z] bca2f99d35d6: Download complete [2021-02-05T07:40:17.221Z] bca2f99d35d6: Pull complete [2021-02-05T07:40:17.221Z] 93359f2a8cfa: Pull complete [2021-02-05T07:40:17.490Z] 7c6f9722023f: Pull complete [2021-02-05T07:40:17.873Z] Still waiting to schedule task [2021-02-05T07:40:17.873Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-05T07:40:22.805Z] a35cf1a2eb13: Pull complete [2021-02-05T07:40:22.805Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T07:40:22.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T07:40:22.805Z] ---> a62c8e92a672 [2021-02-05T07:40:22.805Z] 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-05T07:40:23.073Z] ---> Running in 4779baa9baaa [2021-02-05T07:40:23.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:40:25.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:40:25.996Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T07:40:26.259Z] (2/12) Installing file (5.38-r0) [2021-02-05T07:40:26.259Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T07:40:26.522Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T07:40:44.670Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T07:40:44.670Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T07:40:44.670Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T07:40:44.670Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T07:40:44.670Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T07:40:44.670Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T07:40:44.670Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T07:40:44.670Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T07:40:44.670Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:40:44.670Z] OK: 233 MiB in 51 packages [2021-02-05T07:40:47.235Z] Removing intermediate container 4779baa9baaa [2021-02-05T07:40:47.236Z] ---> 250a501e34ea [2021-02-05T07:40:47.236Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T07:40:47.236Z] ---> Running in 91198e5ff6a6 [2021-02-05T07:40:47.236Z] Removing intermediate container 91198e5ff6a6 [2021-02-05T07:40:47.236Z] ---> d691c0dd7c18 [2021-02-05T07:40:47.236Z] Step 5/6 : COPY go.mod . [2021-02-05T07:40:47.514Z] ---> 036073807a61 [2021-02-05T07:40:47.514Z] Step 6/6 : RUN go mod download [2021-02-05T07:40:47.514Z] ---> Running in c38e41585563 [2021-02-05T07:41:14.178Z] Removing intermediate container c38e41585563 [2021-02-05T07:41:14.178Z] ---> 9d6fd1937286 [2021-02-05T07:41:14.178Z] Successfully built 9d6fd1937286 [2021-02-05T07:41:14.178Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:41:14.503Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T07:41:14.503Z] . [Pipeline] withDockerContainer [2021-02-05T07:41:14.610Z] prd-centos7-docker-4c-2g-25228 does not seem to be running inside a container [2021-02-05T07:41:14.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-05T07:41:15.528Z] $ docker top b94bb98c0c527394569c6729dc64d62270671f443a88265ec2ba8b44da31d264 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:41:16.060Z] + go version [2021-02-05T07:41:16.061Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T07:41:16.076Z] $ docker stop --time=1 b94bb98c0c527394569c6729dc64d62270671f443a88265ec2ba8b44da31d264 [2021-02-05T07:41:17.433Z] $ docker rm -f b94bb98c0c527394569c6729dc64d62270671f443a88265ec2ba8b44da31d264 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:41:18.299Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T07:41:18.299Z] . [Pipeline] withDockerContainer [2021-02-05T07:41:18.442Z] prd-centos7-docker-4c-2g-25228 does not seem to be running inside a container [2021-02-05T07:41:18.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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-05T07:41:19.367Z] $ docker top 5a3a6d4a8b2eff677f8eecb94b5ee7a00948b13590bc3cf479f4b8642ef183af -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T07:41:19.595Z] ========================================================= [2021-02-05T07:41:19.595Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T07:41:19.595Z] ========================================================= [Pipeline] sh [2021-02-05T07:41:19.893Z] + make test [2021-02-05T07:41:19.893Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T07:41:29.962Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T07:41:45.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T07:41:51.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T07:41:51.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T07:41:51.690Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T07:41:51.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T07:41:52.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T07:41:52.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T07:41:52.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T07:41:52.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T07:41:53.250Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T07:41:53.523Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T07:41:56.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T07:41:56.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T07:41:56.114Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T07:41:58.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.6% of statements [2021-02-05T07:41:58.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T07:41:58.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T07:41:58.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T07:41:58.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T07:41:58.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T07:41:58.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T07:41:58.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T07:41:58.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-02-05T07:42:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T07:42:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T07:42:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T07:42:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 65.8% of statements [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T07:42:01.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.3% of statements [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T07:42:01.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T07:42:04.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T07:42:04.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T07:42:04.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T07:42:04.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-02-05T07:42:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T07:42:04.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements [2021-02-05T07:42:04.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T07:42:04.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-02-05T07:42:04.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T07:42:04.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T07:42:04.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T07:42:04.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.431s coverage: 92.8% of statements [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T07:42:07.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 45.5% of statements [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.042s coverage: 79.5% of statements [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-02-05T07:42:07.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-05T07:42:19.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements [2021-02-05T07:42:19.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.077s coverage: 92.9% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.155s coverage: 63.5% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.0% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.081s coverage: 85.3% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.686s coverage: 29.1% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.070s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T07:42:31.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-05T07:42:31.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-05T07:42:32.166Z] GO111MODULE=on go vet ./... [2021-02-05T07:42:48.793Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25232 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws [2021-02-05T07:42:48.843Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-05T07:42:54.637Z] using credential edgex-jenkins-ssh [2021-02-05T07:42:54.701Z] Cloning the remote Git repository [2021-02-05T07:42:54.789Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:42:54.931Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-05T07:42:55.039Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:42:55.040Z] > git --version # timeout=10 [2021-02-05T07:42:55.063Z] > git --version # 'git version 2.17.1' [2021-02-05T07:42:55.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:42:55.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T07:42:58.898Z] gofmt -l . [2021-02-05T07:42:58.898Z] [ "`gofmt -l .`" = "" ] [2021-02-05T07:42:59.473Z] ./bin/test-go-mod-tidy.sh [2021-02-05T07:43:00.431Z] ./bin/test-attribution-txt.sh [2021-02-05T07:43:00.699Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-05T07:43:00.699Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-05T07:43:00.699Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-05T07:43:00.699Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-05T07:43:00.699Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-05T07:43:00.699Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-05T07:43:00.721Z] $ docker stop --time=1 5a3a6d4a8b2eff677f8eecb94b5ee7a00948b13590bc3cf479f4b8642ef183af [2021-02-05T07:43:04.080Z] $ docker rm -f 5a3a6d4a8b2eff677f8eecb94b5ee7a00948b13590bc3cf479f4b8642ef183af [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-05T07:43:05.589Z] Failed in branch amd64 [2021-02-05T07:43:15.409Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T07:43:15.435Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T07:43:15.467Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T07:43:15.504Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:43:15.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:43:15.519Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T07:43:16.151Z] Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit 72a08e14f3edd3c9ef1bb90354511adf0141c72b [2021-02-05T07:43:16.605Z] Merge succeeded, producing 72a08e14f3edd3c9ef1bb90354511adf0141c72b [2021-02-05T07:43:16.605Z] Checking out Revision 72a08e14f3edd3c9ef1bb90354511adf0141c72b (PR-3133) [2021-02-05T07:43:16.175Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T07:43:16.189Z] > git checkout -f 72a08e14f3edd3c9ef1bb90354511adf0141c72b # timeout=10 [2021-02-05T07:43:16.517Z] > git remote # timeout=10 [2021-02-05T07:43:16.540Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T07:43:16.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:43:16.570Z] > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [2021-02-05T07:43:16.593Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T07:43:16.614Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T07:43:16.625Z] > git checkout -f 72a08e14f3edd3c9ef1bb90354511adf0141c72b # timeout=10 [2021-02-05T07:43:21.167Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T07:43:22.641Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:43:23.061Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:43:23.406Z] + sudo service docker restart [2021-02-05T07:43:23.406Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T07:43:26.168Z] provisioning config files... [2021-02-05T07:43:26.222Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7546565433312104143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:43:26.669Z] ---> docker-login.sh [2021-02-05T07:43:26.669Z] nexus3.edgexfoundry.org:10001 [2021-02-05T07:43:27.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:43:28.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:43:28.262Z] Configure a credential helper to remove this warning. See [2021-02-05T07:43:28.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:43:28.262Z] [2021-02-05T07:43:28.262Z] Login Succeeded [2021-02-05T07:43:28.262Z] nexus3.edgexfoundry.org:10002 [2021-02-05T07:43:28.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:43:28.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:43:28.813Z] Configure a credential helper to remove this warning. See [2021-02-05T07:43:28.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:43:28.813Z] [2021-02-05T07:43:28.813Z] Login Succeeded [2021-02-05T07:43:28.813Z] nexus3.edgexfoundry.org:10003 [2021-02-05T07:43:29.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:43:29.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:43:29.411Z] Configure a credential helper to remove this warning. See [2021-02-05T07:43:29.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:43:29.411Z] [2021-02-05T07:43:29.411Z] Login Succeeded [2021-02-05T07:43:29.411Z] nexus3.edgexfoundry.org:10004 [2021-02-05T07:43:30.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:43:30.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:43:30.012Z] Configure a credential helper to remove this warning. See [2021-02-05T07:43:30.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:43:30.012Z] [2021-02-05T07:43:30.012Z] Login Succeeded [2021-02-05T07:43:30.012Z] docker.io [2021-02-05T07:43:30.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:43:30.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:43:30.885Z] Configure a credential helper to remove this warning. See [2021-02-05T07:43:30.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:43:30.885Z] [2021-02-05T07:43:30.885Z] Login Succeeded [2021-02-05T07:43:30.885Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T07:43:30.910Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T07:43:31.404Z] ========================================================= [2021-02-05T07:43:31.404Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T07:43:31.404Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:43:31.790Z] + 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-05T07:43:34.440Z] Sending build context to Docker daemon 166.1MB [2021-02-05T07:43:34.440Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T07:43:34.440Z] Step 2/6 : FROM ${BASE} [2021-02-05T07:43:34.440Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T07:43:34.440Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T07:43:34.440Z] a4357932f1b6: Pulling fs layer [2021-02-05T07:43:34.440Z] 18c013af1878: Pulling fs layer [2021-02-05T07:43:34.440Z] 00ac8860ef70: Pulling fs layer [2021-02-05T07:43:34.440Z] 63d7cb157983: Pulling fs layer [2021-02-05T07:43:34.440Z] b116817d02f9: Pulling fs layer [2021-02-05T07:43:34.440Z] 745a02a5169b: Pulling fs layer [2021-02-05T07:43:34.440Z] 63d7cb157983: Waiting [2021-02-05T07:43:34.440Z] b116817d02f9: Waiting [2021-02-05T07:43:34.440Z] 745a02a5169b: Waiting [2021-02-05T07:43:34.440Z] 00ac8860ef70: Waiting [2021-02-05T07:43:34.440Z] 18c013af1878: Download complete [2021-02-05T07:43:34.440Z] a4357932f1b6: Verifying Checksum [2021-02-05T07:43:34.440Z] a4357932f1b6: Download complete [2021-02-05T07:43:34.440Z] 63d7cb157983: Verifying Checksum [2021-02-05T07:43:34.440Z] 63d7cb157983: Download complete [2021-02-05T07:43:34.440Z] b116817d02f9: Download complete [2021-02-05T07:43:34.721Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T07:43:34.721Z] 5f621e34cdf4: Download complete [2021-02-05T07:43:35.352Z] 5f621e34cdf4: Pull complete [2021-02-05T07:43:35.992Z] a4357932f1b6: Pull complete [2021-02-05T07:43:36.280Z] 18c013af1878: Pull complete [2021-02-05T07:43:37.267Z] 745a02a5169b: Verifying Checksum [2021-02-05T07:43:37.267Z] 745a02a5169b: Download complete [2021-02-05T07:43:38.709Z] 00ac8860ef70: Verifying Checksum [2021-02-05T07:43:38.709Z] 00ac8860ef70: Download complete [2021-02-05T07:43:48.894Z] 00ac8860ef70: Pull complete [2021-02-05T07:43:49.490Z] 63d7cb157983: Pull complete [2021-02-05T07:43:49.765Z] b116817d02f9: Pull complete [2021-02-05T07:43:53.167Z] 745a02a5169b: Pull complete [2021-02-05T07:43:53.167Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T07:43:53.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T07:43:53.439Z] ---> b7e6874047d6 [2021-02-05T07:43:53.439Z] 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-05T07:43:57.766Z] ---> Running in f4ac4c2af580 [2021-02-05T07:43:58.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:44:00.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:44:01.774Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T07:44:02.047Z] (2/12) Installing file (5.38-r0) [2021-02-05T07:44:02.317Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T07:44:02.317Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T07:44:06.614Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T07:44:06.614Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T07:44:06.614Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T07:44:06.886Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T07:44:06.886Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T07:44:06.886Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T07:44:07.163Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T07:44:07.163Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T07:44:07.436Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:44:07.436Z] OK: 217 MiB in 51 packages [2021-02-05T07:44:11.778Z] Removing intermediate container f4ac4c2af580 [2021-02-05T07:44:11.778Z] ---> 01cef821d8f5 [2021-02-05T07:44:11.778Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T07:44:11.778Z] ---> Running in dfcff8903889 [2021-02-05T07:44:12.402Z] Removing intermediate container dfcff8903889 [2021-02-05T07:44:12.402Z] ---> e07c667ecd28 [2021-02-05T07:44:12.402Z] Step 5/6 : COPY go.mod . [2021-02-05T07:44:13.009Z] ---> 8438f6649e59 [2021-02-05T07:44:13.009Z] Step 6/6 : RUN go mod download [2021-02-05T07:44:13.283Z] ---> Running in 740a70ee82db [2021-02-05T07:44:45.654Z] Removing intermediate container 740a70ee82db [2021-02-05T07:44:45.654Z] ---> 30f99a018613 [2021-02-05T07:44:45.654Z] Successfully built 30f99a018613 [2021-02-05T07:44:45.654Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:44:46.004Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T07:44:46.005Z] . [Pipeline] withDockerContainer [2021-02-05T07:44:46.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-25232 does not seem to be running inside a container [2021-02-05T07:44:46.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T07:44:47.846Z] $ docker top 588aeaf74f48e86547fd378d07db2490d253546443a543f16ecea426790286b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:44:48.866Z] + go version [2021-02-05T07:44:48.866Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T07:44:48.894Z] $ docker stop --time=1 588aeaf74f48e86547fd378d07db2490d253546443a543f16ecea426790286b1 [2021-02-05T07:44:50.877Z] $ docker rm -f 588aeaf74f48e86547fd378d07db2490d253546443a543f16ecea426790286b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:44:52.094Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T07:44:52.094Z] . [Pipeline] withDockerContainer [2021-02-05T07:44:52.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-25232 does not seem to be running inside a container [2021-02-05T07:44:52.474Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T07:44:54.075Z] $ docker top 810063f85f826d75dcef1893da4fddcff086c5088ea1be37e2fc309b9e54aa09 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T07:44:54.488Z] ========================================================= [2021-02-05T07:44:54.488Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T07:44:54.488Z] ========================================================= [Pipeline] sh [2021-02-05T07:44:55.155Z] + make test [2021-02-05T07:44:55.155Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T07:45:21.980Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T07:46:18.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T07:46:22.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T07:46:32.300Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T07:46:32.300Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T07:46:32.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T07:46:35.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T07:46:35.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T07:46:35.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T07:46:35.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T07:46:35.722Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T07:46:37.190Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T07:46:47.387Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T07:46:47.387Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T07:46:47.387Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T07:46:54.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.364s coverage: 45.6% of statements [2021-02-05T07:46:54.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T07:46:54.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T07:46:54.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T07:46:54.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T07:46:54.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T07:46:54.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T07:46:54.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T07:46:54.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.176s coverage: 100.0% of statements [2021-02-05T07:47:02.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.634s coverage: 27.1% of statements [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T07:47:02.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T07:47:02.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T07:47:02.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T07:47:03.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements [2021-02-05T07:47:03.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T07:47:03.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T07:47:04.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.712s coverage: 82.3% of statements [2021-02-05T07:47:04.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T07:47:04.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:47:04.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T07:47:04.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T07:47:11.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.338s coverage: 28.6% of statements [2021-02-05T07:47:11.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T07:47:11.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T07:47:11.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T07:47:11.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T07:47:11.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T07:47:11.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements [2021-02-05T07:47:11.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T07:47:11.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-02-05T07:47:11.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T07:47:12.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.421s coverage: 86.7% of statements [2021-02-05T07:47:12.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T07:47:15.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.383s coverage: 97.5% of statements [2021-02-05T07:47:15.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T07:47:15.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2021-02-05T07:47:15.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T07:47:15.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T07:47:15.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T07:47:15.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.421s coverage: 92.8% of statements [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.198s coverage: 0.1% of statements [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T07:47:26.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.129s coverage: 79.5% of statements [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-02-05T07:47:26.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-02-05T07:47:38.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2021-02-05T07:47:38.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-05T07:47:53.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements [2021-02-05T07:47:53.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T07:47:53.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T07:47:53.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T07:47:53.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T07:47:53.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-02-05T07:47:53.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T07:47:53.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T07:47:53.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-02-05T07:47:53.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-05T07:47:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.145s coverage: 87.2% of statements [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements [2021-02-05T07:47:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.681s coverage: 63.5% of statements [2021-02-05T07:47:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T07:47:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-02-05T07:47:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-02-05T07:47:57.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.994s coverage: 68.9% of statements [2021-02-05T07:47:57.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T07:47:57.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T07:47:57.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T07:47:57.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T07:47:57.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T07:47:59.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.435s coverage: 37.0% of statements [2021-02-05T07:47:59.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T07:47:59.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T07:48:00.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.953s coverage: 84.0% of statements [2021-02-05T07:48:00.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.089s coverage: 100.0% of statements [2021-02-05T07:48:08.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.558s coverage: 47.0% of statements [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T07:48:08.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T07:48:08.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T07:48:08.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.297s coverage: 85.3% of statements [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:48:08.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.588s coverage: 29.1% of statements [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 100.0% of statements [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T07:48:18.880Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-02-05T07:48:18.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-05T07:48:19.476Z] GO111MODULE=on go vet ./... [2021-02-05T07:49:41.317Z] gofmt -l . [2021-02-05T07:49:41.317Z] [ "`gofmt -l .`" = "" ] [2021-02-05T07:49:42.754Z] ./bin/test-go-mod-tidy.sh [2021-02-05T07:49:43.350Z] ./bin/test-attribution-txt.sh [2021-02-05T07:49:44.775Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-05T07:49:44.775Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-05T07:49:44.775Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-05T07:49:44.775Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-05T07:49:44.775Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-05T07:49:44.775Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-05T07:49:44.800Z] $ docker stop --time=1 810063f85f826d75dcef1893da4fddcff086c5088ea1be37e2fc309b9e54aa09 [2021-02-05T07:49:47.174Z] $ docker rm -f 810063f85f826d75dcef1893da4fddcff086c5088ea1be37e2fc309b9e54aa09 [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-05T07:49:49.688Z] 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-05T07:49:52.248Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:49:53.138Z] ---> package-listing.sh [2021-02-05T07:49:53.138Z] ++ facter osfamily [2021-02-05T07:49:53.138Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T07:49:53.138Z] + OS_FAMILY=redhat [2021-02-05T07:49:53.138Z] + workspace=/w/workspace/edgex-go/3 [2021-02-05T07:49:53.138Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T07:49:53.138Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T07:49:53.138Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T07:49:53.138Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T07:49:53.138Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-05T07:49:53.138Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T07:49:53.138Z] + case "${OS_FAMILY}" in [2021-02-05T07:49:53.138Z] + rpm -qa [2021-02-05T07:49:53.138Z] + sort [2021-02-05T07:49:58.486Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T07:49:58.486Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T07:49:58.486Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T07:49:58.486Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-05T07:49:58.486Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-05T07:49:58.486Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-05T07:49:58.502Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T07:49:58.800Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:49:59.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T07:49:59.116Z] [2021-02-05T07:49:59.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:49:59.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T07:49:59.479Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T07:49:59.479Z] df20fa9351a1: Pulling fs layer [2021-02-05T07:49:59.479Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T07:49:59.479Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T07:49:59.479Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T07:49:59.479Z] 93b61091891f: Pulling fs layer [2021-02-05T07:49:59.479Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T07:49:59.479Z] 5e14af77c1be: Pulling fs layer [2021-02-05T07:49:59.479Z] 01666e4c0597: Pulling fs layer [2021-02-05T07:49:59.479Z] aa168da1d23b: Pulling fs layer [2021-02-05T07:49:59.479Z] 93b9cdb0e59b: Waiting [2021-02-05T07:49:59.479Z] 5e14af77c1be: Waiting [2021-02-05T07:49:59.479Z] 01666e4c0597: Waiting [2021-02-05T07:49:59.479Z] aa168da1d23b: Waiting [2021-02-05T07:49:59.479Z] 93b61091891f: Waiting [2021-02-05T07:49:59.479Z] 46f8f816bc3b: Waiting [2021-02-05T07:49:59.479Z] 36b3adc4ff6f: Download complete [2021-02-05T07:49:59.479Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T07:49:59.479Z] 46f8f816bc3b: Download complete [2021-02-05T07:49:59.744Z] df20fa9351a1: Verifying Checksum [2021-02-05T07:49:59.744Z] df20fa9351a1: Download complete [2021-02-05T07:49:59.744Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T07:49:59.744Z] 93b9cdb0e59b: Download complete [2021-02-05T07:49:59.744Z] 93b61091891f: Verifying Checksum [2021-02-05T07:49:59.744Z] 93b61091891f: Download complete [2021-02-05T07:49:59.744Z] 5e14af77c1be: Verifying Checksum [2021-02-05T07:49:59.744Z] 5e14af77c1be: Download complete [2021-02-05T07:49:59.744Z] 01666e4c0597: Download complete [2021-02-05T07:49:59.744Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T07:49:59.744Z] 8ad3a11d3b57: Download complete [2021-02-05T07:50:00.006Z] df20fa9351a1: Pull complete [2021-02-05T07:50:00.273Z] 36b3adc4ff6f: Pull complete [2021-02-05T07:50:01.255Z] 8ad3a11d3b57: Pull complete [2021-02-05T07:50:01.255Z] 46f8f816bc3b: Pull complete [2021-02-05T07:50:01.841Z] 93b61091891f: Pull complete [2021-02-05T07:50:01.841Z] 93b9cdb0e59b: Pull complete [2021-02-05T07:50:02.105Z] aa168da1d23b: Verifying Checksum [2021-02-05T07:50:02.105Z] aa168da1d23b: Download complete [2021-02-05T07:50:02.681Z] 5e14af77c1be: Pull complete [2021-02-05T07:50:02.681Z] 01666e4c0597: Pull complete [2021-02-05T07:50:09.330Z] aa168da1d23b: Pull complete [2021-02-05T07:50:09.330Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T07:50:09.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T07:50:09.330Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T07:50:09.593Z] prd-centos7-docker-4c-2g-25228 does not seem to be running inside a container [2021-02-05T07:50:09.655Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-05T07:50:12.851Z] $ docker top 574d4835fa84185ea7c16480b1606ba46a9687896444b3ade0d5061a2956b544 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:50:13.372Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T07:50:13.678Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T07:50:13.978Z] + ls /var/log/sa-host [2021-02-05T07:50:13.978Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T07:50:13.978Z] file_magic: OK [2021-02-05T07:50:13.978Z] HZ: Using current value: 100 [2021-02-05T07:50:13.978Z] file_header: OK [2021-02-05T07:50:13.978Z] 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-05T07:50:13.978Z] Statistics: [2021-02-05T07:50:13.978Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T07:50:13.978Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T07:50:13.978Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T07:50:13.978Z] file_magic: OK [2021-02-05T07:50:13.978Z] HZ: Using current value: 100 [2021-02-05T07:50:13.978Z] file_header: OK [2021-02-05T07:50:13.978Z] 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-05T07:50:13.978Z] Statistics: [2021-02-05T07:50:13.978Z] Hnuu...uuuununununu... [2021-02-05T07:50:13.978Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T07:50:14.639Z] provisioning config files... [2021-02-05T07:50:14.655Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config241082081413021294tmp [Pipeline] { [Pipeline] echo [2021-02-05T07:50:14.741Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:50:15.041Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T07:50:15.052Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T07:50:15.145Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:50:15.450Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T07:50:15.463Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:50:15.764Z] ---> sudo-logs.sh [2021-02-05T07:50:15.764Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T07:50:15.778Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:50:16.079Z] ---> job-cost.sh [2021-02-05T07:50:16.079Z] lf-activate-venv: SKIPPING [2021-02-05T07:50:16.079Z] INFO: No Stack... [2021-02-05T07:50:16.654Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T07:50:17.230Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T07:50:17.243Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:50:17.545Z] ---> logs-deploy.sh [2021-02-05T07:50:17.546Z] lf-activate-venv: SKIPPING [2021-02-05T07:50:17.546Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3133/3 [2021-02-05T07:50:17.546Z] INFO: archiving workspace using pattern(s): [2021-02-05T07:50:19.514Z] Archives upload complete. [2021-02-05T07:50:19.514Z] INFO: archiving logs to Nexus [2021-02-05T07:50:20.467Z] ---> uname -a: [2021-02-05T07:50:20.467Z] Linux prd-centos7-docker-4c-2g-25228.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-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] ---> lscpu: [2021-02-05T07:50:20.467Z] Architecture: x86_64 [2021-02-05T07:50:20.467Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-05T07:50:20.467Z] Byte Order: Little Endian [2021-02-05T07:50:20.467Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-05T07:50:20.467Z] CPU(s): 4 [2021-02-05T07:50:20.467Z] On-line CPU(s) list: 0-3 [2021-02-05T07:50:20.467Z] Thread(s) per core: 1 [2021-02-05T07:50:20.467Z] Core(s) per socket: 1 [2021-02-05T07:50:20.467Z] Socket(s): 4 [2021-02-05T07:50:20.467Z] NUMA node(s): 1 [2021-02-05T07:50:20.467Z] Vendor ID: GenuineIntel [2021-02-05T07:50:20.467Z] CPU family: 6 [2021-02-05T07:50:20.467Z] Model: 44 [2021-02-05T07:50:20.467Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-05T07:50:20.467Z] Stepping: 1 [2021-02-05T07:50:20.467Z] CPU MHz: 2933.442 [2021-02-05T07:50:20.467Z] BogoMIPS: 5866.88 [2021-02-05T07:50:20.467Z] Virtualization: VT-x [2021-02-05T07:50:20.467Z] Hypervisor vendor: KVM [2021-02-05T07:50:20.467Z] Virtualization type: full [2021-02-05T07:50:20.467Z] L1d cache: 128 KiB [2021-02-05T07:50:20.467Z] L1i cache: 128 KiB [2021-02-05T07:50:20.467Z] L2 cache: 16 MiB [2021-02-05T07:50:20.467Z] L3 cache: 64 MiB [2021-02-05T07:50:20.467Z] NUMA node0 CPU(s): 0-3 [2021-02-05T07:50:20.467Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-05T07:50:20.467Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-05T07:50:20.467Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-05T07:50:20.467Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-05T07:50:20.467Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-05T07:50:20.467Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-05T07:50:20.467Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-05T07:50:20.467Z] Vulnerability Srbds: Not affected [2021-02-05T07:50:20.467Z] Vulnerability Tsx async abort: Not affected [2021-02-05T07:50:20.467Z] 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-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] ---> nproc: [2021-02-05T07:50:20.467Z] 4 [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] ---> df -h: [2021-02-05T07:50:20.467Z] Filesystem Size Used Available Use% Mounted on [2021-02-05T07:50:20.467Z] overlay 50.0G 8.2G 41.7G 17% / [2021-02-05T07:50:20.467Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-05T07:50:20.467Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-05T07:50:20.467Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/3 [2021-02-05T07:50:20.467Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/3@tmp [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] ---> free -m: [2021-02-05T07:50:20.467Z] total used free shared buff/cache available [2021-02-05T07:50:20.467Z] Mem: 1837 744 128 0 964 1001 [2021-02-05T07:50:20.467Z] Swap: 1023 3 1020 [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] ---> ip addr: [2021-02-05T07:50:20.467Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-05T07:50:20.467Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-05T07:50:20.467Z] inet 127.0.0.1/8 scope host lo [2021-02-05T07:50:20.467Z] valid_lft forever preferred_lft forever [2021-02-05T07:50:20.467Z] inet6 ::1/128 scope host [2021-02-05T07:50:20.467Z] valid_lft forever preferred_lft forever [2021-02-05T07:50:20.467Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-05T07:50:20.467Z] link/ether fa:16:3e:e9:7b:c7 brd ff:ff:ff:ff:ff:ff [2021-02-05T07:50:20.467Z] inet 10.30.122.120/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-05T07:50:20.467Z] valid_lft 85671sec preferred_lft 85671sec [2021-02-05T07:50:20.467Z] inet6 fe80::f816:3eff:fee9:7bc7/64 scope link [2021-02-05T07:50:20.467Z] valid_lft forever preferred_lft forever [2021-02-05T07:50:20.467Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-05T07:50:20.467Z] link/ether 02:42:cb:6d:97:4d brd ff:ff:ff:ff:ff:ff [2021-02-05T07:50:20.467Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-05T07:50:20.467Z] valid_lft forever preferred_lft forever [2021-02-05T07:50:20.467Z] inet6 fe80::42:cbff:fe6d:974d/64 scope link [2021-02-05T07:50:20.467Z] valid_lft forever preferred_lft forever [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] ---> sar -b -r -n DEV: [2021-02-05T07:50:20.467Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] 07:38:00 LINUX RESTART (4 CPU) [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] 07:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-05T07:50:20.467Z] 07:40:01 128.75 69.25 59.50 0.00 8523.52 16386.85 0.00 [2021-02-05T07:50:20.467Z] 07:41:01 230.57 72.26 158.31 0.00 4893.80 44803.48 0.00 [2021-02-05T07:50:20.467Z] 07:42:02 228.39 97.67 130.72 0.00 3764.91 16582.59 0.00 [2021-02-05T07:50:20.467Z] 07:43:01 120.57 53.51 67.06 0.00 2302.35 6972.54 0.00 [2021-02-05T07:50:20.467Z] 07:44:01 19.46 5.11 14.35 0.00 605.39 1670.40 0.00 [2021-02-05T07:50:20.467Z] 07:45:01 0.58 0.00 0.58 0.00 0.00 6.53 0.00 [2021-02-05T07:50:20.467Z] 07:46:01 1.60 1.05 0.55 0.00 128.40 5.83 0.00 [2021-02-05T07:50:20.467Z] 07:47:01 0.50 0.00 0.50 0.00 0.00 4.16 0.00 [2021-02-05T07:50:20.467Z] 07:48:01 0.42 0.00 0.42 0.00 0.00 4.25 0.00 [2021-02-05T07:50:20.467Z] 07:49:01 0.38 0.00 0.38 0.00 0.00 5.70 0.00 [2021-02-05T07:50:20.467Z] 07:50:01 63.37 56.93 6.44 0.00 4711.20 2338.39 0.00 [2021-02-05T07:50:20.467Z] Average: 72.20 32.33 39.87 0.00 2267.09 8077.90 0.00 [2021-02-05T07:50:20.467Z] [2021-02-05T07:50:20.467Z] 07:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-05T07:50:20.467Z] 07:40:01 420348 0 595752 31.66 2620 862824 1108700 37.84 436980 823556 24 [2021-02-05T07:50:20.467Z] 07:41:01 78836 0 743264 39.50 1560 1057884 1512084 51.60 603144 926956 37776 [2021-02-05T07:50:20.467Z] 07:42:02 224184 0 792948 42.14 732 863680 1424276 48.61 647028 724020 25712 [2021-02-05T07:50:20.467Z] 07:43:01 285768 0 731680 38.89 688 863408 1400196 47.79 547564 751352 39872 [2021-02-05T07:50:20.467Z] 07:44:01 520272 0 676124 35.93 688 684460 1102208 37.62 519512 570576 8 [2021-02-05T07:50:20.467Z] 07:45:01 523052 0 673336 35.79 688 684468 1086692 37.09 518424 569724 8 [2021-02-05T07:50:20.467Z] 07:46:01 520504 0 672024 35.72 688 688328 1077440 36.77 515932 575084 8 [2021-02-05T07:50:20.467Z] 07:47:01 520732 0 671792 35.70 688 688332 1077440 36.77 515936 575084 8 [2021-02-05T07:50:20.467Z] 07:48:01 520832 0 671688 35.70 688 688336 1077440 36.77 515744 575156 8 [2021-02-05T07:50:20.467Z] 07:49:01 520208 0 672248 35.73 688 688400 1077600 36.78 516756 575172 20 [2021-02-05T07:50:20.467Z] 07:50:01 180524 0 740176 39.34 688 960156 1499000 51.16 611992 813432 62020 [2021-02-05T07:50:20.468Z] Average: 392296 0 694639 36.92 947 793661 1222098 41.71 540819 680010 15042 [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z] 07:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-05T07:50:20.468Z] 07:40:01 eth0 988.31 1246.13 3544.72 156.80 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:40:01 docker0 1075.43 734.06 81.38 2678.21 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:41:01 eth0 481.06 415.92 3682.12 41.95 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:41:01 docker0 142.37 168.00 9.88 842.89 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:42:02 vethe0bb1f7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:42:02 eth0 46.63 33.89 32.70 54.90 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:43:01 vethe0bb1f7 1.86 1.86 0.15 0.15 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:43:01 eth0 21.86 11.77 16.20 8.67 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:43:01 docker0 1.86 1.86 0.12 0.15 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:44:01 eth0 20.10 20.76 2.95 38.42 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:45:01 eth0 4.23 4.25 0.51 6.50 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:46:01 eth0 0.12 0.08 0.01 0.06 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:48:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:49:01 eth0 1.15 0.38 0.45 0.23 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:50:01 eth0 145.07 124.13 1727.84 12.18 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] Average: eth0 155.59 169.14 820.44 29.10 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] Average: docker0 111.05 82.31 8.32 320.66 0.00 0.00 0.00 0.00 [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z] ---> sar -P ALL: [2021-02-05T07:50:20.468Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z] 07:38:00 LINUX RESTART (4 CPU) [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z] 07:39:01 CPU %user %nice %system %iowait %steal %idle [2021-02-05T07:50:20.468Z] 07:40:01 all 12.13 0.00 5.55 1.98 0.06 80.28 [2021-02-05T07:50:20.468Z] 07:40:01 0 11.39 0.00 6.69 2.26 0.05 79.60 [2021-02-05T07:50:20.468Z] 07:40:01 1 12.49 0.00 5.43 1.93 0.07 80.07 [2021-02-05T07:50:20.468Z] 07:40:01 2 10.50 0.00 5.81 2.62 0.05 81.02 [2021-02-05T07:50:20.468Z] 07:40:01 3 14.15 0.00 4.27 1.10 0.05 80.44 [2021-02-05T07:50:20.468Z] 07:41:01 all 9.79 0.00 8.02 4.79 0.06 77.34 [2021-02-05T07:50:20.468Z] 07:41:01 0 9.62 0.00 7.74 6.18 0.07 76.39 [2021-02-05T07:50:20.468Z] 07:41:01 1 10.96 0.00 8.28 3.65 0.05 77.06 [2021-02-05T07:50:20.468Z] 07:41:01 2 9.22 0.00 8.08 4.83 0.05 77.82 [2021-02-05T07:50:20.468Z] 07:41:01 3 9.34 0.00 7.98 4.52 0.07 78.09 [2021-02-05T07:50:20.468Z] 07:42:02 all 42.74 0.00 12.56 5.78 0.05 38.87 [2021-02-05T07:50:20.468Z] 07:42:02 0 44.89 0.00 12.87 5.32 0.05 36.87 [2021-02-05T07:50:20.468Z] 07:42:02 1 42.05 0.00 12.48 6.76 0.05 38.67 [2021-02-05T07:50:20.468Z] 07:42:02 2 41.22 0.00 12.37 6.01 0.03 40.37 [2021-02-05T07:50:20.468Z] 07:42:02 3 42.80 0.00 12.53 5.03 0.07 39.57 [2021-02-05T07:50:20.468Z] 07:43:01 all 45.29 0.00 13.35 3.79 0.04 37.52 [2021-02-05T07:50:20.468Z] 07:43:01 0 46.87 0.00 13.44 4.04 0.04 35.62 [2021-02-05T07:50:20.468Z] 07:43:01 1 44.98 0.00 12.99 2.25 0.04 39.75 [2021-02-05T07:50:20.468Z] 07:43:01 2 46.56 0.00 13.72 4.55 0.05 35.12 [2021-02-05T07:50:20.468Z] 07:43:01 3 42.75 0.00 13.25 4.32 0.05 39.62 [2021-02-05T07:50:20.468Z] 07:44:01 all 0.33 0.00 0.49 0.56 0.01 98.61 [2021-02-05T07:50:20.468Z] 07:44:01 0 0.35 0.00 0.50 0.15 0.02 98.98 [2021-02-05T07:50:20.468Z] 07:44:01 1 0.32 0.00 0.50 2.00 0.00 97.18 [2021-02-05T07:50:20.468Z] 07:44:01 2 0.33 0.00 0.60 0.10 0.00 98.97 [2021-02-05T07:50:20.468Z] 07:44:01 3 0.32 0.00 0.37 0.00 0.02 99.30 [2021-02-05T07:50:20.468Z] 07:45:01 all 0.11 0.00 0.05 0.00 0.00 99.85 [2021-02-05T07:50:20.468Z] 07:45:01 0 0.30 0.00 0.07 0.00 0.00 99.63 [2021-02-05T07:50:20.468Z] 07:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-05T07:50:20.468Z] 07:45:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-05T07:50:20.468Z] 07:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-05T07:50:20.468Z] 07:46:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2021-02-05T07:50:20.468Z] 07:46:01 0 0.28 0.00 0.02 0.02 0.00 99.68 [2021-02-05T07:50:20.468Z] 07:46:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-05T07:50:20.468Z] 07:46:01 2 0.30 0.00 0.05 0.00 0.00 99.65 [2021-02-05T07:50:20.468Z] 07:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-05T07:50:20.468Z] 07:47:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-05T07:50:20.468Z] 07:47:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-05T07:50:20.468Z] 07:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-05T07:50:20.468Z] 07:47:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-05T07:50:20.468Z] 07:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-05T07:50:20.468Z] 07:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-05T07:50:20.468Z] 07:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-05T07:50:20.468Z] 07:48:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-05T07:50:20.468Z] 07:48:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-05T07:50:20.468Z] 07:48:01 3 0.48 0.00 0.05 0.00 0.00 99.47 [2021-02-05T07:50:20.468Z] 07:49:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-02-05T07:50:20.468Z] 07:49:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-05T07:50:20.468Z] 07:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-05T07:50:20.468Z] 07:49:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-05T07:50:20.468Z] 07:49:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-05T07:50:20.468Z] 07:50:01 all 1.99 0.00 1.28 1.38 0.00 95.35 [2021-02-05T07:50:20.468Z] 07:50:01 0 1.40 0.00 1.15 0.02 0.00 97.43 [2021-02-05T07:50:20.468Z] 07:50:01 1 2.36 0.00 1.42 2.43 0.00 93.79 [2021-02-05T07:50:20.468Z] 07:50:01 2 1.99 0.00 1.22 2.02 0.02 94.75 [2021-02-05T07:50:20.468Z] 07:50:01 3 2.22 0.00 1.32 1.04 0.00 95.42 [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-02-05T07:50:20.468Z] Average: all 9.95 0.00 3.67 1.63 0.02 84.74 [2021-02-05T07:50:20.468Z] Average: 0 10.14 0.00 3.76 1.59 0.02 84.48 [2021-02-05T07:50:20.468Z] Average: 1 9.98 0.00 3.65 1.70 0.02 84.65 [2021-02-05T07:50:20.468Z] Average: 2 9.77 0.00 3.72 1.79 0.02 84.69 [2021-02-05T07:50:20.468Z] Average: 3 9.91 0.00 3.52 1.42 0.02 85.12 [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z] [2021-02-05T07:50:20.468Z]