Pull request #384 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 85d4d6a2a0daf81ba27e7762990535f8af05f231 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-15069 in /w/workspace/dry_go-mod-core-contracts_PR-384 [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-384 # 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 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit 85d4d6a2a0daf81ba27e7762990535f8af05f231 Merge succeeded, producing 85d4d6a2a0daf81ba27e7762990535f8af05f231 Checking out Revision 85d4d6a2a0daf81ba27e7762990535f8af05f231 (PR-384) > 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/384/head:refs/remotes/origin/PR-384 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # 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 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 Commit message: "refactor(meta): Remove unnecessary comments" > git rev-list --no-walk 617ea87178ce3d620c3fbe1675060fb397bfaafd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:44:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:44:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:44:11 ========================================================= 07:44:11 EdgeX Global Pipelines Version Info 07:44:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:44:12 ------------------- 07:44:12 stable info: 07:44:12 ------------------- 07:44:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:44:12 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 07:44:12 Message: update stable to v1.0.171 07:44:13 ------------------- 07:44:13 experimental info: 07:44:13 ------------------- 07:44:13 Commited By: **** collab-it+edgex@linuxfoundation.org 07:44:13 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 07:44:13 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:44:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 07:44:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:44:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:44:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:44:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:44:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:44:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:44:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-384 [Pipeline] echo 07:44:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-384 [Pipeline] echo 07:44:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-384 [Pipeline] echo 07:44:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85d4d6a2a0daf81ba27e7762990535f8af05f231 [Pipeline] echo 07:44:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85d4d6a [Pipeline] echo 07:44:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:44:19 + git log --format=format:%s -1 85d4d6a2a0daf81ba27e7762990535f8af05f231 [Pipeline] echo 07:44:19 GIT_COMMIT: 85d4d6a2a0daf81ba27e7762990535f8af05f231, Commit Message: refactor(meta): Remove unnecessary comments [Pipeline] echo 07:44:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:44:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:44:20 07:44:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:44:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:44:20 latest: Pulling from edgex-devops/git-semver 07:44:20 31603596830f: Pulling fs layer 07:44:20 2a8b12db71e7: Pulling fs layer 07:44:20 6ca5941a6612: Pulling fs layer 07:44:20 ecc8261a40a4: Pulling fs layer 07:44:20 ecc8261a40a4: Waiting 07:44:20 2a8b12db71e7: Verifying Checksum 07:44:20 2a8b12db71e7: Download complete 07:44:21 31603596830f: Verifying Checksum 07:44:21 31603596830f: Download complete 07:44:21 ecc8261a40a4: Verifying Checksum 07:44:21 ecc8261a40a4: Download complete 07:44:21 6ca5941a6612: Verifying Checksum 07:44:21 6ca5941a6612: Download complete 07:44:21 31603596830f: Pull complete 07:44:21 2a8b12db71e7: Pull complete 07:44:22 6ca5941a6612: Pull complete 07:44:22 ecc8261a40a4: Pull complete 07:44:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:44:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:44:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:44:22 prd-centos7-docker-4c-2g-15069 does not seem to be running inside a container 07:44:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-384 -v /w/workspace/dry_go-mod-core-contracts_PR-384:/w/workspace/dry_go-mod-core-contracts_PR-384:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-384@tmp:/w/workspace/dry_go-mod-core-contracts_PR-384@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:44:25 $ docker top 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:44:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:44:25 [ssh-agent] Looking for ssh-agent implementation... 07:44:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:44:25 $ docker exec 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent 07:44:26 SSH_AUTH_SOCK=/tmp/ssh-dsTlBzORtQ2o/agent.11 07:44:26 SSH_AGENT_PID=16 07:44:26 Running ssh-add (command line suppressed) 07:44:26 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_5254200801343565201.key (/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_5254200801343565201.key) 07:44:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:44:26 + git tag --points-at HEAD [Pipeline] } 07:44:26 $ docker exec --env ******** --env ******** 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent -k 07:44:26 unset SSH_AUTH_SOCK; 07:44:26 unset SSH_AGENT_PID; 07:44:26 echo Agent pid 16 killed; 07:44:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:44:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:44:26 [ssh-agent] Looking for ssh-agent implementation... 07:44:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:44:27 $ docker exec 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent 07:44:27 SSH_AUTH_SOCK=/tmp/ssh-90sA4UcEB40i/agent.44 07:44:27 SSH_AGENT_PID=49 07:44:27 Running ssh-add (command line suppressed) 07:44:27 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_7141670498022245436.key (/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/private_key_7141670498022245436.key) 07:44:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:44:27 + git semver init 07:44:27 # -> Open(): unable to determine branch for HEAD 07:44:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-384/.git 07:44:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-384 07:44:27 # $SEMVER_REMOTE_NAME = origin 07:44:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:44:27 # $SEMVER_USER_NAME = edgex-jenkins 07:44:27 # $SEMVER_BRANCH = PR-384 07:44:27 # $SEMVER_TEMP = /tmp/semver-617016292 07:44:27 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 07:44:28 # '/tmp/semver-617016292' -> '/w/workspace/dry_go-mod-core-contracts_PR-384/.semver' 07:44:28 # -> Force: false 07:44:28 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-384/.semver [Pipeline] } 07:44:28 $ docker exec --env ******** --env ******** 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e ssh-agent -k 07:44:28 unset SSH_AUTH_SOCK; 07:44:28 unset SSH_AGENT_PID; 07:44:28 echo Agent pid 49 killed; 07:44:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:44:29 + git semver [Pipeline] } 07:44:29 $ docker stop --time=1 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e 07:44:31 $ docker rm -f 7640be7d164af43bc8bff1cfbed809e907424047def16a0a44f1e56c51abfb8e [Pipeline] // withDockerContainer [Pipeline] sh 07:44:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:44:32 Stashed 1 file(s) [Pipeline] echo 07:44:32 [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:44:47 Still waiting to schedule task 07:44:47 ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15070’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ 07:44:47 Still waiting to schedule task 07:44:47 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:46:33 Running on prd-centos7-docker-4c-2g-15071 in /w/workspace/dry_go-mod-core-contracts_PR-384 [Pipeline] { [Pipeline] ws 07:46:33 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 07:46:36 using credential edgex-jenkins-ssh 07:46:36 Cloning the remote Git repository 07:46:36 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:46:36 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 07:46:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:46:36 > git --version # timeout=10 07:46:36 > git --version # 'git version 2.24.3' 07:46:36 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:46:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:46:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:46:37 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/384/head:refs/remotes/origin/PR-384 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:46:37 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit 85d4d6a2a0daf81ba27e7762990535f8af05f231 07:46:37 Merge succeeded, producing 85d4d6a2a0daf81ba27e7762990535f8af05f231 07:46:37 Checking out Revision 85d4d6a2a0daf81ba27e7762990535f8af05f231 (PR-384) 07:46:37 > git config core.sparsecheckout # timeout=10 07:46:37 > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 07:46:37 > git remote # timeout=10 07:46:37 > git config --get remote.origin.url # timeout=10 07:46:37 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:37 > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 07:46:37 > git rev-parse HEAD^{commit} # timeout=10 07:46:37 > git config core.sparsecheckout # timeout=10 07:46:37 > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 07:46:41 Commit message: "refactor(meta): Remove unnecessary comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:46:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:46:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:46:43 + sudo service docker restart 07:46:43 + true 07:46:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 07:46:44 ========================================================= 07:46:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:46:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:46:45 + 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:46:45 Sending build context to Docker daemon 1.911MB 07:46:45 Step 1/7 : ARG BASE=golang:1.15-alpine 07:46:45 Step 2/7 : FROM ${BASE} 07:46:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:46:45 188c0c94c7c5: Pulling fs layer 07:46:45 0ef7d3d256c8: Pulling fs layer 07:46:45 de9db76c5a1d: Pulling fs layer 07:46:45 bca2f99d35d6: Pulling fs layer 07:46:45 93359f2a8cfa: Pulling fs layer 07:46:45 7c6f9722023f: Pulling fs layer 07:46:45 a35cf1a2eb13: Pulling fs layer 07:46:45 93359f2a8cfa: Waiting 07:46:45 7c6f9722023f: Waiting 07:46:45 a35cf1a2eb13: Waiting 07:46:45 bca2f99d35d6: Waiting 07:46:45 de9db76c5a1d: Verifying Checksum 07:46:45 0ef7d3d256c8: Verifying Checksum 07:46:45 0ef7d3d256c8: Download complete 07:46:46 188c0c94c7c5: Verifying Checksum 07:46:46 188c0c94c7c5: Download complete 07:46:46 93359f2a8cfa: Verifying Checksum 07:46:46 93359f2a8cfa: Download complete 07:46:46 7c6f9722023f: Verifying Checksum 07:46:46 7c6f9722023f: Download complete 07:46:46 188c0c94c7c5: Pull complete 07:46:46 0ef7d3d256c8: Pull complete 07:46:46 de9db76c5a1d: Pull complete 07:46:47 a35cf1a2eb13: Verifying Checksum 07:46:47 a35cf1a2eb13: Download complete 07:46:48 bca2f99d35d6: Verifying Checksum 07:46:48 bca2f99d35d6: Download complete 07:46:54 bca2f99d35d6: Pull complete 07:46:54 93359f2a8cfa: Pull complete 07:46:54 7c6f9722023f: Pull complete 07:47:04 a35cf1a2eb13: Pull complete 07:47:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:47:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:47:04 ---> a62c8e92a672 07:47:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:47:04 ---> Running in 86b72a08e9b2 07:47:04 Removing intermediate container 86b72a08e9b2 07:47:04 ---> 5e5ac4a97601 07:47:04 Step 4/7 : RUN apk add bash 07:47:04 ---> Running in 9d3c58dd0671 07:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:06 OK: 166 MiB in 39 packages 07:47:06 Removing intermediate container 9d3c58dd0671 07:47:06 ---> e040309302b8 07:47:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:47:06 ---> Running in 3224c9b2d567 07:47:07 Removing intermediate container 3224c9b2d567 07:47:07 ---> ae3118db6811 07:47:07 Step 6/7 : COPY go.mod . 07:47:07 ---> b9485cdb6e2e 07:47:07 Step 7/7 : RUN go mod download 07:47:07 ---> Running in be5be0184797 07:47:19 Removing intermediate container be5be0184797 07:47:19 ---> 0a7881316ef4 07:47:19 Successfully built 0a7881316ef4 07:47:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:47:20 + docker inspect -f . ci-base-image-x86_64 07:47:20 . [Pipeline] withDockerContainer 07:47:20 prd-centos7-docker-4c-2g-15071 does not seem to be running inside a container 07:47:20 $ 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:47:21 $ docker top 368a222553d6fb1c0fe5b23dcdf443aec4e8bd690a10168fc759f7260b1cc148 -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:21 + go version 07:47:21 go version go1.15.5 linux/amd64 [Pipeline] } 07:47:21 $ docker stop --time=1 368a222553d6fb1c0fe5b23dcdf443aec4e8bd690a10168fc759f7260b1cc148 07:47:23 $ docker rm -f 368a222553d6fb1c0fe5b23dcdf443aec4e8bd690a10168fc759f7260b1cc148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:47:23 + docker inspect -f . ci-base-image-x86_64 07:47:23 . [Pipeline] withDockerContainer 07:47:24 prd-centos7-docker-4c-2g-15071 does not seem to be running inside a container 07:47: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:47:24 $ docker top aa24e6b5aba2930d27a4f2fd8fe756266fa511ad809f5cef5e132d0f53d06f65 -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:25 + make test 07:47:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:47:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements 07:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.011s coverage: 100.0% of statements 07:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements 07:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.016s coverage: 77.8% of statements 07:47:32 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.021s coverage: 6.6% of statements 07:47:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.025s coverage: 14.7% of statements 07:47:33 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements 07:47:33 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.027s coverage: 91.8% of statements 07:47:33 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:47:33 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:47:33 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.019s coverage: 100.0% of statements 07:47:35 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.042s coverage: 63.0% of statements 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.045s coverage: 26.3% of statements 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.004s coverage: 15.4% of statements 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements 07:47:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.024s coverage: 81.5% of statements 07:47:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 07:47:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.028s coverage: 29.9% of statements 07:47:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 100.0% of statements 07:47:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements 07:47:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 07:47:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:47:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:47:38 gofmt -l . 07:47:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 07:47:38 $ docker stop --time=1 aa24e6b5aba2930d27a4f2fd8fe756266fa511ad809f5cef5e132d0f53d06f65 07:47:41 $ docker rm -f aa24e6b5aba2930d27a4f2fd8fe756266fa511ad809f5cef5e132d0f53d06f65 07:47:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15072 in /w/workspace/dry_go-mod-core-contracts_PR-384 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws 07:47:41 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 07:47:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:47:42 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] } 07:47:46 using credential edgex-jenkins-ssh [Pipeline] // node [Pipeline] } 07:47:47 Cloning the remote Git repository [Pipeline] // stage [Pipeline] } 07:47:47 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:47:47 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 07:47:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:47:47 > git --version # timeout=10 07:47:47 > git --version # 'git version 2.17.1' 07:47:47 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:49 Merging remotes/origin/master commit 93bcc6a2201236c31d14acbf099dd3f279e68d4d into PR head commit 85d4d6a2a0daf81ba27e7762990535f8af05f231 07:47:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:47:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:47:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:47:48 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/384/head:refs/remotes/origin/PR-384 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:49 > git config core.sparsecheckout # timeout=10 07:47:49 > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 07:47:49 Merge succeeded, producing 85d4d6a2a0daf81ba27e7762990535f8af05f231 07:47:49 Checking out Revision 85d4d6a2a0daf81ba27e7762990535f8af05f231 (PR-384) 07:47:49 > git remote # timeout=10 07:47:49 > git config --get remote.origin.url # timeout=10 07:47:49 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:49 > git merge 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 07:47:49 > git rev-parse HEAD^{commit} # timeout=10 07:47:49 > git config core.sparsecheckout # timeout=10 07:47:49 > git checkout -f 85d4d6a2a0daf81ba27e7762990535f8af05f231 # timeout=10 07:47:54 Commit message: "refactor(meta): Remove unnecessary comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:47:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:47:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:47:56 + + sudotrue 07:47:56 service docker restart [Pipeline] unstash [Pipeline] echo 07:47:59 ========================================================= 07:47:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:47:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:47:59 + 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:48:00 Sending build context to Docker daemon 1.91MB 07:48:00 Step 1/7 : ARG BASE=golang:1.15-alpine 07:48:00 Step 2/7 : FROM ${BASE} 07:48:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:48:00 5f621e34cdf4: Pulling fs layer 07:48:00 a4357932f1b6: Pulling fs layer 07:48:00 18c013af1878: Pulling fs layer 07:48:00 00ac8860ef70: Pulling fs layer 07:48:00 63d7cb157983: Pulling fs layer 07:48:00 b116817d02f9: Pulling fs layer 07:48:00 745a02a5169b: Pulling fs layer 07:48:00 00ac8860ef70: Waiting 07:48:00 63d7cb157983: Waiting 07:48:00 b116817d02f9: Waiting 07:48:00 745a02a5169b: Waiting 07:48:01 18c013af1878: Download complete 07:48:01 a4357932f1b6: Verifying Checksum 07:48:01 a4357932f1b6: Download complete 07:48:01 63d7cb157983: Download complete 07:48:01 b116817d02f9: Verifying Checksum 07:48:01 b116817d02f9: Download complete 07:48:01 5f621e34cdf4: Verifying Checksum 07:48:01 5f621e34cdf4: Download complete 07:48:02 5f621e34cdf4: Pull complete 07:48:02 a4357932f1b6: Pull complete 07:48:03 18c013af1878: Pull complete 07:48:03 745a02a5169b: Verifying Checksum 07:48:03 745a02a5169b: Download complete 07:48:04 00ac8860ef70: Verifying Checksum 07:48:04 00ac8860ef70: Download complete 07:48:14 00ac8860ef70: Pull complete 07:48:14 63d7cb157983: Pull complete 07:48:14 b116817d02f9: Pull complete 07:48:18 745a02a5169b: Pull complete 07:48:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:48:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:48:18 ---> b7e6874047d6 07:48:18 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:48:21 ---> Running in b397300eaf37 07:48:21 Removing intermediate container b397300eaf37 07:48:21 ---> dcf3e0fca7b0 07:48:21 Step 4/7 : RUN apk add bash 07:48:21 ---> Running in b97ab987060b 07:48:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:26 OK: 142 MiB in 39 packages 07:48:27 Removing intermediate container b97ab987060b 07:48:27 ---> b0447a516784 07:48:27 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:48:27 ---> Running in 7ce8a504a23e 07:48:28 Removing intermediate container 7ce8a504a23e 07:48:28 ---> 0f528b3df859 07:48:28 Step 6/7 : COPY go.mod . 07:48:29 ---> 7e1faf5207d8 07:48:29 Step 7/7 : RUN go mod download 07:48:29 ---> Running in dc8491b4084f 07:48:44 Removing intermediate container dc8491b4084f 07:48:44 ---> 69e43b587c06 07:48:44 Successfully built 69e43b587c06 07:48:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:48:44 + docker inspect -f . ci-base-image-arm64 07:48:44 . [Pipeline] withDockerContainer 07:48:45 prd-ubuntu18.04-docker-arm64-4c-16g-15072 does not seem to be running inside a container 07:48:45 $ 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 ******** ci-base-image-arm64 cat 07:48:46 $ docker top 6d157c01c342ca03fe5ef320f25a2df203a76ab98d3e2ac152f5a864d6c4ac43 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:47 + go version 07:48:47 go version go1.15.5 linux/arm64 [Pipeline] } 07:48:47 $ docker stop --time=1 6d157c01c342ca03fe5ef320f25a2df203a76ab98d3e2ac152f5a864d6c4ac43 07:48:49 $ docker rm -f 6d157c01c342ca03fe5ef320f25a2df203a76ab98d3e2ac152f5a864d6c4ac43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:48:50 + docker inspect -f . ci-base-image-arm64 07:48:50 . [Pipeline] withDockerContainer 07:48:50 prd-ubuntu18.04-docker-arm64-4c-16g-15072 does not seem to be running inside a container 07:48:50 $ 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 ******** ci-base-image-arm64 cat 07:48:52 $ docker top 06adcefc165a71b4a549865c7844a83fb0fb8a2607068ea49c96e77a11474afd -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:53 + make test 07:48:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:49:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:49:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.027s coverage: 85.7% of statements 07:49:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.029s coverage: 100.0% of statements 07:49:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.053s coverage: 45.4% of statements 07:49:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.046s coverage: 77.8% of statements 07:49:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:49:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.6% of statements 07:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.045s coverage: 14.7% of statements 07:49:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.045s coverage: 100.0% of statements 07:49:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.117s coverage: 91.8% of statements 07:49:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:49:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:49:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.038s coverage: 100.0% of statements 07:49:22 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.011s coverage: 47.8% of statements 07:49:28 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.134s coverage: 63.0% of statements 07:49:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements 07:49:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.043s coverage: 15.4% of statements 07:49:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.054s coverage: 15.4% of statements 07:49:28 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements 07:49:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:49:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.047s coverage: 81.5% of statements 07:49:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 07:49:29 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 07:49:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.049s coverage: 29.9% of statements 07:49:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.031s coverage: 100.0% of statements 07:49:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 94.4% of statements 07:49:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 07:49:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:49:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:49:36 gofmt -l . 07:49:36 [ "`gofmt -l .`" = "" ] [Pipeline] } 07:49:37 $ docker stop --time=1 06adcefc165a71b4a549865c7844a83fb0fb8a2607068ea49c96e77a11474afd 07:49:39 $ docker rm -f 06adcefc165a71b4a549865c7844a83fb0fb8a2607068ea49c96e77a11474afd [Pipeline] // withDockerContainer [Pipeline] sh 07:49:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:49:40 Warning: overwriting stash ‘coverage-report’ 07:49:41 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:49:43 provisioning config files... 07:49:43 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/config6854294343394176597tmp [Pipeline] { [Pipeline] sh 07:49:43 + set +x 07:49:43 + curl -s https://codecov.io/bash 07:49:43 + bash -s -- 07:49:44 07:49:44 _____ _ 07:49:44 / ____| | | 07:49:44 | | ___ __| | ___ ___ _____ __ 07:49:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:49:44 | |___| (_) | (_| | __/ (_| (_) \ V / 07:49:44 \_____\___/ \__,_|\___|\___\___/ \_/ 07:49:44 Bash-20201130-cc6d3fe 07:49:44 07:49:44 07:49:44 ==> Jenkins CI detected. 07:49:44 project root: . 07:49:44 --> token set from env 07:49:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:49:44 ==> Running gcov in . (disable via -X gcov) 07:49:44 ==> Python coveragepy not found 07:49:44 ==> Searching for coverage reports in: 07:49:44 + . 07:49:44 -> Found 1 reports 07:49:44 ==> Detecting git/mercurial file structure 07:49:44 ==> Reading reports 07:49:44 + ./coverage.out bytes=106677 07:49:44 ==> Appending adjustments 07:49:44 https://docs.codecov.io/docs/fixing-reports 07:49:45 + Found adjustments 07:49:45 ==> Gzipping contents 07:49:45 20K /tmp/codecov.2lSTOD.gz 07:49:45 ==> Uploading reports 07:49:45 url: https://codecov.io 07:49:45 query: branch=PR-384&commit=85d4d6a2a0daf81ba27e7762990535f8af05f231&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-384%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=384&job=&cmd_args= 07:49:45 -> Pinging Codecov 07:49:45 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-384&commit=85d4d6a2a0daf81ba27e7762990535f8af05f231&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-384%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=384&job=&cmd_args= 07:49:45 -> Uploading to 07:49:45 https://storage.googleapis.com/codecov/v4/raw/2020-12-08/71470A77251A30514AAF9C0BB2E5B6CE/85d4d6a2a0daf81ba27e7762990535f8af05f231/52ee2d39-eae9-4128-b2af-f11cc4dffba5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T074945Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd8a621e2d26368e3e77a423c9fbc5891b196548e9ea0af19c5ccf3f4aa37e4f 07:49:45 % Total % Received % Xferd Average Speed Time Time Time Current 07:49:45 Dload Upload Total Spent Left Speed 07:49:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17328 0 0 100 17328 0 32718 --:--:-- --:--:-- --:--:-- 32694 07:49:45 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/85d4d6a2a0daf81ba27e7762990535f8af05f231 [Pipeline] } 07:49:45 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:49:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:49:49 ---> package-listing.sh 07:49:49 ++ tr '[:upper:]' '[:lower:]' 07:49:49 ++ facter osfamily 07:49:49 + OS_FAMILY=redhat 07:49:49 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-384 07:49:49 + START_PACKAGES=/tmp/packages_start.txt 07:49:49 + END_PACKAGES=/tmp/packages_end.txt 07:49:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:49:49 + PACKAGES=/tmp/packages_start.txt 07:49:49 + '[' /w/workspace/dry_go-mod-core-contracts_PR-384 ']' 07:49:49 + PACKAGES=/tmp/packages_end.txt 07:49:49 + case "${OS_FAMILY}" in 07:49:49 + rpm -qa 07:49:49 + sort 07:49:54 + '[' -f /tmp/packages_start.txt ']' 07:49:54 + '[' -f /tmp/packages_end.txt ']' 07:49:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:49:54 + '[' /w/workspace/dry_go-mod-core-contracts_PR-384 ']' 07:49:54 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-384/archives/ 07:49:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-384/archives/ [Pipeline] echo 07:49:54 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-384/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:49:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:49:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:55 07:49:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:49:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:49:55 alpine: Pulling from edgex-lftools-log-publisher 07:49:55 df20fa9351a1: Pulling fs layer 07:49:55 36b3adc4ff6f: Pulling fs layer 07:49:55 8ad3a11d3b57: Pulling fs layer 07:49:55 46f8f816bc3b: Pulling fs layer 07:49:55 93b61091891f: Pulling fs layer 07:49:55 93b9cdb0e59b: Pulling fs layer 07:49:55 5e14af77c1be: Pulling fs layer 07:49:55 01666e4c0597: Pulling fs layer 07:49:55 aa168da1d23b: Pulling fs layer 07:49:55 46f8f816bc3b: Waiting 07:49:55 5e14af77c1be: Waiting 07:49:55 01666e4c0597: Waiting 07:49:55 93b61091891f: Waiting 07:49:55 93b9cdb0e59b: Waiting 07:49:55 aa168da1d23b: Waiting 07:49:55 46f8f816bc3b: Download complete 07:49:55 df20fa9351a1: Verifying Checksum 07:49:55 93b61091891f: Download complete 07:49:55 93b9cdb0e59b: Verifying Checksum 07:49:55 93b9cdb0e59b: Download complete 07:49:55 01666e4c0597: Download complete 07:49:55 5e14af77c1be: Verifying Checksum 07:49:55 5e14af77c1be: Download complete 07:49:55 8ad3a11d3b57: Verifying Checksum 07:49:55 8ad3a11d3b57: Download complete 07:49:55 df20fa9351a1: Pull complete 07:49:56 36b3adc4ff6f: Pull complete 07:49:57 8ad3a11d3b57: Pull complete 07:49:57 46f8f816bc3b: Pull complete 07:49:57 93b61091891f: Pull complete 07:49:57 aa168da1d23b: Verifying Checksum 07:49:57 aa168da1d23b: Download complete 07:49:57 93b9cdb0e59b: Pull complete 07:49:57 5e14af77c1be: Pull complete 07:49:58 01666e4c0597: Pull complete 07:50:04 aa168da1d23b: Pull complete 07:50:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:50:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:50:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:50:04 prd-centos7-docker-4c-2g-15069 does not seem to be running inside a container 07:50:04 $ 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-384/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-384 -v /w/workspace/dry_go-mod-core-contracts_PR-384:/w/workspace/dry_go-mod-core-contracts_PR-384:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-384@tmp:/w/workspace/dry_go-mod-core-contracts_PR-384@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:50:08 $ docker top 739ce032c5e2a5ae9282b536c302c96f7635f5713af7c35250dc0348ca58bf07 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:08 + touch /tmp/pre-build-complete [Pipeline] sh 07:50:09 + mkdir -p /var/log/sa [Pipeline] sh 07:50:09 + ls /var/log/sa-host 07:50:09 + sadf -c /var/log/sa-host/sa08 07:50:09 file_magic: OK 07:50:09 HZ: Using current value: 100 07:50:09 file_header: OK 07:50:09 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:50:09 Statistics: 07:50:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:50:09 File successfully converted to sysstat format version 12.2.1 07:50:09 + sadf -c /var/log/sa-host/sa23 07:50:09 file_magic: OK 07:50:09 HZ: Using current value: 100 07:50:09 file_header: OK 07:50:09 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:50:09 Statistics: 07:50:09 Hnuu...uuuununununu... 07:50:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:50:10 provisioning config files... 07:50:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-384@tmp/config1749709829716254947tmp [Pipeline] { [Pipeline] echo 07:50:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:50:10 ---> create-netrc.sh [Pipeline] } 07:50:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:50:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:50:11 ---> python-tools-install.sh [Pipeline] echo 07:50:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:50:11 ---> sudo-logs.sh 07:50:11 Archiving 'sudo' log.. [Pipeline] echo 07:50:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:50:11 ---> job-cost.sh 07:50:11 lf-activate-venv: SKIPPING 07:50:11 INFO: No Stack... 07:50:12 INFO: Retrieving Pricing Info for: v1-standard-2 07:50:12 INFO: Archiving Costs [Pipeline] echo 07:50:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:50:13 ---> logs-deploy.sh 07:50:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-384/2 07:50:13 INFO: archiving workspace using pattern(s): 07:50:14 Archives upload complete. 07:50:14 INFO: archiving logs to Nexus 07:50:15 ---> uname -a: 07:50:15 Linux prd-centos7-docker-4c-2g-15069.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:50:15 07:50:15 07:50:15 ---> lscpu: 07:50:15 Architecture: x86_64 07:50:15 CPU op-mode(s): 32-bit, 64-bit 07:50:15 Byte Order: Little Endian 07:50:15 Address sizes: 40 bits physical, 48 bits virtual 07:50:15 CPU(s): 4 07:50:15 On-line CPU(s) list: 0-3 07:50:15 Thread(s) per core: 1 07:50:15 Core(s) per socket: 1 07:50:15 Socket(s): 4 07:50:15 NUMA node(s): 1 07:50:15 Vendor ID: GenuineIntel 07:50:15 CPU family: 6 07:50:15 Model: 44 07:50:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:50:15 Stepping: 1 07:50:15 CPU MHz: 2933.438 07:50:15 BogoMIPS: 5866.87 07:50:15 Virtualization: VT-x 07:50:15 Hypervisor vendor: KVM 07:50:15 Virtualization type: full 07:50:15 L1d cache: 128 KiB 07:50:15 L1i cache: 128 KiB 07:50:15 L2 cache: 16 MiB 07:50:15 L3 cache: 64 MiB 07:50:15 NUMA node0 CPU(s): 0-3 07:50:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:50:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:50:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:50:15 Vulnerability Meltdown: Mitigation; PTI 07:50:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:50:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:50:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:50:15 Vulnerability Srbds: Not affected 07:50:15 Vulnerability Tsx async abort: Not affected 07:50:15 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:50:15 07:50:15 07:50:15 ---> nproc: 07:50:15 4 07:50:15 07:50:15