Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 93bcc6a2201236c31d14acbf099dd3f279e68d4d 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 SECURITY_NOTIFY_LIST: security-issues@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-14458 in /w/workspace/dry_go-mod-core-contracts_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 Commit message: "Merge pull request #382 from judehung/issue-381" > git rev-list --no-walk 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:02:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:02:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:02:49 ========================================================= 06:02:49 EdgeX Global Pipelines Version Info 06:02:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:02:51 ------------------- 06:02:51 stable info: 06:02:51 ------------------- 06:02:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:02:51 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 06:02:51 Message: update stable to v1.0.169 06:02:52 ------------------- 06:02:52 experimental info: 06:02:52 ------------------- 06:02:52 Commited By: **** collab-it+edgex@linuxfoundation.org 06:02:52 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 06:02:52 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:02:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:02:52 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:02:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:02:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:02:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:02:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:02:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93bcc6a [Pipeline] echo 06:02:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:02:57 + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo 06:02:57 GIT_COMMIT: 93bcc6a2201236c31d14acbf099dd3f279e68d4d, Commit Message: Merge pull request #382 from judehung/issue-381 [Pipeline] echo 06:02:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:02:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:02:58 06:02:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:02:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:02:59 latest: Pulling from edgex-devops/git-semver 06:02:59 31603596830f: Pulling fs layer 06:02:59 2a8b12db71e7: Pulling fs layer 06:02:59 6ca5941a6612: Pulling fs layer 06:02:59 ecc8261a40a4: Pulling fs layer 06:02:59 ecc8261a40a4: Waiting 06:02:59 2a8b12db71e7: Verifying Checksum 06:02:59 2a8b12db71e7: Download complete 06:02:59 31603596830f: Verifying Checksum 06:02:59 31603596830f: Download complete 06:02:59 ecc8261a40a4: Verifying Checksum 06:02:59 ecc8261a40a4: Download complete 06:02:59 6ca5941a6612: Verifying Checksum 06:02:59 6ca5941a6612: Download complete 06:02:59 31603596830f: Pull complete 06:02:59 2a8b12db71e7: Pull complete 06:03:00 6ca5941a6612: Pull complete 06:03:00 ecc8261a40a4: Pull complete 06:03:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:03:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:03:00 prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container 06:03:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:03:03 $ docker top 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:03:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:03 [ssh-agent] Looking for ssh-agent implementation... 06:03:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:04 $ docker exec 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent 06:03:04 SSH_AUTH_SOCK=/tmp/ssh-xtdZOVst0vUh/agent.12 06:03:04 SSH_AGENT_PID=18 06:03:04 Running ssh-add (command line suppressed) 06:03:04 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2208815026240874810.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2208815026240874810.key) 06:03:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:04 + git tag --points-at HEAD [Pipeline] } 06:03:05 $ docker exec --env ******** --env ******** 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent -k 06:03:05 unset SSH_AUTH_SOCK; 06:03:05 unset SSH_AGENT_PID; 06:03:05 echo Agent pid 18 killed; 06:03:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:03:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:05 [ssh-agent] Looking for ssh-agent implementation... 06:03:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:05 $ docker exec 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent 06:03:05 SSH_AUTH_SOCK=/tmp/ssh-7oK7mX0NItx6/agent.48 06:03:05 SSH_AGENT_PID=54 06:03:05 Running ssh-add (command line suppressed) 06:03:05 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1856336122300681103.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1856336122300681103.key) 06:03:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:06 + git semver init 06:03:06 # -> Open(): unable to determine branch for HEAD 06:03:06 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:03:06 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:03:06 # $SEMVER_REMOTE_NAME = origin 06:03:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:03:06 # $SEMVER_USER_NAME = edgex-jenkins 06:03:06 # $SEMVER_BRANCH = master 06:03:06 # $SEMVER_TEMP = /tmp/semver-958900573 06:03:06 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:03:06 # '/tmp/semver-958900573' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 06:03:06 # -> Force: false 06:03:06 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:03:06 $ docker exec --env ******** --env ******** 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent -k 06:03:06 unset SSH_AUTH_SOCK; 06:03:06 unset SSH_AGENT_PID; 06:03:06 echo Agent pid 54 killed; 06:03:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:03:07 + git semver [Pipeline] } 06:03:07 $ docker stop --time=1 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 06:03:09 $ docker rm -f 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 [Pipeline] // withDockerContainer [Pipeline] sh 06:03:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:03:10 Stashed 1 file(s) [Pipeline] echo 06:03:10 [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [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 06:03:26 Still waiting to schedule task 06:03:26 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14458’ 06:03:26 Still waiting to schedule task 06:03:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 06:05:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14460 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:05:34 Running in /w/workspace/go-mod-core-contracts/87 [Pipeline] { [Pipeline] checkout 06:05:40 using credential edgex-jenkins-ssh 06:05:40 Cloning the remote Git repository 06:05:40 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:40 > git init /w/workspace/go-mod-core-contracts/87 # timeout=10 06:05:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:40 > git --version # timeout=10 06:05:40 > git --version # 'git version 2.17.1' 06:05:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:42 Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) 06:05:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:05:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:05:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:05:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:42 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:05:42 > git config core.sparsecheckout # timeout=10 06:05:42 > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 06:05:47 Commit message: "Merge pull request #382 from judehung/issue-381" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:05:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:05:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:05:49 + true 06:05:49 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 06:05:52 ========================================================= 06:05:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:05:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:05:53 + 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 . 06:05:54 Sending build context to Docker daemon 1.876MB 06:05:54 Step 1/7 : ARG BASE=golang:1.15-alpine 06:05:54 Step 2/7 : FROM ${BASE} 06:05:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:05:54 5f621e34cdf4: Pulling fs layer 06:05:54 a4357932f1b6: Pulling fs layer 06:05:54 18c013af1878: Pulling fs layer 06:05:54 00ac8860ef70: Pulling fs layer 06:05:54 63d7cb157983: Pulling fs layer 06:05:54 b116817d02f9: Pulling fs layer 06:05:54 745a02a5169b: Pulling fs layer 06:05:54 63d7cb157983: Waiting 06:05:54 b116817d02f9: Waiting 06:05:54 745a02a5169b: Waiting 06:05:54 00ac8860ef70: Waiting 06:05:54 18c013af1878: Verifying Checksum 06:05:54 18c013af1878: Download complete 06:05:54 a4357932f1b6: Download complete 06:05:54 63d7cb157983: Verifying Checksum 06:05:54 63d7cb157983: Download complete 06:05:54 b116817d02f9: Verifying Checksum 06:05:54 b116817d02f9: Download complete 06:05:54 5f621e34cdf4: Verifying Checksum 06:05:54 5f621e34cdf4: Download complete 06:05:55 Running on prd-centos7-docker-4c-2g-14461 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 06:05:55 Running in /w/workspace/go-mod-core-contracts/87 [Pipeline] { [Pipeline] checkout 06:05:55 5f621e34cdf4: Pull complete 06:05:56 a4357932f1b6: Pull complete 06:05:56 18c013af1878: Pull complete 06:05:59 745a02a5169b: Download complete 06:05:59 using credential edgex-jenkins-ssh 06:05:59 Cloning the remote Git repository 06:05:59 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:59 > git init /w/workspace/go-mod-core-contracts/87 # timeout=10 06:05:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:05:59 > git --version # timeout=10 06:05:59 > git --version # 'git version 2.24.3' 06:05:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:05:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:00 00ac8860ef70: Verifying Checksum 06:06:00 00ac8860ef70: Download complete 06:06:00 Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) 06:06:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:06:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:06:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:06:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:06:00 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:06:00 > git config core.sparsecheckout # timeout=10 06:06:00 > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 06:06:05 Commit message: "Merge pull request #382 from judehung/issue-381" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:06:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:06:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:06:07 + sudo service docker restart 06:06:07 + true 06:06:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 06:06:08 ========================================================= 06:06:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:06:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:06:09 + 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 . 06:06:09 Sending build context to Docker daemon 1.877MB 06:06:09 Step 1/7 : ARG BASE=golang:1.15-alpine 06:06:09 Step 2/7 : FROM ${BASE} 06:06:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:06:09 188c0c94c7c5: Pulling fs layer 06:06:09 0ef7d3d256c8: Pulling fs layer 06:06:09 de9db76c5a1d: Pulling fs layer 06:06:09 bca2f99d35d6: Pulling fs layer 06:06:09 93359f2a8cfa: Pulling fs layer 06:06:09 7c6f9722023f: Pulling fs layer 06:06:09 a35cf1a2eb13: Pulling fs layer 06:06:09 93359f2a8cfa: Waiting 06:06:09 bca2f99d35d6: Waiting 06:06:09 7c6f9722023f: Waiting 06:06:09 a35cf1a2eb13: Waiting 06:06:09 de9db76c5a1d: Verifying Checksum 06:06:09 de9db76c5a1d: Download complete 06:06:09 0ef7d3d256c8: Verifying Checksum 06:06:09 0ef7d3d256c8: Download complete 06:06:09 93359f2a8cfa: Verifying Checksum 06:06:09 93359f2a8cfa: Download complete 06:06:09 7c6f9722023f: Verifying Checksum 06:06:09 7c6f9722023f: Download complete 06:06:09 188c0c94c7c5: Verifying Checksum 06:06:09 188c0c94c7c5: Download complete 06:06:10 188c0c94c7c5: Pull complete 06:06:10 0ef7d3d256c8: Pull complete 06:06:10 00ac8860ef70: Pull complete 06:06:10 de9db76c5a1d: Pull complete 06:06:10 63d7cb157983: Pull complete 06:06:11 b116817d02f9: Pull complete 06:06:11 a35cf1a2eb13: Verifying Checksum 06:06:11 a35cf1a2eb13: Download complete 06:06:12 bca2f99d35d6: Verifying Checksum 06:06:12 bca2f99d35d6: Download complete 06:06:14 745a02a5169b: Pull complete 06:06:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:06:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:06:15 ---> b7e6874047d6 06:06:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:06:17 ---> Running in 16679481df6c 06:06:18 bca2f99d35d6: Pull complete 06:06:18 93359f2a8cfa: Pull complete 06:06:18 7c6f9722023f: Pull complete 06:06:18 Removing intermediate container 16679481df6c 06:06:18 ---> bd6cbba0d32a 06:06:18 Step 4/7 : RUN apk add bash 06:06:18 ---> Running in a0ef1b760b8a 06:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:22 OK: 142 MiB in 39 packages 06:06:22 a35cf1a2eb13: Pull complete 06:06:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:06:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:06:22 ---> a62c8e92a672 06:06:22 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:06:22 ---> Running in 9761f88937c9 06:06:22 Removing intermediate container 9761f88937c9 06:06:22 ---> ed099f566fc2 06:06:22 Step 4/7 : RUN apk add bash 06:06:22 ---> Running in d1530dfdd223 06:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:06:23 Removing intermediate container a0ef1b760b8a 06:06:23 ---> 5ee6e4e1fe01 06:06:23 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:06:23 ---> Running in 5a233e448424 06:06:23 Removing intermediate container 5a233e448424 06:06:23 ---> 700cc37b1cba 06:06:23 Step 6/7 : COPY go.mod . 06:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:06:24 OK: 166 MiB in 39 packages 06:06:24 ---> 688fe190a39c 06:06:24 Step 7/7 : RUN go mod download 06:06:24 ---> Running in b88cf6106324 06:06:25 Removing intermediate container d1530dfdd223 06:06:25 ---> 151f8e736af9 06:06:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:06:25 ---> Running in 823b15ca1d04 06:06:25 Removing intermediate container 823b15ca1d04 06:06:25 ---> 7d48de78fceb 06:06:25 Step 6/7 : COPY go.mod . 06:06:25 ---> ff9b74eac2c3 06:06:25 Step 7/7 : RUN go mod download 06:06:25 ---> Running in 10a62b03cf4a 06:06:38 Removing intermediate container 10a62b03cf4a 06:06:38 ---> e1837e8b9f7b 06:06:38 Successfully built e1837e8b9f7b 06:06:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:06:38 + docker inspect -f . ci-base-image-x86_64 06:06:38 . [Pipeline] withDockerContainer 06:06:38 prd-centos7-docker-4c-2g-14461 does not seem to be running inside a container 06:06:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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 ******** ci-base-image-x86_64 cat 06:06:39 $ docker top b706ef65cdfa3cdd6305dd5e8b640fd01cf07cffddbf3947b648ece8ac2f3381 -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:40 + go version 06:06:40 go version go1.15.5 linux/amd64 06:06:40 Removing intermediate container b88cf6106324 06:06:40 ---> 6d4a50a0242d 06:06:40 Successfully built 6d4a50a0242d 06:06:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 06:06:40 $ docker stop --time=1 b706ef65cdfa3cdd6305dd5e8b640fd01cf07cffddbf3947b648ece8ac2f3381 06:06:41 $ docker rm -f b706ef65cdfa3cdd6305dd5e8b640fd01cf07cffddbf3947b648ece8ac2f3381 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:06:42 + docker inspect -f . ci-base-image-arm64 06:06:42 . [Pipeline] withDockerContainer 06:06:42 + docker inspect -f . ci-base-image-x86_64 06:06:42 . 06:06:42 prd-ubuntu18.04-docker-arm64-4c-16g-14460 does not seem to be running inside a container 06:06:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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 ******** ci-base-image-arm64 cat 06:06:44 $ docker top fd9d24483b4bc5afc293186e18cb4c032ca39f09040a5c7cf5d5783ae02d38a1 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 06:06:44 prd-centos7-docker-4c-2g-14461 does not seem to be running inside a container 06:06:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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 ******** ci-base-image-x86_64 cat 06:06:45 $ docker top 03604b2b2d696c0e1c8948e9ca2f1a8e510059d41fda7c4bcaec6505bf9c3af2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 06:06:46 + make test 06:06:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:06:46 + go version 06:06:46 go version go1.15.5 linux/arm64 [Pipeline] } 06:06:46 $ docker stop --time=1 fd9d24483b4bc5afc293186e18cb4c032ca39f09040a5c7cf5d5783ae02d38a1 06:06:48 $ docker rm -f fd9d24483b4bc5afc293186e18cb4c032ca39f09040a5c7cf5d5783ae02d38a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:06:49 + docker inspect -f . ci-base-image-arm64 06:06:49 . [Pipeline] withDockerContainer 06:06:49 prd-ubuntu18.04-docker-arm64-4c-16g-14460 does not seem to be running inside a container 06:06:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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 ******** ci-base-image-arm64 cat 06:06:51 $ docker top cc1947aff62f4041faf000f540fd7f03f5b3934961728ac94d10eea658bffdb6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:52 + make test 06:06:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:06:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.015s coverage: 85.7% of statements 06:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.055s coverage: 100.0% of statements 06:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements 06:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements 06:06:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:06:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 6.6% of statements 06:06:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.033s coverage: 14.7% of statements 06:06:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.010s coverage: 100.0% of statements 06:06:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.036s coverage: 91.8% of statements 06:06:53 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:06:53 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:06:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements 06:06:55 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 47.8% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.042s coverage: 63.0% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.007s coverage: 26.3% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.067s coverage: 15.4% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.005s coverage: 14.3% of statements 06:06:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.020s coverage: 81.5% of statements 06:06:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:06:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.019s coverage: 29.6% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.020s coverage: 100.0% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 06:06:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 06:06:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:06:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:06:58 gofmt -l . 06:06:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:06:59 $ docker stop --time=1 03604b2b2d696c0e1c8948e9ca2f1a8e510059d41fda7c4bcaec6505bf9c3af2 06:07:01 $ docker rm -f 03604b2b2d696c0e1c8948e9ca2f1a8e510059d41fda7c4bcaec6505bf9c3af2 [Pipeline] // withDockerContainer [Pipeline] sh 06:07:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:07:02 Stashed 1 file(s) [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] } 06:07:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:07:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements 06:07:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.028s coverage: 100.0% of statements 06:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.048s coverage: 45.4% of statements 06:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.032s coverage: 77.8% of statements 06:07:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:07:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.047s coverage: 6.6% of statements 06:07:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.067s coverage: 14.7% of statements 06:07:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.048s coverage: 100.0% of statements 06:07:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.103s coverage: 91.8% of statements 06:07:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:07:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:07:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements 06:07:20 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 47.8% of statements 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.107s coverage: 63.0% of statements 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.029s coverage: 26.3% of statements 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.021s coverage: 15.4% of statements 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.009s coverage: 15.4% of statements 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.037s coverage: 14.3% of statements 06:07:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.071s coverage: 81.5% of statements 06:07:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:07:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.035s coverage: 29.6% of statements 06:07:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements 06:07:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.054s coverage: 94.4% of statements 06:07:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 06:07:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:07:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:07:33 gofmt -l . 06:07:33 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:07:34 $ docker stop --time=1 cc1947aff62f4041faf000f540fd7f03f5b3934961728ac94d10eea658bffdb6 06:07:36 $ docker rm -f cc1947aff62f4041faf000f540fd7f03f5b3934961728ac94d10eea658bffdb6 [Pipeline] // withDockerContainer [Pipeline] sh 06:07:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:07:37 Warning: overwriting stash ‘coverage-report’ 06:07:37 Stashed 1 file(s) [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] } [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 06:07:40 provisioning config files... 06:07:40 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8888331578503382300tmp [Pipeline] { [Pipeline] sh 06:07:40 + set +x 06:07:40 + curl -s https://codecov.io/bash 06:07:40 + bash -s -- 06:07:40 06:07:40 _____ _ 06:07:40 / ____| | | 06:07:40 | | ___ __| | ___ ___ _____ __ 06:07:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:07:40 | |___| (_) | (_| | __/ (_| (_) \ V / 06:07:40 \_____\___/ \__,_|\___|\___\___/ \_/ 06:07:40 Bash-20201130-cc6d3fe 06:07:40 06:07:40 06:07:40 ==> Jenkins CI detected. 06:07:40 project root: . 06:07:40 --> token set from env 06:07:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:07:40 ==> Running gcov in . (disable via -X gcov) 06:07:40 ==> Python coveragepy not found 06:07:40 ==> Searching for coverage reports in: 06:07:40 + . 06:07:40 -> Found 1 reports 06:07:40 ==> Detecting git/mercurial file structure 06:07:40 ==> Reading reports 06:07:40 + ./coverage.out bytes=106871 06:07:40 ==> Appending adjustments 06:07:40 https://docs.codecov.io/docs/fixing-reports 06:07:41 + Found adjustments 06:07:41 ==> Gzipping contents 06:07:41 20K /tmp/codecov.Db1Q5B.gz 06:07:41 ==> Uploading reports 06:07:41 url: https://codecov.io 06:07:41 query: branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:07:41 -> Pinging Codecov 06:07:41 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 06:07:42 -> Uploading to 06:07:42 https://storage.googleapis.com/codecov/v4/raw/2020-12-04/71470A77251A30514AAF9C0BB2E5B6CE/93bcc6a2201236c31d14acbf099dd3f279e68d4d/fa1338eb-1a22-454c-a883-a00699e1467c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T060742Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1a3205a328cb906f5e464d3d415a0fe8aebf9c5e314b0f0f8d5ffcb8b0f8fb83 06:07:42 % Total % Received % Xferd Average Speed Time Time Time Current 06:07:42 Dload Upload Total Spent Left Speed 06:07:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17366 0 0 100 17366 0 39551 --:--:-- --:--:-- --:--:-- 39648 06:07:42 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] } 06:07:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:07:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:07:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:07:44 06:07:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:07:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:07:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:07:44 188c0c94c7c5: Pulling fs layer 06:07:44 0ef7d3d256c8: Pulling fs layer 06:07:44 de9db76c5a1d: Pulling fs layer 06:07:44 0eba1c9be4d2: Pulling fs layer 06:07:44 0d57e429df01: Pulling fs layer 06:07:44 4e4be7b47b0d: Pulling fs layer 06:07:44 e1f770b5df2f: Pulling fs layer 06:07:44 85a0685a4137: Pulling fs layer 06:07:44 0d57e429df01: Waiting 06:07:44 0eba1c9be4d2: Waiting 06:07:44 85a0685a4137: Waiting 06:07:44 e1f770b5df2f: Waiting 06:07:44 de9db76c5a1d: Download complete 06:07:44 0ef7d3d256c8: Verifying Checksum 06:07:44 0ef7d3d256c8: Download complete 06:07:44 0d57e429df01: Verifying Checksum 06:07:44 0d57e429df01: Download complete 06:07:44 4e4be7b47b0d: Verifying Checksum 06:07:44 4e4be7b47b0d: Download complete 06:07:44 188c0c94c7c5: Verifying Checksum 06:07:44 188c0c94c7c5: Download complete 06:07:45 188c0c94c7c5: Pull complete 06:07:45 0ef7d3d256c8: Pull complete 06:07:45 de9db76c5a1d: Pull complete 06:07:45 e1f770b5df2f: Verifying Checksum 06:07:45 e1f770b5df2f: Download complete 06:07:47 0eba1c9be4d2: Verifying Checksum 06:07:47 0eba1c9be4d2: Download complete 06:07:48 85a0685a4137: Verifying Checksum 06:07:48 85a0685a4137: Download complete 06:07:52 0eba1c9be4d2: Pull complete 06:07:52 0d57e429df01: Pull complete 06:07:52 4e4be7b47b0d: Pull complete 06:07:55 e1f770b5df2f: Pull complete 06:08:03 85a0685a4137: Pull complete 06:08:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:08:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:08:03 prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container 06:08:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:08:05 $ docker top be20dde63d79777b4d75e980a8d70a01552b072d024aa4595c89d0d770ced0d5 -eo pid,comm [Pipeline] { [Pipeline] echo 06:08:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:08:05 + set -o pipefail 06:08:05 + snyk monitor '--org=edgex-jenkins' 06:08:11 06:08:11 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 06:08:11 06:08:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/4167adee-513a-4822-a619-6c46fc0ade4e 06:08:11 06:08:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:08:11 06:08:11 [Pipeline] } 06:08:11 $ docker stop --time=1 be20dde63d79777b4d75e980a8d70a01552b072d024aa4595c89d0d770ced0d5 06:08:13 $ docker rm -f be20dde63d79777b4d75e980a8d70a01552b072d024aa4595c89d0d770ced0d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:08:15 + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] isUnix [Pipeline] sh 06:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:15 . [Pipeline] withDockerContainer 06:08:15 prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container 06:08:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:08:16 $ docker top 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:08:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:08:16 [ssh-agent] Looking for ssh-agent implementation... 06:08:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:08:16 $ docker exec 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 ssh-agent 06:08:17 SSH_AUTH_SOCK=/tmp/ssh-1x8uJ8oKF8sG/agent.12 06:08:17 SSH_AGENT_PID=17 06:08:17 Running ssh-add (command line suppressed) 06:08:17 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4918322641466110035.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4918322641466110035.key) 06:08:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:08:17 + git semver tag 06:08:17 # -> Open(): unable to determine branch for HEAD 06:08:17 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:08:17 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:08:17 # $SEMVER_REMOTE_NAME = origin 06:08:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:08:17 # $SEMVER_USER_NAME = edgex-jenkins 06:08:17 # $SEMVER_BRANCH = master 06:08:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:08:17 # 93bcc6a2201236c31d14acbf099dd3f279e68d4d HEAD 06:08:17 # -> Force: false 06:08:17 # e010f4f93f8e753b0a9651cf6c2aeeb83e62d4a9 refs/tags/v2.0.0-dev.1 [Pipeline] } 06:08:17 $ docker exec --env ******** --env ******** 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 ssh-agent -k 06:08:17 unset SSH_AUTH_SOCK; 06:08:17 unset SSH_AGENT_PID; 06:08:17 echo Agent pid 17 killed; 06:08:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:08:18 + git semver [Pipeline] } 06:08:18 $ docker stop --time=1 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 06:08:19 $ docker rm -f 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:08:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:08:20 06:08:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:08:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:08:20 0.23.1-centos7: Pulling from edgex-lftools 06:08:20 ab5ef0e58194: Pulling fs layer 06:08:20 9712f1f96733: Pulling fs layer 06:08:20 63f879dbbcfc: Pulling fs layer 06:08:20 0d9ebad4ef96: Pulling fs layer 06:08:20 e9a5061849ea: Pulling fs layer 06:08:20 d747dcd14b5f: Pulling fs layer 06:08:20 2de7ff778b66: Pulling fs layer 06:08:20 e9a5061849ea: Waiting 06:08:20 d747dcd14b5f: Waiting 06:08:20 2de7ff778b66: Waiting 06:08:20 0d9ebad4ef96: Waiting 06:08:20 9712f1f96733: Verifying Checksum 06:08:20 9712f1f96733: Download complete 06:08:22 63f879dbbcfc: Verifying Checksum 06:08:22 63f879dbbcfc: Download complete 06:08:22 e9a5061849ea: Verifying Checksum 06:08:22 e9a5061849ea: Download complete 06:08:22 d747dcd14b5f: Verifying Checksum 06:08:22 d747dcd14b5f: Download complete 06:08:23 2de7ff778b66: Verifying Checksum 06:08:23 2de7ff778b66: Download complete 06:08:23 0d9ebad4ef96: Verifying Checksum 06:08:23 0d9ebad4ef96: Download complete 06:08:23 ab5ef0e58194: Verifying Checksum 06:08:23 ab5ef0e58194: Download complete 06:08:28 ab5ef0e58194: Pull complete 06:08:28 9712f1f96733: Pull complete 06:08:30 63f879dbbcfc: Pull complete 06:08:37 0d9ebad4ef96: Pull complete 06:08:38 e9a5061849ea: Pull complete 06:08:38 d747dcd14b5f: Pull complete 06:08:41 2de7ff778b66: Pull complete 06:08:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:08:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:08:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:08:41 prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container 06:08:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:08:45 $ docker top e2fead0beb697e10afbda8de429e688ef31bf4bdc9fe697f1063bfd7f9f2d0d1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:08:46 provisioning config files... 06:08:46 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3858850984843528804tmp 06:08:46 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1723452185798625971tmp 06:08:46 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6665941407971534779tmp [Pipeline] { [Pipeline] echo 06:08:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:08:46 ---> sigul-configuration.sh 06:08:46 gpg: directory `/root/.gnupg' created 06:08:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:08:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:08:46 gpg: keyring `/root/.gnupg/secring.gpg' created 06:08:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:08:46 gpg: CAST5 encrypted data 06:08:46 gpg: encrypted with 1 passphrase 06:08:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:08:47 + mkdir /home/jenkins 06:08:47 + mkdir /home/jenkins/sigul [Pipeline] sh 06:08:47 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 06:08:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:08:47 ---> sigul-install.sh 06:08:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:08:53 + git tag --list 06:08:53 v0.0.0 06:08:53 v0.0.1 06:08:53 v0.1.0 06:08:53 v0.1.1 06:08:53 v0.1.10 06:08:53 v0.1.100 06:08:53 v0.1.101 06:08:53 v0.1.102 06:08:53 v0.1.103 06:08:53 v0.1.104 06:08:53 v0.1.105 06:08:53 v0.1.106 06:08:53 v0.1.107 06:08:53 v0.1.108 06:08:53 v0.1.109 06:08:53 v0.1.11 06:08:53 v0.1.110 06:08:53 v0.1.111 06:08:53 v0.1.112 06:08:53 v0.1.113 06:08:53 v0.1.114 06:08:53 v0.1.115 06:08:53 v0.1.116 06:08:53 v0.1.117 06:08:53 v0.1.118 06:08:53 v0.1.119 06:08:53 v0.1.12 06:08:53 v0.1.120 06:08:53 v0.1.13 06:08:53 v0.1.14 06:08:53 v0.1.15 06:08:53 v0.1.16 06:08:53 v0.1.17 06:08:53 v0.1.18 06:08:53 v0.1.19 06:08:53 v0.1.2 06:08:53 v0.1.20 06:08:53 v0.1.21 06:08:53 v0.1.22 06:08:53 v0.1.23 06:08:53 v0.1.24 06:08:53 v0.1.25 06:08:53 v0.1.26 06:08:53 v0.1.27 06:08:53 v0.1.28 06:08:53 v0.1.29 06:08:53 v0.1.3 06:08:53 v0.1.30 06:08:53 v0.1.31 06:08:53 v0.1.32 06:08:53 v0.1.33 06:08:53 v0.1.34 06:08:53 v0.1.35 06:08:53 v0.1.36 06:08:53 v0.1.37 06:08:53 v0.1.38 06:08:53 v0.1.39 06:08:53 v0.1.4 06:08:53 v0.1.40 06:08:53 v0.1.41 06:08:53 v0.1.42 06:08:53 v0.1.43 06:08:53 v0.1.44 06:08:53 v0.1.45 06:08:53 v0.1.46 06:08:53 v0.1.47 06:08:53 v0.1.48 06:08:53 v0.1.49 06:08:53 v0.1.5 06:08:53 v0.1.50 06:08:53 v0.1.51 06:08:53 v0.1.52 06:08:53 v0.1.53 06:08:53 v0.1.54 06:08:53 v0.1.55 06:08:53 v0.1.56 06:08:53 v0.1.57 06:08:53 v0.1.58 06:08:53 v0.1.59 06:08:53 v0.1.6 06:08:53 v0.1.60 06:08:53 v0.1.61 06:08:53 v0.1.62 06:08:53 v0.1.63 06:08:53 v0.1.64 06:08:53 v0.1.65 06:08:53 v0.1.66 06:08:53 v0.1.67 06:08:53 v0.1.68 06:08:53 v0.1.69 06:08:53 v0.1.7 06:08:53 v0.1.70 06:08:53 v0.1.71 06:08:53 v0.1.72 06:08:53 v0.1.73 06:08:53 v0.1.74 06:08:53 v0.1.75 06:08:53 v0.1.76 06:08:53 v0.1.77 06:08:53 v0.1.78 06:08:53 v0.1.79 06:08:53 v0.1.8 06:08:53 v0.1.80 06:08:53 v0.1.81 06:08:53 v0.1.82 06:08:53 v0.1.83 06:08:53 v0.1.84 06:08:53 v0.1.85 06:08:53 v0.1.86 06:08:53 v0.1.87 06:08:53 v0.1.88 06:08:53 v0.1.89 06:08:53 v0.1.9 06:08:53 v0.1.90 06:08:53 v0.1.91 06:08:53 v0.1.92 06:08:53 v0.1.93 06:08:53 v0.1.94 06:08:53 v0.1.95 06:08:53 v0.1.96 06:08:53 v0.1.97 06:08:53 v0.1.98 06:08:53 v0.1.99 06:08:53 v2.0.0-dev.1 [Pipeline] sh 06:08:53 + lftools sign git-tag v2.0.0-dev.1 06:08:55 Signing Git tag with Sigul... 06:08:55 Signing v2.0.0-dev.1 [Pipeline] echo 06:08:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:08:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:08:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:08:56 $ docker stop --time=1 e2fead0beb697e10afbda8de429e688ef31bf4bdc9fe697f1063bfd7f9f2d0d1 06:08:58 $ docker rm -f e2fead0beb697e10afbda8de429e688ef31bf4bdc9fe697f1063bfd7f9f2d0d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:08:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:59 . [Pipeline] withDockerContainer 06:08:59 prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container 06:08:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:09:00 $ docker top e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:09:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:00 [ssh-agent] Looking for ssh-agent implementation... 06:09:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:00 $ docker exec e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e ssh-agent 06:09:00 SSH_AUTH_SOCK=/tmp/ssh-XGDS4HIAUi0b/agent.11 06:09:00 SSH_AGENT_PID=17 06:09:01 Running ssh-add (command line suppressed) 06:09:01 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_182290325408577279.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_182290325408577279.key) 06:09:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:01 + git semver bump patch 06:09:01 # -> Open(): unable to determine branch for HEAD 06:09:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:09:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:09:01 # $SEMVER_REMOTE_NAME = origin 06:09:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:09:01 # $SEMVER_USER_NAME = edgex-jenkins 06:09:01 # $SEMVER_BRANCH = master 06:09:01 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 06:09:01 2.0.1 [Pipeline] } 06:09:01 $ docker exec --env ******** --env ******** e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e ssh-agent -k 06:09:01 unset SSH_AUTH_SOCK; 06:09:01 unset SSH_AGENT_PID; 06:09:01 echo Agent pid 17 killed; 06:09:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:09:02 + git semver [Pipeline] } 06:09:02 $ docker stop --time=1 e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e 06:09:03 $ docker rm -f e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:09:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:09:04 . [Pipeline] withDockerContainer 06:09:04 prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container 06:09:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:09:05 $ docker top 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:09:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:05 [ssh-agent] Looking for ssh-agent implementation... 06:09:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:05 $ docker exec 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 ssh-agent 06:09:06 SSH_AUTH_SOCK=/tmp/ssh-fPHJPqGKRJKD/agent.12 06:09:06 SSH_AGENT_PID=18 06:09:06 Running ssh-add (command line suppressed) 06:09:06 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2093147046835915774.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2093147046835915774.key) 06:09:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:06 + git semver push 06:09:06 # -> Open(): unable to determine branch for HEAD 06:09:06 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 06:09:06 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 06:09:06 # $SEMVER_REMOTE_NAME = origin 06:09:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:09:06 # $SEMVER_USER_NAME = edgex-jenkins 06:09:06 # $SEMVER_BRANCH = master 06:09:06 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 06:09:13 $ docker exec --env ******** --env ******** 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 ssh-agent -k 06:09:13 unset SSH_AUTH_SOCK; 06:09:13 unset SSH_AGENT_PID; 06:09:13 echo Agent pid 18 killed; 06:09:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:09:14 + git semver [Pipeline] } 06:09:14 $ docker stop --time=1 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 06:09:15 $ docker rm -f 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 06:09:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:09:17 ---> package-listing.sh 06:09:17 ++ facter osfamily 06:09:17 ++ tr '[:upper:]' '[:lower:]' 06:09:17 + OS_FAMILY=redhat 06:09:17 + workspace=/w/workspace/dry_go-mod-core-contracts_master 06:09:17 + START_PACKAGES=/tmp/packages_start.txt 06:09:17 + END_PACKAGES=/tmp/packages_end.txt 06:09:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:09:17 + PACKAGES=/tmp/packages_start.txt 06:09:17 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:09:17 + PACKAGES=/tmp/packages_end.txt 06:09:17 + case "${OS_FAMILY}" in 06:09:17 + rpm -qa 06:09:17 + sort 06:09:23 + '[' -f /tmp/packages_start.txt ']' 06:09:23 + '[' -f /tmp/packages_end.txt ']' 06:09:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:09:23 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 06:09:23 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 06:09:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 06:09:23 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:09:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:09:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:23 06:09:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:09:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:24 alpine: Pulling from edgex-lftools-log-publisher 06:09:24 df20fa9351a1: Pulling fs layer 06:09:24 36b3adc4ff6f: Pulling fs layer 06:09:24 8ad3a11d3b57: Pulling fs layer 06:09:24 46f8f816bc3b: Pulling fs layer 06:09:24 93b61091891f: Pulling fs layer 06:09:24 93b9cdb0e59b: Pulling fs layer 06:09:24 5e14af77c1be: Pulling fs layer 06:09:24 01666e4c0597: Pulling fs layer 06:09:24 aa168da1d23b: Pulling fs layer 06:09:24 01666e4c0597: Waiting 06:09:24 93b9cdb0e59b: Waiting 06:09:24 5e14af77c1be: Waiting 06:09:24 93b61091891f: Waiting 06:09:24 36b3adc4ff6f: Verifying Checksum 06:09:24 36b3adc4ff6f: Download complete 06:09:24 46f8f816bc3b: Verifying Checksum 06:09:24 46f8f816bc3b: Download complete 06:09:24 df20fa9351a1: Verifying Checksum 06:09:24 df20fa9351a1: Download complete 06:09:24 93b9cdb0e59b: Verifying Checksum 06:09:24 93b9cdb0e59b: Download complete 06:09:24 5e14af77c1be: Verifying Checksum 06:09:24 5e14af77c1be: Download complete 06:09:24 01666e4c0597: Verifying Checksum 06:09:24 01666e4c0597: Download complete 06:09:24 93b61091891f: Verifying Checksum 06:09:24 93b61091891f: Download complete 06:09:24 8ad3a11d3b57: Verifying Checksum 06:09:24 8ad3a11d3b57: Download complete 06:09:24 df20fa9351a1: Pull complete 06:09:24 36b3adc4ff6f: Pull complete 06:09:25 8ad3a11d3b57: Pull complete 06:09:25 46f8f816bc3b: Pull complete 06:09:26 93b61091891f: Pull complete 06:09:26 93b9cdb0e59b: Pull complete 06:09:27 aa168da1d23b: Verifying Checksum 06:09:27 aa168da1d23b: Download complete 06:09:27 5e14af77c1be: Pull complete 06:09:27 01666e4c0597: Pull complete 06:09:35 aa168da1d23b: Pull complete 06:09:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:09:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:09:35 prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container 06:09:35 $ 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_master/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_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:09:37 $ docker top 23122cc13e09066b156617ec50b0b8b32e2e5920b71d600580311dbf46bd00bb -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:38 + touch /tmp/pre-build-complete [Pipeline] sh 06:09:38 + mkdir -p /var/log/sa [Pipeline] sh 06:09:38 + ls /var/log/sa-host 06:09:38 + sadf -c /var/log/sa-host/sa04 06:09:38 file_magic: OK 06:09:38 HZ: Using current value: 100 06:09:38 file_header: OK 06:09:38 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 06:09:38 Statistics: 06:09:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:09:38 File successfully converted to sysstat format version 12.2.1 06:09:38 + sadf -c /var/log/sa-host/sa23 06:09:38 file_magic: OK 06:09:38 HZ: Using current value: 100 06:09:38 file_header: OK 06:09:38 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 06:09:38 Statistics: 06:09:38 Hnuu...uuuununununu... 06:09:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:39 provisioning config files... 06:09:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4998405583000787772tmp [Pipeline] { [Pipeline] echo 06:09:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:09:39 ---> create-netrc.sh [Pipeline] } 06:09:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:09:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:09:40 ---> python-tools-install.sh [Pipeline] echo 06:09:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:09:40 ---> sudo-logs.sh 06:09:40 Archiving 'sudo' log.. [Pipeline] echo 06:09:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:09:40 ---> job-cost.sh 06:09:40 lf-activate-venv: SKIPPING 06:09:40 INFO: No Stack... 06:09:44 INFO: Retrieving Pricing Info for: v1-standard-2 06:09:44 INFO: Archiving Costs [Pipeline] echo 06:09:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:09:44 ---> logs-deploy.sh 06:09:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/87 06:09:44 INFO: archiving workspace using pattern(s): 06:09:45 Archives upload complete. 06:09:46 INFO: archiving logs to Nexus 06:09:47 ---> uname -a: 06:09:47 Linux prd-centos7-docker-4c-2g-14458.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:09:47 06:09:47 06:09:47 ---> lscpu: 06:09:47 Architecture: x86_64 06:09:47 CPU op-mode(s): 32-bit, 64-bit 06:09:47 Byte Order: Little Endian 06:09:47 Address sizes: 40 bits physical, 48 bits virtual 06:09:47 CPU(s): 4 06:09:47 On-line CPU(s) list: 0-3 06:09:47 Thread(s) per core: 1 06:09:47 Core(s) per socket: 1 06:09:47 Socket(s): 4 06:09:47 NUMA node(s): 1 06:09:47 Vendor ID: GenuineIntel 06:09:47 CPU family: 6 06:09:47 Model: 44 06:09:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:09:47 Stepping: 1 06:09:47 CPU MHz: 2933.438 06:09:47 BogoMIPS: 5866.87 06:09:47 Virtualization: VT-x 06:09:47 Hypervisor vendor: KVM 06:09:47 Virtualization type: full 06:09:47 L1d cache: 128 KiB 06:09:47 L1i cache: 128 KiB 06:09:47 L2 cache: 16 MiB 06:09:47 L3 cache: 64 MiB 06:09:47 NUMA node0 CPU(s): 0-3 06:09:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:09:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:09:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:09:47 Vulnerability Meltdown: Mitigation; PTI 06:09:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:09:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:09:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:09:47 Vulnerability Srbds: Not affected 06:09:47 Vulnerability Tsx async abort: Not affected 06:09:47 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 06:09:47 06:09:47 06:09:47 ---> nproc: 06:09:47 4 06:09:47 06:09:47 06:09:47 ---> df -h: 06:09:47 Filesystem Size Used Available Use% Mounted on 06:09:47 overlay 50.0G 8.5G 41.4G 17% / 06:09:47 tmpfs 64.0M 0 64.0M 0% /dev 06:09:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:09:47 shm 64.0M 0 64.0M 0% /dev/shm 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:09:47 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:09:47 06:09:47 06:09:47 ---> free -m: 06:09:47 total used free shared buff/cache available 06:09:47 Mem: 1837 812 153 0 872 960 06:09:47 Swap: 1023 3 1020 06:09:47 06:09:47 06:09:47 ---> ip addr: 06:09:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:09:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:09:47 inet 127.0.0.1/8 scope host lo 06:09:47 valid_lft forever preferred_lft forever 06:09:47 inet6 ::1/128 scope host 06:09:47 valid_lft forever preferred_lft forever 06:09:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:09:47 link/ether fa:16:3e:bf:98:3f brd ff:ff:ff:ff:ff:ff 06:09:47 inet 10.30.122.116/23 brd 10.30.123.255 scope global dynamic eth0 06:09:47 valid_lft 85949sec preferred_lft 85949sec 06:09:47 inet6 fe80::f816:3eff:febf:983f/64 scope link 06:09:47 valid_lft forever preferred_lft forever 06:09:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:09:47 link/ether 02:42:f1:e5:c1:13 brd ff:ff:ff:ff:ff:ff 06:09:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:09:47 valid_lft forever preferred_lft forever 06:09:47 inet6 fe80::42:f1ff:fee5:c113/64 scope link 06:09:47 valid_lft forever preferred_lft forever 06:09:47 06:09:47 06:09:47 ---> sar -b -r -n DEV: 06:09:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) 06:09:47 06:09:47 06:02:03 LINUX RESTART (4 CPU) 06:09:47 06:09:47 06:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:09:47 06:04:01 17.85 4.33 13.52 0.00 1129.88 584.50 0.00 06:09:47 06:05:02 1.77 0.00 1.77 0.00 0.00 35.77 0.00 06:09:47 06:06:01 0.32 0.00 0.32 0.00 0.00 5.94 0.00 06:09:47 06:07:01 0.38 0.00 0.38 0.00 0.00 6.13 0.00 06:09:47 06:08:01 160.15 89.88 70.27 0.00 3522.29 25680.44 0.00 06:09:47 06:09:01 312.97 148.10 164.86 0.00 8794.94 42228.55 0.00 06:09:47 Average: 82.49 40.51 41.98 0.00 2247.98 11458.09 0.00 06:09:47 06:09:47 06:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:09:47 06:04:01 160628 0 570244 30.31 2556 1148116 1080632 36.88 398996 1121628 24 06:09:47 06:05:02 160664 0 570204 30.31 2556 1148120 1061984 36.24 411916 1109432 20 06:09:47 06:06:01 159944 0 570916 30.34 2556 1148128 1062092 36.25 414700 1107304 16 06:09:47 06:07:01 160108 0 570752 30.33 2556 1148128 1061840 36.24 417428 1104396 20 06:09:47 06:08:01 65768 0 708400 37.65 2556 1104820 1497328 51.10 530932 1023116 103172 06:09:47 06:09:01 233508 0 764332 40.62 1520 882184 1222372 41.72 574916 734928 44 06:09:47 Average: 156770 0 625808 33.26 2383 1096583 1164375 39.74 458148 1033467 17216 06:09:47 06:09:47 06:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:09:47 06:04:01 eth0 20.59 19.18 33.28 18.94 0.00 0.00 0.00 0.00 06:09:47 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:04:01 docker0 6.18 4.44 1.29 13.47 0.00 0.00 0.00 0.00 06:09:47 06:05:02 eth0 4.48 1.93 3.15 0.13 0.00 0.00 0.00 0.00 06:09:47 06:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:06:01 eth0 1.49 0.83 0.83 0.57 0.00 0.00 0.00 0.00 06:09:47 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:07:01 eth0 0.08 0.07 0.01 0.04 0.00 0.00 0.00 0.00 06:09:47 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:08:01 eth0 384.73 336.92 4074.49 28.74 0.00 0.00 0.00 0.00 06:09:47 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:09:01 eth0 421.77 367.38 3552.93 89.41 0.00 0.00 0.00 0.00 06:09:47 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:09:01 veth854bdd8 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 06:09:01 docker0 37.78 45.07 2.54 307.41 0.00 0.00 0.00 0.00 06:09:47 Average: eth0 139.27 121.41 1281.28 23.04 0.00 0.00 0.00 0.00 06:09:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 Average: veth854bdd8 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 06:09:47 Average: docker0 7.35 8.28 0.64 53.65 0.00 0.00 0.00 0.00 06:09:47 06:09:47 06:09:47 ---> sar -P ALL: 06:09:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) 06:09:47 06:09:47 06:02:03 LINUX RESTART (4 CPU) 06:09:47 06:09:47 06:03:01 CPU %user %nice %system %iowait %steal %idle 06:09:47 06:04:01 all 1.28 0.00 0.87 0.51 0.01 97.34 06:09:47 06:04:01 0 1.02 0.00 0.85 0.40 0.00 97.73 06:09:47 06:04:01 1 1.04 0.00 0.87 0.85 0.00 97.24 06:09:47 06:04:01 2 1.14 0.00 0.82 0.68 0.02 97.35 06:09:47 06:04:01 3 1.92 0.00 0.94 0.08 0.02 97.04 06:09:47 06:05:02 all 0.23 0.00 0.06 0.00 0.00 99.71 06:09:47 06:05:02 0 0.03 0.00 0.03 0.00 0.00 99.93 06:09:47 06:05:02 1 0.22 0.00 0.10 0.00 0.00 99.68 06:09:47 06:05:02 2 0.17 0.00 0.03 0.00 0.00 99.80 06:09:47 06:05:02 3 0.50 0.00 0.08 0.00 0.00 99.42 06:09:47 06:06:01 all 0.18 0.00 0.04 0.00 0.00 99.78 06:09:47 06:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:09:47 06:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:09:47 06:06:01 2 0.08 0.00 0.05 0.00 0.00 99.86 06:09:47 06:06:01 3 0.56 0.00 0.03 0.00 0.00 99.41 06:09:47 06:07:01 all 0.15 0.00 0.04 0.00 0.01 99.80 06:09:47 06:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:09:47 06:07:01 1 0.03 0.00 0.07 0.00 0.02 99.88 06:09:47 06:07:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:09:47 06:07:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:09:47 06:08:01 all 6.51 0.00 5.01 1.34 0.02 87.12 06:09:47 06:08:01 0 6.94 0.00 5.63 0.86 0.03 86.54 06:09:47 06:08:01 1 6.06 0.00 4.49 1.99 0.00 87.46 06:09:47 06:08:01 2 6.27 0.00 4.99 0.74 0.03 87.97 06:09:47 06:08:01 3 6.76 0.00 4.92 1.77 0.02 86.53 06:09:47 06:09:01 all 13.39 0.00 9.88 3.15 0.06 73.52 06:09:47 06:09:01 0 11.70 0.00 10.01 1.58 0.07 76.64 06:09:47 06:09:01 1 13.41 0.00 9.95 4.41 0.05 72.18 06:09:47 06:09:01 2 12.98 0.00 10.79 3.82 0.05 72.36 06:09:47 06:09:01 3 15.50 0.00 8.76 2.76 0.07 72.92 06:09:47 Average: all 3.59 0.00 2.62 0.82 0.02 92.95 06:09:47 Average: 0 3.25 0.00 2.73 0.47 0.02 93.53 06:09:47 Average: 1 3.43 0.00 2.56 1.20 0.01 92.80 06:09:47 Average: 2 3.42 0.00 2.76 0.87 0.02 92.94 06:09:47 Average: 3 4.24 0.00 2.43 0.76 0.02 92.54 06:09:47 06:09:47 06:09:47