Pull request #348 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from ba17f5cefa84cbae743b895a907d8ecb709470bc+0355030adcc42d95c368338fb65d94e0ad2d76e0 (f1c28ee45d5ece41ddfc898e79c474b0f5932f1a) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6107 in /w/workspace/dry_go-mod-core-contracts_PR-348 [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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-348 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0355030adcc42d95c368338fb65d94e0ad2d76e0 into PR head commit ba17f5cefa84cbae743b895a907d8ecb709470bc Merge succeeded, producing ba17f5cefa84cbae743b895a907d8ecb709470bc Checking out Revision ba17f5cefa84cbae743b895a907d8ecb709470bc (PR-348) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/348/head:refs/remotes/origin/PR-348 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # 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 0355030adcc42d95c368338fb65d94e0ad2d76e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 Commit message: "feat: Add more constants core-data and metadatai" First time build. Skipping changelog. > git rev-list --no-walk d29408d21cbedc334415b787cf8957ce0039af84 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:58:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:58:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:58:43 ========================================================= 00:58:43 EdgeX Global Pipelines Version Info 00:58:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:58:45 ------------------- 00:58:45 stable info: 00:58:45 ------------------- 00:58:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:58:45 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 00:58:45 Message: update stable to v1.0.144 00:58:45 ------------------- 00:58:45 experimental info: 00:58:45 ------------------- 00:58:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:58:45 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 00:58:45 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:58:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 00:58:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-348 [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-348 [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-348 [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba17f5cefa84cbae743b895a907d8ecb709470bc [Pipeline] echo 00:58:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba17f5c [Pipeline] echo 00:58:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:58:49 + git log --format=format:%s -1 ba17f5cefa84cbae743b895a907d8ecb709470bc [Pipeline] echo 00:58:49 GIT_COMMIT: ba17f5cefa84cbae743b895a907d8ecb709470bc, Commit Message: feat: Add more constants core-data and metadatai [Pipeline] echo 00:58:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:58:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:58:51 00:58:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:58:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:58:51 latest: Pulling from edgex-devops/git-semver 00:58:51 31603596830f: Pulling fs layer 00:58:51 2a8b12db71e7: Pulling fs layer 00:58:51 6ca5941a6612: Pulling fs layer 00:58:51 ecc8261a40a4: Pulling fs layer 00:58:51 ecc8261a40a4: Waiting 00:58:51 2a8b12db71e7: Verifying Checksum 00:58:51 2a8b12db71e7: Download complete 00:58:51 31603596830f: Verifying Checksum 00:58:51 31603596830f: Download complete 00:58:51 ecc8261a40a4: Verifying Checksum 00:58:51 ecc8261a40a4: Download complete 00:58:51 6ca5941a6612: Verifying Checksum 00:58:51 6ca5941a6612: Download complete 00:58:51 31603596830f: Pull complete 00:58:52 2a8b12db71e7: Pull complete 00:58:53 6ca5941a6612: Pull complete 00:58:53 ecc8261a40a4: Pull complete 00:58:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:58:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:58:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:58:53 prd-centos7-docker-4c-2g-6107 does not seem to be running inside a container 00:58:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-348 -v /w/workspace/dry_go-mod-core-contracts_PR-348:/w/workspace/dry_go-mod-core-contracts_PR-348:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-348@tmp:/w/workspace/dry_go-mod-core-contracts_PR-348@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:10004/edgex-devops/git-semver:latest cat 00:58:55 $ docker top 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:58:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:58:55 [ssh-agent] Looking for ssh-agent implementation... 00:58:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:58:56 $ docker exec 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent 00:58:56 SSH_AUTH_SOCK=/tmp/ssh-kOmkj5vnVhSa/agent.11 00:58:56 SSH_AGENT_PID=16 00:58:56 Running ssh-add (command line suppressed) 00:58:56 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_3892408523319069159.key (/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_3892408523319069159.key) 00:58:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:58:56 + git tag --points-at HEAD [Pipeline] } 00:58:56 $ docker exec --env ******** --env ******** 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent -k 00:58:57 unset SSH_AUTH_SOCK; 00:58:57 unset SSH_AGENT_PID; 00:58:57 echo Agent pid 16 killed; 00:58:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:58:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:58:57 [ssh-agent] Looking for ssh-agent implementation... 00:58:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:58:57 $ docker exec 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent 00:58:57 SSH_AUTH_SOCK=/tmp/ssh-WLo0WPjy5FOj/agent.47 00:58:57 SSH_AGENT_PID=52 00:58:57 Running ssh-add (command line suppressed) 00:58:57 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_4685349618847620665.key (/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_4685349618847620665.key) 00:58:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:58:58 + git semver init 00:58:58 # -> Open(): unable to determine branch for HEAD 00:58:58 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-348/.git 00:58:58 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-348 00:58:58 # $SEMVER_REMOTE_NAME = origin 00:58:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:58:58 # $SEMVER_USER_NAME = edgex-jenkins 00:58:58 # $SEMVER_BRANCH = PR-348 00:58:58 # $SEMVER_TEMP = /tmp/semver-450011546 00:58:58 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 00:58:58 # '/tmp/semver-450011546' -> '/w/workspace/dry_go-mod-core-contracts_PR-348/.semver' 00:58:58 # -> Force: false 00:58:58 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-348/.semver [Pipeline] } 00:58:58 $ docker exec --env ******** --env ******** 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent -k 00:58:58 unset SSH_AUTH_SOCK; 00:58:58 unset SSH_AGENT_PID; 00:58:58 echo Agent pid 52 killed; 00:58:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:58:59 + git semver [Pipeline] } 00:58:59 $ docker stop --time=1 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b 00:59:01 $ docker rm -f 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b [Pipeline] // withDockerContainer [Pipeline] sh 00:59:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:59:02 Stashed 1 file(s) [Pipeline] echo 00:59:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 00:59:17 Still waiting to schedule task 00:59:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:59:17 Still waiting to schedule task 00:59:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:01:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6108 in /w/workspace/dry_go-mod-core-contracts_PR-348 [Pipeline] { [Pipeline] ws 01:01:07 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 01:01:13 using credential edgex-jenkins-ssh 01:01:13 Cloning the remote Git repository 01:01:13 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:01:14 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 01:01:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:01:14 > git --version # timeout=10 01:01:14 > git --version # 'git version 2.17.1' 01:01:14 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:01:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:01:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:01:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:01:16 Merging remotes/origin/master commit 0355030adcc42d95c368338fb65d94e0ad2d76e0 into PR head commit ba17f5cefa84cbae743b895a907d8ecb709470bc 01:01:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:01:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/348/head:refs/remotes/origin/PR-348 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:01:16 > git config core.sparsecheckout # timeout=10 01:01:16 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 01:01:16 Merge succeeded, producing ba17f5cefa84cbae743b895a907d8ecb709470bc 01:01:16 Checking out Revision ba17f5cefa84cbae743b895a907d8ecb709470bc (PR-348) 01:01:16 > git remote # timeout=10 01:01:16 > git config --get remote.origin.url # timeout=10 01:01:16 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:16 > git merge 0355030adcc42d95c368338fb65d94e0ad2d76e0 # timeout=10 01:01:16 > git rev-parse HEAD^{commit} # timeout=10 01:01:16 > git config core.sparsecheckout # timeout=10 01:01:16 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 01:01:21 Commit message: "feat: Add more constants core-data and metadatai" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:01:22 ========================================================= 01:01:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:01:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:01:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 01:01:24 Sending build context to Docker daemon 1.753MB 01:01:24 Step 1/7 : ARG BASE=golang:1.15-alpine 01:01:24 Step 2/7 : FROM ${BASE} 01:01:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:01:24 b538f80385f9: Pulling fs layer 01:01:24 74f711af9a0d: Pulling fs layer 01:01:24 99f96fe45779: Pulling fs layer 01:01:24 8529a6b9a6be: Pulling fs layer 01:01:24 45590311c82a: Pulling fs layer 01:01:24 69ca0ff8b7b3: Pulling fs layer 01:01:24 209524e5b208: Pulling fs layer 01:01:24 45590311c82a: Waiting 01:01:24 69ca0ff8b7b3: Waiting 01:01:24 209524e5b208: Waiting 01:01:24 8529a6b9a6be: Waiting 01:01:24 99f96fe45779: Verifying Checksum 01:01:24 99f96fe45779: Download complete 01:01:24 74f711af9a0d: Verifying Checksum 01:01:24 74f711af9a0d: Download complete 01:01:24 45590311c82a: Verifying Checksum 01:01:24 45590311c82a: Download complete 01:01:24 69ca0ff8b7b3: Verifying Checksum 01:01:24 69ca0ff8b7b3: Download complete 01:01:25 b538f80385f9: Pull complete 01:01:26 74f711af9a0d: Pull complete 01:01:26 99f96fe45779: Pull complete 01:01:27 209524e5b208: Verifying Checksum 01:01:27 209524e5b208: Download complete 01:01:29 8529a6b9a6be: Verifying Checksum 01:01:29 8529a6b9a6be: Download complete 01:01:39 8529a6b9a6be: Pull complete 01:01:39 45590311c82a: Pull complete 01:01:40 69ca0ff8b7b3: Pull complete 01:01:43 209524e5b208: Pull complete 01:01:43 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:01:43 ---> 5bddaf1c2fca 01:01:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:01:46 ---> Running in e1212a79590d 01:01:47 Removing intermediate container e1212a79590d 01:01:47 ---> f29c7a397ff9 01:01:47 Step 4/7 : RUN apk add bash 01:01:47 ---> Running in cfb642572f25 01:01:48 Running on prd-centos7-docker-4c-2g-6109 in /w/workspace/dry_go-mod-core-contracts_PR-348 [Pipeline] { [Pipeline] ws 01:01:48 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 01:01:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:01:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:01:50 OK: 142 MiB in 39 packages 01:01:51 Removing intermediate container cfb642572f25 01:01:51 ---> a046e53d610a 01:01:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:01:51 ---> Running in f0d7e7da5fda 01:01:52 Removing intermediate container f0d7e7da5fda 01:01:52 ---> 51c00d50eba4 01:01:52 Step 6/7 : COPY go.mod . 01:01:52 ---> 10d40e9b5e13 01:01:52 Step 7/7 : RUN go mod download 01:01:52 ---> Running in 556d419f6146 01:01:55 using credential edgex-jenkins-ssh 01:01:55 Cloning the remote Git repository 01:01:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:01:55 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 01:01:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:01:55 > git --version # timeout=10 01:01:55 > git --version # 'git version 2.16.5' 01:01:55 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:01:57 Merging remotes/origin/master commit 0355030adcc42d95c368338fb65d94e0ad2d76e0 into PR head commit ba17f5cefa84cbae743b895a907d8ecb709470bc 01:01:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:01:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:01:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:01:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:01:56 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/348/head:refs/remotes/origin/PR-348 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:01:57 > git config core.sparsecheckout # timeout=10 01:01:57 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 01:01:57 > git remote # timeout=10 01:01:57 > git config --get remote.origin.url # timeout=10 01:01:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:57 Merge succeeded, producing ba17f5cefa84cbae743b895a907d8ecb709470bc 01:01:57 Checking out Revision ba17f5cefa84cbae743b895a907d8ecb709470bc (PR-348) 01:01:57 > git merge 0355030adcc42d95c368338fb65d94e0ad2d76e0 # timeout=10 01:01:57 > git rev-parse HEAD^{commit} # timeout=10 01:01:57 > git config core.sparsecheckout # timeout=10 01:01:57 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 01:02:01 Commit message: "feat: Add more constants core-data and metadatai" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:02:02 ========================================================= 01:02:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:02:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:02:04 + 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 . 01:02:04 Sending build context to Docker daemon 1.753MB 01:02:04 Step 1/7 : ARG BASE=golang:1.15-alpine 01:02:04 Step 2/7 : FROM ${BASE} 01:02:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:02:05 df20fa9351a1: Pulling fs layer 01:02:05 ed8968b2872e: Pulling fs layer 01:02:05 a92cc7c5fd73: Pulling fs layer 01:02:05 e871e8e8d7a9: Pulling fs layer 01:02:05 e73272ec9a57: Pulling fs layer 01:02:05 1e910a182e73: Pulling fs layer 01:02:05 4e634b169226: Pulling fs layer 01:02:05 e871e8e8d7a9: Waiting 01:02:05 e73272ec9a57: Waiting 01:02:05 4e634b169226: Waiting 01:02:05 1e910a182e73: Waiting 01:02:05 a92cc7c5fd73: Verifying Checksum 01:02:05 a92cc7c5fd73: Download complete 01:02:05 ed8968b2872e: Download complete 01:02:05 e73272ec9a57: Verifying Checksum 01:02:05 e73272ec9a57: Download complete 01:02:05 1e910a182e73: Download complete 01:02:06 df20fa9351a1: Verifying Checksum 01:02:06 df20fa9351a1: Download complete 01:02:06 df20fa9351a1: Pull complete 01:02:07 ed8968b2872e: Pull complete 01:02:07 a92cc7c5fd73: Pull complete 01:02:08 Removing intermediate container 556d419f6146 01:02:08 ---> 2897d3f8efb4 01:02:08 Successfully built 2897d3f8efb4 01:02:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:02:08 + docker inspect -f . ci-base-image-arm64 01:02:08 . [Pipeline] withDockerContainer 01:02:08 prd-ubuntu18.04-docker-arm64-4c-16g-6108 does not seem to be running inside a container 01:02:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:02:10 $ docker top 1c16815c25dcd1641da60a396eb7a556af6c375eeeff3b0ec7a8bb46fd6d0d21 -eo pid,comm [Pipeline] { [Pipeline] sh 01:02:12 + go version 01:02:12 go version go1.15.2 linux/arm64 [Pipeline] } 01:02:12 $ docker stop --time=1 1c16815c25dcd1641da60a396eb7a556af6c375eeeff3b0ec7a8bb46fd6d0d21 01:02:14 $ docker rm -f 1c16815c25dcd1641da60a396eb7a556af6c375eeeff3b0ec7a8bb46fd6d0d21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 01:02:14 4e634b169226: Verifying Checksum 01:02:14 4e634b169226: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:02:15 + docker inspect -f . ci-base-image-arm64 01:02:15 . [Pipeline] withDockerContainer 01:02:15 prd-ubuntu18.04-docker-arm64-4c-16g-6108 does not seem to be running inside a container 01:02:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:02:16 e871e8e8d7a9: Verifying Checksum 01:02:16 e871e8e8d7a9: Download complete 01:02:17 $ docker top ed40b49ec7639eb7ab3035cb246e2886d6005120a924643090f0efbcfc5a63ad -eo pid,comm [Pipeline] { [Pipeline] sh 01:02:18 + make test 01:02:18 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:02:26 e871e8e8d7a9: Pull complete 01:02:26 e73272ec9a57: Pull complete 01:02:27 1e910a182e73: Pull complete 01:02:33 4e634b169226: Pull complete 01:02:33 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:02:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:02:33 ---> f7629b54cfaa 01:02:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:02:34 ---> Running in dbf5ffefc225 01:02:34 Removing intermediate container dbf5ffefc225 01:02:34 ---> f6b346ed630d 01:02:34 Step 4/7 : RUN apk add bash 01:02:34 ---> Running in c1baea09c718 01:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:37 OK: 166 MiB in 39 packages 01:02:37 Removing intermediate container c1baea09c718 01:02:37 ---> 9500dee41982 01:02:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:02:37 ---> Running in b407bd5a7537 01:02:38 Removing intermediate container b407bd5a7537 01:02:38 ---> 597888c356e4 01:02:38 Step 6/7 : COPY go.mod . 01:02:38 ---> 49af9579c88a 01:02:38 Step 7/7 : RUN go mod download 01:02:38 ---> Running in ef3b31b20ae3 01:02:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:02:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements 01:02:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.035s coverage: 100.0% of statements 01:02:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.059s coverage: 45.4% of statements 01:02:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.071s coverage: 77.8% of statements 01:02:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:02:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.039s coverage: 6.4% of statements 01:02:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements 01:02:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.036s coverage: 100.0% of statements 01:02:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.075s coverage: 91.8% of statements 01:02:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:02:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:02:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.025s coverage: 100.0% of statements 01:02:46 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 48.9% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.087s coverage: 63.0% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.036s coverage: 26.3% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.010s coverage: 15.4% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 01:02:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.028s coverage: 29.1% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.029s coverage: 100.0% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 94.4% of statements 01:02:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 01:02:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:02:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:02:54 Removing intermediate container ef3b31b20ae3 01:02:54 ---> caa15409f49f 01:02:54 Successfully built caa15409f49f 01:02:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:02:54 + docker inspect -f . ci-base-image-x86_64 01:02:54 . [Pipeline] withDockerContainer 01:02:55 prd-centos7-docker-4c-2g-6109 does not seem to be running inside a container 01:02:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:02:56 $ docker top 942e222a376076f074ce414d2357e3277a406fd027a21d31977b71052c6f2f4a -eo pid,comm [Pipeline] { [Pipeline] sh 01:02:57 + go version 01:02:57 go version go1.15.2 linux/amd64 [Pipeline] } 01:02:57 $ docker stop --time=1 942e222a376076f074ce414d2357e3277a406fd027a21d31977b71052c6f2f4a 01:02:58 gofmt -l . 01:02:58 [ "`gofmt -l .`" = "" ] 01:02:59 $ docker rm -f 942e222a376076f074ce414d2357e3277a406fd027a21d31977b71052c6f2f4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:02:59 + docker inspect -f . ci-base-image-x86_64 01:02:59 . [Pipeline] withDockerContainer 01:03:00 Stashed 1 file(s) 01:03:00 prd-centos7-docker-4c-2g-6109 does not seem to be running inside a container 01:03:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:03:01 $ docker top 225915a0f9e60cb08409eb41900ba038a73c4b2564d67a826bb94dfb4750a933 -eo pid,comm [Pipeline] { [Pipeline] } 01:03:02 $ docker stop --time=1 ed40b49ec7639eb7ab3035cb246e2886d6005120a924643090f0efbcfc5a63ad 01:03:04 $ docker rm -f ed40b49ec7639eb7ab3035cb246e2886d6005120a924643090f0efbcfc5a63ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 01:03:05 + make test 01:03:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:03:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:03:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.019s coverage: 85.7% of statements 01:03:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.107s coverage: 100.0% of statements 01:03:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.047s coverage: 45.4% of statements 01:03:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements 01:03:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:03:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.081s coverage: 6.4% of statements 01:03:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.084s coverage: 14.7% of statements 01:03:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.071s coverage: 100.0% of statements 01:03:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.029s coverage: 91.8% of statements 01:03:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:03:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:03:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements 01:03:22 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 48.9% of statements 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.056s coverage: 63.0% of statements 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.104s coverage: 26.3% of statements 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.052s coverage: 15.4% of statements 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 01:03:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.024s coverage: 29.1% of statements 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.021s coverage: 100.0% of statements 01:03:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.194s coverage: 94.4% of statements 01:03:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 01:03:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:03:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:03:32 gofmt -l . 01:03:32 [ "`gofmt -l .`" = "" ] [Pipeline] stash 01:03:32 Warning: overwriting stash ‘coverage-report’ 01:03:32 Stashed 1 file(s) [Pipeline] } 01:03:32 $ docker stop --time=1 225915a0f9e60cb08409eb41900ba038a73c4b2564d67a826bb94dfb4750a933 01:03:35 $ docker rm -f 225915a0f9e60cb08409eb41900ba038a73c4b2564d67a826bb94dfb4750a933 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:03:37 provisioning config files... 01:03:37 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/config1766088154807928139tmp [Pipeline] { [Pipeline] sh 01:03:38 + set +x 01:03:38 + curl -s https://codecov.io/bash 01:03:38 + bash -s -- 01:03:38 01:03:38 _____ _ 01:03:38 / ____| | | 01:03:38 | | ___ __| | ___ ___ _____ __ 01:03:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:03:38 | |___| (_) | (_| | __/ (_| (_) \ V / 01:03:38 \_____\___/ \__,_|\___|\___\___/ \_/ 01:03:38 Bash-20201009-048fee3 01:03:38 01:03:38 01:03:38 ==> Jenkins CI detected. 01:03:38 project root: . 01:03:38 --> token set from env 01:03:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:03:38 ==> Running gcov in . (disable via -X gcov) 01:03:38 ==> Python coveragepy not found 01:03:38 ==> Searching for coverage reports in: 01:03:38 + . 01:03:38 -> Found 1 reports 01:03:38 ==> Detecting git/mercurial file structure 01:03:38 ==> Reading reports 01:03:38 + ./coverage.out bytes=106727 01:03:38 ==> Appending adjustments 01:03:38 https://docs.codecov.io/docs/fixing-reports 01:03:39 + Found adjustments 01:03:39 ==> Gzipping contents 01:03:39 ==> Uploading reports 01:03:39 url: https://codecov.io 01:03:39 query: branch=PR-348&commit=ba17f5cefa84cbae743b895a907d8ecb709470bc&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-348%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=348&job=&cmd_args= 01:03:39 -> Pinging Codecov 01:03:39 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-348&commit=ba17f5cefa84cbae743b895a907d8ecb709470bc&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-348%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=348&job=&cmd_args= 01:03:39 -> Uploading to 01:03:39 01:03:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:03:39 Dload Upload Total Spent Left Speed 01:03:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 01:03:39 X> Failed to upload 01:03:39 ==> Uploading to Codecov 01:03:39 % Total % Received % Xferd Average Speed Time Time Time Current 01:03:39 Dload Upload Total Spent Left Speed 01:03:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17203 100 118 100 17085 195 28375 --:--:-- --:--:-- --:--:-- 28380 01:03:40 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ba17f5cefa84cbae743b895a907d8ecb709470bc [Pipeline] } 01:03:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:03:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:03:43 ---> package-listing.sh 01:03:43 ++ facter osfamily 01:03:43 ++ tr '[:upper:]' '[:lower:]' 01:03:43 + OS_FAMILY=redhat 01:03:43 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-348 01:03:43 + START_PACKAGES=/tmp/packages_start.txt 01:03:43 + END_PACKAGES=/tmp/packages_end.txt 01:03:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:03:43 + PACKAGES=/tmp/packages_start.txt 01:03:43 + '[' /w/workspace/dry_go-mod-core-contracts_PR-348 ']' 01:03:43 + PACKAGES=/tmp/packages_end.txt 01:03:43 + case "${OS_FAMILY}" in 01:03:43 + rpm -qa 01:03:43 + sort 01:03:48 + '[' -f /tmp/packages_start.txt ']' 01:03:48 + '[' -f /tmp/packages_end.txt ']' 01:03:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:03:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-348 ']' 01:03:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-348/archives/ 01:03:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-348/archives/ [Pipeline] echo 01:03:48 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/dry_go-mod-core-contracts_PR-348/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:03:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:03:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:48 01:03:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:03:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:49 alpine: Pulling from edgex-lftools-log-publisher 01:03:49 df20fa9351a1: Pulling fs layer 01:03:49 36b3adc4ff6f: Pulling fs layer 01:03:49 8ad3a11d3b57: Pulling fs layer 01:03:49 46f8f816bc3b: Pulling fs layer 01:03:49 93b61091891f: Pulling fs layer 01:03:49 93b9cdb0e59b: Pulling fs layer 01:03:49 5e14af77c1be: Pulling fs layer 01:03:49 01666e4c0597: Pulling fs layer 01:03:49 aa168da1d23b: Pulling fs layer 01:03:49 46f8f816bc3b: Waiting 01:03:49 93b9cdb0e59b: Waiting 01:03:49 5e14af77c1be: Waiting 01:03:49 01666e4c0597: Waiting 01:03:49 aa168da1d23b: Waiting 01:03:49 93b61091891f: Waiting 01:03:49 36b3adc4ff6f: Verifying Checksum 01:03:49 36b3adc4ff6f: Download complete 01:03:49 46f8f816bc3b: Verifying Checksum 01:03:49 46f8f816bc3b: Download complete 01:03:49 df20fa9351a1: Verifying Checksum 01:03:49 93b9cdb0e59b: Verifying Checksum 01:03:49 93b9cdb0e59b: Download complete 01:03:49 5e14af77c1be: Verifying Checksum 01:03:49 5e14af77c1be: Download complete 01:03:49 01666e4c0597: Verifying Checksum 01:03:49 01666e4c0597: Download complete 01:03:49 93b61091891f: Verifying Checksum 01:03:49 93b61091891f: Download complete 01:03:49 df20fa9351a1: Pull complete 01:03:49 36b3adc4ff6f: Pull complete 01:03:49 8ad3a11d3b57: Verifying Checksum 01:03:49 8ad3a11d3b57: Download complete 01:03:50 8ad3a11d3b57: Pull complete 01:03:50 46f8f816bc3b: Pull complete 01:03:51 93b61091891f: Pull complete 01:03:51 aa168da1d23b: Verifying Checksum 01:03:51 aa168da1d23b: Download complete 01:03:52 93b9cdb0e59b: Pull complete 01:03:52 5e14af77c1be: Pull complete 01:03:52 01666e4c0597: Pull complete 01:04:00 aa168da1d23b: Pull complete 01:04:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:04:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:04:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:04:00 prd-centos7-docker-4c-2g-6107 does not seem to be running inside a container 01:04:00 $ 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/dry_go-mod-core-contracts_PR-348/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-348 -v /w/workspace/dry_go-mod-core-contracts_PR-348:/w/workspace/dry_go-mod-core-contracts_PR-348:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-348@tmp:/w/workspace/dry_go-mod-core-contracts_PR-348@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:04:04 $ docker top 6d680ee3812299d4a386bae37d14756ac31d18307803cf78bf61574b0d946d7f -eo pid,comm [Pipeline] { [Pipeline] sh 01:04:05 + touch /tmp/pre-build-complete [Pipeline] sh 01:04:05 + mkdir -p /var/log/sa [Pipeline] sh 01:04:05 + ls /var/log/sa-host 01:04:05 + sadf -c /var/log/sa-host/sa05 01:04:05 file_magic: OK 01:04:05 HZ: Using current value: 100 01:04:05 file_header: OK 01:04:05 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 01:04:05 Statistics: 01:04:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:04:05 File successfully converted to sysstat format version 12.2.1 01:04:05 + sadf -c /var/log/sa-host/sa19 01:04:05 file_magic: OK 01:04:05 HZ: Using current value: 100 01:04:05 file_header: OK 01:04:05 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 01:04:05 Statistics: 01:04:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:04:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:04:05 provisioning config files... 01:04:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/config7556513637432339200tmp [Pipeline] { [Pipeline] echo 01:04:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:04:06 ---> create-netrc.sh [Pipeline] } 01:04:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:04:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:04:06 ---> python-tools-install.sh [Pipeline] echo 01:04:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:04:07 ---> sudo-logs.sh 01:04:07 Archiving 'sudo' log.. [Pipeline] echo 01:04:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:04:07 ---> job-cost.sh 01:04:07 lf-activate-venv: SKIPPING 01:04:07 INFO: No Stack... 01:04:10 INFO: Retrieving Pricing Info for: v1-standard-2 01:04:10 INFO: Archiving Costs [Pipeline] echo 01:04:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:04:10 ---> logs-deploy.sh 01:04:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-348/3 01:04:10 INFO: archiving workspace using pattern(s): 01:04:12 Archives upload complete. 01:04:12 INFO: archiving logs to Nexus 01:04:13 ---> uname -a: 01:04:13 Linux prd-centos7-docker-4c-2g-6107.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 01:04:13 01:04:13 01:04:13 ---> lscpu: 01:04:13 Architecture: x86_64 01:04:13 CPU op-mode(s): 32-bit, 64-bit 01:04:13 Byte Order: Little Endian 01:04:13 Address sizes: 40 bits physical, 48 bits virtual 01:04:13 CPU(s): 4 01:04:13 On-line CPU(s) list: 0-3 01:04:13 Thread(s) per core: 1 01:04:13 Core(s) per socket: 1 01:04:13 Socket(s): 4 01:04:13 NUMA node(s): 1 01:04:13 Vendor ID: GenuineIntel 01:04:13 CPU family: 6 01:04:13 Model: 44 01:04:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:04:13 Stepping: 1 01:04:13 CPU MHz: 2933.436 01:04:13 BogoMIPS: 5866.87 01:04:13 Virtualization: VT-x 01:04:13 Hypervisor vendor: KVM 01:04:13 Virtualization type: full 01:04:13 L1d cache: 128 KiB 01:04:13 L1i cache: 128 KiB 01:04:13 L2 cache: 16 MiB 01:04:13 L3 cache: 64 MiB 01:04:13 NUMA node0 CPU(s): 0-3 01:04:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:04:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:04:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:04:13 Vulnerability Meltdown: Mitigation; PTI 01:04:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:04:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:04:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:04:13 Vulnerability Tsx async abort: Not affected 01:04:13 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 01:04:13 01:04:13 01:04:13 ---> nproc: 01:04:13 4 01:04:13 01:04:13 01:04:13 ---> df -h: 01:04:13 Filesystem Size Used Available Use% Mounted on 01:04:13 overlay 50.0G 7.2G 42.8G 14% / 01:04:13 tmpfs 64.0M 0 64.0M 0% /dev 01:04:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:04:13 shm 64.0M 0 64.0M 0% /dev/shm 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-348 01:04:13 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-348@tmp 01:04:13 01:04:13 01:04:13 ---> free -m: 01:04:13 total used free shared buff/cache available 01:04:13 Mem: 1837 699 116 0 1021 1035 01:04:13 Swap: 1023 0 1023 01:04:13 01:04:13 01:04:13 ---> ip addr: 01:04:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:04:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:04:13 inet 127.0.0.1/8 scope host lo 01:04:13 valid_lft forever preferred_lft forever 01:04:13 inet6 ::1/128 scope host 01:04:13 valid_lft forever preferred_lft forever 01:04:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:04:13 link/ether fa:16:3e:de:90:b9 brd ff:ff:ff:ff:ff:ff 01:04:13 inet 10.30.123.232/23 brd 10.30.123.255 scope global dynamic eth0 01:04:13 valid_lft 86036sec preferred_lft 86036sec 01:04:13 inet6 fe80::f816:3eff:fede:90b9/64 scope link 01:04:13 valid_lft forever preferred_lft forever 01:04:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:04:13 link/ether 02:42:91:37:c2:a4 brd ff:ff:ff:ff:ff:ff 01:04:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:04:13 valid_lft forever preferred_lft forever 01:04:13 inet6 fe80::42:91ff:fe37:c2a4/64 scope link 01:04:13 valid_lft forever preferred_lft forever 01:04:13 01:04:13 01:04:13 ---> sar -b -r -n DEV: 01:04:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 01:04:13 01:04:13 00:57:50 LINUX RESTART (4 CPU) 01:04:13 01:04:13 00:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:04:13 01:00:01 5.53 1.62 3.91 0.00 98.30 125.97 0.00 01:04:13 01:01:01 0.45 0.05 0.40 0.00 0.67 5.71 0.00 01:04:13 01:02:01 0.48 0.08 0.40 0.00 1.60 6.78 0.00 01:04:13 01:03:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 01:04:13 01:04:01 111.06 62.71 48.35 0.00 6023.68 15653.09 0.00 01:04:13 Average: 23.62 12.93 10.69 0.00 1228.88 3169.40 0.00 01:04:13 01:04:13 00:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:04:13 01:00:01 148048 0 602400 32.02 2620 1128488 1117908 38.15 460120 1112340 16 01:04:13 01:01:01 152796 0 597644 31.76 2620 1128496 1082716 36.95 461468 1107264 8 01:04:13 01:02:01 153056 0 597244 31.74 2620 1128636 1080980 36.89 461712 1107336 8 01:04:13 01:03:01 152840 0 597456 31.75 2620 1128640 1080812 36.89 468128 1101072 8 01:04:13 01:04:01 178244 0 697552 37.07 2620 1003140 1268420 43.29 453196 1028884 51048 01:04:13 Average: 156997 0 618459 32.87 2620 1103480 1126167 38.43 460925 1091379 10218 01:04:13 01:04:13 00:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:04:13 01:00:01 eth0 9.31 5.59 8.23 4.89 0.00 0.00 0.00 0.00 01:04:13 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:01:01 eth0 1.33 0.28 0.46 0.02 0.00 0.00 0.00 0.00 01:04:13 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:02:01 eth0 1.18 0.67 0.56 0.40 0.00 0.00 0.00 0.00 01:04:13 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:03:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:04:13 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:04:01 eth0 216.42 168.38 2167.62 19.36 0.00 0.00 0.00 0.00 01:04:13 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 Average: eth0 45.81 35.11 436.83 4.95 0.00 0.00 0.00 0.00 01:04:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:13 01:04:13 01:04:13 ---> sar -P ALL: 01:04:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 01:04:13 01:04:13 00:57:50 LINUX RESTART (4 CPU) 01:04:13 01:04:13 00:59:01 CPU %user %nice %system %iowait %steal %idle 01:04:13 01:00:01 all 0.50 0.00 0.12 0.03 0.01 99.35 01:04:13 01:00:01 0 0.68 0.00 0.08 0.00 0.02 99.22 01:04:13 01:00:01 1 0.35 0.00 0.13 0.05 0.02 99.45 01:04:13 01:00:01 2 0.63 0.00 0.15 0.00 0.00 99.22 01:04:13 01:00:01 3 0.33 0.00 0.10 0.05 0.02 99.50 01:04:13 01:01:01 all 0.17 0.00 0.07 0.00 0.00 99.75 01:04:13 01:01:01 0 0.07 0.00 0.07 0.02 0.00 99.85 01:04:13 01:01:01 1 0.10 0.00 0.07 0.00 0.00 99.83 01:04:13 01:01:01 2 0.47 0.00 0.07 0.00 0.00 99.47 01:04:13 01:01:01 3 0.07 0.00 0.07 0.00 0.00 99.87 01:04:13 01:02:01 all 0.16 0.00 0.04 0.00 0.00 99.80 01:04:13 01:02:01 0 0.07 0.00 0.07 0.00 0.00 99.87 01:04:13 01:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:04:13 01:02:01 2 0.48 0.00 0.05 0.00 0.00 99.47 01:04:13 01:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:04:13 01:03:01 all 0.15 0.00 0.04 0.00 0.00 99.81 01:04:13 01:03:01 0 0.05 0.00 0.07 0.00 0.00 99.88 01:04:13 01:03:01 1 0.00 0.00 0.07 0.00 0.00 99.93 01:04:13 01:03:01 2 0.52 0.00 0.02 0.00 0.00 99.47 01:04:13 01:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:04:13 01:04:01 all 5.76 0.00 3.76 1.44 0.06 88.98 01:04:13 01:04:01 0 5.81 0.00 3.52 0.62 0.07 89.98 01:04:13 01:04:01 1 6.60 0.00 4.59 2.42 0.05 86.34 01:04:13 01:04:01 2 4.98 0.00 3.39 0.25 0.05 91.33 01:04:13 01:04:01 3 5.67 0.00 3.53 2.46 0.07 88.28 01:04:13 Average: all 1.34 0.00 0.80 0.29 0.01 97.55 01:04:13 Average: 0 1.33 0.00 0.76 0.13 0.02 97.77 01:04:13 Average: 1 1.41 0.00 0.97 0.49 0.01 97.12 01:04:13 Average: 2 1.41 0.00 0.73 0.05 0.01 97.80 01:04:13 Average: 3 1.22 0.00 0.74 0.50 0.02 97.53 01:04:13 01:04:13 01:04:13