Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 803e1f2e89e6f6c660233d8b1e97992e0443ffba+62d0d237e11a496f212b6f47e7ad619fbaaf2531 (e6f5fdeea81044d742d283e5fe49a0acc3c935cd) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6903836456924574436.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 144eb70ba3d470a427e699408e811d3f535e987a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5800284037991422362.key > 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 144eb70ba3d470a427e699408e811d3f535e987a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4875106270979240432.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 144eb70ba3d470a427e699408e811d3f535e987a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 144eb70ba3d470a427e699408e811d3f535e987a # timeout=10 Commit message: "Merge pull request #341 from ernestojeda/master-2-main" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1321037479856055625.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5420902033143584481.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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:pre] ========================================================= [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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2472 in /w/workspace/dry_go-mod-core-contracts_PR-641 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-641 # 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.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/jenkins-gitclient-ssh6376011711771486315.key > 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 Merging remotes/origin/main commit 62d0d237e11a496f212b6f47e7ad619fbaaf2531 into PR head commit 803e1f2e89e6f6c660233d8b1e97992e0443ffba Merge succeeded, producing ba0f360f6c6acd0964ca7aa729af6dd000058408 Checking out Revision ba0f360f6c6acd0964ca7aa729af6dd000058408 (PR-641) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/jenkins-gitclient-ssh4756230494915177891.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/641/head:refs/remotes/origin/PR-641 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/jenkins-gitclient-ssh1552089973689056022.key > git merge 62d0d237e11a496f212b6f47e7ad619fbaaf2531 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba0f360f6c6acd0964ca7aa729af6dd000058408 # timeout=10 Commit message: "Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD" > git rev-list --no-walk 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:39:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:39:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:39:43 ========================================================= 12:39:43 EdgeX Global Pipelines Version Info 12:39:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:39:45 ------------------- 12:39:45 stable info: 12:39:45 ------------------- 12:39:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:39:45 Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a 12:39:45 Message: update stable to v1.0.196 12:39:45 ------------------- 12:39:45 experimental info: 12:39:45 ------------------- 12:39:45 Commited By: **** collab-it+edgex@linuxfoundation.org 12:39:45 Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a 12:39:45 Message: update experimental to v1.0.196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:39:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 12:39:45 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 12:39:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:39:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:39:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:39:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-641 [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-641 [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-641 [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba0f360f6c6acd0964ca7aa729af6dd000058408 [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba0f360 [Pipeline] echo 12:39:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:39:47 + git log --format=format:%s -1 ba0f360f6c6acd0964ca7aa729af6dd000058408 [Pipeline] echo 12:39:47 GIT_COMMIT: ba0f360f6c6acd0964ca7aa729af6dd000058408, Commit Message: Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD [Pipeline] echo 12:39:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:39:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:48 12:39:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:39:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:49 latest: Pulling from edgex-devops/git-semver 12:39:49 31603596830f: Pulling fs layer 12:39:49 b6dc333f4379: Pulling fs layer 12:39:49 3d9ef1400e77: Pulling fs layer 12:39:49 fd332fbdc1db: Pulling fs layer 12:39:49 fd332fbdc1db: Waiting 12:39:49 b6dc333f4379: Verifying Checksum 12:39:49 b6dc333f4379: Download complete 12:39:49 31603596830f: Verifying Checksum 12:39:49 31603596830f: Download complete 12:39:49 fd332fbdc1db: Verifying Checksum 12:39:49 fd332fbdc1db: Download complete 12:39:49 3d9ef1400e77: Verifying Checksum 12:39:49 3d9ef1400e77: Download complete 12:39:49 31603596830f: Pull complete 12:39:49 b6dc333f4379: Pull complete 12:39:49 3d9ef1400e77: Pull complete 12:39:50 fd332fbdc1db: Pull complete 12:39:50 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 12:39:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:39:50 prd-centos7-docker-4c-2g-2472 does not seem to be running inside a container 12:39:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-641 -v /w/workspace/dry_go-mod-core-contracts_PR-641:/w/workspace/dry_go-mod-core-contracts_PR-641:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-641@tmp:/w/workspace/dry_go-mod-core-contracts_PR-641@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:39:51 $ docker top 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:39:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:51 [ssh-agent] Looking for ssh-agent implementation... 12:39:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:51 $ docker exec 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent 12:39:51 SSH_AUTH_SOCK=/tmp/ssh-DitzW0qkxZrp/agent.14 12:39:51 SSH_AGENT_PID=20 12:39:51 Running ssh-add (command line suppressed) 12:39:51 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_8358971272598929027.key (/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_8358971272598929027.key) 12:39:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:52 + git tag --points-at HEAD [Pipeline] } 12:39:52 $ docker exec --env ******** --env ******** 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent -k 12:39:52 unset SSH_AUTH_SOCK; 12:39:52 unset SSH_AGENT_PID; 12:39:52 echo Agent pid 20 killed; 12:39:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:39:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:52 [ssh-agent] Looking for ssh-agent implementation... 12:39:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:52 $ docker exec 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent 12:39:52 SSH_AUTH_SOCK=/tmp/ssh-LnWncKmQtSTl/agent.55 12:39:52 SSH_AGENT_PID=62 12:39:52 Running ssh-add (command line suppressed) 12:39:52 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_6020506874060037990.key (/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_6020506874060037990.key) 12:39:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:52 + git semver init 12:39:52 # -> Open(): unable to determine branch for HEAD 12:39:52 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-641/.git 12:39:52 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-641 12:39:52 # $SEMVER_REMOTE_NAME = origin 12:39:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:39:52 # $SEMVER_USER_NAME = edgex-jenkins 12:39:52 # $SEMVER_BRANCH = PR-641 12:39:52 # $SEMVER_TEMP = /tmp/semver-775057994 12:39:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 12:39:53 # '/tmp/semver-775057994' -> '/w/workspace/dry_go-mod-core-contracts_PR-641/.semver' 12:39:53 # -> Force: false 12:39:53 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-641/.semver [Pipeline] } 12:39:53 $ docker exec --env ******** --env ******** 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent -k 12:39:54 unset SSH_AUTH_SOCK; 12:39:54 unset SSH_AGENT_PID; 12:39:54 echo Agent pid 62 killed; 12:39:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:39:54 + git semver [Pipeline] } 12:39:54 $ docker stop --time=1 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 12:39:55 $ docker rm -f 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 [Pipeline] // withDockerContainer [Pipeline] sh 12:39:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:39:56 Stashed 1 file(s) [Pipeline] echo 12:39:56 [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 12:40:11 Still waiting to schedule task 12:40:11 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2472’ 12:40:11 Still waiting to schedule task 12:40:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:42:08 Running on prd-centos7-docker-4c-2g-2475 in /w/workspace/dry_go-mod-core-contracts_PR-641 [Pipeline] { [Pipeline] ws 12:42:08 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 12:42:08 Selected Git installation does not exist. Using Default 12:42:08 The recommended git tool is: NONE 12:42:11 using credential edgex-jenkins-ssh 12:42:11 Cloning the remote Git repository 12:42:10 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:42:11 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 12:42:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:42:11 > git --version # timeout=10 12:42:11 > git --version # 'git version 2.24.4' 12:42:11 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:11 [INFO] Currently running in a labeled security context 12:42:11 [INFO] Currently SELinux is 'enforcing' on the host 12:42:11 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh449750330873675896.key 12:42:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:42:12 Merging remotes/origin/main commit 62d0d237e11a496f212b6f47e7ad619fbaaf2531 into PR head commit 803e1f2e89e6f6c660233d8b1e97992e0443ffba 12:42:12 Merge succeeded, producing 0da54d086642f7dca77ba915d7f5269d55f46a5b 12:42:12 Checking out Revision 0da54d086642f7dca77ba915d7f5269d55f46a5b (PR-641) 12:42:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:42:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:42:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:42:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:42:12 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:12 [INFO] Currently running in a labeled security context 12:42:12 [INFO] Currently SELinux is 'enforcing' on the host 12:42:12 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh1796536123493969208.key 12:42:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/641/head:refs/remotes/origin/PR-641 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:42:12 > git config core.sparsecheckout # timeout=10 12:42:12 > git checkout -f 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 12:42:12 > git remote # timeout=10 12:42:12 > git config --get remote.origin.url # timeout=10 12:42:12 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:12 [INFO] Currently running in a labeled security context 12:42:12 [INFO] Currently SELinux is 'enforcing' on the host 12:42:12 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh1878440259608734292.key 12:42:12 > git merge 62d0d237e11a496f212b6f47e7ad619fbaaf2531 # timeout=10 12:42:12 > git rev-parse HEAD^{commit} # timeout=10 12:42:12 > git config core.sparsecheckout # timeout=10 12:42:12 > git checkout -f 0da54d086642f7dca77ba915d7f5269d55f46a5b # timeout=10 12:42:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2474 in /w/workspace/dry_go-mod-core-contracts_PR-641 [Pipeline] { [Pipeline] ws 12:42:13 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 12:42:14 Selected Git installation does not exist. Using Default 12:42:14 The recommended git tool is: NONE 12:42:16 Commit message: "Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD" 12:42:16 > git rev-list --no-walk 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:42:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:42:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:42:17 + true 12:42:17 + sudo service docker restart 12:42:17 Redirecting to /bin/systemctl restart docker.service 12:42:19 using credential edgex-jenkins-ssh 12:42:19 Cloning the remote Git repository 12:42:19 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:42:20 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 12:42:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:42:20 > git --version # timeout=10 12:42:20 > git --version # 'git version 2.17.1' 12:42:20 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:42:23 Merging remotes/origin/main commit 62d0d237e11a496f212b6f47e7ad619fbaaf2531 into PR head commit 803e1f2e89e6f6c660233d8b1e97992e0443ffba 12:42:24 Merge succeeded, producing 047ef4d277506d103a865b7961c68a79985a92b8 12:42:24 Checking out Revision 047ef4d277506d103a865b7961c68a79985a92b8 (PR-641) 12:42:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:42:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:42:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:42:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:42:23 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/641/head:refs/remotes/origin/PR-641 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:42:23 > git config core.sparsecheckout # timeout=10 12:42:23 > git checkout -f 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 12:42:24 > git remote # timeout=10 12:42:24 > git config --get remote.origin.url # timeout=10 12:42:24 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:24 > git merge 62d0d237e11a496f212b6f47e7ad619fbaaf2531 # timeout=10 12:42:24 > git rev-parse HEAD^{commit} # timeout=10 12:42:24 > git config core.sparsecheckout # timeout=10 12:42:24 > git checkout -f 047ef4d277506d103a865b7961c68a79985a92b8 # timeout=10 12:42:28 Commit message: "Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD" 12:42:28 > git rev-list --no-walk 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:42:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:42:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:42:30 + + sudo servicetrue docker 12:42:30 restart [Pipeline] unstash [Pipeline] echo 12:42:36 ========================================================= 12:42:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 12:42:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:42:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 12:42:36 Sending build context to Docker daemon 2.902MB 12:42:36 Step 1/7 : ARG BASE=golang:1.16-alpine 12:42:36 Step 2/7 : FROM ${BASE} 12:42:37 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 12:42:37 540db60ca938: Pulling fs layer 12:42:37 adcc1eea9eea: Pulling fs layer 12:42:37 4c4ab2625f07: Pulling fs layer 12:42:37 0773c198feca: Pulling fs layer 12:42:37 345f892a5656: Pulling fs layer 12:42:37 9ac62484cfdc: Pulling fs layer 12:42:37 5ac4037533be: Pulling fs layer 12:42:37 dc6bda0758c5: Pulling fs layer 12:42:37 0773c198feca: Waiting 12:42:37 5ac4037533be: Waiting 12:42:37 345f892a5656: Waiting 12:42:37 dc6bda0758c5: Waiting 12:42:37 9ac62484cfdc: Waiting 12:42:37 4c4ab2625f07: Verifying Checksum 12:42:37 4c4ab2625f07: Download complete 12:42:37 adcc1eea9eea: Verifying Checksum 12:42:37 adcc1eea9eea: Download complete 12:42:37 345f892a5656: Verifying Checksum 12:42:37 345f892a5656: Download complete 12:42:37 9ac62484cfdc: Verifying Checksum 12:42:37 9ac62484cfdc: Download complete 12:42:37 540db60ca938: Verifying Checksum 12:42:37 540db60ca938: Download complete 12:42:37 540db60ca938: Pull complete 12:42:37 5ac4037533be: Verifying Checksum 12:42:37 5ac4037533be: Download complete 12:42:37 adcc1eea9eea: Pull complete 12:42:37 4c4ab2625f07: Pull complete 12:42:39 dc6bda0758c5: Verifying Checksum 12:42:39 dc6bda0758c5: Download complete 12:42:40 0773c198feca: Verifying Checksum 12:42:40 0773c198feca: Download complete 12:42:43 0773c198feca: Pull complete 12:42:43 345f892a5656: Pull complete 12:42:43 9ac62484cfdc: Pull complete 12:42:43 5ac4037533be: Pull complete 12:42:45 dc6bda0758c5: Pull complete 12:42:45 Digest: sha256:693441261ed0de8fcf303aa2a0eae3a43e217b849db77d7793b1d2a0399e3ec4 12:42:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 12:42:45 ---> eb58bd16d52e 12:42:45 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo 12:42:49 ========================================================= 12:42:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 12:42:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:42:49 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 12:42:51 Sending build context to Docker daemon 2.901MB 12:42:51 Step 1/7 : ARG BASE=golang:1.16-alpine 12:42:51 Step 2/7 : FROM ${BASE} 12:42:51 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:42:51 595b0fe564bb: Pulling fs layer 12:42:51 24495759ef45: Pulling fs layer 12:42:51 d148012ef14d: Pulling fs layer 12:42:51 cb65c68fc2e2: Pulling fs layer 12:42:51 093eec477d81: Pulling fs layer 12:42:51 20fd20ab2234: Pulling fs layer 12:42:51 43245461236d: Pulling fs layer 12:42:51 5a37c24eccbd: Pulling fs layer 12:42:51 20fd20ab2234: Waiting 12:42:51 43245461236d: Waiting 12:42:51 5a37c24eccbd: Waiting 12:42:51 cb65c68fc2e2: Waiting 12:42:51 093eec477d81: Waiting 12:42:51 d148012ef14d: Verifying Checksum 12:42:51 d148012ef14d: Download complete 12:42:51 24495759ef45: Download complete 12:42:51 093eec477d81: Verifying Checksum 12:42:51 093eec477d81: Download complete 12:42:51 20fd20ab2234: Verifying Checksum 12:42:51 20fd20ab2234: Download complete 12:42:51 595b0fe564bb: Verifying Checksum 12:42:51 43245461236d: Verifying Checksum 12:42:51 43245461236d: Download complete 12:42:52 595b0fe564bb: Pull complete 12:42:53 24495759ef45: Pull complete 12:42:53 d148012ef14d: Pull complete 12:42:54 5a37c24eccbd: Verifying Checksum 12:42:54 5a37c24eccbd: Download complete 12:42:54 cb65c68fc2e2: Verifying Checksum 12:42:54 cb65c68fc2e2: Download complete 12:42:57 ---> Running in e8ac87be5a38 12:42:57 Removing intermediate container e8ac87be5a38 12:42:57 ---> 70c01686f71e 12:42:57 Step 4/7 : RUN apk add bash 12:42:57 ---> Running in 9c3b2dc6551d 12:42:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:42:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:42:59 OK: 149 MiB in 40 packages 12:43:00 Removing intermediate container 9c3b2dc6551d 12:43:00 ---> 1b624d1e0ee4 12:43:00 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:43:00 ---> Running in 55c2326a2314 12:43:00 Removing intermediate container 55c2326a2314 12:43:00 ---> 1d67d7d9457d 12:43:00 Step 6/7 : COPY go.mod . 12:43:00 ---> 377b972cb2fe 12:43:00 Step 7/7 : RUN go mod download 12:43:00 ---> Running in d046a2442f51 12:43:07 cb65c68fc2e2: Pull complete 12:43:07 093eec477d81: Pull complete 12:43:07 20fd20ab2234: Pull complete 12:43:07 43245461236d: Pull complete 12:43:10 5a37c24eccbd: Pull complete 12:43:10 Digest: sha256:1f93be31992c0c85398b36ba92fe0466778821d351774b6a75e3069a3cd419d7 12:43:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 12:43:10 ---> 274d7007c78b 12:43:10 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:43:12 ---> Running in 5dd7ea09b5a8 12:43:13 Removing intermediate container 5dd7ea09b5a8 12:43:13 ---> 6d66f188a12b 12:43:13 Step 4/7 : RUN apk add bash 12:43:13 ---> Running in a00c32280ea4 12:43:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:43:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 12:43:16 OK: 138 MiB in 40 packages 12:43:18 Removing intermediate container a00c32280ea4 12:43:18 ---> 10529ee2b7db 12:43:18 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:43:18 ---> Running in 37a993aa79db 12:43:18 Removing intermediate container 37a993aa79db 12:43:18 ---> b6ed600d7374 12:43:18 Step 6/7 : COPY go.mod . 12:43:19 ---> 284879f0b479 12:43:19 Step 7/7 : RUN go mod download 12:43:19 ---> Running in 7b7e5cd55898 12:43:57 Removing intermediate container d046a2442f51 12:43:57 ---> 33e92f287490 12:43:57 Successfully built 33e92f287490 12:43:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:43:57 + docker inspect -f . ci-base-image-x86_64 12:43:57 . [Pipeline] withDockerContainer 12:43:57 prd-centos7-docker-4c-2g-2475 does not seem to be running inside a container 12:43:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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-x86_64 cat 12:43:58 $ docker top 34af18588b55f654362fa36285b8874255dfa910e8a0a6a3d61ad05781c4590b -eo pid,comm [Pipeline] { [Pipeline] sh 12:43:58 + go version 12:43:58 go version go1.16.5 linux/amd64 [Pipeline] } 12:43:58 $ docker stop --time=1 34af18588b55f654362fa36285b8874255dfa910e8a0a6a3d61ad05781c4590b 12:43:59 $ docker rm -f 34af18588b55f654362fa36285b8874255dfa910e8a0a6a3d61ad05781c4590b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:44:00 + docker inspect -f . ci-base-image-x86_64 12:44:00 . [Pipeline] withDockerContainer 12:44:00 prd-centos7-docker-4c-2g-2475 does not seem to be running inside a container 12:44:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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-x86_64 cat 12:44:00 $ docker top efeabed76fe779096bff3058f94833fcbe75b347d7edc1814879b3ed6cacc8d6 -eo pid,comm [Pipeline] { [Pipeline] sh 12:44:01 + go mod tidy [Pipeline] sh 12:44:01 + make test 12:44:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:44:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 12:44:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.051s coverage: 83.3% of statements 12:44:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 12:44:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 12:44:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 12:44:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.031s coverage: 26.3% of statements 12:44:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 12:44:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.009s coverage: 47.2% of statements 12:44:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 90.0% of statements 12:44:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.030s coverage: 86.2% of statements 12:44:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.015s coverage: 59.5% of statements 12:44:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 35.5% of statements 12:44:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.006s coverage: 49.4% of statements 12:44:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:44:19 gofmt -l . 12:44:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:44:19 $ docker stop --time=1 efeabed76fe779096bff3058f94833fcbe75b347d7edc1814879b3ed6cacc8d6 12:44:20 $ docker rm -f efeabed76fe779096bff3058f94833fcbe75b347d7edc1814879b3ed6cacc8d6 [Pipeline] // withDockerContainer [Pipeline] sh 12:44:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:44:21 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 Post stage [Pipeline] libraryResource [Pipeline] sh 12:44:22 ---> job-cost.sh 12:44:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ij7l 12:44:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:44:41 Removing intermediate container 7b7e5cd55898 12:44:41 ---> 9ce5c0ed95a2 12:44:41 Successfully built 9ce5c0ed95a2 12:44:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:44:41 + docker inspect -f . ci-base-image-arm64 12:44:41 . [Pipeline] withDockerContainer 12:44:42 prd-ubuntu18.04-docker-arm64-4c-16g-2474 does not seem to be running inside a container 12:44:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 12:44:43 $ docker top e83c3fb8db162ce7f5db0f3c73b797ccf75eb68f2be77ce3a41ccb2bb840123d -eo pid,comm [Pipeline] { [Pipeline] sh 12:44:44 lf-activate-venv(): INFO: Adding /tmp/venv-ij7l/bin to PATH 12:44:44 INFO: No Stack... 12:44:44 + go version 12:44:44 go version go1.16.5 linux/arm64 [Pipeline] } 12:44:44 $ docker stop --time=1 e83c3fb8db162ce7f5db0f3c73b797ccf75eb68f2be77ce3a41ccb2bb840123d 12:44:45 INFO: Retrieving Pricing Info for: v3-standard-2 12:44:46 INFO: Archiving Costs 12:44:46 $ docker rm -f e83c3fb8db162ce7f5db0f3c73b797ccf75eb68f2be77ce3a41ccb2bb840123d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:44:47 + cut -d, -f6 12:44:47 + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [Pipeline] lock 12:44:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] 12:44:47 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] did not exist. Created. 12:44:47 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:44:47 + docker inspect -f . ci-base-image-arm64 12:44:47 . [Pipeline] withDockerContainer 12:44:47 + echo total: 0.05999999865889549 12:44:47 prd-ubuntu18.04-docker-arm64-4c-16g-2474 does not seem to be running inside a container 12:44:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 12:44:49 $ docker top cbb40dfc8ac4a64639060f57b5184a318f8ae2e290714b0939776bd0dc23f7c4 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 12:44:49 Stashed 1 file(s) [Pipeline] } 12:44:49 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:44:50 + go mod tidy [Pipeline] sh 12:44:51 + make test 12:44:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:44:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.429s coverage: 83.3% of statements 12:45:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 12:45:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 12:45:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.038s coverage: 26.3% of statements 12:45:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.086s coverage: 47.2% of statements 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.061s coverage: 90.0% of statements 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.214s coverage: 86.2% of statements 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.042s coverage: 59.5% of statements 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 35.5% of statements 12:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.038s coverage: 49.4% of statements 12:45:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:45:55 gofmt -l . 12:45:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:45:55 $ docker stop --time=1 cbb40dfc8ac4a64639060f57b5184a318f8ae2e290714b0939776bd0dc23f7c4 12:45:57 $ docker rm -f cbb40dfc8ac4a64639060f57b5184a318f8ae2e290714b0939776bd0dc23f7c4 [Pipeline] // withDockerContainer [Pipeline] sh 12:45:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:45:58 Warning: overwriting stash ‘coverage-report’ 12:45:58 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 Post stage [Pipeline] libraryResource [Pipeline] sh 12:45:59 ---> job-cost.sh 12:45:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gV2c 12:46:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:48:23 lf-activate-venv(): INFO: Adding /tmp/venv-gV2c/bin to PATH 12:48:23 INFO: No Stack... 12:48:23 INFO: Retrieving Pricing Info for: v2-standard-4 12:48:23 INFO: Archiving Costs [Pipeline] sh 12:48:23 + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv 12:48:23 + cut -d, -f6 [Pipeline] lock 12:48:23 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] 12:48:23 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] did not exist. Created. 12:48:23 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:48:24 /w/workspace/go-mod-core-contracts/3@tmp/durable-581f2e55/script.sh: 1: /w/workspace/go-mod-core-contracts/3@tmp/durable-581f2e55/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:48:24 + echo total: 0.18000000715255737 [Pipeline] stash 12:48:24 Warning: overwriting stash ‘stack-cost’ 12:48:24 Stashed 1 file(s) [Pipeline] } 12:48:24 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [Pipeline] // lock [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] configFileProvider 12:48:25 provisioning config files... 12:48:25 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/config1736212516842722359tmp [Pipeline] { [Pipeline] sh 12:48:25 + set +x 12:48:25 + curl -s https://codecov.io/bash 12:48:25 + bash -s -- 12:48:25 12:48:25 _____ _ 12:48:25 / ____| | | 12:48:25 | | ___ __| | ___ ___ _____ __ 12:48:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:48:25 | |___| (_) | (_| | __/ (_| (_) \ V / 12:48:25 \_____\___/ \__,_|\___|\___\___/ \_/ 12:48:25 Bash-1.0.3 12:48:25 12:48:25 12:48:25 ==> git version 2.24.4 found 12:48:25 ==> 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 12:48:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:48:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:48:25 ==> Jenkins CI detected. 12:48:25 project root: . 12:48:25 --> token set from env 12:48:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:48:25 ==> Running gcov in . (disable via -X gcov) 12:48:25 ==> Python coveragepy not found 12:48:25 ==> Searching for coverage reports in: 12:48:25 + . 12:48:26 -> Found 1 reports 12:48:26 ==> Detecting git/mercurial file structure 12:48:26 ==> Reading reports 12:48:26 + ./coverage.out bytes=101130 12:48:26 ==> Appending adjustments 12:48:26 https://docs.codecov.io/docs/fixing-reports 12:48:26 + Found adjustments 12:48:26 ==> Gzipping contents 12:48:26 16K /tmp/codecov.MPQ6Nx.gz 12:48:26 ==> Uploading reports 12:48:26 url: https://codecov.io 12:48:26 query: branch=PR-641&commit=ba0f360f6c6acd0964ca7aa729af6dd000058408&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-641%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=641&job=&cmd_args= 12:48:26 -> Pinging Codecov 12:48:26 https://codecov.io/upload/v4?package=bash-1.0.3&branch=PR-641&commit=ba0f360f6c6acd0964ca7aa729af6dd000058408&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-641%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=641&job=&cmd_args= 12:48:27 -> Uploading to 12:48:27 https://storage.googleapis.com/codecov/v4/raw/2021-07-11/71470A77251A30514AAF9C0BB2E5B6CE/ba0f360f6c6acd0964ca7aa729af6dd000058408/d39ed1d8-15ed-41a7-a4bf-d85094098556.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210711T124826Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f96d1c0f0d12c8b878d1dd9ed3b0886d9e75c9cb6880da849289720317205f10 12:48:27 % Total % Received % Xferd Average Speed Time Time Time Current 12:48:27 Dload Upload Total Spent Left Speed 12:48:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15134 0 0 100 15134 0 33844 --:--:-- --:--:-- --:--:-- 33856 12:48:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ba0f360f6c6acd0964ca7aa729af6dd000058408 [Pipeline] } 12:48:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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 12:48:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:48:30 ---> package-listing.sh 12:48:30 ++ facter osfamily 12:48:30 ++ tr '[:upper:]' '[:lower:]' 12:48:30 + OS_FAMILY=redhat 12:48:30 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-641 12:48:30 + START_PACKAGES=/tmp/packages_start.txt 12:48:30 + END_PACKAGES=/tmp/packages_end.txt 12:48:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:48:30 + PACKAGES=/tmp/packages_start.txt 12:48:30 + '[' /w/workspace/dry_go-mod-core-contracts_PR-641 ']' 12:48:30 + PACKAGES=/tmp/packages_end.txt 12:48:30 + case "${OS_FAMILY}" in 12:48:30 + rpm -qa 12:48:30 + sort 12:48:30 + '[' -f /tmp/packages_start.txt ']' 12:48:30 + '[' -f /tmp/packages_end.txt ']' 12:48:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:48:30 + '[' /w/workspace/dry_go-mod-core-contracts_PR-641 ']' 12:48:30 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-641/archives/ 12:48:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-641/archives/ [Pipeline] echo 12:48:30 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-641/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:48:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:48:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:31 12:48:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:48:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:32 alpine: Pulling from edgex-lftools-log-publisher 12:48:32 df20fa9351a1: Pulling fs layer 12:48:32 36b3adc4ff6f: Pulling fs layer 12:48:32 8ad3a11d3b57: Pulling fs layer 12:48:32 46f8f816bc3b: Pulling fs layer 12:48:32 93b61091891f: Pulling fs layer 12:48:32 93b9cdb0e59b: Pulling fs layer 12:48:32 5e14af77c1be: Pulling fs layer 12:48:32 01666e4c0597: Pulling fs layer 12:48:32 aa168da1d23b: Pulling fs layer 12:48:32 93b61091891f: Waiting 12:48:32 93b9cdb0e59b: Waiting 12:48:32 5e14af77c1be: Waiting 12:48:32 01666e4c0597: Waiting 12:48:32 aa168da1d23b: Waiting 12:48:32 46f8f816bc3b: Waiting 12:48:32 36b3adc4ff6f: Verifying Checksum 12:48:32 36b3adc4ff6f: Download complete 12:48:32 46f8f816bc3b: Verifying Checksum 12:48:32 46f8f816bc3b: Download complete 12:48:32 df20fa9351a1: Verifying Checksum 12:48:32 df20fa9351a1: Download complete 12:48:32 93b9cdb0e59b: Verifying Checksum 12:48:32 93b9cdb0e59b: Download complete 12:48:32 5e14af77c1be: Verifying Checksum 12:48:32 5e14af77c1be: Download complete 12:48:32 93b61091891f: Verifying Checksum 12:48:32 93b61091891f: Download complete 12:48:32 01666e4c0597: Verifying Checksum 12:48:32 01666e4c0597: Download complete 12:48:32 8ad3a11d3b57: Verifying Checksum 12:48:32 8ad3a11d3b57: Download complete 12:48:33 df20fa9351a1: Pull complete 12:48:33 36b3adc4ff6f: Pull complete 12:48:33 8ad3a11d3b57: Pull complete 12:48:33 46f8f816bc3b: Pull complete 12:48:34 93b61091891f: Pull complete 12:48:34 93b9cdb0e59b: Pull complete 12:48:34 5e14af77c1be: Pull complete 12:48:34 01666e4c0597: Pull complete 12:48:34 aa168da1d23b: Verifying Checksum 12:48:34 aa168da1d23b: Download complete 12:48:39 aa168da1d23b: Pull complete 12:48:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:48:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:48:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:48:39 prd-centos7-docker-4c-2g-2472 does not seem to be running inside a container 12:48:39 $ 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-641/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-641 -v /w/workspace/dry_go-mod-core-contracts_PR-641:/w/workspace/dry_go-mod-core-contracts_PR-641:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-641@tmp:/w/workspace/dry_go-mod-core-contracts_PR-641@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:10003/edgex-lftools-log-publisher:alpine cat 12:48:41 $ docker top fa8253347e7fefb1bbaa9ad272af5196d3e5fdcffd024f3722218ed81fe6c3a5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:41 + touch /tmp/pre-build-complete [Pipeline] sh 12:48:42 + mkdir -p /var/log/sa [Pipeline] sh 12:48:42 + ls /var/log/sa-host 12:48:42 + sadf -c /var/log/sa-host/sa05 12:48:42 file_magic: OK 12:48:42 HZ: Using current value: 100 12:48:42 file_header: OK 12:48:42 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 12:48:42 Statistics: 12:48:42 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:48:42 File successfully converted to sysstat format version 12.2.1 12:48:42 + sadf -c /var/log/sa-host/sa11 12:48:42 file_magic: OK 12:48:42 HZ: Using current value: 100 12:48:42 file_header: OK 12:48:42 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 12:48:42 Statistics: 12:48:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:48:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:48:43 provisioning config files... 12:48:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/config6559328988463755258tmp [Pipeline] { [Pipeline] echo 12:48:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:48:43 ---> create-netrc.sh [Pipeline] } 12:48:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:48:43 ---> python-tools-install.sh [Pipeline] echo 12:48:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:48:44 ---> sudo-logs.sh 12:48:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:48:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:48:44 ---> job-cost.sh 12:48:44 lf-activate-venv: SKIPPING 12:48:44 DEBUG: total: 0.18000000715255737 12:48:44 INFO: Retrieving Stack Cost... 12:48:45 INFO: Retrieving Pricing Info for: v3-standard-2 12:48:45 INFO: Archiving Costs [Pipeline] echo 12:48:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:48:45 ---> logs-deploy.sh 12:48:45 lf-activate-venv: SKIPPING 12:48:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-641/3 12:48:45 INFO: archiving workspace using pattern(s): 12:48:46 Archives upload complete. 12:48:46 INFO: archiving logs to Nexus