Pull request #3133 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 64ad5e4024d8a5b9213377807c8fbb1213a44068+dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b (4b15bd76e58d89eed4cd6454138bffb8ab900150) 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 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26203’ is offline; ‘prd-centos7-docker-4c-2g-26205’ is offline Running on prd-centos7-docker-4c-2g-26212 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 64ad5e4024d8a5b9213377807c8fbb1213a44068 Merge succeeded, producing 64ad5e4024d8a5b9213377807c8fbb1213a44068 Checking out Revision 64ad5e4024d8a5b9213377807c8fbb1213a44068 (PR-3133) > 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 64ad5e4024d8a5b9213377807c8fbb1213a44068 # 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 dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 64ad5e4024d8a5b9213377807c8fbb1213a44068 # 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-12T03:15:44.040Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T03:15:44.331Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T03:15:44.453Z] ========================================================= [2021-02-12T03:15:44.453Z] EdgeX Global Pipelines Version Info [2021-02-12T03:15:44.453Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b097b2644647151a7e9ce04eee05fa43c2d29781 # timeout=10 [2021-02-12T03:15:45.949Z] ------------------- [2021-02-12T03:15:45.949Z] stable info: [2021-02-12T03:15:45.949Z] ------------------- [2021-02-12T03:15:45.949Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T03:15:45.949Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T03:15:45.949Z] Message: update stable to v1.0.179 [2021-02-12T03:15:46.896Z] ------------------- [2021-02-12T03:15:46.896Z] experimental info: [2021-02-12T03:15:46.896Z] ------------------- [2021-02-12T03:15:46.896Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T03:15:46.896Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T03:15:46.896Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T03:15:47.192Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T03:15:47.275Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T03:15:47.358Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T03:15:47.474Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T03:15:47.562Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T03:15:47.656Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T03:15:47.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T03:15:47.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T03:15:47.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T03:15:48.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T03:15:48.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T03:15:48.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T03:15:48.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T03:15:48.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T03:15:48.483Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T03:15:48.588Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T03:15:48.673Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T03:15:48.795Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T03:15:48.881Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T03:15:48.967Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T03:15:49.051Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T03:15:49.156Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T03:15:49.251Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T03:15:49.373Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3133 [Pipeline] echo [2021-02-12T03:15:49.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3133 [Pipeline] echo [2021-02-12T03:15:49.572Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3133 [Pipeline] echo [2021-02-12T03:15:49.658Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 64ad5e4024d8a5b9213377807c8fbb1213a44068 [Pipeline] echo [2021-02-12T03:15:49.751Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 64ad5e4 [Pipeline] echo [2021-02-12T03:15:49.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T03:15:50.005Z] provisioning config files... [2021-02-12T03:15:50.037Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config7500239714097847629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:15:50.447Z] ---> docker-login.sh [2021-02-12T03:15:50.447Z] nexus3.edgexfoundry.org:10001 [2021-02-12T03:15:50.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:50.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:50.982Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:50.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:50.983Z] [2021-02-12T03:15:50.983Z] Login Succeeded [2021-02-12T03:15:50.983Z] nexus3.edgexfoundry.org:10002 [2021-02-12T03:15:50.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:51.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:51.247Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:51.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:51.247Z] [2021-02-12T03:15:51.247Z] Login Succeeded [2021-02-12T03:15:51.247Z] nexus3.edgexfoundry.org:10003 [2021-02-12T03:15:51.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:51.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:51.247Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:51.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:51.247Z] [2021-02-12T03:15:51.247Z] Login Succeeded [2021-02-12T03:15:51.247Z] nexus3.edgexfoundry.org:10004 [2021-02-12T03:15:51.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:51.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:51.510Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:51.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:51.510Z] [2021-02-12T03:15:51.510Z] Login Succeeded [2021-02-12T03:15:51.510Z] docker.io [2021-02-12T03:15:51.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:15:51.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:15:51.776Z] Configure a credential helper to remove this warning. See [2021-02-12T03:15:51.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:15:51.776Z] [2021-02-12T03:15:51.776Z] Login Succeeded [2021-02-12T03:15:51.776Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T03:15:51.786Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T03:15:52.315Z] ++ 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-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T03:15:52.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T03:15:52.315Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T03:15:52.315Z] ++ cut -d/ -f2 [2021-02-12T03:15:52.315Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T03:15:52.382Z] 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-12T03:15:53.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T03:15:53.236Z] [2021-02-12T03:15:53.236Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:15:53.581Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T03:15:53.581Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T03:15:53.581Z] 31603596830f: Pulling fs layer [2021-02-12T03:15:53.581Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T03:15:53.581Z] 6ca5941a6612: Pulling fs layer [2021-02-12T03:15:53.581Z] ecc8261a40a4: Pulling fs layer [2021-02-12T03:15:53.581Z] ecc8261a40a4: Waiting [2021-02-12T03:15:53.581Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T03:15:53.581Z] 2a8b12db71e7: Download complete [2021-02-12T03:15:53.848Z] 31603596830f: Verifying Checksum [2021-02-12T03:15:53.848Z] 31603596830f: Download complete [2021-02-12T03:15:53.848Z] ecc8261a40a4: Verifying Checksum [2021-02-12T03:15:53.848Z] ecc8261a40a4: Download complete [2021-02-12T03:15:53.848Z] 6ca5941a6612: Verifying Checksum [2021-02-12T03:15:53.848Z] 6ca5941a6612: Download complete [2021-02-12T03:15:54.110Z] 31603596830f: Pull complete [2021-02-12T03:15:54.373Z] 2a8b12db71e7: Pull complete [2021-02-12T03:15:55.327Z] 6ca5941a6612: Pull complete [2021-02-12T03:15:55.327Z] ecc8261a40a4: Pull complete [2021-02-12T03:15:55.327Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T03:15:55.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T03:15:55.327Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T03:15:55.432Z] prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container [2021-02-12T03:15:55.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-12T03:15:58.085Z] $ docker top 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T03:15:58.541Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T03:15:58.541Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T03:15:58.794Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T03:15:58.797Z] $ docker exec 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent [2021-02-12T03:15:58.980Z] SSH_AUTH_SOCK=/tmp/ssh-TF3VXnNZF2QL/agent.11 [2021-02-12T03:15:58.980Z] SSH_AGENT_PID=16 [2021-02-12T03:15:58.996Z] Running ssh-add (command line suppressed) [2021-02-12T03:15:59.120Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_3429254806735696923.key (/w/workspace/edgex-go/15@tmp/private_key_3429254806735696923.key) [2021-02-12T03:15:59.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T03:15:59.520Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T03:15:59.543Z] $ docker exec --env ******** --env ******** 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent -k [2021-02-12T03:15:59.675Z] unset SSH_AUTH_SOCK; [2021-02-12T03:15:59.675Z] unset SSH_AGENT_PID; [2021-02-12T03:15:59.675Z] echo Agent pid 16 killed; [2021-02-12T03:15:59.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T03:15:59.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T03:15:59.856Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T03:16:00.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T03:16:00.040Z] $ docker exec 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent [2021-02-12T03:16:00.216Z] SSH_AUTH_SOCK=/tmp/ssh-RoCzHoxQW34O/agent.44 [2021-02-12T03:16:00.216Z] SSH_AGENT_PID=49 [2021-02-12T03:16:00.223Z] Running ssh-add (command line suppressed) [2021-02-12T03:16:00.352Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_4500084594535306394.key (/w/workspace/edgex-go/15@tmp/private_key_4500084594535306394.key) [2021-02-12T03:16:00.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T03:16:00.752Z] + git semver init [2021-02-12T03:16:00.753Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T03:16:00.753Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2021-02-12T03:16:00.753Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2021-02-12T03:16:00.753Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T03:16:00.753Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T03:16:00.753Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T03:16:00.753Z] # $SEMVER_BRANCH = PR-3133 [2021-02-12T03:16:00.753Z] # $SEMVER_TEMP = /tmp/semver-581905787 [2021-02-12T03:16:00.753Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T03:16:27.393Z] # '/tmp/semver-581905787' -> '/w/workspace/edgex-go/15/.semver' [2021-02-12T03:16:27.393Z] # -> Force: false [2021-02-12T03:16:27.393Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2021-02-12T03:16:27.405Z] $ docker exec --env ******** --env ******** 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent -k [2021-02-12T03:16:27.668Z] unset SSH_AUTH_SOCK; [2021-02-12T03:16:27.669Z] unset SSH_AGENT_PID; [2021-02-12T03:16:27.669Z] echo Agent pid 49 killed; [2021-02-12T03:16:27.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T03:16:28.202Z] + git semver [Pipeline] } [2021-02-12T03:16:28.220Z] $ docker stop --time=1 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 [2021-02-12T03:16:30.226Z] $ docker rm -f 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T03:16:30.868Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T03:16:31.467Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T03:16:31.470Z] [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-12T03:16:32.308Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T03:16:32.611Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T03:16:32.913Z] + sudo service docker restart [2021-02-12T03:16:32.913Z] + true [2021-02-12T03:16:32.913Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T03:16:33.880Z] ========================================================= [2021-02-12T03:16:33.880Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T03:16:33.880Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:16:34.216Z] + 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-12T03:16:38.469Z] Sending build context to Docker daemon 327.8MB [2021-02-12T03:16:38.469Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T03:16:38.469Z] Step 2/6 : FROM ${BASE} [2021-02-12T03:16:38.469Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T03:16:38.469Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T03:16:38.469Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T03:16:38.469Z] de9db76c5a1d: Pulling fs layer [2021-02-12T03:16:38.469Z] bca2f99d35d6: Pulling fs layer [2021-02-12T03:16:38.469Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T03:16:38.469Z] 7c6f9722023f: Pulling fs layer [2021-02-12T03:16:38.469Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T03:16:38.469Z] 93359f2a8cfa: Waiting [2021-02-12T03:16:38.469Z] bca2f99d35d6: Waiting [2021-02-12T03:16:38.469Z] 7c6f9722023f: Waiting [2021-02-12T03:16:38.469Z] a35cf1a2eb13: Waiting [2021-02-12T03:16:38.469Z] de9db76c5a1d: Verifying Checksum [2021-02-12T03:16:38.469Z] de9db76c5a1d: Download complete [2021-02-12T03:16:38.469Z] 0ef7d3d256c8: Download complete [2021-02-12T03:16:38.469Z] 93359f2a8cfa: Download complete [2021-02-12T03:16:38.469Z] 7c6f9722023f: Download complete [2021-02-12T03:16:38.469Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T03:16:38.469Z] 188c0c94c7c5: Download complete [2021-02-12T03:16:38.469Z] 188c0c94c7c5: Pull complete [2021-02-12T03:16:38.744Z] 0ef7d3d256c8: Pull complete [2021-02-12T03:16:39.008Z] de9db76c5a1d: Pull complete [2021-02-12T03:16:40.416Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T03:16:40.416Z] a35cf1a2eb13: Download complete [2021-02-12T03:16:40.416Z] bca2f99d35d6: Download complete [2021-02-12T03:16:45.756Z] bca2f99d35d6: Pull complete [2021-02-12T03:16:45.756Z] 93359f2a8cfa: Pull complete [2021-02-12T03:16:46.028Z] 7c6f9722023f: Pull complete [2021-02-12T03:16:46.819Z] Still waiting to schedule task [2021-02-12T03:16:46.819Z] ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26205’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26207’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26208’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26211’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26201’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26214’ is offline [2021-02-12T03:16:51.345Z] a35cf1a2eb13: Pull complete [2021-02-12T03:16:51.345Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T03:16:51.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T03:16:51.345Z] ---> a62c8e92a672 [2021-02-12T03:16:51.345Z] 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-12T03:16:51.345Z] ---> Running in 6ea9512f9fa6 [2021-02-12T03:16:51.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T03:16:52.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T03:16:53.138Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T03:16:53.138Z] (2/12) Installing file (5.38-r0) [2021-02-12T03:16:53.138Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T03:16:53.400Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T03:16:56.715Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T03:16:56.715Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T03:16:56.978Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T03:16:56.978Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T03:16:56.978Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T03:16:57.241Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T03:16:57.241Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T03:16:57.505Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T03:16:57.505Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:16:57.505Z] OK: 233 MiB in 51 packages [2021-02-12T03:17:01.791Z] Removing intermediate container 6ea9512f9fa6 [2021-02-12T03:17:01.791Z] ---> 5ff39daa5d82 [2021-02-12T03:17:01.791Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T03:17:01.791Z] ---> Running in 443bbb55bf2d [2021-02-12T03:17:01.791Z] Removing intermediate container 443bbb55bf2d [2021-02-12T03:17:01.791Z] ---> 74c673ac3008 [2021-02-12T03:17:01.791Z] Step 5/6 : COPY go.mod . [2021-02-12T03:17:01.791Z] ---> 5cff07a8cc2d [2021-02-12T03:17:01.791Z] Step 6/6 : RUN go mod download [2021-02-12T03:17:01.791Z] ---> Running in f9fc56ae9260 [2021-02-12T03:17:23.836Z] Removing intermediate container f9fc56ae9260 [2021-02-12T03:17:23.836Z] ---> dc73ab0f6b7a [2021-02-12T03:17:23.836Z] Successfully built dc73ab0f6b7a [2021-02-12T03:17:23.836Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:17:24.154Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T03:17:24.154Z] . [Pipeline] withDockerContainer [2021-02-12T03:17:24.261Z] prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container [2021-02-12T03:17:24.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-12T03:17:25.142Z] $ docker top 3bd039e684ae3e64af8aeb24a0ef0c83b4d03bbeeaba760470af520d11e1f223 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:17:25.633Z] + go version [2021-02-12T03:17:25.634Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T03:17:25.647Z] $ docker stop --time=1 3bd039e684ae3e64af8aeb24a0ef0c83b4d03bbeeaba760470af520d11e1f223 [2021-02-12T03:17:27.020Z] $ docker rm -f 3bd039e684ae3e64af8aeb24a0ef0c83b4d03bbeeaba760470af520d11e1f223 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:17:27.848Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T03:17:27.848Z] . [Pipeline] withDockerContainer [2021-02-12T03:17:27.955Z] prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container [2021-02-12T03:17:28.007Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-12T03:17:28.759Z] $ docker top b3f10db408a168c0b0af971187539933af51d889d111047e18ebc361290ca626 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T03:17:28.995Z] ========================================================= [2021-02-12T03:17:28.995Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T03:17:28.995Z] ========================================================= [Pipeline] sh [2021-02-12T03:17:29.340Z] + make test [2021-02-12T03:17:29.340Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T03:17:39.422Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T03:17:57.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T03:17:59.113Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T03:18:02.480Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T03:18:02.480Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T03:18:03.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T03:18:03.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T03:18:03.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T03:18:03.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T03:18:04.043Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T03:18:04.632Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T03:18:07.244Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T03:18:07.244Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T03:18:07.244Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T03:18:09.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 45.9% of statements [2021-02-12T03:18:09.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T03:18:09.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T03:18:09.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T03:18:09.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T03:18:09.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T03:18:09.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T03:18:09.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T03:18:09.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-02-12T03:18:14.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements [2021-02-12T03:18:14.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T03:18:14.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T03:18:14.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T03:18:14.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T03:18:14.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T03:18:14.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T03:18:14.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T03:18:14.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.3% of statements [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T03:18:14.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T03:18:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.382s coverage: 28.6% of statements [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T03:18:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T03:18:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T03:18:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-02-12T03:18:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T03:18:16.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-02-12T03:18:16.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T03:18:16.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-02-12T03:18:16.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T03:18:16.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T03:18:16.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T03:18:16.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.401s coverage: 92.8% of statements [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T03:18:19.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-02-12T03:18:19.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-02-12T03:18:31.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements [2021-02-12T03:18:31.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 77.8% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 68.9% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 37.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.126s coverage: 89.4% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.742s coverage: 29.1% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.071s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T03:18:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2021-02-12T03:18:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-12T03:18:42.704Z] GO111MODULE=on go vet ./... [2021-02-12T03:19:00.055Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26218 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws [2021-02-12T03:19:00.163Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-02-12T03:19:06.201Z] using credential edgex-jenkins-ssh [2021-02-12T03:19:06.255Z] Cloning the remote Git repository [2021-02-12T03:19:06.335Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T03:19:06.469Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-02-12T03:19:06.565Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T03:19:06.566Z] > git --version # timeout=10 [2021-02-12T03:19:06.589Z] > git --version # 'git version 2.17.1' [2021-02-12T03:19:06.591Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T03:19:06.700Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T03:19:15.077Z] gofmt -l . [2021-02-12T03:19:15.077Z] [ "`gofmt -l .`" = "" ] [2021-02-12T03:19:15.077Z] ./bin/test-go-mod-tidy.sh [2021-02-12T03:19:15.077Z] ./bin/test-attribution-txt.sh [2021-02-12T03:19:15.077Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-12T03:19:15.077Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-12T03:19:15.077Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-12T03:19:15.077Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-12T03:19:15.077Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-12T03:19:15.077Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2021-02-12T03:19:15.101Z] $ docker stop --time=1 b3f10db408a168c0b0af971187539933af51d889d111047e18ebc361290ca626 [2021-02-12T03:19:17.243Z] $ docker rm -f b3f10db408a168c0b0af971187539933af51d889d111047e18ebc361290ca626 [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-12T03:19:18.741Z] Failed in branch amd64 [2021-02-12T03:19:29.043Z] Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 64ad5e4024d8a5b9213377807c8fbb1213a44068 [2021-02-12T03:19:28.193Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T03:19:28.223Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T03:19:28.309Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T03:19:28.359Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T03:19:28.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T03:19:28.374Z] > 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-12T03:19:29.068Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T03:19:29.088Z] > git checkout -f 64ad5e4024d8a5b9213377807c8fbb1213a44068 # timeout=10 [2021-02-12T03:19:29.428Z] > git remote # timeout=10 [2021-02-12T03:19:29.550Z] Merge succeeded, producing 64ad5e4024d8a5b9213377807c8fbb1213a44068 [2021-02-12T03:19:29.551Z] Checking out Revision 64ad5e4024d8a5b9213377807c8fbb1213a44068 (PR-3133) [2021-02-12T03:19:29.474Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T03:19:29.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T03:19:29.509Z] > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 [2021-02-12T03:19:29.535Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T03:19:29.559Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T03:19:29.574Z] > git checkout -f 64ad5e4024d8a5b9213377807c8fbb1213a44068 # timeout=10 [2021-02-12T03:19:34.263Z] 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-12T03:19:35.922Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T03:19:36.352Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T03:19:36.695Z] + + sudo service docker restart [2021-02-12T03:19:36.695Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T03:19:38.755Z] provisioning config files... [2021-02-12T03:19:40.181Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config8126343855338103170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:19:40.754Z] ---> docker-login.sh [2021-02-12T03:19:40.755Z] nexus3.edgexfoundry.org:10001 [2021-02-12T03:19:41.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:42.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:42.029Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:42.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:42.029Z] [2021-02-12T03:19:42.029Z] Login Succeeded [2021-02-12T03:19:42.029Z] nexus3.edgexfoundry.org:10002 [2021-02-12T03:19:42.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:42.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:42.627Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:42.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:42.627Z] [2021-02-12T03:19:42.627Z] Login Succeeded [2021-02-12T03:19:42.627Z] nexus3.edgexfoundry.org:10003 [2021-02-12T03:19:43.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:43.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:43.232Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:43.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:43.232Z] [2021-02-12T03:19:43.232Z] Login Succeeded [2021-02-12T03:19:43.232Z] nexus3.edgexfoundry.org:10004 [2021-02-12T03:19:43.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:43.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:43.842Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:43.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:43.842Z] [2021-02-12T03:19:43.842Z] Login Succeeded [2021-02-12T03:19:43.842Z] docker.io [2021-02-12T03:19:44.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T03:19:44.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T03:19:44.720Z] Configure a credential helper to remove this warning. See [2021-02-12T03:19:44.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T03:19:44.720Z] [2021-02-12T03:19:44.720Z] Login Succeeded [2021-02-12T03:19:44.720Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T03:19:44.740Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T03:19:45.216Z] ========================================================= [2021-02-12T03:19:45.216Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T03:19:45.216Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:19:45.593Z] + 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-12T03:19:48.242Z] Sending build context to Docker daemon 166.3MB [2021-02-12T03:19:48.242Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T03:19:48.242Z] Step 2/6 : FROM ${BASE} [2021-02-12T03:19:48.242Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T03:19:48.242Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T03:19:48.242Z] a4357932f1b6: Pulling fs layer [2021-02-12T03:19:48.242Z] 18c013af1878: Pulling fs layer [2021-02-12T03:19:48.242Z] 00ac8860ef70: Pulling fs layer [2021-02-12T03:19:48.242Z] 63d7cb157983: Pulling fs layer [2021-02-12T03:19:48.242Z] b116817d02f9: Pulling fs layer [2021-02-12T03:19:48.242Z] 745a02a5169b: Pulling fs layer [2021-02-12T03:19:48.242Z] 63d7cb157983: Waiting [2021-02-12T03:19:48.242Z] b116817d02f9: Waiting [2021-02-12T03:19:48.242Z] 745a02a5169b: Waiting [2021-02-12T03:19:48.242Z] 00ac8860ef70: Waiting [2021-02-12T03:19:48.242Z] 18c013af1878: Verifying Checksum [2021-02-12T03:19:48.242Z] 18c013af1878: Download complete [2021-02-12T03:19:48.242Z] a4357932f1b6: Verifying Checksum [2021-02-12T03:19:48.242Z] a4357932f1b6: Download complete [2021-02-12T03:19:48.242Z] 63d7cb157983: Verifying Checksum [2021-02-12T03:19:48.242Z] 63d7cb157983: Download complete [2021-02-12T03:19:48.242Z] b116817d02f9: Verifying Checksum [2021-02-12T03:19:48.242Z] b116817d02f9: Download complete [2021-02-12T03:19:48.242Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T03:19:48.242Z] 5f621e34cdf4: Download complete [2021-02-12T03:19:48.863Z] 5f621e34cdf4: Pull complete [2021-02-12T03:19:49.487Z] a4357932f1b6: Pull complete [2021-02-12T03:19:49.774Z] 18c013af1878: Pull complete [2021-02-12T03:19:50.051Z] 745a02a5169b: Verifying Checksum [2021-02-12T03:19:50.051Z] 745a02a5169b: Download complete [2021-02-12T03:19:51.488Z] 00ac8860ef70: Verifying Checksum [2021-02-12T03:19:51.488Z] 00ac8860ef70: Download complete [2021-02-12T03:20:01.742Z] 00ac8860ef70: Pull complete [2021-02-12T03:20:01.742Z] 63d7cb157983: Pull complete [2021-02-12T03:20:01.742Z] b116817d02f9: Pull complete [2021-02-12T03:20:05.161Z] 745a02a5169b: Pull complete [2021-02-12T03:20:05.161Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T03:20:05.161Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T03:20:05.161Z] ---> b7e6874047d6 [2021-02-12T03:20:05.161Z] 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-12T03:20:08.561Z] ---> Running in b90341fffeb0 [2021-02-12T03:20:10.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:20:10.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:20:11.983Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T03:20:12.255Z] (2/12) Installing file (5.38-r0) [2021-02-12T03:20:12.526Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T03:20:12.526Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T03:20:30.827Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T03:20:30.827Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T03:20:30.827Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T03:20:30.827Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T03:20:30.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T03:20:30.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T03:20:30.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T03:20:30.827Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T03:20:30.827Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:20:30.827Z] OK: 217 MiB in 51 packages [2021-02-12T03:20:33.449Z] Removing intermediate container b90341fffeb0 [2021-02-12T03:20:33.449Z] ---> d59cb408aa59 [2021-02-12T03:20:33.449Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T03:20:33.449Z] ---> Running in ce731b066db4 [2021-02-12T03:20:33.723Z] Removing intermediate container ce731b066db4 [2021-02-12T03:20:33.723Z] ---> 5737ae9deb9c [2021-02-12T03:20:33.723Z] Step 5/6 : COPY go.mod . [2021-02-12T03:20:34.324Z] ---> 7a74009bbafd [2021-02-12T03:20:34.325Z] Step 6/6 : RUN go mod download [2021-02-12T03:20:34.600Z] ---> Running in 51237f9d6f86 [2021-02-12T03:21:01.438Z] Removing intermediate container 51237f9d6f86 [2021-02-12T03:21:01.438Z] ---> c412ab4d51ff [2021-02-12T03:21:01.717Z] Successfully built c412ab4d51ff [2021-02-12T03:21:01.717Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:21:02.115Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T03:21:02.115Z] . [Pipeline] withDockerContainer [2021-02-12T03:21:02.408Z] prd-ubuntu18.04-docker-arm64-4c-16g-26218 does not seem to be running inside a container [2021-02-12T03:21:02.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-12T03:21:04.100Z] $ docker top d335b6f2137c295c601547c3d940d99137d288b46e372c1cd4fb8d177d36f4be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:21:05.141Z] + go version [2021-02-12T03:21:05.141Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T03:21:05.159Z] $ docker stop --time=1 d335b6f2137c295c601547c3d940d99137d288b46e372c1cd4fb8d177d36f4be [2021-02-12T03:21:07.156Z] $ docker rm -f d335b6f2137c295c601547c3d940d99137d288b46e372c1cd4fb8d177d36f4be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:21:08.149Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T03:21:08.149Z] . [Pipeline] withDockerContainer [2021-02-12T03:21:08.456Z] prd-ubuntu18.04-docker-arm64-4c-16g-26218 does not seem to be running inside a container [2021-02-12T03:21:08.543Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-12T03:21:10.090Z] $ docker top 9788a92a85d9112f54f0b5c8f726d8a81340e715d9d0b9158464527b702c2d36 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T03:21:10.493Z] ========================================================= [2021-02-12T03:21:10.493Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T03:21:10.493Z] ========================================================= [Pipeline] sh [2021-02-12T03:21:11.146Z] + make test [2021-02-12T03:21:11.146Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T03:21:37.985Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T03:22:34.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T03:22:41.564Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T03:22:51.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T03:22:51.816Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T03:22:53.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T03:22:53.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T03:22:53.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T03:22:54.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T03:22:56.725Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T03:22:58.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T03:23:07.038Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T03:23:07.038Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T03:23:07.038Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T03:23:13.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.312s coverage: 45.9% of statements [2021-02-12T03:23:13.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T03:23:13.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T03:23:13.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T03:23:13.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T03:23:13.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T03:23:13.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T03:23:13.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T03:23:13.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.211s coverage: 100.0% of statements [2021-02-12T03:23:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.578s coverage: 27.1% of statements [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T03:23:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T03:23:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T03:23:22.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T03:23:22.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T03:23:25.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.810s coverage: 82.3% of statements [2021-02-12T03:23:25.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T03:23:25.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:23:25.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T03:23:25.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T03:23:32.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.398s coverage: 28.6% of statements [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T03:23:32.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.274s coverage: 100.0% of statements [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T03:23:32.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T03:23:32.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements [2021-02-12T03:23:32.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T03:23:33.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.410s coverage: 97.5% of statements [2021-02-12T03:23:33.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T03:23:34.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 78.3% of statements [2021-02-12T03:23:34.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T03:23:34.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T03:23:34.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T03:23:34.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T03:23:44.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.537s coverage: 92.8% of statements [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T03:23:44.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T03:23:44.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.1% of statements [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T03:23:44.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T03:23:44.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 45.5% of statements [2021-02-12T03:23:44.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2021-02-12T03:23:44.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2021-02-12T03:23:44.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements [2021-02-12T03:23:44.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-02-12T03:23:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements [2021-02-12T03:23:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.146s coverage: 92.9% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 77.8% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.173s coverage: 84.2% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 63.5% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-12T03:24:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 68.9% of statements [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T03:24:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T03:24:14.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.425s coverage: 37.0% of statements [2021-02-12T03:24:14.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T03:24:14.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T03:24:14.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.857s coverage: 84.0% of statements [2021-02-12T03:24:14.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-02-12T03:24:21.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.500s coverage: 47.0% of statements [2021-02-12T03:24:21.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T03:24:21.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T03:24:21.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T03:24:21.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T03:24:21.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T03:24:21.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.234s coverage: 100.0% of statements [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T03:24:21.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T03:24:21.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.314s coverage: 89.4% of statements [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:24:21.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.381s coverage: 29.1% of statements [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.166s coverage: 100.0% of statements [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T03:24:31.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-12T03:24:31.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-12T03:24:32.267Z] GO111MODULE=on go vet ./... [2021-02-12T03:25:54.575Z] gofmt -l . [2021-02-12T03:25:54.576Z] [ "`gofmt -l .`" = "" ] [2021-02-12T03:25:54.576Z] ./bin/test-go-mod-tidy.sh [2021-02-12T03:25:54.576Z] ./bin/test-attribution-txt.sh [2021-02-12T03:25:55.167Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-12T03:25:55.167Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-12T03:25:55.167Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-12T03:25:55.167Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-12T03:25:55.438Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-12T03:25:55.438Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2021-02-12T03:25:55.451Z] $ docker stop --time=1 9788a92a85d9112f54f0b5c8f726d8a81340e715d9d0b9158464527b702c2d36 [2021-02-12T03:25:57.851Z] $ docker rm -f 9788a92a85d9112f54f0b5c8f726d8a81340e715d9d0b9158464527b702c2d36 [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-12T03:25:59.979Z] 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-12T03:26:01.995Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:26:02.881Z] ---> package-listing.sh [2021-02-12T03:26:02.882Z] ++ facter osfamily [2021-02-12T03:26:02.882Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T03:26:02.882Z] + OS_FAMILY=redhat [2021-02-12T03:26:02.882Z] + workspace=/w/workspace/edgex-go/15 [2021-02-12T03:26:02.882Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T03:26:02.882Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T03:26:02.882Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T03:26:02.882Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T03:26:02.882Z] + '[' /w/workspace/edgex-go/15 ']' [2021-02-12T03:26:02.882Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T03:26:02.882Z] + case "${OS_FAMILY}" in [2021-02-12T03:26:02.882Z] + rpm -qa [2021-02-12T03:26:02.882Z] + sort [2021-02-12T03:26:08.197Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T03:26:08.197Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T03:26:08.197Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T03:26:08.197Z] + '[' /w/workspace/edgex-go/15 ']' [2021-02-12T03:26:08.197Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2021-02-12T03:26:08.197Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2021-02-12T03:26:08.210Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T03:26:08.507Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:26:08.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:26:08.816Z] [2021-02-12T03:26:08.816Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:26:09.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:26:09.167Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T03:26:09.167Z] df20fa9351a1: Pulling fs layer [2021-02-12T03:26:09.167Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T03:26:09.167Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T03:26:09.167Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T03:26:09.167Z] 93b61091891f: Pulling fs layer [2021-02-12T03:26:09.167Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T03:26:09.167Z] 5e14af77c1be: Pulling fs layer [2021-02-12T03:26:09.167Z] 01666e4c0597: Pulling fs layer [2021-02-12T03:26:09.167Z] aa168da1d23b: Pulling fs layer [2021-02-12T03:26:09.167Z] 46f8f816bc3b: Waiting [2021-02-12T03:26:09.167Z] 93b61091891f: Waiting [2021-02-12T03:26:09.167Z] 93b9cdb0e59b: Waiting [2021-02-12T03:26:09.167Z] 5e14af77c1be: Waiting [2021-02-12T03:26:09.167Z] aa168da1d23b: Waiting [2021-02-12T03:26:09.167Z] 01666e4c0597: Waiting [2021-02-12T03:26:09.167Z] 36b3adc4ff6f: Verifying Checksum [2021-02-12T03:26:09.167Z] 36b3adc4ff6f: Download complete [2021-02-12T03:26:09.167Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T03:26:09.167Z] 46f8f816bc3b: Download complete [2021-02-12T03:26:09.167Z] df20fa9351a1: Verifying Checksum [2021-02-12T03:26:09.167Z] df20fa9351a1: Download complete [2021-02-12T03:26:09.443Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T03:26:09.443Z] 93b9cdb0e59b: Download complete [2021-02-12T03:26:09.443Z] 5e14af77c1be: Verifying Checksum [2021-02-12T03:26:09.443Z] 5e14af77c1be: Download complete [2021-02-12T03:26:09.443Z] 01666e4c0597: Verifying Checksum [2021-02-12T03:26:09.443Z] 01666e4c0597: Download complete [2021-02-12T03:26:09.443Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T03:26:09.443Z] 8ad3a11d3b57: Download complete [2021-02-12T03:26:09.712Z] df20fa9351a1: Pull complete [2021-02-12T03:26:09.978Z] 36b3adc4ff6f: Pull complete [2021-02-12T03:26:10.941Z] 8ad3a11d3b57: Pull complete [2021-02-12T03:26:11.217Z] 46f8f816bc3b: Pull complete [2021-02-12T03:26:11.481Z] aa168da1d23b: Verifying Checksum [2021-02-12T03:26:11.481Z] aa168da1d23b: Download complete [2021-02-12T03:26:11.481Z] 93b61091891f: Pull complete [2021-02-12T03:26:11.751Z] 93b9cdb0e59b: Pull complete [2021-02-12T03:26:11.751Z] 5e14af77c1be: Pull complete [2021-02-12T03:26:12.025Z] 01666e4c0597: Pull complete [2021-02-12T03:26:18.648Z] aa168da1d23b: Pull complete [2021-02-12T03:26:18.648Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T03:26:18.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:26:18.648Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T03:26:18.854Z] prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container [2021-02-12T03:26:18.912Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-12T03:26:23.099Z] $ docker top b40a1bb7ae4be5263ee2c900a79ebd0dc954e16cb04d16ca6f46444365d4b0b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:26:23.614Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T03:26:23.921Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T03:26:24.219Z] + ls /var/log/sa-host [2021-02-12T03:26:24.219Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T03:26:24.219Z] file_magic: OK [2021-02-12T03:26:24.219Z] HZ: Using current value: 100 [2021-02-12T03:26:24.219Z] file_header: OK [2021-02-12T03:26:24.219Z] 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-12T03:26:24.219Z] Statistics: [2021-02-12T03:26:24.220Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T03:26:24.220Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T03:26:24.220Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T03:26:24.220Z] file_magic: OK [2021-02-12T03:26:24.220Z] HZ: Using current value: 100 [2021-02-12T03:26:24.220Z] file_header: OK [2021-02-12T03:26:24.220Z] 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-12T03:26:24.220Z] Statistics: [2021-02-12T03:26:24.220Z] Hnuu...uuuununununu... [2021-02-12T03:26:24.220Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T03:26:24.431Z] provisioning config files... [2021-02-12T03:26:24.450Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config5935365434854529979tmp [Pipeline] { [Pipeline] echo [2021-02-12T03:26:24.526Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:26:24.826Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T03:26:24.835Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T03:26:24.914Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:26:25.212Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T03:26:25.224Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:26:25.519Z] ---> sudo-logs.sh [2021-02-12T03:26:25.519Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T03:26:25.530Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:26:25.827Z] ---> job-cost.sh [2021-02-12T03:26:25.827Z] lf-activate-venv: SKIPPING [2021-02-12T03:26:25.827Z] INFO: No Stack... [2021-02-12T03:26:26.793Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T03:26:27.373Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T03:26:27.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:26:27.690Z] ---> logs-deploy.sh [2021-02-12T03:26:27.691Z] lf-activate-venv: SKIPPING [2021-02-12T03:26:27.691Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3133/15 [2021-02-12T03:26:27.691Z] INFO: archiving workspace using pattern(s): [2021-02-12T03:26:29.613Z] Archives upload complete. [2021-02-12T03:26:29.613Z] INFO: archiving logs to Nexus [2021-02-12T03:26:30.563Z] ---> uname -a: [2021-02-12T03:26:30.563Z] Linux prd-centos7-docker-4c-2g-26212.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-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] ---> lscpu: [2021-02-12T03:26:30.563Z] Architecture: x86_64 [2021-02-12T03:26:30.563Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-12T03:26:30.563Z] Byte Order: Little Endian [2021-02-12T03:26:30.563Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-12T03:26:30.563Z] CPU(s): 4 [2021-02-12T03:26:30.563Z] On-line CPU(s) list: 0-3 [2021-02-12T03:26:30.563Z] Thread(s) per core: 1 [2021-02-12T03:26:30.563Z] Core(s) per socket: 1 [2021-02-12T03:26:30.563Z] Socket(s): 4 [2021-02-12T03:26:30.563Z] NUMA node(s): 1 [2021-02-12T03:26:30.563Z] Vendor ID: GenuineIntel [2021-02-12T03:26:30.563Z] CPU family: 6 [2021-02-12T03:26:30.563Z] Model: 44 [2021-02-12T03:26:30.563Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-12T03:26:30.563Z] Stepping: 1 [2021-02-12T03:26:30.563Z] CPU MHz: 2933.436 [2021-02-12T03:26:30.563Z] BogoMIPS: 5866.87 [2021-02-12T03:26:30.563Z] Virtualization: VT-x [2021-02-12T03:26:30.563Z] Hypervisor vendor: KVM [2021-02-12T03:26:30.563Z] Virtualization type: full [2021-02-12T03:26:30.563Z] L1d cache: 128 KiB [2021-02-12T03:26:30.563Z] L1i cache: 128 KiB [2021-02-12T03:26:30.563Z] L2 cache: 16 MiB [2021-02-12T03:26:30.563Z] L3 cache: 64 MiB [2021-02-12T03:26:30.563Z] NUMA node0 CPU(s): 0-3 [2021-02-12T03:26:30.563Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-12T03:26:30.563Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-12T03:26:30.563Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-12T03:26:30.563Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-12T03:26:30.563Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-12T03:26:30.563Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-12T03:26:30.563Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-12T03:26:30.563Z] Vulnerability Srbds: Not affected [2021-02-12T03:26:30.563Z] Vulnerability Tsx async abort: Not affected [2021-02-12T03:26:30.563Z] 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-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] ---> nproc: [2021-02-12T03:26:30.563Z] 4 [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] ---> df -h: [2021-02-12T03:26:30.563Z] Filesystem Size Used Available Use% Mounted on [2021-02-12T03:26:30.563Z] overlay 50.0G 8.2G 41.7G 17% / [2021-02-12T03:26:30.563Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-12T03:26:30.563Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-12T03:26:30.563Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/15@tmp [2021-02-12T03:26:30.563Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/15 [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] ---> free -m: [2021-02-12T03:26:30.563Z] total used free shared buff/cache available [2021-02-12T03:26:30.563Z] Mem: 1837 756 132 0 948 989 [2021-02-12T03:26:30.563Z] Swap: 1023 2 1021 [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] ---> ip addr: [2021-02-12T03:26:30.563Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-12T03:26:30.563Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-12T03:26:30.563Z] inet 127.0.0.1/8 scope host lo [2021-02-12T03:26:30.563Z] valid_lft forever preferred_lft forever [2021-02-12T03:26:30.563Z] inet6 ::1/128 scope host [2021-02-12T03:26:30.563Z] valid_lft forever preferred_lft forever [2021-02-12T03:26:30.563Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-12T03:26:30.563Z] link/ether fa:16:3e:95:b4:21 brd ff:ff:ff:ff:ff:ff [2021-02-12T03:26:30.563Z] inet 10.30.122.21/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-12T03:26:30.563Z] valid_lft 85712sec preferred_lft 85712sec [2021-02-12T03:26:30.563Z] inet6 fe80::f816:3eff:fe95:b421/64 scope link [2021-02-12T03:26:30.563Z] valid_lft forever preferred_lft forever [2021-02-12T03:26:30.563Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-12T03:26:30.563Z] link/ether 02:42:e2:8e:c4:f2 brd ff:ff:ff:ff:ff:ff [2021-02-12T03:26:30.563Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-12T03:26:30.563Z] valid_lft forever preferred_lft forever [2021-02-12T03:26:30.563Z] inet6 fe80::42:e2ff:fe8e:c4f2/64 scope link [2021-02-12T03:26:30.563Z] valid_lft forever preferred_lft forever [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] ---> sar -b -r -n DEV: [2021-02-12T03:26:30.563Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] 03:14:52 LINUX RESTART (4 CPU) [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] 03:16:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-12T03:26:30.563Z] 03:17:01 228.68 103.69 124.99 0.00 7261.73 49851.15 0.00 [2021-02-12T03:26:30.563Z] 03:18:01 265.00 105.94 159.07 0.00 3832.29 20200.08 0.00 [2021-02-12T03:26:30.563Z] 03:19:01 130.07 56.69 73.37 0.00 2027.34 8059.21 0.00 [2021-02-12T03:26:30.563Z] 03:20:01 53.60 27.33 26.27 0.00 1820.01 3393.97 0.00 [2021-02-12T03:26:30.563Z] 03:21:01 0.23 0.02 0.22 0.00 0.53 3.30 0.00 [2021-02-12T03:26:30.563Z] 03:22:01 1.33 1.02 0.32 0.00 124.41 3.26 0.00 [2021-02-12T03:26:30.563Z] 03:23:01 0.27 0.00 0.27 0.00 0.00 3.16 0.00 [2021-02-12T03:26:30.563Z] 03:24:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 [2021-02-12T03:26:30.563Z] 03:25:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-02-12T03:26:30.563Z] 03:26:01 2.36 2.13 0.23 0.00 316.22 2.36 0.00 [2021-02-12T03:26:30.563Z] Average: 67.99 29.58 38.41 0.00 1529.65 8088.03 0.00 [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] 03:16:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-12T03:26:30.563Z] 03:17:01 178364 0 664100 35.30 1564 1037516 1336404 45.61 550400 911500 8 [2021-02-12T03:26:30.563Z] 03:18:01 218616 0 770040 40.93 884 892004 1631464 55.68 636916 744292 33264 [2021-02-12T03:26:30.563Z] 03:19:01 305384 0 752196 39.98 608 823356 1553400 53.01 588592 696444 77076 [2021-02-12T03:26:30.563Z] 03:20:01 539800 0 680848 36.19 608 660288 1094388 37.35 527128 545924 20 [2021-02-12T03:26:30.563Z] 03:21:01 541308 0 679332 36.11 608 660296 1081036 36.89 529548 542280 8 [2021-02-12T03:26:30.563Z] 03:22:01 539516 0 677384 36.00 608 664036 1069704 36.51 525284 549060 8 [2021-02-12T03:26:30.563Z] 03:23:01 538404 0 678488 36.06 608 664044 1069836 36.51 525988 549108 8 [2021-02-12T03:26:30.563Z] 03:24:01 538988 0 677900 36.03 608 664048 1069796 36.51 524704 550308 12 [2021-02-12T03:26:30.563Z] 03:25:01 539720 0 677160 35.99 608 664056 1069704 36.51 524104 550312 12 [2021-02-12T03:26:30.563Z] 03:26:01 523872 0 683036 36.30 608 674028 1081840 36.92 531648 557216 8 [2021-02-12T03:26:30.563Z] Average: 446397 0 694048 36.89 731 740367 1205757 41.15 546431 619644 11042 [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] 03:16:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-12T03:26:30.563Z] 03:17:01 eth0 1058.90 1026.29 5599.41 108.35 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:17:01 docker0 764.70 750.59 59.40 2707.71 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:18:01 vethe130e07 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:18:01 eth0 158.37 126.60 511.49 21.87 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:18:01 docker0 108.05 122.98 8.54 481.59 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:19:01 vethe130e07 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:19:01 eth0 43.59 28.14 21.76 78.88 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:19:01 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:20:01 eth0 7.76 3.16 4.30 1.96 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:21:01 eth0 1.86 0.87 0.95 0.69 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:22:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:23:01 eth0 0.52 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:24:01 eth0 0.97 0.28 0.32 0.20 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:25:01 eth0 0.23 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:26:01 eth0 2.61 1.10 1.57 0.51 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] Average: eth0 126.06 117.24 606.00 21.14 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] Average: docker0 86.40 86.51 6.72 315.14 0.00 0.00 0.00 0.00 [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] ---> sar -P ALL: [2021-02-12T03:26:30.563Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] 03:14:52 LINUX RESTART (4 CPU) [2021-02-12T03:26:30.563Z] [2021-02-12T03:26:30.563Z] 03:16:02 CPU %user %nice %system %iowait %steal %idle [2021-02-12T03:26:30.563Z] 03:17:01 all 14.86 0.00 8.52 2.57 0.16 73.89 [2021-02-12T03:26:30.563Z] 03:17:01 0 16.39 0.00 10.43 2.23 0.16 70.80 [2021-02-12T03:26:30.563Z] 03:17:01 1 11.06 0.00 7.49 3.27 0.12 78.06 [2021-02-12T03:26:30.563Z] 03:17:01 2 17.49 0.00 8.50 2.79 0.18 71.05 [2021-02-12T03:26:30.563Z] 03:17:01 3 14.53 0.00 7.67 1.98 0.19 75.64 [2021-02-12T03:26:30.563Z] 03:18:01 all 35.00 0.00 11.93 7.03 0.26 45.77 [2021-02-12T03:26:30.563Z] 03:18:01 0 35.12 0.00 11.59 5.81 0.17 47.31 [2021-02-12T03:26:30.563Z] 03:18:01 1 34.86 0.00 11.16 6.74 0.26 46.98 [2021-02-12T03:26:30.563Z] 03:18:01 2 35.55 0.00 12.00 8.77 0.30 43.38 [2021-02-12T03:26:30.563Z] 03:18:01 3 34.49 0.00 12.98 6.81 0.30 45.42 [2021-02-12T03:26:30.563Z] 03:19:01 all 50.33 0.00 13.64 4.07 0.32 31.63 [2021-02-12T03:26:30.563Z] 03:19:01 0 49.93 0.00 13.10 1.99 0.28 34.69 [2021-02-12T03:26:30.563Z] 03:19:01 1 49.43 0.00 14.10 6.15 0.32 30.01 [2021-02-12T03:26:30.563Z] 03:19:01 2 50.25 0.00 13.92 6.64 0.33 28.85 [2021-02-12T03:26:30.564Z] 03:19:01 3 51.69 0.00 13.45 1.51 0.37 32.98 [2021-02-12T03:26:30.564Z] 03:20:01 all 10.05 0.00 3.83 1.50 0.19 84.43 [2021-02-12T03:26:30.564Z] 03:20:01 0 9.85 0.00 3.79 1.73 0.17 84.46 [2021-02-12T03:26:30.564Z] 03:20:01 1 9.86 0.00 4.14 1.73 0.24 84.03 [2021-02-12T03:26:30.564Z] 03:20:01 2 10.54 0.00 3.67 0.81 0.15 84.83 [2021-02-12T03:26:30.564Z] 03:20:01 3 9.95 0.00 3.72 1.73 0.19 84.41 [2021-02-12T03:26:30.564Z] 03:21:01 all 0.14 0.00 0.05 0.00 0.01 99.80 [2021-02-12T03:26:30.564Z] 03:21:01 0 0.42 0.00 0.05 0.00 0.00 99.53 [2021-02-12T03:26:30.564Z] 03:21:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-02-12T03:26:30.564Z] 03:21:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-02-12T03:26:30.564Z] 03:21:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-12T03:26:30.564Z] 03:22:01 all 0.18 0.00 0.11 0.00 0.01 99.70 [2021-02-12T03:26:30.564Z] 03:22:01 0 0.47 0.00 0.05 0.00 0.02 99.47 [2021-02-12T03:26:30.564Z] 03:22:01 1 0.07 0.00 0.12 0.00 0.00 99.82 [2021-02-12T03:26:30.564Z] 03:22:01 2 0.08 0.00 0.15 0.00 0.00 99.77 [2021-02-12T03:26:30.564Z] 03:22:01 3 0.10 0.00 0.13 0.00 0.02 99.75 [2021-02-12T03:26:30.564Z] 03:23:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2021-02-12T03:26:30.564Z] 03:23:01 0 0.20 0.00 0.05 0.00 0.00 99.75 [2021-02-12T03:26:30.564Z] 03:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-12T03:26:30.564Z] 03:23:01 2 0.33 0.00 0.03 0.00 0.00 99.63 [2021-02-12T03:26:30.564Z] 03:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-12T03:26:30.564Z] 03:24:01 all 0.09 0.00 0.03 0.00 0.00 99.87 [2021-02-12T03:26:30.564Z] 03:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-12T03:26:30.564Z] 03:24:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-12T03:26:30.564Z] 03:24:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2021-02-12T03:26:30.564Z] 03:24:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-12T03:26:30.564Z] 03:25:01 all 0.08 0.00 0.02 0.00 0.00 99.90 [2021-02-12T03:26:30.564Z] 03:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-12T03:26:30.564Z] 03:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-12T03:26:30.564Z] 03:25:01 2 0.25 0.00 0.03 0.00 0.02 99.70 [2021-02-12T03:26:30.564Z] 03:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-12T03:26:30.564Z] 03:26:01 all 0.13 0.00 0.05 0.01 0.00 99.81 [2021-02-12T03:26:30.564Z] 03:26:01 0 0.03 0.00 0.07 0.02 0.00 99.88 [2021-02-12T03:26:30.564Z] 03:26:01 1 0.05 0.00 0.07 0.02 0.00 99.87 [2021-02-12T03:26:30.564Z] 03:26:01 2 0.40 0.00 0.05 0.00 0.00 99.55 [2021-02-12T03:26:30.564Z] 03:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-12T03:26:30.564Z] Average: all 10.79 0.00 3.72 1.48 0.09 83.92 [2021-02-12T03:26:30.564Z] Average: 0 10.95 0.00 3.81 1.15 0.08 84.01 [2021-02-12T03:26:30.564Z] Average: 1 10.25 0.00 3.62 1.74 0.09 84.30 [2021-02-12T03:26:30.564Z] Average: 2 11.21 0.00 3.74 1.85 0.10 83.11 [2021-02-12T03:26:30.564Z] Average: 3 10.77 0.00 3.71 1.17 0.10 84.25 [2021-02-12T03:26:30.564Z] [2021-02-12T03:26:30.564Z] [2021-02-12T03:26:30.564Z]