Pull request #385 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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 93bcc6a2201236c31d14acbf099dd3f279e68d4d rather than f86ad7d89a7e62baf9886af12a95c5775a996ba2 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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-15067’ Running on prd-centos7-docker-4c-2g-15070 in /w/workspace/dry_go-mod-core-contracts_PR-385 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-385 # 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/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit f86ad7d89a7e62baf9886af12a95c5775a996ba2 Merge succeeded, producing f86ad7d89a7e62baf9886af12a95c5775a996ba2 Checking out Revision f86ad7d89a7e62baf9886af12a95c5775a996ba2 (PR-385) > git config core.sparsecheckout # timeout=10 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # 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 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 Commit message: "refactor(meta): V2 Device OperatingState value change" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 15a3b03c0e983418b0e146091d05c8b101f838a6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:45:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:45:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:45:00 ========================================================= 07:45:00 EdgeX Global Pipelines Version Info 07:45:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:45:02 ------------------- 07:45:02 stable info: 07:45:02 ------------------- 07:45:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:45:02 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 07:45:02 Message: update stable to v1.0.171 07:45:03 ------------------- 07:45:03 experimental info: 07:45:03 ------------------- 07:45:03 Commited By: **** collab-it+edgex@linuxfoundation.org 07:45:03 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 07:45:03 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:45:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:45:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-385 [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-385 [Pipeline] echo 07:45:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-385 [Pipeline] echo 07:45:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f86ad7d89a7e62baf9886af12a95c5775a996ba2 [Pipeline] echo 07:45:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f86ad7d [Pipeline] echo 07:45:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:45:06 + git log --format=format:%s -1 f86ad7d89a7e62baf9886af12a95c5775a996ba2 [Pipeline] echo 07:45:07 GIT_COMMIT: f86ad7d89a7e62baf9886af12a95c5775a996ba2, Commit Message: refactor(meta): V2 Device OperatingState value change [Pipeline] echo 07:45:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:45:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:07 07:45:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:45:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:08 latest: Pulling from edgex-devops/git-semver 07:45:08 31603596830f: Pulling fs layer 07:45:08 2a8b12db71e7: Pulling fs layer 07:45:08 6ca5941a6612: Pulling fs layer 07:45:08 ecc8261a40a4: Pulling fs layer 07:45:08 ecc8261a40a4: Waiting 07:45:08 2a8b12db71e7: Verifying Checksum 07:45:08 2a8b12db71e7: Download complete 07:45:08 31603596830f: Verifying Checksum 07:45:08 31603596830f: Download complete 07:45:08 ecc8261a40a4: Download complete 07:45:08 6ca5941a6612: Verifying Checksum 07:45:08 6ca5941a6612: Download complete 07:45:08 31603596830f: Pull complete 07:45:09 2a8b12db71e7: Pull complete 07:45:10 6ca5941a6612: Pull complete 07:45:10 ecc8261a40a4: Pull complete 07:45:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:45:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:45:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:45:10 prd-centos7-docker-4c-2g-15070 does not seem to be running inside a container 07:45:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-385 -v /w/workspace/dry_go-mod-core-contracts_PR-385:/w/workspace/dry_go-mod-core-contracts_PR-385:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-385@tmp:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:45:12 $ docker top 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:45:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:12 [ssh-agent] Looking for ssh-agent implementation... 07:45:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:12 $ docker exec 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent 07:45:12 SSH_AUTH_SOCK=/tmp/ssh-y7yBHWYD33WT/agent.11 07:45:12 SSH_AGENT_PID=16 07:45:12 Running ssh-add (command line suppressed) 07:45:13 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_7765134741362786261.key (/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_7765134741362786261.key) 07:45:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:13 + git tag --points-at HEAD [Pipeline] } 07:45:13 $ docker exec --env ******** --env ******** 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent -k 07:45:13 unset SSH_AUTH_SOCK; 07:45:13 unset SSH_AGENT_PID; 07:45:13 echo Agent pid 16 killed; 07:45:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:45:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:45:13 [ssh-agent] Looking for ssh-agent implementation... 07:45:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:45:14 $ docker exec 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent 07:45:14 SSH_AUTH_SOCK=/tmp/ssh-NDnLDRZBqXCw/agent.44 07:45:14 SSH_AGENT_PID=50 07:45:14 Running ssh-add (command line suppressed) 07:45:14 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_6622792657323151283.key (/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/private_key_6622792657323151283.key) 07:45:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:45:14 + git semver init 07:45:14 # -> Open(): unable to determine branch for HEAD 07:45:14 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-385/.git 07:45:14 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-385 07:45:14 # $SEMVER_REMOTE_NAME = origin 07:45:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:45:14 # $SEMVER_USER_NAME = edgex-jenkins 07:45:14 # $SEMVER_BRANCH = PR-385 07:45:14 # $SEMVER_TEMP = /tmp/semver-374793664 07:45:14 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 07:45:15 # '/tmp/semver-374793664' -> '/w/workspace/dry_go-mod-core-contracts_PR-385/.semver' 07:45:15 # -> Force: false 07:45:15 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-385/.semver [Pipeline] } 07:45:15 $ docker exec --env ******** --env ******** 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 ssh-agent -k 07:45:15 unset SSH_AUTH_SOCK; 07:45:15 unset SSH_AGENT_PID; 07:45:15 echo Agent pid 50 killed; 07:45:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:45:15 + git semver [Pipeline] } 07:45:16 $ docker stop --time=1 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 07:45:17 $ docker rm -f 93fd7954ddb92e229a6952ac276e83ab9d05d9ef180051cf600c441dc6291a26 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:45:18 Stashed 1 file(s) [Pipeline] echo 07:45:18 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:45:34 Still waiting to schedule task 07:45:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:45:34 Still waiting to schedule task 07:45:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:47:41 Running on prd-centos7-docker-4c-2g-15073 in /w/workspace/dry_go-mod-core-contracts_PR-385 [Pipeline] { [Pipeline] ws 07:47:41 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 07:47:43 using credential edgex-jenkins-ssh 07:47:43 Cloning the remote Git repository 07:47:43 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:47:43 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 07:47:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:47:43 > git --version # timeout=10 07:47:43 > git --version # 'git version 2.24.3' 07:47:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:47:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:47:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:47:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:45 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit f86ad7d89a7e62baf9886af12a95c5775a996ba2 07:47:45 Merge succeeded, producing f86ad7d89a7e62baf9886af12a95c5775a996ba2 07:47:45 Checking out Revision f86ad7d89a7e62baf9886af12a95c5775a996ba2 (PR-385) 07:47:45 > git config core.sparsecheckout # timeout=10 07:47:45 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 07:47:45 > git remote # timeout=10 07:47:45 > git config --get remote.origin.url # timeout=10 07:47:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:45 > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 07:47:45 > git rev-parse HEAD^{commit} # timeout=10 07:47:45 > git config core.sparsecheckout # timeout=10 07:47:45 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 07:47:48 Commit message: "refactor(meta): V2 Device OperatingState value change" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:47:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:47:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:47:50 + sudo service docker restart 07:47:50 + true 07:47:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 07:47:51 ========================================================= 07:47:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:47:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:47:52 + 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 . 07:47:52 Sending build context to Docker daemon 1.93MB 07:47:52 Step 1/7 : ARG BASE=golang:1.15-alpine 07:47:52 Step 2/7 : FROM ${BASE} 07:47:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:47:52 188c0c94c7c5: Pulling fs layer 07:47:52 0ef7d3d256c8: Pulling fs layer 07:47:52 de9db76c5a1d: Pulling fs layer 07:47:52 bca2f99d35d6: Pulling fs layer 07:47:52 93359f2a8cfa: Pulling fs layer 07:47:52 7c6f9722023f: Pulling fs layer 07:47:52 a35cf1a2eb13: Pulling fs layer 07:47:52 93359f2a8cfa: Waiting 07:47:52 7c6f9722023f: Waiting 07:47:52 bca2f99d35d6: Waiting 07:47:52 a35cf1a2eb13: Waiting 07:47:52 de9db76c5a1d: Verifying Checksum 07:47:52 de9db76c5a1d: Download complete 07:47:52 0ef7d3d256c8: Verifying Checksum 07:47:52 0ef7d3d256c8: Download complete 07:47:52 93359f2a8cfa: Verifying Checksum 07:47:52 93359f2a8cfa: Download complete 07:47:52 7c6f9722023f: Verifying Checksum 07:47:52 7c6f9722023f: Download complete 07:47:53 188c0c94c7c5: Verifying Checksum 07:47:53 188c0c94c7c5: Download complete 07:47:53 188c0c94c7c5: Pull complete 07:47:53 0ef7d3d256c8: Pull complete 07:47:53 de9db76c5a1d: Pull complete 07:47:55 a35cf1a2eb13: Verifying Checksum 07:47:55 a35cf1a2eb13: Download complete 07:47:55 bca2f99d35d6: Verifying Checksum 07:47:55 bca2f99d35d6: Download complete 07:48:01 bca2f99d35d6: Pull complete 07:48:01 93359f2a8cfa: Pull complete 07:48:01 7c6f9722023f: Pull complete 07:48:06 a35cf1a2eb13: Pull complete 07:48:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:48:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:48:06 ---> a62c8e92a672 07:48:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:48:06 ---> Running in ffe86fbf5557 07:48:06 Removing intermediate container ffe86fbf5557 07:48:06 ---> 1eb3bb39c8f2 07:48:06 Step 4/7 : RUN apk add bash 07:48:06 ---> Running in 1cd583fbdd37 07:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:10 OK: 166 MiB in 39 packages 07:48:11 Removing intermediate container 1cd583fbdd37 07:48:11 ---> 6b0376e6836d 07:48:11 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:48:11 ---> Running in 599eb73abe4e 07:48:11 Removing intermediate container 599eb73abe4e 07:48:11 ---> d81393431d14 07:48:11 Step 6/7 : COPY go.mod . 07:48:11 ---> 0c78d7271d7a 07:48:11 Step 7/7 : RUN go mod download 07:48:11 ---> Running in aa13cf3b29f8 07:48:23 Removing intermediate container aa13cf3b29f8 07:48:23 ---> 8235b22ff622 07:48:23 Successfully built 8235b22ff622 07:48:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:48:24 + docker inspect -f . ci-base-image-x86_64 07:48:24 . [Pipeline] withDockerContainer 07:48:24 prd-centos7-docker-4c-2g-15073 does not seem to be running inside a container 07:48:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:48:25 $ docker top 22045323b279dc9646a938b1f4ed61ccf82484f67aa37020f29c99aa8807bf26 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:25 + go version 07:48:25 go version go1.15.5 linux/amd64 [Pipeline] } 07:48:25 $ docker stop --time=1 22045323b279dc9646a938b1f4ed61ccf82484f67aa37020f29c99aa8807bf26 07:48:27 $ docker rm -f 22045323b279dc9646a938b1f4ed61ccf82484f67aa37020f29c99aa8807bf26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:48:27 + docker inspect -f . ci-base-image-x86_64 07:48:27 . [Pipeline] withDockerContainer 07:48:27 prd-centos7-docker-4c-2g-15073 does not seem to be running inside a container 07:48:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:48:28 $ docker top ee372c2b67f396b21bce48cf9bcdb0532308adf7c7396645f91a92e42093841d -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:29 + make test 07:48:29 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:48:35 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:48:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.039s coverage: 85.7% of statements 07:48:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements 07:48:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.014s coverage: 45.4% of statements 07:48:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.009s coverage: 77.8% of statements 07:48:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:48:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.007s coverage: 6.6% of statements 07:48:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.014s coverage: 14.7% of statements 07:48:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.050s coverage: 100.0% of statements 07:48:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.048s coverage: 91.8% of statements 07:48:37 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:48:37 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:48:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.023s coverage: 100.0% of statements 07:48:38 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.009s coverage: 47.8% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.030s coverage: 63.0% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.007s coverage: 15.4% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 07:48:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.014s coverage: 81.5% of statements 07:48:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 07:48:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 29.9% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 100.0% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements 07:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements 07:48:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:48:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:48:42 gofmt -l . 07:48:42 [ "`gofmt -l .`" = "" ] [Pipeline] } 07:48:42 $ docker stop --time=1 ee372c2b67f396b21bce48cf9bcdb0532308adf7c7396645f91a92e42093841d 07:48:44 $ docker rm -f ee372c2b67f396b21bce48cf9bcdb0532308adf7c7396645f91a92e42093841d [Pipeline] // withDockerContainer [Pipeline] sh 07:48:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:48:45 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] } 07:48:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15074 in /w/workspace/dry_go-mod-core-contracts_PR-385 [Pipeline] { [Pipeline] ws 07:48:55 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 07:49:00 using credential edgex-jenkins-ssh 07:49:00 Cloning the remote Git repository 07:49:00 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:49:01 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 07:49:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:49:01 > git --version # timeout=10 07:49:01 > git --version # 'git version 2.17.1' 07:49:01 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:49:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:49:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:49:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:49:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:49:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:49:05 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit f86ad7d89a7e62baf9886af12a95c5775a996ba2 07:49:05 Merge succeeded, producing f86ad7d89a7e62baf9886af12a95c5775a996ba2 07:49:05 Checking out Revision f86ad7d89a7e62baf9886af12a95c5775a996ba2 (PR-385) 07:49:05 > git config core.sparsecheckout # timeout=10 07:49:05 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 07:49:05 > git remote # timeout=10 07:49:05 > git config --get remote.origin.url # timeout=10 07:49:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:05 > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 07:49:05 > git rev-parse HEAD^{commit} # timeout=10 07:49:05 > git config core.sparsecheckout # timeout=10 07:49:05 > git checkout -f f86ad7d89a7e62baf9886af12a95c5775a996ba2 # timeout=10 07:49:10 Commit message: "refactor(meta): V2 Device OperatingState value change" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:49:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:49:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:49:12 + sudo service docker restart 07:49:12 + true [Pipeline] unstash [Pipeline] echo 07:49:15 ========================================================= 07:49:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:49:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:49:15 + 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 . 07:49:16 Sending build context to Docker daemon 1.929MB 07:49:16 Step 1/7 : ARG BASE=golang:1.15-alpine 07:49:16 Step 2/7 : FROM ${BASE} 07:49:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:49:17 5f621e34cdf4: Pulling fs layer 07:49:17 a4357932f1b6: Pulling fs layer 07:49:17 18c013af1878: Pulling fs layer 07:49:17 00ac8860ef70: Pulling fs layer 07:49:17 63d7cb157983: Pulling fs layer 07:49:17 b116817d02f9: Pulling fs layer 07:49:17 745a02a5169b: Pulling fs layer 07:49:17 00ac8860ef70: Waiting 07:49:17 63d7cb157983: Waiting 07:49:17 b116817d02f9: Waiting 07:49:17 745a02a5169b: Waiting 07:49:17 18c013af1878: Download complete 07:49:17 a4357932f1b6: Download complete 07:49:17 63d7cb157983: Download complete 07:49:17 b116817d02f9: Download complete 07:49:17 5f621e34cdf4: Verifying Checksum 07:49:17 5f621e34cdf4: Download complete 07:49:18 5f621e34cdf4: Pull complete 07:49:18 a4357932f1b6: Pull complete 07:49:19 18c013af1878: Pull complete 07:49:19 745a02a5169b: Verifying Checksum 07:49:19 745a02a5169b: Download complete 07:49:21 00ac8860ef70: Verifying Checksum 07:49:21 00ac8860ef70: Download complete 07:49:31 00ac8860ef70: Pull complete 07:49:31 63d7cb157983: Pull complete 07:49:32 b116817d02f9: Pull complete 07:49:36 745a02a5169b: Pull complete 07:49:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:49:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:49:36 ---> b7e6874047d6 07:49:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:49:39 ---> Running in 88923b7a04ce 07:49:39 Removing intermediate container 88923b7a04ce 07:49:39 ---> 3dae4c928530 07:49:39 Step 4/7 : RUN apk add bash 07:49:39 ---> Running in c99603eb127c 07:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:49:43 OK: 142 MiB in 39 packages 07:49:44 Removing intermediate container c99603eb127c 07:49:44 ---> 5f913e7ef4ba 07:49:44 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:49:44 ---> Running in aafa813841b0 07:49:45 Removing intermediate container aafa813841b0 07:49:45 ---> 5ca1264aa3e2 07:49:45 Step 6/7 : COPY go.mod . 07:49:45 ---> b225b2a96f67 07:49:45 Step 7/7 : RUN go mod download 07:49:45 ---> Running in 7864357c46f0 07:50:00 Removing intermediate container 7864357c46f0 07:50:00 ---> 6ca862b02794 07:50:00 Successfully built 6ca862b02794 07:50:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:50:01 + docker inspect -f . ci-base-image-arm64 07:50:01 . [Pipeline] withDockerContainer 07:50:01 prd-ubuntu18.04-docker-arm64-4c-16g-15074 does not seem to be running inside a container 07:50:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:50:02 $ docker top 48b6bc909d72f964d60fdab6d4a7b56292de80a55e73e535e6b28ee17e8ede07 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:04 + go version 07:50:04 go version go1.15.5 linux/arm64 [Pipeline] } 07:50:04 $ docker stop --time=1 48b6bc909d72f964d60fdab6d4a7b56292de80a55e73e535e6b28ee17e8ede07 07:50:05 $ docker rm -f 48b6bc909d72f964d60fdab6d4a7b56292de80a55e73e535e6b28ee17e8ede07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:06 + docker inspect -f . ci-base-image-arm64 07:50:06 . [Pipeline] withDockerContainer 07:50:07 prd-ubuntu18.04-docker-arm64-4c-16g-15074 does not seem to be running inside a container 07:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:50:08 $ docker top 0745cc6f6eb0167dcf7b13eb709cffe3a297e12d70f42651b96230961c973ede -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:09 + make test 07:50:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:50:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:50:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements 07:50:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.056s coverage: 100.0% of statements 07:50:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.037s coverage: 45.4% of statements 07:50:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.026s coverage: 77.8% of statements 07:50:34 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:50:34 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 6.6% of statements 07:50:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.072s coverage: 14.7% of statements 07:50:35 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.056s coverage: 100.0% of statements 07:50:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.092s coverage: 91.8% of statements 07:50:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:50:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:50:36 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements 07:50:37 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 47.8% of statements 07:50:43 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.082s coverage: 63.0% of statements 07:50:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.033s coverage: 26.3% of statements 07:50:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements 07:50:43 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.027s coverage: 15.4% of statements 07:50:43 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements 07:50:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:50:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.039s coverage: 81.5% of statements 07:50:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 07:50:43 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 07:50:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.042s coverage: 29.9% of statements 07:50:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.055s coverage: 100.0% of statements 07:50:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements 07:50:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements 07:50:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:50:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:50:50 gofmt -l . 07:50:50 [ "`gofmt -l .`" = "" ] [Pipeline] } 07:50:51 $ docker stop --time=1 0745cc6f6eb0167dcf7b13eb709cffe3a297e12d70f42651b96230961c973ede 07:50:53 $ docker rm -f 0745cc6f6eb0167dcf7b13eb709cffe3a297e12d70f42651b96230961c973ede [Pipeline] // withDockerContainer [Pipeline] sh 07:50:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:50:54 Warning: overwriting stash ‘coverage-report’ 07:50:55 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 07:50:57 provisioning config files... 07:50:57 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/config881289485522738288tmp [Pipeline] { [Pipeline] sh 07:50:57 + set +x 07:50:57 + curl -s https://codecov.io/bash 07:50:57 + bash -s -- 07:50:57 07:50:57 _____ _ 07:50:57 / ____| | | 07:50:57 | | ___ __| | ___ ___ _____ __ 07:50:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:50:57 | |___| (_) | (_| | __/ (_| (_) \ V / 07:50:57 \_____\___/ \__,_|\___|\___\___/ \_/ 07:50:57 Bash-20201130-cc6d3fe 07:50:57 07:50:57 07:50:57 ==> Jenkins CI detected. 07:50:57 project root: . 07:50:57 --> token set from env 07:50:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:50:57 ==> Running gcov in . (disable via -X gcov) 07:50:57 ==> Python coveragepy not found 07:50:57 ==> Searching for coverage reports in: 07:50:57 + . 07:50:57 -> Found 1 reports 07:50:57 ==> Detecting git/mercurial file structure 07:50:57 ==> Reading reports 07:50:57 + ./coverage.out bytes=106677 07:50:57 ==> Appending adjustments 07:50:57 https://docs.codecov.io/docs/fixing-reports 07:50:58 + Found adjustments 07:50:58 ==> Gzipping contents 07:50:58 20K /tmp/codecov.jtTUEW.gz 07:50:58 ==> Uploading reports 07:50:58 url: https://codecov.io 07:50:58 query: branch=PR-385&commit=f86ad7d89a7e62baf9886af12a95c5775a996ba2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-385%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=385&job=&cmd_args= 07:50:58 -> Pinging Codecov 07:50:58 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-385&commit=f86ad7d89a7e62baf9886af12a95c5775a996ba2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-385%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=385&job=&cmd_args= 07:50:59 -> Uploading to 07:50:59 https://storage.googleapis.com/codecov/v4/raw/2020-12-08/71470A77251A30514AAF9C0BB2E5B6CE/f86ad7d89a7e62baf9886af12a95c5775a996ba2/c056a122-bb2f-4c7a-88bd-c12349a08a74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T075059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cffb6254ac5a6ed74b462e270e5521c04b90d733700c0832969e1a3e2cd20b2f 07:50:59 % Total % Received % Xferd Average Speed Time Time Time Current 07:50:59 Dload Upload Total Spent Left Speed 07:50:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17312 0 0 100 17312 0 42119 --:--:-- --:--:-- --:--:-- 42224 07:50:59 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f86ad7d89a7e62baf9886af12a95c5775a996ba2 [Pipeline] } 07:50:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:51:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:51:02 ---> package-listing.sh 07:51:02 ++ facter osfamily 07:51:02 ++ tr '[:upper:]' '[:lower:]' 07:51:02 + OS_FAMILY=redhat 07:51:02 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-385 07:51:02 + START_PACKAGES=/tmp/packages_start.txt 07:51:02 + END_PACKAGES=/tmp/packages_end.txt 07:51:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:51:02 + PACKAGES=/tmp/packages_start.txt 07:51:02 + '[' /w/workspace/dry_go-mod-core-contracts_PR-385 ']' 07:51:02 + PACKAGES=/tmp/packages_end.txt 07:51:02 + case "${OS_FAMILY}" in 07:51:02 + rpm -qa 07:51:02 + sort 07:51:07 + '[' -f /tmp/packages_start.txt ']' 07:51:07 + '[' -f /tmp/packages_end.txt ']' 07:51:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:51:07 + '[' /w/workspace/dry_go-mod-core-contracts_PR-385 ']' 07:51:07 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-385/archives/ 07:51:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-385/archives/ [Pipeline] echo 07:51:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-385/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:51:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:51:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:51:08 07:51:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:51:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:51:08 alpine: Pulling from edgex-lftools-log-publisher 07:51:08 df20fa9351a1: Pulling fs layer 07:51:08 36b3adc4ff6f: Pulling fs layer 07:51:08 8ad3a11d3b57: Pulling fs layer 07:51:08 46f8f816bc3b: Pulling fs layer 07:51:08 93b61091891f: Pulling fs layer 07:51:08 93b9cdb0e59b: Pulling fs layer 07:51:08 5e14af77c1be: Pulling fs layer 07:51:08 01666e4c0597: Pulling fs layer 07:51:08 aa168da1d23b: Pulling fs layer 07:51:08 46f8f816bc3b: Waiting 07:51:08 93b61091891f: Waiting 07:51:08 93b9cdb0e59b: Waiting 07:51:08 5e14af77c1be: Waiting 07:51:08 01666e4c0597: Waiting 07:51:08 aa168da1d23b: Waiting 07:51:08 36b3adc4ff6f: Download complete 07:51:08 46f8f816bc3b: Verifying Checksum 07:51:08 46f8f816bc3b: Download complete 07:51:08 df20fa9351a1: Verifying Checksum 07:51:08 df20fa9351a1: Download complete 07:51:09 93b9cdb0e59b: Verifying Checksum 07:51:09 93b9cdb0e59b: Download complete 07:51:09 93b61091891f: Verifying Checksum 07:51:09 93b61091891f: Download complete 07:51:09 5e14af77c1be: Verifying Checksum 07:51:09 5e14af77c1be: Download complete 07:51:09 01666e4c0597: Verifying Checksum 07:51:09 01666e4c0597: Download complete 07:51:09 df20fa9351a1: Pull complete 07:51:09 8ad3a11d3b57: Verifying Checksum 07:51:09 8ad3a11d3b57: Download complete 07:51:09 36b3adc4ff6f: Pull complete 07:51:10 8ad3a11d3b57: Pull complete 07:51:11 aa168da1d23b: Verifying Checksum 07:51:11 aa168da1d23b: Download complete 07:51:11 46f8f816bc3b: Pull complete 07:51:12 93b61091891f: Pull complete 07:51:12 93b9cdb0e59b: Pull complete 07:51:12 5e14af77c1be: Pull complete 07:51:12 01666e4c0597: Pull complete 07:51:20 aa168da1d23b: Pull complete 07:51:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:51:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:51:20 prd-centos7-docker-4c-2g-15070 does not seem to be running inside a container 07:51:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-385/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-385 -v /w/workspace/dry_go-mod-core-contracts_PR-385:/w/workspace/dry_go-mod-core-contracts_PR-385:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-385@tmp:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:51:23 $ docker top 500fbbc1184133cd3bc03b44a2b3915801ab057f0e34d632ef85ce76746b5b8d -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:24 + touch /tmp/pre-build-complete [Pipeline] sh 07:51:24 + mkdir -p /var/log/sa [Pipeline] sh 07:51:24 + ls /var/log/sa-host 07:51:24 + sadf -c /var/log/sa-host/sa08 07:51:24 file_magic: OK 07:51:24 HZ: Using current value: 100 07:51:24 file_header: OK 07:51:24 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 07:51:24 Statistics: 07:51:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:51:24 File successfully converted to sysstat format version 12.2.1 07:51:24 + sadf -c /var/log/sa-host/sa23 07:51:24 file_magic: OK 07:51:24 HZ: Using current value: 100 07:51:24 file_header: OK 07:51:24 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 07:51:24 Statistics: 07:51:24 Hnuu...uuuununununu... 07:51:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:51:24 provisioning config files... 07:51:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-385@tmp/config5730832616251367415tmp [Pipeline] { [Pipeline] echo 07:51:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:51:25 ---> create-netrc.sh [Pipeline] } 07:51:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:51:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:51:25 ---> python-tools-install.sh [Pipeline] echo 07:51:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:51:26 ---> sudo-logs.sh 07:51:26 Archiving 'sudo' log.. [Pipeline] echo 07:51:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:51:26 ---> job-cost.sh 07:51:26 lf-activate-venv: SKIPPING 07:51:26 INFO: No Stack... 07:51:26 INFO: Retrieving Pricing Info for: v1-standard-2 07:51:27 INFO: Archiving Costs [Pipeline] echo 07:51:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:51:27 ---> logs-deploy.sh 07:51:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-385/2 07:51:27 INFO: archiving workspace using pattern(s): 07:51:29 Archives upload complete. 07:51:29 INFO: archiving logs to Nexus 07:51:30 ---> uname -a: 07:51:30 Linux prd-centos7-docker-4c-2g-15070.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:51:30 07:51:30 07:51:30 ---> lscpu: 07:51:30 Architecture: x86_64 07:51:30 CPU op-mode(s): 32-bit, 64-bit 07:51:30 Byte Order: Little Endian 07:51:30 Address sizes: 40 bits physical, 48 bits virtual 07:51:30 CPU(s): 4 07:51:30 On-line CPU(s) list: 0-3 07:51:30 Thread(s) per core: 1 07:51:30 Core(s) per socket: 1 07:51:30 Socket(s): 4 07:51:30 NUMA node(s): 1 07:51:30 Vendor ID: GenuineIntel 07:51:30 CPU family: 6 07:51:30 Model: 44 07:51:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:51:30 Stepping: 1 07:51:30 CPU MHz: 2933.436 07:51:30 BogoMIPS: 5866.87 07:51:30 Virtualization: VT-x 07:51:30 Hypervisor vendor: KVM 07:51:30 Virtualization type: full 07:51:30 L1d cache: 128 KiB 07:51:30 L1i cache: 128 KiB 07:51:30 L2 cache: 16 MiB 07:51:30 L3 cache: 64 MiB 07:51:30 NUMA node0 CPU(s): 0-3 07:51:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:51:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:51:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:51:30 Vulnerability Meltdown: Mitigation; PTI 07:51:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:51:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:51:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:51:30 Vulnerability Srbds: Not affected 07:51:30 Vulnerability Tsx async abort: Not affected 07:51:30 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 07:51:30 07:51:30 07:51:30 ---> nproc: 07:51:30 4 07:51:30 07:51:30 07:51:30 ---> df -h: 07:51:30 Filesystem Size Used Available Use% Mounted on 07:51:30 overlay 50.0G 7.3G 42.7G 15% / 07:51:30 tmpfs 64.0M 0 64.0M 0% /dev 07:51:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:51:30 shm 64.0M 0 64.0M 0% /dev/shm 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-385 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-385@tmp 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:51:30 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:51:30 07:51:30 07:51:30 ---> free -m: 07:51:30 total used free shared buff/cache available 07:51:30 Mem: 1837 718 102 0 1016 1014 07:51:30 Swap: 1023 1 1022 07:51:30 07:51:30 07:51:30 ---> ip addr: 07:51:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:51:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:51:30 inet 127.0.0.1/8 scope host lo 07:51:30 valid_lft forever preferred_lft forever 07:51:30 inet6 ::1/128 scope host 07:51:30 valid_lft forever preferred_lft forever 07:51:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:51:30 link/ether fa:16:3e:5d:a0:f8 brd ff:ff:ff:ff:ff:ff 07:51:30 inet 10.30.123.217/23 brd 10.30.123.255 scope global dynamic eth0 07:51:30 valid_lft 85975sec preferred_lft 85975sec 07:51:30 inet6 fe80::f816:3eff:fe5d:a0f8/64 scope link 07:51:30 valid_lft forever preferred_lft forever 07:51:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:51:30 link/ether 02:42:37:6d:bd:6a brd ff:ff:ff:ff:ff:ff 07:51:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:51:30 valid_lft forever preferred_lft forever 07:51:30 inet6 fe80::42:37ff:fe6d:bd6a/64 scope link 07:51:30 valid_lft forever preferred_lft forever 07:51:30 07:51:30 07:51:30 ---> sar -b -r -n DEV: 07:51:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 07:51:30 07:51:30 07:44:14 LINUX RESTART (4 CPU) 07:51:30 07:51:30 07:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:51:30 07:46:01 32.42 10.81 21.61 0.00 4286.25 3117.45 0.00 07:51:30 07:47:01 1.92 0.00 1.92 0.00 0.00 40.48 0.00 07:51:30 07:48:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 07:51:30 07:49:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 07:51:30 07:50:01 0.20 0.00 0.20 0.00 0.00 3.01 0.00 07:51:30 07:51:01 0.37 0.10 0.27 0.00 7.86 3.11 0.00 07:51:30 Average: 5.91 1.82 4.09 0.00 715.78 528.40 0.00 07:51:30 07:51:30 07:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:51:30 07:46:01 144484 0 619740 32.94 2620 1114700 1103384 37.66 434804 1102420 20 07:51:30 07:47:01 148780 0 615436 32.71 2620 1114708 1091200 37.24 432932 1100448 8 07:51:30 07:48:01 147856 0 616356 32.76 2620 1114712 1081028 36.89 435960 1098504 8 07:51:30 07:49:01 147676 0 616536 32.77 2620 1114712 1081112 36.90 442252 1092744 16 07:51:30 07:50:01 147168 0 617036 32.79 2620 1114720 1081004 36.89 440876 1094824 12 07:51:30 07:51:01 144428 0 619408 32.92 2620 1115088 1081596 36.91 443060 1094852 148 07:51:30 Average: 146732 0 617419 32.81 2620 1114773 1086554 37.08 438314 1097299 35 07:51:30 07:51:30 07:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:51:30 07:46:01 eth0 78.59 64.72 349.08 35.00 0.00 0.00 0.00 0.00 07:51:30 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:46:01 docker0 7.99 6.11 1.40 13.65 0.00 0.00 0.00 0.00 07:51:30 07:47:01 eth0 4.90 2.00 3.36 0.31 0.00 0.00 0.00 0.00 07:51:30 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:48:01 eth0 1.50 0.30 0.37 0.20 0.00 0.00 0.00 0.00 07:51:30 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:49:01 eth0 0.58 0.32 0.28 0.17 0.00 0.00 0.00 0.00 07:51:30 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:50:01 eth0 0.32 0.18 0.14 0.10 0.00 0.00 0.00 0.00 07:51:30 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:51:01 eth0 5.61 3.81 5.16 2.08 0.00 0.00 0.00 0.00 07:51:30 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 Average: eth0 15.25 11.89 59.74 6.31 0.00 0.00 0.00 0.00 07:51:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:51:30 Average: docker0 1.33 1.02 0.23 2.28 0.00 0.00 0.00 0.00 07:51:30 07:51:30 07:51:30 ---> sar -P ALL: 07:51:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) 07:51:30 07:51:30 07:44:14 LINUX RESTART (4 CPU) 07:51:30 07:51:30 07:45:01 CPU %user %nice %system %iowait %steal %idle 07:51:30 07:46:01 all 2.95 0.00 1.84 0.64 0.03 94.53 07:51:30 07:46:01 0 2.78 0.00 1.86 1.26 0.03 94.07 07:51:30 07:46:01 1 2.95 0.00 1.81 0.20 0.03 95.00 07:51:30 07:46:01 2 2.62 0.00 1.78 0.18 0.03 95.39 07:51:30 07:46:01 3 3.46 0.00 1.93 0.91 0.03 93.68 07:51:30 07:47:01 all 0.18 0.00 0.05 0.00 0.00 99.76 07:51:30 07:47:01 0 0.07 0.00 0.05 0.00 0.00 99.88 07:51:30 07:47:01 1 0.07 0.00 0.07 0.00 0.00 99.87 07:51:30 07:47:01 2 0.08 0.00 0.07 0.00 0.00 99.85 07:51:30 07:47:01 3 0.52 0.00 0.03 0.00 0.00 99.45 07:51:30 07:48:01 all 0.17 0.00 0.05 0.00 0.00 99.78 07:51:30 07:48:01 0 0.08 0.00 0.07 0.00 0.00 99.85 07:51:30 07:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 07:51:30 07:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:51:30 07:48:01 3 0.52 0.00 0.07 0.00 0.00 99.42 07:51:30 07:49:01 all 0.10 0.00 0.06 0.00 0.00 99.84 07:51:30 07:49:01 0 0.05 0.00 0.07 0.00 0.00 99.88 07:51:30 07:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 07:51:30 07:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:51:30 07:49:01 3 0.30 0.00 0.10 0.00 0.00 99.60 07:51:30 07:50:01 all 0.11 0.00 0.07 0.00 0.00 99.82 07:51:30 07:50:01 0 0.05 0.00 0.05 0.00 0.00 99.90 07:51:30 07:50:01 1 0.05 0.00 0.08 0.00 0.02 99.85 07:51:30 07:50:01 2 0.05 0.00 0.07 0.00 0.00 99.88 07:51:30 07:50:01 3 0.30 0.00 0.07 0.00 0.00 99.63 07:51:30 07:51:01 all 0.57 0.00 0.35 0.00 0.00 99.08 07:51:30 07:51:01 0 0.50 0.00 0.48 0.00 0.02 99.00 07:51:30 07:51:01 1 0.50 0.00 0.37 0.00 0.00 99.13 07:51:30 07:51:01 2 0.42 0.00 0.27 0.00 0.00 99.32 07:51:30 07:51:01 3 0.85 0.00 0.28 0.00 0.00 98.87 07:51:30 Average: all 0.68 0.00 0.40 0.11 0.01 98.81 07:51:30 Average: 0 0.59 0.00 0.43 0.21 0.01 98.77 07:51:30 Average: 1 0.60 0.00 0.40 0.03 0.01 98.95 07:51:30 Average: 2 0.53 0.00 0.37 0.03 0.01 99.06 07:51:30 Average: 3 0.99 0.00 0.41 0.15 0.01 98.45 07:51:30 07:51:30 07:51:30