Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19053 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 d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 # timeout=10 Commit message: "Merge pull request #420 from judehung/issue-408" > git rev-list --no-walk a33175d4a31c35429373b31af8141e0c829deb9a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:51:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:51:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:51:08 ========================================================= 05:51:08 EdgeX Global Pipelines Version Info 05:51:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:51:10 ------------------- 05:51:10 stable info: 05:51:10 ------------------- 05:51:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:51:10 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:51:10 Message: update stable to v1.0.173 05:51:10 ------------------- 05:51:10 experimental info: 05:51:10 ------------------- 05:51:10 Commited By: **** collab-it+edgex@linuxfoundation.org 05:51:10 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:51:10 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:51:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:51:11 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:51:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:51:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:51:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:51:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:51:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:51:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:51:13 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:51:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:51:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:51:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:51:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] echo 05:51:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1d2b1a [Pipeline] echo 05:51:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:51:15 + git log --format=format:%s -1 d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] echo 05:51:15 GIT_COMMIT: d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8, Commit Message: Merge pull request #420 from judehung/issue-408 [Pipeline] echo 05:51:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:16 05:51:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:51:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:17 latest: Pulling from edgex-devops/git-semver 05:51:17 31603596830f: Pulling fs layer 05:51:17 2a8b12db71e7: Pulling fs layer 05:51:17 6ca5941a6612: Pulling fs layer 05:51:17 ecc8261a40a4: Pulling fs layer 05:51:17 ecc8261a40a4: Waiting 05:51:17 2a8b12db71e7: Verifying Checksum 05:51:17 2a8b12db71e7: Download complete 05:51:17 31603596830f: Verifying Checksum 05:51:17 31603596830f: Download complete 05:51:17 ecc8261a40a4: Verifying Checksum 05:51:17 ecc8261a40a4: Download complete 05:51:17 6ca5941a6612: Verifying Checksum 05:51:17 6ca5941a6612: Download complete 05:51:17 31603596830f: Pull complete 05:51:17 2a8b12db71e7: Pull complete 05:51:18 6ca5941a6612: Pull complete 05:51:18 ecc8261a40a4: Pull complete 05:51:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:51:18 prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container 05:51:19 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:51:20 $ docker top d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:51:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:51:21 [ssh-agent] Looking for ssh-agent implementation... 05:51:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:51:21 $ docker exec d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent 05:51:21 SSH_AUTH_SOCK=/tmp/ssh-WJhRrLZ15I1G/agent.11 05:51:21 SSH_AGENT_PID=16 05:51:21 Running ssh-add (command line suppressed) 05:51:21 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5749630167053737395.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5749630167053737395.key) 05:51:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:51:22 + git tag --points-at HEAD [Pipeline] } 05:51:22 $ docker exec --env ******** --env ******** d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent -k 05:51:22 unset SSH_AUTH_SOCK; 05:51:22 unset SSH_AGENT_PID; 05:51:22 echo Agent pid 16 killed; 05:51:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:51:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:51:22 [ssh-agent] Looking for ssh-agent implementation... 05:51:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:51:22 $ docker exec d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent 05:51:22 SSH_AUTH_SOCK=/tmp/ssh-KHDfsEHJ04Rl/agent.46 05:51:22 SSH_AGENT_PID=51 05:51:22 Running ssh-add (command line suppressed) 05:51:23 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9065122507546810629.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9065122507546810629.key) 05:51:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:51:23 + git semver init 05:51:23 # -> Open(): unable to determine branch for HEAD 05:51:23 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:51:23 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:51:23 # $SEMVER_REMOTE_NAME = origin 05:51:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:51:23 # $SEMVER_USER_NAME = edgex-jenkins 05:51:23 # $SEMVER_BRANCH = master 05:51:23 # $SEMVER_TEMP = /tmp/semver-671383515 05:51:23 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:51:24 # '/tmp/semver-671383515' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 05:51:24 # -> Force: false 05:51:24 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 05:51:24 $ docker exec --env ******** --env ******** d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent -k 05:51:24 unset SSH_AUTH_SOCK; 05:51:24 unset SSH_AGENT_PID; 05:51:24 echo Agent pid 51 killed; 05:51:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:51:25 + git semver [Pipeline] } 05:51:25 $ docker stop --time=1 d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 05:51:26 $ docker rm -f d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 [Pipeline] // withDockerContainer [Pipeline] sh 05:51:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:51:27 Stashed 1 file(s) [Pipeline] echo 05:51:27 [edgeXSemver]: initialized semver on version 0.1.140 [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 05:51:43 Still waiting to schedule task 05:51:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:51:43 Still waiting to schedule task 05:51:43 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 05:53:15 Running on prd-centos7-docker-4c-2g-19056 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 05:53:15 Running in /w/workspace/go-mod-core-contracts/109 [Pipeline] { [Pipeline] checkout 05:53:17 using credential edgex-jenkins-ssh 05:53:18 Cloning the remote Git repository 05:53:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:53:18 > git init /w/workspace/go-mod-core-contracts/109 # timeout=10 05:53:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:53:18 > git --version # timeout=10 05:53:18 > git --version # 'git version 2.24.3' 05:53:18 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:19 Checking out Revision d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 (master) 05:53:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:53:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:53:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:53:18 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:53:19 > git config core.sparsecheckout # timeout=10 05:53:19 > git checkout -f d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 # timeout=10 05:53:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19055 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 05:53:21 Running in /w/workspace/go-mod-core-contracts/109 [Pipeline] { [Pipeline] checkout 05:53:23 Commit message: "Merge pull request #420 from judehung/issue-408" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:53:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:53:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:53:25 + sudo service docker restart 05:53:25 + true 05:53:25 Redirecting to /bin/systemctl restart docker.service 05:53:26 using credential edgex-jenkins-ssh 05:53:26 Cloning the remote Git repository [Pipeline] unstash 05:53:26 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [Pipeline] echo 05:53:26 ========================================================= 05:53:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:53:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:53:27 + 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 . 05:53:27 Sending build context to Docker daemon 2.118MB 05:53:27 Step 1/7 : ARG BASE=golang:1.15-alpine 05:53:27 Step 2/7 : FROM ${BASE} 05:53:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:53:27 188c0c94c7c5: Pulling fs layer 05:53:27 0ef7d3d256c8: Pulling fs layer 05:53:27 de9db76c5a1d: Pulling fs layer 05:53:27 bca2f99d35d6: Pulling fs layer 05:53:27 93359f2a8cfa: Pulling fs layer 05:53:27 7c6f9722023f: Pulling fs layer 05:53:27 a35cf1a2eb13: Pulling fs layer 05:53:27 93359f2a8cfa: Waiting 05:53:27 7c6f9722023f: Waiting 05:53:27 a35cf1a2eb13: Waiting 05:53:27 bca2f99d35d6: Waiting 05:53:27 de9db76c5a1d: Verifying Checksum 05:53:27 de9db76c5a1d: Download complete 05:53:27 0ef7d3d256c8: Verifying Checksum 05:53:27 0ef7d3d256c8: Download complete 05:53:27 93359f2a8cfa: Verifying Checksum 05:53:27 93359f2a8cfa: Download complete 05:53:27 7c6f9722023f: Verifying Checksum 05:53:27 7c6f9722023f: Download complete 05:53:27 188c0c94c7c5: Verifying Checksum 05:53:27 188c0c94c7c5: Download complete 05:53:26 > git init /w/workspace/go-mod-core-contracts/109 # timeout=10 05:53:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:53:26 > git --version # timeout=10 05:53:26 > git --version # 'git version 2.17.1' 05:53:26 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:28 188c0c94c7c5: Pull complete 05:53:28 0ef7d3d256c8: Pull complete 05:53:28 de9db76c5a1d: Pull complete 05:53:28 Checking out Revision d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 (master) 05:53:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:53:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:53:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:53:28 > git config core.sparsecheckout # timeout=10 05:53:28 > git checkout -f d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 # timeout=10 05:53:30 a35cf1a2eb13: Verifying Checksum 05:53:30 a35cf1a2eb13: Download complete 05:53:30 bca2f99d35d6: Verifying Checksum 05:53:30 bca2f99d35d6: Download complete 05:53:33 Commit message: "Merge pull request #420 from judehung/issue-408" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:53:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:53:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:53:35 + sudo service docker restart 05:53:35 + true 05:53:37 bca2f99d35d6: Pull complete 05:53:37 93359f2a8cfa: Pull complete 05:53:37 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo 05:53:38 ========================================================= 05:53:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:53:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:53:38 + 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 . 05:53:39 Sending build context to Docker daemon 2.117MB 05:53:39 Step 1/7 : ARG BASE=golang:1.15-alpine 05:53:39 Step 2/7 : FROM ${BASE} 05:53:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:53:40 5f621e34cdf4: Pulling fs layer 05:53:40 a4357932f1b6: Pulling fs layer 05:53:40 18c013af1878: Pulling fs layer 05:53:40 00ac8860ef70: Pulling fs layer 05:53:40 63d7cb157983: Pulling fs layer 05:53:40 b116817d02f9: Pulling fs layer 05:53:40 745a02a5169b: Pulling fs layer 05:53:40 00ac8860ef70: Waiting 05:53:40 b116817d02f9: Waiting 05:53:40 745a02a5169b: Waiting 05:53:40 63d7cb157983: Waiting 05:53:40 18c013af1878: Download complete 05:53:40 a4357932f1b6: Verifying Checksum 05:53:40 a4357932f1b6: Download complete 05:53:40 63d7cb157983: Verifying Checksum 05:53:40 63d7cb157983: Download complete 05:53:40 b116817d02f9: Download complete 05:53:40 5f621e34cdf4: Verifying Checksum 05:53:40 5f621e34cdf4: Download complete 05:53:41 5f621e34cdf4: Pull complete 05:53:42 a4357932f1b6: Pull complete 05:53:42 18c013af1878: Pull complete 05:53:42 745a02a5169b: Verifying Checksum 05:53:42 745a02a5169b: Download complete 05:53:43 00ac8860ef70: Verifying Checksum 05:53:43 00ac8860ef70: Download complete 05:53:44 a35cf1a2eb13: Pull complete 05:53:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:53:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:53:44 ---> a62c8e92a672 05:53:44 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:53:44 ---> Running in 4a07316a3a54 05:53:44 Removing intermediate container 4a07316a3a54 05:53:44 ---> a60e0ab874ec 05:53:44 Step 4/7 : RUN apk add bash 05:53:44 ---> Running in 6629c27f2bce 05:53:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:53:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:53:46 OK: 166 MiB in 39 packages 05:53:47 Removing intermediate container 6629c27f2bce 05:53:47 ---> 06c5d1928127 05:53:47 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:53:47 ---> Running in 6a8893c191c0 05:53:47 Removing intermediate container 6a8893c191c0 05:53:47 ---> ccc177c78011 05:53:47 Step 6/7 : COPY go.mod . 05:53:47 ---> 67c2370f877b 05:53:47 Step 7/7 : RUN go mod download 05:53:47 ---> Running in 988db7b45f1a 05:53:54 00ac8860ef70: Pull complete 05:53:54 63d7cb157983: Pull complete 05:53:54 b116817d02f9: Pull complete 05:53:58 745a02a5169b: Pull complete 05:53:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:53:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:53:58 ---> b7e6874047d6 05:53:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:54:00 Removing intermediate container 988db7b45f1a 05:54:00 ---> 0fae4ea5cd10 05:54:00 Successfully built 0fae4ea5cd10 05:54:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:54:00 + docker inspect -f . ci-base-image-x86_64 05:54:00 . [Pipeline] withDockerContainer 05:54:00 prd-centos7-docker-4c-2g-19056 does not seem to be running inside a container 05:54:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@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 05:54:01 $ docker top bacb5c2098d58d451d782d9c2b247bd7621c7597797264409f5374fa9bd0199e -eo pid,comm [Pipeline] { 05:54:01 ---> Running in 6ca873cca11f 05:54:01 Removing intermediate container 6ca873cca11f 05:54:01 ---> 89e3cf3ab00e 05:54:01 Step 4/7 : RUN apk add bash [Pipeline] sh 05:54:01 ---> Running in afef7db03e53 05:54:01 + go version 05:54:01 go version go1.15.5 linux/amd64 [Pipeline] } 05:54:01 $ docker stop --time=1 bacb5c2098d58d451d782d9c2b247bd7621c7597797264409f5374fa9bd0199e 05:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:54:03 $ docker rm -f bacb5c2098d58d451d782d9c2b247bd7621c7597797264409f5374fa9bd0199e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 05:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 05:54:04 + docker inspect -f . ci-base-image-x86_64 05:54:04 . [Pipeline] withDockerContainer 05:54:04 prd-centos7-docker-4c-2g-19056 does not seem to be running inside a container 05:54:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@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 05:54:04 OK: 142 MiB in 39 packages 05:54:04 $ docker top c74255a782e8b2fb35b1218eb8fe9d9ed38e1434a7f24f49033f09afedac89c8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:05 + make test 05:54:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:54:05 Removing intermediate container afef7db03e53 05:54:05 ---> ece1a8840b46 05:54:05 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:54:06 ---> Running in e376131e863c 05:54:06 Removing intermediate container e376131e863c 05:54:06 ---> 83cdcce08ab0 05:54:06 Step 6/7 : COPY go.mod . 05:54:07 ---> 43e3421e70a4 05:54:07 Step 7/7 : RUN go mod download 05:54:07 ---> Running in 38453620346d 05:54:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 05:54:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements 05:54:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.021s coverage: 100.0% of statements 05:54:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.024s coverage: 45.4% of statements 05:54:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 05:54:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 05:54:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 26.3% of statements 05:54:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.026s coverage: 14.7% of statements 05:54:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 05:54:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.026s coverage: 91.8% of statements 05:54:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 05:54:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 05:54:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements 05:54:14 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 47.8% of statements 05:54:16 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.028s coverage: 63.0% of statements 05:54:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements 05:54:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements 05:54:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.049s coverage: 15.4% of statements 05:54:16 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.009s coverage: 14.3% of statements 05:54:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 05:54:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.034s coverage: 84.4% of statements 05:54:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 05:54:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:54:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 44.1% of statements 05:54:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 94.4% of statements 05:54:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.047s coverage: 93.2% of statements 05:54:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 05:54:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 05:54:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:54:19 gofmt -l . 05:54:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:54:19 $ docker stop --time=1 c74255a782e8b2fb35b1218eb8fe9d9ed38e1434a7f24f49033f09afedac89c8 05:54:22 $ docker rm -f c74255a782e8b2fb35b1218eb8fe9d9ed38e1434a7f24f49033f09afedac89c8 05:54:22 Removing intermediate container 38453620346d 05:54:22 ---> c14b34522b47 05:54:22 Successfully built c14b34522b47 05:54:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 05:54:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:54:23 + docker inspect -f . ci-base-image-arm64 05:54:23 . [Pipeline] withDockerContainer 05:54:23 prd-ubuntu18.04-docker-arm64-4c-16g-19055 does not seem to be running inside a container 05:54:23 Stashed 1 file(s) 05:54:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:54:24 $ docker top d2f33b74776798935bac5e445083fae0329280a88873df3dba9ef77d3e2d2f6b -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } 05:54:26 + go version 05:54:26 go version go1.15.5 linux/arm64 [Pipeline] // stage [Pipeline] } [Pipeline] } 05:54:26 $ docker stop --time=1 d2f33b74776798935bac5e445083fae0329280a88873df3dba9ef77d3e2d2f6b 05:54:28 $ docker rm -f d2f33b74776798935bac5e445083fae0329280a88873df3dba9ef77d3e2d2f6b [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] stage [Pipeline] { (Test) [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:54:29 + docker inspect -f . ci-base-image-arm64 05:54:29 . [Pipeline] withDockerContainer 05:54:29 prd-ubuntu18.04-docker-arm64-4c-16g-19055 does not seem to be running inside a container 05:54:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:54:31 $ docker top d61bcc14f44d80aa56be7db69f177aa5a1c1c5b1f3014e539b3f34fbc0b33f8b -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:32 + make test 05:54:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:54:55 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 05:54:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.037s coverage: 85.7% of statements 05:54:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements 05:54:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.051s coverage: 45.4% of statements 05:54:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.044s coverage: 77.8% of statements 05:54:57 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 05:54:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.035s coverage: 26.3% of statements 05:54:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.036s coverage: 14.7% of statements 05:54:58 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements 05:54:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.083s coverage: 91.8% of statements 05:54:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 05:54:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 05:54:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements 05:54:59 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.063s coverage: 47.8% of statements 05:55:05 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.138s coverage: 63.0% of statements 05:55:05 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.010s coverage: 26.3% of statements 05:55:05 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.017s coverage: 15.4% of statements 05:55:05 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.041s coverage: 15.4% of statements 05:55:05 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.079s coverage: 14.3% of statements 05:55:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 05:55:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.131s coverage: 84.4% of statements 05:55:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 05:55:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:55:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.034s coverage: 44.1% of statements 05:55:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.086s coverage: 94.4% of statements 05:55:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.130s coverage: 93.2% of statements 05:55:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.030s coverage: 100.0% of statements 05:55:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 05:55:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:55:14 gofmt -l . 05:55:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:55:14 $ docker stop --time=1 d61bcc14f44d80aa56be7db69f177aa5a1c1c5b1f3014e539b3f34fbc0b33f8b 05:55:16 $ docker rm -f d61bcc14f44d80aa56be7db69f177aa5a1c1c5b1f3014e539b3f34fbc0b33f8b [Pipeline] // withDockerContainer [Pipeline] sh 05:55:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:55:17 Warning: overwriting stash ‘coverage-report’ 05:55:18 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 05:55:20 provisioning config files... 05:55:20 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4980374863408016260tmp [Pipeline] { [Pipeline] sh 05:55:20 + set +x 05:55:20 + curl -s https://codecov.io/bash 05:55:20 + bash -s -- 05:55:20 05:55:20 _____ _ 05:55:20 / ____| | | 05:55:20 | | ___ __| | ___ ___ _____ __ 05:55:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:55:20 | |___| (_) | (_| | __/ (_| (_) \ V / 05:55:20 \_____\___/ \__,_|\___|\___\___/ \_/ 05:55:20 Bash-20201231-23d4836 05:55:20 05:55:20 05:55:20 ==> git version 2.24.3 found 05:55:20 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:55:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:55:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:55:20 ==> Jenkins CI detected. 05:55:20 project root: . 05:55:20 --> token set from env 05:55:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:55:20 ==> Running gcov in . (disable via -X gcov) 05:55:20 ==> Python coveragepy not found 05:55:20 ==> Searching for coverage reports in: 05:55:20 + . 05:55:20 -> Found 1 reports 05:55:20 ==> Detecting git/mercurial file structure 05:55:20 ==> Reading reports 05:55:21 + ./coverage.out bytes=119868 05:55:21 ==> Appending adjustments 05:55:21 https://docs.codecov.io/docs/fixing-reports 05:55:21 + Found adjustments 05:55:21 ==> Gzipping contents 05:55:21 20K /tmp/codecov.BjHCA8.gz 05:55:21 ==> Uploading reports 05:55:21 url: https://codecov.io 05:55:21 query: branch=master&commit=d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 05:55:21 -> Pinging Codecov 05:55:21 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 05:55:22 -> Uploading to 05:55:22 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/71470A77251A30514AAF9C0BB2E5B6CE/d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8/a2f7029d-02e7-4299-becb-68289fd9bf62.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T055522Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4c92511569eb57c5367c1c97cb76641cb302bfe1175778945b89764e1ff37048 05:55:22 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:22 Dload Upload Total Spent Left Speed 05:55:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19112 0 0 100 19112 0 40665 --:--:-- --:--:-- --:--:-- 40663 100 19112 0 0 100 19112 0 40642 --:--:-- --:--:-- --:--:-- 40577 05:55:22 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] } 05:55:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:55:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:55:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:55:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:55:24 05:55:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:55:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:55:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:55:24 188c0c94c7c5: Pulling fs layer 05:55:24 0ef7d3d256c8: Pulling fs layer 05:55:24 de9db76c5a1d: Pulling fs layer 05:55:24 0eba1c9be4d2: Pulling fs layer 05:55:24 0d57e429df01: Pulling fs layer 05:55:24 4e4be7b47b0d: Pulling fs layer 05:55:24 e1f770b5df2f: Pulling fs layer 05:55:24 85a0685a4137: Pulling fs layer 05:55:24 0eba1c9be4d2: Waiting 05:55:24 0d57e429df01: Waiting 05:55:24 85a0685a4137: Waiting 05:55:24 4e4be7b47b0d: Waiting 05:55:24 e1f770b5df2f: Waiting 05:55:24 de9db76c5a1d: Verifying Checksum 05:55:24 de9db76c5a1d: Download complete 05:55:24 0ef7d3d256c8: Verifying Checksum 05:55:24 0ef7d3d256c8: Download complete 05:55:24 0d57e429df01: Verifying Checksum 05:55:24 0d57e429df01: Download complete 05:55:24 4e4be7b47b0d: Verifying Checksum 05:55:24 4e4be7b47b0d: Download complete 05:55:24 188c0c94c7c5: Verifying Checksum 05:55:25 188c0c94c7c5: Pull complete 05:55:25 0ef7d3d256c8: Pull complete 05:55:25 de9db76c5a1d: Pull complete 05:55:26 e1f770b5df2f: Verifying Checksum 05:55:26 e1f770b5df2f: Download complete 05:55:28 0eba1c9be4d2: Verifying Checksum 05:55:28 0eba1c9be4d2: Download complete 05:55:28 85a0685a4137: Verifying Checksum 05:55:28 85a0685a4137: Download complete 05:55:33 0eba1c9be4d2: Pull complete 05:55:33 0d57e429df01: Pull complete 05:55:33 4e4be7b47b0d: Pull complete 05:55:36 e1f770b5df2f: Pull complete 05:55:43 85a0685a4137: Pull complete 05:55:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:55:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:55:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:55:43 prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container 05:55:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:55:44 $ docker top df63e642aa1fa2bf1b0a740bac32bf076a7b8b9804e2fad46bf473ab167cca05 -eo pid,comm [Pipeline] { [Pipeline] echo 05:55:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:55:44 + set -o pipefail 05:55:44 + snyk monitor '--org=edgex-jenkins' 05:55:50 05:55:50 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 05:55:50 05:55:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/27ce729b-98fe-4153-9456-5520793fafe1 05:55:50 05:55:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:55:50 05:55:50 [Pipeline] } 05:55:50 $ docker stop --time=1 df63e642aa1fa2bf1b0a740bac32bf076a7b8b9804e2fad46bf473ab167cca05 05:55:52 $ docker rm -f df63e642aa1fa2bf1b0a740bac32bf076a7b8b9804e2fad46bf473ab167cca05 [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 05:55:54 + git log --format=format:%s -1 d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] isUnix [Pipeline] sh 05:55:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:55:54 . [Pipeline] withDockerContainer 05:55:54 prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container 05:55:54 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:55:55 $ docker top 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:55:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:55:55 [ssh-agent] Looking for ssh-agent implementation... 05:55:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:55:56 $ docker exec 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa ssh-agent 05:55:56 SSH_AUTH_SOCK=/tmp/ssh-PsSI3mg3ZqdS/agent.12 05:55:56 SSH_AGENT_PID=17 05:55:56 Running ssh-add (command line suppressed) 05:55:56 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5870417044947062659.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5870417044947062659.key) 05:55:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:55:56 + git semver tag 05:55:56 # -> Open(): unable to determine branch for HEAD 05:55:56 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:55:56 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:55:56 # $SEMVER_REMOTE_NAME = origin 05:55:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:55:56 # $SEMVER_USER_NAME = edgex-jenkins 05:55:56 # $SEMVER_BRANCH = master 05:55:56 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 05:55:56 # d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 HEAD 05:55:57 # -> Force: false 05:55:57 # ab8d6b890aaa4c6537b9eafcfe20828bc2831015 refs/tags/v0.1.140 [Pipeline] } 05:55:57 $ docker exec --env ******** --env ******** 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa ssh-agent -k 05:55:57 unset SSH_AUTH_SOCK; 05:55:57 unset SSH_AGENT_PID; 05:55:57 echo Agent pid 17 killed; 05:55:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:55:57 + git semver [Pipeline] } 05:55:57 $ docker stop --time=1 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa 05:55:59 $ docker rm -f 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:55:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:55:59 05:55:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:56:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:56:00 0.23.1-centos7: Pulling from edgex-lftools 05:56:00 ab5ef0e58194: Pulling fs layer 05:56:00 9712f1f96733: Pulling fs layer 05:56:00 63f879dbbcfc: Pulling fs layer 05:56:00 0d9ebad4ef96: Pulling fs layer 05:56:00 e9a5061849ea: Pulling fs layer 05:56:00 d747dcd14b5f: Pulling fs layer 05:56:00 2de7ff778b66: Pulling fs layer 05:56:00 0d9ebad4ef96: Waiting 05:56:00 e9a5061849ea: Waiting 05:56:00 d747dcd14b5f: Waiting 05:56:00 2de7ff778b66: Waiting 05:56:00 9712f1f96733: Download complete 05:56:01 63f879dbbcfc: Verifying Checksum 05:56:01 63f879dbbcfc: Download complete 05:56:01 e9a5061849ea: Verifying Checksum 05:56:01 e9a5061849ea: Download complete 05:56:01 d747dcd14b5f: Verifying Checksum 05:56:01 d747dcd14b5f: Download complete 05:56:02 2de7ff778b66: Verifying Checksum 05:56:02 2de7ff778b66: Download complete 05:56:02 0d9ebad4ef96: Verifying Checksum 05:56:02 0d9ebad4ef96: Download complete 05:56:03 ab5ef0e58194: Verifying Checksum 05:56:03 ab5ef0e58194: Download complete 05:56:07 ab5ef0e58194: Pull complete 05:56:07 9712f1f96733: Pull complete 05:56:10 63f879dbbcfc: Pull complete 05:56:16 0d9ebad4ef96: Pull complete 05:56:18 e9a5061849ea: Pull complete 05:56:18 d747dcd14b5f: Pull complete 05:56:21 2de7ff778b66: Pull complete 05:56:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:56:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:56:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:56:22 prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container 05:56:22 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:56:25 $ docker top c43b5c9e102614fde50ed0bcffe26b95ef0f4042e707288e6ced7ba973527fb4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:56:25 provisioning config files... 05:56:25 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1398358587912653804tmp 05:56:25 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7383724248921389025tmp 05:56:25 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7425015425654984196tmp [Pipeline] { [Pipeline] echo 05:56:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:56:26 ---> sigul-configuration.sh 05:56:26 gpg: directory `/root/.gnupg' created 05:56:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:56:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:56:26 gpg: keyring `/root/.gnupg/secring.gpg' created 05:56:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:56:26 gpg: CAST5 encrypted data 05:56:26 gpg: encrypted with 1 passphrase 05:56:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:56:26 + mkdir /home/jenkins 05:56:26 + mkdir /home/jenkins/sigul [Pipeline] sh 05:56:26 + 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 05:56:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:56:27 ---> sigul-install.sh 05:56:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:56:34 + git tag --list 05:56:34 v0.0.0 05:56:34 v0.0.1 05:56:34 v0.1.0 05:56:34 v0.1.1 05:56:34 v0.1.10 05:56:34 v0.1.100 05:56:34 v0.1.101 05:56:34 v0.1.102 05:56:34 v0.1.103 05:56:34 v0.1.104 05:56:34 v0.1.105 05:56:34 v0.1.106 05:56:34 v0.1.107 05:56:34 v0.1.108 05:56:34 v0.1.109 05:56:34 v0.1.11 05:56:34 v0.1.110 05:56:34 v0.1.111 05:56:34 v0.1.112 05:56:34 v0.1.113 05:56:34 v0.1.114 05:56:34 v0.1.115 05:56:34 v0.1.116 05:56:34 v0.1.117 05:56:34 v0.1.118 05:56:34 v0.1.119 05:56:34 v0.1.12 05:56:34 v0.1.120 05:56:34 v0.1.121 05:56:34 v0.1.122 05:56:34 v0.1.123 05:56:34 v0.1.124 05:56:34 v0.1.125 05:56:34 v0.1.126 05:56:34 v0.1.127 05:56:34 v0.1.128 05:56:34 v0.1.129 05:56:34 v0.1.13 05:56:34 v0.1.130 05:56:34 v0.1.131 05:56:34 v0.1.132 05:56:34 v0.1.133 05:56:34 v0.1.134 05:56:34 v0.1.135 05:56:34 v0.1.136 05:56:34 v0.1.137 05:56:34 v0.1.138 05:56:34 v0.1.139 05:56:34 v0.1.14 05:56:34 v0.1.140 05:56:34 v0.1.15 05:56:34 v0.1.16 05:56:34 v0.1.17 05:56:34 v0.1.18 05:56:34 v0.1.19 05:56:34 v0.1.2 05:56:34 v0.1.20 05:56:34 v0.1.21 05:56:34 v0.1.22 05:56:34 v0.1.23 05:56:34 v0.1.24 05:56:34 v0.1.25 05:56:34 v0.1.26 05:56:34 v0.1.27 05:56:34 v0.1.28 05:56:34 v0.1.29 05:56:34 v0.1.3 05:56:34 v0.1.30 05:56:34 v0.1.31 05:56:34 v0.1.32 05:56:34 v0.1.33 05:56:34 v0.1.34 05:56:34 v0.1.35 05:56:34 v0.1.36 05:56:34 v0.1.37 05:56:34 v0.1.38 05:56:34 v0.1.39 05:56:34 v0.1.4 05:56:34 v0.1.40 05:56:34 v0.1.41 05:56:34 v0.1.42 05:56:34 v0.1.43 05:56:34 v0.1.44 05:56:34 v0.1.45 05:56:34 v0.1.46 05:56:34 v0.1.47 05:56:34 v0.1.48 05:56:34 v0.1.49 05:56:34 v0.1.5 05:56:34 v0.1.50 05:56:34 v0.1.51 05:56:34 v0.1.52 05:56:34 v0.1.53 05:56:34 v0.1.54 05:56:34 v0.1.55 05:56:34 v0.1.56 05:56:34 v0.1.57 05:56:34 v0.1.58 05:56:34 v0.1.59 05:56:34 v0.1.6 05:56:34 v0.1.60 05:56:34 v0.1.61 05:56:34 v0.1.62 05:56:34 v0.1.63 05:56:34 v0.1.64 05:56:34 v0.1.65 05:56:34 v0.1.66 05:56:34 v0.1.67 05:56:34 v0.1.68 05:56:34 v0.1.69 05:56:34 v0.1.7 05:56:34 v0.1.70 05:56:34 v0.1.71 05:56:34 v0.1.72 05:56:34 v0.1.73 05:56:34 v0.1.74 05:56:34 v0.1.75 05:56:34 v0.1.76 05:56:34 v0.1.77 05:56:34 v0.1.78 05:56:34 v0.1.79 05:56:34 v0.1.8 05:56:34 v0.1.80 05:56:34 v0.1.81 05:56:34 v0.1.82 05:56:34 v0.1.83 05:56:34 v0.1.84 05:56:34 v0.1.85 05:56:34 v0.1.86 05:56:34 v0.1.87 05:56:34 v0.1.88 05:56:34 v0.1.89 05:56:34 v0.1.9 05:56:34 v0.1.90 05:56:34 v0.1.91 05:56:34 v0.1.92 05:56:34 v0.1.93 05:56:34 v0.1.94 05:56:34 v0.1.95 05:56:34 v0.1.96 05:56:34 v0.1.97 05:56:34 v0.1.98 05:56:34 v0.1.99 [Pipeline] sh 05:56:34 + lftools sign git-tag v0.1.140 05:56:35 Signing Git tag with Sigul... 05:56:35 Signing v0.1.140 [Pipeline] echo 05:56:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:56:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:56:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:56:37 $ docker stop --time=1 c43b5c9e102614fde50ed0bcffe26b95ef0f4042e707288e6ced7ba973527fb4 05:56:39 $ docker rm -f c43b5c9e102614fde50ed0bcffe26b95ef0f4042e707288e6ced7ba973527fb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:56:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:56:40 . [Pipeline] withDockerContainer 05:56:40 prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container 05:56:40 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:56:41 $ docker top af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:56:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:56:41 [ssh-agent] Looking for ssh-agent implementation... 05:56:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:56:41 $ docker exec af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe ssh-agent 05:56:41 SSH_AUTH_SOCK=/tmp/ssh-Dbj0lSMiVPFo/agent.11 05:56:41 SSH_AGENT_PID=16 05:56:41 Running ssh-add (command line suppressed) 05:56:41 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2825205765174197950.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2825205765174197950.key) 05:56:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:56:42 + git semver bump patch 05:56:42 # -> Open(): unable to determine branch for HEAD 05:56:42 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:56:42 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:56:42 # $SEMVER_REMOTE_NAME = origin 05:56:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:56:42 # $SEMVER_USER_NAME = edgex-jenkins 05:56:42 # $SEMVER_BRANCH = master 05:56:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 05:56:42 0.1.141 [Pipeline] } 05:56:42 $ docker exec --env ******** --env ******** af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe ssh-agent -k 05:56:42 unset SSH_AUTH_SOCK; 05:56:42 unset SSH_AGENT_PID; 05:56:42 echo Agent pid 16 killed; 05:56:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:56:43 + git semver [Pipeline] } 05:56:43 $ docker stop --time=1 af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe 05:56:44 $ docker rm -f af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:56:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:56:44 . [Pipeline] withDockerContainer 05:56:45 prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container 05:56:45 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:56:45 $ docker top 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:56:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:56:46 [ssh-agent] Looking for ssh-agent implementation... 05:56:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:56:46 $ docker exec 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac ssh-agent 05:56:46 SSH_AUTH_SOCK=/tmp/ssh-dSKlOcyqOGEJ/agent.11 05:56:46 SSH_AGENT_PID=16 05:56:46 Running ssh-add (command line suppressed) 05:56:46 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4888635259580598589.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4888635259580598589.key) 05:56:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:56:47 + git semver push 05:56:47 # -> Open(): unable to determine branch for HEAD 05:56:47 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 05:56:47 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 05:56:47 # $SEMVER_REMOTE_NAME = origin 05:56:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:56:47 # $SEMVER_USER_NAME = edgex-jenkins 05:56:47 # $SEMVER_BRANCH = master 05:56:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 05:56:55 $ docker exec --env ******** --env ******** 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac ssh-agent -k 05:56:55 unset SSH_AUTH_SOCK; 05:56:55 unset SSH_AGENT_PID; 05:56:55 echo Agent pid 16 killed; 05:56:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:56:55 + git semver [Pipeline] } 05:56:56 $ docker stop --time=1 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac 05:56:57 $ docker rm -f 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac [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 05:56:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:56:59 ---> package-listing.sh 05:56:59 ++ facter osfamily 05:56:59 ++ tr '[:upper:]' '[:lower:]' 05:56:59 + OS_FAMILY=redhat 05:56:59 + workspace=/w/workspace/dry_go-mod-core-contracts_master 05:56:59 + START_PACKAGES=/tmp/packages_start.txt 05:56:59 + END_PACKAGES=/tmp/packages_end.txt 05:56:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:56:59 + PACKAGES=/tmp/packages_start.txt 05:56:59 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 05:56:59 + PACKAGES=/tmp/packages_end.txt 05:56:59 + case "${OS_FAMILY}" in 05:56:59 + rpm -qa 05:56:59 + sort 05:57:04 + '[' -f /tmp/packages_start.txt ']' 05:57:04 + '[' -f /tmp/packages_end.txt ']' 05:57:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:57:04 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 05:57:04 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 05:57:04 + 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 05:57:04 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 05:57:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:57:05 05:57:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:57:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:57:05 alpine: Pulling from edgex-lftools-log-publisher 05:57:05 df20fa9351a1: Pulling fs layer 05:57:05 36b3adc4ff6f: Pulling fs layer 05:57:05 8ad3a11d3b57: Pulling fs layer 05:57:05 46f8f816bc3b: Pulling fs layer 05:57:05 93b61091891f: Pulling fs layer 05:57:05 93b9cdb0e59b: Pulling fs layer 05:57:05 5e14af77c1be: Pulling fs layer 05:57:05 01666e4c0597: Pulling fs layer 05:57:05 aa168da1d23b: Pulling fs layer 05:57:05 46f8f816bc3b: Waiting 05:57:05 93b61091891f: Waiting 05:57:05 93b9cdb0e59b: Waiting 05:57:05 5e14af77c1be: Waiting 05:57:05 aa168da1d23b: Waiting 05:57:05 36b3adc4ff6f: Download complete 05:57:05 46f8f816bc3b: Verifying Checksum 05:57:05 46f8f816bc3b: Download complete 05:57:05 df20fa9351a1: Verifying Checksum 05:57:05 df20fa9351a1: Download complete 05:57:05 93b9cdb0e59b: Verifying Checksum 05:57:05 93b9cdb0e59b: Download complete 05:57:05 5e14af77c1be: Verifying Checksum 05:57:05 5e14af77c1be: Download complete 05:57:05 01666e4c0597: Verifying Checksum 05:57:05 01666e4c0597: Download complete 05:57:05 93b61091891f: Verifying Checksum 05:57:05 93b61091891f: Download complete 05:57:05 8ad3a11d3b57: Verifying Checksum 05:57:05 8ad3a11d3b57: Download complete 05:57:06 df20fa9351a1: Pull complete 05:57:06 36b3adc4ff6f: Pull complete 05:57:07 8ad3a11d3b57: Pull complete 05:57:07 46f8f816bc3b: Pull complete 05:57:07 aa168da1d23b: Verifying Checksum 05:57:07 aa168da1d23b: Download complete 05:57:08 93b61091891f: Pull complete 05:57:08 93b9cdb0e59b: Pull complete 05:57:08 5e14af77c1be: Pull complete 05:57:08 01666e4c0597: Pull complete 05:57:16 aa168da1d23b: Pull complete 05:57:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:57:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:57:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:57:17 prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container 05:57:17 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:57:19 $ docker top e8d263d409b2da72b24c7461ba0b8f0317eb91b1b66f5b84a3302d66d1c0e673 -eo pid,comm [Pipeline] { [Pipeline] sh 05:57:20 + touch /tmp/pre-build-complete [Pipeline] sh 05:57:20 + mkdir -p /var/log/sa [Pipeline] sh 05:57:20 + ls /var/log/sa-host 05:57:20 + sadf -c /var/log/sa-host/sa08 05:57:20 file_magic: OK 05:57:20 HZ: Using current value: 100 05:57:20 file_header: OK 05:57:20 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 05:57:20 Statistics: 05:57:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:57:20 File successfully converted to sysstat format version 12.2.1 05:57:20 + sadf -c /var/log/sa-host/sa23 05:57:20 file_magic: OK 05:57:20 HZ: Using current value: 100 05:57:20 file_header: OK 05:57:20 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 05:57:20 Statistics: 05:57:20 Hnuu...uuuununununu... 05:57:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:57:21 provisioning config files... 05:57:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5774280606235307703tmp [Pipeline] { [Pipeline] echo 05:57:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:57:21 ---> create-netrc.sh [Pipeline] } 05:57:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:57:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:57:22 ---> python-tools-install.sh [Pipeline] echo 05:57:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:57:22 ---> sudo-logs.sh 05:57:22 Archiving 'sudo' log.. [Pipeline] echo 05:57:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:57:22 ---> job-cost.sh 05:57:22 lf-activate-venv: SKIPPING 05:57:22 INFO: No Stack... 05:57:23 INFO: Retrieving Pricing Info for: v1-standard-2 05:57:24 INFO: Archiving Costs [Pipeline] echo 05:57:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:57:24 ---> logs-deploy.sh 05:57:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/109 05:57:24 INFO: archiving workspace using pattern(s): 05:57:26 Archives upload complete. 05:57:26 INFO: archiving logs to Nexus 05:57:27 ---> uname -a: 05:57:27 Linux prd-centos7-docker-4c-2g-19053.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:57:27 05:57:27 05:57:27 ---> lscpu: 05:57:27 Architecture: x86_64 05:57:27 CPU op-mode(s): 32-bit, 64-bit 05:57:27 Byte Order: Little Endian 05:57:27 Address sizes: 40 bits physical, 48 bits virtual 05:57:27 CPU(s): 4 05:57:27 On-line CPU(s) list: 0-3 05:57:27 Thread(s) per core: 1 05:57:27 Core(s) per socket: 1 05:57:27 Socket(s): 4 05:57:27 NUMA node(s): 1 05:57:27 Vendor ID: GenuineIntel 05:57:27 CPU family: 6 05:57:27 Model: 44 05:57:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:57:27 Stepping: 1 05:57:27 CPU MHz: 2933.438 05:57:27 BogoMIPS: 5866.87 05:57:27 Virtualization: VT-x 05:57:27 Hypervisor vendor: KVM 05:57:27 Virtualization type: full 05:57:27 L1d cache: 128 KiB 05:57:27 L1i cache: 128 KiB 05:57:27 L2 cache: 16 MiB 05:57:27 L3 cache: 64 MiB 05:57:27 NUMA node0 CPU(s): 0-3 05:57:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:57:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:57:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:57:27 Vulnerability Meltdown: Mitigation; PTI 05:57:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:57:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:57:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:57:27 Vulnerability Srbds: Not affected 05:57:27 Vulnerability Tsx async abort: Not affected 05:57:27 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 05:57:27 05:57:27 05:57:27 ---> nproc: 05:57:27 4 05:57:27 05:57:27 05:57:27 ---> df -h: 05:57:27 Filesystem Size Used Available Use% Mounted on 05:57:27 overlay 50.0G 8.5G 41.4G 17% / 05:57:27 tmpfs 64.0M 0 64.0M 0% /dev 05:57:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:57:27 shm 64.0M 0 64.0M 0% /dev/shm 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 05:57:27 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 05:57:27 05:57:27 05:57:27 ---> free -m: 05:57:27 total used free shared buff/cache available 05:57:27 Mem: 1837 835 139 0 862 937 05:57:27 Swap: 1023 2 1021 05:57:27 05:57:27 05:57:27 ---> ip addr: 05:57:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:57:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:57:27 inet 127.0.0.1/8 scope host lo 05:57:27 valid_lft forever preferred_lft forever 05:57:27 inet6 ::1/128 scope host 05:57:27 valid_lft forever preferred_lft forever 05:57:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:57:27 link/ether fa:16:3e:0d:1a:b7 brd ff:ff:ff:ff:ff:ff 05:57:27 inet 10.30.122.242/23 brd 10.30.123.255 scope global dynamic eth0 05:57:27 valid_lft 85988sec preferred_lft 85988sec 05:57:27 inet6 fe80::f816:3eff:fe0d:1ab7/64 scope link 05:57:27 valid_lft forever preferred_lft forever 05:57:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:57:27 link/ether 02:42:52:e3:e0:70 brd ff:ff:ff:ff:ff:ff 05:57:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:57:27 valid_lft forever preferred_lft forever 05:57:27 inet6 fe80::42:52ff:fee3:e070/64 scope link 05:57:27 valid_lft forever preferred_lft forever 05:57:27 05:57:27 05:57:27 ---> sar -b -r -n DEV: 05:57:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 05:57:27 05:57:27 05:50:23 LINUX RESTART (4 CPU) 05:57:27 05:57:27 05:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:57:27 05:52:01 49.84 12.00 37.84 0.00 4455.05 3257.32 0.00 05:57:27 05:53:01 1.83 0.00 1.83 0.00 0.00 38.78 0.00 05:57:27 05:54:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 05:57:27 05:55:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 05:57:27 05:56:01 283.64 180.98 102.66 0.00 8853.65 35214.49 0.00 05:57:27 05:57:01 228.07 92.96 135.10 0.00 6881.78 33014.79 0.00 05:57:27 Average: 94.14 47.78 46.37 0.00 3363.31 11951.69 0.00 05:57:27 05:57:27 05:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:57:27 05:52:01 144204 0 619908 32.95 2620 1114812 1106948 37.78 445704 1091572 128 05:57:27 05:53:01 148512 0 615592 32.72 2620 1114820 1095196 37.38 444624 1088828 8 05:57:27 05:54:01 147376 0 616724 32.78 2620 1114824 1080012 36.86 442312 1092468 8 05:57:27 05:55:01 147704 0 616396 32.76 2620 1114824 1079964 36.86 453908 1080848 8 05:57:27 05:56:01 87496 0 710048 37.74 2596 1081404 1297700 44.29 559764 982996 68248 05:57:27 05:57:01 127944 0 794696 42.24 1500 957404 1128564 38.52 615504 804996 72 05:57:27 Average: 133873 0 662227 35.20 2429 1083015 1131397 38.61 493636 1023618 11412 05:57:27 05:57:27 05:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:57:27 05:52:01 eth0 173.68 125.00 503.70 49.22 0.00 0.00 0.00 0.00 05:57:27 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:52:01 docker0 7.11 4.96 1.47 15.55 0.00 0.00 0.00 0.00 05:57:27 05:53:01 eth0 2.03 0.68 1.76 0.20 0.00 0.00 0.00 0.00 05:57:27 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:54:01 eth0 1.55 0.60 0.59 0.39 0.00 0.00 0.00 0.00 05:57:27 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:55:01 eth0 0.53 0.40 0.30 0.24 0.00 0.00 0.00 0.00 05:57:27 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:56:01 eth0 540.69 481.61 5369.72 47.53 0.00 0.00 0.00 0.00 05:57:27 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:56:01 docker0 16.28 15.21 1.28 121.86 0.00 0.00 0.00 0.00 05:57:27 05:57:01 eth0 326.02 281.30 2302.86 94.31 0.00 0.00 0.00 0.00 05:57:27 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 05:57:01 docker0 31.09 37.08 2.16 208.49 0.00 0.00 0.00 0.00 05:57:27 Average: eth0 174.15 148.39 1366.10 31.95 0.00 0.00 0.00 0.00 05:57:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:57:27 Average: docker0 9.09 9.56 0.82 57.80 0.00 0.00 0.00 0.00 05:57:27 05:57:27 05:57:27 ---> sar -P ALL: 05:57:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 05:57:27 05:57:27 05:50:23 LINUX RESTART (4 CPU) 05:57:27 05:57:27 05:51:02 CPU %user %nice %system %iowait %steal %idle 05:57:27 05:52:01 all 3.66 0.00 2.37 1.28 0.01 92.68 05:57:27 05:52:01 0 3.63 0.00 2.52 2.12 0.02 91.71 05:57:27 05:52:01 1 4.01 0.00 2.62 1.09 0.02 92.26 05:57:27 05:52:01 2 3.38 0.00 2.34 1.25 0.02 93.01 05:57:27 05:52:01 3 3.62 0.00 1.98 0.67 0.00 93.73 05:57:27 05:53:01 all 0.09 0.00 0.06 0.00 0.00 99.85 05:57:27 05:53:01 0 0.08 0.00 0.03 0.00 0.00 99.88 05:57:27 05:53:01 1 0.08 0.00 0.08 0.00 0.00 99.83 05:57:27 05:53:01 2 0.05 0.00 0.07 0.00 0.00 99.88 05:57:27 05:53:01 3 0.15 0.00 0.05 0.00 0.00 99.80 05:57:27 05:54:01 all 0.24 0.00 0.17 0.00 0.00 99.58 05:57:27 05:54:01 0 0.12 0.00 0.28 0.00 0.00 99.60 05:57:27 05:54:01 1 0.62 0.00 0.10 0.00 0.00 99.28 05:57:27 05:54:01 2 0.17 0.00 0.15 0.00 0.02 99.67 05:57:27 05:54:01 3 0.05 0.00 0.17 0.00 0.00 99.78 05:57:27 05:55:01 all 0.13 0.00 0.05 0.00 0.00 99.82 05:57:27 05:55:01 0 0.07 0.00 0.03 0.00 0.02 99.88 05:57:27 05:55:01 1 0.37 0.00 0.10 0.00 0.00 99.53 05:57:27 05:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:57:27 05:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:57:27 05:56:01 all 9.93 0.00 7.24 2.67 0.07 80.09 05:57:27 05:56:01 0 9.66 0.00 7.76 1.93 0.07 80.58 05:57:27 05:56:01 1 9.96 0.00 7.80 3.27 0.07 78.91 05:57:27 05:56:01 2 10.77 0.00 6.94 2.15 0.07 80.07 05:57:27 05:56:01 3 9.33 0.00 6.48 3.32 0.07 80.81 05:57:27 05:57:01 all 11.27 0.00 8.45 3.24 0.07 76.97 05:57:27 05:57:01 0 9.95 0.00 8.45 3.77 0.05 77.78 05:57:27 05:57:01 1 10.82 0.00 8.17 2.88 0.07 78.06 05:57:27 05:57:01 2 13.92 0.00 8.87 3.86 0.07 73.28 05:57:27 05:57:01 3 10.37 0.00 8.32 2.46 0.09 78.76 05:57:27 Average: all 4.17 0.00 3.02 1.18 0.03 91.60 05:57:27 Average: 0 3.87 0.00 3.14 1.29 0.03 91.68 05:57:27 Average: 1 4.27 0.00 3.11 1.19 0.03 91.40 05:57:27 Average: 2 4.67 0.00 3.03 1.19 0.03 91.08 05:57:27 Average: 3 3.88 0.00 2.80 1.06 0.03 92.24 05:57:27 05:57:27 05:57:27