Pull request #3132 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ec0d2efed189ae08a880993ea96b095889646eb8+9ee6a915f0da87ac859f0375cd81210a85b62227 (b86ac80479f30861192a73456984a69e028ae777) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25537 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit ec0d2efed189ae08a880993ea96b095889646eb8 Merge succeeded, producing ec0d2efed189ae08a880993ea96b095889646eb8 Checking out Revision ec0d2efed189ae08a880993ea96b095889646eb8 (PR-3132) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec0d2efed189ae08a880993ea96b095889646eb8 # 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 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec0d2efed189ae08a880993ea96b095889646eb8 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T09:31:50.619Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T09:31:50.866Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T09:31:50.984Z] ========================================================= [2021-02-08T09:31:50.984Z] EdgeX Global Pipelines Version Info [2021-02-08T09:31:50.984Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4f418a505c232a44089d00c96e775dd897260015 # timeout=10 [2021-02-08T09:31:52.489Z] ------------------- [2021-02-08T09:31:52.490Z] stable info: [2021-02-08T09:31:52.490Z] ------------------- [2021-02-08T09:31:52.490Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T09:31:52.490Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T09:31:52.490Z] Message: update stable to v1.0.179 [2021-02-08T09:31:53.446Z] ------------------- [2021-02-08T09:31:53.447Z] experimental info: [2021-02-08T09:31:53.447Z] ------------------- [2021-02-08T09:31:53.447Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T09:31:53.447Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T09:31:53.447Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T09:31:53.720Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-08T09:31:53.819Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-08T09:31:53.916Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T09:31:54.050Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T09:31:54.218Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T09:31:54.306Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T09:31:54.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T09:31:54.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-08T09:31:54.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-08T09:31:54.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-08T09:31:54.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T09:31:54.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T09:31:54.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T09:31:55.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T09:31:55.128Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T09:31:55.212Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T09:31:55.324Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T09:31:55.403Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T09:31:55.481Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-08T09:31:55.567Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-08T09:31:55.650Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-08T09:31:55.743Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T09:31:55.838Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T09:31:55.923Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3132 [Pipeline] echo [2021-02-08T09:31:56.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3132 [Pipeline] echo [2021-02-08T09:31:56.107Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3132 [Pipeline] echo [2021-02-08T09:31:56.215Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ec0d2efed189ae08a880993ea96b095889646eb8 [Pipeline] echo [2021-02-08T09:31:56.306Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ec0d2ef [Pipeline] echo [2021-02-08T09:31:56.387Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T09:31:56.552Z] provisioning config files... [2021-02-08T09:31:56.586Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6275844549668022391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:31:56.942Z] ---> docker-login.sh [2021-02-08T09:31:56.942Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:31:57.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:57.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:57.471Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:57.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:57.471Z] [2021-02-08T09:31:57.471Z] Login Succeeded [2021-02-08T09:31:57.471Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:31:57.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:57.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:57.739Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:57.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:57.739Z] [2021-02-08T09:31:57.739Z] Login Succeeded [2021-02-08T09:31:57.739Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:31:57.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:58.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:58.003Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:58.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:58.003Z] [2021-02-08T09:31:58.003Z] Login Succeeded [2021-02-08T09:31:58.003Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:31:58.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:58.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:58.003Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:58.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:58.003Z] [2021-02-08T09:31:58.003Z] Login Succeeded [2021-02-08T09:31:58.003Z] docker.io [2021-02-08T09:31:58.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:31:58.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:31:58.540Z] Configure a credential helper to remove this warning. See [2021-02-08T09:31:58.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:31:58.540Z] [2021-02-08T09:31:58.540Z] Login Succeeded [2021-02-08T09:31:58.540Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:31:58.554Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:31:59.038Z] ++ 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-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/core-command/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/core-data/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-08T09:31:59.038Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:31:59.038Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-08T09:31:59.038Z] ++ cut -d/ -f2 [2021-02-08T09:31:59.038Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-08T09:31:59.157Z] 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-08T09:32:00.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:32:00.060Z] [2021-02-08T09:32:00.060Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:32:00.441Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:32:00.730Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T09:32:00.730Z] 31603596830f: Pulling fs layer [2021-02-08T09:32:00.730Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T09:32:00.730Z] 6ca5941a6612: Pulling fs layer [2021-02-08T09:32:00.730Z] ecc8261a40a4: Pulling fs layer [2021-02-08T09:32:00.730Z] ecc8261a40a4: Waiting [2021-02-08T09:32:00.730Z] 2a8b12db71e7: Verifying Checksum [2021-02-08T09:32:00.730Z] 2a8b12db71e7: Download complete [2021-02-08T09:32:00.730Z] 31603596830f: Verifying Checksum [2021-02-08T09:32:00.730Z] 31603596830f: Download complete [2021-02-08T09:32:01.008Z] 6ca5941a6612: Verifying Checksum [2021-02-08T09:32:01.008Z] 6ca5941a6612: Download complete [2021-02-08T09:32:01.008Z] ecc8261a40a4: Verifying Checksum [2021-02-08T09:32:01.008Z] ecc8261a40a4: Download complete [2021-02-08T09:32:01.275Z] 31603596830f: Pull complete [2021-02-08T09:32:01.548Z] 2a8b12db71e7: Pull complete [2021-02-08T09:32:02.504Z] 6ca5941a6612: Pull complete [2021-02-08T09:32:03.086Z] ecc8261a40a4: Pull complete [2021-02-08T09:32:03.086Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T09:32:03.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:32:03.086Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T09:32:03.233Z] prd-centos7-docker-4c-2g-25537 does not seem to be running inside a container [2021-02-08T09:32:03.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T09:32:06.150Z] $ docker top 0a061b433ead25e62969c94add8507c2f98bb5218683a59f75fbedbe5f82406b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T09:32:06.562Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:32:06.562Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:32:06.842Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:32:06.851Z] $ docker exec 0a061b433ead25e62969c94add8507c2f98bb5218683a59f75fbedbe5f82406b ssh-agent [2021-02-08T09:32:07.061Z] SSH_AUTH_SOCK=/tmp/ssh-ukZRpPm0Ks7Q/agent.12 [2021-02-08T09:32:07.061Z] SSH_AGENT_PID=17 [2021-02-08T09:32:07.098Z] Running ssh-add (command line suppressed) [2021-02-08T09:32:07.284Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6685921780241670420.key (/w/workspace/edgex-go/6@tmp/private_key_6685921780241670420.key) [2021-02-08T09:32:07.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:32:07.778Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T09:32:07.835Z] $ docker exec --env ******** --env ******** 0a061b433ead25e62969c94add8507c2f98bb5218683a59f75fbedbe5f82406b ssh-agent -k [2021-02-08T09:32:07.980Z] unset SSH_AUTH_SOCK; [2021-02-08T09:32:07.981Z] unset SSH_AGENT_PID; [2021-02-08T09:32:07.981Z] echo Agent pid 17 killed; [2021-02-08T09:32:08.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T09:32:08.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:32:08.200Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:32:08.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:32:08.409Z] $ docker exec 0a061b433ead25e62969c94add8507c2f98bb5218683a59f75fbedbe5f82406b ssh-agent [2021-02-08T09:32:08.603Z] SSH_AUTH_SOCK=/tmp/ssh-usL6sRVBZ64Y/agent.46 [2021-02-08T09:32:08.603Z] SSH_AGENT_PID=51 [2021-02-08T09:32:08.612Z] Running ssh-add (command line suppressed) [2021-02-08T09:32:08.753Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4568060452107954427.key (/w/workspace/edgex-go/6@tmp/private_key_4568060452107954427.key) [2021-02-08T09:32:08.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:32:09.155Z] + git semver init [2021-02-08T09:32:09.156Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T09:32:09.156Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-08T09:32:09.156Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-08T09:32:09.156Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T09:32:09.156Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T09:32:09.156Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T09:32:09.156Z] # $SEMVER_BRANCH = PR-3132 [2021-02-08T09:32:09.156Z] # $SEMVER_TEMP = /tmp/semver-578456175 [2021-02-08T09:32:09.156Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-08T09:32:35.880Z] # '/tmp/semver-578456175' -> '/w/workspace/edgex-go/6/.semver' [2021-02-08T09:32:36.834Z] # -> Force: false [2021-02-08T09:32:36.834Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-08T09:32:36.855Z] $ docker exec --env ******** --env ******** 0a061b433ead25e62969c94add8507c2f98bb5218683a59f75fbedbe5f82406b ssh-agent -k [2021-02-08T09:32:37.117Z] unset SSH_AUTH_SOCK; [2021-02-08T09:32:37.117Z] unset SSH_AGENT_PID; [2021-02-08T09:32:37.117Z] echo Agent pid 51 killed; [2021-02-08T09:32:37.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:32:37.688Z] + git semver [Pipeline] } [2021-02-08T09:32:37.716Z] $ docker stop --time=1 0a061b433ead25e62969c94add8507c2f98bb5218683a59f75fbedbe5f82406b [2021-02-08T09:32:39.323Z] $ docker rm -f 0a061b433ead25e62969c94add8507c2f98bb5218683a59f75fbedbe5f82406b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T09:32:39.869Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T09:32:40.464Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T09:32:40.467Z] [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-08T09:32:41.465Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:32:41.767Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:32:42.085Z] + sudo service docker restart [2021-02-08T09:32:42.085Z] + true [2021-02-08T09:32:42.085Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-08T09:32:42.685Z] ========================================================= [2021-02-08T09:32:42.685Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T09:32:42.685Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:32:43.022Z] + 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-08T09:32:46.346Z] Sending build context to Docker daemon 327.7MB [2021-02-08T09:32:46.346Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T09:32:46.346Z] Step 2/6 : FROM ${BASE} [2021-02-08T09:32:46.619Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T09:32:46.620Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T09:32:46.620Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T09:32:46.620Z] de9db76c5a1d: Pulling fs layer [2021-02-08T09:32:46.620Z] bca2f99d35d6: Pulling fs layer [2021-02-08T09:32:46.620Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T09:32:46.620Z] 7c6f9722023f: Pulling fs layer [2021-02-08T09:32:46.620Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T09:32:46.620Z] 93359f2a8cfa: Waiting [2021-02-08T09:32:46.620Z] 7c6f9722023f: Waiting [2021-02-08T09:32:46.620Z] a35cf1a2eb13: Waiting [2021-02-08T09:32:46.620Z] bca2f99d35d6: Waiting [2021-02-08T09:32:46.620Z] de9db76c5a1d: Verifying Checksum [2021-02-08T09:32:46.620Z] de9db76c5a1d: Download complete [2021-02-08T09:32:46.620Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T09:32:46.620Z] 0ef7d3d256c8: Download complete [2021-02-08T09:32:46.620Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T09:32:46.620Z] 93359f2a8cfa: Download complete [2021-02-08T09:32:46.620Z] 7c6f9722023f: Verifying Checksum [2021-02-08T09:32:46.620Z] 7c6f9722023f: Download complete [2021-02-08T09:32:46.620Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T09:32:46.620Z] 188c0c94c7c5: Download complete [2021-02-08T09:32:47.205Z] 188c0c94c7c5: Pull complete [2021-02-08T09:32:47.470Z] 0ef7d3d256c8: Pull complete [2021-02-08T09:32:47.470Z] de9db76c5a1d: Pull complete [2021-02-08T09:32:50.077Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T09:32:50.077Z] a35cf1a2eb13: Download complete [2021-02-08T09:32:50.348Z] bca2f99d35d6: Verifying Checksum [2021-02-08T09:32:50.348Z] bca2f99d35d6: Download complete [2021-02-08T09:32:55.931Z] Still waiting to schedule task [2021-02-08T09:32:55.931Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-08T09:32:57.032Z] bca2f99d35d6: Pull complete [2021-02-08T09:32:57.032Z] 93359f2a8cfa: Pull complete [2021-02-08T09:32:57.032Z] 7c6f9722023f: Pull complete [2021-02-08T09:33:02.371Z] a35cf1a2eb13: Pull complete [2021-02-08T09:33:02.371Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T09:33:02.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T09:33:02.371Z] ---> a62c8e92a672 [2021-02-08T09:33:02.371Z] 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-08T09:33:02.372Z] ---> Running in 1c0d7905da56 [2021-02-08T09:33:02.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:33:03.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:33:04.473Z] (1/12) Installing libmagic (5.38-r0) [2021-02-08T09:33:04.473Z] (2/12) Installing file (5.38-r0) [2021-02-08T09:33:04.734Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T09:33:04.734Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T09:33:17.025Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T09:33:17.025Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T09:33:17.025Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T09:33:17.025Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T09:33:17.025Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T09:33:17.025Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T09:33:17.025Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T09:33:17.025Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T09:33:17.025Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:33:17.025Z] OK: 233 MiB in 51 packages [2021-02-08T09:33:20.388Z] Removing intermediate container 1c0d7905da56 [2021-02-08T09:33:20.388Z] ---> a0a985b9ba95 [2021-02-08T09:33:20.388Z] Step 4/6 : WORKDIR /edgex-go [2021-02-08T09:33:20.388Z] ---> Running in f82fc1225549 [2021-02-08T09:33:20.651Z] Removing intermediate container f82fc1225549 [2021-02-08T09:33:20.651Z] ---> ee4bdf0b6a54 [2021-02-08T09:33:20.651Z] Step 5/6 : COPY go.mod . [2021-02-08T09:33:20.930Z] ---> 8fa6ce0e83ea [2021-02-08T09:33:20.930Z] Step 6/6 : RUN go mod download [2021-02-08T09:33:20.930Z] ---> Running in d978f5c81940 [2021-02-08T09:33:42.994Z] Removing intermediate container d978f5c81940 [2021-02-08T09:33:42.994Z] ---> 4d3498bc094d [2021-02-08T09:33:42.994Z] Successfully built 4d3498bc094d [2021-02-08T09:33:42.994Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:33:43.307Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T09:33:43.307Z] . [Pipeline] withDockerContainer [2021-02-08T09:33:43.419Z] prd-centos7-docker-4c-2g-25537 does not seem to be running inside a container [2021-02-08T09:33:43.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-x86_64 cat [2021-02-08T09:33:44.477Z] $ docker top cf70b52c47d6dbed96ea355ca30f015edf27266c160e3b62b28ba264ebb3f30a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:33:45.071Z] + go version [2021-02-08T09:33:45.071Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T09:33:45.091Z] $ docker stop --time=1 cf70b52c47d6dbed96ea355ca30f015edf27266c160e3b62b28ba264ebb3f30a [2021-02-08T09:33:46.469Z] $ docker rm -f cf70b52c47d6dbed96ea355ca30f015edf27266c160e3b62b28ba264ebb3f30a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:33:47.320Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T09:33:47.320Z] . [Pipeline] withDockerContainer [2021-02-08T09:33:47.422Z] prd-centos7-docker-4c-2g-25537 does not seem to be running inside a container [2021-02-08T09:33:47.478Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-x86_64 cat [2021-02-08T09:33:48.314Z] $ docker top 680ff6a8a7ce00092a267ae46a6b6f8e2461b51b31337f63eb38742d5994846b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T09:33:48.494Z] ========================================================= [2021-02-08T09:33:48.494Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-08T09:33:48.494Z] ========================================================= [Pipeline] sh [2021-02-08T09:33:48.788Z] + make test [2021-02-08T09:33:48.788Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-08T09:33:56.999Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-08T09:34:15.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-08T09:34:20.687Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-08T09:34:20.687Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-08T09:34:20.687Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-08T09:34:20.687Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-08T09:34:24.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-08T09:34:24.049Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-08T09:34:24.049Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-08T09:34:24.049Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-08T09:34:24.049Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-08T09:34:24.049Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-08T09:34:26.646Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-08T09:34:26.646Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-08T09:34:26.646Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-08T09:34:29.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.146s coverage: 45.6% of statements [2021-02-08T09:34:29.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-08T09:34:29.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-08T09:34:29.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-08T09:34:29.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-08T09:34:29.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-08T09:34:29.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-08T09:34:29.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-08T09:34:29.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-02-08T09:34:32.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-08T09:34:32.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-08T09:34:32.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-08T09:34:32.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-08T09:34:32.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-08T09:34:32.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.446s coverage: 82.3% of statements [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-08T09:34:32.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-08T09:34:32.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-08T09:34:33.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.107s coverage: 100.0% of statements [2021-02-08T09:34:33.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-08T09:34:33.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-02-08T09:34:33.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-08T09:34:34.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-02-08T09:34:34.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-08T09:34:34.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2021-02-08T09:34:34.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-08T09:34:34.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-02-08T09:34:34.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-08T09:34:34.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-08T09:34:34.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-08T09:34:34.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-08T09:34:37.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.455s coverage: 92.8% of statements [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-08T09:34:37.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-08T09:34:37.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-08T09:34:37.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-08T09:34:37.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.029s coverage: 45.5% of statements [2021-02-08T09:34:37.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements [2021-02-08T09:34:37.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-08T09:34:37.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-02-08T09:34:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-08T09:34:50.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-02-08T09:34:50.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-02-08T09:35:02.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-08T09:35:02.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.046s coverage: 87.2% of statements [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-08T09:35:02.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-08T09:35:02.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-08T09:35:02.637Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-08T09:35:02.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.300s coverage: 68.9% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.277s coverage: 84.0% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.089s coverage: 87.7% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-08T09:35:02.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-08T09:35:02.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-08T09:35:02.638Z] GO111MODULE=on go vet ./... [2021-02-08T09:35:29.406Z] gofmt -l . [2021-02-08T09:35:29.406Z] [ "`gofmt -l .`" = "" ] [2021-02-08T09:35:29.669Z] ./bin/test-go-mod-tidy.sh [2021-02-08T09:35:30.255Z] ./bin/test-attribution-txt.sh [2021-02-08T09:35:30.829Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-08T09:35:30.829Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-08T09:35:30.829Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-08T09:35:30.829Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-08T09:35:31.092Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-08T09:35:31.092Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-08T09:35:31.119Z] $ docker stop --time=1 680ff6a8a7ce00092a267ae46a6b6f8e2461b51b31337f63eb38742d5994846b [2021-02-08T09:35:33.321Z] $ docker rm -f 680ff6a8a7ce00092a267ae46a6b6f8e2461b51b31337f63eb38742d5994846b [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-08T09:35:34.768Z] Failed in branch amd64 [2021-02-08T09:35:50.811Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25544 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws [2021-02-08T09:35:50.892Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-08T09:35:55.941Z] using credential edgex-jenkins-ssh [2021-02-08T09:35:56.016Z] Cloning the remote Git repository [2021-02-08T09:35:56.069Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:35:56.181Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-08T09:35:56.261Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:35:56.262Z] > git --version # timeout=10 [2021-02-08T09:35:56.278Z] > git --version # 'git version 2.17.1' [2021-02-08T09:35:56.279Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:35:56.328Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:36:17.398Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:36:17.423Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:36:17.448Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:36:17.532Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:36:17.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:36:17.555Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T09:36:18.250Z] Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit ec0d2efed189ae08a880993ea96b095889646eb8 [2021-02-08T09:36:18.712Z] Merge succeeded, producing ec0d2efed189ae08a880993ea96b095889646eb8 [2021-02-08T09:36:18.712Z] Checking out Revision ec0d2efed189ae08a880993ea96b095889646eb8 (PR-3132) [2021-02-08T09:36:18.270Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T09:36:18.291Z] > git checkout -f ec0d2efed189ae08a880993ea96b095889646eb8 # timeout=10 [2021-02-08T09:36:18.606Z] > git remote # timeout=10 [2021-02-08T09:36:18.628Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T09:36:18.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:36:18.654Z] > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 [2021-02-08T09:36:18.682Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T09:36:18.717Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T09:36:18.732Z] > git checkout -f ec0d2efed189ae08a880993ea96b095889646eb8 # timeout=10 [2021-02-08T09:36:23.101Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T09:36:24.470Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:36:26.191Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:36:26.532Z] + sudo service+ docker restart [2021-02-08T09:36:26.532Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T09:36:28.585Z] provisioning config files... [2021-02-08T09:36:28.626Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1174541899201117460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:36:29.034Z] ---> docker-login.sh [2021-02-08T09:36:29.034Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:36:29.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:36:30.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:36:30.230Z] Configure a credential helper to remove this warning. See [2021-02-08T09:36:30.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:36:30.230Z] [2021-02-08T09:36:30.230Z] Login Succeeded [2021-02-08T09:36:30.230Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:36:30.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:36:30.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:36:30.799Z] Configure a credential helper to remove this warning. See [2021-02-08T09:36:30.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:36:30.799Z] [2021-02-08T09:36:30.799Z] Login Succeeded [2021-02-08T09:36:30.799Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:36:31.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:36:31.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:36:31.349Z] Configure a credential helper to remove this warning. See [2021-02-08T09:36:31.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:36:31.349Z] [2021-02-08T09:36:31.349Z] Login Succeeded [2021-02-08T09:36:31.349Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:36:31.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:36:31.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:36:31.900Z] Configure a credential helper to remove this warning. See [2021-02-08T09:36:31.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:36:31.900Z] [2021-02-08T09:36:31.900Z] Login Succeeded [2021-02-08T09:36:31.900Z] docker.io [2021-02-08T09:36:32.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:36:32.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:36:32.441Z] Configure a credential helper to remove this warning. See [2021-02-08T09:36:32.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:36:32.441Z] [2021-02-08T09:36:32.441Z] Login Succeeded [2021-02-08T09:36:32.441Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:36:32.457Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-08T09:36:32.871Z] ========================================================= [2021-02-08T09:36:32.871Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T09:36:32.871Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:36:33.245Z] + 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-08T09:36:35.882Z] Sending build context to Docker daemon 166.2MB [2021-02-08T09:36:35.882Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:35.882Z] Step 2/6 : FROM ${BASE} [2021-02-08T09:36:35.882Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T09:36:35.882Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T09:36:35.882Z] a4357932f1b6: Pulling fs layer [2021-02-08T09:36:35.882Z] 18c013af1878: Pulling fs layer [2021-02-08T09:36:35.882Z] 00ac8860ef70: Pulling fs layer [2021-02-08T09:36:35.882Z] 63d7cb157983: Pulling fs layer [2021-02-08T09:36:35.882Z] b116817d02f9: Pulling fs layer [2021-02-08T09:36:35.882Z] 745a02a5169b: Pulling fs layer [2021-02-08T09:36:35.882Z] 63d7cb157983: Waiting [2021-02-08T09:36:35.882Z] b116817d02f9: Waiting [2021-02-08T09:36:35.882Z] 00ac8860ef70: Waiting [2021-02-08T09:36:35.882Z] 745a02a5169b: Waiting [2021-02-08T09:36:35.882Z] a4357932f1b6: Verifying Checksum [2021-02-08T09:36:35.882Z] a4357932f1b6: Download complete [2021-02-08T09:36:35.882Z] 63d7cb157983: Verifying Checksum [2021-02-08T09:36:35.882Z] 63d7cb157983: Download complete [2021-02-08T09:36:36.476Z] b116817d02f9: Verifying Checksum [2021-02-08T09:36:36.476Z] b116817d02f9: Download complete [2021-02-08T09:36:36.752Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T09:36:36.752Z] 5f621e34cdf4: Download complete [2021-02-08T09:36:37.362Z] 5f621e34cdf4: Pull complete [2021-02-08T09:36:37.987Z] a4357932f1b6: Pull complete [2021-02-08T09:36:38.262Z] 18c013af1878: Pull complete [2021-02-08T09:36:39.262Z] 745a02a5169b: Verifying Checksum [2021-02-08T09:36:39.262Z] 745a02a5169b: Download complete [2021-02-08T09:36:40.702Z] 00ac8860ef70: Verifying Checksum [2021-02-08T09:36:40.702Z] 00ac8860ef70: Download complete [2021-02-08T09:36:53.133Z] 00ac8860ef70: Pull complete [2021-02-08T09:36:53.133Z] 63d7cb157983: Pull complete [2021-02-08T09:36:53.133Z] b116817d02f9: Pull complete [2021-02-08T09:36:55.773Z] 745a02a5169b: Pull complete [2021-02-08T09:36:55.773Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T09:36:55.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T09:36:55.773Z] ---> b7e6874047d6 [2021-02-08T09:36:55.773Z] 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-08T09:36:59.190Z] ---> Running in 88ebce0e7178 [2021-02-08T09:37:00.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:37:02.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:37:03.124Z] (1/12) Installing libmagic (5.38-r0) [2021-02-08T09:37:03.716Z] (2/12) Installing file (5.38-r0) [2021-02-08T09:37:03.988Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T09:37:03.989Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T09:37:16.348Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T09:37:16.348Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T09:37:16.348Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T09:37:16.348Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T09:37:16.348Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T09:37:16.348Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T09:37:16.348Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T09:37:16.348Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T09:37:16.620Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:37:16.620Z] OK: 217 MiB in 51 packages [2021-02-08T09:37:20.925Z] Removing intermediate container 88ebce0e7178 [2021-02-08T09:37:20.925Z] ---> ab05c9ba03eb [2021-02-08T09:37:20.925Z] Step 4/6 : WORKDIR /edgex-go [2021-02-08T09:37:20.925Z] ---> Running in 10a703922ca8 [2021-02-08T09:37:21.198Z] Removing intermediate container 10a703922ca8 [2021-02-08T09:37:21.198Z] ---> 37b72e87e720 [2021-02-08T09:37:21.198Z] Step 5/6 : COPY go.mod . [2021-02-08T09:37:21.821Z] ---> f3e084a0267d [2021-02-08T09:37:21.821Z] Step 6/6 : RUN go mod download [2021-02-08T09:37:21.821Z] ---> Running in 1b8709a1089f [2021-02-08T09:37:48.677Z] Removing intermediate container 1b8709a1089f [2021-02-08T09:37:48.677Z] ---> 75fdf7b04fa8 [2021-02-08T09:37:48.677Z] Successfully built 75fdf7b04fa8 [2021-02-08T09:37:48.677Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:37:49.021Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T09:37:49.021Z] . [Pipeline] withDockerContainer [2021-02-08T09:37:49.292Z] prd-ubuntu18.04-docker-arm64-4c-16g-25544 does not seem to be running inside a container [2021-02-08T09:37:49.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-08T09:37:51.007Z] $ docker top c46e5a6b32bc0ce92dbff79b17a0e08f6a6826faba74c4511c91ac87625d8ca3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:37:52.028Z] + go version [2021-02-08T09:37:52.028Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T09:37:52.052Z] $ docker stop --time=1 c46e5a6b32bc0ce92dbff79b17a0e08f6a6826faba74c4511c91ac87625d8ca3 [2021-02-08T09:37:54.022Z] $ docker rm -f c46e5a6b32bc0ce92dbff79b17a0e08f6a6826faba74c4511c91ac87625d8ca3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:37:55.083Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T09:37:55.083Z] . [Pipeline] withDockerContainer [2021-02-08T09:37:55.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-25544 does not seem to be running inside a container [2021-02-08T09:37:55.427Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-08T09:37:56.936Z] $ docker top 3c62c6299148fa8a106abc706d089531dc9896dc2e770c21bc6e3edfb47cf69f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T09:37:57.314Z] ========================================================= [2021-02-08T09:37:57.314Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-08T09:37:57.315Z] ========================================================= [Pipeline] sh [2021-02-08T09:37:57.966Z] + make test [2021-02-08T09:37:57.966Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-08T09:38:20.156Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-08T09:39:07.198Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-08T09:39:12.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-08T09:39:22.981Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-08T09:39:22.981Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-08T09:39:22.981Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-08T09:39:24.426Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-08T09:39:24.426Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-08T09:39:24.426Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-08T09:39:24.426Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-08T09:39:24.426Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-08T09:39:26.429Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-08T09:39:33.177Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-08T09:39:33.177Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-08T09:39:33.177Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-08T09:39:39.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.371s coverage: 45.6% of statements [2021-02-08T09:39:39.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-08T09:39:39.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-08T09:39:39.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-08T09:39:39.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-08T09:39:39.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-08T09:39:39.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-08T09:39:39.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-08T09:39:39.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.187s coverage: 100.0% of statements [2021-02-08T09:39:46.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.585s coverage: 27.1% of statements [2021-02-08T09:39:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-08T09:39:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-08T09:39:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-08T09:39:46.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-08T09:39:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-08T09:39:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-08T09:39:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements [2021-02-08T09:39:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-08T09:39:46.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements [2021-02-08T09:39:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-08T09:39:46.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-08T09:39:47.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 65.8% of statements [2021-02-08T09:39:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-08T09:39:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-08T09:39:49.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.652s coverage: 82.3% of statements [2021-02-08T09:39:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-08T09:39:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:39:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-08T09:39:49.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-08T09:39:54.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.187s coverage: 28.6% of statements [2021-02-08T09:39:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-08T09:39:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-08T09:39:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-08T09:39:54.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-08T09:39:54.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-08T09:39:54.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements [2021-02-08T09:39:54.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-08T09:39:54.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-02-08T09:39:54.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-08T09:39:56.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.352s coverage: 86.7% of statements [2021-02-08T09:39:56.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-08T09:39:57.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.401s coverage: 97.5% of statements [2021-02-08T09:39:57.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-08T09:39:57.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements [2021-02-08T09:39:57.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-08T09:39:57.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-08T09:39:57.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-08T09:39:57.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.256s coverage: 92.8% of statements [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.198s coverage: 0.1% of statements [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-08T09:40:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 45.5% of statements [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.112s coverage: 79.5% of statements [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-02-08T09:40:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-02-08T09:40:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2021-02-08T09:40:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.4% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.535s coverage: 63.5% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.776s coverage: 68.9% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.306s coverage: 37.0% of statements [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-08T09:40:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.423s coverage: 84.0% of statements [2021-02-08T09:40:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements [2021-02-08T09:40:40.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.479s coverage: 47.0% of statements [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-08T09:40:40.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-08T09:40:40.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-08T09:40:40.240Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.243s coverage: 87.7% of statements [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:40:40.240Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.918s coverage: 29.1% of statements [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.250s coverage: 99.0% of statements [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 100.0% of statements [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-08T09:40:48.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-02-08T09:40:48.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-02-08T09:40:48.832Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-02-08T09:40:49.428Z] GO111MODULE=on go vet ./... [2021-02-08T09:42:11.211Z] gofmt -l . [2021-02-08T09:42:11.211Z] [ "`gofmt -l .`" = "" ] [2021-02-08T09:42:11.211Z] ./bin/test-go-mod-tidy.sh [2021-02-08T09:42:11.211Z] ./bin/test-attribution-txt.sh [2021-02-08T09:42:11.211Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-08T09:42:11.211Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-08T09:42:11.211Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-08T09:42:11.211Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-08T09:42:11.211Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-08T09:42:11.211Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-08T09:42:11.230Z] $ docker stop --time=1 3c62c6299148fa8a106abc706d089531dc9896dc2e770c21bc6e3edfb47cf69f [2021-02-08T09:42:13.662Z] $ docker rm -f 3c62c6299148fa8a106abc706d089531dc9896dc2e770c21bc6e3edfb47cf69f [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-08T09:42:15.856Z] 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-08T09:42:18.346Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:42:19.232Z] ---> package-listing.sh [2021-02-08T09:42:19.233Z] ++ facter osfamily [2021-02-08T09:42:19.233Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T09:42:19.233Z] + OS_FAMILY=redhat [2021-02-08T09:42:19.233Z] + workspace=/w/workspace/edgex-go/6 [2021-02-08T09:42:19.233Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T09:42:19.233Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T09:42:19.233Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T09:42:19.233Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T09:42:19.233Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-08T09:42:19.233Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T09:42:19.233Z] + case "${OS_FAMILY}" in [2021-02-08T09:42:19.233Z] + rpm -qa [2021-02-08T09:42:19.233Z] + sort [2021-02-08T09:42:24.548Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T09:42:24.548Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T09:42:24.548Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T09:42:24.548Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-08T09:42:24.548Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-08T09:42:24.548Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-08T09:42:24.563Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T09:42:24.856Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:42:25.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:42:25.163Z] [2021-02-08T09:42:25.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:42:25.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:42:25.512Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T09:42:25.512Z] df20fa9351a1: Pulling fs layer [2021-02-08T09:42:25.512Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T09:42:25.512Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T09:42:25.512Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T09:42:25.512Z] 93b61091891f: Pulling fs layer [2021-02-08T09:42:25.512Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T09:42:25.512Z] 5e14af77c1be: Pulling fs layer [2021-02-08T09:42:25.512Z] 01666e4c0597: Pulling fs layer [2021-02-08T09:42:25.512Z] aa168da1d23b: Pulling fs layer [2021-02-08T09:42:25.512Z] 93b61091891f: Waiting [2021-02-08T09:42:25.512Z] 01666e4c0597: Waiting [2021-02-08T09:42:25.512Z] 93b9cdb0e59b: Waiting [2021-02-08T09:42:25.512Z] aa168da1d23b: Waiting [2021-02-08T09:42:25.512Z] 5e14af77c1be: Waiting [2021-02-08T09:42:25.512Z] 46f8f816bc3b: Waiting [2021-02-08T09:42:25.512Z] 36b3adc4ff6f: Verifying Checksum [2021-02-08T09:42:25.512Z] 36b3adc4ff6f: Download complete [2021-02-08T09:42:25.512Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T09:42:25.512Z] 46f8f816bc3b: Download complete [2021-02-08T09:42:25.512Z] df20fa9351a1: Verifying Checksum [2021-02-08T09:42:25.512Z] df20fa9351a1: Download complete [2021-02-08T09:42:25.780Z] 93b9cdb0e59b: Download complete [2021-02-08T09:42:25.780Z] 93b61091891f: Verifying Checksum [2021-02-08T09:42:25.780Z] 93b61091891f: Download complete [2021-02-08T09:42:25.780Z] 5e14af77c1be: Verifying Checksum [2021-02-08T09:42:25.780Z] 5e14af77c1be: Download complete [2021-02-08T09:42:25.780Z] 01666e4c0597: Verifying Checksum [2021-02-08T09:42:25.780Z] 01666e4c0597: Download complete [2021-02-08T09:42:26.047Z] df20fa9351a1: Pull complete [2021-02-08T09:42:26.047Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T09:42:26.047Z] 8ad3a11d3b57: Download complete [2021-02-08T09:42:26.315Z] 36b3adc4ff6f: Pull complete [2021-02-08T09:42:27.270Z] 8ad3a11d3b57: Pull complete [2021-02-08T09:42:27.270Z] 46f8f816bc3b: Pull complete [2021-02-08T09:42:27.853Z] 93b61091891f: Pull complete [2021-02-08T09:42:28.117Z] 93b9cdb0e59b: Pull complete [2021-02-08T09:42:28.117Z] aa168da1d23b: Verifying Checksum [2021-02-08T09:42:28.117Z] aa168da1d23b: Download complete [2021-02-08T09:42:28.117Z] 5e14af77c1be: Pull complete [2021-02-08T09:42:28.380Z] 01666e4c0597: Pull complete [2021-02-08T09:42:35.009Z] aa168da1d23b: Pull complete [2021-02-08T09:42:35.009Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T09:42:35.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:42:35.009Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T09:42:35.219Z] prd-centos7-docker-4c-2g-25537 does not seem to be running inside a container [2021-02-08T09:42:35.266Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-08T09:42:38.555Z] $ docker top 6293ff9706a80d9022172093b0db9a66c9179db9969e4ee1dee786bbb048ff01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:42:39.115Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T09:42:39.418Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T09:42:39.715Z] + ls /var/log/sa-host [2021-02-08T09:42:39.716Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T09:42:39.716Z] file_magic: OK [2021-02-08T09:42:39.716Z] HZ: Using current value: 100 [2021-02-08T09:42:39.716Z] file_header: OK [2021-02-08T09:42:39.716Z] 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-08T09:42:39.716Z] Statistics: [2021-02-08T09:42:39.716Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T09:42:39.716Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T09:42:39.716Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T09:42:39.716Z] file_magic: OK [2021-02-08T09:42:39.716Z] HZ: Using current value: 100 [2021-02-08T09:42:39.716Z] file_header: OK [2021-02-08T09:42:39.716Z] 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-08T09:42:39.716Z] Statistics: [2021-02-08T09:42:39.716Z] Hnuu...uuuununununu... [2021-02-08T09:42:39.716Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T09:42:39.917Z] provisioning config files... [2021-02-08T09:42:39.933Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config439206842859759780tmp [Pipeline] { [Pipeline] echo [2021-02-08T09:42:40.000Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:42:40.299Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T09:42:40.308Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T09:42:40.402Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:42:40.700Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T09:42:40.710Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:42:41.008Z] ---> sudo-logs.sh [2021-02-08T09:42:41.008Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T09:42:41.019Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:42:41.317Z] ---> job-cost.sh [2021-02-08T09:42:41.317Z] lf-activate-venv: SKIPPING [2021-02-08T09:42:41.317Z] INFO: No Stack... [2021-02-08T09:42:41.894Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T09:42:42.469Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T09:42:42.483Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:42:42.784Z] ---> logs-deploy.sh [2021-02-08T09:42:42.784Z] lf-activate-venv: SKIPPING [2021-02-08T09:42:42.784Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3132/6 [2021-02-08T09:42:42.784Z] INFO: archiving workspace using pattern(s): [2021-02-08T09:42:44.712Z] Archives upload complete. [2021-02-08T09:42:44.712Z] INFO: archiving logs to Nexus