Pull request #271 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from e41c41f925ee804344b3ac15cd9e17d57aac9674+526dc5f10a42b0a0548c6493116ed2250912fbb9 (3265733b1bc58cfb381226779d45f3427c9b9e80) 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-804 in /w/workspace/dry_go-mod-core-contracts_PR-271 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-271 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # 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/pull/271/head:refs/remotes/origin/PR-271 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 526dc5f10a42b0a0548c6493116ed2250912fbb9 into PR head commit e41c41f925ee804344b3ac15cd9e17d57aac9674 Merge succeeded, producing e41c41f925ee804344b3ac15cd9e17d57aac9674 Checking out Revision e41c41f925ee804344b3ac15cd9e17d57aac9674 (PR-271) > git config core.sparsecheckout # timeout=10 > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # timeout=10 Commit message: "Merge branch 'tags' of https://github.com/lenny-intel/go-mod-core-contracts into tags" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:10:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:10:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk ad6bb672a158df7dfc695df618da99a0e2ddc9c3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:10:06 ========================================================= 18:10:06 EdgeX Global Pipelines Version Info 18:10:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:10:07 ------------------- 18:10:07 stable info: 18:10:07 ------------------- 18:10:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:10:07 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 18:10:07 Message: update stable to v1.0.114 18:10:08 ------------------- 18:10:08 experimental info: 18:10:08 ------------------- 18:10:08 Commited By: **** collab-it+edgex@linuxfoundation.org 18:10:08 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 18:10:08 Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:10:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:10:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:10:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-271 [Pipeline] echo 18:10:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-271 [Pipeline] echo 18:10:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-271 [Pipeline] echo 18:10:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] echo 18:10:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e41c41f [Pipeline] echo 18:10:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:10:12 + git log --format=format:%s -1 e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] echo 18:10:12 GIT_COMMIT: e41c41f925ee804344b3ac15cd9e17d57aac9674, Commit Message: Merge branch 'tags' of https://github.com/lenny-intel/go-mod-core-contracts into tags [Pipeline] echo 18:10:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:10:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:10:14 18:10:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:10:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:10:14 latest: Pulling from edgex-devops/git-semver 18:10:14 31603596830f: Pulling fs layer 18:10:14 2a8b12db71e7: Pulling fs layer 18:10:14 6ca5941a6612: Pulling fs layer 18:10:14 ecc8261a40a4: Pulling fs layer 18:10:14 ecc8261a40a4: Waiting 18:10:14 2a8b12db71e7: Verifying Checksum 18:10:14 2a8b12db71e7: Download complete 18:10:14 31603596830f: Verifying Checksum 18:10:14 31603596830f: Download complete 18:10:14 ecc8261a40a4: Verifying Checksum 18:10:14 ecc8261a40a4: Download complete 18:10:14 6ca5941a6612: Verifying Checksum 18:10:14 6ca5941a6612: Download complete 18:10:15 31603596830f: Pull complete 18:10:15 2a8b12db71e7: Pull complete 18:10:16 6ca5941a6612: Pull complete 18:10:16 ecc8261a40a4: Pull complete 18:10:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:10:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:10:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:10:16 prd-centos7-docker-4c-2g-804 does not seem to be running inside a container 18:10:16 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-271 -v /w/workspace/dry_go-mod-core-contracts_PR-271:/w/workspace/dry_go-mod-core-contracts_PR-271:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-271@tmp:/w/workspace/dry_go-mod-core-contracts_PR-271@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 18:10:18 $ docker top 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:10:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:10:18 [ssh-agent] Looking for ssh-agent implementation... 18:10:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:10:19 $ docker exec 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent 18:10:19 SSH_AUTH_SOCK=/tmp/ssh-oANXFIfMpvmZ/agent.11 18:10:19 SSH_AGENT_PID=16 18:10:19 Running ssh-add (command line suppressed) 18:10:19 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_2318498061636436742.key (/w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_2318498061636436742.key) 18:10:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:10:19 + git describe --exact-match --tags HEAD 18:10:19 fatal: No names found, cannot describe anything. [Pipeline] } 18:10:19 $ docker exec --env ******** --env ******** 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent -k 18:10:20 unset SSH_AUTH_SOCK; 18:10:20 unset SSH_AGENT_PID; 18:10:20 echo Agent pid 16 killed; 18:10:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:10:20 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:10:20 This usually means this commit has not been tagged. [Pipeline] sshagent 18:10:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:10:20 [ssh-agent] Looking for ssh-agent implementation... 18:10:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:10:20 $ docker exec 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent 18:10:20 SSH_AUTH_SOCK=/tmp/ssh-VazkDFH6oIJn/agent.45 18:10:20 SSH_AGENT_PID=50 18:10:20 Running ssh-add (command line suppressed) 18:10:20 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_1886069569159829310.key (/w/workspace/dry_go-mod-core-contracts_PR-271@tmp/private_key_1886069569159829310.key) 18:10:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:10:21 + git semver init 18:10:21 # -> Open(): unable to determine branch for HEAD 18:10:21 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-271/.git 18:10:21 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-271 18:10:21 # $SEMVER_REMOTE_NAME = origin 18:10:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:10:21 # $SEMVER_USER_NAME = edgex-jenkins 18:10:21 # $SEMVER_BRANCH = PR-271 18:10:21 # $SEMVER_TEMP = /tmp/semver-846250181 18:10:21 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:10:21 # '/tmp/semver-846250181' -> '/w/workspace/dry_go-mod-core-contracts_PR-271/.semver' 18:10:21 # -> Force: false 18:10:21 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-271/.semver [Pipeline] } 18:10:21 $ docker exec --env ******** --env ******** 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b ssh-agent -k 18:10:21 unset SSH_AUTH_SOCK; 18:10:21 unset SSH_AGENT_PID; 18:10:21 echo Agent pid 50 killed; 18:10:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:10:22 + git semver [Pipeline] } 18:10:22 $ docker stop --time=1 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b 18:10:24 $ docker rm -f 3ddaf1f3d3e38b473f4555ee84cc46f10daee16207bd8feab0aeaa123eba1c5b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:10:24 Stashed 89 file(s) [Pipeline] echo 18:10:24 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:10:25 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:10:40 Still waiting to schedule task 18:10:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:10:40 Still waiting to schedule task 18:10:40 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-802’ 18:12:35 Running on prd-centos7-docker-4c-2g-805 in /w/workspace/dry_go-mod-core-contracts_PR-271 [Pipeline] { [Pipeline] ws 18:12:35 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 18:12:41 using credential edgex-jenkins-ssh 18:12:41 Cloning the remote Git repository 18:12:41 Cloning with configured refspecs honoured and without tags 18:12:41 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:12:42 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 18:12:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:12:42 > git --version # timeout=10 18:12:42 > git --version # 'git version 2.16.5' 18:12:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:12:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:12:43 > git config --add remote.origin.fetch +refs/pull/271/head:refs/remotes/origin/PR-271 # timeout=10 18:12:43 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:12:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:12:43 Fetching without tags 18:12:44 Merging remotes/origin/master commit 526dc5f10a42b0a0548c6493116ed2250912fbb9 into PR head commit e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:12:45 Failed in branch amd64 18:12:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:12:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:12:44 > git config core.sparsecheckout # timeout=10 18:12:44 > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # timeout=10 18:14:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-807 in /w/workspace/dry_go-mod-core-contracts_PR-271 [Pipeline] { [Pipeline] ws 18:14:26 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 18:14:31 using credential edgex-jenkins-ssh 18:14:31 Cloning the remote Git repository 18:14:31 Cloning with configured refspecs honoured and without tags 18:14:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:14:31 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 18:14:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:14:31 > git --version # timeout=10 18:14:31 > git --version # 'git version 2.17.1' 18:14:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:14:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:14:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:14:32 > git config --add remote.origin.fetch +refs/pull/271/head:refs/remotes/origin/PR-271 # timeout=10 18:14:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:14:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:14:32 Fetching without tags 18:14:33 Merging remotes/origin/master commit 526dc5f10a42b0a0548c6493116ed2250912fbb9 into PR head commit e41c41f925ee804344b3ac15cd9e17d57aac9674 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:14:33 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } 18:14:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:14:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:14:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/271/head:refs/remotes/origin/PR-271 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:14:33 > git config core.sparsecheckout # timeout=10 18:14:33 > git checkout -f e41c41f925ee804344b3ac15cd9e17d57aac9674 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:14:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:14:36 ---> package-listing.sh 18:14:36 ++ facter osfamily 18:14:36 ++ tr '[:upper:]' '[:lower:]' 18:14:36 + OS_FAMILY=redhat 18:14:36 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-271 18:14:36 + START_PACKAGES=/tmp/packages_start.txt 18:14:36 + END_PACKAGES=/tmp/packages_end.txt 18:14:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:14:36 + PACKAGES=/tmp/packages_start.txt 18:14:36 + '[' /w/workspace/dry_go-mod-core-contracts_PR-271 ']' 18:14:36 + PACKAGES=/tmp/packages_end.txt 18:14:36 + case "${OS_FAMILY}" in 18:14:36 + rpm -qa 18:14:36 + sort 18:14:40 + '[' -f /tmp/packages_start.txt ']' 18:14:40 + '[' -f /tmp/packages_end.txt ']' 18:14:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:14:40 + '[' /w/workspace/dry_go-mod-core-contracts_PR-271 ']' 18:14:40 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-271/archives/ 18:14:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-271/archives/ [Pipeline] isUnix [Pipeline] sh 18:14:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:41 18:14:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:14:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:41 alpine: Pulling from edgex-lftools-log-publisher 18:14:41 c9b1b535fdd9: Pulling fs layer 18:14:41 2cc5ad85d9ab: Pulling fs layer 18:14:41 756a868c4378: Pulling fs layer 18:14:41 444b2fc9a129: Pulling fs layer 18:14:41 ea15f1150254: Pulling fs layer 18:14:41 41b27a9f41bf: Pulling fs layer 18:14:41 28c525ee5125: Pulling fs layer 18:14:41 094b1ea09ed8: Pulling fs layer 18:14:41 138eaada9080: Pulling fs layer 18:14:41 0622d0fa9048: Pulling fs layer 18:14:41 41b27a9f41bf: Waiting 18:14:41 28c525ee5125: Waiting 18:14:41 094b1ea09ed8: Waiting 18:14:41 0622d0fa9048: Waiting 18:14:41 138eaada9080: Waiting 18:14:41 444b2fc9a129: Waiting 18:14:41 ea15f1150254: Waiting 18:14:41 2cc5ad85d9ab: Verifying Checksum 18:14:41 2cc5ad85d9ab: Download complete 18:14:41 444b2fc9a129: Verifying Checksum 18:14:41 444b2fc9a129: Download complete 18:14:41 c9b1b535fdd9: Verifying Checksum 18:14:41 c9b1b535fdd9: Download complete 18:14:41 ea15f1150254: Verifying Checksum 18:14:41 ea15f1150254: Download complete 18:14:41 28c525ee5125: Verifying Checksum 18:14:41 28c525ee5125: Download complete 18:14:42 756a868c4378: Verifying Checksum 18:14:42 756a868c4378: Download complete 18:14:42 138eaada9080: Verifying Checksum 18:14:42 138eaada9080: Download complete 18:14:42 c9b1b535fdd9: Pull complete 18:14:42 0622d0fa9048: Verifying Checksum 18:14:42 0622d0fa9048: Download complete 18:14:42 094b1ea09ed8: Verifying Checksum 18:14:42 094b1ea09ed8: Download complete 18:14:43 2cc5ad85d9ab: Pull complete 18:14:43 41b27a9f41bf: Verifying Checksum 18:14:43 41b27a9f41bf: Download complete 18:14:44 756a868c4378: Pull complete 18:14:44 444b2fc9a129: Pull complete 18:14:44 ea15f1150254: Pull complete 18:14:49 41b27a9f41bf: Pull complete 18:14:49 28c525ee5125: Pull complete 18:14:52 094b1ea09ed8: Pull complete 18:14:52 138eaada9080: Pull complete 18:14:52 0622d0fa9048: Pull complete 18:14:52 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:14:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:14:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:14:53 prd-centos7-docker-4c-2g-804 does not seem to be running inside a container 18:14:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dry_go-mod-core-contracts_PR-271 -v /w/workspace/dry_go-mod-core-contracts_PR-271:/w/workspace/dry_go-mod-core-contracts_PR-271:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-271@tmp:/w/workspace/dry_go-mod-core-contracts_PR-271@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:14:55 $ docker top e8fd2349453d659976ff11bef4af51a2858dfe425cf6ca77378b6a9e9877cf25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:14:55 provisioning config files... 18:14:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-271@tmp/config8541510478572373564tmp [Pipeline] { [Pipeline] echo 18:14:56 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:14:56 ---> create-netrc.sh [Pipeline] echo 18:14:56 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:14:56 ---> logs-deploy.sh 18:14:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-271/3 18:14:56 INFO: archiving workspace using pattern(s): 18:14:58 Archives upload complete. 18:14:58 INFO: archiving logs to Nexus 18:14:58 ---> uname -a: 18:14:58 Linux e8fd2349453d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:14:58 18:14:58 18:14:58 ---> lscpu: 18:14:58 Architecture: x86_64 18:14:58 CPU op-mode(s): 32-bit, 64-bit 18:14:58 Byte Order: Little Endian 18:14:58 Address sizes: 40 bits physical, 48 bits virtual 18:14:58 CPU(s): 4 18:14:58 On-line CPU(s) list: 0-3 18:14:58 Thread(s) per core: 1 18:14:58 Core(s) per socket: 1 18:14:58 Socket(s): 4 18:14:58 NUMA node(s): 1 18:14:58 Vendor ID: GenuineIntel 18:14:58 CPU family: 6 18:14:58 Model: 44 18:14:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:14:58 Stepping: 1 18:14:58 CPU MHz: 2933.442 18:14:58 BogoMIPS: 5866.88 18:14:58 Virtualization: VT-x 18:14:58 Hypervisor vendor: KVM 18:14:58 Virtualization type: full 18:14:58 L1d cache: 128 KiB 18:14:58 L1i cache: 128 KiB 18:14:58 L2 cache: 16 MiB 18:14:58 L3 cache: 64 MiB 18:14:58 NUMA node0 CPU(s): 0-3 18:14:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:14:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:14:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:14:58 Vulnerability Meltdown: Mitigation; PTI 18:14:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:14:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:14:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:14:58 Vulnerability Tsx async abort: Not affected 18:14:58 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:14:58 18:14:58 18:14:58 ---> nproc: 18:14:58 4 18:14:58 18:14:58 18:14:58 ---> df -h: 18:14:58 Filesystem Size Used Available Use% Mounted on 18:14:58 overlay 50.0G 7.2G 42.8G 14% / 18:14:58 tmpfs 64.0M 0 64.0M 0% /dev 18:14:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:14:58 shm 64.0M 0 64.0M 0% /dev/shm 18:14:58 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 18:14:58 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 18:14:58 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 18:14:58 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 18:14:58 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-271 18:14:58 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-271@tmp 18:14:58 18:14:58 18:14:58 ---> free -m: 18:14:58 total used free shared buff/cache available 18:14:58 Mem: 1837 628 125 0 1083 1103 18:14:58 Swap: 1023 1 1022 18:14:58 18:14:58 18:14:58 ---> ip addr: 18:14:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:14:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:14:58 inet 127.0.0.1/8 scope host lo 18:14:58 valid_lft forever preferred_lft forever 18:14:58 6: eth0@if7: mtu 1458 qdisc noqueue state UP 18:14:58 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:14:58 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:14:58 valid_lft forever preferred_lft forever 18:14:58 18:14:58 18:14:58 ---> sar -b -r -n DEV: 18:14:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 18:14:58 18:14:58 18:09:21 LINUX RESTART 18:14:58 18:14:58 18:10:02 tps rtps wtps bread/s bwrtn/s 18:14:58 18:11:01 48.78 10.51 38.27 4409.48 2341.05 18:14:58 18:12:01 1.68 0.00 1.68 0.00 30.69 18:14:58 18:13:01 0.23 0.00 0.23 0.00 2.85 18:14:58 18:14:01 0.28 0.00 0.28 0.00 3.51 18:14:58 Average: 12.60 2.60 10.00 1088.96 587.44 18:14:58 18:14:58 18:10:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:14:58 18:11:01 163104 1718452 91.33 2620 1165336 1111656 37.94 428096 1129516 20 18:14:58 18:12:01 168116 1713440 91.07 2620 1165340 1074992 36.69 426140 1126640 8 18:14:58 18:13:01 167572 1713984 91.09 2620 1165344 1075240 36.70 428484 1125488 8 18:14:58 18:14:01 165928 1715628 91.18 2620 1165348 1075252 36.70 430536 1125156 16 18:14:58 Average: 166180 1715376 91.17 2620 1165342 1084285 37.00 428314 1126700 13 18:14:58 18:14:58 18:10:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 18:14:58 18:11:01 eth0 133.41 90.61 464.16 52.19 0.00 0.00 0.00 18:14:58 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 18:11:01 docker0 5.67 3.93 0.97 10.34 0.00 0.00 0.00 18:14:58 18:12:01 eth0 0.42 0.02 0.03 0.00 0.00 0.00 0.00 18:14:58 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 18:13:01 eth0 0.85 0.38 0.31 0.20 0.00 0.00 0.00 18:14:58 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 18:14:01 eth0 1.50 0.50 0.36 0.21 0.00 0.00 0.00 18:14:58 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 Average: eth0 33.64 22.60 114.80 12.99 0.00 0.00 0.00 18:14:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:58 Average: docker0 1.40 0.97 0.24 2.55 0.00 0.00 0.00 18:14:58 18:14:58 18:14:58 ---> sar -P ALL: 18:14:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 18:14:58 18:14:58 18:09:21 LINUX RESTART 18:14:58 18:14:58 18:10:02 CPU %user %nice %system %iowait %steal %idle 18:14:58 18:11:01 all 3.69 0.00 1.89 2.27 0.02 92.13 18:14:58 18:11:01 0 3.86 0.00 1.97 1.58 0.00 92.58 18:14:58 18:11:01 1 3.38 0.00 1.60 2.48 0.00 92.54 18:14:58 18:11:01 2 3.64 0.00 2.12 0.63 0.02 93.59 18:14:58 18:11:01 3 3.89 0.00 1.87 4.40 0.03 89.80 18:14:58 18:12:01 all 0.13 0.00 0.05 0.00 0.00 99.82 18:14:58 18:12:01 0 0.43 0.00 0.05 0.00 0.00 99.52 18:14:58 18:12:01 1 0.03 0.00 0.05 0.00 0.00 99.92 18:14:58 18:12:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:14:58 18:12:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:14:58 18:13:01 all 0.19 0.00 0.03 0.00 0.00 99.78 18:14:58 18:13:01 0 0.55 0.00 0.02 0.00 0.00 99.43 18:14:58 18:13:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:14:58 18:13:01 2 0.08 0.00 0.02 0.00 0.00 99.90 18:14:58 18:13:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:14:58 18:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:14:58 18:14:01 0 0.52 0.00 0.03 0.00 0.02 99.43 18:14:58 18:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:14:58 18:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:14:58 18:14:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:14:58 Average: all 1.03 0.00 0.50 0.56 0.01 97.91 18:14:58 Average: 0 1.33 0.00 0.51 0.39 0.00 97.77 18:14:58 Average: 1 0.87 0.00 0.43 0.61 0.00 98.10 18:14:58 Average: 2 0.93 0.00 0.54 0.15 0.00 98.36 18:14:58 Average: 3 0.98 0.00 0.49 1.08 0.01 97.43 18:14:58 18:14:58 18:14:58