Pull request #427 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 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 rather than 9b11ece37e3304ed02206fdc40721bf329335789 Obtained Jenkinsfile from 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20136 in /w/workspace/dry_go-mod-core-contracts_PR-427 [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-427 # 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/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9b11ece37e3304ed02206fdc40721bf329335789 Merge succeeded, producing 9b11ece37e3304ed02206fdc40721bf329335789 Checking out Revision 9b11ece37e3304ed02206fdc40721bf329335789 (PR-427) > git config core.sparsecheckout # timeout=10 > git checkout -f 9b11ece37e3304ed02206fdc40721bf329335789 # 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 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b11ece37e3304ed02206fdc40721bf329335789 # timeout=10 Commit message: "fix(scheduler): Fix func name typo" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 2e695777c65914e54c335415d3cdc3dbb5742943 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:06:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:06:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:06:34 ========================================================= 02:06:34 EdgeX Global Pipelines Version Info 02:06:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:06:36 ------------------- 02:06:36 stable info: 02:06:36 ------------------- 02:06:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:06:36 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 02:06:36 Message: update stable to v1.0.177 02:06:37 ------------------- 02:06:37 experimental info: 02:06:37 ------------------- 02:06:37 Commited By: **** collab-it+edgex@linuxfoundation.org 02:06:37 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 02:06:37 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:06:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:06:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:06:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:06:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-427 [Pipeline] echo 02:06:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-427 [Pipeline] echo 02:06:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-427 [Pipeline] echo 02:06:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b11ece37e3304ed02206fdc40721bf329335789 [Pipeline] echo 02:06:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b11ece [Pipeline] echo 02:06:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:06:41 + git log --format=format:%s -1 9b11ece37e3304ed02206fdc40721bf329335789 [Pipeline] echo 02:06:41 GIT_COMMIT: 9b11ece37e3304ed02206fdc40721bf329335789, Commit Message: fix(scheduler): Fix func name typo [Pipeline] echo 02:06:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:06:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:42 02:06:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:06:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:43 latest: Pulling from edgex-devops/git-semver 02:06:43 31603596830f: Pulling fs layer 02:06:43 2a8b12db71e7: Pulling fs layer 02:06:43 6ca5941a6612: Pulling fs layer 02:06:43 ecc8261a40a4: Pulling fs layer 02:06:43 ecc8261a40a4: Waiting 02:06:43 2a8b12db71e7: Verifying Checksum 02:06:43 2a8b12db71e7: Download complete 02:06:43 31603596830f: Verifying Checksum 02:06:43 31603596830f: Download complete 02:06:43 ecc8261a40a4: Verifying Checksum 02:06:43 ecc8261a40a4: Download complete 02:06:43 6ca5941a6612: Verifying Checksum 02:06:43 6ca5941a6612: Download complete 02:06:43 31603596830f: Pull complete 02:06:43 2a8b12db71e7: Pull complete 02:06:44 6ca5941a6612: Pull complete 02:06:45 ecc8261a40a4: Pull complete 02:06:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:06:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:06:45 prd-centos7-docker-4c-2g-20136 does not seem to be running inside a container 02:06:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:06:47 $ docker top a588c02cf2fd438fa230369e837fd1bd64aabee3130997a62342c8fd4256db84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:06:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:47 [ssh-agent] Looking for ssh-agent implementation... 02:06:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:48 $ docker exec a588c02cf2fd438fa230369e837fd1bd64aabee3130997a62342c8fd4256db84 ssh-agent 02:06:48 SSH_AUTH_SOCK=/tmp/ssh-ZhE0UtToXS5i/agent.12 02:06:48 SSH_AGENT_PID=17 02:06:48 Running ssh-add (command line suppressed) 02:06:48 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_6064565456330174497.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_6064565456330174497.key) 02:06:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:48 + git tag --points-at HEAD [Pipeline] } 02:06:48 $ docker exec --env ******** --env ******** a588c02cf2fd438fa230369e837fd1bd64aabee3130997a62342c8fd4256db84 ssh-agent -k 02:06:48 unset SSH_AUTH_SOCK; 02:06:48 unset SSH_AGENT_PID; 02:06:48 echo Agent pid 17 killed; 02:06:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:06:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:06:49 [ssh-agent] Looking for ssh-agent implementation... 02:06:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:06:49 $ docker exec a588c02cf2fd438fa230369e837fd1bd64aabee3130997a62342c8fd4256db84 ssh-agent 02:06:49 SSH_AUTH_SOCK=/tmp/ssh-431hPuXTEXdq/agent.46 02:06:49 SSH_AGENT_PID=52 02:06:49 Running ssh-add (command line suppressed) 02:06:49 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_2692480103670929367.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_2692480103670929367.key) 02:06:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:06:49 + git semver init 02:06:49 # -> Open(): unable to determine branch for HEAD 02:06:49 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.git 02:06:49 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-427 02:06:49 # $SEMVER_REMOTE_NAME = origin 02:06:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:06:49 # $SEMVER_USER_NAME = edgex-jenkins 02:06:49 # $SEMVER_BRANCH = PR-427 02:06:49 # $SEMVER_TEMP = /tmp/semver-473632391 02:06:49 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 02:06:51 # '/tmp/semver-473632391' -> '/w/workspace/dry_go-mod-core-contracts_PR-427/.semver' 02:06:51 # -> Force: false 02:06:51 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.semver [Pipeline] } 02:06:51 $ docker exec --env ******** --env ******** a588c02cf2fd438fa230369e837fd1bd64aabee3130997a62342c8fd4256db84 ssh-agent -k 02:06:51 unset SSH_AUTH_SOCK; 02:06:51 unset SSH_AGENT_PID; 02:06:51 echo Agent pid 52 killed; 02:06:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:06:52 + git semver [Pipeline] } 02:06:52 $ docker stop --time=1 a588c02cf2fd438fa230369e837fd1bd64aabee3130997a62342c8fd4256db84 02:06:53 $ docker rm -f a588c02cf2fd438fa230369e837fd1bd64aabee3130997a62342c8fd4256db84 [Pipeline] // withDockerContainer [Pipeline] sh 02:06:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:06:54 Stashed 1 file(s) [Pipeline] echo 02:06:54 [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 02:06:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20123 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws 02:06:55 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 02:07:00 using credential edgex-jenkins-ssh 02:07:00 Cloning the remote Git repository 02:07:00 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:07:00 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 02:07:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:07:00 > git --version # timeout=10 02:07:00 > git --version # 'git version 2.17.1' 02:07:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:07:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:01 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:07:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:07:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:07:03 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9b11ece37e3304ed02206fdc40721bf329335789 02:07:03 Merge succeeded, producing 9b11ece37e3304ed02206fdc40721bf329335789 02:07:03 Checking out Revision 9b11ece37e3304ed02206fdc40721bf329335789 (PR-427) 02:07:03 > git config core.sparsecheckout # timeout=10 02:07:03 > git checkout -f 9b11ece37e3304ed02206fdc40721bf329335789 # timeout=10 02:07:03 > git remote # timeout=10 02:07:03 > git config --get remote.origin.url # timeout=10 02:07:03 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:03 > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 02:07:03 > git rev-parse HEAD^{commit} # timeout=10 02:07:03 > git config core.sparsecheckout # timeout=10 02:07:03 > git checkout -f 9b11ece37e3304ed02206fdc40721bf329335789 # timeout=10 02:07:07 Commit message: "fix(scheduler): Fix func name typo" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:07:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:07:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:07:10 Still waiting to schedule task 02:07:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:07:10 + sudo service docker restart 02:07:10 + true [Pipeline] unstash [Pipeline] echo 02:07:12 ========================================================= 02:07:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:07:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:07:12 + 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 . 02:07:13 Sending build context to Docker daemon 2.23MB 02:07:13 Step 1/7 : ARG BASE=golang:1.15-alpine 02:07:13 Step 2/7 : FROM ${BASE} 02:07:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:07:14 5f621e34cdf4: Pulling fs layer 02:07:14 a4357932f1b6: Pulling fs layer 02:07:14 18c013af1878: Pulling fs layer 02:07:14 00ac8860ef70: Pulling fs layer 02:07:14 63d7cb157983: Pulling fs layer 02:07:14 b116817d02f9: Pulling fs layer 02:07:14 745a02a5169b: Pulling fs layer 02:07:14 00ac8860ef70: Waiting 02:07:14 63d7cb157983: Waiting 02:07:14 b116817d02f9: Waiting 02:07:14 745a02a5169b: Waiting 02:07:14 18c013af1878: Verifying Checksum 02:07:14 18c013af1878: Download complete 02:07:14 a4357932f1b6: Download complete 02:07:14 63d7cb157983: Verifying Checksum 02:07:14 63d7cb157983: Download complete 02:07:14 b116817d02f9: Verifying Checksum 02:07:14 b116817d02f9: Download complete 02:07:14 5f621e34cdf4: Verifying Checksum 02:07:14 5f621e34cdf4: Download complete 02:07:15 5f621e34cdf4: Pull complete 02:07:15 a4357932f1b6: Pull complete 02:07:16 18c013af1878: Pull complete 02:07:17 745a02a5169b: Verifying Checksum 02:07:17 745a02a5169b: Download complete 02:07:18 00ac8860ef70: Verifying Checksum 02:07:18 00ac8860ef70: Download complete 02:07:29 00ac8860ef70: Pull complete 02:07:29 63d7cb157983: Pull complete 02:07:29 b116817d02f9: Pull complete 02:07:33 745a02a5169b: Pull complete 02:07:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:07:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:07:33 ---> b7e6874047d6 02:07:33 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:07:36 ---> Running in d213bd728072 02:07:36 Removing intermediate container d213bd728072 02:07:36 ---> 232645d0c383 02:07:36 Step 4/7 : RUN apk add bash 02:07:36 ---> Running in 71f570f28561 02:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:07:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:07:39 OK: 142 MiB in 39 packages 02:07:40 Removing intermediate container 71f570f28561 02:07:40 ---> f6eb807de293 02:07:40 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:07:40 ---> Running in f0fbc2cab885 02:07:40 Removing intermediate container f0fbc2cab885 02:07:40 ---> 8efa7b29d66e 02:07:40 Step 6/7 : COPY go.mod . 02:07:41 ---> 24c878597116 02:07:41 Step 7/7 : RUN go mod download 02:07:41 ---> Running in 46e2a7fca4ff 02:07:56 Removing intermediate container 46e2a7fca4ff 02:07:56 ---> dfdd173a7c5b 02:07:56 Successfully built dfdd173a7c5b 02:07:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:07:57 + docker inspect -f . ci-base-image-arm64 02:07:57 . [Pipeline] withDockerContainer 02:07:57 prd-ubuntu18.04-docker-arm64-4c-16g-20123 does not seem to be running inside a container 02:07:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 02:07:58 $ docker top d1072e8fdf9045f373fd29528667626c443156c61b6fb76f593161965a5048ca -eo pid,comm [Pipeline] { [Pipeline] sh 02:07:59 + go version 02:07:59 go version go1.15.5 linux/arm64 [Pipeline] } 02:07:59 $ docker stop --time=1 d1072e8fdf9045f373fd29528667626c443156c61b6fb76f593161965a5048ca 02:08:01 $ docker rm -f d1072e8fdf9045f373fd29528667626c443156c61b6fb76f593161965a5048ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:08:02 + docker inspect -f . ci-base-image-arm64 02:08:02 . [Pipeline] withDockerContainer 02:08:03 prd-ubuntu18.04-docker-arm64-4c-16g-20123 does not seem to be running inside a container 02:08:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 02:08:04 $ docker top ce34749ec7e9e0eaa489a8235dde3712a0dd2d7c20600cfa9fda0fca087d9a61 -eo pid,comm [Pipeline] { [Pipeline] sh 02:08:05 + make test 02:08:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:08:27 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:08:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.030s coverage: 85.7% of statements 02:08:27 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.065s coverage: 100.0% of statements 02:08:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.057s coverage: 45.4% of statements 02:08:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.075s coverage: 77.8% of statements 02:08:30 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:08:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.039s coverage: 26.3% of statements 02:08:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.066s coverage: 14.7% of statements 02:08:32 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.042s coverage: 100.0% of statements 02:08:33 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.081s coverage: 91.8% of statements 02:08:33 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:08:33 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:08:33 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.093s coverage: 100.0% of statements 02:08:33 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.037s coverage: 47.8% of statements 02:08:38 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.095s coverage: 63.0% of statements 02:08:38 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements 02:08:38 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.010s coverage: 15.4% of statements 02:08:38 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.043s coverage: 15.4% of statements 02:08:38 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.054s coverage: 14.3% of statements 02:08:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:08:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.160s coverage: 85.0% of statements 02:08:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 02:08:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:08:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.074s coverage: 40.9% of statements 02:08:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.036s coverage: 94.4% of statements 02:08:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.126s coverage: 92.9% of statements 02:08:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements 02:08:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:08:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:08:47 gofmt -l . 02:08:47 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:08:48 $ docker stop --time=1 ce34749ec7e9e0eaa489a8235dde3712a0dd2d7c20600cfa9fda0fca087d9a61 02:08:50 $ docker rm -f ce34749ec7e9e0eaa489a8235dde3712a0dd2d7c20600cfa9fda0fca087d9a61 [Pipeline] // withDockerContainer [Pipeline] sh 02:08:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:08:52 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] } 02:09:41 Running on prd-centos7-docker-4c-2g-20137 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws 02:09:41 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 02:09:48 using credential edgex-jenkins-ssh 02:09:48 Cloning the remote Git repository 02:09:49 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:09:49 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 02:09:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:09:49 > git --version # timeout=10 02:09:49 > git --version # 'git version 2.24.3' 02:09:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:09:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:09:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:09:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:09:50 Merging remotes/origin/master commit 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 into PR head commit 9b11ece37e3304ed02206fdc40721bf329335789 02:09:51 Merge succeeded, producing 9b11ece37e3304ed02206fdc40721bf329335789 02:09:51 Checking out Revision 9b11ece37e3304ed02206fdc40721bf329335789 (PR-427) 02:09:50 > git config core.sparsecheckout # timeout=10 02:09:51 > git checkout -f 9b11ece37e3304ed02206fdc40721bf329335789 # timeout=10 02:09:51 > git remote # timeout=10 02:09:51 > git config --get remote.origin.url # timeout=10 02:09:51 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:51 > git merge 7c6cfcc552c7b9bf6bb57adcfe393d54d04dae42 # timeout=10 02:09:51 > git rev-parse HEAD^{commit} # timeout=10 02:09:51 > git config core.sparsecheckout # timeout=10 02:09:51 > git checkout -f 9b11ece37e3304ed02206fdc40721bf329335789 # timeout=10 02:09:55 Commit message: "fix(scheduler): Fix func name typo" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:09:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:09:57 + sudo service docker restart 02:09:57 + true 02:09:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 02:09:59 ========================================================= 02:09:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:09:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:09:59 + 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 . 02:10:00 Sending build context to Docker daemon 2.231MB 02:10:00 Step 1/7 : ARG BASE=golang:1.15-alpine 02:10:00 Step 2/7 : FROM ${BASE} 02:10:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:10:00 188c0c94c7c5: Pulling fs layer 02:10:00 0ef7d3d256c8: Pulling fs layer 02:10:00 de9db76c5a1d: Pulling fs layer 02:10:00 bca2f99d35d6: Pulling fs layer 02:10:00 93359f2a8cfa: Pulling fs layer 02:10:00 7c6f9722023f: Pulling fs layer 02:10:00 a35cf1a2eb13: Pulling fs layer 02:10:00 93359f2a8cfa: Waiting 02:10:00 7c6f9722023f: Waiting 02:10:00 a35cf1a2eb13: Waiting 02:10:00 bca2f99d35d6: Waiting 02:10:00 de9db76c5a1d: Verifying Checksum 02:10:00 de9db76c5a1d: Download complete 02:10:00 0ef7d3d256c8: Verifying Checksum 02:10:00 0ef7d3d256c8: Download complete 02:10:00 93359f2a8cfa: Verifying Checksum 02:10:00 93359f2a8cfa: Download complete 02:10:01 7c6f9722023f: Verifying Checksum 02:10:01 7c6f9722023f: Download complete 02:10:01 188c0c94c7c5: Verifying Checksum 02:10:01 188c0c94c7c5: Download complete 02:10:02 188c0c94c7c5: Pull complete 02:10:02 0ef7d3d256c8: Pull complete 02:10:02 de9db76c5a1d: Pull complete 02:10:05 a35cf1a2eb13: Verifying Checksum 02:10:05 a35cf1a2eb13: Download complete 02:10:07 bca2f99d35d6: Verifying Checksum 02:10:07 bca2f99d35d6: Download complete 02:10:17 bca2f99d35d6: Pull complete 02:10:17 93359f2a8cfa: Pull complete 02:10:18 7c6f9722023f: Pull complete 02:10:24 a35cf1a2eb13: Pull complete 02:10:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:10:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:10:24 ---> a62c8e92a672 02:10:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:10:24 ---> Running in 56f429f323f0 02:10:24 Removing intermediate container 56f429f323f0 02:10:24 ---> 04634d00fb6b 02:10:24 Step 4/7 : RUN apk add bash 02:10:24 ---> Running in 5cda5feec2bc 02:10:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:10:27 OK: 166 MiB in 39 packages 02:10:28 Removing intermediate container 5cda5feec2bc 02:10:28 ---> 42249be7c376 02:10:28 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:10:28 ---> Running in da6801a380fb 02:10:28 Removing intermediate container da6801a380fb 02:10:28 ---> 857df5968bfc 02:10:28 Step 6/7 : COPY go.mod . 02:10:28 ---> 89cfeef7b4ab 02:10:28 Step 7/7 : RUN go mod download 02:10:28 ---> Running in 5df32b0952ce 02:10:44 Removing intermediate container 5df32b0952ce 02:10:44 ---> 5f16e621126d 02:10:44 Successfully built 5f16e621126d 02:10:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:10:44 + docker inspect -f . ci-base-image-x86_64 02:10:44 . [Pipeline] withDockerContainer 02:10:44 prd-centos7-docker-4c-2g-20137 does not seem to be running inside a container 02:10:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** -e ******** ci-base-image-x86_64 cat 02:10:46 $ docker top 2e8e38ad59037e77c7ded238fea7457b2b183a52554bb88ca4508e32781d2d39 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:47 + go version 02:10:47 go version go1.15.5 linux/amd64 [Pipeline] } 02:10:47 $ docker stop --time=1 2e8e38ad59037e77c7ded238fea7457b2b183a52554bb88ca4508e32781d2d39 02:10:49 $ docker rm -f 2e8e38ad59037e77c7ded238fea7457b2b183a52554bb88ca4508e32781d2d39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:50 + docker inspect -f . ci-base-image-x86_64 02:10:50 . [Pipeline] withDockerContainer 02:10:50 prd-centos7-docker-4c-2g-20137 does not seem to be running inside a container 02:10:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** -e ******** ci-base-image-x86_64 cat 02:10:51 $ docker top 5f2a23ba2654290d937f56634fcb9078aced132a79f459eeffa3e6193fe6b9ba -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:52 + make test 02:10:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:11:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:11:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.065s coverage: 85.7% of statements 02:11:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.028s coverage: 100.0% of statements 02:11:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.038s coverage: 45.4% of statements 02:11:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements 02:11:08 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:11:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.027s coverage: 26.3% of statements 02:11:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.148s coverage: 14.7% of statements 02:11:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.008s coverage: 100.0% of statements 02:11:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.047s coverage: 91.8% of statements 02:11:10 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:11:10 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:11:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.120s coverage: 100.0% of statements 02:11:10 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.023s coverage: 47.8% of statements 02:11:14 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.043s coverage: 63.0% of statements 02:11:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 02:11:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.024s coverage: 15.4% of statements 02:11:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.006s coverage: 15.4% of statements 02:11:14 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.045s coverage: 14.3% of statements 02:11:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.086s coverage: 85.0% of statements 02:11:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 02:11:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.061s coverage: 40.9% of statements 02:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.074s coverage: 94.4% of statements 02:11:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.105s coverage: 92.9% of statements 02:11:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 02:11:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:11:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:11:22 gofmt -l . 02:11:22 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:11:22 $ docker stop --time=1 5f2a23ba2654290d937f56634fcb9078aced132a79f459eeffa3e6193fe6b9ba 02:11:25 $ docker rm -f 5f2a23ba2654290d937f56634fcb9078aced132a79f459eeffa3e6193fe6b9ba [Pipeline] // withDockerContainer [Pipeline] sh 02:11:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:26 Warning: overwriting stash ‘coverage-report’ 02:11:27 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:11:29 provisioning config files... 02:11:29 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config6442517297039643965tmp [Pipeline] { [Pipeline] sh 02:11:29 + set +x 02:11:29 + bash -s -- 02:11:29 + curl -s https://codecov.io/bash 02:11:29 02:11:29 _____ _ 02:11:29 / ____| | | 02:11:29 | | ___ __| | ___ ___ _____ __ 02:11:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:11:29 | |___| (_) | (_| | __/ (_| (_) \ V / 02:11:29 \_____\___/ \__,_|\___|\___\___/ \_/ 02:11:29 Bash-20201231-23d4836 02:11:29 02:11:29 02:11:29 ==> git version 2.24.3 found 02:11:29 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:11:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:11:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:11:29 ==> Jenkins CI detected. 02:11:29 project root: . 02:11:29 --> token set from env 02:11:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:11:29 ==> Running gcov in . (disable via -X gcov) 02:11:29 ==> Python coveragepy not found 02:11:29 ==> Searching for coverage reports in: 02:11:29 + . 02:11:29 -> Found 1 reports 02:11:29 ==> Detecting git/mercurial file structure 02:11:29 ==> Reading reports 02:11:29 + ./coverage.out bytes=123801 02:11:29 ==> Appending adjustments 02:11:29 https://docs.codecov.io/docs/fixing-reports 02:11:30 + Found adjustments 02:11:30 ==> Gzipping contents 02:11:30 20K /tmp/codecov.DvvHjH.gz 02:11:30 ==> Uploading reports 02:11:30 url: https://codecov.io 02:11:30 query: branch=PR-427&commit=9b11ece37e3304ed02206fdc40721bf329335789&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-427%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=427&job=&cmd_args= 02:11:30 -> Pinging Codecov 02:11:30 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-427&commit=9b11ece37e3304ed02206fdc40721bf329335789&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-427%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=427&job=&cmd_args= 02:11:31 -> Uploading to 02:11:31 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/71470A77251A30514AAF9C0BB2E5B6CE/9b11ece37e3304ed02206fdc40721bf329335789/270cdc75-7905-4849-9a6f-72f9cc1f8792.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T021130Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9c2a3cf0671f82b2a3fd5c104caf227b09b73b72028d95094a6b1817278854a 02:11:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:11:31 Dload Upload Total Spent Left Speed 02:11:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19608 0 0 100 19608 0 40816 --:--:-- --:--:-- --:--:-- 40850 02:11:31 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/9b11ece37e3304ed02206fdc40721bf329335789 [Pipeline] } 02:11:31 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 02:11:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:11:34 ---> package-listing.sh 02:11:34 ++ facter osfamily 02:11:34 ++ tr '[:upper:]' '[:lower:]' 02:11:34 + OS_FAMILY=redhat 02:11:34 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-427 02:11:34 + START_PACKAGES=/tmp/packages_start.txt 02:11:34 + END_PACKAGES=/tmp/packages_end.txt 02:11:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:11:34 + PACKAGES=/tmp/packages_start.txt 02:11:34 + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' 02:11:34 + PACKAGES=/tmp/packages_end.txt 02:11:34 + case "${OS_FAMILY}" in 02:11:34 + rpm -qa 02:11:34 + sort 02:11:40 + '[' -f /tmp/packages_start.txt ']' 02:11:40 + '[' -f /tmp/packages_end.txt ']' 02:11:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:11:40 + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' 02:11:40 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ 02:11:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ [Pipeline] echo 02:11:40 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-427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:11:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:11:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:11:40 02:11:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:11:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:11:41 alpine: Pulling from edgex-lftools-log-publisher 02:11:41 df20fa9351a1: Pulling fs layer 02:11:41 36b3adc4ff6f: Pulling fs layer 02:11:41 8ad3a11d3b57: Pulling fs layer 02:11:41 46f8f816bc3b: Pulling fs layer 02:11:41 93b61091891f: Pulling fs layer 02:11:41 93b9cdb0e59b: Pulling fs layer 02:11:41 5e14af77c1be: Pulling fs layer 02:11:41 01666e4c0597: Pulling fs layer 02:11:41 aa168da1d23b: Pulling fs layer 02:11:41 46f8f816bc3b: Waiting 02:11:41 93b61091891f: Waiting 02:11:41 93b9cdb0e59b: Waiting 02:11:41 5e14af77c1be: Waiting 02:11:41 01666e4c0597: Waiting 02:11:41 aa168da1d23b: Waiting 02:11:41 36b3adc4ff6f: Verifying Checksum 02:11:41 36b3adc4ff6f: Download complete 02:11:41 46f8f816bc3b: Download complete 02:11:41 df20fa9351a1: Verifying Checksum 02:11:41 93b9cdb0e59b: Verifying Checksum 02:11:41 93b9cdb0e59b: Download complete 02:11:41 5e14af77c1be: Verifying Checksum 02:11:41 5e14af77c1be: Download complete 02:11:41 93b61091891f: Verifying Checksum 02:11:41 93b61091891f: Download complete 02:11:41 01666e4c0597: Verifying Checksum 02:11:41 01666e4c0597: Download complete 02:11:41 df20fa9351a1: Pull complete 02:11:42 36b3adc4ff6f: Pull complete 02:11:42 8ad3a11d3b57: Verifying Checksum 02:11:42 8ad3a11d3b57: Download complete 02:11:43 8ad3a11d3b57: Pull complete 02:11:43 46f8f816bc3b: Pull complete 02:11:43 93b61091891f: Pull complete 02:11:44 93b9cdb0e59b: Pull complete 02:11:44 aa168da1d23b: Verifying Checksum 02:11:44 aa168da1d23b: Download complete 02:11:44 5e14af77c1be: Pull complete 02:11:44 01666e4c0597: Pull complete 02:11:52 aa168da1d23b: Pull complete 02:11:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:11:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:11:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:11:52 prd-centos7-docker-4c-2g-20136 does not seem to be running inside a container 02:11:52 $ 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-427/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-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:11:56 $ docker top 8e1ac9f44aa6cb65292ab96ae49ea9a64932e3f5946d9de9f3c0d56dda815648 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:56 + touch /tmp/pre-build-complete [Pipeline] sh 02:11:57 + mkdir -p /var/log/sa [Pipeline] sh 02:11:57 + ls /var/log/sa-host 02:11:57 + sadf -c /var/log/sa-host/sa14 02:11:57 file_magic: OK 02:11:57 HZ: Using current value: 100 02:11:57 file_header: OK 02:11:57 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 02:11:57 Statistics: 02:11:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:11:57 File successfully converted to sysstat format version 12.2.1 02:11:57 + sadf -c /var/log/sa-host/sa23 02:11:57 file_magic: OK 02:11:57 HZ: Using current value: 100 02:11:57 file_header: OK 02:11:57 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 02:11:57 Statistics: 02:11:57 Hnuu...uuuununununu... 02:11:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:11:57 provisioning config files... 02:11:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config898334741608650099tmp [Pipeline] { [Pipeline] echo 02:11:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:11:58 ---> create-netrc.sh [Pipeline] } 02:11:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:11:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:11:58 ---> python-tools-install.sh [Pipeline] echo 02:11:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:11:58 ---> sudo-logs.sh 02:11:58 Archiving 'sudo' log.. [Pipeline] echo 02:11:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:11:59 ---> job-cost.sh 02:11:59 lf-activate-venv: SKIPPING 02:11:59 INFO: No Stack... 02:12:00 INFO: Retrieving Pricing Info for: v1-standard-2 02:12:00 INFO: Archiving Costs [Pipeline] echo 02:12:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:12:01 ---> logs-deploy.sh 02:12:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-427/4 02:12:01 INFO: archiving workspace using pattern(s): 02:12:03 Archives upload complete. 02:12:03 INFO: archiving logs to Nexus 02:12:03 ---> uname -a: 02:12:03 Linux prd-centos7-docker-4c-2g-20136.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:12:03 02:12:03 02:12:03 ---> lscpu: 02:12:03 Architecture: x86_64 02:12:03 CPU op-mode(s): 32-bit, 64-bit 02:12:03 Byte Order: Little Endian 02:12:03 Address sizes: 40 bits physical, 48 bits virtual 02:12:03 CPU(s): 4 02:12:03 On-line CPU(s) list: 0-3 02:12:03 Thread(s) per core: 1 02:12:03 Core(s) per socket: 1 02:12:03 Socket(s): 4 02:12:03 NUMA node(s): 1 02:12:03 Vendor ID: GenuineIntel 02:12:03 CPU family: 6 02:12:03 Model: 44 02:12:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:12:03 Stepping: 1 02:12:03 CPU MHz: 2933.436 02:12:03 BogoMIPS: 5866.87 02:12:03 Virtualization: VT-x 02:12:03 Hypervisor vendor: KVM 02:12:03 Virtualization type: full 02:12:03 L1d cache: 128 KiB 02:12:03 L1i cache: 128 KiB 02:12:03 L2 cache: 16 MiB 02:12:03 L3 cache: 64 MiB 02:12:03 NUMA node0 CPU(s): 0-3 02:12:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:12:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:12:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:12:03 Vulnerability Meltdown: Mitigation; PTI 02:12:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:12:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:12:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:12:03 Vulnerability Srbds: Not affected 02:12:03 Vulnerability Tsx async abort: Not affected 02:12:03 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 02:12:03 02:12:03 02:12:03 ---> nproc: 02:12:03 4 02:12:03 02:12:03 02:12:03 ---> df -h: 02:12:03 Filesystem Size Used Available Use% Mounted on 02:12:03 overlay 50.0G 7.3G 42.7G 15% / 02:12:03 tmpfs 64.0M 0 64.0M 0% /dev 02:12:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:12:03 shm 64.0M 0 64.0M 0% /dev/shm 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427 02:12:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427@tmp 02:12:03 02:12:03 02:12:03 ---> free -m: 02:12:03 total used free shared buff/cache available 02:12:03 Mem: 1837 701 106 0 1029 1032 02:12:03 Swap: 1023 1 1022 02:12:03 02:12:03 02:12:03 ---> ip addr: 02:12:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:12:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:12:03 inet 127.0.0.1/8 scope host lo 02:12:03 valid_lft forever preferred_lft forever 02:12:03 inet6 ::1/128 scope host 02:12:03 valid_lft forever preferred_lft forever 02:12:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:12:03 link/ether fa:16:3e:24:9a:e1 brd ff:ff:ff:ff:ff:ff 02:12:03 inet 10.30.123.22/23 brd 10.30.123.255 scope global dynamic eth0 02:12:03 valid_lft 86030sec preferred_lft 86030sec 02:12:03 inet6 fe80::f816:3eff:fe24:9ae1/64 scope link 02:12:03 valid_lft forever preferred_lft forever 02:12:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:12:03 link/ether 02:42:7e:e6:c3:2d brd ff:ff:ff:ff:ff:ff 02:12:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:12:03 valid_lft forever preferred_lft forever 02:12:03 inet6 fe80::42:7eff:fee6:c32d/64 scope link 02:12:03 valid_lft forever preferred_lft forever 02:12:03 02:12:03 02:12:03 ---> sar -b -r -n DEV: 02:12:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 02:12:03 02:12:03 02:05:41 LINUX RESTART (4 CPU) 02:12:03 02:12:03 02:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:12:03 02:07:02 199.93 108.62 91.31 0.00 12553.03 40618.28 0.00 02:12:03 02:08:01 3.88 0.05 3.83 0.00 1.63 129.42 0.00 02:12:03 02:09:01 0.43 0.00 0.43 0.00 0.00 6.46 0.00 02:12:03 02:10:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 02:12:03 02:11:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 02:12:03 Average: 41.09 21.82 19.28 0.00 2520.41 8182.41 0.00 02:12:03 02:12:03 02:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:12:03 02:07:02 152728 0 597344 31.75 2620 1128852 1086468 37.08 417640 1109840 128 02:12:03 02:08:01 154528 0 595424 31.65 2620 1128972 1086152 37.07 418776 1108116 12 02:12:03 02:09:01 156132 0 593816 31.56 2620 1128976 1074772 36.68 425128 1100244 12 02:12:03 02:10:01 156180 0 593764 31.56 2620 1128980 1074856 36.68 425600 1100244 8 02:12:03 02:11:01 154020 0 595920 31.67 2620 1128984 1074868 36.68 431924 1095940 8 02:12:03 Average: 154718 0 595254 31.64 2620 1128953 1079423 36.84 423814 1102877 34 02:12:03 02:12:03 02:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:12:03 02:07:02 eth0 594.79 360.80 1125.43 103.28 0.00 0.00 0.00 0.00 02:12:03 02:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:07:02 docker0 8.57 6.47 1.60 15.78 0.00 0.00 0.00 0.00 02:12:03 02:08:01 eth0 4.39 2.18 3.85 0.17 0.00 0.00 0.00 0.00 02:12:03 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:09:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:12:03 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:10:01 eth0 0.60 0.37 0.28 0.20 0.00 0.00 0.00 0.00 02:12:03 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:11:01 eth0 0.25 0.20 0.12 0.07 0.00 0.00 0.00 0.00 02:12:03 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 Average: eth0 120.58 72.99 226.79 20.82 0.00 0.00 0.00 0.00 02:12:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:12:03 Average: docker0 1.72 1.30 0.32 3.17 0.00 0.00 0.00 0.00 02:12:03 02:12:03 02:12:03 ---> sar -P ALL: 02:12:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 02:12:03 02:12:03 02:05:41 LINUX RESTART (4 CPU) 02:12:03 02:12:03 02:06:01 CPU %user %nice %system %iowait %steal %idle 02:12:03 02:07:02 all 14.68 0.00 8.38 7.06 0.23 69.65 02:12:03 02:07:02 0 14.35 0.00 9.24 5.69 0.24 70.48 02:12:03 02:07:02 1 15.12 0.00 8.52 9.23 0.27 66.86 02:12:03 02:07:02 2 14.68 0.00 7.44 5.67 0.22 71.99 02:12:03 02:07:02 3 14.56 0.00 8.34 7.63 0.19 69.28 02:12:03 02:08:01 all 0.21 0.00 0.05 0.00 0.00 99.73 02:12:03 02:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:12:03 02:08:01 1 0.14 0.00 0.10 0.00 0.00 99.76 02:12:03 02:08:01 2 0.54 0.00 0.02 0.00 0.00 99.44 02:12:03 02:08:01 3 0.14 0.00 0.07 0.00 0.02 99.78 02:12:03 02:09:01 all 0.15 0.00 0.05 0.00 0.02 99.77 02:12:03 02:09:01 0 0.03 0.00 0.05 0.00 0.02 99.90 02:12:03 02:09:01 1 0.43 0.00 0.07 0.00 0.03 99.47 02:12:03 02:09:01 2 0.13 0.00 0.05 0.00 0.02 99.80 02:12:03 02:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:12:03 02:10:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:12:03 02:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:12:03 02:10:01 1 0.50 0.00 0.03 0.00 0.00 99.47 02:12:03 02:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:12:03 02:10:01 3 0.05 0.00 0.07 0.00 0.00 99.88 02:12:03 02:11:01 all 0.15 0.00 0.05 0.00 0.05 99.75 02:12:03 02:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:12:03 02:11:01 1 0.48 0.00 0.05 0.00 0.07 99.40 02:12:03 02:11:01 2 0.05 0.00 0.03 0.00 0.05 99.87 02:12:03 02:11:01 3 0.05 0.00 0.08 0.00 0.07 99.80 02:12:03 Average: all 3.03 0.00 1.69 1.39 0.06 93.82 02:12:03 Average: 0 2.85 0.00 1.84 1.12 0.05 94.13 02:12:03 Average: 1 3.30 0.00 1.74 1.83 0.07 93.06 02:12:03 Average: 2 3.04 0.00 1.49 1.12 0.06 94.29 02:12:03 Average: 3 2.92 0.00 1.70 1.51 0.06 93.82 02:12:03 02:12:03 02:12:03