Pull request #15 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-configuration Obtained Jenkinsfile from d7b34191a50248fb64de136e06825b61c8e325c4+2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (9109deb620a5aca2ebfa410b9ea63c21d904c6b4) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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-15/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1202’ is offline; ‘prd-centos7-docker-4c-2g-1211’ is offline; ‘prd-centos7-docker-8c-8g-1205’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1204’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1214 in /w/workspace/undry_go-mod-configuration_PR-15 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/15/head:refs/remotes/origin/PR-15 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 into PR head commit d7b34191a50248fb64de136e06825b61c8e325c4 > git config core.sparsecheckout # timeout=10 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing d7b34191a50248fb64de136e06825b61c8e325c4 Checking out Revision d7b34191a50248fb64de136e06825b61c8e325c4 (PR-15) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T19:32:30.760Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T19:32:31.064Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T19:32:31.238Z] ========================================================= [2020-09-24T19:32:31.238Z] EdgeX Global Pipelines Version Info [2020-09-24T19:32:31.238Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:32:34.934Z] ------------------- [2020-09-24T19:32:34.934Z] stable info: [2020-09-24T19:32:34.934Z] ------------------- [2020-09-24T19:32:34.934Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T19:32:34.934Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T19:32:34.934Z] Message: update stable to v1.0.128 [2020-09-24T19:32:36.009Z] ------------------- [2020-09-24T19:32:36.009Z] experimental info: [2020-09-24T19:32:36.009Z] ------------------- [2020-09-24T19:32:36.009Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T19:32:36.009Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T19:32:36.009Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T19:32:36.691Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2020-09-24T19:32:36.813Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2020-09-24T19:32:36.961Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T19:32:37.077Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T19:32:37.217Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T19:32:37.337Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T19:32:37.464Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T19:32:37.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T19:32:37.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T19:32:37.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T19:32:37.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T19:32:38.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2020-09-24T19:32:38.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T19:32:38.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T19:32:38.517Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:32:38.634Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:32:38.749Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:32:38.881Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:32:39.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-24T19:32:39.131Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T19:32:39.242Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-24T19:32:39.359Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-24T19:32:39.474Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T19:32:39.591Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T19:32:39.707Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T19:32:39.831Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-15 [Pipeline] echo [2020-09-24T19:32:39.951Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-15 [Pipeline] echo [2020-09-24T19:32:40.069Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-15 [Pipeline] echo [2020-09-24T19:32:40.217Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7b34191a50248fb64de136e06825b61c8e325c4 [Pipeline] echo [2020-09-24T19:32:40.398Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7b3419 [Pipeline] echo [2020-09-24T19:32:40.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T19:32:41.506Z] + git log --format=format:%s -1 d7b34191a50248fb64de136e06825b61c8e325c4 [Pipeline] echo [2020-09-24T19:32:41.723Z] GIT_COMMIT: d7b34191a50248fb64de136e06825b61c8e325c4, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo [2020-09-24T19:32:41.789Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:32:42.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:32:43.481Z] [2020-09-24T19:32:43.481Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:32:43.936Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:32:44.250Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T19:32:44.250Z] 31603596830f: Pulling fs layer [2020-09-24T19:32:44.250Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T19:32:44.250Z] 6ca5941a6612: Pulling fs layer [2020-09-24T19:32:44.250Z] ecc8261a40a4: Pulling fs layer [2020-09-24T19:32:44.250Z] ecc8261a40a4: Waiting [2020-09-24T19:32:44.250Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T19:32:44.250Z] 2a8b12db71e7: Download complete [2020-09-24T19:32:44.582Z] 31603596830f: Verifying Checksum [2020-09-24T19:32:44.582Z] 31603596830f: Download complete [2020-09-24T19:32:45.340Z] ecc8261a40a4: Verifying Checksum [2020-09-24T19:32:45.340Z] ecc8261a40a4: Download complete [2020-09-24T19:32:45.662Z] 6ca5941a6612: Verifying Checksum [2020-09-24T19:32:45.662Z] 6ca5941a6612: Download complete [2020-09-24T19:32:45.662Z] 31603596830f: Pull complete [2020-09-24T19:32:45.959Z] 2a8b12db71e7: Pull complete [2020-09-24T19:32:48.339Z] 6ca5941a6612: Pull complete [2020-09-24T19:32:48.788Z] ecc8261a40a4: Pull complete [2020-09-24T19:32:48.788Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T19:32:48.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:32:48.788Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T19:32:49.633Z] prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container [2020-09-24T19:32:50.624Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-15 -v /w/workspace/undry_go-mod-configuration_PR-15:/w/workspace/undry_go-mod-configuration_PR-15:rw,z -v /w/workspace/undry_go-mod-configuration_PR-15@tmp:/w/workspace/undry_go-mod-configuration_PR-15@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 [2020-09-24T19:32:52.713Z] $ docker top e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T19:32:53.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T19:32:53.519Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T19:32:54.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T19:32:54.063Z] $ docker exec e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent [2020-09-24T19:32:54.383Z] SSH_AUTH_SOCK=/tmp/ssh-LtrZxqqUZkhM/agent.13 [2020-09-24T19:32:54.383Z] SSH_AGENT_PID=18 [2020-09-24T19:32:54.407Z] Running ssh-add (command line suppressed) [2020-09-24T19:32:54.683Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_2981059270371766109.key (/w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_2981059270371766109.key) [2020-09-24T19:32:54.999Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T19:32:55.741Z] + git describe --exact-match --tags HEAD [2020-09-24T19:32:55.741Z] fatal: no tag exactly matches 'd7b34191a50248fb64de136e06825b61c8e325c4' [Pipeline] } [2020-09-24T19:32:55.815Z] $ docker exec --env ******** --env ******** e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent -k [2020-09-24T19:32:56.105Z] unset SSH_AUTH_SOCK; [2020-09-24T19:32:56.106Z] unset SSH_AGENT_PID; [2020-09-24T19:32:56.106Z] echo Agent pid 18 killed; [2020-09-24T19:32:56.190Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T19:32:56.337Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T19:32:56.337Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T19:32:56.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T19:32:56.453Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T19:32:57.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T19:32:57.180Z] $ docker exec e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent [2020-09-24T19:32:57.770Z] SSH_AUTH_SOCK=/tmp/ssh-1RdrdF0z1Xrp/agent.46 [2020-09-24T19:32:57.771Z] SSH_AGENT_PID=52 [2020-09-24T19:32:57.792Z] Running ssh-add (command line suppressed) [2020-09-24T19:32:58.100Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_5965961937963022831.key (/w/workspace/undry_go-mod-configuration_PR-15@tmp/private_key_5965961937963022831.key) [2020-09-24T19:32:58.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T19:32:58.992Z] + git semver init [2020-09-24T19:32:58.992Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T19:32:58.992Z] # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-15/.git [2020-09-24T19:32:58.992Z] # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-15 [2020-09-24T19:32:58.992Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T19:32:58.992Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T19:32:58.992Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T19:32:58.992Z] # $SEMVER_BRANCH = PR-15 [2020-09-24T19:32:58.992Z] # $SEMVER_TEMP = /tmp/semver-178762190 [2020-09-24T19:32:58.992Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2020-09-24T19:32:59.276Z] # '/tmp/semver-178762190' -> '/w/workspace/undry_go-mod-configuration_PR-15/.semver' [2020-09-24T19:32:59.276Z] # -> Force: false [2020-09-24T19:32:59.559Z] # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-15/.semver [Pipeline] } [2020-09-24T19:32:59.655Z] $ docker exec --env ******** --env ******** e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab ssh-agent -k [2020-09-24T19:33:00.151Z] unset SSH_AUTH_SOCK; [2020-09-24T19:33:00.156Z] unset SSH_AGENT_PID; [2020-09-24T19:33:00.156Z] echo Agent pid 52 killed; [2020-09-24T19:33:00.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T19:33:01.206Z] + git semver [Pipeline] } [2020-09-24T19:33:01.372Z] $ docker stop --time=1 e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab [2020-09-24T19:33:03.663Z] $ docker rm -f e165fa7d441365c3cb813d63f7eec4bb715f06aa85ee8fdac69a49196ad5f8ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T19:33:06.444Z] Stashed 19 file(s) [Pipeline] echo [2020-09-24T19:33:06.467Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-24T19:33:06.626Z] Archived original 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 [2020-09-24T19:33:22.300Z] Still waiting to schedule task [2020-09-24T19:33:22.300Z] ‘prd-centos7-docker-4c-2g-1218’ is offline; ‘prd-centos7-docker-4c-2g-1219’ is offline; ‘prd-centos7-docker-4c-2g-1220’ is offline [2020-09-24T19:33:22.324Z] Still waiting to schedule task [2020-09-24T19:33:22.324Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-24T19:36:04.279Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1228 in /w/workspace/undry_go-mod-configuration_PR-15 [Pipeline] { [Pipeline] ws [2020-09-24T19:36:04.365Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2020-09-24T19:36:10.281Z] using credential edgex-jenkins-ssh [2020-09-24T19:36:10.350Z] Cloning the remote Git repository [2020-09-24T19:36:10.421Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-24T19:36:10.565Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2020-09-24T19:36:10.664Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-24T19:36:10.665Z] > git --version # timeout=10 [2020-09-24T19:36:10.686Z] > git --version # 'git version 2.17.1' [2020-09-24T19:36:10.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:36:10.784Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:36:12.046Z] Merging remotes/origin/master commit 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 into PR head commit d7b34191a50248fb64de136e06825b61c8e325c4 [2020-09-24T19:36:11.413Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-24T19:36:11.439Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:36:11.472Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-24T19:36:11.517Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-24T19:36:11.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:36:11.529Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/15/head:refs/remotes/origin/PR-15 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T19:36:12.070Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:36:12.087Z] > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 [2020-09-24T19:36:12.409Z] Merge succeeded, producing d7b34191a50248fb64de136e06825b61c8e325c4 [2020-09-24T19:36:12.410Z] Checking out Revision d7b34191a50248fb64de136e06825b61c8e325c4 (PR-15) [2020-09-24T19:36:12.193Z] > git remote # timeout=10 [2020-09-24T19:36:12.221Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T19:36:12.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:36:12.310Z] > git merge 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 [2020-09-24T19:36:12.345Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T19:36:12.423Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:36:12.467Z] > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 [2020-09-24T19:36:17.044Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [2020-09-24T19:36:17.107Z] > git --version # timeout=10 [2020-09-24T19:36:17.117Z] > git --version # 'git version 2.17.1' [2020-09-24T19:36:17.131Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T19:36:18.276Z] ========================================================= [2020-09-24T19:36:18.276Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T19:36:18.276Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:36:19.726Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-24T19:36:20.734Z] Sending build context to Docker daemon 364.5kB [2020-09-24T19:36:20.734Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T19:36:20.734Z] Step 2/7 : FROM ${BASE} [2020-09-24T19:36:21.348Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T19:36:21.348Z] b538f80385f9: Pulling fs layer [2020-09-24T19:36:21.348Z] 74f711af9a0d: Pulling fs layer [2020-09-24T19:36:21.348Z] 99f96fe45779: Pulling fs layer [2020-09-24T19:36:21.348Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T19:36:21.348Z] 45590311c82a: Pulling fs layer [2020-09-24T19:36:21.348Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T19:36:21.348Z] 209524e5b208: Pulling fs layer [2020-09-24T19:36:21.348Z] 45590311c82a: Waiting [2020-09-24T19:36:21.348Z] 69ca0ff8b7b3: Waiting [2020-09-24T19:36:21.348Z] 209524e5b208: Waiting [2020-09-24T19:36:21.348Z] 8529a6b9a6be: Waiting [2020-09-24T19:36:21.348Z] 99f96fe45779: Verifying Checksum [2020-09-24T19:36:21.348Z] 99f96fe45779: Download complete [2020-09-24T19:36:21.348Z] 74f711af9a0d: Verifying Checksum [2020-09-24T19:36:21.348Z] 74f711af9a0d: Download complete [2020-09-24T19:36:21.348Z] 45590311c82a: Verifying Checksum [2020-09-24T19:36:21.348Z] 45590311c82a: Download complete [2020-09-24T19:36:21.348Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-24T19:36:21.348Z] 69ca0ff8b7b3: Download complete [2020-09-24T19:36:21.348Z] b538f80385f9: Download complete [2020-09-24T19:36:22.344Z] b538f80385f9: Pull complete [2020-09-24T19:36:22.956Z] 74f711af9a0d: Pull complete [2020-09-24T19:36:23.236Z] 99f96fe45779: Pull complete [2020-09-24T19:36:23.844Z] 209524e5b208: Download complete [2020-09-24T19:36:24.839Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T19:36:24.839Z] 8529a6b9a6be: Download complete [2020-09-24T19:36:29.245Z] Running on prd-centos7-docker-4c-2g-1226 in /w/workspace/undry_go-mod-configuration_PR-15 [Pipeline] { [Pipeline] ws [2020-09-24T19:36:29.367Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2020-09-24T19:36:35.074Z] 8529a6b9a6be: Pull complete [2020-09-24T19:36:35.074Z] 45590311c82a: Pull complete [2020-09-24T19:36:35.074Z] 69ca0ff8b7b3: Pull complete [2020-09-24T19:36:38.487Z] 209524e5b208: Pull complete [2020-09-24T19:36:38.487Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T19:36:38.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T19:36:38.770Z] ---> 5bddaf1c2fca [2020-09-24T19:36:38.770Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-24T19:36:40.464Z] using credential edgex-jenkins-ssh [2020-09-24T19:36:40.565Z] Cloning the remote Git repository [2020-09-24T19:36:40.756Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-24T19:36:41.004Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2020-09-24T19:36:41.240Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-24T19:36:41.241Z] > git --version # timeout=10 [2020-09-24T19:36:41.272Z] > git --version # 'git version 2.16.5' [2020-09-24T19:36:41.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:36:41.433Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:36:42.178Z] ---> Running in 97245b417d24 [2020-09-24T19:36:42.178Z] Removing intermediate container 97245b417d24 [2020-09-24T19:36:42.178Z] ---> 6082f0bfb73e [2020-09-24T19:36:42.178Z] Step 4/7 : RUN apk add --update bash [2020-09-24T19:36:42.178Z] ---> Running in 8fc493a3eeb0 [2020-09-24T19:36:42.460Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-24T19:36:42.528Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:36:42.728Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-24T19:36:42.925Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-24T19:36:42.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:36:43.087Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/15/head:refs/remotes/origin/PR-15 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T19:36:44.009Z] Merging remotes/origin/master commit 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 into PR head commit d7b34191a50248fb64de136e06825b61c8e325c4 [2020-09-24T19:36:44.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:36:44.045Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:36:44.196Z] > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 [2020-09-24T19:36:44.612Z] > git remote # timeout=10 [2020-09-24T19:36:44.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:36:45.303Z] Merge succeeded, producing d7b34191a50248fb64de136e06825b61c8e325c4 [2020-09-24T19:36:45.304Z] Checking out Revision d7b34191a50248fb64de136e06825b61c8e325c4 (PR-15) [2020-09-24T19:36:45.741Z] OK: 142 MiB in 39 packages [2020-09-24T19:36:44.753Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T19:36:45.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:36:45.039Z] > git merge 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 [2020-09-24T19:36:45.252Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T19:36:45.317Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:36:45.401Z] > git checkout -f d7b34191a50248fb64de136e06825b61c8e325c4 # timeout=10 [2020-09-24T19:36:47.187Z] Removing intermediate container 8fc493a3eeb0 [2020-09-24T19:36:47.187Z] ---> 07ae019ddc78 [2020-09-24T19:36:47.187Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T19:36:47.187Z] ---> Running in cd8aa63db48a [2020-09-24T19:36:47.787Z] Removing intermediate container cd8aa63db48a [2020-09-24T19:36:47.787Z] ---> 2d8c37ec23ea [2020-09-24T19:36:47.787Z] Step 6/7 : COPY go.mod . [2020-09-24T19:36:48.396Z] ---> 92ada24412cf [2020-09-24T19:36:48.396Z] Step 7/7 : RUN go mod download [2020-09-24T19:36:48.396Z] ---> Running in 6d51adc7e2bd [2020-09-24T19:36:52.627Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [2020-09-24T19:36:52.747Z] > git --version # timeout=10 [2020-09-24T19:36:52.823Z] > git --version # 'git version 2.16.5' [2020-09-24T19:36:53.071Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T19:36:54.465Z] ========================================================= [2020-09-24T19:36:54.465Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T19:36:54.465Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:36:55.740Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-24T19:36:57.302Z] Sending build context to Docker daemon 364.5kB [2020-09-24T19:36:57.302Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T19:36:57.302Z] Step 2/7 : FROM ${BASE} [2020-09-24T19:36:57.779Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T19:36:57.779Z] df20fa9351a1: Pulling fs layer [2020-09-24T19:36:57.779Z] ed8968b2872e: Pulling fs layer [2020-09-24T19:36:57.779Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T19:36:57.779Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T19:36:57.779Z] e73272ec9a57: Pulling fs layer [2020-09-24T19:36:57.779Z] 1e910a182e73: Pulling fs layer [2020-09-24T19:36:57.779Z] 4e634b169226: Pulling fs layer [2020-09-24T19:36:57.779Z] e73272ec9a57: Waiting [2020-09-24T19:36:57.779Z] 1e910a182e73: Waiting [2020-09-24T19:36:57.779Z] 4e634b169226: Waiting [2020-09-24T19:36:57.779Z] e871e8e8d7a9: Waiting [2020-09-24T19:36:57.779Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T19:36:57.779Z] a92cc7c5fd73: Download complete [2020-09-24T19:36:57.779Z] ed8968b2872e: Verifying Checksum [2020-09-24T19:36:57.779Z] ed8968b2872e: Download complete [2020-09-24T19:36:57.779Z] e73272ec9a57: Verifying Checksum [2020-09-24T19:36:57.779Z] e73272ec9a57: Download complete [2020-09-24T19:36:57.779Z] 1e910a182e73: Verifying Checksum [2020-09-24T19:36:57.779Z] 1e910a182e73: Download complete [2020-09-24T19:36:58.409Z] df20fa9351a1: Verifying Checksum [2020-09-24T19:36:58.409Z] df20fa9351a1: Download complete [2020-09-24T19:37:00.806Z] Removing intermediate container 6d51adc7e2bd [2020-09-24T19:37:00.806Z] ---> 60998f2ea9f8 [2020-09-24T19:37:00.806Z] Successfully built 60998f2ea9f8 [2020-09-24T19:37:00.806Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:37:00.973Z] df20fa9351a1: Pull complete [2020-09-24T19:37:01.291Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T19:37:01.291Z] . [Pipeline] withDockerContainer [2020-09-24T19:37:01.655Z] prd-ubuntu18.04-docker-arm64-4c-16g-1228 does not seem to be running inside a container [2020-09-24T19:37:01.746Z] $ 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 [2020-09-24T19:37:01.787Z] ed8968b2872e: Pull complete [2020-09-24T19:37:02.124Z] a92cc7c5fd73: Pull complete [2020-09-24T19:37:03.865Z] $ docker top 9c82e56514d46b7ff599ba9d1069c98bd35381ac4a0c216f65b37e22bda48e86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:37:05.365Z] + go version [2020-09-24T19:37:05.365Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T19:37:05.405Z] $ docker stop --time=1 9c82e56514d46b7ff599ba9d1069c98bd35381ac4a0c216f65b37e22bda48e86 [2020-09-24T19:37:07.444Z] $ docker rm -f 9c82e56514d46b7ff599ba9d1069c98bd35381ac4a0c216f65b37e22bda48e86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:37:08.456Z] 4e634b169226: Verifying Checksum [2020-09-24T19:37:08.456Z] 4e634b169226: Download complete [2020-09-24T19:37:08.749Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T19:37:08.749Z] . [Pipeline] withDockerContainer [2020-09-24T19:37:09.060Z] prd-ubuntu18.04-docker-arm64-4c-16g-1228 does not seem to be running inside a container [2020-09-24T19:37:09.147Z] $ 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 [2020-09-24T19:37:10.560Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T19:37:10.560Z] e871e8e8d7a9: Download complete [2020-09-24T19:37:11.120Z] $ docker top 8acc07a72005fad8273338e81c9c65e1ee39043060ac28792c2b22f49d9f56f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:37:12.654Z] + make test [2020-09-24T19:37:12.654Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T19:37:23.555Z] e871e8e8d7a9: Pull complete [2020-09-24T19:37:23.555Z] e73272ec9a57: Pull complete [2020-09-24T19:37:23.555Z] 1e910a182e73: Pull complete [2020-09-24T19:37:28.024Z] 4e634b169226: Pull complete [2020-09-24T19:37:28.024Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T19:37:28.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T19:37:28.348Z] ---> f7629b54cfaa [2020-09-24T19:37:28.348Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-24T19:37:28.348Z] ---> Running in f0ee7d0f67a7 [2020-09-24T19:37:28.656Z] Removing intermediate container f0ee7d0f67a7 [2020-09-24T19:37:28.656Z] ---> 49c48076a047 [2020-09-24T19:37:28.656Z] Step 4/7 : RUN apk add --update bash [2020-09-24T19:37:28.963Z] ---> Running in 5c9a2032854a [2020-09-24T19:37:30.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T19:37:31.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T19:37:31.783Z] OK: 166 MiB in 39 packages [2020-09-24T19:37:32.492Z] Removing intermediate container 5c9a2032854a [2020-09-24T19:37:32.492Z] ---> 02f28edc1ea0 [2020-09-24T19:37:32.492Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T19:37:32.492Z] ---> Running in 9f7bab270b33 [2020-09-24T19:37:33.154Z] Removing intermediate container 9f7bab270b33 [2020-09-24T19:37:33.154Z] ---> 431beca69447 [2020-09-24T19:37:33.154Z] Step 6/7 : COPY go.mod . [2020-09-24T19:37:33.561Z] ---> e323b4bcf5d4 [2020-09-24T19:37:33.561Z] Step 7/7 : RUN go mod download [2020-09-24T19:37:33.561Z] ---> Running in 06877864798b [2020-09-24T19:37:39.537Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.015s coverage: 85.7% of statements [2020-09-24T19:37:41.508Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.630s coverage: 86.0% of statements [2020-09-24T19:37:41.508Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.013s coverage: 100.0% of statements [2020-09-24T19:37:41.508Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-24T19:37:44.925Z] gofmt -l . [2020-09-24T19:37:44.925Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-24T19:37:45.856Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T19:37:45.880Z] $ docker stop --time=1 8acc07a72005fad8273338e81c9c65e1ee39043060ac28792c2b22f49d9f56f3 [2020-09-24T19:37:46.813Z] Removing intermediate container 06877864798b [2020-09-24T19:37:46.813Z] ---> ce799cb39ab3 [2020-09-24T19:37:46.813Z] Successfully built ce799cb39ab3 [2020-09-24T19:37:46.813Z] Successfully tagged ci-base-image-x86_64:latest [2020-09-24T19:37:48.184Z] $ docker rm -f 8acc07a72005fad8273338e81c9c65e1ee39043060ac28792c2b22f49d9f56f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-24T19:37:49.440Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T19:37:49.440Z] . [Pipeline] withDockerContainer [2020-09-24T19:37:49.998Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2020-09-24T19:37:50.637Z] $ 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-x86_64 cat [2020-09-24T19:37:52.362Z] $ docker top 352ee7c0e37330de76e7234dc8854c607eeae35eee985b34ee8ab28f5814d8b2 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-24T19:37:53.244Z] + go version [2020-09-24T19:37:53.244Z] go version go1.15.2 linux/amd64 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] } [2020-09-24T19:37:53.408Z] $ docker stop --time=1 352ee7c0e37330de76e7234dc8854c607eeae35eee985b34ee8ab28f5814d8b2 [2020-09-24T19:37:54.936Z] $ docker rm -f 352ee7c0e37330de76e7234dc8854c607eeae35eee985b34ee8ab28f5814d8b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [2020-09-24T19:37:56.769Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T19:37:56.769Z] . [Pipeline] withDockerContainer [2020-09-24T19:37:57.016Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2020-09-24T19:37:57.129Z] $ 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-x86_64 cat [2020-09-24T19:37:58.193Z] $ docker top 27a83f1c15db6bd6965770150318bfef81f1758b7fea6aef9a9104a756a46606 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:37:59.447Z] + make test [2020-09-24T19:37:59.447Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T19:38:18.539Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.077s coverage: 85.7% of statements [2020-09-24T19:38:20.012Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 3.610s coverage: 85.0% of statements [2020-09-24T19:38:20.012Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.028s coverage: 100.0% of statements [2020-09-24T19:38:20.012Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-24T19:38:22.013Z] gofmt -l . [2020-09-24T19:38:22.013Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-24T19:38:22.085Z] Warning: overwriting stash ‘coverage-report’ [2020-09-24T19:38:22.804Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T19:38:22.828Z] $ docker stop --time=1 27a83f1c15db6bd6965770150318bfef81f1758b7fea6aef9a9104a756a46606 [2020-09-24T19:38:25.287Z] $ docker rm -f 27a83f1c15db6bd6965770150318bfef81f1758b7fea6aef9a9104a756a46606 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-24T19:38:28.813Z] provisioning config files... [2020-09-24T19:38:28.848Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-15@tmp/config7252010601086021064tmp [Pipeline] { [Pipeline] sh [2020-09-24T19:38:29.349Z] + curl -s https://codecov.io/bash [2020-09-24T19:38:29.349Z] + bash -s - -t @/w/workspace/undry_go-mod-configuration_PR-15@tmp/config7252010601086021064tmp [Pipeline] } [2020-09-24T19:38:29.665Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 [2020-09-24T19:38:33.470Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:38:34.145Z] ---> package-listing.sh [2020-09-24T19:38:34.145Z] ++ facter osfamily [2020-09-24T19:38:34.145Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T19:38:34.145Z] + OS_FAMILY=redhat [2020-09-24T19:38:34.145Z] + workspace=/w/workspace/undry_go-mod-configuration_PR-15 [2020-09-24T19:38:34.145Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T19:38:34.145Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T19:38:34.145Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T19:38:34.145Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T19:38:34.145Z] + '[' /w/workspace/undry_go-mod-configuration_PR-15 ']' [2020-09-24T19:38:34.145Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T19:38:34.145Z] + case "${OS_FAMILY}" in [2020-09-24T19:38:34.145Z] + rpm -qa [2020-09-24T19:38:34.145Z] + sort [2020-09-24T19:38:39.643Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T19:38:39.643Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T19:38:39.643Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T19:38:39.643Z] + '[' /w/workspace/undry_go-mod-configuration_PR-15 ']' [2020-09-24T19:38:39.643Z] + mkdir -p /w/workspace/undry_go-mod-configuration_PR-15/archives/ [2020-09-24T19:38:39.643Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-15/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:38:40.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:38:40.544Z] [2020-09-24T19:38:40.544Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:38:41.253Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:38:41.633Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T19:38:41.633Z] df20fa9351a1: Pulling fs layer [2020-09-24T19:38:41.633Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T19:38:41.633Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T19:38:41.633Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T19:38:41.633Z] 0dadc02b9964: Pulling fs layer [2020-09-24T19:38:41.633Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T19:38:41.633Z] 7a184a31f384: Pulling fs layer [2020-09-24T19:38:41.633Z] 46f8f816bc3b: Waiting [2020-09-24T19:38:41.633Z] 0dadc02b9964: Waiting [2020-09-24T19:38:41.633Z] 0879bd2ef858: Pulling fs layer [2020-09-24T19:38:41.633Z] ce6a7cf60c04: Waiting [2020-09-24T19:38:41.633Z] 7a184a31f384: Waiting [2020-09-24T19:38:41.633Z] 0879bd2ef858: Waiting [2020-09-24T19:38:41.633Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T19:38:41.633Z] 36b3adc4ff6f: Download complete [2020-09-24T19:38:41.633Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T19:38:41.633Z] 46f8f816bc3b: Download complete [2020-09-24T19:38:41.633Z] df20fa9351a1: Verifying Checksum [2020-09-24T19:38:41.633Z] df20fa9351a1: Download complete [2020-09-24T19:38:41.920Z] ce6a7cf60c04: Download complete [2020-09-24T19:38:41.920Z] 7a184a31f384: Verifying Checksum [2020-09-24T19:38:41.920Z] 7a184a31f384: Download complete [2020-09-24T19:38:41.920Z] 0dadc02b9964: Verifying Checksum [2020-09-24T19:38:41.920Z] 0dadc02b9964: Download complete [2020-09-24T19:38:42.601Z] df20fa9351a1: Pull complete [2020-09-24T19:38:42.895Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T19:38:42.895Z] 8ad3a11d3b57: Download complete [2020-09-24T19:38:42.895Z] 36b3adc4ff6f: Pull complete [2020-09-24T19:38:43.979Z] 0879bd2ef858: Verifying Checksum [2020-09-24T19:38:43.979Z] 0879bd2ef858: Download complete [2020-09-24T19:38:44.259Z] 8ad3a11d3b57: Pull complete [2020-09-24T19:38:44.550Z] 46f8f816bc3b: Pull complete [2020-09-24T19:38:45.195Z] 0dadc02b9964: Pull complete [2020-09-24T19:38:45.195Z] ce6a7cf60c04: Pull complete [2020-09-24T19:38:45.464Z] 7a184a31f384: Pull complete [2020-09-24T19:38:51.392Z] 0879bd2ef858: Pull complete [2020-09-24T19:38:51.392Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T19:38:51.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:38:51.392Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T19:38:51.954Z] prd-centos7-docker-4c-2g-1214 does not seem to be running inside a container [2020-09-24T19:38:52.242Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/undry_go-mod-configuration_PR-15 -v /w/workspace/undry_go-mod-configuration_PR-15:/w/workspace/undry_go-mod-configuration_PR-15:rw,z -v /w/workspace/undry_go-mod-configuration_PR-15@tmp:/w/workspace/undry_go-mod-configuration_PR-15@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 [2020-09-24T19:38:55.085Z] $ docker top 34f2db87804c806138499dda19a7d0b470c4ca87ce34741f2f09311b68a55dbd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:38:56.087Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T19:38:56.497Z] + ls /var/log/sa-host [2020-09-24T19:38:56.497Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T19:38:56.497Z] file_magic: OK [2020-09-24T19:38:56.497Z] HZ: Using current value: 100 [2020-09-24T19:38:56.497Z] file_header: OK [2020-09-24T19:38:56.497Z] 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 [2020-09-24T19:38:56.497Z] Statistics: [2020-09-24T19:38:56.497Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T19:38:56.497Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T19:38:56.497Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T19:38:56.497Z] file_magic: OK [2020-09-24T19:38:56.497Z] HZ: Using current value: 100 [2020-09-24T19:38:56.497Z] file_header: OK [2020-09-24T19:38:56.497Z] 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 [2020-09-24T19:38:56.497Z] Statistics: [2020-09-24T19:38:56.497Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T19:38:56.497Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T19:38:56.646Z] provisioning config files... [2020-09-24T19:38:56.686Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-15@tmp/config6519034154961853090tmp [Pipeline] { [Pipeline] echo [2020-09-24T19:38:56.796Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:38:57.598Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T19:38:57.630Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:38:58.045Z] ---> logs-deploy.sh [2020-09-24T19:38:58.045Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-15/1 [2020-09-24T19:38:58.045Z] INFO: archiving workspace using pattern(s): [2020-09-24T19:39:00.183Z] Archives upload complete. [2020-09-24T19:39:00.183Z] INFO: archiving logs to Nexus [2020-09-24T19:39:01.802Z] ---> uname -a: [2020-09-24T19:39:01.802Z] Linux 34f2db87804c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] ---> lscpu: [2020-09-24T19:39:01.802Z] Architecture: x86_64 [2020-09-24T19:39:01.802Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T19:39:01.802Z] Byte Order: Little Endian [2020-09-24T19:39:01.802Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T19:39:01.802Z] CPU(s): 4 [2020-09-24T19:39:01.802Z] On-line CPU(s) list: 0-3 [2020-09-24T19:39:01.802Z] Thread(s) per core: 1 [2020-09-24T19:39:01.802Z] Core(s) per socket: 1 [2020-09-24T19:39:01.802Z] Socket(s): 4 [2020-09-24T19:39:01.802Z] NUMA node(s): 1 [2020-09-24T19:39:01.802Z] Vendor ID: GenuineIntel [2020-09-24T19:39:01.802Z] CPU family: 6 [2020-09-24T19:39:01.802Z] Model: 44 [2020-09-24T19:39:01.802Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T19:39:01.802Z] Stepping: 1 [2020-09-24T19:39:01.802Z] CPU MHz: 2933.438 [2020-09-24T19:39:01.802Z] BogoMIPS: 5866.87 [2020-09-24T19:39:01.802Z] Virtualization: VT-x [2020-09-24T19:39:01.802Z] Hypervisor vendor: KVM [2020-09-24T19:39:01.802Z] Virtualization type: full [2020-09-24T19:39:01.802Z] L1d cache: 128 KiB [2020-09-24T19:39:01.802Z] L1i cache: 128 KiB [2020-09-24T19:39:01.802Z] L2 cache: 16 MiB [2020-09-24T19:39:01.802Z] L3 cache: 64 MiB [2020-09-24T19:39:01.802Z] NUMA node0 CPU(s): 0-3 [2020-09-24T19:39:01.802Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T19:39:01.802Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T19:39:01.802Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T19:39:01.802Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T19:39:01.802Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T19:39:01.802Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T19:39:01.802Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T19:39:01.802Z] Vulnerability Tsx async abort: Not affected [2020-09-24T19:39:01.802Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] ---> nproc: [2020-09-24T19:39:01.802Z] 4 [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] ---> df -h: [2020-09-24T19:39:01.802Z] Filesystem Size Used Available Use% Mounted on [2020-09-24T19:39:01.802Z] overlay 50.0G 6.9G 43.0G 14% / [2020-09-24T19:39:01.802Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-24T19:39:01.802Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-24T19:39:01.802Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-24T19:39:01.802Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf [2020-09-24T19:39:01.802Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname [2020-09-24T19:39:01.802Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts [2020-09-24T19:39:01.802Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/undry_go-mod-configuration_PR-15 [2020-09-24T19:39:01.802Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/undry_go-mod-configuration_PR-15@tmp [2020-09-24T19:39:01.802Z] /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] ---> free -m: [2020-09-24T19:39:01.802Z] total used free shared buff/cache available [2020-09-24T19:39:01.802Z] Mem: 1837 628 138 0 1070 1102 [2020-09-24T19:39:01.802Z] Swap: 1023 0 1023 [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] ---> ip addr: [2020-09-24T19:39:01.802Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-24T19:39:01.802Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-24T19:39:01.802Z] inet 127.0.0.1/8 scope host lo [2020-09-24T19:39:01.802Z] valid_lft forever preferred_lft forever [2020-09-24T19:39:01.802Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-24T19:39:01.802Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-24T19:39:01.802Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-24T19:39:01.802Z] valid_lft forever preferred_lft forever [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] ---> sar -b -r -n DEV: [2020-09-24T19:39:01.802Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] 19:30:50 LINUX RESTART (4 CPU) [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] 19:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-24T19:39:01.802Z] 19:33:01 46.06 14.16 31.90 0.00 5039.31 4578.02 0.00 [2020-09-24T19:39:01.802Z] 19:34:01 7.41 2.71 4.70 0.00 145.74 132.48 0.00 [2020-09-24T19:39:01.802Z] 19:35:01 0.33 0.00 0.33 0.00 0.00 4.45 0.00 [2020-09-24T19:39:01.802Z] 19:36:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2020-09-24T19:39:01.802Z] 19:37:01 0.42 0.00 0.42 0.00 0.00 6.99 0.00 [2020-09-24T19:39:01.802Z] 19:38:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 [2020-09-24T19:39:01.802Z] Average: 9.02 2.78 6.24 0.00 854.00 778.54 0.00 [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] 19:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-24T19:39:01.802Z] 19:33:01 118232 0 610224 32.43 2620 1150480 1594884 54.43 448036 1150648 220 [2020-09-24T19:39:01.802Z] 19:34:01 167556 0 556620 29.58 2620 1154760 1156476 39.47 401848 1149216 16 [2020-09-24T19:39:01.802Z] 19:35:01 176808 0 547360 29.09 2620 1154768 1092952 37.30 396192 1146860 20 [2020-09-24T19:39:01.802Z] 19:36:01 175568 0 548600 29.16 2620 1154768 1092988 37.30 412204 1132100 20 [2020-09-24T19:39:01.802Z] 19:37:01 175192 0 548972 29.18 2620 1154772 1093024 37.30 413616 1130824 16 [2020-09-24T19:39:01.802Z] 19:38:01 178056 0 546100 29.02 2620 1154780 1061012 36.21 441184 1101156 16 [2020-09-24T19:39:01.802Z] Average: 165235 0 559646 29.74 2620 1154055 1181889 40.34 418847 1135134 51 [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] 19:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-24T19:39:01.802Z] 19:33:01 eth0 119.45 95.39 549.07 50.58 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:33:01 veth4c99558 0.78 0.91 0.14 0.70 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:33:01 docker0 0.78 0.79 0.13 0.69 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:34:01 eth0 10.01 7.16 7.41 10.94 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:34:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:35:01 eth0 4.58 1.26 1.57 0.80 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:36:01 eth0 2.24 0.30 0.45 0.21 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:37:01 eth0 1.43 0.95 0.92 0.67 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:38:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] Average: eth0 22.74 17.34 92.13 10.44 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] Average: docker0 0.13 0.14 0.02 0.11 0.00 0.00 0.00 0.00 [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] ---> sar -P ALL: [2020-09-24T19:39:01.802Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] 19:30:50 LINUX RESTART (4 CPU) [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] 19:32:01 CPU %user %nice %system %iowait %steal %idle [2020-09-24T19:39:01.802Z] 19:33:01 all 7.17 0.00 4.54 1.13 38.10 49.07 [2020-09-24T19:39:01.802Z] 19:33:01 0 5.12 0.00 4.84 1.30 39.27 49.47 [2020-09-24T19:39:01.802Z] 19:33:01 1 8.13 0.00 4.60 1.16 37.77 48.34 [2020-09-24T19:39:01.802Z] 19:33:01 2 8.27 0.00 4.37 1.16 38.46 47.74 [2020-09-24T19:39:01.802Z] 19:33:01 3 7.24 0.00 4.34 0.88 36.86 50.68 [2020-09-24T19:39:01.802Z] 19:34:01 all 0.48 0.00 0.20 0.17 4.32 94.83 [2020-09-24T19:39:01.802Z] 19:34:01 0 0.83 0.00 0.16 0.23 4.08 94.70 [2020-09-24T19:39:01.802Z] 19:34:01 1 0.35 0.00 0.27 0.29 5.29 93.80 [2020-09-24T19:39:01.802Z] 19:34:01 2 0.37 0.00 0.15 0.02 4.84 94.62 [2020-09-24T19:39:01.802Z] 19:34:01 3 0.38 0.00 0.21 0.15 3.03 96.23 [2020-09-24T19:39:01.802Z] 19:35:01 all 0.12 0.00 0.11 0.00 4.75 95.02 [2020-09-24T19:39:01.802Z] 19:35:01 0 0.11 0.00 0.11 0.00 4.72 95.05 [2020-09-24T19:39:01.802Z] 19:35:01 1 0.08 0.00 0.11 0.00 4.31 95.50 [2020-09-24T19:39:01.802Z] 19:35:01 2 0.18 0.00 0.13 0.00 4.90 94.80 [2020-09-24T19:39:01.802Z] 19:35:01 3 0.10 0.00 0.08 0.00 5.08 94.74 [2020-09-24T19:39:01.802Z] 19:36:01 all 0.04 0.00 0.04 0.00 1.92 98.00 [2020-09-24T19:39:01.802Z] 19:36:01 0 0.02 0.00 0.02 0.00 1.83 98.13 [2020-09-24T19:39:01.802Z] 19:36:01 1 0.03 0.00 0.11 0.00 2.30 97.55 [2020-09-24T19:39:01.802Z] 19:36:01 2 0.02 0.00 0.00 0.00 1.23 98.75 [2020-09-24T19:39:01.802Z] 19:36:01 3 0.10 0.00 0.02 0.00 2.30 97.58 [2020-09-24T19:39:01.802Z] 19:37:01 all 0.05 0.00 0.05 0.00 2.04 97.86 [2020-09-24T19:39:01.802Z] 19:37:01 0 0.05 0.00 0.03 0.00 1.35 98.57 [2020-09-24T19:39:01.802Z] 19:37:01 1 0.00 0.00 0.12 0.00 1.20 98.68 [2020-09-24T19:39:01.802Z] 19:37:01 2 0.06 0.00 0.05 0.00 4.50 95.39 [2020-09-24T19:39:01.802Z] 19:37:01 3 0.07 0.00 0.02 0.00 1.04 98.88 [2020-09-24T19:39:01.802Z] 19:38:01 all 0.10 0.00 0.12 0.00 0.76 99.02 [2020-09-24T19:39:01.802Z] 19:38:01 0 0.03 0.00 0.08 0.00 0.66 99.22 [2020-09-24T19:39:01.802Z] 19:38:01 1 0.03 0.00 0.25 0.00 0.84 98.87 [2020-09-24T19:39:01.802Z] 19:38:01 2 0.05 0.00 0.08 0.00 1.17 98.70 [2020-09-24T19:39:01.802Z] 19:38:01 3 0.28 0.00 0.05 0.00 0.37 99.30 [2020-09-24T19:39:01.802Z] Average: all 1.45 0.00 0.92 0.24 9.29 88.10 [2020-09-24T19:39:01.802Z] Average: 0 1.14 0.00 0.98 0.28 9.49 88.10 [2020-09-24T19:39:01.802Z] Average: 1 1.58 0.00 0.99 0.26 9.24 87.94 [2020-09-24T19:39:01.802Z] Average: 2 1.61 0.00 0.86 0.21 9.69 87.63 [2020-09-24T19:39:01.802Z] Average: 3 1.48 0.00 0.86 0.19 8.74 88.73 [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z] [2020-09-24T19:39:01.802Z]