Pull request #42 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fa2fc1296830d69d85864f685d61264b9118533e+a114c3c07fc215ea9a9fe04f5a17874b1416d58e (6c8cdfefbecd3f4617fea5256e8f0ccdaaa04310) Running in Durability level: MAX_SURVIVABILITY 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-ssh751789577375028278.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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-ssh2426633773458490650.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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/PR-42/workspace@libs/edgex-global-pipelines # timeout=10 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-configuration/branches/PR-42/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8026890755594579568.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-configuration/branches/PR-42/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh474783145637296430.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh8869975847607020744.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 958cd7e315bbc9ba310183e4d590ee91b14940ee The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/PR-42/workspace@libs/lf-pipelines # timeout=10 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-configuration/branches/PR-42/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2770863049509409702.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 958cd7e315bbc9ba310183e4d590ee91b14940ee (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 958cd7e315bbc9ba310183e4d590ee91b14940ee # timeout=10 Commit message: "Fix: job-cost.sh no longer causes build failures" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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 ‘prd-centos7-docker-4c-2g-915’ is offline Running on prd-centos7-docker-4c-2g-515 in /w/workspace/undry_go-mod-configuration_PR-42 [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-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-42 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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/undry_go-mod-configuration_PR-42@tmp/jenkins-gitclient-ssh7775283876310666231.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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/undry_go-mod-configuration_PR-42@tmp/jenkins-gitclient-ssh5881667836500566018.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit fa2fc1296830d69d85864f685d61264b9118533e Merge succeeded, producing fa2fc1296830d69d85864f685d61264b9118533e Checking out Revision fa2fc1296830d69d85864f685d61264b9118533e (PR-42) > git config core.sparsecheckout # timeout=10 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # 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/undry_go-mod-configuration_PR-42@tmp/jenkins-gitclient-ssh1045198289996241102.key > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:04:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:04:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:04:54 ========================================================= 12:04:54 EdgeX Global Pipelines Version Info 12:04:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:04:56 ------------------- 12:04:56 stable info: 12:04:56 ------------------- 12:04:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:04:56 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 12:04:56 Message: update stable to v1.0.195 12:04:57 ------------------- 12:04:57 experimental info: 12:04:57 ------------------- 12:04:57 Commited By: **** collab-it+edgex@linuxfoundation.org 12:04:57 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 12:04:57 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-42 [Pipeline] echo 12:04:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-42 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-42 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa2fc1296830d69d85864f685d61264b9118533e [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa2fc12 [Pipeline] echo 12:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:04:59 + git log --format=format:%s -1 fa2fc1296830d69d85864f685d61264b9118533e [Pipeline] echo 12:04:59 GIT_COMMIT: fa2fc1296830d69d85864f685d61264b9118533e, Commit Message: build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0 [Pipeline] echo 12:05:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:05:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:05:01 12:05:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:05:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:05:01 latest: Pulling from edgex-devops/git-semver 12:05:01 31603596830f: Pulling fs layer 12:05:01 54011a49482f: Pulling fs layer 12:05:01 a6820b24f6d8: Pulling fs layer 12:05:01 f581987b2513: Pulling fs layer 12:05:01 f581987b2513: Waiting 12:05:01 54011a49482f: Verifying Checksum 12:05:01 54011a49482f: Download complete 12:05:01 31603596830f: Verifying Checksum 12:05:01 31603596830f: Download complete 12:05:01 f581987b2513: Verifying Checksum 12:05:01 f581987b2513: Download complete 12:05:02 a6820b24f6d8: Verifying Checksum 12:05:02 a6820b24f6d8: Download complete 12:05:02 31603596830f: Pull complete 12:05:02 54011a49482f: Pull complete 12:05:02 a6820b24f6d8: Pull complete 12:05:02 f581987b2513: Pull complete 12:05:02 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 12:05:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:05:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:05:03 prd-centos7-docker-4c-2g-515 does not seem to be running inside a container 12:05:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-42 -v /w/workspace/undry_go-mod-configuration_PR-42:/w/workspace/undry_go-mod-configuration_PR-42:rw,z -v /w/workspace/undry_go-mod-configuration_PR-42@tmp:/w/workspace/undry_go-mod-configuration_PR-42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:05:04 $ docker top e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:05:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:05:04 [ssh-agent] Looking for ssh-agent implementation... 12:05:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:05:04 $ docker exec e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent 12:05:04 SSH_AUTH_SOCK=/tmp/ssh-jB5vSD29B5vj/agent.15 12:05:04 SSH_AGENT_PID=21 12:05:04 Running ssh-add (command line suppressed) 12:05:04 Identity added: /w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_9111176508935659294.key (/w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_9111176508935659294.key) 12:05:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:05 + git tag --points-at HEAD [Pipeline] } 12:05:05 $ docker exec --env ******** --env ******** e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent -k 12:05:05 unset SSH_AUTH_SOCK; 12:05:05 unset SSH_AGENT_PID; 12:05:05 echo Agent pid 21 killed; 12:05:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:05:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:05:05 [ssh-agent] Looking for ssh-agent implementation... 12:05:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:05:05 $ docker exec e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent 12:05:05 SSH_AUTH_SOCK=/tmp/ssh-YSeyTEBrNLhx/agent.55 12:05:05 SSH_AGENT_PID=62 12:05:05 Running ssh-add (command line suppressed) 12:05:05 Identity added: /w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_7646109037234251127.key (/w/workspace/undry_go-mod-configuration_PR-42@tmp/private_key_7646109037234251127.key) 12:05:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:05:05 + git semver init 12:05:05 # -> Open(): unable to determine branch for HEAD 12:05:05 # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-42/.git 12:05:05 # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-42 12:05:05 # $SEMVER_REMOTE_NAME = origin 12:05:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:05:05 # $SEMVER_USER_NAME = edgex-jenkins 12:05:05 # $SEMVER_BRANCH = PR-42 12:05:05 # $SEMVER_TEMP = /tmp/semver-812792534 12:05:05 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 12:05:06 # '/tmp/semver-812792534' -> '/w/workspace/undry_go-mod-configuration_PR-42/.semver' 12:05:06 # -> Force: false 12:05:06 # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-42/.semver [Pipeline] } 12:05:06 $ docker exec --env ******** --env ******** e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 ssh-agent -k 12:05:06 unset SSH_AUTH_SOCK; 12:05:06 unset SSH_AGENT_PID; 12:05:06 echo Agent pid 62 killed; 12:05:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:05:06 + git semver [Pipeline] } 12:05:06 $ docker stop --time=1 e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 12:05:08 $ docker rm -f e879ce63fbcf1b6c79623dbc3d8766eba70659dca0fa45ec6ba859efee70bee6 [Pipeline] // withDockerContainer [Pipeline] sh 12:05:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:05:08 Stashed 1 file(s) [Pipeline] echo 12:05:08 [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:05:24 Still waiting to schedule task 12:05:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 12:05:24 Still waiting to schedule task 12:05:24 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1218’ is offline 12:07:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-516 in /w/workspace/undry_go-mod-configuration_PR-42 [Pipeline] { [Pipeline] ws 12:07:28 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 12:07:29 Selected Git installation does not exist. Using Default 12:07:29 The recommended git tool is: NONE 12:07:34 using credential edgex-jenkins-ssh 12:07:34 Cloning the remote Git repository 12:07:34 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 12:07:34 > git init /w/workspace/go-mod-configuration/1 # timeout=10 12:07:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:07:34 > git --version # timeout=10 12:07:34 > git --version # 'git version 2.17.1' 12:07:34 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:36 Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit fa2fc1296830d69d85864f685d61264b9118533e 12:07:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:07:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:07:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:07:35 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:07:36 > git config core.sparsecheckout # timeout=10 12:07:36 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 12:07:36 > git remote # timeout=10 12:07:36 > git config --get remote.origin.url # timeout=10 12:07:36 Merge succeeded, producing fa2fc1296830d69d85864f685d61264b9118533e 12:07:36 Checking out Revision fa2fc1296830d69d85864f685d61264b9118533e (PR-42) 12:07:36 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:36 > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 12:07:36 > git rev-parse HEAD^{commit} # timeout=10 12:07:36 > git config core.sparsecheckout # timeout=10 12:07:36 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 12:07:38 Running on prd-centos7-docker-4c-2g-518 in /w/workspace/undry_go-mod-configuration_PR-42 [Pipeline] { [Pipeline] ws 12:07:38 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 12:07:38 Selected Git installation does not exist. Using Default 12:07:38 The recommended git tool is: NONE 12:07:40 using credential edgex-jenkins-ssh 12:07:40 Cloning the remote Git repository 12:07:40 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0" 12:07:41 > git --version # timeout=10 12:07:41 > git --version # 'git version 2.17.1' 12:07:41 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 12:07:40 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 12:07:40 > git init /w/workspace/go-mod-configuration/1 # timeout=10 12:07:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:07:40 > git --version # timeout=10 12:07:40 > git --version # 'git version 2.24.4' 12:07:40 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:40 [INFO] Currently running in a labeled security context 12:07:40 [INFO] Currently SELinux is 'enforcing' on the host 12:07:40 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh8337046934520940191.key 12:07:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:07:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:07:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 12:07:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 12:07:41 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:41 [INFO] Currently running in a labeled security context 12:07:41 [INFO] Currently SELinux is 'enforcing' on the host 12:07:41 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh2357404531412966396.key 12:07:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:07:41 Merging remotes/origin/master commit a114c3c07fc215ea9a9fe04f5a17874b1416d58e into PR head commit fa2fc1296830d69d85864f685d61264b9118533e 12:07:41 Merge succeeded, producing fa2fc1296830d69d85864f685d61264b9118533e 12:07:41 Checking out Revision fa2fc1296830d69d85864f685d61264b9118533e (PR-42) 12:07:41 > git config core.sparsecheckout # timeout=10 12:07:41 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 12:07:41 > git remote # timeout=10 12:07:41 > git config --get remote.origin.url # timeout=10 12:07:41 using GIT_SSH to set credentials SSH Credentials for GitHub 12:07:41 [INFO] Currently running in a labeled security context 12:07:41 [INFO] Currently SELinux is 'enforcing' on the host 12:07:41 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-configuration/1@tmp/jenkins-gitclient-ssh616266390373410044.key 12:07:41 > git merge a114c3c07fc215ea9a9fe04f5a17874b1416d58e # timeout=10 12:07:41 > git rev-parse HEAD^{commit} # timeout=10 12:07:41 > git config core.sparsecheckout # timeout=10 12:07:41 > git checkout -f fa2fc1296830d69d85864f685d61264b9118533e # timeout=10 12:07:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:07:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:07:43 + sudo service docker restart 12:07:43 + true 12:07:45 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.8.1 to 1.9.0" 12:07:45 > git --version # timeout=10 12:07:45 > git --version # 'git version 2.24.4' 12:07:45 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:07:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:07:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:07:47 + true 12:07:47 + sudo service docker restart 12:07:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 12:08:02 ========================================================= 12:08:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 12:08:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:08:02 + 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:08:03 Sending build context to Docker daemon 276.5kB 12:08:03 Step 1/7 : ARG BASE=golang:1.16-alpine 12:08:03 Step 2/7 : FROM ${BASE} 12:08:04 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:08:04 595b0fe564bb: Pulling fs layer 12:08:04 3088b5b3c5c0: Pulling fs layer 12:08:04 5b7225fbf94c: Pulling fs layer 12:08:04 ba82ee9f976e: Pulling fs layer 12:08:04 506bd15cee9f: Pulling fs layer 12:08:04 75a0a4a0db45: Pulling fs layer 12:08:04 618dc40b7e24: Pulling fs layer 12:08:04 ba82ee9f976e: Waiting 12:08:04 506bd15cee9f: Waiting 12:08:04 618dc40b7e24: Waiting 12:08:04 75a0a4a0db45: Waiting 12:08:04 5b7225fbf94c: Verifying Checksum 12:08:04 5b7225fbf94c: Download complete 12:08:04 3088b5b3c5c0: Download complete 12:08:04 506bd15cee9f: Verifying Checksum 12:08:04 506bd15cee9f: Download complete 12:08:04 75a0a4a0db45: Download complete 12:08:04 595b0fe564bb: Verifying Checksum 12:08:04 595b0fe564bb: Download complete 12:08:05 595b0fe564bb: Pull complete [Pipeline] unstash 12:08:06 3088b5b3c5c0: Pull complete [Pipeline] echo 12:08:06 ========================================================= 12:08:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 12:08:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:08:06 618dc40b7e24: Download complete 12:08:06 5b7225fbf94c: Pull complete 12:08:06 + 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:08:06 Sending build context to Docker daemon 277.5kB 12:08:06 Step 1/7 : ARG BASE=golang:1.16-alpine 12:08:06 Step 2/7 : FROM ${BASE} 12:08:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 12:08:06 540db60ca938: Pulling fs layer 12:08:06 adcc1eea9eea: Pulling fs layer 12:08:06 4c4ab2625f07: Pulling fs layer 12:08:06 0510c868ecb4: Pulling fs layer 12:08:06 afea3b2eda06: Pulling fs layer 12:08:06 7809a108b3ef: Pulling fs layer 12:08:06 f706445af74f: Pulling fs layer 12:08:06 afea3b2eda06: Waiting 12:08:06 7809a108b3ef: Waiting 12:08:06 f706445af74f: Waiting 12:08:06 0510c868ecb4: Waiting 12:08:06 4c4ab2625f07: Verifying Checksum 12:08:06 4c4ab2625f07: Download complete 12:08:06 adcc1eea9eea: Verifying Checksum 12:08:06 adcc1eea9eea: Download complete 12:08:06 afea3b2eda06: Verifying Checksum 12:08:06 afea3b2eda06: Download complete 12:08:06 7809a108b3ef: Verifying Checksum 12:08:06 7809a108b3ef: Download complete 12:08:06 540db60ca938: Verifying Checksum 12:08:06 540db60ca938: Download complete 12:08:07 540db60ca938: Pull complete 12:08:07 adcc1eea9eea: Pull complete 12:08:07 4c4ab2625f07: Pull complete 12:08:08 ba82ee9f976e: Verifying Checksum 12:08:08 ba82ee9f976e: Download complete 12:08:09 f706445af74f: Verifying Checksum 12:08:09 f706445af74f: Download complete 12:08:09 0510c868ecb4: Verifying Checksum 12:08:09 0510c868ecb4: Download complete 12:08:12 0510c868ecb4: Pull complete 12:08:12 afea3b2eda06: Pull complete 12:08:12 7809a108b3ef: Pull complete 12:08:14 f706445af74f: Pull complete 12:08:14 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 12:08:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 12:08:14 ---> b068be0155e3 12:08:14 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:08:18 ---> Running in 5070adbe40f5 12:08:18 Removing intermediate container 5070adbe40f5 12:08:18 ---> b7511956b9a5 12:08:18 Step 4/7 : RUN apk add --update bash 12:08:18 ---> Running in 2a9c8a9051d2 12:08:19 ba82ee9f976e: Pull complete 12:08:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:08:19 506bd15cee9f: Pull complete 12:08:19 75a0a4a0db45: Pull complete 12:08:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:08:20 OK: 149 MiB in 40 packages 12:08:20 Removing intermediate container 2a9c8a9051d2 12:08:20 ---> e785fb127530 12:08:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:08:20 ---> Running in 6acefeb38f3b 12:08:20 Removing intermediate container 6acefeb38f3b 12:08:20 ---> ba3121ea7dc2 12:08:20 Step 6/7 : COPY go.mod . 12:08:21 ---> 29de9b9f2e4b 12:08:21 Step 7/7 : RUN go mod download 12:08:21 ---> Running in f15f99b2e2ba 12:08:23 618dc40b7e24: Pull complete 12:08:23 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 12:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 12:08:23 ---> a36622ca3599 12:08:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:08:25 ---> Running in 0d5bbf746002 12:08:25 Removing intermediate container 0d5bbf746002 12:08:25 ---> 5761861883a0 12:08:25 Step 4/7 : RUN apk add --update bash 12:08:25 ---> Running in 785a5148559c 12:08:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:08:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 12:08:29 OK: 138 MiB in 40 packages 12:08:30 Removing intermediate container 785a5148559c 12:08:30 ---> eacbb5626206 12:08:30 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:08:30 ---> Running in f9a8d796f7ab 12:08:30 Removing intermediate container f9a8d796f7ab 12:08:30 ---> 7659851d63ac 12:08:30 Step 6/7 : COPY go.mod . 12:08:31 Removing intermediate container f15f99b2e2ba 12:08:31 ---> 2555e160a052 12:08:31 Successfully built 2555e160a052 12:08:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:08:31 ---> e0c5f0a8e61a 12:08:31 Step 7/7 : RUN go mod download 12:08:31 + docker inspect -f . ci-base-image-x86_64 12:08:31 . [Pipeline] withDockerContainer 12:08:31 prd-centos7-docker-4c-2g-518 does not seem to be running inside a container 12:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** ci-base-image-x86_64 cat 12:08:31 ---> Running in d3a20eb2df6b 12:08:32 $ docker top f364845e9dcab97313bd01aac1820828a981cd0c6bd2dc7bfa50faf41bb2685b -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:32 + go version 12:08:32 go version go1.16.3 linux/amd64 [Pipeline] } 12:08:32 $ docker stop --time=1 f364845e9dcab97313bd01aac1820828a981cd0c6bd2dc7bfa50faf41bb2685b 12:08:33 $ docker rm -f f364845e9dcab97313bd01aac1820828a981cd0c6bd2dc7bfa50faf41bb2685b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:08:34 + docker inspect -f . ci-base-image-x86_64 12:08:34 . [Pipeline] withDockerContainer 12:08:34 prd-centos7-docker-4c-2g-518 does not seem to be running inside a container 12:08:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** ci-base-image-x86_64 cat 12:08:35 $ docker top 93d495ffe5cf3c0b14624c255d507f7f085c613267aa7813ac73d4146191b43f -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:35 + go mod tidy [Pipeline] sh 12:08:35 + make test 12:08:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:08:44 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.013s coverage: 85.7% of statements 12:08:47 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.523s coverage: 87.4% of statements 12:08:47 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.008s coverage: 100.0% of statements 12:08:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:08:50 Removing intermediate container d3a20eb2df6b 12:08:50 ---> 336fc28a9cc2 12:08:50 Successfully built 336fc28a9cc2 12:08:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:08:50 + docker inspect -f . ci-base-image-arm64 12:08:50 . [Pipeline] withDockerContainer 12:08:50 prd-ubuntu18.04-docker-arm64-4c-16g-516 does not seem to be running inside a container 12:08:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** ci-base-image-arm64 cat 12:08:52 gofmt -l . 12:08:52 [ "`gofmt -l .`" = "" ] 12:08:52 $ docker top 6d15cb1bfe2efbb171d96b536e31f24e03c6a1789853d17bb33749fc83e91e8c -eo pid,comm [Pipeline] { [Pipeline] } 12:08:52 $ docker stop --time=1 93d495ffe5cf3c0b14624c255d507f7f085c613267aa7813ac73d4146191b43f 12:08:54 $ docker rm -f 93d495ffe5cf3c0b14624c255d507f7f085c613267aa7813ac73d4146191b43f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 12:08:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:08:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 12:08:55 + go version 12:08:55 go version go1.16.5 linux/arm64 [Pipeline] stage [Pipeline] { (Build) [Pipeline] } 12:08:55 $ docker stop --time=1 6d15cb1bfe2efbb171d96b536e31f24e03c6a1789853d17bb33749fc83e91e8c 12:08:56 $ docker rm -f 6d15cb1bfe2efbb171d96b536e31f24e03c6a1789853d17bb33749fc83e91e8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 12:08:57 + docker inspect -f . ci-base-image-arm64 12:08:57 . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] withDockerContainer 12:08:58 prd-ubuntu18.04-docker-arm64-4c-16g-516 does not seem to be running inside a container 12:08:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** ci-base-image-arm64 cat 12:08:59 $ docker top 4f234f320ce6da0ad049c332d2191fa923f652cfa2027097e888e055ae5bda9d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 12:09:00 ---> job-cost.sh 12:09:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-roIu 12:09:00 + go mod tidy [Pipeline] sh 12:09:01 + make test 12:09:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:09:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:09:23 lf-activate-venv(): INFO: Adding /tmp/venv-roIu/bin to PATH 12:09:23 INFO: No Stack... 12:09:23 INFO: Retrieving Pricing Info for: v3-standard-2 12:09:23 INFO: Archiving Costs [Pipeline] sh 12:09:24 + cat /w/workspace/go-mod-configuration/1/archives/cost.csv 12:09:24 + cut -d, -f6 [Pipeline] lock 12:09:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] 12:09:24 Resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] did not exist. Created. 12:09:24 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:09:24 + echo total: 0.05999999865889549 [Pipeline] stash 12:09:24 Stashed 1 file(s) [Pipeline] } 12:09:24 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:09:34 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.022s coverage: 85.7% of statements 12:09:34 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.626s coverage: 87.4% of statements 12:09:34 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.014s coverage: 100.0% of statements 12:09:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:09:52 gofmt -l . 12:09:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:09:52 $ docker stop --time=1 4f234f320ce6da0ad049c332d2191fa923f652cfa2027097e888e055ae5bda9d 12:09:54 $ docker rm -f 4f234f320ce6da0ad049c332d2191fa923f652cfa2027097e888e055ae5bda9d [Pipeline] // withDockerContainer [Pipeline] sh 12:09:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:09:55 Warning: overwriting stash ‘coverage-report’ 12:09:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:09:57 ---> job-cost.sh 12:09:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-il9F 12:10:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:12:12 lf-activate-venv(): INFO: Adding /tmp/venv-il9F/bin to PATH 12:12:12 INFO: No Stack... 12:12:12 INFO: Retrieving Pricing Info for: v2-standard-4 12:12:12 INFO: Archiving Costs [Pipeline] sh 12:12:13 + + cutcat -d, /w/workspace/go-mod-configuration/1/archives/cost.csv -f6 12:12:13 [Pipeline] lock 12:12:13 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] 12:12:13 Resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] did not exist. Created. 12:12:13 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:12:13 /w/workspace/go-mod-configuration/1@tmp/durable-8c79fa4a/script.sh: 1: /w/workspace/go-mod-configuration/1@tmp/durable-8c79fa4a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:12:14 + echo total: 0.18000000715255737 [Pipeline] stash 12:12:14 Warning: overwriting stash ‘stack-cost’ 12:12:14 Stashed 1 file(s) [Pipeline] } 12:12:14 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-42-1-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:12:15 provisioning config files... 12:12:15 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-42@tmp/config3919673204994347363tmp [Pipeline] { [Pipeline] sh 12:12:16 + set +x 12:12:16 + curl -s https://codecov.io/bash 12:12:16 + bash -s -- 12:12:16 12:12:16 _____ _ 12:12:16 / ____| | | 12:12:16 | | ___ __| | ___ ___ _____ __ 12:12:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:12:16 | |___| (_) | (_| | __/ (_| (_) \ V / 12:12:16 \_____\___/ \__,_|\___|\___\___/ \_/ 12:12:16 Bash-1.0.3 12:12:16 12:12:16 12:12:16 ==> git version 2.24.4 found 12:12:16 ==> 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:12:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:12:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:12:16 ==> Jenkins CI detected. 12:12:16 project root: . 12:12:16 --> token set from env 12:12:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:12:16 ==> Running gcov in . (disable via -X gcov) 12:12:16 ==> Python coveragepy not found 12:12:16 ==> Searching for coverage reports in: 12:12:16 + . 12:12:16 -> Found 1 reports 12:12:16 ==> Detecting git/mercurial file structure 12:12:16 ==> Reading reports 12:12:16 + ./coverage.out bytes=14452 12:12:16 ==> Appending adjustments 12:12:16 https://docs.codecov.io/docs/fixing-reports 12:12:16 + Found adjustments 12:12:16 ==> Gzipping contents 12:12:16 4.0K /tmp/codecov.gvcY0N.gz 12:12:16 ==> Uploading reports 12:12:16 url: https://codecov.io 12:12:16 query: branch=PR-42&commit=fa2fc1296830d69d85864f685d61264b9118533e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-42%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=42&job=&cmd_args= 12:12:16 -> Pinging Codecov 12:12:16 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-42&commit=fa2fc1296830d69d85864f685d61264b9118533e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-42%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=42&job=&cmd_args= 12:12:16 -> Uploading to 12:12:16 https://storage.googleapis.com/codecov/v4/raw/2021-06-28/9F92B070CA9CA35F4914AC8684776953/fa2fc1296830d69d85864f685d61264b9118533e/d21490f0-d7ee-4528-b22b-0f07808924e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210628%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210628T121216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a1b9a6c6576f9bbb6d03fa03836421b868c00d7fae8c5d5983f86ed0f138c6e7 12:12:16 % Total % Received % Xferd Average Speed Time Time Time Current 12:12:16 Dload Upload Total Spent Left Speed 12:12:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2654 0 0 100 2654 0 5918 --:--:-- --:--:-- --:--:-- 5924 12:12:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/fa2fc1296830d69d85864f685d61264b9118533e [Pipeline] } 12:12:17 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:12:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:12:20 ---> package-listing.sh 12:12:20 ++ facter osfamily 12:12:20 ++ tr '[:upper:]' '[:lower:]' 12:12:20 + OS_FAMILY=redhat 12:12:20 + workspace=/w/workspace/undry_go-mod-configuration_PR-42 12:12:20 + START_PACKAGES=/tmp/packages_start.txt 12:12:20 + END_PACKAGES=/tmp/packages_end.txt 12:12:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:12:20 + PACKAGES=/tmp/packages_start.txt 12:12:20 + '[' /w/workspace/undry_go-mod-configuration_PR-42 ']' 12:12:20 + PACKAGES=/tmp/packages_end.txt 12:12:20 + case "${OS_FAMILY}" in 12:12:20 + rpm -qa 12:12:20 + sort 12:12:21 + '[' -f /tmp/packages_start.txt ']' 12:12:21 + '[' -f /tmp/packages_end.txt ']' 12:12:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:12:21 + '[' /w/workspace/undry_go-mod-configuration_PR-42 ']' 12:12:21 + mkdir -p /w/workspace/undry_go-mod-configuration_PR-42/archives/ 12:12:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-42/archives/ [Pipeline] echo 12:12:21 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/undry_go-mod-configuration_PR-42/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:12:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:12:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:12:22 12:12:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:12:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:12:22 alpine: Pulling from edgex-lftools-log-publisher 12:12:22 df20fa9351a1: Pulling fs layer 12:12:22 36b3adc4ff6f: Pulling fs layer 12:12:22 8ad3a11d3b57: Pulling fs layer 12:12:22 46f8f816bc3b: Pulling fs layer 12:12:22 93b61091891f: Pulling fs layer 12:12:22 93b9cdb0e59b: Pulling fs layer 12:12:22 5e14af77c1be: Pulling fs layer 12:12:22 01666e4c0597: Pulling fs layer 12:12:22 aa168da1d23b: Pulling fs layer 12:12:22 46f8f816bc3b: Waiting 12:12:22 93b61091891f: Waiting 12:12:22 93b9cdb0e59b: Waiting 12:12:22 5e14af77c1be: Waiting 12:12:22 01666e4c0597: Waiting 12:12:22 aa168da1d23b: Waiting 12:12:22 36b3adc4ff6f: Download complete 12:12:22 46f8f816bc3b: Verifying Checksum 12:12:22 46f8f816bc3b: Download complete 12:12:23 df20fa9351a1: Verifying Checksum 12:12:23 df20fa9351a1: Download complete 12:12:23 93b9cdb0e59b: Verifying Checksum 12:12:23 93b9cdb0e59b: Download complete 12:12:23 93b61091891f: Verifying Checksum 12:12:23 93b61091891f: Download complete 12:12:23 5e14af77c1be: Verifying Checksum 12:12:23 5e14af77c1be: Download complete 12:12:23 01666e4c0597: Verifying Checksum 12:12:23 01666e4c0597: Download complete 12:12:23 8ad3a11d3b57: Verifying Checksum 12:12:23 8ad3a11d3b57: Download complete 12:12:23 df20fa9351a1: Pull complete 12:12:23 36b3adc4ff6f: Pull complete 12:12:23 8ad3a11d3b57: Pull complete 12:12:23 46f8f816bc3b: Pull complete 12:12:24 93b61091891f: Pull complete 12:12:24 93b9cdb0e59b: Pull complete 12:12:24 5e14af77c1be: Pull complete 12:12:24 01666e4c0597: Pull complete 12:12:24 aa168da1d23b: Verifying Checksum 12:12:24 aa168da1d23b: Download complete 12:12:28 aa168da1d23b: Pull complete 12:12:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:12:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:12:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:12:29 prd-centos7-docker-4c-2g-515 does not seem to be running inside a container 12:12:29 $ 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/undry_go-mod-configuration_PR-42/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_go-mod-configuration_PR-42 -v /w/workspace/undry_go-mod-configuration_PR-42:/w/workspace/undry_go-mod-configuration_PR-42:rw,z -v /w/workspace/undry_go-mod-configuration_PR-42@tmp:/w/workspace/undry_go-mod-configuration_PR-42@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:12:31 $ docker top 3d95ec7fed14aac4b0f087ffd0bda1c79247098257fffa2f8e8b18bfe0707fed -eo pid,comm [Pipeline] { [Pipeline] sh 12:12:32 + touch /tmp/pre-build-complete [Pipeline] sh 12:12:32 + mkdir -p /var/log/sa [Pipeline] sh 12:12:32 + ls /var/log/sa-host 12:12:32 + sadf -c /var/log/sa-host/sa05 12:12:32 file_magic: OK 12:12:32 HZ: Using current value: 100 12:12:32 file_header: OK 12:12:32 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:12:32 Statistics: 12:12:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:12:32 File successfully converted to sysstat format version 12.2.1 12:12:32 + sadf -c /var/log/sa-host/sa28 12:12:32 file_magic: OK 12:12:32 HZ: Using current value: 100 12:12:32 file_header: OK 12:12:32 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:12:32 Statistics: 12:12:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:12:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:12:33 provisioning config files... 12:12:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-42@tmp/config6807640241522208512tmp [Pipeline] { [Pipeline] echo 12:12:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:12:33 ---> create-netrc.sh [Pipeline] } 12:12:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:12:34 ---> python-tools-install.sh [Pipeline] echo 12:12:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:12:34 ---> sudo-logs.sh 12:12:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:12:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:12:35 ---> job-cost.sh 12:12:35 lf-activate-venv: SKIPPING 12:12:35 DEBUG: total: 0.18000000715255737 12:12:35 INFO: Retrieving Stack Cost... 12:12:36 INFO: Retrieving Pricing Info for: v3-standard-2 12:12:36 INFO: Archiving Costs [Pipeline] echo 12:12:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:12:36 ---> logs-deploy.sh 12:12:36 lf-activate-venv: SKIPPING 12:12:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-42/1 12:12:36 INFO: archiving workspace using pattern(s): 12:12:37 Archives upload complete. 12:12:37 INFO: archiving logs to Nexus 12:12:38 ---> uname -a: 12:12:38 Linux prd-centos7-docker-4c-2g-515.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 12:12:38 12:12:38 12:12:38 ---> lscpu: 12:12:38 Architecture: x86_64 12:12:38 CPU op-mode(s): 32-bit, 64-bit 12:12:38 Byte Order: Little Endian 12:12:38 Address sizes: 40 bits physical, 48 bits virtual 12:12:38 CPU(s): 2 12:12:38 On-line CPU(s) list: 0,1 12:12:38 Thread(s) per core: 1 12:12:38 Core(s) per socket: 1 12:12:38 Socket(s): 2 12:12:38 NUMA node(s): 1 12:12:38 Vendor ID: AuthenticAMD 12:12:38 CPU family: 23 12:12:38 Model: 49 12:12:38 Model name: AMD EPYC-Rome Processor 12:12:38 Stepping: 0 12:12:38 CPU MHz: 2799.998 12:12:38 BogoMIPS: 5599.99 12:12:38 Virtualization: AMD-V 12:12:38 Hypervisor vendor: KVM 12:12:38 Virtualization type: full 12:12:38 L1d cache: 64 KiB 12:12:38 L1i cache: 64 KiB 12:12:38 L2 cache: 1 MiB 12:12:38 L3 cache: 32 MiB 12:12:38 NUMA node0 CPU(s): 0,1 12:12:38 Vulnerability Itlb multihit: Not affected 12:12:38 Vulnerability L1tf: Not affected 12:12:38 Vulnerability Mds: Not affected 12:12:38 Vulnerability Meltdown: Not affected 12:12:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:12:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:12:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:12:38 Vulnerability Srbds: Not affected 12:12:38 Vulnerability Tsx async abort: Not affected 12:12:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 12:12:38 12:12:38 12:12:38 ---> nproc: 12:12:38 2 12:12:38 12:12:38 12:12:38 ---> df -h: 12:12:38 Filesystem Size Used Available Use% Mounted on 12:12:38 overlay 40.0G 7.6G 32.4G 19% / 12:12:38 tmpfs 64.0M 0 64.0M 0% /dev 12:12:38 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 12:12:38 shm 64.0M 0 64.0M 0% /dev/shm 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/undry_go-mod-configuration_PR-42 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/undry_go-mod-configuration_PR-42@tmp 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 12:12:38 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 12:12:38 12:12:38 12:12:38 ---> free -m: 12:12:38 total used free shared buff/cache available 12:12:38 Mem: 7821 935 4793 0 2092 6707 12:12:38 Swap: 1023 0 1023 12:12:38 12:12:38 12:12:38 ---> ip addr: 12:12:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:12:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:12:38 inet 127.0.0.1/8 scope host lo 12:12:38 valid_lft forever preferred_lft forever 12:12:38 inet6 ::1/128 scope host 12:12:38 valid_lft forever preferred_lft forever 12:12:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:12:38 link/ether fa:16:3e:3f:c7:15 brd ff:ff:ff:ff:ff:ff 12:12:38 inet 10.30.122.76/23 brd 10.30.123.255 scope global dynamic eth0 12:12:38 valid_lft 85906sec preferred_lft 85906sec 12:12:38 inet6 fe80::f816:3eff:fe3f:c715/64 scope link 12:12:38 valid_lft forever preferred_lft forever 12:12:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:12:38 link/ether 02:42:03:52:63:21 brd ff:ff:ff:ff:ff:ff 12:12:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:12:38 valid_lft forever preferred_lft forever 12:12:38 inet6 fe80::42:3ff:fe52:6321/64 scope link 12:12:38 valid_lft forever preferred_lft forever 12:12:38 12:12:38 12:12:38 ---> sar -b -r -n DEV: 12:12:38 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/28/21 _x86_64_ (2 CPU) 12:12:38 12:12:38 12:04:13 LINUX RESTART (2 CPU) 12:12:38 12:12:38 12:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:12:38 12:06:01 16.89 0.62 16.27 0.00 351.77 2909.03 0.00 12:12:38 12:07:01 0.45 0.00 0.45 0.00 0.00 7.60 0.00 12:12:38 12:08:01 0.22 0.00 0.22 0.00 0.00 2.97 0.00 12:12:38 12:09:01 0.27 0.00 0.27 0.00 0.00 3.65 0.00 12:12:38 12:10:02 0.27 0.00 0.27 0.00 0.00 3.30 0.00 12:12:38 12:11:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 12:12:38 12:12:01 0.33 0.00 0.33 0.00 0.00 5.43 0.00 12:12:38 Average: 2.68 0.09 2.59 0.00 50.38 420.34 0.00 12:12:38 12:12:38 12:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:12:38 12:06:01 5467636 0 804004 10.04 2620 1734680 1250756 13.81 575024 1568108 20 12:12:38 12:07:01 5468908 0 802724 10.02 2620 1734688 1205884 13.31 574744 1567752 20 12:12:38 12:08:01 5468712 0 802920 10.03 2620 1734688 1205848 13.31 573164 1569072 12 12:12:38 12:09:01 5467688 0 803940 10.04 2620 1734692 1205824 13.31 574192 1569072 8 12:12:38 12:10:02 5466452 0 805168 10.05 2620 1734700 1205608 13.31 571540 1573392 16 12:12:38 12:11:01 5465208 0 806412 10.07 2620 1734700 1205692 13.31 573088 1573392 12 12:12:38 12:12:01 5465432 0 806180 10.07 2620 1734708 1205512 13.31 572972 1573448 20 12:12:38 Average: 5467148 0 804478 10.04 2620 1734694 1212161 13.38 573532 1570605 15 12:12:38 12:12:38 12:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:12:38 12:06:01 eth0 25.28 17.60 25.76 8.34 0.00 0.00 0.00 0.00 12:12:38 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:06:01 docker0 1.17 1.03 0.25 1.57 0.00 0.00 0.00 0.00 12:12:38 12:07:01 eth0 5.16 1.87 3.63 0.48 0.00 0.00 0.00 0.00 12:12:38 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:08:01 eth0 1.55 0.48 0.60 0.39 0.00 0.00 0.00 0.00 12:12:38 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:09:01 eth0 0.67 0.27 0.29 0.20 0.00 0.00 0.00 0.00 12:12:38 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:10:02 eth0 0.95 0.27 0.20 0.08 0.00 0.00 0.00 0.00 12:12:38 12:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:11:01 eth0 0.85 0.32 0.29 0.20 0.00 0.00 0.00 0.00 12:12:38 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:12:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 12:12:38 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 Average: eth0 5.01 2.99 4.41 1.39 0.00 0.00 0.00 0.00 12:12:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:12:38 Average: docker0 0.17 0.15 0.04 0.23 0.00 0.00 0.00 0.00 12:12:38 12:12:38 12:12:38 ---> sar -P ALL: 12:12:38 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/28/21 _x86_64_ (2 CPU) 12:12:38 12:12:38 12:04:13 LINUX RESTART (2 CPU) 12:12:38 12:12:38 12:05:01 CPU %user %nice %system %iowait %steal %idle 12:12:38 12:06:01 all 1.85 0.00 1.05 0.45 0.03 96.61 12:12:38 12:06:01 0 1.75 0.00 1.04 0.29 0.03 96.89 12:12:38 12:06:01 1 1.95 0.00 1.06 0.62 0.03 96.33 12:12:38 12:07:01 all 0.17 0.00 0.06 0.00 0.03 99.75 12:12:38 12:07:01 0 0.10 0.00 0.07 0.00 0.02 99.82 12:12:38 12:07:01 1 0.23 0.00 0.05 0.00 0.03 99.68 12:12:38 12:08:01 all 0.13 0.00 0.03 0.00 0.03 99.81 12:12:38 12:08:01 0 0.10 0.00 0.03 0.00 0.02 99.85 12:12:38 12:08:01 1 0.17 0.00 0.03 0.00 0.03 99.77 12:12:38 12:09:01 all 0.13 0.00 0.03 0.00 0.03 99.82 12:12:38 12:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:12:38 12:09:01 1 0.22 0.00 0.03 0.00 0.03 99.72 12:12:38 12:10:02 all 0.13 0.00 0.03 0.00 0.03 99.82 12:12:38 12:10:02 0 0.03 0.00 0.02 0.00 0.02 99.93 12:12:38 12:10:02 1 0.23 0.00 0.03 0.00 0.03 99.70 12:12:38 12:11:01 all 0.15 0.00 0.03 0.00 0.02 99.80 12:12:38 12:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 12:12:38 12:11:01 1 0.27 0.00 0.03 0.00 0.02 99.68 12:12:38 12:12:01 all 0.05 0.00 0.04 0.00 0.03 99.88 12:12:38 12:12:01 0 0.03 0.00 0.05 0.00 0.03 99.88 12:12:38 12:12:01 1 0.07 0.00 0.03 0.00 0.02 99.88 12:12:38 Average: all 0.37 0.00 0.18 0.06 0.03 99.36 12:12:38 Average: 0 0.30 0.00 0.18 0.04 0.02 99.46 12:12:38 Average: 1 0.45 0.00 0.18 0.09 0.03 99.25 12:12:38 12:12:38 12:12:38