Pull request #2686 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from f36dda083e97f174491b5a9699b7ac5c852c89a0+57974a27473083c1c6a10cb9f7b41893fbb07c00 (6412469645c9a06fcf67aa43803f8377789374a0) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2259 in /w/workspace/edgexfoundry_edgex-go_PR-2686 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 57974a27473083c1c6a10cb9f7b41893fbb07c00 into PR head commit f36dda083e97f174491b5a9699b7ac5c852c89a0 Merge succeeded, producing 48a4b3402da70cb6da75bd0e339a34264dd69dd3 Checking out Revision 48a4b3402da70cb6da75bd0e339a34264dd69dd3 (PR-2686) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2686/head:refs/remotes/origin/PR-2686 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f36dda083e97f174491b5a9699b7ac5c852c89a0 # 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 57974a27473083c1c6a10cb9f7b41893fbb07c00 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 48a4b3402da70cb6da75bd0e339a34264dd69dd3 # timeout=10 Commit message: "Merge commit '57974a27473083c1c6a10cb9f7b41893fbb07c00' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 92fb8f2600b9f4cbc7fd648895ea2fd41e321ce4 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:27:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:27:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:27:17 ========================================================= 16:27:17 EdgeX Global Pipelines Version Info 16:27:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:27:19 ------------------- 16:27:19 stable info: 16:27:19 ------------------- 16:27:19 Commited By: Emilio Reyes emilio.reyes@intel.com 16:27:19 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 16:27:19 Message: update stable to v1.0.119 16:27:20 ------------------- 16:27:20 experimental info: 16:27:20 ------------------- 16:27:20 Commited By: **** collab-it+edgex@linuxfoundation.org 16:27:20 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 16:27:20 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2686 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2686 [Pipeline] echo 16:27:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2686 [Pipeline] echo 16:27:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48a4b3402da70cb6da75bd0e339a34264dd69dd3 [Pipeline] echo 16:27:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48a4b34 [Pipeline] echo 16:27:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 16:27:23 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/core-command/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo core-command,cmd/core-command/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ cut -d/ -f2 16:27:23 ++ dirname cmd/core-data/Dockerfile 16:27:23 + echo core-data,cmd/core-data/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/core-metadata/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo core-metadata,cmd/core-metadata/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/security-proxy-setup/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/security-secrets-setup/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/support-logging/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo support-logging,cmd/support-logging/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/support-notifications/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo support-notifications,cmd/support-notifications/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ dirname cmd/support-scheduler/Dockerfile 16:27:23 ++ cut -d/ -f2 16:27:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:27:23 + for file in '`ls cmd/**/Dockerfile`' 16:27:23 ++ cut -d/ -f2 16:27:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:27:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:27:23 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 16:27:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:25 16:27:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:27:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:25 latest: Pulling from edgex-devops/git-semver 16:27:25 31603596830f: Pulling fs layer 16:27:25 2a8b12db71e7: Pulling fs layer 16:27:25 6ca5941a6612: Pulling fs layer 16:27:25 ecc8261a40a4: Pulling fs layer 16:27:25 ecc8261a40a4: Waiting 16:27:25 2a8b12db71e7: Verifying Checksum 16:27:25 2a8b12db71e7: Download complete 16:27:26 31603596830f: Verifying Checksum 16:27:26 31603596830f: Download complete 16:27:26 ecc8261a40a4: Verifying Checksum 16:27:26 ecc8261a40a4: Download complete 16:27:26 6ca5941a6612: Verifying Checksum 16:27:26 6ca5941a6612: Download complete 16:27:26 31603596830f: Pull complete 16:27:27 2a8b12db71e7: Pull complete 16:27:28 6ca5941a6612: Pull complete 16:27:28 ecc8261a40a4: Pull complete 16:27:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:27:29 prd-centos7-docker-4c-2g-2259 does not seem to be running inside a container 16:27:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:31 $ docker top 3f4368af5c241093e2c07cdc92285248fd660ae33076092ed415a05ef0aed184 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:32 [ssh-agent] Looking for ssh-agent implementation... 16:27:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:32 $ docker exec 3f4368af5c241093e2c07cdc92285248fd660ae33076092ed415a05ef0aed184 ssh-agent 16:27:32 SSH_AUTH_SOCK=/tmp/ssh-alNo8YVG4Je8/agent.11 16:27:32 SSH_AGENT_PID=17 16:27:32 Running ssh-add (command line suppressed) 16:27:33 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2280323027815420541.key (/w/workspace/edgex-go/5@tmp/private_key_2280323027815420541.key) 16:27:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:33 + git describe --exact-match --tags HEAD 16:27:33 fatal: No names found, cannot describe anything. [Pipeline] } 16:27:33 $ docker exec --env ******** --env ******** 3f4368af5c241093e2c07cdc92285248fd660ae33076092ed415a05ef0aed184 ssh-agent -k 16:27:34 unset SSH_AUTH_SOCK; 16:27:34 unset SSH_AGENT_PID; 16:27:34 echo Agent pid 17 killed; 16:27:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:27:34 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:27:34 This usually means this commit has not been tagged. [Pipeline] sshagent 16:27:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:34 [ssh-agent] Looking for ssh-agent implementation... 16:27:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:34 $ docker exec 3f4368af5c241093e2c07cdc92285248fd660ae33076092ed415a05ef0aed184 ssh-agent 16:27:35 SSH_AUTH_SOCK=/tmp/ssh-qsH4hWnp992V/agent.46 16:27:35 SSH_AGENT_PID=52 16:27:35 Running ssh-add (command line suppressed) 16:27:35 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2522613580692117143.key (/w/workspace/edgex-go/5@tmp/private_key_2522613580692117143.key) 16:27:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:35 + git semver init 16:27:35 # -> Open(): unable to determine branch for HEAD 16:27:35 # $GIT_DIR = /w/workspace/edgex-go/5/.git 16:27:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 16:27:35 # $SEMVER_REMOTE_NAME = origin 16:27:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:35 # $SEMVER_USER_NAME = edgex-jenkins 16:27:35 # $SEMVER_BRANCH = PR-2686 16:27:35 # $SEMVER_TEMP = /tmp/semver-817919088 16:27:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:28:24 # '/tmp/semver-817919088' -> '/w/workspace/edgex-go/5/.semver' 16:28:24 # -> Force: false 16:28:24 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 16:28:24 $ docker exec --env ******** --env ******** 3f4368af5c241093e2c07cdc92285248fd660ae33076092ed415a05ef0aed184 ssh-agent -k 16:28:24 unset SSH_AUTH_SOCK; 16:28:24 unset SSH_AGENT_PID; 16:28:24 echo Agent pid 52 killed; 16:28:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:28:25 + git semver [Pipeline] } 16:28:25 $ docker stop --time=1 3f4368af5c241093e2c07cdc92285248fd660ae33076092ed415a05ef0aed184 16:28:27 $ docker rm -f 3f4368af5c241093e2c07cdc92285248fd660ae33076092ed415a05ef0aed184 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:28:51 Stashed 44 file(s) [Pipeline] echo 16:28:51 [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] echo 16:28:52 ========================================================= 16:28:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:28:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:28:52 + 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 . 16:28:58 Sending build context to Docker daemon 323.2MB 16:28:58 Step 1/7 : ARG BASE=golang:1.15-alpine 16:28:58 Step 2/7 : FROM ${BASE} 16:28:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:28:58 df20fa9351a1: Pulling fs layer 16:28:58 ed8968b2872e: Pulling fs layer 16:28:58 a92cc7c5fd73: Pulling fs layer 16:28:58 e871e8e8d7a9: Pulling fs layer 16:28:58 e73272ec9a57: Pulling fs layer 16:28:58 1e910a182e73: Pulling fs layer 16:28:58 4e634b169226: Pulling fs layer 16:28:58 e871e8e8d7a9: Waiting 16:28:58 1e910a182e73: Waiting 16:28:58 e73272ec9a57: Waiting 16:28:58 4e634b169226: Waiting 16:28:58 a92cc7c5fd73: Verifying Checksum 16:28:58 a92cc7c5fd73: Download complete 16:28:58 ed8968b2872e: Verifying Checksum 16:28:58 ed8968b2872e: Download complete 16:28:58 e73272ec9a57: Verifying Checksum 16:28:58 e73272ec9a57: Download complete 16:28:58 1e910a182e73: Verifying Checksum 16:28:58 1e910a182e73: Download complete 16:28:58 df20fa9351a1: Verifying Checksum 16:28:58 df20fa9351a1: Download complete 16:28:59 df20fa9351a1: Pull complete 16:28:59 ed8968b2872e: Pull complete 16:28:59 a92cc7c5fd73: Pull complete 16:29:07 Still waiting to schedule task 16:29:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:29:09 4e634b169226: Verifying Checksum 16:29:09 4e634b169226: Download complete 16:29:12 e871e8e8d7a9: Verifying Checksum 16:29:12 e871e8e8d7a9: Download complete 16:29:20 e871e8e8d7a9: Pull complete 16:29:20 e73272ec9a57: Pull complete 16:29:20 1e910a182e73: Pull complete 16:29:27 4e634b169226: Pull complete 16:29:27 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:29:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:29:27 ---> f7629b54cfaa 16:29:27 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:29:28 ---> Running in 5b48964c6d5a 16:29:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:31 (1/12) Installing libmagic (5.38-r0) 16:29:31 (2/12) Installing file (5.38-r0) 16:29:32 (3/12) Installing libc-dev (0.7.2-r3) 16:29:32 (4/12) Installing g++ (9.3.0-r2) 16:29:38 (5/12) Installing fortify-headers (1.1-r0) 16:29:38 (6/12) Installing patch (2.7.6-r6) 16:29:38 (7/12) Installing build-base (0.5-r2) 16:29:38 (8/12) Installing libsodium (1.0.18-r0) 16:29:38 (9/12) Installing pkgconf (1.7.2-r0) 16:29:39 (10/12) Installing libsodium-dev (1.0.18-r0) 16:29:39 (11/12) Installing libzmq (4.3.3-r0) 16:29:40 (12/12) Installing zeromq-dev (4.3.3-r0) 16:29:40 Executing busybox-1.31.1-r16.trigger 16:29:40 OK: 233 MiB in 51 packages 16:29:43 Removing intermediate container 5b48964c6d5a 16:29:43 ---> e22e08920506 16:29:43 Step 4/7 : WORKDIR /edgex-go 16:29:43 ---> Running in aa248a721132 16:29:43 Removing intermediate container aa248a721132 16:29:43 ---> 2fc7fd00516e 16:29:43 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:29:43 latest: Pulling from library/docker 16:29:43 df20fa9351a1: Already exists 16:29:43 25ad7478873d: Pulling fs layer 16:29:43 4684f6177b5d: Pulling fs layer 16:29:43 46e300cec669: Pulling fs layer 16:29:43 63038576ad94: Pulling fs layer 16:29:43 0fdb76c4706c: Pulling fs layer 16:29:43 cb7edeffdfd5: Pulling fs layer 16:29:43 63038576ad94: Waiting 16:29:43 0fdb76c4706c: Waiting 16:29:43 cb7edeffdfd5: Waiting 16:29:44 4684f6177b5d: Verifying Checksum 16:29:44 4684f6177b5d: Download complete 16:29:44 25ad7478873d: Verifying Checksum 16:29:44 25ad7478873d: Download complete 16:29:44 63038576ad94: Verifying Checksum 16:29:44 63038576ad94: Download complete 16:29:44 0fdb76c4706c: Verifying Checksum 16:29:44 0fdb76c4706c: Download complete 16:29:44 25ad7478873d: Pull complete 16:29:45 4684f6177b5d: Pull complete 16:29:45 cb7edeffdfd5: Verifying Checksum 16:29:45 cb7edeffdfd5: Download complete 16:29:45 46e300cec669: Verifying Checksum 16:29:45 46e300cec669: Download complete 16:29:50 46e300cec669: Pull complete 16:29:50 63038576ad94: Pull complete 16:29:50 0fdb76c4706c: Pull complete 16:29:50 cb7edeffdfd5: Pull complete 16:29:50 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:29:50 Status: Downloaded newer image for docker:latest 16:29:53 ---> 74cf9c5728f3 16:29:53 Step 6/7 : COPY go.mod . 16:29:53 ---> 9669f79b651b 16:29:53 Step 7/7 : RUN go mod download 16:29:53 ---> Running in c265b850f230 16:30:20 Removing intermediate container c265b850f230 16:30:20 ---> de36fd850f17 16:30:20 Successfully built de36fd850f17 16:30:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:30:22 + docker inspect -f . ci-base-image-x86_64 16:30:22 . [Pipeline] withDockerContainer 16:30:22 prd-centos7-docker-4c-2g-2259 does not seem to be running inside a container 16:30:22 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 16:30:23 $ docker top 6eb356d728bc1a73e01e95fc5987cd880608ad2cf451d15d219a3b529bf4786a -eo pid,comm [Pipeline] { [Pipeline] sh 16:30:23 + go version 16:30:23 go version go1.15.2 linux/amd64 [Pipeline] echo 16:30:23 ========================================================= 16:30:23 [edgeXBuildGoParallel] Running Tests and Build... 16:30:23 ========================================================= [Pipeline] sh 16:30:24 + make test 16:30:24 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:30:27 ? github.com/edgexfoundry/edgex-go [no test files] 16:30:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:30:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:30:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:30:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:30:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:30:57 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 16:30:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 16:30:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:30:57 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:30:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:30:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:30:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.067s coverage: 46.6% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.277s coverage: 27.2% of statements 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.059s coverage: 80.0% of statements 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.338s coverage: 92.9% of statements 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.237s coverage: 28.6% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 16:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:31:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 89.8% of statements 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:31:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.074s coverage: 97.5% of statements 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:31:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 100.0% of statements 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:31:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 16:31:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.052s coverage: 63.5% of statements 16:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:31:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements 16:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.497s coverage: 55.9% of statements 16:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 16:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.360s coverage: 86.3% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.674s coverage: 72.2% of statements 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.249s coverage: 72.1% of statements 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.032s coverage: 96.8% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.054s coverage: 26.9% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.220s coverage: 84.1% of statements 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.028s coverage: 100.0% of statements 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.019s coverage: 42.9% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:31:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.029s coverage: 83.8% of statements 16:31:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:31:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.043s coverage: 46.1% of statements 16:31:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:31:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:31:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements 16:31:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:31:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:31:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:31:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements 16:31:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:31:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 16:31:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:31:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.053s coverage: 29.1% of statements 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:31:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.018s coverage: 99.0% of statements 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:31:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:31:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:31:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:31:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:31:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:31:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 16:31:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements 16:31:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 16:31:27 GO111MODULE=on go vet ./... 16:31:40 gofmt -l . 16:31:40 [ "`gofmt -l .`" = "" ] 16:31:41 ./bin/test-go-mod-tidy.sh 16:31:41 ./bin/test-attribution-txt.sh 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:42 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:43 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:31:44 make: *** [Makefile:86: test] Error 1 [Pipeline] } 16:31:44 $ docker stop --time=1 6eb356d728bc1a73e01e95fc5987cd880608ad2cf451d15d219a3b529bf4786a 16:31:48 $ docker rm -f 6eb356d728bc1a73e01e95fc5987cd880608ad2cf451d15d219a3b529bf4786a [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] } 16:31:51 Failed in branch amd64 16:32:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2262 in /w/workspace/edgexfoundry_edgex-go_PR-2686 [Pipeline] { [Pipeline] ws 16:32:34 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 16:32:39 using credential edgex-jenkins-ssh 16:32:39 Cloning the remote Git repository 16:32:39 Cloning with configured refspecs honoured and without tags 16:32:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:32:39 > git init /w/workspace/edgex-go/5 # timeout=10 16:32:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:32:39 > git --version # timeout=10 16:32:39 > git --version # 'git version 2.17.1' 16:32:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:33:12 Fetching without tags 16:33:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:33:12 > git config --add remote.origin.fetch +refs/pull/2686/head:refs/remotes/origin/PR-2686 # timeout=10 16:33:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:33:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:33:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:33:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:33:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2686/head:refs/remotes/origin/PR-2686 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:33:13 Merging remotes/origin/master commit 57974a27473083c1c6a10cb9f7b41893fbb07c00 into PR head commit f36dda083e97f174491b5a9699b7ac5c852c89a0 16:33:14 Merge succeeded, producing b3b58b441e962bd877afcd52913045ceb8afea43 16:33:14 Checking out Revision b3b58b441e962bd877afcd52913045ceb8afea43 (PR-2686) 16:33:13 > git config core.sparsecheckout # timeout=10 16:33:13 > git checkout -f f36dda083e97f174491b5a9699b7ac5c852c89a0 # timeout=10 16:33:13 > git remote # timeout=10 16:33:13 > git config --get remote.origin.url # timeout=10 16:33:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:33:13 > git merge 57974a27473083c1c6a10cb9f7b41893fbb07c00 # timeout=10 16:33:14 > git rev-parse HEAD^{commit} # timeout=10 16:33:14 > git config core.sparsecheckout # timeout=10 16:33:14 > git checkout -f b3b58b441e962bd877afcd52913045ceb8afea43 # timeout=10 16:33:18 Commit message: "Merge commit '57974a27473083c1c6a10cb9f7b41893fbb07c00' into HEAD" 16:33:18 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script 16:33:18 > git rev-list --no-walk 92fb8f2600b9f4cbc7fd648895ea2fd41e321ce4 # timeout=10 [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:33:30 ========================================================= 16:33:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:33:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:33:31 + 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 . 16:33:35 Sending build context to Docker daemon 323.2MB 16:33:35 Step 1/7 : ARG BASE=golang:1.15-alpine 16:33:35 Step 2/7 : FROM ${BASE} 16:33:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:33:35 b538f80385f9: Pulling fs layer 16:33:35 74f711af9a0d: Pulling fs layer 16:33:35 99f96fe45779: Pulling fs layer 16:33:35 8529a6b9a6be: Pulling fs layer 16:33:35 45590311c82a: Pulling fs layer 16:33:35 69ca0ff8b7b3: Pulling fs layer 16:33:35 209524e5b208: Pulling fs layer 16:33:35 45590311c82a: Waiting 16:33:35 8529a6b9a6be: Waiting 16:33:35 69ca0ff8b7b3: Waiting 16:33:35 209524e5b208: Waiting 16:33:35 99f96fe45779: Verifying Checksum 16:33:35 99f96fe45779: Download complete 16:33:35 74f711af9a0d: Download complete 16:33:35 45590311c82a: Verifying Checksum 16:33:35 45590311c82a: Download complete 16:33:35 69ca0ff8b7b3: Verifying Checksum 16:33:35 69ca0ff8b7b3: Download complete 16:33:35 b538f80385f9: Download complete 16:33:36 b538f80385f9: Pull complete 16:33:36 74f711af9a0d: Pull complete 16:33:37 99f96fe45779: Pull complete 16:33:38 209524e5b208: Download complete 16:33:39 8529a6b9a6be: Verifying Checksum 16:33:39 8529a6b9a6be: Download complete 16:33:49 8529a6b9a6be: Pull complete 16:33:50 45590311c82a: Pull complete 16:33:50 69ca0ff8b7b3: Pull complete 16:33:54 209524e5b208: Pull complete 16:33:54 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:33:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:33:54 ---> 5bddaf1c2fca 16:33:54 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:33:58 ---> Running in 69b85d7cb6c5 16:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:34:01 (1/12) Installing libmagic (5.38-r0) 16:34:02 (2/12) Installing file (5.38-r0) 16:34:02 (3/12) Installing libc-dev (0.7.2-r3) 16:34:02 (4/12) Installing g++ (9.3.0-r2) 16:34:08 (5/12) Installing fortify-headers (1.1-r0) 16:34:08 (6/12) Installing patch (2.7.6-r6) 16:34:08 (7/12) Installing build-base (0.5-r2) 16:34:08 (8/12) Installing libsodium (1.0.18-r0) 16:34:08 (9/12) Installing pkgconf (1.7.2-r0) 16:34:08 (10/12) Installing libsodium-dev (1.0.18-r0) 16:34:08 (11/12) Installing libzmq (4.3.3-r0) 16:34:09 (12/12) Installing zeromq-dev (4.3.3-r0) 16:34:09 Executing busybox-1.31.1-r16.trigger 16:34:09 OK: 217 MiB in 51 packages 16:34:13 Removing intermediate container 69b85d7cb6c5 16:34:13 ---> 7a75aa511c6f 16:34:13 Step 4/7 : WORKDIR /edgex-go 16:34:13 ---> Running in 88736e0e980a 16:34:14 Removing intermediate container 88736e0e980a 16:34:14 ---> 638bd29f06c3 16:34:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:34:14 latest: Pulling from library/docker 16:34:14 b538f80385f9: Already exists 16:34:14 259a493cd78d: Pulling fs layer 16:34:14 b8e66b5100f5: Pulling fs layer 16:34:14 39dc9c94d07c: Pulling fs layer 16:34:14 551b823b3b82: Pulling fs layer 16:34:14 3c52a74df98c: Pulling fs layer 16:34:14 6c9b121b6998: Pulling fs layer 16:34:14 551b823b3b82: Waiting 16:34:14 3c52a74df98c: Waiting 16:34:14 6c9b121b6998: Waiting 16:34:14 259a493cd78d: Download complete 16:34:14 b8e66b5100f5: Verifying Checksum 16:34:14 b8e66b5100f5: Download complete 16:34:14 551b823b3b82: Verifying Checksum 16:34:14 551b823b3b82: Download complete 16:34:15 3c52a74df98c: Verifying Checksum 16:34:15 3c52a74df98c: Download complete 16:34:15 6c9b121b6998: Verifying Checksum 16:34:15 6c9b121b6998: Download complete 16:34:15 259a493cd78d: Pull complete 16:34:15 b8e66b5100f5: Pull complete 16:34:16 39dc9c94d07c: Verifying Checksum 16:34:16 39dc9c94d07c: Download complete 16:34:19 39dc9c94d07c: Pull complete 16:34:19 551b823b3b82: Pull complete 16:34:20 3c52a74df98c: Pull complete 16:34:20 6c9b121b6998: Pull complete 16:34:20 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:34:20 Status: Downloaded newer image for docker:latest 16:34:23 ---> 3a6c333053ba 16:34:23 Step 6/7 : COPY go.mod . 16:34:24 ---> c9b5e440efa5 16:34:24 Step 7/7 : RUN go mod download 16:34:24 ---> Running in ff9e8aec8f9f 16:34:51 Removing intermediate container ff9e8aec8f9f 16:34:51 ---> de9772f9a5ac 16:34:51 Successfully built de9772f9a5ac 16:34:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:52 + docker inspect -f . ci-base-image-arm64 16:34:52 . [Pipeline] withDockerContainer 16:34:52 prd-ubuntu18.04-docker-arm64-4c-16g-2262 does not seem to be running inside a container 16:34:52 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat 16:34:53 $ docker top 10e3cec5031703e9f0c4c777299e735477721d418b8e8de3402299e23abc9984 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:54 + go version 16:34:54 go version go1.15.2 linux/arm64 [Pipeline] echo 16:34:54 ========================================================= 16:34:54 [edgeXBuildGoParallel] Running Tests and Build... 16:34:54 ========================================================= [Pipeline] sh 16:34:55 + make test 16:34:55 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:34:58 ? github.com/edgexfoundry/edgex-go [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:35:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:35:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:35:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:35:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:35:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.040s 16:35:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 16:35:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:35:47 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:35:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:35:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:35:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:35:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:35:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 46.6% of statements 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.2% of statements 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.166s coverage: 80.0% of statements 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:36:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.378s coverage: 92.9% of statements 16:36:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:36:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:36:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:36:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements 16:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.036s coverage: 100.0% of statements 16:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:36:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements 16:36:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.082s coverage: 89.8% of statements 16:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:36:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.086s coverage: 97.5% of statements 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:36:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 100.0% of statements 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:36:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.011s coverage: 58.8% of statements 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] 16:36:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] 16:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.149s coverage: 63.5% of statements 16:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.015s coverage: 100.0% of statements 16:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 55.9% of statements 16:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 16:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.202s coverage: 86.3% of statements 16:36:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.367s coverage: 72.2% of statements 16:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.513s coverage: 72.1% of statements 16:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 16:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements 16:36:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:36:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:36:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements 16:36:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.066s coverage: 96.8% of statements 16:36:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 26.9% of statements 16:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.336s coverage: 84.1% of statements 16:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements 16:36:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.068s coverage: 42.9% of statements 16:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:36:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 16:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:36:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements 16:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.077s coverage: 46.1% of statements 16:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements 16:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements 16:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 16:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.215s coverage: 29.1% of statements 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:36:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:36:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 16:36:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:36:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 16:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:36:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements 16:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:36:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements 16:36:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements 16:36:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.021s coverage: 100.0% of statements 16:36:39 GO111MODULE=on go vet ./... 16:37:01 gofmt -l . 16:37:01 [ "`gofmt -l .`" = "" ] 16:37:02 ./bin/test-go-mod-tidy.sh 16:37:03 ./bin/test-attribution-txt.sh 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-command Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:03 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-data Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/core-metadata Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-file-token-provider Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:04 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-proxy-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secrets-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-read Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/security-secretstore-setup Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-logging Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:05 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-notifications Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/support-scheduler Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 An attribution for explicit is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 16:37:06 make: *** [Makefile:86: test] Error 1 [Pipeline] } 16:37:07 $ docker stop --time=1 10e3cec5031703e9f0c4c777299e735477721d418b8e8de3402299e23abc9984 16:37:09 $ docker rm -f 10e3cec5031703e9f0c4c777299e735477721d418b8e8de3402299e23abc9984 [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] } 16:37:11 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] { (Clair Scan) Stage "Clair 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 16:37:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:37:16 ---> package-listing.sh 16:37:16 ++ facter osfamily 16:37:16 ++ tr '[:upper:]' '[:lower:]' 16:37:16 + OS_FAMILY=redhat 16:37:16 + workspace=/w/workspace/edgex-go/5 16:37:16 + START_PACKAGES=/tmp/packages_start.txt 16:37:16 + END_PACKAGES=/tmp/packages_end.txt 16:37:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:37:16 + PACKAGES=/tmp/packages_start.txt 16:37:16 + '[' /w/workspace/edgex-go/5 ']' 16:37:16 + PACKAGES=/tmp/packages_end.txt 16:37:16 + case "${OS_FAMILY}" in 16:37:16 + sort 16:37:16 + rpm -qa 16:37:21 + '[' -f /tmp/packages_start.txt ']' 16:37:21 + '[' -f /tmp/packages_end.txt ']' 16:37:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:37:21 + '[' /w/workspace/edgex-go/5 ']' 16:37:21 + mkdir -p /w/workspace/edgex-go/5/archives/ 16:37:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh 16:37:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:37:22 16:37:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:37:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:37:22 alpine: Pulling from edgex-lftools-log-publisher 16:37:22 df20fa9351a1: Already exists 16:37:22 36b3adc4ff6f: Pulling fs layer 16:37:22 8ad3a11d3b57: Pulling fs layer 16:37:22 46f8f816bc3b: Pulling fs layer 16:37:22 0dadc02b9964: Pulling fs layer 16:37:22 ce6a7cf60c04: Pulling fs layer 16:37:22 7a184a31f384: Pulling fs layer 16:37:22 0879bd2ef858: Pulling fs layer 16:37:22 0dadc02b9964: Waiting 16:37:22 ce6a7cf60c04: Waiting 16:37:22 7a184a31f384: Waiting 16:37:22 0879bd2ef858: Waiting 16:37:22 46f8f816bc3b: Verifying Checksum 16:37:22 46f8f816bc3b: Download complete 16:37:23 36b3adc4ff6f: Verifying Checksum 16:37:23 36b3adc4ff6f: Download complete 16:37:23 ce6a7cf60c04: Verifying Checksum 16:37:23 ce6a7cf60c04: Download complete 16:37:23 7a184a31f384: Verifying Checksum 16:37:23 7a184a31f384: Download complete 16:37:23 0dadc02b9964: Verifying Checksum 16:37:23 0dadc02b9964: Download complete 16:37:23 36b3adc4ff6f: Pull complete 16:37:24 8ad3a11d3b57: Verifying Checksum 16:37:24 8ad3a11d3b57: Download complete 16:37:24 0879bd2ef858: Verifying Checksum 16:37:24 0879bd2ef858: Download complete 16:37:25 8ad3a11d3b57: Pull complete 16:37:25 46f8f816bc3b: Pull complete 16:37:26 0dadc02b9964: Pull complete 16:37:26 ce6a7cf60c04: Pull complete 16:37:26 7a184a31f384: Pull complete 16:37:31 0879bd2ef858: Pull complete 16:37:31 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 16:37:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:37:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:37:31 prd-centos7-docker-4c-2g-2259 does not seem to be running inside a container 16:37:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10003/edgex-lftools-log-publisher:alpine cat 16:37:37 $ docker top 967ba2fab8d096c9ec201c879454029b32869da1b34337e2f3fe38140fc24c24 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:38 + mkdir -p /var/log/sa [Pipeline] sh 16:37:39 + ls /var/log/sa-host 16:37:39 + sadf -c /var/log/sa-host/sa05 16:37:39 file_magic: OK 16:37:39 HZ: Using current value: 100 16:37:39 file_header: OK 16:37:39 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 16:37:39 Statistics: 16:37:39 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:37:39 File successfully converted to sysstat format version 12.2.1 16:37:39 + sadf -c /var/log/sa-host/sa11 16:37:39 file_magic: OK 16:37:39 HZ: Using current value: 100 16:37:39 file_header: OK 16:37:39 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 16:37:39 Statistics: 16:37:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:37:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:37:39 provisioning config files... 16:37:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config6404718610413587630tmp [Pipeline] { [Pipeline] echo 16:37:39 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:37:40 ---> create-netrc.sh [Pipeline] echo 16:37:40 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:37:41 ---> logs-deploy.sh 16:37:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2686/5 16:37:41 INFO: archiving workspace using pattern(s): 16:37:43 Archives upload complete. 16:37:43 INFO: archiving logs to Nexus 16:37:44 ---> uname -a: 16:37:44 Linux 967ba2fab8d0 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:37:44 16:37:44 16:37:44 ---> lscpu: 16:37:44 Architecture: x86_64 16:37:44 CPU op-mode(s): 32-bit, 64-bit 16:37:44 Byte Order: Little Endian 16:37:44 Address sizes: 40 bits physical, 48 bits virtual 16:37:44 CPU(s): 4 16:37:44 On-line CPU(s) list: 0-3 16:37:44 Thread(s) per core: 1 16:37:44 Core(s) per socket: 1 16:37:44 Socket(s): 4 16:37:44 NUMA node(s): 1 16:37:44 Vendor ID: GenuineIntel 16:37:44 CPU family: 6 16:37:44 Model: 44 16:37:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:37:44 Stepping: 1 16:37:44 CPU MHz: 2933.438 16:37:44 BogoMIPS: 5866.87 16:37:44 Virtualization: VT-x 16:37:44 Hypervisor vendor: KVM 16:37:44 Virtualization type: full 16:37:44 L1d cache: 128 KiB 16:37:44 L1i cache: 128 KiB 16:37:44 L2 cache: 16 MiB 16:37:44 L3 cache: 64 MiB 16:37:44 NUMA node0 CPU(s): 0-3 16:37:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:37:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:37:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:37:44 Vulnerability Meltdown: Mitigation; PTI 16:37:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:37:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:37:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:37:44 Vulnerability Tsx async abort: Not affected 16:37:44 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:37:44 16:37:44 16:37:44 ---> nproc: 16:37:44 4 16:37:44 16:37:44 16:37:44 ---> df -h: 16:37:44 Filesystem Size Used Available Use% Mounted on 16:37:44 overlay 50.0G 8.2G 41.8G 16% / 16:37:44 tmpfs 64.0M 0 64.0M 0% /dev 16:37:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:37:44 shm 64.0M 0 64.0M 0% /dev/shm 16:37:44 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 16:37:44 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 16:37:44 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 16:37:44 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 16:37:44 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgex-go/5 16:37:44 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/edgex-go/5@tmp 16:37:44 16:37:44 16:37:44 ---> free -m: 16:37:44 total used free shared buff/cache available 16:37:44 Mem: 1837 711 117 0 1008 1033 16:37:44 Swap: 1023 3 1020 16:37:44 16:37:44 16:37:44 ---> ip addr: 16:37:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:37:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:37:44 inet 127.0.0.1/8 scope host lo 16:37:44 valid_lft forever preferred_lft forever 16:37:44 12: eth0@if13: mtu 1458 qdisc noqueue state UP 16:37:44 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 16:37:44 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 16:37:44 valid_lft forever preferred_lft forever 16:37:44 16:37:44 16:37:44 ---> sar -b -r -n DEV: 16:37:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 16:37:44 16:37:44 16:25:16 LINUX RESTART (4 CPU) 16:37:44 16:37:44 16:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:37:44 16:27:01 23.99 6.49 17.50 0.00 736.78 5882.02 0.00 16:37:44 16:28:01 43.91 10.75 33.17 0.00 4644.58 4401.33 0.00 16:37:44 16:29:02 87.01 58.52 28.49 0.00 4377.73 20810.84 0.00 16:37:44 16:30:01 174.73 31.27 143.47 0.00 1967.89 42276.63 0.00 16:37:44 16:31:01 250.32 130.18 120.14 0.00 6316.72 15678.04 0.00 16:37:44 16:32:01 91.26 43.92 47.35 0.00 2461.77 2404.19 0.00 16:37:44 16:33:01 4.18 0.00 4.18 0.00 0.00 162.24 0.00 16:37:44 16:34:01 0.32 0.12 0.20 0.00 76.06 2.88 0.00 16:37:44 16:35:01 0.30 0.00 0.30 0.00 0.00 3.53 0.00 16:37:44 16:36:01 0.28 0.00 0.28 0.00 0.00 2.89 0.00 16:37:44 16:37:01 0.23 0.00 0.23 0.00 0.00 1.96 0.00 16:37:44 Average: 61.51 25.65 35.87 0.00 1876.18 8301.61 0.00 16:37:44 16:37:44 16:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:37:44 16:27:01 72968 0 503972 26.78 2620 1301996 1105872 37.74 465288 1187640 36560 16:37:44 16:28:01 63996 0 601264 31.96 2620 1213676 1306336 44.58 536816 1115028 115244 16:37:44 16:29:02 100620 0 628612 33.41 2620 1149704 1319772 45.04 636064 977784 31172 16:37:44 16:30:01 65420 0 726476 38.61 1696 1087964 1523732 52.00 671728 925116 52584 16:37:44 16:31:01 67384 0 818964 43.53 1492 993716 1778660 60.70 804640 767472 34180 16:37:44 16:32:01 439056 0 662128 35.19 1420 778952 1105704 37.74 591700 614044 20 16:37:44 16:33:01 452868 0 648192 34.45 1420 779076 1102644 37.63 596840 608884 20 16:37:44 16:34:01 454188 0 644556 34.26 1420 781392 1070740 36.54 594304 610676 32 16:37:44 16:35:01 454872 0 643924 34.22 1420 781340 1070740 36.54 594240 610656 8 16:37:44 16:36:01 454556 0 644232 34.24 1420 781348 1070740 36.54 583708 621176 8 16:37:44 16:37:01 453532 0 645256 34.29 1420 781348 1070968 36.55 584960 621176 8 16:37:44 Average: 279951 0 651598 34.63 1779 948228 1229628 41.96 605481 787241 24531 16:37:44 16:37:44 16:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:37:44 16:27:01 eth0 561.05 460.04 2585.85 62.58 0.00 0.00 0.00 0.00 16:37:44 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:28:01 veth0bfb9bb 493.06 462.62 52.15 1970.50 0.00 0.00 0.00 0.00 16:37:44 16:28:01 eth0 653.96 642.20 2841.05 81.72 0.00 0.00 0.00 0.00 16:37:44 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:28:01 docker0 493.06 462.49 45.41 1970.49 0.00 0.00 0.00 0.00 16:37:44 16:29:02 eth0 762.51 487.52 1210.16 2737.47 0.00 0.00 0.00 0.00 16:37:44 16:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:29:02 docker0 84.14 109.61 10.11 663.94 0.00 0.00 0.00 0.00 16:37:44 16:30:01 veth7d98bb4 57.28 73.40 5.32 447.65 0.00 0.00 0.00 0.00 16:37:44 16:30:01 eth0 464.63 357.50 4354.07 36.90 0.00 0.00 0.00 0.00 16:37:44 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:30:01 docker0 87.26 121.65 6.19 812.46 0.00 0.00 0.00 0.00 16:37:44 16:31:01 vethbc1bb07 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:37:44 16:31:01 eth0 32.77 26.94 55.84 52.72 0.00 0.00 0.00 0.00 16:37:44 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:31:01 docker0 1.48 3.25 0.13 33.53 0.00 0.00 0.00 0.00 16:37:44 16:32:01 eth0 27.87 20.59 21.56 12.04 0.00 0.00 0.00 0.00 16:37:44 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:33:01 eth0 1.45 0.70 0.83 0.41 0.00 0.00 0.00 0.00 16:37:44 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:34:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:37:44 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:37:44 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:36:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:37:44 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:37:01 eth0 1.23 0.57 0.46 0.27 0.00 0.00 0.00 0.00 16:37:44 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 Average: eth0 228.02 181.59 1003.01 272.85 0.00 0.00 0.00 0.00 16:37:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:37:44 Average: docker0 60.60 63.39 5.63 316.27 0.00 0.00 0.00 0.00 16:37:44 16:37:44 16:37:44 ---> sar -P ALL: 16:37:44 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 16:37:44 16:37:44 16:25:16 LINUX RESTART (4 CPU) 16:37:44 16:37:44 16:26:01 CPU %user %nice %system %iowait %steal %idle 16:37:44 16:27:01 all 8.21 0.00 2.13 0.47 6.41 82.78 16:37:44 16:27:01 0 8.85 0.00 2.42 0.03 8.10 80.60 16:37:44 16:27:01 1 7.99 0.00 2.10 0.85 6.10 82.95 16:37:44 16:27:01 2 9.99 0.00 2.30 0.74 4.88 82.08 16:37:44 16:27:01 3 6.09 0.00 1.73 0.25 6.56 85.37 16:37:44 16:28:01 all 4.22 0.00 2.38 1.33 13.96 78.10 16:37:44 16:28:01 0 5.06 0.00 2.69 1.60 17.91 72.74 16:37:44 16:28:01 1 3.43 0.00 2.25 0.37 12.76 81.20 16:37:44 16:28:01 2 5.38 0.00 2.74 3.20 12.36 76.32 16:37:44 16:28:01 3 3.06 0.00 1.87 0.19 12.84 82.04 16:37:44 16:29:02 all 11.14 0.00 2.42 0.36 16.36 69.73 16:37:44 16:29:02 0 12.93 0.00 2.98 0.72 20.12 63.25 16:37:44 16:29:02 1 8.30 0.00 2.35 0.29 16.08 72.99 16:37:44 16:29:02 2 10.40 0.00 1.79 0.21 14.67 72.93 16:37:44 16:29:02 3 13.04 0.00 2.56 0.21 14.65 69.53 16:37:44 16:30:01 all 6.08 0.00 4.53 1.66 12.80 74.94 16:37:44 16:30:01 0 5.94 0.00 3.95 1.38 14.50 74.23 16:37:44 16:30:01 1 5.77 0.00 4.03 1.97 11.87 76.36 16:37:44 16:30:01 2 5.44 0.00 4.87 1.47 12.81 75.41 16:37:44 16:30:01 3 7.17 0.00 5.29 1.81 12.00 73.74 16:37:44 16:31:01 all 26.16 0.00 10.94 6.11 17.30 39.50 16:37:44 16:31:01 0 25.03 0.00 9.64 5.48 18.47 41.38 16:37:44 16:31:01 1 27.49 0.00 11.52 7.89 15.60 37.50 16:37:44 16:31:01 2 24.88 0.00 11.57 6.55 17.74 39.26 16:37:44 16:31:01 3 27.27 0.00 11.01 4.46 17.38 39.87 16:37:44 16:32:01 all 24.04 0.00 9.61 2.08 15.81 48.46 16:37:44 16:32:01 0 26.27 0.00 10.02 3.60 15.07 45.04 16:37:44 16:32:01 1 23.33 0.00 9.67 2.16 16.09 48.75 16:37:44 16:32:01 2 22.10 0.00 8.97 1.43 17.33 50.18 16:37:44 16:32:01 3 24.53 0.00 9.79 1.18 14.71 49.79 16:37:44 16:33:01 all 0.14 0.00 0.07 0.00 0.17 99.62 16:37:44 16:33:01 0 0.42 0.00 0.05 0.00 0.13 99.40 16:37:44 16:33:01 1 0.05 0.00 0.10 0.00 0.15 99.70 16:37:44 16:33:01 2 0.03 0.00 0.10 0.00 0.22 99.65 16:37:44 16:33:01 3 0.05 0.00 0.05 0.00 0.18 99.72 16:37:44 16:34:01 all 0.14 0.00 0.03 0.00 0.18 99.64 16:37:44 16:34:01 0 0.44 0.00 0.03 0.02 0.12 99.39 16:37:44 16:34:01 1 0.03 0.00 0.02 0.00 0.10 99.85 16:37:44 16:34:01 2 0.05 0.00 0.05 0.00 0.41 99.49 16:37:44 16:34:01 3 0.03 0.00 0.03 0.00 0.10 99.83 16:37:44 16:35:01 all 0.09 0.00 0.02 0.00 0.26 99.63 16:37:44 16:35:01 0 0.20 0.00 0.02 0.00 0.27 99.52 16:37:44 16:35:01 1 0.00 0.00 0.02 0.00 0.22 99.77 16:37:44 16:35:01 2 0.12 0.00 0.02 0.00 0.22 99.65 16:37:44 16:35:01 3 0.03 0.00 0.03 0.00 0.33 99.60 16:37:44 16:36:01 all 0.09 0.00 0.03 0.00 0.46 99.42 16:37:44 16:36:01 0 0.02 0.00 0.03 0.00 0.38 99.57 16:37:44 16:36:01 1 0.05 0.00 0.05 0.00 0.93 98.98 16:37:44 16:36:01 2 0.28 0.00 0.02 0.00 0.40 99.30 16:37:44 16:36:01 3 0.00 0.00 0.03 0.00 0.15 99.82 16:37:44 16:37:01 all 0.06 0.00 0.02 0.00 0.42 99.50 16:37:44 16:37:01 0 0.02 0.00 0.02 0.00 0.18 99.78 16:37:44 16:37:01 1 0.02 0.00 0.02 0.00 0.48 99.49 16:37:44 16:37:01 2 0.20 0.00 0.02 0.00 0.42 99.37 16:37:44 16:37:01 3 0.02 0.00 0.02 0.00 0.61 99.35 16:37:44 16:37:44 Average: CPU %user %nice %system %iowait %steal %idle 16:37:44 Average: all 7.05 0.00 2.81 1.04 7.53 81.56 16:37:44 Average: 0 7.46 0.00 2.79 1.12 8.53 80.10 16:37:44 Average: 1 6.69 0.00 2.81 1.17 7.23 82.10 16:37:44 Average: 2 6.95 0.00 2.84 1.19 7.28 81.73 16:37:44 Average: 3 7.09 0.00 2.82 0.69 7.10 82.29 16:37:44 16:37:44 16:37:44