Pull request #3274 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 814245e9d45db65fe0c03a9dd4ea6315dcf62294+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (a3f14c14e9c0a22f0a59ea4f0fce0b0083b4c875) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:echo build, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true, arch:[amd64]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: echo 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: false PUSH_DOCKER_IMAGE: false 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30391 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 814245e9d45db65fe0c03a9dd4ea6315dcf62294 Merge succeeded, producing 814245e9d45db65fe0c03a9dd4ea6315dcf62294 Checking out Revision 814245e9d45db65fe0c03a9dd4ea6315dcf62294 (PR-3274) > git config core.sparsecheckout # timeout=10 > git checkout -f 814245e9d45db65fe0c03a9dd4ea6315dcf62294 # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 814245e9d45db65fe0c03a9dd4ea6315dcf62294 # timeout=10 Commit message: "ci: add more debug" > git rev-list --no-walk cc3c5d0f41a4703f8bc34d8310f137c0e0e67417 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T23:30:32.733Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T23:30:33.072Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T23:30:33.174Z] ========================================================= [2021-03-18T23:30:33.174Z] EdgeX Global Pipelines Version Info [2021-03-18T23:30:33.174Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:30:35.152Z] ------------------- [2021-03-18T23:30:35.152Z] stable info: [2021-03-18T23:30:35.152Z] ------------------- [2021-03-18T23:30:35.152Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T23:30:35.152Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T23:30:35.152Z] Message: update stable to v1.0.186 [2021-03-18T23:30:35.725Z] ------------------- [2021-03-18T23:30:35.725Z] experimental info: [2021-03-18T23:30:35.725Z] ------------------- [2021-03-18T23:30:35.725Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T23:30:35.725Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T23:30:35.725Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T23:30:36.045Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-18T23:30:36.138Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-18T23:30:36.232Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T23:30:36.324Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T23:30:36.424Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = echo build [Pipeline] echo [2021-03-18T23:30:36.524Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T23:30:36.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T23:30:36.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-18T23:30:36.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-18T23:30:36.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-18T23:30:36.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T23:30:37.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T23:30:37.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T23:30:37.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T23:30:37.363Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T23:30:37.454Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T23:30:37.551Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T23:30:37.650Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T23:30:37.783Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-18T23:30:37.940Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-18T23:30:38.048Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-18T23:30:38.175Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T23:30:38.284Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3274 [Pipeline] echo [2021-03-18T23:30:38.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3274 [Pipeline] echo [2021-03-18T23:30:38.483Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3274 [Pipeline] echo [2021-03-18T23:30:38.579Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 814245e9d45db65fe0c03a9dd4ea6315dcf62294 [Pipeline] echo [2021-03-18T23:30:38.670Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 814245e [Pipeline] echo [2021-03-18T23:30:38.761Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2021-03-18T23:30:39.139Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/core-command/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/core-data/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-18T23:30:39.140Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-18T23:30:39.140Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-18T23:30:39.140Z] ++ cut -d/ -f2 [2021-03-18T23:30:39.140Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-18T23:30:39.210Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:30:40.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T23:30:40.999Z] [2021-03-18T23:30:40.999Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:30:41.369Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T23:30:41.369Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T23:30:41.369Z] 31603596830f: Pulling fs layer [2021-03-18T23:30:41.369Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T23:30:41.369Z] 6ca5941a6612: Pulling fs layer [2021-03-18T23:30:41.369Z] ecc8261a40a4: Pulling fs layer [2021-03-18T23:30:41.369Z] 2a8b12db71e7: Verifying Checksum [2021-03-18T23:30:41.369Z] 2a8b12db71e7: Download complete [2021-03-18T23:30:41.638Z] 31603596830f: Verifying Checksum [2021-03-18T23:30:41.638Z] 31603596830f: Download complete [2021-03-18T23:30:41.638Z] ecc8261a40a4: Verifying Checksum [2021-03-18T23:30:41.638Z] ecc8261a40a4: Download complete [2021-03-18T23:30:41.638Z] 6ca5941a6612: Verifying Checksum [2021-03-18T23:30:41.638Z] 6ca5941a6612: Download complete [2021-03-18T23:30:41.901Z] 31603596830f: Pull complete [2021-03-18T23:30:42.166Z] 2a8b12db71e7: Pull complete [2021-03-18T23:30:43.115Z] 6ca5941a6612: Pull complete [2021-03-18T23:30:43.115Z] ecc8261a40a4: Pull complete [2021-03-18T23:30:43.378Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T23:30:43.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T23:30:43.378Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T23:30:43.477Z] prd-centos7-docker-4c-2g-30391 does not seem to be running inside a container [2021-03-18T23:30:43.526Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T23:30:46.033Z] $ docker top 871becca09b1d9c0d8472cfe20254348f683daadc3a3d9ca117e5bf444aae601 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T23:30:46.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T23:30:46.428Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T23:30:46.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T23:30:46.668Z] $ docker exec 871becca09b1d9c0d8472cfe20254348f683daadc3a3d9ca117e5bf444aae601 ssh-agent [2021-03-18T23:30:46.851Z] SSH_AUTH_SOCK=/tmp/ssh-CezxW6bycXcl/agent.11 [2021-03-18T23:30:46.851Z] SSH_AGENT_PID=16 [2021-03-18T23:30:46.864Z] Running ssh-add (command line suppressed) [2021-03-18T23:30:47.002Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_8034032891058856901.key (/w/workspace/edgex-go/8@tmp/private_key_8034032891058856901.key) [2021-03-18T23:30:47.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T23:30:47.408Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T23:30:47.519Z] $ docker exec --env ******** --env ******** 871becca09b1d9c0d8472cfe20254348f683daadc3a3d9ca117e5bf444aae601 ssh-agent -k [2021-03-18T23:30:47.656Z] unset SSH_AUTH_SOCK; [2021-03-18T23:30:47.657Z] unset SSH_AGENT_PID; [2021-03-18T23:30:47.657Z] echo Agent pid 16 killed; [2021-03-18T23:30:47.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T23:30:47.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T23:30:47.884Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T23:30:48.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T23:30:48.104Z] $ docker exec 871becca09b1d9c0d8472cfe20254348f683daadc3a3d9ca117e5bf444aae601 ssh-agent [2021-03-18T23:30:48.302Z] SSH_AUTH_SOCK=/tmp/ssh-N9nU3eAzApKN/agent.45 [2021-03-18T23:30:48.302Z] SSH_AGENT_PID=51 [2021-03-18T23:30:48.310Z] Running ssh-add (command line suppressed) [2021-03-18T23:30:48.463Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_94241554459898791.key (/w/workspace/edgex-go/8@tmp/private_key_94241554459898791.key) [2021-03-18T23:30:48.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T23:30:48.852Z] + git semver init [2021-03-18T23:30:48.852Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T23:30:48.852Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-03-18T23:30:48.852Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-03-18T23:30:48.852Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T23:30:48.852Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T23:30:48.852Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T23:30:48.852Z] # $SEMVER_BRANCH = PR-3274 [2021-03-18T23:30:48.852Z] # $SEMVER_TEMP = /tmp/semver-107728714 [2021-03-18T23:30:48.852Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-18T23:31:10.899Z] # '/tmp/semver-107728714' -> '/w/workspace/edgex-go/8/.semver' [2021-03-18T23:31:10.899Z] # -> Force: false [2021-03-18T23:31:10.899Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-03-18T23:31:10.916Z] $ docker exec --env ******** --env ******** 871becca09b1d9c0d8472cfe20254348f683daadc3a3d9ca117e5bf444aae601 ssh-agent -k [2021-03-18T23:31:11.125Z] unset SSH_AUTH_SOCK; [2021-03-18T23:31:11.127Z] unset SSH_AGENT_PID; [2021-03-18T23:31:11.127Z] echo Agent pid 51 killed; [2021-03-18T23:31:11.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T23:31:11.705Z] + git semver [Pipeline] } [2021-03-18T23:31:11.724Z] $ docker stop --time=1 871becca09b1d9c0d8472cfe20254348f683daadc3a3d9ca117e5bf444aae601 [2021-03-18T23:31:13.399Z] $ docker rm -f 871becca09b1d9c0d8472cfe20254348f683daadc3a3d9ca117e5bf444aae601 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T23:31:13.929Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T23:31:14.480Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T23:31:14.484Z] [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) Stage "arm64" skipped due to when conditional [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] // stage [Pipeline] } [2021-03-18T23:31:15.783Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T23:31:16.089Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T23:31:16.399Z] + sudo service docker restart [2021-03-18T23:31:16.399Z] + true [2021-03-18T23:31:16.399Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-18T23:31:16.994Z] ========================================================= [2021-03-18T23:31:16.994Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T23:31:16.994Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:31:17.343Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-18T23:31:21.582Z] Sending build context to Docker daemon 328.7MB [2021-03-18T23:31:21.582Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T23:31:21.582Z] Step 2/6 : FROM ${BASE} [2021-03-18T23:31:21.582Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T23:31:21.582Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T23:31:21.582Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T23:31:21.582Z] de9db76c5a1d: Pulling fs layer [2021-03-18T23:31:21.582Z] bca2f99d35d6: Pulling fs layer [2021-03-18T23:31:21.582Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T23:31:21.582Z] 7c6f9722023f: Pulling fs layer [2021-03-18T23:31:21.582Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T23:31:21.582Z] 93359f2a8cfa: Waiting [2021-03-18T23:31:21.582Z] 7c6f9722023f: Waiting [2021-03-18T23:31:21.582Z] a35cf1a2eb13: Waiting [2021-03-18T23:31:21.582Z] bca2f99d35d6: Waiting [2021-03-18T23:31:21.582Z] de9db76c5a1d: Download complete [2021-03-18T23:31:21.582Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T23:31:21.582Z] 0ef7d3d256c8: Download complete [2021-03-18T23:31:21.582Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T23:31:21.582Z] 93359f2a8cfa: Download complete [2021-03-18T23:31:21.582Z] 7c6f9722023f: Verifying Checksum [2021-03-18T23:31:21.582Z] 7c6f9722023f: Download complete [2021-03-18T23:31:21.582Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T23:31:21.582Z] 188c0c94c7c5: Download complete [2021-03-18T23:31:22.554Z] 188c0c94c7c5: Pull complete [2021-03-18T23:31:23.951Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T23:31:23.951Z] a35cf1a2eb13: Download complete [2021-03-18T23:31:24.213Z] 0ef7d3d256c8: Pull complete [2021-03-18T23:31:24.214Z] bca2f99d35d6: Verifying Checksum [2021-03-18T23:31:24.214Z] bca2f99d35d6: Download complete [2021-03-18T23:31:24.476Z] de9db76c5a1d: Pull complete [2021-03-18T23:31:31.151Z] bca2f99d35d6: Pull complete [2021-03-18T23:31:31.151Z] 93359f2a8cfa: Pull complete [2021-03-18T23:31:31.151Z] 7c6f9722023f: Pull complete [2021-03-18T23:31:36.480Z] a35cf1a2eb13: Pull complete [2021-03-18T23:31:36.480Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T23:31:36.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T23:31:36.480Z] ---> a62c8e92a672 [2021-03-18T23:31:36.480Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-18T23:31:36.748Z] ---> Running in 8e5ebf46d75b [2021-03-18T23:31:37.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T23:31:37.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T23:31:38.476Z] (1/12) Installing libmagic (5.38-r0) [2021-03-18T23:31:38.738Z] (2/12) Installing file (5.38-r0) [2021-03-18T23:31:38.738Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-18T23:31:38.738Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-18T23:31:44.044Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-18T23:31:44.044Z] (6/12) Installing patch (2.7.6-r6) [2021-03-18T23:31:44.044Z] (7/12) Installing build-base (0.5-r2) [2021-03-18T23:31:44.044Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-18T23:31:44.308Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-18T23:31:44.308Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-18T23:31:44.308Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-18T23:31:44.572Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-18T23:31:44.572Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T23:31:44.572Z] OK: 233 MiB in 51 packages [2021-03-18T23:31:48.815Z] Removing intermediate container 8e5ebf46d75b [2021-03-18T23:31:48.815Z] ---> 7f55fe64411e [2021-03-18T23:31:48.815Z] Step 4/6 : WORKDIR /edgex-go [2021-03-18T23:31:48.815Z] ---> Running in c19f9d68f2be [2021-03-18T23:31:48.815Z] Removing intermediate container c19f9d68f2be [2021-03-18T23:31:48.815Z] ---> 34e340365677 [2021-03-18T23:31:48.815Z] Step 5/6 : COPY go.mod . [2021-03-18T23:31:48.815Z] ---> 9c8f95af7001 [2021-03-18T23:31:48.815Z] Step 6/6 : RUN go mod download [2021-03-18T23:31:48.815Z] ---> Running in 9c8010aa66f6 [2021-03-18T23:32:10.844Z] Removing intermediate container 9c8010aa66f6 [2021-03-18T23:32:10.844Z] ---> b88b82447f37 [2021-03-18T23:32:10.845Z] Successfully built b88b82447f37 [2021-03-18T23:32:10.845Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:32:11.178Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T23:32:11.178Z] . [Pipeline] withDockerContainer [2021-03-18T23:32:11.293Z] prd-centos7-docker-4c-2g-30391 does not seem to be running inside a container [2021-03-18T23:32:11.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T23:32:12.240Z] $ docker top cfcb4473c0a2f69a839f44d9871bd15bab81251dff32447c725abccf10637b0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:32:12.741Z] + go version [2021-03-18T23:32:12.741Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T23:32:12.756Z] $ docker stop --time=1 cfcb4473c0a2f69a839f44d9871bd15bab81251dff32447c725abccf10637b0b [2021-03-18T23:32:14.080Z] $ docker rm -f cfcb4473c0a2f69a839f44d9871bd15bab81251dff32447c725abccf10637b0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:32:14.935Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T23:32:14.935Z] . [Pipeline] withDockerContainer [2021-03-18T23:32:15.046Z] prd-centos7-docker-4c-2g-30391 does not seem to be running inside a container [2021-03-18T23:32:15.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T23:32:15.779Z] $ docker top 627d2b4d40fb37963fbc66bf5a197791362d5325652072ecde16ede41ad39ff0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-18T23:32:15.969Z] ========================================================= [2021-03-18T23:32:15.969Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-18T23:32:15.969Z] ========================================================= [Pipeline] sh [2021-03-18T23:32:16.263Z] + make test [2021-03-18T23:32:16.263Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-18T23:32:26.358Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-18T23:32:48.547Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-18T23:32:52.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-18T23:32:52.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-18T23:32:52.882Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-18T23:32:56.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-18T23:32:56.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-18T23:32:56.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-18T23:32:56.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-18T23:32:56.565Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-18T23:32:57.868Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-18T23:33:00.697Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-18T23:33:00.697Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-18T23:33:00.697Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-18T23:33:04.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.175s coverage: 45.9% of statements [2021-03-18T23:33:04.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-18T23:33:04.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-18T23:33:04.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-18T23:33:04.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-18T23:33:04.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-18T23:33:04.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-18T23:33:04.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements [2021-03-18T23:33:04.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-03-18T23:33:07.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.240s coverage: 27.1% of statements [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-18T23:33:07.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-18T23:33:07.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-18T23:33:07.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.117s coverage: 71.3% of statements [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-18T23:33:07.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.226s coverage: 82.9% of statements [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:33:07.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-03-18T23:33:07.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-18T23:33:11.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.452s coverage: 28.6% of statements [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-18T23:33:11.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-18T23:33:11.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-18T23:33:11.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.237s coverage: 86.7% of statements [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-18T23:33:11.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-18T23:33:11.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-18T23:33:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.457s coverage: 92.8% of statements [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-18T23:33:14.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements [2021-03-18T23:33:14.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-03-18T23:33:26.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements [2021-03-18T23:33:26.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-18T23:33:28.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.137s coverage: 81.9% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 75.5% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.6% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.6% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 62.4% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.420s coverage: 69.0% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 38.4% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-18T23:33:38.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.201s coverage: 87.1% of statements [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-18T23:33:38.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:33:38.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-18T23:33:39.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.799s coverage: 29.1% of statements [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-18T23:33:39.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-18T23:33:39.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-18T23:33:39.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-18T23:33:39.741Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.086s coverage: 96.5% of statements [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-18T23:33:39.741Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-18T23:33:39.741Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-18T23:33:39.741Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-18T23:33:40.018Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-03-18T23:33:40.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-18T23:33:40.018Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-18T23:33:40.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-18T23:33:40.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-18T23:33:40.866Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-18T23:33:41.445Z] GO111MODULE=on go vet ./... [2021-03-18T23:34:13.994Z] gofmt -l . [2021-03-18T23:34:13.994Z] [ "`gofmt -l .`" = "" ] [2021-03-18T23:34:13.994Z] ./bin/test-go-mod-tidy.sh [2021-03-18T23:34:14.260Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-18T23:34:15.166Z] + ls -al . [2021-03-18T23:34:15.166Z] total 760 [2021-03-18T23:34:15.166Z] drwxrwxr-x 10 1001 1001 4096 Mar 18 23:34 . [2021-03-18T23:34:15.166Z] drwxr-xr-x 4 root root 28 Mar 18 23:32 .. [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 11 Mar 18 23:30 .dockerignore [2021-03-18T23:34:15.166Z] drwxrwxr-x 8 1001 1001 179 Mar 18 23:30 .git [2021-03-18T23:34:15.166Z] drwxrwxr-x 3 1001 1001 125 Mar 18 23:30 .github [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 818 Mar 18 23:30 .gitignore [2021-03-18T23:34:15.166Z] drwx------ 3 1001 1001 60 Mar 18 23:31 .semver [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 166 Mar 18 23:30 .sonarcloud.properties [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 8607 Mar 18 23:30 Attribution.txt [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 3804 Mar 18 23:30 CONTRIBUTING.md [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 931 Mar 18 23:30 Dockerfile.build [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 907 Mar 18 23:30 Jenkinsfile [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 10775 Mar 18 23:30 LICENSE [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 5774 Mar 18 23:30 Makefile [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 6548 Mar 18 23:30 README.md [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 6755 Mar 18 23:30 SECURITY.md [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 5 Mar 18 23:31 VERSION [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 4131 Mar 18 23:30 ZMQWindows.md [2021-03-18T23:34:15.166Z] drwxrwxr-x 2 1001 1001 117 Mar 18 23:30 bin [2021-03-18T23:34:15.166Z] drwxrwxr-x 14 1001 1001 4096 Mar 18 23:30 cmd [2021-03-18T23:34:15.166Z] -rw-r--r-- 1 root root 650607 Mar 18 23:33 coverage.out [2021-03-18T23:34:15.166Z] -rw-r--r-- 1 root root 1055 Mar 18 23:34 go.mod [2021-03-18T23:34:15.166Z] -rw-r--r-- 1 root root 21981 Mar 18 23:34 go.sum [2021-03-18T23:34:15.166Z] drwxrwxr-x 8 1001 1001 127 Mar 18 23:30 internal [2021-03-18T23:34:15.166Z] drwxrwxr-x 4 1001 1001 26 Mar 18 23:30 openapi [2021-03-18T23:34:15.166Z] drwxrwxr-x 4 1001 1001 71 Mar 18 23:30 snap [2021-03-18T23:34:15.166Z] -rw-rw-r-- 1 1001 1001 168 Mar 18 23:30 version.go [Pipeline] sh [2021-03-18T23:34:15.473Z] + '[' -e coverage.out ] [2021-03-18T23:34:15.473Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-18T23:34:15.752Z] Stashed 1 file(s) [Pipeline] sh [2021-03-18T23:34:16.054Z] + echo build [2021-03-18T23:34:16.054Z] build [Pipeline] } [2021-03-18T23:34:16.070Z] $ docker stop --time=1 627d2b4d40fb37963fbc66bf5a197791362d5325652072ecde16ede41ad39ff0 [2021-03-18T23:34:18.179Z] $ docker rm -f 627d2b4d40fb37963fbc66bf5a197791362d5325652072ecde16ede41ad39ff0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-18T23:34:34.575Z] Still waiting to schedule task [2021-03-18T23:34:34.575Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-18T23:35:26.452Z] Running on prd-ubuntu18.04-docker-8c-8g-30392 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws [2021-03-18T23:35:26.511Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-18T23:35:28.635Z] using credential edgex-jenkins-ssh [2021-03-18T23:35:28.725Z] Cloning the remote Git repository [2021-03-18T23:35:28.731Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:35:28.797Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-18T23:35:28.832Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:35:28.832Z] > git --version # timeout=10 [2021-03-18T23:35:28.838Z] > git --version # 'git version 2.17.1' [2021-03-18T23:35:28.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:35:28.870Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T23:35:36.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T23:35:37.120Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 814245e9d45db65fe0c03a9dd4ea6315dcf62294 [2021-03-18T23:35:37.279Z] Merge succeeded, producing 814245e9d45db65fe0c03a9dd4ea6315dcf62294 [2021-03-18T23:35:37.279Z] Checking out Revision 814245e9d45db65fe0c03a9dd4ea6315dcf62294 (PR-3274) [2021-03-18T23:35:36.420Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T23:35:36.432Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-18T23:35:36.444Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:35:36.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:35:36.448Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T23:35:37.119Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T23:35:37.122Z] > git checkout -f 814245e9d45db65fe0c03a9dd4ea6315dcf62294 # timeout=10 [2021-03-18T23:35:37.246Z] > git remote # timeout=10 [2021-03-18T23:35:37.251Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T23:35:37.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T23:35:37.258Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-18T23:35:37.266Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T23:35:37.273Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T23:35:37.276Z] > git checkout -f 814245e9d45db65fe0c03a9dd4ea6315dcf62294 # timeout=10 [2021-03-18T23:35:40.915Z] Commit message: "ci: add more debug" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:35:42.211Z] + echo snap-build.sh [2021-03-18T23:35:42.211Z] snap-build.sh [2021-03-18T23:35:42.211Z] + SNAP_BASE_DIR=. [2021-03-18T23:35:42.211Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-03-18T23:35:42.211Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-03-18T23:35:42.211Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-03-18T23:35:42.211Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-03-18T23:35:42.211Z] + cd /w/workspace/edgex-go/8 [2021-03-18T23:35:42.211Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-18T23:35:42.211Z] Reading package lists... [2021-03-18T23:35:42.473Z] Building dependency tree... [2021-03-18T23:35:42.473Z] Reading state information... [2021-03-18T23:35:42.473Z] The following packages were automatically installed and are no longer required: [2021-03-18T23:35:42.473Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-18T23:35:42.473Z] uidmap xdelta3 [2021-03-18T23:35:42.473Z] Use 'sudo apt autoremove' to remove them. [2021-03-18T23:35:42.734Z] The following packages will be REMOVED: [2021-03-18T23:35:42.735Z] lxd* lxd-client* [2021-03-18T23:35:42.996Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-18T23:35:42.996Z] After this operation, 31.7 MB disk space will be freed. [2021-03-18T23:35:44.042Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-18T23:35:44.042Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T23:35:44.986Z] Removing lxd dnsmasq configuration [2021-03-18T23:35:44.986Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T23:35:45.248Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-18T23:35:45.821Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-18T23:35:46.082Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-18T23:35:46.343Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-18T23:35:47.732Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-18T23:35:47.732Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-18T23:35:49.648Z] + sudo snap remove --purge lxd [2021-03-18T23:35:49.648Z] snap "lxd" is not installed [2021-03-18T23:35:49.648Z] + sudo groupadd --force --system lxd [2021-03-18T23:35:49.648Z] ++ whoami [2021-03-18T23:35:49.648Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-18T23:35:49.648Z] + newgrp - lxd [2021-03-18T23:35:49.648Z] + sudo snap install lxd [2021-03-18T23:35:59.662Z] 2021-03-18T23:35:56Z INFO Waiting for automatic snapd restart... [2021-03-18T23:36:14.658Z] lxd 4.12 from Canonical* installed [2021-03-18T23:36:14.658Z] + sudo lxd init --auto [2021-03-18T23:36:21.256Z] + sudo snap install --classic snapcraft [2021-03-18T23:36:27.848Z] snapcraft 4.5.4 from Canonical* installed [2021-03-18T23:36:27.848Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-18T23:36:27.848Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-18T23:36:27.848Z] ===================================================== [2021-03-18T23:36:27.848Z] SNAP DEBUG [2021-03-18T23:36:27.848Z] ARCH=x86_64 [2021-03-18T23:36:27.848Z] BRANCH_NAME=PR-3274 [2021-03-18T23:36:27.848Z] BUILD_DISPLAY_NAME=#8 [2021-03-18T23:36:27.848Z] BUILD_DOCKER_IMAGE=false [2021-03-18T23:36:27.848Z] BUILD_FAILURE_NOTIFY_LIST=edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [2021-03-18T23:36:27.848Z] BUILD_ID=8 [2021-03-18T23:36:27.848Z] BUILD_NUMBER=8 [2021-03-18T23:36:27.848Z] BUILD_SCRIPT=echo build [2021-03-18T23:36:27.848Z] BUILD_SNAP=true [2021-03-18T23:36:27.848Z] BUILD_TAG=jenkins-edgexfoundry-edgex-go-PR-3274-8 [2021-03-18T23:36:27.848Z] BUILD_TIMESTAMP=2021-03-18 23:28:49 UTC [2021-03-18T23:36:27.848Z] BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/8/ [2021-03-18T23:36:27.848Z] CHANGE_AUTHOR=ernestojeda [2021-03-18T23:36:27.848Z] CHANGE_AUTHOR_DISPLAY_NAME=Ernesto Ojeda [2021-03-18T23:36:27.848Z] CHANGE_AUTHOR_EMAIL=ernesto.ojeda@intel.com [2021-03-18T23:36:27.848Z] CHANGE_BRANCH=snap-debug [2021-03-18T23:36:27.848Z] CHANGE_FORK=ernestojeda [2021-03-18T23:36:27.848Z] CHANGE_ID=3274 [2021-03-18T23:36:27.848Z] CHANGE_TARGET=master [2021-03-18T23:36:27.848Z] CHANGE_TITLE=ci: debug failure build [2021-03-18T23:36:27.848Z] CHANGE_URL=https://github.com/edgexfoundry/edgex-go/pull/3274 [2021-03-18T23:36:27.848Z] DOCKERHUB_REGISTRY=docker.io [2021-03-18T23:36:27.848Z] DOCKER_BASE_IMAGE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T23:36:27.848Z] DOCKER_BUILD_CONTEXT=. [2021-03-18T23:36:27.848Z] DOCKER_BUILD_FILE_PATH=Dockerfile.build [2021-03-18T23:36:27.848Z] DOCKER_FILE_GLOB=cmd/**/Dockerfile [2021-03-18T23:36:27.848Z] DOCKER_IMAGE_NAME_PREFIX=docker- [2021-03-18T23:36:27.848Z] DOCKER_IMAGE_NAME_SUFFIX=-go [2021-03-18T23:36:27.848Z] DOCKER_NEXUS_REPO=staging [2021-03-18T23:36:27.848Z] DOCKER_REGISTRY=nexus3.edgexfoundry.org [2021-03-18T23:36:27.848Z] EXECUTOR_NUMBER=0 [2021-03-18T23:36:27.848Z] GITSEMVER_INIT_VERSION=0.0.0 [2021-03-18T23:36:27.848Z] GIT_AUTHOR_EMAIL=collab-it+edgex@linuxfoundation.org [2021-03-18T23:36:27.848Z] GIT_AUTHOR_NAME=edgex-jenkins [2021-03-18T23:36:27.848Z] GIT_BASE=https://github.com/edgexfoundry/$PROJECT [2021-03-18T23:36:27.848Z] GIT_BRANCH=PR-3274 [2021-03-18T23:36:27.848Z] GIT_BRANCH_CLEAN=PR-3274 [2021-03-18T23:36:27.848Z] GIT_CLONE_URL=git@github.com: [2021-03-18T23:36:27.848Z] GIT_COMMIT=814245e9d45db65fe0c03a9dd4ea6315dcf62294 [2021-03-18T23:36:27.848Z] GIT_COMMITTER_EMAIL=collab-it+edgex@linuxfoundation.org [2021-03-18T23:36:27.848Z] GIT_COMMITTER_NAME=edgex-jenkins [2021-03-18T23:36:27.848Z] GIT_PREVIOUS_COMMIT=cc3c5d0f41a4703f8bc34d8310f137c0e0e67417 [2021-03-18T23:36:27.848Z] GIT_URL=git@github.com:edgexfoundry/edgex-go.git [2021-03-18T23:36:27.848Z] GOPROXY=https://nexus3.edgexfoundry.org/repository/go-proxy/ [2021-03-18T23:36:27.848Z] GO_VERSION=1.15 [2021-03-18T23:36:27.848Z] HOME=/home/jenkins [2021-03-18T23:36:27.848Z] HUDSON_COOKIE=4b836fdf-dcc8-4b34-b8d7-47973f57c807 [2021-03-18T23:36:27.848Z] HUDSON_HOME=/var/lib/jenkins [2021-03-18T23:36:27.848Z] HUDSON_SERVER_COOKIE=0f9321d5a576e62d [2021-03-18T23:36:27.848Z] HUDSON_URL=https://jenkins.edgexfoundry.org/ [2021-03-18T23:36:27.848Z] JENKINS_HOME=/var/lib/jenkins [2021-03-18T23:36:27.848Z] JENKINS_HOSTNAME=vex-yul-edgex-jenkins-1 [2021-03-18T23:36:27.848Z] JENKINS_NODE_COOKIE=d621cbd0-c718-4ee7-be8e-fe5a2e47bbbf [2021-03-18T23:36:27.848Z] JENKINS_SERVER_COOKIE=durable-608ac851cb1384d4ddbb2f0577c0ebdd [2021-03-18T23:36:27.848Z] JENKINS_URL=https://jenkins.edgexfoundry.org/ [2021-03-18T23:36:27.848Z] JOB_BASE_NAME=PR-3274 [2021-03-18T23:36:27.848Z] JOB_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/display/redirect [2021-03-18T23:36:27.848Z] JOB_NAME=edgexfoundry/edgex-go/PR-3274 [2021-03-18T23:36:27.848Z] JOB_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/ [2021-03-18T23:36:27.848Z] LANG=C.UTF-8 [2021-03-18T23:36:27.848Z] LOGNAME=jenkins [2021-03-18T23:36:27.848Z] LOGS_SERVER=https://logs.edgexfoundry.org [2021-03-18T23:36:27.848Z] MAIL=/var/mail/jenkins [2021-03-18T23:36:27.848Z] MAVEN_SETTINGS=edgex-go-settings [2021-03-18T23:36:27.848Z] NEXUS_URL=https://nexus.edgexfoundry.org [2021-03-18T23:36:27.848Z] NODE_LABELS=prd-ubuntu18.04-docker-8c-8g-30392 ubuntu18.04-docker-8c-8g [2021-03-18T23:36:27.848Z] NODE_NAME=prd-ubuntu18.04-docker-8c-8g-30392 [2021-03-18T23:36:27.848Z] OLDPWD=/w/workspace/edgex-go/8 [2021-03-18T23:36:27.848Z] OPENSTACK_PUBLIC_IP=10.30.122.39 [2021-03-18T23:36:27.848Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin [2021-03-18T23:36:27.848Z] PROJECT=edgex-go [2021-03-18T23:36:27.848Z] PUBLISH_SWAGGER_DOCS=true [2021-03-18T23:36:27.848Z] PUSH_DOCKER_IMAGE=false [2021-03-18T23:36:27.848Z] PWD=/w/workspace/edgex-go/8 [2021-03-18T23:36:27.848Z] REGISTRY_PORTS=10001 10002 10003 10004 [2021-03-18T23:36:27.848Z] RUN_ARTIFACTS_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/8/display/redirect?page=artifacts [2021-03-18T23:36:27.848Z] RUN_CHANGES_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/8/display/redirect?page=changes [2021-03-18T23:36:27.848Z] RUN_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/8/display/redirect [2021-03-18T23:36:27.848Z] RUN_TESTS_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/8/display/redirect?page=tests [2021-03-18T23:36:27.848Z] SEMVER_BRANCH=PR-3274 [2021-03-18T23:36:27.848Z] SEMVER_BUMP_LEVEL=pre [2021-03-18T23:36:27.848Z] SEMVER_PRE_PREFIX=dev [2021-03-18T23:36:27.848Z] SHELL=/bin/bash [2021-03-18T23:36:27.848Z] SHLVL=2 [2021-03-18T23:36:27.848Z] SHORT_GIT_COMMIT=814245e [2021-03-18T23:36:27.848Z] SIGUL_BRIDGE_IP=10.30.120.3 [2021-03-18T23:36:27.848Z] SIGUL_KEY=edgex-release-2020 [2021-03-18T23:36:27.848Z] SILO=production [2021-03-18T23:36:27.848Z] SSH_CLIENT=10.30.120.5 53062 22 [2021-03-18T23:36:27.848Z] SSH_CONNECTION=10.30.120.5 53062 10.30.122.39 22 [2021-03-18T23:36:27.848Z] STAGE_NAME=Snap [2021-03-18T23:36:27.848Z] SWAGGER_API_FOLDERS=openapi/v1 openapi/v2 [2021-03-18T23:36:27.848Z] TEST_SCRIPT=make test [2021-03-18T23:36:27.848Z] USER=jenkins [2021-03-18T23:36:27.848Z] USE_SEMVER=true [2021-03-18T23:36:27.848Z] VERSION=0.0.0 [2021-03-18T23:36:27.848Z] WORKSPACE=/w/workspace/edgex-go/8 [2021-03-18T23:36:27.848Z] XDG_RUNTIME_DIR=/run/user/1001 [2021-03-18T23:36:27.848Z] XDG_SESSION_ID=1 [2021-03-18T23:36:27.848Z] _=./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-18T23:36:27.848Z] sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:36:27.848Z] proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:36:27.848Z] udev on /dev type devtmpfs (rw,nosuid,relatime,size=4070380k,nr_inodes=1017595,mode=755) [2021-03-18T23:36:27.848Z] devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) [2021-03-18T23:36:27.848Z] tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) [2021-03-18T23:36:27.848Z] /dev/vda1 on / type ext4 (rw,relatime,data=ordered) [2021-03-18T23:36:27.848Z] securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:36:27.848Z] tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) [2021-03-18T23:36:27.848Z] tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) [2021-03-18T23:36:27.848Z] tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) [2021-03-18T23:36:27.848Z] pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) [2021-03-18T23:36:27.848Z] cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) [2021-03-18T23:36:27.848Z] systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11601) [2021-03-18T23:36:27.848Z] hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) [2021-03-18T23:36:27.848Z] debugfs on /sys/kernel/debug type debugfs (rw,relatime) [2021-03-18T23:36:27.848Z] mqueue on /dev/mqueue type mqueue (rw,relatime) [2021-03-18T23:36:27.848Z] fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) [2021-03-18T23:36:27.848Z] configfs on /sys/kernel/config type configfs (rw,relatime) [2021-03-18T23:36:27.848Z] /dev/vda15 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) [2021-03-18T23:36:27.848Z] binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime) [2021-03-18T23:36:27.848Z] lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) [2021-03-18T23:36:27.848Z] tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=816680k,mode=700,uid=1001,gid=1001) [2021-03-18T23:36:27.848Z] /var/lib/snapd/snaps/snapd_11107.snap on /snap/snapd/11107 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:36:27.848Z] /var/lib/snapd/snaps/core18_1988.snap on /snap/core18/1988 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:36:27.848Z] /var/lib/snapd/snaps/lxd_19823.snap on /snap/lxd/19823 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:36:27.848Z] tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) [2021-03-18T23:36:27.848Z] nsfs on /run/snapd/ns/lxd.mnt type nsfs (rw) [2021-03-18T23:36:27.848Z] tmpfs on /var/snap/lxd/common/ns type tmpfs (rw,relatime,size=1024k,mode=700) [2021-03-18T23:36:27.848Z] nsfs on /var/snap/lxd/common/ns/shmounts type nsfs (rw) [2021-03-18T23:36:27.848Z] nsfs on /var/snap/lxd/common/ns/mntns type nsfs (rw) [2021-03-18T23:36:27.848Z] /var/lib/snapd/snaps/snapcraft_6120.snap on /snap/snapcraft/6120 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-18T23:36:27.848Z] Filesystem Size Used Avail Use% Mounted on [2021-03-18T23:36:27.848Z] udev 3.9G 0 3.9G 0% /dev [2021-03-18T23:36:27.848Z] tmpfs 798M 980K 797M 1% /run [2021-03-18T23:36:27.848Z] /dev/vda1 39G 8.3G 31G 22% / [2021-03-18T23:36:27.848Z] tmpfs 3.9G 0 3.9G 0% /dev/shm [2021-03-18T23:36:27.848Z] tmpfs 5.0M 0 5.0M 0% /run/lock [2021-03-18T23:36:27.848Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2021-03-18T23:36:27.848Z] /dev/vda15 105M 3.6M 101M 4% /boot/efi [2021-03-18T23:36:27.848Z] tmpfs 798M 0 798M 0% /run/user/1001 [2021-03-18T23:36:27.848Z] /dev/loop0 33M 33M 0 100% /snap/snapd/11107 [2021-03-18T23:36:27.848Z] /dev/loop1 56M 56M 0 100% /snap/core18/1988 [2021-03-18T23:36:27.848Z] /dev/loop2 69M 69M 0 100% /snap/lxd/19823 [2021-03-18T23:36:27.848Z] tmpfs 1.0M 0 1.0M 0% /var/snap/lxd/common/ns [2021-03-18T23:36:27.848Z] /dev/loop3 69M 69M 0 100% /snap/snapcraft/6120 [2021-03-18T23:36:27.848Z] ===================================================== [2021-03-18T23:36:30.407Z] yq (v4/stable) 4.3.1 from Mike Farah (mikefarah) installed [2021-03-18T23:36:30.668Z] Error: stat /w/workspace/edgex-go/8/snap/snapcraft.yaml: no such file or directory [2021-03-18T23:36:30.931Z] Error: stat /w/workspace/edgex-go/8/snap/snapcraft.yaml: no such file or directory [2021-03-18T23:36:31.192Z] Error: stat /w/workspace/edgex-go/8/snap/snapcraft.yaml: no such file or directory [2021-03-18T23:36:31.454Z] Error: stat /w/workspace/edgex-go/8/snap/snapcraft.yaml: no such file or directory [2021-03-18T23:36:31.714Z] Error: stat /w/workspace/edgex-go/8/snap/snapcraft.yaml: no such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T23:36:32.504Z] Failed in branch amd64 [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] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:36:34.657Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:36:35.551Z] ---> package-listing.sh [2021-03-18T23:36:35.551Z] ++ facter osfamily [2021-03-18T23:36:35.551Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T23:36:35.824Z] + OS_FAMILY=redhat [2021-03-18T23:36:35.824Z] + workspace=/w/workspace/edgex-go/8 [2021-03-18T23:36:35.824Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T23:36:35.824Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T23:36:35.824Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T23:36:35.824Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T23:36:35.824Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-18T23:36:35.824Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T23:36:35.824Z] + case "${OS_FAMILY}" in [2021-03-18T23:36:35.824Z] + rpm -qa [2021-03-18T23:36:35.824Z] + sort [2021-03-18T23:36:41.150Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T23:36:41.150Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T23:36:41.150Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T23:36:41.150Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-18T23:36:41.150Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-03-18T23:36:41.150Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-03-18T23:36:41.166Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T23:36:41.461Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:36:41.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T23:36:41.772Z] [2021-03-18T23:36:41.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T23:36:42.127Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T23:36:42.127Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T23:36:42.127Z] df20fa9351a1: Pulling fs layer [2021-03-18T23:36:42.127Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T23:36:42.127Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T23:36:42.127Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T23:36:42.127Z] 93b61091891f: Pulling fs layer [2021-03-18T23:36:42.127Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T23:36:42.127Z] 5e14af77c1be: Pulling fs layer [2021-03-18T23:36:42.127Z] 01666e4c0597: Pulling fs layer [2021-03-18T23:36:42.127Z] aa168da1d23b: Pulling fs layer [2021-03-18T23:36:42.127Z] 93b9cdb0e59b: Waiting [2021-03-18T23:36:42.127Z] 5e14af77c1be: Waiting [2021-03-18T23:36:42.127Z] 01666e4c0597: Waiting [2021-03-18T23:36:42.127Z] 46f8f816bc3b: Waiting [2021-03-18T23:36:42.127Z] 93b61091891f: Waiting [2021-03-18T23:36:42.127Z] aa168da1d23b: Waiting [2021-03-18T23:36:42.127Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T23:36:42.127Z] 36b3adc4ff6f: Download complete [2021-03-18T23:36:42.127Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T23:36:42.127Z] 46f8f816bc3b: Download complete [2021-03-18T23:36:42.127Z] df20fa9351a1: Verifying Checksum [2021-03-18T23:36:42.127Z] df20fa9351a1: Download complete [2021-03-18T23:36:42.401Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T23:36:42.401Z] 93b9cdb0e59b: Download complete [2021-03-18T23:36:42.401Z] 5e14af77c1be: Verifying Checksum [2021-03-18T23:36:42.401Z] 5e14af77c1be: Download complete [2021-03-18T23:36:42.401Z] 01666e4c0597: Verifying Checksum [2021-03-18T23:36:42.401Z] 01666e4c0597: Download complete [2021-03-18T23:36:42.401Z] 93b61091891f: Verifying Checksum [2021-03-18T23:36:42.401Z] 93b61091891f: Download complete [2021-03-18T23:36:42.670Z] df20fa9351a1: Pull complete [2021-03-18T23:36:42.670Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T23:36:42.670Z] 8ad3a11d3b57: Download complete [2021-03-18T23:36:42.943Z] 36b3adc4ff6f: Pull complete [2021-03-18T23:36:44.345Z] 8ad3a11d3b57: Pull complete [2021-03-18T23:36:44.345Z] 46f8f816bc3b: Pull complete [2021-03-18T23:36:44.609Z] aa168da1d23b: Verifying Checksum [2021-03-18T23:36:44.609Z] aa168da1d23b: Download complete [2021-03-18T23:36:44.609Z] 93b61091891f: Pull complete [2021-03-18T23:36:44.872Z] 93b9cdb0e59b: Pull complete [2021-03-18T23:36:45.138Z] 5e14af77c1be: Pull complete [2021-03-18T23:36:45.138Z] 01666e4c0597: Pull complete [2021-03-18T23:36:53.330Z] aa168da1d23b: Pull complete [2021-03-18T23:36:53.330Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T23:36:53.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T23:36:53.330Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T23:36:53.528Z] prd-centos7-docker-4c-2g-30391 does not seem to be running inside a container [2021-03-18T23:36:53.584Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T23:36:57.110Z] $ docker top 8dad423a6e6646b5776d2a486b193ed22f0380c131fbe5afeec0f612d41f7bdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T23:36:57.669Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T23:36:57.979Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T23:36:58.292Z] + ls /var/log/sa-host [2021-03-18T23:36:58.292Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T23:36:58.292Z] file_magic: OK [2021-03-18T23:36:58.292Z] HZ: Using current value: 100 [2021-03-18T23:36:58.292Z] file_header: OK [2021-03-18T23:36:58.292Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T23:36:58.292Z] Statistics: [2021-03-18T23:36:58.292Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-18T23:36:58.292Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T23:36:58.292Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T23:36:58.292Z] file_magic: OK [2021-03-18T23:36:58.292Z] HZ: Using current value: 100 [2021-03-18T23:36:58.292Z] file_header: OK [2021-03-18T23:36:58.292Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T23:36:58.292Z] Statistics: [2021-03-18T23:36:58.292Z] Hnuu...uuuununununu... [2021-03-18T23:36:58.292Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T23:36:58.963Z] provisioning config files... [2021-03-18T23:36:58.985Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config4559747060245325213tmp [Pipeline] { [Pipeline] echo [2021-03-18T23:36:59.059Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:36:59.360Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T23:36:59.372Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T23:36:59.466Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:36:59.766Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T23:36:59.777Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:37:00.183Z] ---> sudo-logs.sh [2021-03-18T23:37:00.183Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T23:37:00.311Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:37:00.642Z] ---> job-cost.sh [2021-03-18T23:37:00.642Z] lf-activate-venv: SKIPPING [2021-03-18T23:37:00.642Z] INFO: No Stack... [2021-03-18T23:37:01.242Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T23:37:01.823Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T23:37:01.839Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T23:37:02.145Z] ---> logs-deploy.sh [2021-03-18T23:37:02.145Z] lf-activate-venv: SKIPPING [2021-03-18T23:37:02.145Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3274/8 [2021-03-18T23:37:02.145Z] INFO: archiving workspace using pattern(s): [2021-03-18T23:37:04.071Z] Archives upload complete. [2021-03-18T23:37:04.071Z] INFO: archiving logs to Nexus [2021-03-18T23:37:05.018Z] ---> uname -a: [2021-03-18T23:37:05.018Z] Linux prd-centos7-docker-4c-2g-30391.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-18T23:37:05.018Z] [2021-03-18T23:37:05.018Z] [2021-03-18T23:37:05.018Z] ---> lscpu: [2021-03-18T23:37:05.018Z] Architecture: x86_64 [2021-03-18T23:37:05.018Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-18T23:37:05.018Z] Byte Order: Little Endian [2021-03-18T23:37:05.018Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-18T23:37:05.018Z] CPU(s): 4 [2021-03-18T23:37:05.018Z] On-line CPU(s) list: 0-3 [2021-03-18T23:37:05.018Z] Thread(s) per core: 1 [2021-03-18T23:37:05.018Z] Core(s) per socket: 1 [2021-03-18T23:37:05.018Z] Socket(s): 4 [2021-03-18T23:37:05.018Z] NUMA node(s): 1 [2021-03-18T23:37:05.018Z] Vendor ID: GenuineIntel [2021-03-18T23:37:05.018Z] CPU family: 6 [2021-03-18T23:37:05.018Z] Model: 44 [2021-03-18T23:37:05.018Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-18T23:37:05.018Z] Stepping: 1 [2021-03-18T23:37:05.018Z] CPU MHz: 2933.438 [2021-03-18T23:37:05.018Z] BogoMIPS: 5866.87 [2021-03-18T23:37:05.018Z] Virtualization: VT-x [2021-03-18T23:37:05.018Z] Hypervisor vendor: KVM [2021-03-18T23:37:05.019Z] Virtualization type: full [2021-03-18T23:37:05.019Z] L1d cache: 128 KiB [2021-03-18T23:37:05.019Z] L1i cache: 128 KiB [2021-03-18T23:37:05.019Z] L2 cache: 16 MiB [2021-03-18T23:37:05.019Z] L3 cache: 64 MiB [2021-03-18T23:37:05.019Z] NUMA node0 CPU(s): 0-3 [2021-03-18T23:37:05.019Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-18T23:37:05.019Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-18T23:37:05.019Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-18T23:37:05.019Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-18T23:37:05.019Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-18T23:37:05.019Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-18T23:37:05.019Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-18T23:37:05.019Z] Vulnerability Srbds: Not affected [2021-03-18T23:37:05.019Z] Vulnerability Tsx async abort: Not affected [2021-03-18T23:37:05.019Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] ---> nproc: [2021-03-18T23:37:05.019Z] 4 [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] ---> df -h: [2021-03-18T23:37:05.019Z] Filesystem Size Used Available Use% Mounted on [2021-03-18T23:37:05.019Z] overlay 50.0G 8.2G 41.7G 16% / [2021-03-18T23:37:05.019Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-18T23:37:05.019Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-18T23:37:05.019Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/8 [2021-03-18T23:37:05.019Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/8@tmp [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] ---> free -m: [2021-03-18T23:37:05.019Z] total used free shared buff/cache available [2021-03-18T23:37:05.019Z] Mem: 1837 778 123 0 935 966 [2021-03-18T23:37:05.019Z] Swap: 1023 3 1020 [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] ---> ip addr: [2021-03-18T23:37:05.019Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-18T23:37:05.019Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-18T23:37:05.019Z] inet 127.0.0.1/8 scope host lo [2021-03-18T23:37:05.019Z] valid_lft forever preferred_lft forever [2021-03-18T23:37:05.019Z] inet6 ::1/128 scope host [2021-03-18T23:37:05.019Z] valid_lft forever preferred_lft forever [2021-03-18T23:37:05.019Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-18T23:37:05.019Z] link/ether fa:16:3e:a5:00:50 brd ff:ff:ff:ff:ff:ff [2021-03-18T23:37:05.019Z] inet 10.30.122.45/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-18T23:37:05.019Z] valid_lft 85964sec preferred_lft 85964sec [2021-03-18T23:37:05.019Z] inet6 fe80::f816:3eff:fea5:50/64 scope link [2021-03-18T23:37:05.019Z] valid_lft forever preferred_lft forever [2021-03-18T23:37:05.019Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-18T23:37:05.019Z] link/ether 02:42:7a:26:f7:1e brd ff:ff:ff:ff:ff:ff [2021-03-18T23:37:05.019Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-18T23:37:05.019Z] valid_lft forever preferred_lft forever [2021-03-18T23:37:05.019Z] inet6 fe80::42:7aff:fe26:f71e/64 scope link [2021-03-18T23:37:05.019Z] valid_lft forever preferred_lft forever [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] ---> sar -b -r -n DEV: [2021-03-18T23:37:05.019Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] 23:29:39 LINUX RESTART (4 CPU) [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] 23:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-18T23:37:05.019Z] 23:31:01 127.31 48.11 79.19 0.00 8392.89 29729.71 0.00 [2021-03-18T23:37:05.019Z] 23:32:01 269.87 99.98 169.89 0.00 6849.31 49824.89 0.00 [2021-03-18T23:37:05.019Z] 23:33:01 214.59 97.74 116.86 0.00 3606.26 15268.32 0.00 [2021-03-18T23:37:05.019Z] 23:34:01 107.09 47.60 59.48 0.00 1663.34 6243.81 0.00 [2021-03-18T23:37:05.019Z] 23:35:01 55.48 26.76 28.72 0.00 1920.75 2990.33 0.00 [2021-03-18T23:37:05.019Z] 23:36:01 2.01 0.67 1.35 0.00 51.68 19.50 0.00 [2021-03-18T23:37:05.019Z] Average: 129.42 53.50 75.92 0.00 3735.17 17315.81 0.00 [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] 23:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-18T23:37:05.019Z] 23:31:01 66820 0 779876 41.45 2620 1032228 1467568 50.09 636992 972224 20 [2021-03-18T23:37:05.019Z] 23:32:01 82792 0 735452 39.09 1492 1061808 1520144 51.88 596628 923076 41192 [2021-03-18T23:37:05.019Z] 23:33:01 177444 0 764364 40.62 916 938820 1370920 46.79 645640 768184 8436 [2021-03-18T23:37:05.019Z] 23:34:01 274252 0 780244 41.47 688 826360 1651940 56.38 599132 714580 72572 [2021-03-18T23:37:05.019Z] 23:35:01 518936 0 701516 37.28 688 660404 1113004 37.98 512372 579944 20 [2021-03-18T23:37:05.019Z] 23:36:01 520132 0 698780 37.14 688 661944 1097620 37.46 511612 581004 8 [2021-03-18T23:37:05.019Z] Average: 273396 0 743372 39.51 1182 863594 1370199 46.76 583729 756502 20375 [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] 23:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-18T23:37:05.019Z] 23:31:01 veth0b4df32 855.24 725.97 82.20 2727.38 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:31:01 eth0 1578.26 1500.02 6472.89 200.62 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:31:01 docker0 855.24 725.83 70.51 2727.37 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:32:01 eth0 499.32 409.55 3673.10 43.95 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:32:01 docker0 183.05 217.22 13.37 831.07 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:33:01 eth0 37.25 26.89 30.67 70.87 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:33:01 vethe5dddac 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:34:01 eth0 24.83 14.60 18.54 10.06 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:34:01 vethe5dddac 2.35 2.35 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:34:01 docker0 2.35 2.35 0.16 0.19 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:35:01 eth0 8.42 6.13 8.15 4.03 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:36:01 eth0 0.83 0.48 0.42 0.27 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] 23:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] Average: eth0 354.86 323.10 1687.83 54.58 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] Average: docker0 171.59 156.03 13.85 587.33 0.00 0.00 0.00 0.00 [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] ---> sar -P ALL: [2021-03-18T23:37:05.019Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/18/21 _x86_64_ (4 CPU) [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] 23:29:39 LINUX RESTART (4 CPU) [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] 23:30:02 CPU %user %nice %system %iowait %steal %idle [2021-03-18T23:37:05.019Z] 23:31:01 all 21.98 0.00 9.74 3.13 0.93 64.22 [2021-03-18T23:37:05.019Z] 23:31:01 0 23.50 0.00 11.86 4.08 0.77 59.79 [2021-03-18T23:37:05.019Z] 23:31:01 1 17.14 0.00 8.30 2.87 1.02 70.68 [2021-03-18T23:37:05.019Z] 23:31:01 2 19.58 0.00 9.61 4.11 0.95 65.75 [2021-03-18T23:37:05.019Z] 23:31:01 3 27.78 0.00 9.24 1.48 0.97 60.53 [2021-03-18T23:37:05.019Z] 23:32:01 all 13.09 0.00 8.46 4.73 0.67 73.05 [2021-03-18T23:37:05.019Z] 23:32:01 0 11.88 0.00 9.35 2.56 0.66 75.55 [2021-03-18T23:37:05.019Z] 23:32:01 1 11.27 0.00 7.98 3.83 0.66 76.26 [2021-03-18T23:37:05.019Z] 23:32:01 2 19.31 0.00 9.14 5.90 0.67 64.98 [2021-03-18T23:37:05.019Z] 23:32:01 3 9.90 0.00 7.38 6.62 0.71 75.39 [2021-03-18T23:37:05.019Z] 23:33:01 all 46.48 0.00 13.04 5.55 1.37 33.56 [2021-03-18T23:37:05.019Z] 23:33:01 0 47.17 0.00 12.70 4.13 1.31 34.69 [2021-03-18T23:37:05.019Z] 23:33:01 1 45.55 0.00 12.84 6.75 1.39 33.47 [2021-03-18T23:37:05.019Z] 23:33:01 2 48.23 0.00 13.45 5.45 1.40 31.46 [2021-03-18T23:37:05.019Z] 23:33:01 3 44.94 0.00 13.16 5.85 1.40 34.65 [2021-03-18T23:37:05.019Z] 23:34:01 all 50.63 0.00 13.55 2.33 1.25 32.23 [2021-03-18T23:37:05.019Z] 23:34:01 0 50.94 0.00 13.33 2.80 1.06 31.87 [2021-03-18T23:37:05.019Z] 23:34:01 1 50.30 0.00 13.52 2.15 1.33 32.70 [2021-03-18T23:37:05.019Z] 23:34:01 2 50.32 0.00 14.44 1.47 1.38 32.39 [2021-03-18T23:37:05.019Z] 23:34:01 3 50.97 0.00 12.93 2.89 1.25 31.96 [2021-03-18T23:37:05.019Z] 23:35:01 all 10.92 0.00 4.02 1.75 0.28 83.03 [2021-03-18T23:37:05.019Z] 23:35:01 0 10.62 0.00 3.84 1.73 0.32 83.48 [2021-03-18T23:37:05.019Z] 23:35:01 1 11.03 0.00 4.31 0.90 0.10 83.66 [2021-03-18T23:37:05.019Z] 23:35:01 2 11.12 0.00 4.24 2.70 0.29 81.65 [2021-03-18T23:37:05.019Z] 23:35:01 3 10.93 0.00 3.68 1.65 0.41 83.34 [2021-03-18T23:37:05.019Z] 23:36:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-18T23:37:05.019Z] 23:36:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-18T23:37:05.019Z] 23:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-18T23:37:05.019Z] 23:36:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-18T23:37:05.019Z] 23:36:01 3 0.57 0.00 0.03 0.00 0.00 99.40 [2021-03-18T23:37:05.019Z] Average: all 23.42 0.00 8.02 2.88 0.74 64.94 [2021-03-18T23:37:05.019Z] Average: 0 23.54 0.00 8.38 2.51 0.67 64.89 [2021-03-18T23:37:05.019Z] Average: 1 22.10 0.00 7.71 2.71 0.73 66.75 [2021-03-18T23:37:05.019Z] Average: 2 24.34 0.00 8.37 3.25 0.77 63.28 [2021-03-18T23:37:05.019Z] Average: 3 23.71 0.00 7.61 3.05 0.78 64.85 [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z] [2021-03-18T23:37:05.019Z]