Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 93bcc6a2201236c31d14acbf099dd3f279e68d4d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a5c854593eac886f27ddeefb8920871132e8ed78 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a5c854593eac886f27ddeefb8920871132e8ed78 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14505’ Running on prd-centos7-docker-4c-2g-14508 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 Commit message: "Merge pull request #382 from judehung/issue-381" > git rev-list --no-walk 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:03:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:03:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:03:35 ========================================================= 18:03:35 EdgeX Global Pipelines Version Info 18:03:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:03:36 ------------------- 18:03:36 stable info: 18:03:36 ------------------- 18:03:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:03:36 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 18:03:36 Message: update stable to v1.0.169 18:03:37 ------------------- 18:03:37 experimental info: 18:03:37 ------------------- 18:03:37 Commited By: **** collab-it+edgex@linuxfoundation.org 18:03:37 Commit SHA: eca33996f4fbe88610f9be003a62d5383d966c7d 18:03:37 Message: update experimental to v1.0.170 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:03:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:03:37 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:03:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:03:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:03:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo 18:03:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93bcc6a [Pipeline] echo 18:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:03:41 + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo 18:03:42 GIT_COMMIT: 93bcc6a2201236c31d14acbf099dd3f279e68d4d, Commit Message: Merge pull request #382 from judehung/issue-381 [Pipeline] echo 18:03:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:03:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:03:43 18:03:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:03:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:03:43 latest: Pulling from edgex-devops/git-semver 18:03:43 31603596830f: Pulling fs layer 18:03:43 2a8b12db71e7: Pulling fs layer 18:03:43 6ca5941a6612: Pulling fs layer 18:03:43 ecc8261a40a4: Pulling fs layer 18:03:43 ecc8261a40a4: Waiting 18:03:43 2a8b12db71e7: Verifying Checksum 18:03:43 2a8b12db71e7: Download complete 18:03:43 31603596830f: Verifying Checksum 18:03:43 31603596830f: Download complete 18:03:43 ecc8261a40a4: Verifying Checksum 18:03:43 ecc8261a40a4: Download complete 18:03:43 6ca5941a6612: Download complete 18:03:44 31603596830f: Pull complete 18:03:44 2a8b12db71e7: Pull complete 18:03:45 6ca5941a6612: Pull complete 18:03:45 ecc8261a40a4: Pull complete 18:03:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:03:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:03:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:03:45 prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container 18:03: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:03:47 $ docker top 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:03:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:03:47 [ssh-agent] Looking for ssh-agent implementation... 18:03:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:03:48 $ docker exec 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent 18:03:48 SSH_AUTH_SOCK=/tmp/ssh-Jp6yT2kXe6YW/agent.12 18:03:48 SSH_AGENT_PID=17 18:03:48 Running ssh-add (command line suppressed) 18:03:48 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_893084318968977596.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_893084318968977596.key) 18:03:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:03:49 + git tag --points-at HEAD [Pipeline] } 18:03:49 $ docker exec --env ******** --env ******** 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent -k 18:03:49 unset SSH_AUTH_SOCK; 18:03:49 unset SSH_AGENT_PID; 18:03:49 echo Agent pid 17 killed; 18:03:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:03:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:03:49 [ssh-agent] Looking for ssh-agent implementation... 18:03:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:03:49 $ docker exec 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent 18:03:49 SSH_AUTH_SOCK=/tmp/ssh-Fu99EX7q4K7a/agent.45 18:03:49 SSH_AGENT_PID=50 18:03:49 Running ssh-add (command line suppressed) 18:03:50 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4751469000437335365.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4751469000437335365.key) 18:03:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:03:50 + git semver init 18:03:50 # -> Open(): unable to determine branch for HEAD 18:03:50 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:03:50 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:03:50 # $SEMVER_REMOTE_NAME = origin 18:03:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:03:50 # $SEMVER_USER_NAME = edgex-jenkins 18:03:50 # $SEMVER_BRANCH = master 18:03:50 # $SEMVER_TEMP = /tmp/semver-092113434 18:03:50 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:03:51 # '/tmp/semver-092113434' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 18:03:51 # -> Force: false 18:03:51 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:03:51 $ docker exec --env ******** --env ******** 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent -k 18:03:51 unset SSH_AUTH_SOCK; 18:03:51 unset SSH_AGENT_PID; 18:03:51 echo Agent pid 50 killed; 18:03:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:03:51 + git semver [Pipeline] } 18:03:51 $ docker stop --time=1 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 18:03:53 $ docker rm -f 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 [Pipeline] // withDockerContainer [Pipeline] sh 18:03:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:03:54 Stashed 1 file(s) [Pipeline] echo 18:03:54 [edgeXSemver]: initialized semver on version 0.1.121 [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 18:04:10 Still waiting to schedule task 18:04:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:04:10 Still waiting to schedule task 18:04:10 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 18:05:48 Running on prd-centos7-docker-4c-2g-14511 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:05:49 Running in /w/workspace/go-mod-core-contracts/89 [Pipeline] { [Pipeline] checkout 18:05:52 using credential edgex-jenkins-ssh 18:05:52 Cloning the remote Git repository 18:05:52 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:05:52 > git init /w/workspace/go-mod-core-contracts/89 # timeout=10 18:05:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:05:52 > git --version # timeout=10 18:05:52 > git --version # 'git version 2.24.3' 18:05:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:05:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:05:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:05:53 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:05:53 Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) 18:05:53 > git config core.sparsecheckout # timeout=10 18:05:53 > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 18:05:57 Commit message: "Merge pull request #382 from judehung/issue-381" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:05:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:05:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:05:59 + sudo service docker restart 18:05:59 + true 18:05:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:06:00 ========================================================= 18:06:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:06:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:06:01 + 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 . 18:06:01 Sending build context to Docker daemon 1.88MB 18:06:01 Step 1/7 : ARG BASE=golang:1.15-alpine 18:06:01 Step 2/7 : FROM ${BASE} 18:06:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:06:01 188c0c94c7c5: Pulling fs layer 18:06:01 0ef7d3d256c8: Pulling fs layer 18:06:01 de9db76c5a1d: Pulling fs layer 18:06:01 bca2f99d35d6: Pulling fs layer 18:06:01 93359f2a8cfa: Pulling fs layer 18:06:01 7c6f9722023f: Pulling fs layer 18:06:01 a35cf1a2eb13: Pulling fs layer 18:06:01 93359f2a8cfa: Waiting 18:06:01 7c6f9722023f: Waiting 18:06:01 bca2f99d35d6: Waiting 18:06:01 de9db76c5a1d: Verifying Checksum 18:06:01 de9db76c5a1d: Download complete 18:06:01 0ef7d3d256c8: Verifying Checksum 18:06:01 0ef7d3d256c8: Download complete 18:06:01 93359f2a8cfa: Verifying Checksum 18:06:01 93359f2a8cfa: Download complete 18:06:01 7c6f9722023f: Download complete 18:06:01 188c0c94c7c5: Verifying Checksum 18:06:01 188c0c94c7c5: Download complete 18:06:01 188c0c94c7c5: Pull complete 18:06:02 0ef7d3d256c8: Pull complete 18:06:02 de9db76c5a1d: Pull complete 18:06:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14510 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 18:06:03 Running in /w/workspace/go-mod-core-contracts/89 [Pipeline] { [Pipeline] checkout 18:06:04 a35cf1a2eb13: Verifying Checksum 18:06:04 a35cf1a2eb13: Download complete 18:06:04 bca2f99d35d6: Verifying Checksum 18:06:04 bca2f99d35d6: Download complete 18:06:08 using credential edgex-jenkins-ssh 18:06:08 Cloning the remote Git repository 18:06:08 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:06:08 > git init /w/workspace/go-mod-core-contracts/89 # timeout=10 18:06:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:06:08 > git --version # timeout=10 18:06:08 > git --version # 'git version 2.17.1' 18:06:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:06:09 bca2f99d35d6: Pull complete 18:06:09 93359f2a8cfa: Pull complete 18:06:09 7c6f9722023f: Pull complete 18:06:10 Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) 18:06:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:06:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:06:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:06:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:06:09 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:06:10 > git config core.sparsecheckout # timeout=10 18:06:10 > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 18:06:14 Commit message: "Merge pull request #382 from judehung/issue-381" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:06:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:06:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:06:17 + true 18:06:17 + sudo service docker restart 18:06:17 a35cf1a2eb13: Pull complete 18:06:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:06:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:06:17 ---> a62c8e92a672 18:06:17 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:06:17 ---> Running in 2a82e4f45185 18:06:17 Removing intermediate container 2a82e4f45185 18:06:17 ---> 3bbe43164809 18:06:17 Step 4/7 : RUN apk add bash 18:06:17 ---> Running in 788874eb5f2f 18:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:06:19 OK: 166 MiB in 39 packages [Pipeline] unstash 18:06:20 Removing intermediate container 788874eb5f2f 18:06:20 ---> d2b63f002861 18:06:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:06:20 ---> Running in 80df34487704 [Pipeline] echo 18:06:20 ========================================================= 18:06:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:06:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:06:20 Removing intermediate container 80df34487704 18:06:20 ---> 9fd698e4348c 18:06:20 Step 6/7 : COPY go.mod . 18:06:20 + 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 . 18:06:20 ---> 36f1cc185a71 18:06:20 Step 7/7 : RUN go mod download 18:06:20 ---> Running in fd0e7aee306e 18:06:21 Sending build context to Docker daemon 1.879MB 18:06:21 Step 1/7 : ARG BASE=golang:1.15-alpine 18:06:21 Step 2/7 : FROM ${BASE} 18:06:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:06:22 5f621e34cdf4: Pulling fs layer 18:06:22 a4357932f1b6: Pulling fs layer 18:06:22 18c013af1878: Pulling fs layer 18:06:22 00ac8860ef70: Pulling fs layer 18:06:22 63d7cb157983: Pulling fs layer 18:06:22 b116817d02f9: Pulling fs layer 18:06:22 745a02a5169b: Pulling fs layer 18:06:22 00ac8860ef70: Waiting 18:06:22 63d7cb157983: Waiting 18:06:22 b116817d02f9: Waiting 18:06:22 745a02a5169b: Waiting 18:06:22 18c013af1878: Download complete 18:06:22 a4357932f1b6: Verifying Checksum 18:06:22 a4357932f1b6: Download complete 18:06:22 63d7cb157983: Verifying Checksum 18:06:22 63d7cb157983: Download complete 18:06:22 b116817d02f9: Download complete 18:06:22 5f621e34cdf4: Verifying Checksum 18:06:22 5f621e34cdf4: Download complete 18:06:23 5f621e34cdf4: Pull complete 18:06:23 a4357932f1b6: Pull complete 18:06:23 18c013af1878: Pull complete 18:06:24 745a02a5169b: Verifying Checksum 18:06:24 745a02a5169b: Download complete 18:06:25 00ac8860ef70: Download complete 18:06:33 Removing intermediate container fd0e7aee306e 18:06:33 ---> e1595f1ae46f 18:06:33 Successfully built e1595f1ae46f 18:06:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:06:33 + docker inspect -f . ci-base-image-x86_64 18:06:33 . [Pipeline] withDockerContainer 18:06:33 prd-centos7-docker-4c-2g-14511 does not seem to be running inside a container 18:06:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@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 18:06:34 $ docker top 6c96d048f01449cc9752a7815172012905832322c9652713650f8af1c391fc23 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:35 + go version 18:06:35 go version go1.15.5 linux/amd64 [Pipeline] } 18:06:35 $ docker stop --time=1 6c96d048f01449cc9752a7815172012905832322c9652713650f8af1c391fc23 18:06:36 00ac8860ef70: Pull complete 18:06:36 63d7cb157983: Pull complete 18:06:36 b116817d02f9: Pull complete 18:06:36 $ docker rm -f 6c96d048f01449cc9752a7815172012905832322c9652713650f8af1c391fc23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:06:37 + docker inspect -f . ci-base-image-x86_64 18:06:37 . [Pipeline] withDockerContainer 18:06:37 prd-centos7-docker-4c-2g-14511 does not seem to be running inside a container 18:06:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@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 18:06:38 $ docker top f3822c60162edc4ddfc1040405e9f201561c54f6f6506c030f8851dce22b706b -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:38 + make test 18:06:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:06:40 745a02a5169b: Pull complete 18:06:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:06:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:06:40 ---> b7e6874047d6 18:06:40 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:06:43 ---> Running in b2a401adbcc4 18:06:43 Removing intermediate container b2a401adbcc4 18:06:43 ---> 2133e63c15b3 18:06:43 Step 4/7 : RUN apk add bash 18:06:43 ---> Running in eea0298116ac 18:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:06:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.035s coverage: 85.7% of statements 18:06:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements 18:06:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements 18:06:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements 18:06:46 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:06:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.6% of statements 18:06:47 OK: 142 MiB in 39 packages 18:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.018s coverage: 14.7% of statements 18:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.049s coverage: 100.0% of statements 18:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.031s coverage: 91.8% of statements 18:06:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:06:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:06:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements 18:06:48 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements 18:06:48 Removing intermediate container eea0298116ac 18:06:48 ---> a8add601c251 18:06:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:06:48 ---> Running in 330ec1b2deae 18:06:49 Removing intermediate container 330ec1b2deae 18:06:49 ---> cddcb8eeeec2 18:06:49 Step 6/7 : COPY go.mod . 18:06:49 ---> 9b66870dbd8f 18:06:49 Step 7/7 : RUN go mod download 18:06:49 ---> Running in af2bd5e13834 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 63.0% of statements 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.007s coverage: 26.3% of statements 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.036s coverage: 15.4% of statements 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements 18:06:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.031s coverage: 81.5% of statements 18:06:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:06:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.039s coverage: 29.6% of statements 18:06:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.014s coverage: 100.0% of statements 18:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.025s coverage: 94.4% of statements 18:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 18:06:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:06:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:06:52 gofmt -l . 18:06:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:06:52 $ docker stop --time=1 f3822c60162edc4ddfc1040405e9f201561c54f6f6506c030f8851dce22b706b 18:06:55 $ docker rm -f f3822c60162edc4ddfc1040405e9f201561c54f6f6506c030f8851dce22b706b [Pipeline] // withDockerContainer [Pipeline] sh 18:06:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:06:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:07:04 Removing intermediate container af2bd5e13834 18:07:04 ---> a60af22cf5f1 18:07:04 Successfully built a60af22cf5f1 18:07:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:07:05 + docker inspect -f . ci-base-image-arm64 18:07:05 . [Pipeline] withDockerContainer 18:07:05 prd-ubuntu18.04-docker-arm64-4c-16g-14510 does not seem to be running inside a container 18:07:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:07:07 $ docker top cf6649e7ae302cf704c8b4f93d3604407f3c455f843baf890aab331447f6f84b -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:08 + go version 18:07:08 go version go1.15.5 linux/arm64 [Pipeline] } 18:07:08 $ docker stop --time=1 cf6649e7ae302cf704c8b4f93d3604407f3c455f843baf890aab331447f6f84b 18:07:10 $ docker rm -f cf6649e7ae302cf704c8b4f93d3604407f3c455f843baf890aab331447f6f84b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:11 + docker inspect -f . ci-base-image-arm64 18:07:11 . [Pipeline] withDockerContainer 18:07:11 prd-ubuntu18.04-docker-arm64-4c-16g-14510 does not seem to be running inside a container 18:07:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:07:13 $ docker top fea30cac7321ed338dc42aa7146bfcffa723a9d3bb27342912d4e79f87f7c621 -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:14 + make test 18:07:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:07:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:07:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements 18:07:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements 18:07:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.060s coverage: 45.4% of statements 18:07:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.050s coverage: 77.8% of statements 18:07:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:07:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.6% of statements 18:07:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements 18:07:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.027s coverage: 100.0% of statements 18:07:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.069s coverage: 91.8% of statements 18:07:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:07:41 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:07:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.014s coverage: 100.0% of statements 18:07:42 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.043s coverage: 47.8% of statements 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.126s coverage: 63.0% of statements 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.057s coverage: 26.3% of statements 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.039s coverage: 15.4% of statements 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements 18:07:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.061s coverage: 81.5% of statements 18:07:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:07:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.034s coverage: 29.6% of statements 18:07:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.074s coverage: 100.0% of statements 18:07:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements 18:07:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 18:07:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:07:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:07:55 gofmt -l . 18:07:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:07:55 $ docker stop --time=1 fea30cac7321ed338dc42aa7146bfcffa723a9d3bb27342912d4e79f87f7c621 18:07:58 $ docker rm -f fea30cac7321ed338dc42aa7146bfcffa723a9d3bb27342912d4e79f87f7c621 [Pipeline] // withDockerContainer [Pipeline] sh 18:07:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:07:59 Warning: overwriting stash ‘coverage-report’ 18:08:00 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 18:08:01 provisioning config files... 18:08:01 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config94363297948334987tmp [Pipeline] { [Pipeline] sh 18:08:02 + set +x 18:08:02 + curl -s https://codecov.io/bash 18:08:02 + bash -s -- 18:08:02 18:08:02 _____ _ 18:08:02 / ____| | | 18:08:02 | | ___ __| | ___ ___ _____ __ 18:08:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:08:02 | |___| (_) | (_| | __/ (_| (_) \ V / 18:08:02 \_____\___/ \__,_|\___|\___\___/ \_/ 18:08:02 Bash-20201130-cc6d3fe 18:08:02 18:08:02 18:08:02 ==> Jenkins CI detected. 18:08:02 project root: . 18:08:02 --> token set from env 18:08:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:08:02 ==> Running gcov in . (disable via -X gcov) 18:08:02 ==> Python coveragepy not found 18:08:02 ==> Searching for coverage reports in: 18:08:02 + . 18:08:02 -> Found 1 reports 18:08:02 ==> Detecting git/mercurial file structure 18:08:02 ==> Reading reports 18:08:02 + ./coverage.out bytes=106871 18:08:02 ==> Appending adjustments 18:08:02 https://docs.codecov.io/docs/fixing-reports 18:08:03 + Found adjustments 18:08:03 ==> Gzipping contents 18:08:03 20K /tmp/codecov.fMzdnT.gz 18:08:03 ==> Uploading reports 18:08:03 url: https://codecov.io 18:08:03 query: branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:08:03 -> Pinging Codecov 18:08:03 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 18:08:04 -> Uploading to 18:08:04 https://storage.googleapis.com/codecov/v4/raw/2020-12-04/71470A77251A30514AAF9C0BB2E5B6CE/93bcc6a2201236c31d14acbf099dd3f279e68d4d/66d6039a-d536-4148-9475-a19cac15df7c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T180803Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7c539393ced964e3eec6b2c943655d7099d0d12c1e73443149987fa8b26ec3e 18:08:04 % Total % Received % Xferd Average Speed Time Time Time Current 18:08:04 Dload Upload Total Spent Left Speed 18:08:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17334 0 0 100 17334 0 43531 --:--:-- --:--:-- --:--:-- 43552 18:08:04 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] } 18:08:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:08:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:08:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:08:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:08:05 18:08:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:08:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:08:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:08:06 188c0c94c7c5: Pulling fs layer 18:08:06 0ef7d3d256c8: Pulling fs layer 18:08:06 de9db76c5a1d: Pulling fs layer 18:08:06 0eba1c9be4d2: Pulling fs layer 18:08:06 0d57e429df01: Pulling fs layer 18:08:06 4e4be7b47b0d: Pulling fs layer 18:08:06 e1f770b5df2f: Pulling fs layer 18:08:06 85a0685a4137: Pulling fs layer 18:08:06 0eba1c9be4d2: Waiting 18:08:06 0d57e429df01: Waiting 18:08:06 4e4be7b47b0d: Waiting 18:08:06 e1f770b5df2f: Waiting 18:08:06 85a0685a4137: Waiting 18:08:06 de9db76c5a1d: Verifying Checksum 18:08:06 de9db76c5a1d: Download complete 18:08:06 0ef7d3d256c8: Verifying Checksum 18:08:06 0ef7d3d256c8: Download complete 18:08:06 0d57e429df01: Verifying Checksum 18:08:06 0d57e429df01: Download complete 18:08:06 4e4be7b47b0d: Download complete 18:08:06 188c0c94c7c5: Verifying Checksum 18:08:06 188c0c94c7c5: Download complete 18:08:06 188c0c94c7c5: Pull complete 18:08:06 0ef7d3d256c8: Pull complete 18:08:06 de9db76c5a1d: Pull complete 18:08:07 e1f770b5df2f: Verifying Checksum 18:08:07 e1f770b5df2f: Download complete 18:08:09 0eba1c9be4d2: Verifying Checksum 18:08:09 0eba1c9be4d2: Download complete 18:08:09 85a0685a4137: Verifying Checksum 18:08:09 85a0685a4137: Download complete 18:08:15 0eba1c9be4d2: Pull complete 18:08:15 0d57e429df01: Pull complete 18:08:15 4e4be7b47b0d: Pull complete 18:08:17 e1f770b5df2f: Pull complete 18:08:25 85a0685a4137: Pull complete 18:08:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:08:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:08:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:08:25 prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container 18:08:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:08:26 $ docker top 4010c2cc394abd2e9ccdfef027e900eaa58abd380a00dbedad481ca96ef5f86c -eo pid,comm [Pipeline] { [Pipeline] echo 18:08:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:08:27 + set -o pipefail 18:08:27 + snyk monitor '--org=edgex-jenkins' 18:08:37 18:08:37 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... 18:08:37 18:08:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/2c7bfe5c-8ddd-4bd0-847a-3e26098a5b85 18:08:37 18:08:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:08:37 18:08:37 [Pipeline] } 18:08:37 $ docker stop --time=1 4010c2cc394abd2e9ccdfef027e900eaa58abd380a00dbedad481ca96ef5f86c 18:08:39 $ docker rm -f 4010c2cc394abd2e9ccdfef027e900eaa58abd380a00dbedad481ca96ef5f86c [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 18:08:41 + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] isUnix [Pipeline] sh 18:08:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:08:41 . [Pipeline] withDockerContainer 18:08:42 prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container 18:08:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:08:42 $ docker top c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:08:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:08:43 [ssh-agent] Looking for ssh-agent implementation... 18:08:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:08:43 $ docker exec c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 ssh-agent 18:08:43 SSH_AUTH_SOCK=/tmp/ssh-OIv1tK9gdRQq/agent.12 18:08:43 SSH_AGENT_PID=17 18:08:43 Running ssh-add (command line suppressed) 18:08:43 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9032615432722709590.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9032615432722709590.key) 18:08:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:08:44 + git semver tag 18:08:44 # -> Open(): unable to determine branch for HEAD 18:08:44 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:08:44 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:08:44 # $SEMVER_REMOTE_NAME = origin 18:08:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:08:44 # $SEMVER_USER_NAME = edgex-jenkins 18:08:44 # $SEMVER_BRANCH = master 18:08:44 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:08:44 # 93bcc6a2201236c31d14acbf099dd3f279e68d4d HEAD 18:08:44 # -> Force: false 18:08:44 # 1eab7c0947fb7b3e9bd609b0d5bb1f61d02c4808 refs/tags/v0.1.121 [Pipeline] } 18:08:44 $ docker exec --env ******** --env ******** c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 ssh-agent -k 18:08:44 unset SSH_AUTH_SOCK; 18:08:44 unset SSH_AGENT_PID; 18:08:44 echo Agent pid 17 killed; 18:08:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:08:44 + git semver [Pipeline] } 18:08:44 $ docker stop --time=1 c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 18:08:46 $ docker rm -f c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:08:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:08:46 18:08:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:08:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:08:47 0.23.1-centos7: Pulling from edgex-lftools 18:08:47 ab5ef0e58194: Pulling fs layer 18:08:47 9712f1f96733: Pulling fs layer 18:08:47 63f879dbbcfc: Pulling fs layer 18:08:47 0d9ebad4ef96: Pulling fs layer 18:08:47 e9a5061849ea: Pulling fs layer 18:08:47 d747dcd14b5f: Pulling fs layer 18:08:47 2de7ff778b66: Pulling fs layer 18:08:47 e9a5061849ea: Waiting 18:08:47 d747dcd14b5f: Waiting 18:08:47 2de7ff778b66: Waiting 18:08:47 0d9ebad4ef96: Waiting 18:08:47 9712f1f96733: Verifying Checksum 18:08:47 9712f1f96733: Download complete 18:08:48 63f879dbbcfc: Verifying Checksum 18:08:48 63f879dbbcfc: Download complete 18:08:48 e9a5061849ea: Verifying Checksum 18:08:48 e9a5061849ea: Download complete 18:08:49 d747dcd14b5f: Verifying Checksum 18:08:49 d747dcd14b5f: Download complete 18:08:49 2de7ff778b66: Verifying Checksum 18:08:49 2de7ff778b66: Download complete 18:08:49 0d9ebad4ef96: Verifying Checksum 18:08:49 0d9ebad4ef96: Download complete 18:08:49 ab5ef0e58194: Verifying Checksum 18:08:49 ab5ef0e58194: Download complete 18:08:54 ab5ef0e58194: Pull complete 18:08:54 9712f1f96733: Pull complete 18:08:56 63f879dbbcfc: Pull complete 18:09:03 0d9ebad4ef96: Pull complete 18:09:03 e9a5061849ea: Pull complete 18:09:03 d747dcd14b5f: Pull complete 18:09:07 2de7ff778b66: Pull complete 18:09:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:09:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:09:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:09:07 prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container 18:09:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:09:11 $ docker top 42a3365cf0fee044ccea714c4b24a784ebe65793b0fc53c880dba4867dcd0332 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:09:11 provisioning config files... 18:09:11 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4633543590428607309tmp 18:09:11 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7233291029798329724tmp 18:09:11 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7298657575373849242tmp [Pipeline] { [Pipeline] echo 18:09:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:09:11 ---> sigul-configuration.sh 18:09:11 gpg: directory `/root/.gnupg' created 18:09:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:09:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:09:11 gpg: keyring `/root/.gnupg/secring.gpg' created 18:09:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:09:11 gpg: CAST5 encrypted data 18:09:12 gpg: encrypted with 1 passphrase 18:09:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:09:12 + mkdir /home/jenkins 18:09:12 + mkdir /home/jenkins/sigul [Pipeline] sh 18:09:12 + 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 18:09:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:09:13 ---> sigul-install.sh 18:09:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:09:19 + git tag --list 18:09:19 v0.0.0 18:09:19 v0.0.1 18:09:19 v0.1.0 18:09:19 v0.1.1 18:09:19 v0.1.10 18:09:19 v0.1.100 18:09:19 v0.1.101 18:09:19 v0.1.102 18:09:19 v0.1.103 18:09:19 v0.1.104 18:09:19 v0.1.105 18:09:19 v0.1.106 18:09:19 v0.1.107 18:09:19 v0.1.108 18:09:19 v0.1.109 18:09:19 v0.1.11 18:09:19 v0.1.110 18:09:19 v0.1.111 18:09:19 v0.1.112 18:09:19 v0.1.113 18:09:19 v0.1.114 18:09:19 v0.1.115 18:09:19 v0.1.116 18:09:19 v0.1.117 18:09:19 v0.1.118 18:09:19 v0.1.119 18:09:19 v0.1.12 18:09:19 v0.1.120 18:09:19 v0.1.121 18:09:19 v0.1.13 18:09:19 v0.1.14 18:09:19 v0.1.15 18:09:19 v0.1.16 18:09:19 v0.1.17 18:09:19 v0.1.18 18:09:19 v0.1.19 18:09:19 v0.1.2 18:09:19 v0.1.20 18:09:19 v0.1.21 18:09:19 v0.1.22 18:09:19 v0.1.23 18:09:19 v0.1.24 18:09:19 v0.1.25 18:09:19 v0.1.26 18:09:19 v0.1.27 18:09:19 v0.1.28 18:09:19 v0.1.29 18:09:19 v0.1.3 18:09:19 v0.1.30 18:09:19 v0.1.31 18:09:19 v0.1.32 18:09:19 v0.1.33 18:09:19 v0.1.34 18:09:19 v0.1.35 18:09:19 v0.1.36 18:09:19 v0.1.37 18:09:19 v0.1.38 18:09:19 v0.1.39 18:09:19 v0.1.4 18:09:19 v0.1.40 18:09:19 v0.1.41 18:09:19 v0.1.42 18:09:19 v0.1.43 18:09:19 v0.1.44 18:09:19 v0.1.45 18:09:19 v0.1.46 18:09:19 v0.1.47 18:09:19 v0.1.48 18:09:19 v0.1.49 18:09:19 v0.1.5 18:09:19 v0.1.50 18:09:19 v0.1.51 18:09:19 v0.1.52 18:09:19 v0.1.53 18:09:19 v0.1.54 18:09:19 v0.1.55 18:09:19 v0.1.56 18:09:19 v0.1.57 18:09:19 v0.1.58 18:09:19 v0.1.59 18:09:19 v0.1.6 18:09:19 v0.1.60 18:09:19 v0.1.61 18:09:19 v0.1.62 18:09:19 v0.1.63 18:09:19 v0.1.64 18:09:19 v0.1.65 18:09:19 v0.1.66 18:09:19 v0.1.67 18:09:19 v0.1.68 18:09:19 v0.1.69 18:09:19 v0.1.7 18:09:19 v0.1.70 18:09:19 v0.1.71 18:09:19 v0.1.72 18:09:19 v0.1.73 18:09:19 v0.1.74 18:09:19 v0.1.75 18:09:19 v0.1.76 18:09:19 v0.1.77 18:09:19 v0.1.78 18:09:19 v0.1.79 18:09:19 v0.1.8 18:09:19 v0.1.80 18:09:19 v0.1.81 18:09:19 v0.1.82 18:09:19 v0.1.83 18:09:19 v0.1.84 18:09:19 v0.1.85 18:09:19 v0.1.86 18:09:19 v0.1.87 18:09:19 v0.1.88 18:09:19 v0.1.89 18:09:19 v0.1.9 18:09:19 v0.1.90 18:09:19 v0.1.91 18:09:19 v0.1.92 18:09:19 v0.1.93 18:09:19 v0.1.94 18:09:19 v0.1.95 18:09:19 v0.1.96 18:09:19 v0.1.97 18:09:19 v0.1.98 18:09:19 v0.1.99 [Pipeline] sh 18:09:20 + lftools sign git-tag v0.1.121 18:09:21 Signing Git tag with Sigul... 18:09:21 Signing v0.1.121 [Pipeline] echo 18:09:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:09:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:09:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:09:23 $ docker stop --time=1 42a3365cf0fee044ccea714c4b24a784ebe65793b0fc53c880dba4867dcd0332 18:09:25 $ docker rm -f 42a3365cf0fee044ccea714c4b24a784ebe65793b0fc53c880dba4867dcd0332 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:09:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:26 . [Pipeline] withDockerContainer 18:09:26 prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container 18:09:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:09:27 $ docker top 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:09:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:09:27 [ssh-agent] Looking for ssh-agent implementation... 18:09:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:09:27 $ docker exec 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 ssh-agent 18:09:27 SSH_AUTH_SOCK=/tmp/ssh-rCpJ4fBanf5s/agent.11 18:09:27 SSH_AGENT_PID=16 18:09:27 Running ssh-add (command line suppressed) 18:09:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1192395092097203143.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1192395092097203143.key) 18:09:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:09:28 + git semver bump patch 18:09:28 # -> Open(): unable to determine branch for HEAD 18:09:28 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:09:28 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:09:28 # $SEMVER_REMOTE_NAME = origin 18:09:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:09:28 # $SEMVER_USER_NAME = edgex-jenkins 18:09:28 # $SEMVER_BRANCH = master 18:09:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 18:09:28 0.1.122 [Pipeline] } 18:09:28 $ docker exec --env ******** --env ******** 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 ssh-agent -k 18:09:28 unset SSH_AUTH_SOCK; 18:09:28 unset SSH_AGENT_PID; 18:09:28 echo Agent pid 16 killed; 18:09:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:09:29 + git semver [Pipeline] } 18:09:29 $ docker stop --time=1 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 18:09:30 $ docker rm -f 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:09:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:31 . [Pipeline] withDockerContainer 18:09:31 prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container 18:09:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:09:32 $ docker top d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:09:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:09:32 [ssh-agent] Looking for ssh-agent implementation... 18:09:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:09:32 $ docker exec d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 ssh-agent 18:09:32 SSH_AUTH_SOCK=/tmp/ssh-znKX7sparkqG/agent.11 18:09:32 SSH_AGENT_PID=16 18:09:32 Running ssh-add (command line suppressed) 18:09:33 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5354084270246125315.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5354084270246125315.key) 18:09:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:09:33 + git semver push 18:09:33 # -> Open(): unable to determine branch for HEAD 18:09:33 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 18:09:33 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 18:09:33 # $SEMVER_REMOTE_NAME = origin 18:09:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:09:33 # $SEMVER_USER_NAME = edgex-jenkins 18:09:33 # $SEMVER_BRANCH = master 18:09:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 18:09:40 $ docker exec --env ******** --env ******** d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 ssh-agent -k 18:09:40 unset SSH_AUTH_SOCK; 18:09:40 unset SSH_AGENT_PID; 18:09:40 echo Agent pid 16 killed; 18:09:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:09:40 + git semver [Pipeline] } 18:09:40 $ docker stop --time=1 d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 18:09:42 $ docker rm -f d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 [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 18:09:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:09:44 ---> package-listing.sh 18:09:44 ++ facter osfamily 18:09:44 ++ tr '[:upper:]' '[:lower:]' 18:09:44 + OS_FAMILY=redhat 18:09:44 + workspace=/w/workspace/dry_go-mod-core-contracts_master 18:09:44 + START_PACKAGES=/tmp/packages_start.txt 18:09:44 + END_PACKAGES=/tmp/packages_end.txt 18:09:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:09:44 + PACKAGES=/tmp/packages_start.txt 18:09:44 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:09:44 + PACKAGES=/tmp/packages_end.txt 18:09:44 + case "${OS_FAMILY}" in 18:09:44 + rpm -qa 18:09:44 + sort 18:09:49 + '[' -f /tmp/packages_start.txt ']' 18:09:49 + '[' -f /tmp/packages_end.txt ']' 18:09:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:09:49 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 18:09:49 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 18:09:49 + 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 18:09:49 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 18:09:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:09:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:09:50 18:09:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:09:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:09:50 alpine: Pulling from edgex-lftools-log-publisher 18:09:50 df20fa9351a1: Pulling fs layer 18:09:50 36b3adc4ff6f: Pulling fs layer 18:09:50 8ad3a11d3b57: Pulling fs layer 18:09:50 46f8f816bc3b: Pulling fs layer 18:09:50 93b61091891f: Pulling fs layer 18:09:50 93b9cdb0e59b: Pulling fs layer 18:09:50 5e14af77c1be: Pulling fs layer 18:09:50 01666e4c0597: Pulling fs layer 18:09:50 aa168da1d23b: Pulling fs layer 18:09:50 93b9cdb0e59b: Waiting 18:09:50 01666e4c0597: Waiting 18:09:50 5e14af77c1be: Waiting 18:09:50 aa168da1d23b: Waiting 18:09:50 46f8f816bc3b: Waiting 18:09:50 93b61091891f: Waiting 18:09:50 36b3adc4ff6f: Verifying Checksum 18:09:50 36b3adc4ff6f: Download complete 18:09:50 46f8f816bc3b: Verifying Checksum 18:09:50 46f8f816bc3b: Download complete 18:09:50 df20fa9351a1: Verifying Checksum 18:09:50 df20fa9351a1: Download complete 18:09:50 93b9cdb0e59b: Verifying Checksum 18:09:50 93b9cdb0e59b: Download complete 18:09:51 5e14af77c1be: Verifying Checksum 18:09:51 5e14af77c1be: Download complete 18:09:51 93b61091891f: Download complete 18:09:51 01666e4c0597: Download complete 18:09:51 8ad3a11d3b57: Verifying Checksum 18:09:51 8ad3a11d3b57: Download complete 18:09:51 df20fa9351a1: Pull complete 18:09:51 36b3adc4ff6f: Pull complete 18:09:52 8ad3a11d3b57: Pull complete 18:09:52 46f8f816bc3b: Pull complete 18:09:53 aa168da1d23b: Verifying Checksum 18:09:53 aa168da1d23b: Download complete 18:09:53 93b61091891f: Pull complete 18:09:54 93b9cdb0e59b: Pull complete 18:09:54 5e14af77c1be: Pull complete 18:09:54 01666e4c0597: Pull complete 18:10:02 aa168da1d23b: Pull complete 18:10:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:10:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:10:02 prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container 18:10:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:10:05 $ docker top c304b145ad3f1a2be1d95a9829175d9cc66415d2977a4407d6e19af58da5cbfc -eo pid,comm [Pipeline] { [Pipeline] sh 18:10:05 + touch /tmp/pre-build-complete [Pipeline] sh 18:10:06 + mkdir -p /var/log/sa [Pipeline] sh 18:10:06 + ls /var/log/sa-host 18:10:06 + sadf -c /var/log/sa-host/sa04 18:10:06 file_magic: OK 18:10:06 HZ: Using current value: 100 18:10:06 file_header: OK 18:10:06 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 18:10:06 Statistics: 18:10:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:10:06 File successfully converted to sysstat format version 12.2.1 18:10:06 + sadf -c /var/log/sa-host/sa23 18:10:06 file_magic: OK 18:10:06 HZ: Using current value: 100 18:10:06 file_header: OK 18:10:06 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 18:10:06 Statistics: 18:10:06 Hnuu...uuuununununu... 18:10:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:10:06 provisioning config files... 18:10:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8869088866488272347tmp [Pipeline] { [Pipeline] echo 18:10:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:10:07 ---> create-netrc.sh [Pipeline] } 18:10:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:10:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:10:07 ---> python-tools-install.sh [Pipeline] echo 18:10:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:10:07 ---> sudo-logs.sh 18:10:07 Archiving 'sudo' log.. [Pipeline] echo 18:10:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:10:08 ---> job-cost.sh 18:10:08 lf-activate-venv: SKIPPING 18:10:08 INFO: No Stack... 18:10:08 INFO: Retrieving Pricing Info for: v1-standard-2 18:10:09 INFO: Archiving Costs [Pipeline] echo 18:10:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:10:09 ---> logs-deploy.sh 18:10:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/89 18:10:09 INFO: archiving workspace using pattern(s): 18:10:11 Archives upload complete. 18:10:11 INFO: archiving logs to Nexus 18:10:12 ---> uname -a: 18:10:12 Linux prd-centos7-docker-4c-2g-14508.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:10:12 18:10:12 18:10:12 ---> lscpu: 18:10:12 Architecture: x86_64 18:10:12 CPU op-mode(s): 32-bit, 64-bit 18:10:12 Byte Order: Little Endian 18:10:12 Address sizes: 40 bits physical, 48 bits virtual 18:10:12 CPU(s): 4 18:10:12 On-line CPU(s) list: 0-3 18:10:12 Thread(s) per core: 1 18:10:12 Core(s) per socket: 1 18:10:12 Socket(s): 4 18:10:12 NUMA node(s): 1 18:10:12 Vendor ID: GenuineIntel 18:10:12 CPU family: 6 18:10:12 Model: 44 18:10:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:10:12 Stepping: 1 18:10:12 CPU MHz: 2933.442 18:10:12 BogoMIPS: 5866.88 18:10:12 Virtualization: VT-x 18:10:12 Hypervisor vendor: KVM 18:10:12 Virtualization type: full 18:10:12 L1d cache: 128 KiB 18:10:12 L1i cache: 128 KiB 18:10:12 L2 cache: 16 MiB 18:10:12 L3 cache: 64 MiB 18:10:12 NUMA node0 CPU(s): 0-3 18:10:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:10:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:10:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:10:12 Vulnerability Meltdown: Mitigation; PTI 18:10:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:10:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:10:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:10:12 Vulnerability Srbds: Not affected 18:10:12 Vulnerability Tsx async abort: Not affected 18:10:12 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 18:10:12 18:10:12 18:10:12 ---> nproc: 18:10:12 4 18:10:12 18:10:12 18:10:12 ---> df -h: 18:10:12 Filesystem Size Used Available Use% Mounted on 18:10:12 overlay 50.0G 8.5G 41.4G 17% / 18:10:12 tmpfs 64.0M 0 64.0M 0% /dev 18:10:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:10:12 shm 64.0M 0 64.0M 0% /dev/shm 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp 18:10:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:10:12 18:10:12 18:10:12 ---> free -m: 18:10:12 total used free shared buff/cache available 18:10:12 Mem: 1837 802 148 0 885 971 18:10:12 Swap: 1023 3 1020 18:10:12 18:10:12 18:10:12 ---> ip addr: 18:10:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:10:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:10:12 inet 127.0.0.1/8 scope host lo 18:10:12 valid_lft forever preferred_lft forever 18:10:12 inet6 ::1/128 scope host 18:10:12 valid_lft forever preferred_lft forever 18:10:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:10:12 link/ether fa:16:3e:4b:79:c3 brd ff:ff:ff:ff:ff:ff 18:10:12 inet 10.30.122.53/23 brd 10.30.123.255 scope global dynamic eth0 18:10:12 valid_lft 85968sec preferred_lft 85968sec 18:10:12 inet6 fe80::f816:3eff:fe4b:79c3/64 scope link 18:10:12 valid_lft forever preferred_lft forever 18:10:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:10:12 link/ether 02:42:6f:aa:59:dc brd ff:ff:ff:ff:ff:ff 18:10:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:10:12 valid_lft forever preferred_lft forever 18:10:12 inet6 fe80::42:6fff:feaa:59dc/64 scope link 18:10:12 valid_lft forever preferred_lft forever 18:10:12 18:10:12 18:10:12 ---> sar -b -r -n DEV: 18:10:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) 18:10:12 18:10:12 18:02:49 LINUX RESTART (4 CPU) 18:10:12 18:10:12 18:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:10:12 18:05:01 2.31 0.00 2.31 0.00 0.00 55.01 0.00 18:10:12 18:06:01 0.38 0.00 0.38 0.00 0.00 5.38 0.00 18:10:12 18:07:01 0.27 0.00 0.27 0.00 0.00 2.93 0.00 18:10:12 18:08:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 18:10:12 18:09:02 353.18 180.53 172.65 0.00 9053.06 57487.41 0.00 18:10:12 18:10:01 219.74 108.42 111.32 0.00 7550.61 27276.12 0.00 18:10:12 Average: 96.21 48.26 47.94 0.00 2767.24 14189.39 0.00 18:10:12 18:10:12 18:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:10:12 18:05:01 151024 0 557596 29.64 2620 1170304 1085268 37.04 383804 1145740 20 18:10:12 18:06:01 152572 0 556096 29.56 2620 1170256 1058768 36.13 379236 1149000 8 18:10:12 18:07:01 151520 0 557144 29.61 2620 1170260 1058672 36.13 390356 1139192 8 18:10:12 18:08:01 152560 0 556104 29.56 2620 1170260 1058540 36.13 388300 1140512 8 18:10:12 18:09:02 134912 0 792176 42.10 2188 952268 1494696 51.01 584172 835588 76584 18:10:12 18:10:01 209172 0 796028 42.31 1212 875132 1280664 43.71 547392 762532 54032 18:10:12 Average: 158627 0 635857 33.79 2313 1084747 1172768 40.02 445543 1028761 21777 18:10:12 18:10:12 18:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:10:12 18:05:01 eth0 0.85 0.47 0.28 0.22 0.00 0.00 0.00 0.00 18:10:12 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:06:01 eth0 1.35 0.25 0.36 0.16 0.00 0.00 0.00 0.00 18:10:12 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:07:01 eth0 0.52 0.30 0.27 0.23 0.00 0.00 0.00 0.00 18:10:12 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:08:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:10:12 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:09:02 eth0 838.97 716.19 7330.08 65.42 0.00 0.00 0.00 0.00 18:10:12 18:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:09:02 docker0 17.30 17.89 1.33 120.57 0.00 0.00 0.00 0.00 18:10:12 18:10:01 eth0 330.68 261.20 2453.93 98.02 0.00 0.00 0.00 0.00 18:10:12 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 18:10:01 docker0 33.24 41.68 2.27 189.53 0.00 0.00 0.00 0.00 18:10:12 Average: eth0 196.33 163.91 1639.89 27.24 0.00 0.00 0.00 0.00 18:10:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:10:12 Average: docker0 8.38 9.86 0.60 51.46 0.00 0.00 0.00 0.00 18:10:12 18:10:12 18:10:12 ---> sar -P ALL: 18:10:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) 18:10:12 18:10:12 18:02:49 LINUX RESTART (4 CPU) 18:10:12 18:10:12 18:04:01 CPU %user %nice %system %iowait %steal %idle 18:10:12 18:05:01 all 0.18 0.00 0.07 0.00 0.00 99.75 18:10:12 18:05:01 0 0.08 0.00 0.05 0.00 0.00 99.87 18:10:12 18:05:01 1 0.45 0.00 0.10 0.00 0.00 99.45 18:10:12 18:05:01 2 0.12 0.00 0.08 0.00 0.00 99.80 18:10:12 18:05:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:10:12 18:06:01 all 0.19 0.00 0.06 0.00 0.00 99.75 18:10:12 18:06:01 0 0.12 0.00 0.03 0.00 0.00 99.85 18:10:12 18:06:01 1 0.55 0.00 0.12 0.00 0.00 99.33 18:10:12 18:06:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:10:12 18:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 18:10:12 18:07:01 all 0.06 0.00 0.05 0.00 0.00 99.89 18:10:12 18:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:10:12 18:07:01 1 0.17 0.00 0.10 0.00 0.00 99.73 18:10:12 18:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:10:12 18:07:01 3 0.02 0.00 0.05 0.00 0.00 99.93 18:10:12 18:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:10:12 18:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:10:12 18:08:01 1 0.50 0.00 0.03 0.00 0.00 99.47 18:10:12 18:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:10:12 18:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:10:12 18:09:02 all 15.90 0.00 12.01 3.47 0.06 68.56 18:10:12 18:09:02 0 14.64 0.00 13.33 3.92 0.07 68.04 18:10:12 18:09:02 1 16.68 0.00 10.95 1.81 0.05 70.52 18:10:12 18:09:02 2 15.82 0.00 12.33 5.02 0.07 66.76 18:10:12 18:09:02 3 16.45 0.00 11.45 3.13 0.03 68.94 18:10:12 18:10:01 all 10.51 0.00 8.14 3.76 0.04 77.56 18:10:12 18:10:01 0 9.26 0.00 9.19 4.34 0.02 77.20 18:10:12 18:10:01 1 8.88 0.00 7.40 3.64 0.03 80.05 18:10:12 18:10:01 2 10.51 0.00 7.38 5.21 0.07 76.83 18:10:12 18:10:01 3 13.38 0.00 8.59 1.84 0.03 76.16 18:10:12 Average: all 4.41 0.00 3.33 1.18 0.02 91.07 18:10:12 Average: 0 3.93 0.00 3.69 1.34 0.01 91.02 18:10:12 Average: 1 4.47 0.00 3.06 0.89 0.01 91.57 18:10:12 Average: 2 4.35 0.00 3.26 1.67 0.02 90.70 18:10:12 Average: 3 4.89 0.00 3.30 0.81 0.01 90.99 18:10:12 18:10:12 18:10:12