Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 755315623745cb59f6905b2f3c1d6e3ddc930638 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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.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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31429’ Running on prd-centos7-docker-4c-2g-31432 in /w/workspace/ndry_go-mod-configuration_master [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/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-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 --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 755315623745cb59f6905b2f3c1d6e3ddc930638 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 Commit message: "Merge pull request #30 from jim-wang-intel/add-access-token-for-consul" > git rev-list --no-walk 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T20:39:26.575Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T20:39:26.828Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T20:39:26.962Z] ========================================================= [2021-03-25T20:39:26.962Z] EdgeX Global Pipelines Version Info [2021-03-25T20:39:26.962Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:39:28.535Z] ------------------- [2021-03-25T20:39:28.535Z] stable info: [2021-03-25T20:39:28.535Z] ------------------- [2021-03-25T20:39:28.535Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T20:39:28.535Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T20:39:28.535Z] Message: update stable to v1.0.186 [2021-03-25T20:39:29.491Z] ------------------- [2021-03-25T20:39:29.491Z] experimental info: [2021-03-25T20:39:29.491Z] ------------------- [2021-03-25T20:39:29.491Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T20:39:29.491Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-25T20:39:29.491Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T20:39:29.742Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-03-25T20:39:29.937Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-03-25T20:39:30.024Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T20:39:30.115Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T20:39:30.209Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T20:39:30.534Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T20:39:30.662Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T20:39:30.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T20:39:30.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-25T20:39:30.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T20:39:31.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T20:39:31.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2021-03-25T20:39:31.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T20:39:31.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T20:39:31.542Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T20:39:31.636Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T20:39:31.730Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T20:39:31.815Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T20:39:31.903Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T20:39:32.006Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-25T20:39:32.115Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-25T20:39:32.233Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-25T20:39:32.319Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T20:39:32.412Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T20:39:32.514Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-25T20:39:32.609Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T20:39:32.695Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-25T20:39:32.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-25T20:39:32.868Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-25T20:39:32.955Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] echo [2021-03-25T20:39:33.044Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7553156 [Pipeline] echo [2021-03-25T20:39:33.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T20:39:33.894Z] + git log --format=format:%s -1 755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] echo [2021-03-25T20:39:33.964Z] GIT_COMMIT: 755315623745cb59f6905b2f3c1d6e3ddc930638, Commit Message: Merge pull request #30 from jim-wang-intel/add-access-token-for-consul [Pipeline] echo [2021-03-25T20:39:34.050Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:39:34.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:39:34.938Z] [2021-03-25T20:39:34.938Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:39:35.296Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:39:35.296Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T20:39:35.296Z] 31603596830f: Pulling fs layer [2021-03-25T20:39:35.296Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T20:39:35.296Z] 6ca5941a6612: Pulling fs layer [2021-03-25T20:39:35.296Z] ecc8261a40a4: Pulling fs layer [2021-03-25T20:39:35.296Z] ecc8261a40a4: Waiting [2021-03-25T20:39:35.296Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T20:39:35.296Z] 2a8b12db71e7: Download complete [2021-03-25T20:39:35.561Z] 31603596830f: Verifying Checksum [2021-03-25T20:39:35.561Z] 31603596830f: Download complete [2021-03-25T20:39:35.561Z] ecc8261a40a4: Verifying Checksum [2021-03-25T20:39:35.561Z] ecc8261a40a4: Download complete [2021-03-25T20:39:35.561Z] 6ca5941a6612: Verifying Checksum [2021-03-25T20:39:35.561Z] 6ca5941a6612: Download complete [2021-03-25T20:39:35.825Z] 31603596830f: Pull complete [2021-03-25T20:39:36.087Z] 2a8b12db71e7: Pull complete [2021-03-25T20:39:37.044Z] 6ca5941a6612: Pull complete [2021-03-25T20:39:37.044Z] ecc8261a40a4: Pull complete [2021-03-25T20:39:37.044Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T20:39:37.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:39:37.044Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T20:39:37.157Z] prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container [2021-03-25T20:39:37.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T20:39:39.402Z] $ docker top 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T20:39:39.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T20:39:39.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T20:39:39.948Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T20:39:39.956Z] $ docker exec 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent [2021-03-25T20:39:40.129Z] SSH_AUTH_SOCK=/tmp/ssh-4bECvH2Sabch/agent.12 [2021-03-25T20:39:40.129Z] SSH_AGENT_PID=17 [2021-03-25T20:39:40.141Z] Running ssh-add (command line suppressed) [2021-03-25T20:39:40.271Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5527641281888362830.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5527641281888362830.key) [2021-03-25T20:39:40.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T20:39:40.687Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T20:39:40.714Z] $ docker exec --env ******** --env ******** 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent -k [2021-03-25T20:39:40.831Z] unset SSH_AUTH_SOCK; [2021-03-25T20:39:40.831Z] unset SSH_AGENT_PID; [2021-03-25T20:39:40.831Z] echo Agent pid 17 killed; [2021-03-25T20:39:40.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T20:39:41.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T20:39:41.026Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T20:39:41.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T20:39:41.272Z] $ docker exec 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent [2021-03-25T20:39:41.451Z] SSH_AUTH_SOCK=/tmp/ssh-pB6GE6pAzCnZ/agent.46 [2021-03-25T20:39:41.451Z] SSH_AGENT_PID=52 [2021-03-25T20:39:41.459Z] Running ssh-add (command line suppressed) [2021-03-25T20:39:41.596Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1562431490731830111.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1562431490731830111.key) [2021-03-25T20:39:41.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T20:39:41.983Z] + git semver init [2021-03-25T20:39:41.983Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T20:39:41.983Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-25T20:39:41.983Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-25T20:39:41.983Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T20:39:41.983Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T20:39:41.983Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T20:39:41.983Z] # $SEMVER_BRANCH = master [2021-03-25T20:39:41.983Z] # $SEMVER_TEMP = /tmp/semver-348264422 [2021-03-25T20:39:41.983Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-03-25T20:39:42.245Z] # '/tmp/semver-348264422' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2021-03-25T20:39:42.245Z] # -> Force: false [2021-03-25T20:39:42.245Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-03-25T20:39:42.261Z] $ docker exec --env ******** --env ******** 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 ssh-agent -k [2021-03-25T20:39:42.378Z] unset SSH_AUTH_SOCK; [2021-03-25T20:39:42.378Z] unset SSH_AGENT_PID; [2021-03-25T20:39:42.378Z] echo Agent pid 52 killed; [2021-03-25T20:39:42.427Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T20:39:42.906Z] + git semver [Pipeline] } [2021-03-25T20:39:42.926Z] $ docker stop --time=1 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 [2021-03-25T20:39:44.335Z] $ docker rm -f 8406413c3a676e5ba9a1c56a7221dae2c1ae8f9ab8e9de1d811099f024b07a90 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T20:39:44.805Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T20:39:45.201Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T20:39:45.205Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [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 [2021-03-25T20:40:00.697Z] Still waiting to schedule task [2021-03-25T20:40:00.697Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-25T20:40:00.700Z] Still waiting to schedule task [2021-03-25T20:40:00.700Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-25T20:43:31.406Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31434 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-03-25T20:43:31.456Z] Running in /w/workspace/go-mod-configuration/15 [Pipeline] { [Pipeline] checkout [2021-03-25T20:43:36.263Z] using credential edgex-jenkins-ssh [2021-03-25T20:43:36.336Z] Cloning the remote Git repository [2021-03-25T20:43:36.386Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T20:43:36.512Z] > git init /w/workspace/go-mod-configuration/15 # timeout=10 [2021-03-25T20:43:36.600Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T20:43:36.601Z] > git --version # timeout=10 [2021-03-25T20:43:36.621Z] > git --version # 'git version 2.17.1' [2021-03-25T20:43:36.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:43:36.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:43:37.344Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T20:43:37.362Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:43:37.393Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T20:43:37.432Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T20:43:37.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:43:37.445Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T20:43:37.912Z] Checking out Revision 755315623745cb59f6905b2f3c1d6e3ddc930638 (master) [2021-03-25T20:43:37.923Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T20:43:37.942Z] > git checkout -f 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 [2021-03-25T20:43:42.399Z] Commit message: "Merge pull request #30 from jim-wang-intel/add-access-token-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T20:43:43.974Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T20:43:44.378Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T20:43:44.722Z] + true [2021-03-25T20:43:44.722Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-25T20:43:47.833Z] ========================================================= [2021-03-25T20:43:47.833Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T20:43:47.833Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:43:48.245Z] + 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 . [2021-03-25T20:43:48.846Z] Sending build context to Docker daemon 225.8kB [2021-03-25T20:43:49.463Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T20:43:49.463Z] Step 2/7 : FROM ${BASE} [2021-03-25T20:43:50.071Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T20:43:50.071Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T20:43:50.071Z] a4357932f1b6: Pulling fs layer [2021-03-25T20:43:50.071Z] 18c013af1878: Pulling fs layer [2021-03-25T20:43:50.071Z] 00ac8860ef70: Pulling fs layer [2021-03-25T20:43:50.071Z] 63d7cb157983: Pulling fs layer [2021-03-25T20:43:50.071Z] b116817d02f9: Pulling fs layer [2021-03-25T20:43:50.071Z] 745a02a5169b: Pulling fs layer [2021-03-25T20:43:50.071Z] 00ac8860ef70: Waiting [2021-03-25T20:43:50.071Z] 63d7cb157983: Waiting [2021-03-25T20:43:50.071Z] b116817d02f9: Waiting [2021-03-25T20:43:50.071Z] 745a02a5169b: Waiting [2021-03-25T20:43:50.071Z] 18c013af1878: Download complete [2021-03-25T20:43:50.071Z] a4357932f1b6: Verifying Checksum [2021-03-25T20:43:50.071Z] a4357932f1b6: Download complete [2021-03-25T20:43:50.071Z] 63d7cb157983: Verifying Checksum [2021-03-25T20:43:50.071Z] 63d7cb157983: Download complete [2021-03-25T20:43:50.071Z] b116817d02f9: Download complete [2021-03-25T20:43:50.071Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T20:43:50.071Z] 5f621e34cdf4: Download complete [2021-03-25T20:43:50.668Z] 5f621e34cdf4: Pull complete [2021-03-25T20:43:51.288Z] a4357932f1b6: Pull complete [2021-03-25T20:43:51.889Z] 18c013af1878: Pull complete [2021-03-25T20:43:53.336Z] 745a02a5169b: Download complete [2021-03-25T20:43:54.310Z] 00ac8860ef70: Download complete [2021-03-25T20:43:56.391Z] Running on prd-centos7-docker-4c-2g-31433 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-03-25T20:43:56.448Z] Running in /w/workspace/go-mod-configuration/15 [Pipeline] { [Pipeline] checkout [2021-03-25T20:44:04.501Z] 00ac8860ef70: Pull complete [2021-03-25T20:44:05.099Z] 63d7cb157983: Pull complete [2021-03-25T20:44:05.381Z] b116817d02f9: Pull complete [2021-03-25T20:44:08.788Z] using credential edgex-jenkins-ssh [2021-03-25T20:44:08.848Z] Cloning the remote Git repository [2021-03-25T20:44:09.706Z] 745a02a5169b: Pull complete [2021-03-25T20:44:09.706Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T20:44:09.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T20:44:09.706Z] ---> b7e6874047d6 [2021-03-25T20:44:09.706Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T20:44:08.910Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T20:44:09.075Z] > git init /w/workspace/go-mod-configuration/15 # timeout=10 [2021-03-25T20:44:09.212Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T20:44:09.212Z] > git --version # timeout=10 [2021-03-25T20:44:09.288Z] > git --version # 'git version 2.24.3' [2021-03-25T20:44:09.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:44:09.357Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:44:11.109Z] Checking out Revision 755315623745cb59f6905b2f3c1d6e3ddc930638 (master) [2021-03-25T20:44:10.221Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T20:44:10.301Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:44:10.376Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-25T20:44:10.609Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-25T20:44:10.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:44:10.636Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T20:44:11.124Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T20:44:11.150Z] > git checkout -f 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 [2021-03-25T20:44:12.332Z] ---> Running in 23165cb0d6d8 [2021-03-25T20:44:12.332Z] Removing intermediate container 23165cb0d6d8 [2021-03-25T20:44:12.332Z] ---> 6d59a639ba26 [2021-03-25T20:44:12.332Z] Step 4/7 : RUN apk add --update bash [2021-03-25T20:44:12.608Z] ---> Running in 44d5cc54b897 [2021-03-25T20:44:14.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T20:44:14.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T20:44:15.615Z] OK: 142 MiB in 39 packages [2021-03-25T20:44:15.689Z] Commit message: "Merge pull request #30 from jim-wang-intel/add-access-token-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T20:44:17.063Z] Removing intermediate container 44d5cc54b897 [2021-03-25T20:44:17.063Z] ---> 2c689ba063f9 [2021-03-25T20:44:17.063Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T20:44:17.063Z] ---> Running in 167c0e8d3377 [2021-03-25T20:44:17.337Z] Removing intermediate container 167c0e8d3377 [2021-03-25T20:44:17.337Z] ---> a8bfc72c9f28 [2021-03-25T20:44:17.337Z] Step 6/7 : COPY go.mod . [2021-03-25T20:44:18.179Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-03-25T20:44:18.320Z] ---> d43a17e9c107 [2021-03-25T20:44:18.320Z] Step 7/7 : RUN go mod download [2021-03-25T20:44:18.320Z] ---> Running in fb5f3a8215a7 [Pipeline] sh [2021-03-25T20:44:18.922Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T20:44:19.438Z] + true [2021-03-25T20:44:19.438Z] + sudo service docker restart [2021-03-25T20:44:19.438Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-25T20:44:22.844Z] ========================================================= [2021-03-25T20:44:22.844Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T20:44:22.844Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:44:23.414Z] + 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 . [2021-03-25T20:44:24.517Z] Sending build context to Docker daemon 226.8kB [2021-03-25T20:44:24.789Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-25T20:44:24.789Z] Step 2/7 : FROM ${BASE} [2021-03-25T20:44:25.085Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T20:44:25.085Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T20:44:25.085Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T20:44:25.085Z] de9db76c5a1d: Pulling fs layer [2021-03-25T20:44:25.085Z] bca2f99d35d6: Pulling fs layer [2021-03-25T20:44:25.085Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T20:44:25.085Z] 7c6f9722023f: Pulling fs layer [2021-03-25T20:44:25.085Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T20:44:25.085Z] bca2f99d35d6: Waiting [2021-03-25T20:44:25.085Z] 93359f2a8cfa: Waiting [2021-03-25T20:44:25.085Z] 7c6f9722023f: Waiting [2021-03-25T20:44:25.085Z] a35cf1a2eb13: Waiting [2021-03-25T20:44:25.085Z] de9db76c5a1d: Verifying Checksum [2021-03-25T20:44:25.085Z] de9db76c5a1d: Download complete [2021-03-25T20:44:25.085Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T20:44:25.085Z] 0ef7d3d256c8: Download complete [2021-03-25T20:44:25.085Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T20:44:25.085Z] 93359f2a8cfa: Download complete [2021-03-25T20:44:25.380Z] 7c6f9722023f: Verifying Checksum [2021-03-25T20:44:25.380Z] 7c6f9722023f: Download complete [2021-03-25T20:44:25.380Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T20:44:25.380Z] 188c0c94c7c5: Download complete [2021-03-25T20:44:26.602Z] 188c0c94c7c5: Pull complete [2021-03-25T20:44:27.997Z] 0ef7d3d256c8: Pull complete [2021-03-25T20:44:28.301Z] de9db76c5a1d: Pull complete [2021-03-25T20:44:31.865Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T20:44:31.865Z] a35cf1a2eb13: Download complete [2021-03-25T20:44:33.932Z] bca2f99d35d6: Verifying Checksum [2021-03-25T20:44:33.932Z] bca2f99d35d6: Download complete [2021-03-25T20:44:36.651Z] Removing intermediate container fb5f3a8215a7 [2021-03-25T20:44:36.651Z] ---> 934dbfd7afa6 [2021-03-25T20:44:36.651Z] Successfully built 934dbfd7afa6 [2021-03-25T20:44:36.651Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:44:36.990Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T20:44:36.990Z] . [Pipeline] withDockerContainer [2021-03-25T20:44:37.254Z] prd-ubuntu18.04-docker-arm64-4c-16g-31434 does not seem to be running inside a container [2021-03-25T20:44:37.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/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 ******** ci-base-image-arm64 cat [2021-03-25T20:44:38.850Z] $ docker top 4308d44d94937462e0c6edb5ed87da4b0fa2223f43c67f1660c8829c1499c18b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:44:39.875Z] + go version [2021-03-25T20:44:39.875Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T20:44:39.895Z] $ docker stop --time=1 4308d44d94937462e0c6edb5ed87da4b0fa2223f43c67f1660c8829c1499c18b [2021-03-25T20:44:41.895Z] $ docker rm -f 4308d44d94937462e0c6edb5ed87da4b0fa2223f43c67f1660c8829c1499c18b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:44:43.014Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T20:44:43.014Z] . [Pipeline] withDockerContainer [2021-03-25T20:44:43.287Z] prd-ubuntu18.04-docker-arm64-4c-16g-31434 does not seem to be running inside a container [2021-03-25T20:44:43.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/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 ******** ci-base-image-arm64 cat [2021-03-25T20:44:44.847Z] $ docker top bfff39c667daceeea09613606162c98c6384b8ed6b3820faee57bb395fa01748 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:44:45.883Z] + make test [2021-03-25T20:44:45.883Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T20:44:52.880Z] bca2f99d35d6: Pull complete [2021-03-25T20:44:52.880Z] 93359f2a8cfa: Pull complete [2021-03-25T20:44:52.880Z] 7c6f9722023f: Pull complete [2021-03-25T20:45:03.453Z] a35cf1a2eb13: Pull complete [2021-03-25T20:45:03.453Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T20:45:03.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T20:45:03.453Z] ---> a62c8e92a672 [2021-03-25T20:45:03.453Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-25T20:45:03.453Z] ---> Running in 1ec74c547ebf [2021-03-25T20:45:03.453Z] Removing intermediate container 1ec74c547ebf [2021-03-25T20:45:03.453Z] ---> 137c03314bc1 [2021-03-25T20:45:03.453Z] Step 4/7 : RUN apk add --update bash [2021-03-25T20:45:03.453Z] ---> Running in 5d7e74de965a [2021-03-25T20:45:05.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T20:45:06.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T20:45:06.719Z] OK: 166 MiB in 39 packages [2021-03-25T20:45:08.655Z] Removing intermediate container 5d7e74de965a [2021-03-25T20:45:08.655Z] ---> b523255858e2 [2021-03-25T20:45:08.655Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-25T20:45:08.655Z] ---> Running in 7456256dbeb7 [2021-03-25T20:45:08.982Z] Removing intermediate container 7456256dbeb7 [2021-03-25T20:45:08.982Z] ---> 8938a5d91d8a [2021-03-25T20:45:08.982Z] Step 6/7 : COPY go.mod . [2021-03-25T20:45:09.401Z] ---> fac62cf3fec9 [2021-03-25T20:45:09.401Z] Step 7/7 : RUN go mod download [2021-03-25T20:45:10.779Z] ---> Running in 6dc226ac1318 [2021-03-25T20:45:12.756Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.016s coverage: 85.7% of statements [2021-03-25T20:45:14.181Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.613s coverage: 87.4% of statements [2021-03-25T20:45:14.181Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.010s coverage: 100.0% of statements [2021-03-25T20:45:14.181Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T20:45:18.484Z] gofmt -l . [2021-03-25T20:45:18.484Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T20:45:18.502Z] $ docker stop --time=1 bfff39c667daceeea09613606162c98c6384b8ed6b3820faee57bb395fa01748 [2021-03-25T20:45:20.796Z] $ docker rm -f bfff39c667daceeea09613606162c98c6384b8ed6b3820faee57bb395fa01748 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T20:45:21.677Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T20:45:22.405Z] 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 [2021-03-25T20:45:23.426Z] ---> job-cost.sh [2021-03-25T20:45:23.426Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RcJw [2021-03-25T20:45:38.391Z] Removing intermediate container 6dc226ac1318 [2021-03-25T20:45:38.391Z] ---> c048411b3b41 [2021-03-25T20:45:38.391Z] Successfully built c048411b3b41 [2021-03-25T20:45:38.391Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:45:38.851Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T20:45:39.518Z] . [Pipeline] withDockerContainer [2021-03-25T20:45:39.722Z] prd-centos7-docker-4c-2g-31433 does not seem to be running inside a container [2021-03-25T20:45:39.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/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 ******** ci-base-image-x86_64 cat [2021-03-25T20:45:41.556Z] $ docker top e187a3938ed528415f829890df230fdd7c4e6db11b7400b8aa1059a188a9db37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:45:42.388Z] + go version [2021-03-25T20:45:42.388Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T20:45:42.429Z] $ docker stop --time=1 e187a3938ed528415f829890df230fdd7c4e6db11b7400b8aa1059a188a9db37 [2021-03-25T20:45:45.762Z] $ docker rm -f e187a3938ed528415f829890df230fdd7c4e6db11b7400b8aa1059a188a9db37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:45:47.235Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T20:45:47.236Z] . [Pipeline] withDockerContainer [2021-03-25T20:45:47.613Z] prd-centos7-docker-4c-2g-31433 does not seem to be running inside a container [2021-03-25T20:45:47.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/15 -v /w/workspace/go-mod-configuration/15:/w/workspace/go-mod-configuration/15:rw,z -v /w/workspace/go-mod-configuration/15@tmp:/w/workspace/go-mod-configuration/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 ******** ci-base-image-x86_64 cat [2021-03-25T20:45:49.797Z] $ docker top 20b2a387be05f9fe600dd9d43022ef4eba5dc8336b62d319f4c8d06141269a79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:45:51.270Z] + make test [2021-03-25T20:45:51.859Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T20:46:02.424Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T20:46:25.534Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.128s coverage: 85.7% of statements [2021-03-25T20:46:28.227Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.791s coverage: 87.4% of statements [2021-03-25T20:46:28.228Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.029s coverage: 100.0% of statements [2021-03-25T20:46:28.228Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T20:46:34.455Z] gofmt -l . [2021-03-25T20:46:34.455Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T20:46:34.488Z] $ docker stop --time=1 20b2a387be05f9fe600dd9d43022ef4eba5dc8336b62d319f4c8d06141269a79 [2021-03-25T20:46:37.271Z] $ docker rm -f 20b2a387be05f9fe600dd9d43022ef4eba5dc8336b62d319f4c8d06141269a79 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T20:46:38.298Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T20:46:38.372Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T20:46:38.932Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:46:40.155Z] ---> job-cost.sh [2021-03-25T20:46:40.155Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-g7eK [2021-03-25T20:47:13.060Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T20:47:24.170Z] lf-activate-venv(): INFO: Adding /tmp/venv-RcJw/bin to PATH [2021-03-25T20:47:24.170Z] INFO: No Stack... [2021-03-25T20:47:24.170Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T20:47:24.170Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T20:47:24.508Z] + + cutcat -d, /w/workspace/go-mod-configuration/15/archives/cost.csv -f6 [2021-03-25T20:47:24.508Z] [Pipeline] lock [2021-03-25T20:47:24.620Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [2021-03-25T20:47:24.629Z] Resource [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] did not exist. Created. [2021-03-25T20:47:24.629Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T20:47:25.111Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T20:47:25.330Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T20:47:25.343Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T20:48:10.288Z] lf-activate-venv(): INFO: Adding /tmp/venv-g7eK/bin to PATH [2021-03-25T20:48:10.289Z] INFO: No Stack... [2021-03-25T20:48:10.289Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T20:48:10.289Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T20:48:10.880Z] + cat /w/workspace/go-mod-configuration/15/archives/cost.csv [2021-03-25T20:48:10.880Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T20:48:11.037Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [2021-03-25T20:48:11.044Z] Resource [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] did not exist. Created. [2021-03-25T20:48:11.044Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T20:48:11.653Z] /w/workspace/go-mod-configuration/15@tmp/durable-ef826a9d/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-25T20:48:12.094Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T20:48:12.184Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T20:48:12.321Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T20:48:12.334Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-15-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] wrap [2021-03-25T20:48:13.913Z] provisioning config files... [2021-03-25T20:48:13.928Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1888537404377685952tmp [Pipeline] { [Pipeline] sh [2021-03-25T20:48:14.311Z] + set +x [2021-03-25T20:48:14.312Z] + curl -s https://codecov.io/bash [2021-03-25T20:48:14.312Z] + bash -s -- [2021-03-25T20:48:14.578Z] [2021-03-25T20:48:14.578Z] _____ _ [2021-03-25T20:48:14.578Z] / ____| | | [2021-03-25T20:48:14.578Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T20:48:14.578Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T20:48:14.578Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T20:48:14.578Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T20:48:14.578Z] Bash-20210309-2b87ace [2021-03-25T20:48:14.578Z] [2021-03-25T20:48:14.578Z] [2021-03-25T20:48:14.578Z] ==> git version 2.24.3 found [2021-03-25T20:48:14.578Z] ==> 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 [2021-03-25T20:48:14.578Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T20:48:14.578Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T20:48:14.578Z] ==> Jenkins CI detected. [2021-03-25T20:48:14.578Z] project root: . [2021-03-25T20:48:14.578Z] --> token set from env [2021-03-25T20:48:14.578Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T20:48:14.578Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T20:48:14.578Z] ==> Python coveragepy not found [2021-03-25T20:48:14.578Z] ==> Searching for coverage reports in: [2021-03-25T20:48:14.578Z] + . [2021-03-25T20:48:14.578Z] -> Found 1 reports [2021-03-25T20:48:14.578Z] ==> Detecting git/mercurial file structure [2021-03-25T20:48:14.578Z] ==> Reading reports [2021-03-25T20:48:14.578Z] + ./coverage.out bytes=14452 [2021-03-25T20:48:14.578Z] ==> Appending adjustments [2021-03-25T20:48:14.578Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T20:48:14.842Z] + Found adjustments [2021-03-25T20:48:14.842Z] ==> Gzipping contents [2021-03-25T20:48:14.842Z] 4.0K /tmp/codecov.BEHCBv.gz [2021-03-25T20:48:14.842Z] ==> Uploading reports [2021-03-25T20:48:14.842Z] url: https://codecov.io [2021-03-25T20:48:14.842Z] query: branch=master&commit=755315623745cb59f6905b2f3c1d6e3ddc930638&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T20:48:14.842Z] -> Pinging Codecov [2021-03-25T20:48:14.842Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=755315623745cb59f6905b2f3c1d6e3ddc930638&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F15%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T20:48:15.106Z] -> Uploading to [2021-03-25T20:48:15.106Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/9F92B070CA9CA35F4914AC8684776953/755315623745cb59f6905b2f3c1d6e3ddc930638/f7f19ec5-ebc5-4c66-a0c6-3eaf6617ab0e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T204814Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=60ab1cff8e93e945b5153003ccbed4f464b566c14392aa83b65ac3144a361e18 [2021-03-25T20:48:15.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T20:48:15.106Z] Dload Upload Total Spent Left Speed [2021-03-25T20:48:15.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2647 0 0 100 2647 0 5568 --:--:-- --:--:-- --:--:-- 5572 [2021-03-25T20:48:15.681Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] } [2021-03-25T20:48:15.691Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-25T20:48:16.576Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-25T20:48:16.645Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:48:16.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T20:48:16.985Z] [2021-03-25T20:48:16.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:48:17.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T20:48:17.342Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-25T20:48:17.342Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T20:48:17.342Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T20:48:17.342Z] de9db76c5a1d: Pulling fs layer [2021-03-25T20:48:17.342Z] 0eba1c9be4d2: Pulling fs layer [2021-03-25T20:48:17.342Z] 0d57e429df01: Pulling fs layer [2021-03-25T20:48:17.342Z] 4e4be7b47b0d: Pulling fs layer [2021-03-25T20:48:17.342Z] e1f770b5df2f: Pulling fs layer [2021-03-25T20:48:17.342Z] 85a0685a4137: Pulling fs layer [2021-03-25T20:48:17.342Z] 0d57e429df01: Waiting [2021-03-25T20:48:17.342Z] 4e4be7b47b0d: Waiting [2021-03-25T20:48:17.342Z] e1f770b5df2f: Waiting [2021-03-25T20:48:17.342Z] 85a0685a4137: Waiting [2021-03-25T20:48:17.342Z] 0eba1c9be4d2: Waiting [2021-03-25T20:48:17.342Z] de9db76c5a1d: Verifying Checksum [2021-03-25T20:48:17.342Z] de9db76c5a1d: Download complete [2021-03-25T20:48:17.342Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T20:48:17.342Z] 0ef7d3d256c8: Download complete [2021-03-25T20:48:17.342Z] 0d57e429df01: Verifying Checksum [2021-03-25T20:48:17.342Z] 0d57e429df01: Download complete [2021-03-25T20:48:17.342Z] 4e4be7b47b0d: Verifying Checksum [2021-03-25T20:48:17.342Z] 4e4be7b47b0d: Download complete [2021-03-25T20:48:17.342Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T20:48:17.342Z] 188c0c94c7c5: Download complete [2021-03-25T20:48:17.917Z] 188c0c94c7c5: Pull complete [2021-03-25T20:48:17.917Z] 0ef7d3d256c8: Pull complete [2021-03-25T20:48:18.179Z] de9db76c5a1d: Pull complete [2021-03-25T20:48:19.580Z] e1f770b5df2f: Verifying Checksum [2021-03-25T20:48:19.580Z] e1f770b5df2f: Download complete [2021-03-25T20:48:21.526Z] 0eba1c9be4d2: Verifying Checksum [2021-03-25T20:48:21.526Z] 0eba1c9be4d2: Download complete [2021-03-25T20:48:21.526Z] 85a0685a4137: Verifying Checksum [2021-03-25T20:48:21.526Z] 85a0685a4137: Download complete [2021-03-25T20:48:28.172Z] 0eba1c9be4d2: Pull complete [2021-03-25T20:48:28.172Z] 0d57e429df01: Pull complete [2021-03-25T20:48:28.172Z] 4e4be7b47b0d: Pull complete [2021-03-25T20:48:29.574Z] e1f770b5df2f: Pull complete [2021-03-25T20:48:37.798Z] 85a0685a4137: Pull complete [2021-03-25T20:48:37.798Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-25T20:48:37.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T20:48:37.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-25T20:48:37.970Z] prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container [2021-03-25T20:48:38.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-25T20:48:38.985Z] $ docker top 477c37a512ca93d61841a2eadf1246c4f53fe4820db3a6629a27309c058f1485 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T20:48:39.326Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-25T20:48:39.629Z] + set -o pipefail [2021-03-25T20:48:39.629Z] + snyk monitor '--org=edgex-jenkins' [2021-03-25T20:48:44.956Z] [2021-03-25T20:48:44.956Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... [2021-03-25T20:48:44.956Z] [2021-03-25T20:48:44.956Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/911ca085-9d28-49d2-a32f-44177cf055bc [2021-03-25T20:48:44.956Z] [2021-03-25T20:48:44.956Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-25T20:48:44.956Z] [2021-03-25T20:48:44.956Z] [Pipeline] } [2021-03-25T20:48:44.974Z] $ docker stop --time=1 477c37a512ca93d61841a2eadf1246c4f53fe4820db3a6629a27309c058f1485 [2021-03-25T20:48:47.080Z] $ docker rm -f 477c37a512ca93d61841a2eadf1246c4f53fe4820db3a6629a27309c058f1485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T20:48:48.613Z] + git log --format=format:%s -1 755315623745cb59f6905b2f3c1d6e3ddc930638 [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:48:48.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:48:48.925Z] . [Pipeline] withDockerContainer [2021-03-25T20:48:49.031Z] prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container [2021-03-25T20:48:49.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T20:48:49.825Z] $ docker top 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T20:48:50.177Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T20:48:50.177Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T20:48:50.415Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T20:48:50.420Z] $ docker exec 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 ssh-agent [2021-03-25T20:48:50.599Z] SSH_AUTH_SOCK=/tmp/ssh-FP3UYz76jIKT/agent.11 [2021-03-25T20:48:50.599Z] SSH_AGENT_PID=16 [2021-03-25T20:48:50.606Z] Running ssh-add (command line suppressed) [2021-03-25T20:48:50.747Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8404146079046813159.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8404146079046813159.key) [2021-03-25T20:48:50.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T20:48:51.158Z] + git semver tag [2021-03-25T20:48:51.158Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T20:48:51.158Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-25T20:48:51.158Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-25T20:48:51.158Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T20:48:51.158Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T20:48:51.158Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T20:48:51.158Z] # $SEMVER_BRANCH = master [2021-03-25T20:48:51.158Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-03-25T20:48:51.158Z] # 755315623745cb59f6905b2f3c1d6e3ddc930638 HEAD [2021-03-25T20:48:51.158Z] # -> Force: false [2021-03-25T20:48:51.158Z] # b586cfc83fd875ee7ba63cdfef73e250c102dccd refs/tags/v2.0.0-dev.5 [Pipeline] } [2021-03-25T20:48:51.174Z] $ docker exec --env ******** --env ******** 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 ssh-agent -k [2021-03-25T20:48:51.301Z] unset SSH_AUTH_SOCK; [2021-03-25T20:48:51.301Z] unset SSH_AGENT_PID; [2021-03-25T20:48:51.301Z] echo Agent pid 16 killed; [2021-03-25T20:48:51.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T20:48:51.845Z] + git semver [Pipeline] } [2021-03-25T20:48:51.864Z] $ docker stop --time=1 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 [2021-03-25T20:48:53.262Z] $ docker rm -f 47164ceb470a80de00aaacb687d9068bf39002e4fea172d5ab83a131db3d21b1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:48:53.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T20:48:53.955Z] [2021-03-25T20:48:53.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:48:54.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T20:48:54.309Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-25T20:48:54.309Z] ab5ef0e58194: Pulling fs layer [2021-03-25T20:48:54.309Z] 9712f1f96733: Pulling fs layer [2021-03-25T20:48:54.309Z] 63f879dbbcfc: Pulling fs layer [2021-03-25T20:48:54.309Z] 0d9ebad4ef96: Pulling fs layer [2021-03-25T20:48:54.309Z] e9a5061849ea: Pulling fs layer [2021-03-25T20:48:54.309Z] d747dcd14b5f: Pulling fs layer [2021-03-25T20:48:54.309Z] 2de7ff778b66: Pulling fs layer [2021-03-25T20:48:54.309Z] e9a5061849ea: Waiting [2021-03-25T20:48:54.309Z] d747dcd14b5f: Waiting [2021-03-25T20:48:54.309Z] 2de7ff778b66: Waiting [2021-03-25T20:48:54.309Z] 0d9ebad4ef96: Waiting [2021-03-25T20:48:54.309Z] 9712f1f96733: Verifying Checksum [2021-03-25T20:48:54.309Z] 9712f1f96733: Download complete [2021-03-25T20:48:56.881Z] 63f879dbbcfc: Verifying Checksum [2021-03-25T20:48:56.881Z] 63f879dbbcfc: Download complete [2021-03-25T20:48:57.147Z] e9a5061849ea: Verifying Checksum [2021-03-25T20:48:57.147Z] e9a5061849ea: Download complete [2021-03-25T20:48:57.415Z] d747dcd14b5f: Verifying Checksum [2021-03-25T20:48:57.415Z] d747dcd14b5f: Download complete [2021-03-25T20:48:57.415Z] 0d9ebad4ef96: Verifying Checksum [2021-03-25T20:48:57.415Z] 0d9ebad4ef96: Download complete [2021-03-25T20:48:57.680Z] ab5ef0e58194: Verifying Checksum [2021-03-25T20:48:57.680Z] ab5ef0e58194: Download complete [2021-03-25T20:48:57.680Z] 2de7ff778b66: Verifying Checksum [2021-03-25T20:48:57.680Z] 2de7ff778b66: Download complete [2021-03-25T20:49:01.940Z] ab5ef0e58194: Pull complete [2021-03-25T20:49:02.202Z] 9712f1f96733: Pull complete [2021-03-25T20:49:05.525Z] 63f879dbbcfc: Pull complete [2021-03-25T20:49:10.871Z] 0d9ebad4ef96: Pull complete [2021-03-25T20:49:13.435Z] e9a5061849ea: Pull complete [2021-03-25T20:49:13.435Z] d747dcd14b5f: Pull complete [2021-03-25T20:49:15.378Z] 2de7ff778b66: Pull complete [2021-03-25T20:49:15.378Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-25T20:49:15.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T20:49:15.379Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-25T20:49:15.595Z] prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container [2021-03-25T20:49:15.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-25T20:49:19.476Z] $ docker top b1e3a6982d937c326385a3030c54e2dfcf516e66b8b98b80d78e8e2e48fe8a32 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-25T20:49:19.727Z] provisioning config files... [2021-03-25T20:49:19.770Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4408366832516477831tmp [2021-03-25T20:49:19.796Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3671128221942531101tmp [2021-03-25T20:49:19.811Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3029125608991333067tmp [Pipeline] { [Pipeline] echo [2021-03-25T20:49:19.865Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:49:20.161Z] ---> sigul-configuration.sh [2021-03-25T20:49:20.161Z] gpg: directory `/root/.gnupg' created [2021-03-25T20:49:20.161Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-25T20:49:20.161Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-25T20:49:20.161Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-25T20:49:20.161Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-25T20:49:20.161Z] gpg: CAST5 encrypted data [2021-03-25T20:49:20.423Z] gpg: encrypted with 1 passphrase [2021-03-25T20:49:20.424Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-25T20:49:20.722Z] + mkdir /home/jenkins [2021-03-25T20:49:20.722Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-25T20:49:21.023Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-25T20:49:21.034Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:49:21.326Z] ---> sigul-install.sh [2021-03-25T20:49:26.643Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-25T20:49:26.943Z] + git tag --list [2021-03-25T20:49:26.943Z] v0.0.0 [2021-03-25T20:49:26.943Z] v0.0.1 [2021-03-25T20:49:26.943Z] v0.0.2 [2021-03-25T20:49:26.943Z] v0.0.3 [2021-03-25T20:49:26.943Z] v0.0.4 [2021-03-25T20:49:26.943Z] v0.0.5 [2021-03-25T20:49:26.943Z] v0.0.6 [2021-03-25T20:49:26.943Z] v0.0.7 [2021-03-25T20:49:26.943Z] v0.0.8 [2021-03-25T20:49:26.943Z] v2.0.0-dev.1 [2021-03-25T20:49:26.943Z] v2.0.0-dev.2 [2021-03-25T20:49:26.943Z] v2.0.0-dev.3 [2021-03-25T20:49:26.943Z] v2.0.0-dev.4 [2021-03-25T20:49:26.943Z] v2.0.0-dev.5 [Pipeline] sh [2021-03-25T20:49:27.241Z] + lftools sign git-tag v2.0.0-dev.5 [2021-03-25T20:49:28.629Z] Signing Git tag with Sigul... [2021-03-25T20:49:28.629Z] Signing v2.0.0-dev.5 [Pipeline] echo [2021-03-25T20:49:29.585Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:49:29.884Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-25T20:49:29.892Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-25T20:49:30.008Z] $ docker stop --time=1 b1e3a6982d937c326385a3030c54e2dfcf516e66b8b98b80d78e8e2e48fe8a32 [2021-03-25T20:49:32.016Z] $ docker rm -f b1e3a6982d937c326385a3030c54e2dfcf516e66b8b98b80d78e8e2e48fe8a32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:49:32.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:49:32.918Z] . [Pipeline] withDockerContainer [2021-03-25T20:49:33.023Z] prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container [2021-03-25T20:49:33.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T20:49:33.820Z] $ docker top d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T20:49:34.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T20:49:34.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T20:49:34.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T20:49:34.341Z] $ docker exec d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac ssh-agent [2021-03-25T20:49:34.520Z] SSH_AUTH_SOCK=/tmp/ssh-6zWMssVMAK0o/agent.12 [2021-03-25T20:49:34.520Z] SSH_AGENT_PID=17 [2021-03-25T20:49:34.527Z] Running ssh-add (command line suppressed) [2021-03-25T20:49:34.665Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6892769753651029110.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6892769753651029110.key) [2021-03-25T20:49:34.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T20:49:35.057Z] + git semver bump pre [2021-03-25T20:49:35.057Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T20:49:35.057Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-25T20:49:35.057Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-25T20:49:35.057Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T20:49:35.057Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T20:49:35.057Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T20:49:35.057Z] # $SEMVER_BRANCH = master [2021-03-25T20:49:35.057Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-03-25T20:49:35.057Z] 2.0.0-dev.6 [Pipeline] } [2021-03-25T20:49:35.074Z] $ docker exec --env ******** --env ******** d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac ssh-agent -k [2021-03-25T20:49:35.202Z] unset SSH_AUTH_SOCK; [2021-03-25T20:49:35.202Z] unset SSH_AGENT_PID; [2021-03-25T20:49:35.202Z] echo Agent pid 17 killed; [2021-03-25T20:49:35.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T20:49:35.725Z] + git semver [Pipeline] } [2021-03-25T20:49:35.743Z] $ docker stop --time=1 d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac [2021-03-25T20:49:37.126Z] $ docker rm -f d270db4dfa751b2ae07df1dc4b17ce6e318839f79ef2ffac6937188c3ca691ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:49:37.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:49:37.679Z] . [Pipeline] withDockerContainer [2021-03-25T20:49:37.791Z] prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container [2021-03-25T20:49:37.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T20:49:38.457Z] $ docker top d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T20:49:38.750Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T20:49:38.750Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T20:49:38.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T20:49:38.945Z] $ docker exec d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 ssh-agent [2021-03-25T20:49:39.126Z] SSH_AUTH_SOCK=/tmp/ssh-qquBEBeNN3W3/agent.12 [2021-03-25T20:49:39.126Z] SSH_AGENT_PID=17 [2021-03-25T20:49:39.133Z] Running ssh-add (command line suppressed) [2021-03-25T20:49:39.269Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1673094199122986900.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1673094199122986900.key) [2021-03-25T20:49:39.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T20:49:39.668Z] + git semver push [2021-03-25T20:49:39.668Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T20:49:39.668Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-25T20:49:39.668Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-25T20:49:39.668Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T20:49:39.668Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T20:49:39.668Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T20:49:39.668Z] # $SEMVER_BRANCH = master [2021-03-25T20:49:39.668Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-03-25T20:49:42.999Z] $ docker exec --env ******** --env ******** d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 ssh-agent -k [2021-03-25T20:49:43.150Z] unset SSH_AUTH_SOCK; [2021-03-25T20:49:43.150Z] unset SSH_AGENT_PID; [2021-03-25T20:49:43.150Z] echo Agent pid 17 killed; [2021-03-25T20:49:43.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T20:49:43.678Z] + git semver [Pipeline] } [2021-03-25T20:49:43.696Z] $ docker stop --time=1 d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 [2021-03-25T20:49:45.059Z] $ docker rm -f d31d17487def06d75d3b12054e47e8f2cc917772999f2b11fbab8edf8a588ae3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 [2021-03-25T20:49:46.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:49:47.203Z] ---> package-listing.sh [2021-03-25T20:49:47.203Z] ++ facter osfamily [2021-03-25T20:49:47.203Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T20:49:47.203Z] + OS_FAMILY=redhat [2021-03-25T20:49:47.203Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2021-03-25T20:49:47.203Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T20:49:47.203Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T20:49:47.203Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T20:49:47.203Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T20:49:47.203Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-03-25T20:49:47.203Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T20:49:47.203Z] + case "${OS_FAMILY}" in [2021-03-25T20:49:47.203Z] + rpm -qa [2021-03-25T20:49:47.203Z] + sort [2021-03-25T20:49:52.526Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T20:49:52.526Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T20:49:52.526Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T20:49:52.526Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-03-25T20:49:52.526Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2021-03-25T20:49:52.526Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo [2021-03-25T20:49:52.541Z] 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-25T20:49:52.839Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:49:53.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T20:49:53.146Z] [2021-03-25T20:49:53.146Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:49:53.500Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T20:49:53.500Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T20:49:53.500Z] df20fa9351a1: Pulling fs layer [2021-03-25T20:49:53.500Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T20:49:53.500Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T20:49:53.500Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T20:49:53.500Z] 93b61091891f: Pulling fs layer [2021-03-25T20:49:53.500Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T20:49:53.500Z] 5e14af77c1be: Pulling fs layer [2021-03-25T20:49:53.500Z] 01666e4c0597: Pulling fs layer [2021-03-25T20:49:53.500Z] aa168da1d23b: Pulling fs layer [2021-03-25T20:49:53.500Z] 93b9cdb0e59b: Waiting [2021-03-25T20:49:53.500Z] 5e14af77c1be: Waiting [2021-03-25T20:49:53.500Z] 01666e4c0597: Waiting [2021-03-25T20:49:53.500Z] aa168da1d23b: Waiting [2021-03-25T20:49:53.500Z] 46f8f816bc3b: Waiting [2021-03-25T20:49:53.500Z] 93b61091891f: Waiting [2021-03-25T20:49:53.500Z] 36b3adc4ff6f: Download complete [2021-03-25T20:49:53.500Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T20:49:53.500Z] 46f8f816bc3b: Download complete [2021-03-25T20:49:53.500Z] df20fa9351a1: Verifying Checksum [2021-03-25T20:49:53.500Z] df20fa9351a1: Download complete [2021-03-25T20:49:53.500Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T20:49:53.500Z] 93b9cdb0e59b: Download complete [2021-03-25T20:49:53.771Z] 5e14af77c1be: Download complete [2021-03-25T20:49:53.771Z] 93b61091891f: Download complete [2021-03-25T20:49:53.771Z] 01666e4c0597: Verifying Checksum [2021-03-25T20:49:53.771Z] 01666e4c0597: Download complete [2021-03-25T20:49:54.033Z] df20fa9351a1: Pull complete [2021-03-25T20:49:54.033Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T20:49:54.033Z] 8ad3a11d3b57: Download complete [2021-03-25T20:49:54.295Z] 36b3adc4ff6f: Pull complete [2021-03-25T20:49:55.715Z] 8ad3a11d3b57: Pull complete [2021-03-25T20:49:55.979Z] aa168da1d23b: Verifying Checksum [2021-03-25T20:49:56.242Z] 46f8f816bc3b: Pull complete [2021-03-25T20:49:56.606Z] 93b61091891f: Pull complete [2021-03-25T20:49:56.606Z] 93b9cdb0e59b: Pull complete [2021-03-25T20:49:56.911Z] 5e14af77c1be: Pull complete [2021-03-25T20:49:56.911Z] 01666e4c0597: Pull complete [2021-03-25T20:50:05.189Z] aa168da1d23b: Pull complete [2021-03-25T20:50:05.189Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T20:50:05.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T20:50:05.189Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T20:50:05.373Z] prd-centos7-docker-4c-2g-31432 does not seem to be running inside a container [2021-03-25T20:50:05.422Z] $ 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-25T20:50:07.976Z] $ docker top 8e80227a96f0391fcdc11ea3440d3a0f40bd51873d039c9f7c550003833f77b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:50:08.470Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T20:50:08.771Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T20:50:09.073Z] + ls /var/log/sa-host [2021-03-25T20:50:09.073Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T20:50:09.073Z] file_magic: OK [2021-03-25T20:50:09.073Z] HZ: Using current value: 100 [2021-03-25T20:50:09.073Z] file_header: OK [2021-03-25T20:50:09.073Z] 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 [2021-03-25T20:50:09.073Z] Statistics: [2021-03-25T20:50:09.073Z] Hnuu...uuuununununu... [2021-03-25T20:50:09.073Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T20:50:09.073Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T20:50:09.073Z] file_magic: OK [2021-03-25T20:50:09.073Z] HZ: Using current value: 100 [2021-03-25T20:50:09.073Z] file_header: OK [2021-03-25T20:50:09.073Z] 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 [2021-03-25T20:50:09.073Z] Statistics: [2021-03-25T20:50:09.073Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T20:50:09.073Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T20:50:09.806Z] provisioning config files... [2021-03-25T20:50:09.821Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5257543076013445457tmp [Pipeline] { [Pipeline] echo [2021-03-25T20:50:09.918Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:50:10.216Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T20:50:10.225Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T20:50:10.377Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:50:10.675Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T20:50:10.688Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:50:10.986Z] ---> sudo-logs.sh [2021-03-25T20:50:10.986Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T20:50:11.056Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:50:11.353Z] ---> job-cost.sh [2021-03-25T20:50:11.354Z] lf-activate-venv: SKIPPING [2021-03-25T20:50:11.354Z] DEBUG: total: 0.029999999329447746 [2021-03-25T20:50:11.354Z] INFO: Retrieving Stack Cost... [2021-03-25T20:50:12.299Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T20:50:13.251Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T20:50:13.265Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:50:13.563Z] ---> logs-deploy.sh [2021-03-25T20:50:13.563Z] lf-activate-venv: SKIPPING [2021-03-25T20:50:13.563Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/15 [2021-03-25T20:50:13.563Z] INFO: archiving workspace using pattern(s): [2021-03-25T20:50:15.484Z] Archives upload complete. [2021-03-25T20:50:15.484Z] INFO: archiving logs to Nexus [2021-03-25T20:50:16.441Z] ---> uname -a: [2021-03-25T20:50:16.441Z] Linux prd-centos7-docker-4c-2g-31432.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] ---> lscpu: [2021-03-25T20:50:16.441Z] Architecture: x86_64 [2021-03-25T20:50:16.441Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T20:50:16.441Z] Byte Order: Little Endian [2021-03-25T20:50:16.441Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T20:50:16.441Z] CPU(s): 4 [2021-03-25T20:50:16.441Z] On-line CPU(s) list: 0-3 [2021-03-25T20:50:16.441Z] Thread(s) per core: 1 [2021-03-25T20:50:16.441Z] Core(s) per socket: 1 [2021-03-25T20:50:16.441Z] Socket(s): 4 [2021-03-25T20:50:16.441Z] NUMA node(s): 1 [2021-03-25T20:50:16.441Z] Vendor ID: GenuineIntel [2021-03-25T20:50:16.441Z] CPU family: 6 [2021-03-25T20:50:16.441Z] Model: 44 [2021-03-25T20:50:16.441Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T20:50:16.441Z] Stepping: 1 [2021-03-25T20:50:16.441Z] CPU MHz: 2933.436 [2021-03-25T20:50:16.441Z] BogoMIPS: 5866.87 [2021-03-25T20:50:16.441Z] Virtualization: VT-x [2021-03-25T20:50:16.441Z] Hypervisor vendor: KVM [2021-03-25T20:50:16.441Z] Virtualization type: full [2021-03-25T20:50:16.441Z] L1d cache: 128 KiB [2021-03-25T20:50:16.441Z] L1i cache: 128 KiB [2021-03-25T20:50:16.441Z] L2 cache: 16 MiB [2021-03-25T20:50:16.441Z] L3 cache: 64 MiB [2021-03-25T20:50:16.441Z] NUMA node0 CPU(s): 0-3 [2021-03-25T20:50:16.441Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T20:50:16.441Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T20:50:16.441Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T20:50:16.441Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T20:50:16.441Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T20:50:16.441Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T20:50:16.441Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T20:50:16.441Z] Vulnerability Srbds: Not affected [2021-03-25T20:50:16.441Z] Vulnerability Tsx async abort: Not affected [2021-03-25T20:50:16.441Z] 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 [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] ---> nproc: [2021-03-25T20:50:16.441Z] 4 [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] ---> df -h: [2021-03-25T20:50:16.441Z] Filesystem Size Used Available Use% Mounted on [2021-03-25T20:50:16.441Z] overlay 50.0G 8.5G 41.4G 17% / [2021-03-25T20:50:16.441Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-25T20:50:16.441Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-25T20:50:16.441Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/ndry_go-mod-configuration_master@tmp [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-03-25T20:50:16.441Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/ndry_go-mod-configuration_master [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] ---> free -m: [2021-03-25T20:50:16.441Z] total used free shared buff/cache available [2021-03-25T20:50:16.441Z] Mem: 1837 832 148 0 856 940 [2021-03-25T20:50:16.441Z] Swap: 1023 3 1020 [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] ---> ip addr: [2021-03-25T20:50:16.441Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-25T20:50:16.441Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-25T20:50:16.441Z] inet 127.0.0.1/8 scope host lo [2021-03-25T20:50:16.441Z] valid_lft forever preferred_lft forever [2021-03-25T20:50:16.441Z] inet6 ::1/128 scope host [2021-03-25T20:50:16.441Z] valid_lft forever preferred_lft forever [2021-03-25T20:50:16.441Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-25T20:50:16.441Z] link/ether fa:16:3e:4c:21:68 brd ff:ff:ff:ff:ff:ff [2021-03-25T20:50:16.441Z] inet 10.30.122.188/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-25T20:50:16.441Z] valid_lft 85716sec preferred_lft 85716sec [2021-03-25T20:50:16.441Z] inet6 fe80::f816:3eff:fe4c:2168/64 scope link [2021-03-25T20:50:16.441Z] valid_lft forever preferred_lft forever [2021-03-25T20:50:16.441Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-25T20:50:16.441Z] link/ether 02:42:e1:1f:69:5c brd ff:ff:ff:ff:ff:ff [2021-03-25T20:50:16.441Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-25T20:50:16.441Z] valid_lft forever preferred_lft forever [2021-03-25T20:50:16.441Z] inet6 fe80::42:e1ff:fe1f:695c/64 scope link [2021-03-25T20:50:16.441Z] valid_lft forever preferred_lft forever [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] ---> sar -b -r -n DEV: [2021-03-25T20:50:16.441Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] 20:38:40 LINUX RESTART (4 CPU) [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] 20:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-25T20:50:16.441Z] 20:40:02 130.39 46.52 83.87 0.00 7863.28 39059.57 0.00 [2021-03-25T20:50:16.441Z] 20:41:01 2.52 0.00 2.52 0.00 0.00 54.60 0.00 [2021-03-25T20:50:16.441Z] 20:42:01 0.15 0.00 0.15 0.00 0.00 2.02 0.00 [2021-03-25T20:50:16.441Z] 20:43:01 0.28 0.00 0.28 0.00 0.00 2.93 0.00 [2021-03-25T20:50:16.441Z] 20:44:01 0.18 0.00 0.18 0.00 0.00 2.96 0.00 [2021-03-25T20:50:16.441Z] 20:45:01 0.52 0.00 0.52 0.00 0.00 8.26 0.00 [2021-03-25T20:50:16.441Z] 20:46:01 0.67 0.00 0.67 0.00 0.00 7.51 0.00 [2021-03-25T20:50:16.441Z] 20:47:01 0.32 0.00 0.32 0.00 0.00 4.13 0.00 [2021-03-25T20:50:16.441Z] 20:48:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 [2021-03-25T20:50:16.441Z] 20:49:01 300.30 171.36 128.94 0.00 8500.73 44740.85 0.00 [2021-03-25T20:50:16.441Z] 20:50:01 261.52 117.88 143.64 0.00 7906.34 37015.00 0.00 [2021-03-25T20:50:16.441Z] Average: 63.52 30.60 32.92 0.00 2211.39 11015.76 0.00 [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] 20:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-25T20:50:16.441Z] 20:40:02 151772 0 619468 32.92 2616 1107688 1112004 37.95 431384 1100680 132 [2021-03-25T20:50:16.441Z] 20:41:01 154804 0 616500 32.77 2616 1107624 1111584 37.94 431676 1097572 20 [2021-03-25T20:50:16.441Z] 20:42:01 156920 0 614380 32.65 2616 1107628 1080492 36.88 428888 1098832 8 [2021-03-25T20:50:16.441Z] 20:43:01 155572 0 615728 32.72 2616 1107628 1080660 36.88 437840 1090872 8 [2021-03-25T20:50:16.441Z] 20:44:01 156136 0 615156 32.69 2616 1107636 1080648 36.88 435056 1093632 20 [2021-03-25T20:50:16.441Z] 20:45:01 154944 0 616344 32.76 2616 1107640 1080600 36.88 446784 1083032 12 [2021-03-25T20:50:16.441Z] 20:46:01 155752 0 615532 32.71 2616 1107644 1080492 36.88 445944 1083032 8 [2021-03-25T20:50:16.441Z] 20:47:01 155752 0 615528 32.71 2616 1107648 1080492 36.88 446056 1083032 8 [2021-03-25T20:50:16.441Z] 20:48:01 155628 0 615644 32.72 2616 1107656 1080492 36.88 446204 1083032 8 [2021-03-25T20:50:16.441Z] 20:49:01 142840 0 760524 40.42 2592 975588 1516584 51.76 598352 875964 93148 [2021-03-25T20:50:16.441Z] 20:50:01 75692 0 849424 45.15 1488 954940 1547352 52.81 694584 763304 26492 [2021-03-25T20:50:16.441Z] Average: 146892 0 650384 34.57 2511 1081756 1168309 39.87 476615 1041180 10897 [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] 20:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-25T20:50:16.441Z] 20:40:02 eth0 494.54 293.56 1043.46 90.03 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:40:02 docker0 0.90 0.75 0.18 1.13 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:41:01 eth0 3.23 2.22 3.04 0.16 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:42:01 eth0 0.28 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:43:01 eth0 2.03 0.37 0.39 0.17 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:44:01 eth0 0.93 0.63 0.53 0.40 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:45:01 eth0 1.20 0.47 0.48 0.27 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:46:01 eth0 0.15 0.10 0.01 0.04 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:49:01 eth0 812.36 724.75 7344.97 64.76 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:49:01 docker0 26.11 24.48 2.52 66.64 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:50:01 eth0 341.59 277.80 2464.94 135.56 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] 20:50:01 docker0 32.81 40.78 1.95 233.40 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] Average: eth0 150.93 118.46 989.44 26.55 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] Average: docker0 5.45 6.02 0.42 27.45 0.00 0.00 0.00 0.00 [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] ---> sar -P ALL: [2021-03-25T20:50:16.441Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] 20:38:40 LINUX RESTART (4 CPU) [2021-03-25T20:50:16.441Z] [2021-03-25T20:50:16.441Z] 20:39:01 CPU %user %nice %system %iowait %steal %idle [2021-03-25T20:50:16.441Z] 20:40:02 all 13.11 0.00 6.23 5.95 0.16 74.55 [2021-03-25T20:50:16.441Z] 20:40:02 0 13.12 0.00 9.02 8.15 0.15 69.55 [2021-03-25T20:50:16.441Z] 20:40:02 1 13.46 0.00 5.15 4.88 0.15 76.35 [2021-03-25T20:50:16.441Z] 20:40:02 2 11.77 0.00 6.23 7.25 0.17 74.57 [2021-03-25T20:50:16.442Z] 20:40:02 3 14.10 0.00 4.51 3.50 0.15 77.74 [2021-03-25T20:50:16.442Z] 20:41:01 all 0.21 0.00 0.05 0.00 0.02 99.72 [2021-03-25T20:50:16.442Z] 20:41:01 0 0.07 0.00 0.05 0.00 0.02 99.86 [2021-03-25T20:50:16.442Z] 20:41:01 1 0.54 0.00 0.05 0.00 0.02 99.39 [2021-03-25T20:50:16.442Z] 20:41:01 2 0.12 0.00 0.03 0.00 0.02 99.83 [2021-03-25T20:50:16.442Z] 20:41:01 3 0.10 0.00 0.07 0.00 0.02 99.81 [2021-03-25T20:50:16.442Z] 20:42:01 all 0.11 0.00 0.03 0.00 0.00 99.85 [2021-03-25T20:50:16.442Z] 20:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-25T20:50:16.442Z] 20:42:01 1 0.23 0.00 0.02 0.00 0.00 99.75 [2021-03-25T20:50:16.442Z] 20:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-25T20:50:16.442Z] 20:42:01 3 0.12 0.00 0.03 0.00 0.00 99.85 [2021-03-25T20:50:16.442Z] 20:43:01 all 0.17 0.00 0.04 0.00 0.01 99.79 [2021-03-25T20:50:16.442Z] 20:43:01 0 0.08 0.00 0.07 0.00 0.02 99.83 [2021-03-25T20:50:16.442Z] 20:43:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-25T20:50:16.442Z] 20:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-25T20:50:16.442Z] 20:43:01 3 0.53 0.00 0.03 0.00 0.02 99.42 [2021-03-25T20:50:16.442Z] 20:44:01 all 0.16 0.00 0.04 0.00 0.02 99.78 [2021-03-25T20:50:16.442Z] 20:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-25T20:50:16.442Z] 20:44:01 1 0.10 0.00 0.05 0.00 0.02 99.83 [2021-03-25T20:50:16.442Z] 20:44:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2021-03-25T20:50:16.442Z] 20:44:01 3 0.48 0.00 0.05 0.00 0.03 99.43 [2021-03-25T20:50:16.442Z] 20:45:01 all 0.15 0.00 0.06 0.00 0.00 99.79 [2021-03-25T20:50:16.442Z] 20:45:01 0 0.05 0.00 0.10 0.00 0.00 99.85 [2021-03-25T20:50:16.442Z] 20:45:01 1 0.48 0.00 0.07 0.00 0.00 99.45 [2021-03-25T20:50:16.442Z] 20:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-25T20:50:16.442Z] 20:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-25T20:50:16.442Z] 20:46:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2021-03-25T20:50:16.442Z] 20:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-25T20:50:16.442Z] 20:46:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-03-25T20:50:16.442Z] 20:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-25T20:50:16.442Z] 20:46:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-03-25T20:50:16.442Z] 20:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-25T20:50:16.442Z] 20:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-25T20:50:16.442Z] 20:47:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-03-25T20:50:16.442Z] 20:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-25T20:50:16.442Z] 20:47:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-25T20:50:16.442Z] 20:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-25T20:50:16.442Z] 20:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-25T20:50:16.442Z] 20:48:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-25T20:50:16.442Z] 20:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-25T20:50:16.442Z] 20:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-25T20:50:16.442Z] 20:49:01 all 12.60 0.00 8.69 3.03 0.40 75.28 [2021-03-25T20:50:16.442Z] 20:49:01 0 12.88 0.00 9.23 2.27 0.38 75.24 [2021-03-25T20:50:16.442Z] 20:49:01 1 12.14 0.00 8.97 2.17 0.41 76.30 [2021-03-25T20:50:16.442Z] 20:49:01 2 12.86 0.00 8.48 3.63 0.46 74.57 [2021-03-25T20:50:16.442Z] 20:49:01 3 12.53 0.00 8.09 4.03 0.35 75.00 [2021-03-25T20:50:16.442Z] 20:50:01 all 13.18 0.00 9.47 3.93 0.30 73.12 [2021-03-25T20:50:16.442Z] 20:50:01 0 12.35 0.00 10.29 1.10 0.21 76.05 [2021-03-25T20:50:16.442Z] 20:50:01 1 14.37 0.00 9.68 3.16 0.34 72.45 [2021-03-25T20:50:16.442Z] 20:50:01 2 14.59 0.00 9.72 7.63 0.33 67.73 [2021-03-25T20:50:16.442Z] 20:50:01 3 11.41 0.00 8.20 3.85 0.31 76.22 [2021-03-25T20:50:16.442Z] [2021-03-25T20:50:16.442Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-25T20:50:16.442Z] Average: all 3.57 0.00 2.20 1.15 0.08 92.99 [2021-03-25T20:50:16.442Z] Average: 0 3.44 0.00 2.57 1.03 0.07 92.89 [2021-03-25T20:50:16.442Z] Average: 1 3.80 0.00 2.15 0.91 0.09 93.06 [2021-03-25T20:50:16.442Z] Average: 2 3.53 0.00 2.20 1.65 0.09 92.53 [2021-03-25T20:50:16.442Z] Average: 3 3.53 0.00 1.89 1.01 0.08 93.49 [2021-03-25T20:50:16.442Z] [2021-03-25T20:50:16.442Z] [2021-03-25T20:50:16.442Z]