Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from da2db404580ccf96027d18d91e684427126e7c45 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31302 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision da2db404580ccf96027d18d91e684427126e7c45 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f da2db404580ccf96027d18d91e684427126e7c45 # timeout=10 Commit message: "Merge pull request #189 from lenny-intel/V2-Ping" > git rev-list --no-walk cffb2fe8f733fe0cfc6728f6e86cf59d4f34d5b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T03:00:27.734Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T03:00:28.006Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T03:00:28.116Z] ========================================================= [2021-03-25T03:00:28.116Z] EdgeX Global Pipelines Version Info [2021-03-25T03:00:28.116Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:00:31.586Z] ------------------- [2021-03-25T03:00:31.586Z] stable info: [2021-03-25T03:00:31.586Z] ------------------- [2021-03-25T03:00:31.586Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T03:00:31.586Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T03:00:31.586Z] Message: update stable to v1.0.186 [2021-03-25T03:00:32.189Z] ------------------- [2021-03-25T03:00:32.189Z] experimental info: [2021-03-25T03:00:32.189Z] ------------------- [2021-03-25T03:00:32.189Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T03:00:32.189Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T03:00:32.189Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T03:00:32.497Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-03-25T03:00:32.595Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-03-25T03:00:32.692Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T03:00:32.788Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T03:00:32.893Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T03:00:32.986Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T03:00:33.084Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T03:00:33.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T03:00:33.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-25T03:00:33.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T03:00:33.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T03:00:33.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-03-25T03:00:33.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T03:00:33.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T03:00:33.945Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T03:00:34.097Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T03:00:34.187Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T03:00:34.298Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T03:00:34.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T03:00:34.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-25T03:00:34.584Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-25T03:00:34.676Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-25T03:00:34.769Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T03:00:34.864Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T03:00:34.962Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-25T03:00:35.056Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T03:00:35.167Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-25T03:00:35.287Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-25T03:00:35.397Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-25T03:00:35.538Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] echo [2021-03-25T03:00:35.629Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da2db40 [Pipeline] echo [2021-03-25T03:00:35.714Z] [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-25T03:00:36.528Z] + git log --format=format:%s -1 da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] echo [2021-03-25T03:00:36.611Z] GIT_COMMIT: da2db404580ccf96027d18d91e684427126e7c45, Commit Message: Merge pull request #189 from lenny-intel/V2-Ping [Pipeline] echo [2021-03-25T03:00:36.657Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:00:37.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T03:00:38.457Z] [2021-03-25T03:00:38.457Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:00:39.135Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T03:00:39.411Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T03:00:39.411Z] 31603596830f: Pulling fs layer [2021-03-25T03:00:39.411Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T03:00:39.411Z] 6ca5941a6612: Pulling fs layer [2021-03-25T03:00:39.411Z] ecc8261a40a4: Pulling fs layer [2021-03-25T03:00:39.411Z] ecc8261a40a4: Waiting [2021-03-25T03:00:39.411Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T03:00:39.411Z] 2a8b12db71e7: Download complete [2021-03-25T03:00:39.411Z] 31603596830f: Verifying Checksum [2021-03-25T03:00:39.411Z] 31603596830f: Download complete [2021-03-25T03:00:39.681Z] ecc8261a40a4: Verifying Checksum [2021-03-25T03:00:39.681Z] ecc8261a40a4: Download complete [2021-03-25T03:00:39.681Z] 6ca5941a6612: Verifying Checksum [2021-03-25T03:00:39.681Z] 6ca5941a6612: Download complete [2021-03-25T03:00:39.957Z] 31603596830f: Pull complete [2021-03-25T03:00:40.741Z] 2a8b12db71e7: Pull complete [2021-03-25T03:00:43.013Z] 6ca5941a6612: Pull complete [2021-03-25T03:00:43.608Z] ecc8261a40a4: Pull complete [2021-03-25T03:00:43.608Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T03:00:43.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T03:00:43.608Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T03:00:43.946Z] prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container [2021-03-25T03:00:44.237Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-25T03:00:47.258Z] $ docker top 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T03:00:47.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T03:00:47.656Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T03:00:48.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T03:00:48.566Z] $ docker exec 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent [2021-03-25T03:00:49.401Z] SSH_AUTH_SOCK=/tmp/ssh-lUCX3dAYGMbr/agent.11 [2021-03-25T03:00:49.401Z] SSH_AGENT_PID=16 [2021-03-25T03:00:49.438Z] Running ssh-add (command line suppressed) [2021-03-25T03:00:50.027Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4535950652707483828.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4535950652707483828.key) [2021-03-25T03:00:50.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T03:00:51.072Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T03:00:51.196Z] $ docker exec --env ******** --env ******** 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent -k [2021-03-25T03:00:51.862Z] unset SSH_AUTH_SOCK; [2021-03-25T03:00:51.862Z] unset SSH_AGENT_PID; [2021-03-25T03:00:51.862Z] echo Agent pid 16 killed; [2021-03-25T03:00:52.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T03:00:52.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T03:00:52.366Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T03:00:52.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T03:00:52.861Z] $ docker exec 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent [2021-03-25T03:00:53.542Z] SSH_AUTH_SOCK=/tmp/ssh-vEvwCvPmZHYA/agent.44 [2021-03-25T03:00:53.542Z] SSH_AGENT_PID=49 [2021-03-25T03:00:53.553Z] Running ssh-add (command line suppressed) [2021-03-25T03:00:54.052Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2904480938080955674.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2904480938080955674.key) [2021-03-25T03:00:54.244Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T03:00:54.991Z] + git semver init [2021-03-25T03:00:54.991Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T03:00:54.991Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-25T03:00:54.991Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-25T03:00:54.991Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T03:00:54.991Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T03:00:54.991Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T03:00:54.991Z] # $SEMVER_BRANCH = master [2021-03-25T03:00:54.991Z] # $SEMVER_TEMP = /tmp/semver-892970742 [2021-03-25T03:00:54.991Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-03-25T03:00:55.584Z] # '/tmp/semver-892970742' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-03-25T03:00:55.853Z] # -> Force: false [2021-03-25T03:00:55.853Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-03-25T03:00:55.882Z] $ docker exec --env ******** --env ******** 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 ssh-agent -k [2021-03-25T03:00:56.339Z] unset SSH_AUTH_SOCK; [2021-03-25T03:00:56.351Z] unset SSH_AGENT_PID; [2021-03-25T03:00:56.351Z] echo Agent pid 49 killed; [2021-03-25T03:00:56.548Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T03:00:57.780Z] + git semver [Pipeline] } [2021-03-25T03:00:57.844Z] $ docker stop --time=1 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 [2021-03-25T03:01:00.022Z] $ docker rm -f 017457dddefc5d5dace0a0483b9972d37c49a490f81b6238b2e045cba084d7d9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T03:01:01.471Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T03:01:02.577Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T03:01:02.581Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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-25T03:01:18.099Z] Still waiting to schedule task [2021-03-25T03:01:18.099Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31302’ [2021-03-25T03:01:18.102Z] Still waiting to schedule task [2021-03-25T03:01:18.102Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T03:03:04.357Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31304 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-03-25T03:03:04.409Z] Running in /w/workspace/go-mod-bootstrap/98 [Pipeline] { [Pipeline] checkout [2021-03-25T03:03:09.103Z] using credential edgex-jenkins-ssh [2021-03-25T03:03:09.155Z] Cloning the remote Git repository [2021-03-25T03:03:09.200Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-25T03:03:09.298Z] > git init /w/workspace/go-mod-bootstrap/98 # timeout=10 [2021-03-25T03:03:09.369Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-25T03:03:09.370Z] > git --version # timeout=10 [2021-03-25T03:03:09.390Z] > git --version # 'git version 2.17.1' [2021-03-25T03:03:09.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T03:03:09.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T03:03:10.261Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-25T03:03:10.277Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T03:03:10.304Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-25T03:03:10.344Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-25T03:03:10.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T03:03:10.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T03:03:10.860Z] Checking out Revision da2db404580ccf96027d18d91e684427126e7c45 (master) [2021-03-25T03:03:10.871Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T03:03:10.894Z] > git checkout -f da2db404580ccf96027d18d91e684427126e7c45 # timeout=10 [2021-03-25T03:03:15.236Z] Commit message: "Merge pull request #189 from lenny-intel/V2-Ping" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T03:03:16.670Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T03:03:17.089Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T03:03:17.532Z] + true [2021-03-25T03:03:17.532Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-25T03:03:19.892Z] ========================================================= [2021-03-25T03:03:19.892Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T03:03:19.892Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:03:20.292Z] + 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-25T03:03:21.274Z] Sending build context to Docker daemon 741.9kB [2021-03-25T03:03:21.274Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-03-25T03:03:21.274Z] Step 2/8 : FROM ${BASE} [2021-03-25T03:03:21.550Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T03:03:21.550Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T03:03:21.550Z] a4357932f1b6: Pulling fs layer [2021-03-25T03:03:21.550Z] 18c013af1878: Pulling fs layer [2021-03-25T03:03:21.550Z] 00ac8860ef70: Pulling fs layer [2021-03-25T03:03:21.550Z] 63d7cb157983: Pulling fs layer [2021-03-25T03:03:21.550Z] 00ac8860ef70: Waiting [2021-03-25T03:03:21.550Z] b116817d02f9: Pulling fs layer [2021-03-25T03:03:21.550Z] 745a02a5169b: Pulling fs layer [2021-03-25T03:03:21.550Z] 63d7cb157983: Waiting [2021-03-25T03:03:21.550Z] 745a02a5169b: Waiting [2021-03-25T03:03:21.550Z] b116817d02f9: Waiting [2021-03-25T03:03:21.550Z] 18c013af1878: Verifying Checksum [2021-03-25T03:03:21.550Z] 18c013af1878: Download complete [2021-03-25T03:03:21.550Z] a4357932f1b6: Verifying Checksum [2021-03-25T03:03:21.550Z] a4357932f1b6: Download complete [2021-03-25T03:03:21.550Z] 63d7cb157983: Verifying Checksum [2021-03-25T03:03:21.550Z] 63d7cb157983: Download complete [2021-03-25T03:03:21.550Z] b116817d02f9: Verifying Checksum [2021-03-25T03:03:21.550Z] b116817d02f9: Download complete [2021-03-25T03:03:21.550Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T03:03:21.550Z] 5f621e34cdf4: Download complete [2021-03-25T03:03:22.531Z] 5f621e34cdf4: Pull complete [2021-03-25T03:03:23.146Z] a4357932f1b6: Pull complete [2021-03-25T03:03:23.421Z] 18c013af1878: Pull complete [2021-03-25T03:03:24.402Z] 745a02a5169b: Verifying Checksum [2021-03-25T03:03:24.402Z] 745a02a5169b: Download complete [2021-03-25T03:03:26.390Z] 00ac8860ef70: Verifying Checksum [2021-03-25T03:03:26.390Z] 00ac8860ef70: Download complete [2021-03-25T03:03:36.560Z] 00ac8860ef70: Pull complete [2021-03-25T03:03:36.836Z] 63d7cb157983: Pull complete [2021-03-25T03:03:37.111Z] b116817d02f9: Pull complete [2021-03-25T03:03:41.430Z] 745a02a5169b: Pull complete [2021-03-25T03:03:41.430Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T03:03:41.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T03:03:41.430Z] ---> b7e6874047d6 [2021-03-25T03:03:41.430Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T03:03:44.044Z] ---> Running in d3f6ff3479c6 [2021-03-25T03:03:44.044Z] Removing intermediate container d3f6ff3479c6 [2021-03-25T03:03:44.044Z] ---> efdee76bb692 [2021-03-25T03:03:44.044Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T03:03:44.318Z] ---> Running in 74d397242adc [2021-03-25T03:03:46.314Z] Removing intermediate container 74d397242adc [2021-03-25T03:03:46.314Z] ---> b273cb751fa5 [2021-03-25T03:03:46.314Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-03-25T03:03:46.589Z] ---> Running in 98aebf669686 [2021-03-25T03:03:47.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T03:03:48.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T03:03:49.518Z] OK: 142 MiB in 39 packages [2021-03-25T03:03:50.502Z] Removing intermediate container 98aebf669686 [2021-03-25T03:03:50.502Z] ---> aa2e342c1996 [2021-03-25T03:03:50.502Z] Step 6/8 : WORKDIR /build [2021-03-25T03:03:50.502Z] ---> Running in 9893c20a644f [2021-03-25T03:03:51.041Z] Running on prd-centos7-docker-4c-2g-31306 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-03-25T03:03:51.096Z] Running in /w/workspace/go-mod-bootstrap/98 [Pipeline] { [2021-03-25T03:03:51.103Z] Removing intermediate container 9893c20a644f [2021-03-25T03:03:51.103Z] ---> 8a22008a435c [2021-03-25T03:03:51.103Z] Step 7/8 : COPY go.mod . [Pipeline] checkout [2021-03-25T03:03:51.701Z] ---> 9444a854dc65 [2021-03-25T03:03:51.701Z] Step 8/8 : RUN go mod download [2021-03-25T03:03:51.982Z] ---> Running in 5c61d53910f3 [2021-03-25T03:04:02.231Z] using credential edgex-jenkins-ssh [2021-03-25T03:04:02.289Z] Cloning the remote Git repository [2021-03-25T03:04:02.373Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-25T03:04:02.504Z] > git init /w/workspace/go-mod-bootstrap/98 # timeout=10 [2021-03-25T03:04:02.757Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-25T03:04:02.758Z] > git --version # timeout=10 [2021-03-25T03:04:02.819Z] > git --version # 'git version 2.24.3' [2021-03-25T03:04:02.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T03:04:02.944Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T03:04:04.273Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-25T03:04:04.998Z] Checking out Revision da2db404580ccf96027d18d91e684427126e7c45 (master) [2021-03-25T03:04:04.422Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T03:04:04.492Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-03-25T03:04:04.525Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-03-25T03:04:04.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T03:04:04.534Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T03:04:05.018Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T03:04:05.055Z] > git checkout -f da2db404580ccf96027d18d91e684427126e7c45 # timeout=10 [2021-03-25T03:04:09.013Z] Commit message: "Merge pull request #189 from lenny-intel/V2-Ping" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T03:04:10.463Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T03:04:10.923Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T03:04:11.255Z] + true [2021-03-25T03:04:11.255Z] + sudo service docker restart [2021-03-25T03:04:11.255Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-25T03:04:13.563Z] ========================================================= [2021-03-25T03:04:13.563Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T03:04:13.563Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:04:14.064Z] + 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-25T03:04:15.635Z] Sending build context to Docker daemon 742.9kB [2021-03-25T03:04:15.635Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-03-25T03:04:15.635Z] Step 2/8 : FROM ${BASE} [2021-03-25T03:04:15.635Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T03:04:15.635Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T03:04:15.635Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T03:04:15.635Z] de9db76c5a1d: Pulling fs layer [2021-03-25T03:04:15.635Z] bca2f99d35d6: Pulling fs layer [2021-03-25T03:04:15.635Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T03:04:15.635Z] 7c6f9722023f: Pulling fs layer [2021-03-25T03:04:15.635Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T03:04:15.635Z] bca2f99d35d6: Waiting [2021-03-25T03:04:15.635Z] 93359f2a8cfa: Waiting [2021-03-25T03:04:15.635Z] 7c6f9722023f: Waiting [2021-03-25T03:04:15.635Z] a35cf1a2eb13: Waiting [2021-03-25T03:04:15.635Z] de9db76c5a1d: Verifying Checksum [2021-03-25T03:04:15.635Z] de9db76c5a1d: Download complete [2021-03-25T03:04:15.635Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T03:04:15.635Z] 0ef7d3d256c8: Download complete [2021-03-25T03:04:15.635Z] 93359f2a8cfa: Download complete [2021-03-25T03:04:15.908Z] 7c6f9722023f: Verifying Checksum [2021-03-25T03:04:15.908Z] 7c6f9722023f: Download complete [2021-03-25T03:04:15.908Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T03:04:15.908Z] 188c0c94c7c5: Download complete [2021-03-25T03:04:16.515Z] 188c0c94c7c5: Pull complete [2021-03-25T03:04:16.799Z] 0ef7d3d256c8: Pull complete [2021-03-25T03:04:17.070Z] de9db76c5a1d: Pull complete [2021-03-25T03:04:18.520Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T03:04:18.520Z] a35cf1a2eb13: Download complete [2021-03-25T03:04:18.815Z] Removing intermediate container 5c61d53910f3 [2021-03-25T03:04:18.816Z] ---> 8dcbda223aa1 [2021-03-25T03:04:18.816Z] Successfully built 8dcbda223aa1 [2021-03-25T03:04:18.816Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:04:19.159Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T03:04:19.159Z] . [Pipeline] withDockerContainer [2021-03-25T03:04:19.430Z] prd-ubuntu18.04-docker-arm64-4c-16g-31304 does not seem to be running inside a container [2021-03-25T03:04:19.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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-25T03:04:19.546Z] bca2f99d35d6: Verifying Checksum [2021-03-25T03:04:19.546Z] bca2f99d35d6: Download complete [2021-03-25T03:04:21.077Z] $ docker top e5947e06ca05c7870e35df04a59f1a9226a37c3db8cfd17e30f85071a11c7f57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T03:04:22.118Z] + go version [2021-03-25T03:04:22.118Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T03:04:22.147Z] $ docker stop --time=1 e5947e06ca05c7870e35df04a59f1a9226a37c3db8cfd17e30f85071a11c7f57 [2021-03-25T03:04:24.078Z] $ docker rm -f e5947e06ca05c7870e35df04a59f1a9226a37c3db8cfd17e30f85071a11c7f57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:04:25.092Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T03:04:25.092Z] . [Pipeline] withDockerContainer [2021-03-25T03:04:25.357Z] prd-ubuntu18.04-docker-arm64-4c-16g-31304 does not seem to be running inside a container [2021-03-25T03:04:25.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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-25T03:04:26.949Z] $ docker top 1fdb30e14995659d1a048d9e0ab2e5b69a89b493de0bd38fa599c46294145ea1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T03:04:27.984Z] + make test [2021-03-25T03:04:27.984Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T03:04:31.988Z] bca2f99d35d6: Pull complete [2021-03-25T03:04:31.988Z] 93359f2a8cfa: Pull complete [2021-03-25T03:04:32.311Z] 7c6f9722023f: Pull complete [2021-03-25T03:04:40.750Z] a35cf1a2eb13: Pull complete [2021-03-25T03:04:40.750Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T03:04:40.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T03:04:40.750Z] ---> a62c8e92a672 [2021-03-25T03:04:40.750Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T03:04:40.750Z] ---> Running in a989153f45ab [2021-03-25T03:04:41.502Z] Removing intermediate container a989153f45ab [2021-03-25T03:04:41.503Z] ---> ff2cc83d1900 [2021-03-25T03:04:41.503Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T03:04:41.503Z] ---> Running in 6b537ccffdfe [2021-03-25T03:04:44.287Z] Removing intermediate container 6b537ccffdfe [2021-03-25T03:04:44.287Z] ---> c53e6dd2484f [2021-03-25T03:04:44.287Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-03-25T03:04:44.287Z] ---> Running in dcb881c68013 [2021-03-25T03:04:45.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T03:04:46.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T03:04:46.677Z] OK: 166 MiB in 39 packages [2021-03-25T03:04:47.713Z] Removing intermediate container dcb881c68013 [2021-03-25T03:04:47.713Z] ---> a97f4548a272 [2021-03-25T03:04:47.713Z] Step 6/8 : WORKDIR /build [2021-03-25T03:04:47.713Z] ---> Running in 2ed84a115ebf [2021-03-25T03:04:48.521Z] Removing intermediate container 2ed84a115ebf [2021-03-25T03:04:48.521Z] ---> f7f030b57a6b [2021-03-25T03:04:48.521Z] Step 7/8 : COPY go.mod . [2021-03-25T03:04:49.183Z] ---> 9cb1695311d1 [2021-03-25T03:04:49.183Z] Step 8/8 : RUN go mod download [2021-03-25T03:04:49.485Z] ---> Running in 3797f31de152 [2021-03-25T03:05:00.353Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-03-25T03:05:00.353Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.032s coverage: 5.8% of statements [2021-03-25T03:05:00.353Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-03-25T03:05:00.353Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.051s coverage: 92.2% of statements [2021-03-25T03:05:00.353Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.014s coverage: 85.3% of statements [2021-03-25T03:05:03.762Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.041s coverage: 34.3% of statements [2021-03-25T03:05:03.762Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-03-25T03:05:03.762Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-03-25T03:05:03.762Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.076s coverage: 18.2% of statements [2021-03-25T03:05:07.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.034s coverage: 95.3% of statements [2021-03-25T03:05:07.146Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-03-25T03:05:07.146Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-03-25T03:05:07.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements [2021-03-25T03:05:07.146Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-03-25T03:05:07.146Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T03:05:13.871Z] gofmt -l . [2021-03-25T03:05:13.871Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T03:05:13.895Z] $ docker stop --time=1 1fdb30e14995659d1a048d9e0ab2e5b69a89b493de0bd38fa599c46294145ea1 [2021-03-25T03:05:16.175Z] $ docker rm -f 1fdb30e14995659d1a048d9e0ab2e5b69a89b493de0bd38fa599c46294145ea1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T03:05:17.065Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T03:05:17.894Z] 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-25T03:05:19.056Z] ---> job-cost.sh [2021-03-25T03:05:19.056Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wCfC [2021-03-25T03:05:22.348Z] Removing intermediate container 3797f31de152 [2021-03-25T03:05:22.348Z] ---> 90cd300c4d38 [2021-03-25T03:05:22.348Z] Successfully built 90cd300c4d38 [2021-03-25T03:05:22.348Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:05:22.792Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T03:05:22.792Z] . [Pipeline] withDockerContainer [2021-03-25T03:05:23.299Z] prd-centos7-docker-4c-2g-31306 does not seem to be running inside a container [2021-03-25T03:05:23.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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-25T03:05:25.001Z] $ docker top a808d4a95934a3ac2bba9559939021419685a9de552cbe315bc2f2c8f708c4a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T03:05:25.627Z] + go version [2021-03-25T03:05:25.627Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T03:05:25.696Z] $ docker stop --time=1 a808d4a95934a3ac2bba9559939021419685a9de552cbe315bc2f2c8f708c4a2 [2021-03-25T03:05:27.572Z] $ docker rm -f a808d4a95934a3ac2bba9559939021419685a9de552cbe315bc2f2c8f708c4a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:05:28.611Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T03:05:28.611Z] . [Pipeline] withDockerContainer [2021-03-25T03:05:29.050Z] prd-centos7-docker-4c-2g-31306 does not seem to be running inside a container [2021-03-25T03:05:29.186Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/98 -v /w/workspace/go-mod-bootstrap/98:/w/workspace/go-mod-bootstrap/98:rw,z -v /w/workspace/go-mod-bootstrap/98@tmp:/w/workspace/go-mod-bootstrap/98@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-25T03:05:30.993Z] $ docker top a2c8ef43fffe13fe4776f10a60c02067ebe6c554b03371fd09f57c289b71b0dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T03:05:32.244Z] + make test [2021-03-25T03:05:32.244Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-25T03:05:58.096Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T03:06:06.166Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-03-25T03:06:06.166Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.053s coverage: 5.8% of statements [2021-03-25T03:06:06.166Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-03-25T03:06:06.798Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.049s coverage: 92.2% of statements [2021-03-25T03:06:06.799Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.042s coverage: 85.3% of statements [2021-03-25T03:06:09.745Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.057s coverage: 34.3% of statements [2021-03-25T03:06:09.745Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-03-25T03:06:09.745Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-03-25T03:06:09.745Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.057s coverage: 18.2% of statements [2021-03-25T03:06:13.136Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.036s coverage: 95.3% of statements [2021-03-25T03:06:13.136Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-03-25T03:06:13.136Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-03-25T03:06:13.136Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.014s coverage: 91.3% of statements [2021-03-25T03:06:13.136Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-03-25T03:06:13.419Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-25T03:06:16.867Z] gofmt -l . [2021-03-25T03:06:16.867Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-25T03:06:16.890Z] $ docker stop --time=1 a2c8ef43fffe13fe4776f10a60c02067ebe6c554b03371fd09f57c289b71b0dc [2021-03-25T03:06:19.540Z] $ docker rm -f a2c8ef43fffe13fe4776f10a60c02067ebe6c554b03371fd09f57c289b71b0dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T03:06:20.519Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T03:06:20.640Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T03:06:21.577Z] 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-25T03:06:22.865Z] ---> job-cost.sh [2021-03-25T03:06:22.865Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1IyB [2021-03-25T03:06:55.566Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T03:07:19.811Z] lf-activate-venv(): INFO: Adding /tmp/venv-wCfC/bin to PATH [2021-03-25T03:07:19.811Z] INFO: No Stack... [2021-03-25T03:07:20.400Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T03:07:20.994Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T03:07:21.339Z] + + cat /w/workspace/go-mod-bootstrap/98/archives/cost.csvcut [2021-03-25T03:07:21.339Z] -d, -f6 [Pipeline] lock [2021-03-25T03:07:21.450Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [2021-03-25T03:07:21.459Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] did not exist. Created. [2021-03-25T03:07:21.459Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T03:07:21.932Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T03:07:22.155Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T03:07:22.166Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T03:07:35.003Z] lf-activate-venv(): INFO: Adding /tmp/venv-1IyB/bin to PATH [2021-03-25T03:07:35.003Z] INFO: No Stack... [2021-03-25T03:07:35.003Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T03:07:35.003Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T03:07:35.514Z] + cut -d, -f6 [2021-03-25T03:07:35.514Z] + cat /w/workspace/go-mod-bootstrap/98/archives/cost.csv [Pipeline] lock [2021-03-25T03:07:35.940Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [2021-03-25T03:07:35.950Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] did not exist. Created. [2021-03-25T03:07:35.950Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T03:07:36.628Z] /w/workspace/go-mod-bootstrap/98@tmp/durable-24d7802f/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-25T03:07:37.060Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T03:07:37.146Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T03:07:37.466Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T03:07:37.478Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-98-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-25T03:07:38.990Z] provisioning config files... [2021-03-25T03:07:39.011Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8787364602127534137tmp [Pipeline] { [Pipeline] sh [2021-03-25T03:07:39.443Z] + set +x [2021-03-25T03:07:39.444Z] + curl -s https://codecov.io/bash [2021-03-25T03:07:39.444Z] + bash -s -- [2021-03-25T03:07:39.733Z] [2021-03-25T03:07:39.733Z] _____ _ [2021-03-25T03:07:39.733Z] / ____| | | [2021-03-25T03:07:39.733Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T03:07:39.733Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T03:07:39.733Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T03:07:39.733Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T03:07:39.733Z] Bash-20210309-2b87ace [2021-03-25T03:07:39.733Z] [2021-03-25T03:07:39.733Z] [2021-03-25T03:07:39.733Z] ==> git version 2.24.3 found [2021-03-25T03:07:39.733Z] ==> 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-25T03:07:39.733Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T03:07:39.733Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T03:07:39.733Z] ==> Jenkins CI detected. [2021-03-25T03:07:39.733Z] project root: . [2021-03-25T03:07:39.733Z] --> token set from env [2021-03-25T03:07:39.733Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T03:07:39.733Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T03:07:40.077Z] ==> Python coveragepy not found [2021-03-25T03:07:40.077Z] ==> Searching for coverage reports in: [2021-03-25T03:07:40.077Z] + . [2021-03-25T03:07:40.077Z] -> Found 1 reports [2021-03-25T03:07:40.077Z] ==> Detecting git/mercurial file structure [2021-03-25T03:07:40.077Z] ==> Reading reports [2021-03-25T03:07:40.077Z] + ./coverage.out bytes=30077 [2021-03-25T03:07:40.077Z] ==> Appending adjustments [2021-03-25T03:07:40.077Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T03:07:40.377Z] + Found adjustments [2021-03-25T03:07:40.377Z] ==> Gzipping contents [2021-03-25T03:07:40.655Z] 8.0K /tmp/codecov.bsHzls.gz [2021-03-25T03:07:40.655Z] ==> Uploading reports [2021-03-25T03:07:40.655Z] url: https://codecov.io [2021-03-25T03:07:40.655Z] query: branch=master&commit=da2db404580ccf96027d18d91e684427126e7c45&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T03:07:40.655Z] -> Pinging Codecov [2021-03-25T03:07:40.655Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=da2db404580ccf96027d18d91e684427126e7c45&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T03:07:41.276Z] -> Uploading to [2021-03-25T03:07:41.276Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/833815588EE85121546D348822E98E2E/da2db404580ccf96027d18d91e684427126e7c45/4a2396af-dc74-41a6-a37d-1ecab662a9b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T030740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e64a9c1a0b5bf3e852804465b0b518aa5211fc5387e981c610639d39a905214 [2021-03-25T03:07:41.276Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T03:07:41.276Z] Dload Upload Total Spent Left Speed [2021-03-25T03:07:41.542Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5569 0 0 100 5569 0 12029 --:--:-- --:--:-- --:--:-- 12054 [2021-03-25T03:07:41.542Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] } [2021-03-25T03:07:41.555Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-25T03:07:42.688Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-25T03:07:42.750Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:07:43.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T03:07:43.147Z] [2021-03-25T03:07:43.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:07:43.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T03:07:44.877Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-25T03:07:44.877Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T03:07:44.877Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T03:07:44.877Z] de9db76c5a1d: Pulling fs layer [2021-03-25T03:07:44.877Z] 0eba1c9be4d2: Pulling fs layer [2021-03-25T03:07:44.877Z] 0d57e429df01: Pulling fs layer [2021-03-25T03:07:44.877Z] 4e4be7b47b0d: Pulling fs layer [2021-03-25T03:07:44.877Z] e1f770b5df2f: Pulling fs layer [2021-03-25T03:07:44.877Z] 85a0685a4137: Pulling fs layer [2021-03-25T03:07:44.877Z] 0d57e429df01: Waiting [2021-03-25T03:07:44.877Z] 4e4be7b47b0d: Waiting [2021-03-25T03:07:44.877Z] e1f770b5df2f: Waiting [2021-03-25T03:07:44.877Z] 85a0685a4137: Waiting [2021-03-25T03:07:44.877Z] 0eba1c9be4d2: Waiting [2021-03-25T03:07:44.877Z] de9db76c5a1d: Verifying Checksum [2021-03-25T03:07:44.877Z] de9db76c5a1d: Download complete [2021-03-25T03:07:44.877Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T03:07:44.877Z] 0ef7d3d256c8: Download complete [2021-03-25T03:07:45.141Z] 0d57e429df01: Verifying Checksum [2021-03-25T03:07:45.141Z] 0d57e429df01: Download complete [2021-03-25T03:07:45.141Z] 4e4be7b47b0d: Verifying Checksum [2021-03-25T03:07:45.141Z] 4e4be7b47b0d: Download complete [2021-03-25T03:07:45.407Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T03:07:45.407Z] 188c0c94c7c5: Download complete [2021-03-25T03:07:46.018Z] 188c0c94c7c5: Pull complete [2021-03-25T03:07:46.627Z] 0ef7d3d256c8: Pull complete [2021-03-25T03:07:46.899Z] de9db76c5a1d: Pull complete [2021-03-25T03:07:47.175Z] e1f770b5df2f: Verifying Checksum [2021-03-25T03:07:47.175Z] e1f770b5df2f: Download complete [2021-03-25T03:07:50.667Z] 0eba1c9be4d2: Verifying Checksum [2021-03-25T03:07:50.667Z] 0eba1c9be4d2: Download complete [2021-03-25T03:07:51.688Z] 85a0685a4137: Verifying Checksum [2021-03-25T03:07:51.688Z] 85a0685a4137: Download complete [2021-03-25T03:08:04.105Z] 0eba1c9be4d2: Pull complete [2021-03-25T03:08:04.105Z] 0d57e429df01: Pull complete [2021-03-25T03:08:04.105Z] 4e4be7b47b0d: Pull complete [2021-03-25T03:08:06.243Z] e1f770b5df2f: Pull complete [2021-03-25T03:08:24.852Z] 85a0685a4137: Pull complete [2021-03-25T03:08:24.852Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-25T03:08:24.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T03:08:24.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-25T03:08:25.355Z] prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container [2021-03-25T03:08:25.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-25T03:08:28.277Z] $ docker top b9d5a26519eab200f690d7fbf4bb8a7b84efa1287f209fce166dfcd4f87d1c3d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T03:08:29.099Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-25T03:08:30.158Z] + set -o pipefail [2021-03-25T03:08:30.158Z] + snyk monitor '--org=edgex-jenkins' [2021-03-25T03:08:45.528Z] [2021-03-25T03:08:45.528Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-03-25T03:08:45.528Z] [2021-03-25T03:08:45.528Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/f04f5471-933b-4883-af2f-d3cdac3fcdb5 [2021-03-25T03:08:45.528Z] [2021-03-25T03:08:45.528Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-25T03:08:45.528Z] [2021-03-25T03:08:45.528Z] [Pipeline] } [2021-03-25T03:08:45.554Z] $ docker stop --time=1 b9d5a26519eab200f690d7fbf4bb8a7b84efa1287f209fce166dfcd4f87d1c3d [2021-03-25T03:08:49.042Z] $ docker rm -f b9d5a26519eab200f690d7fbf4bb8a7b84efa1287f209fce166dfcd4f87d1c3d [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-25T03:08:51.208Z] + git log --format=format:%s -1 da2db404580ccf96027d18d91e684427126e7c45 [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:08:51.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T03:08:51.540Z] . [Pipeline] withDockerContainer [2021-03-25T03:08:51.825Z] prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container [2021-03-25T03:08:52.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-25T03:08:55.437Z] $ docker top 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T03:08:55.872Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T03:08:55.872Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T03:08:56.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T03:08:56.449Z] $ docker exec 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e ssh-agent [2021-03-25T03:08:57.102Z] SSH_AUTH_SOCK=/tmp/ssh-SFFVvVhTI1Lx/agent.12 [2021-03-25T03:08:57.102Z] SSH_AGENT_PID=17 [2021-03-25T03:08:57.129Z] Running ssh-add (command line suppressed) [2021-03-25T03:08:57.391Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_177955654468423489.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_177955654468423489.key) [2021-03-25T03:08:57.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T03:08:58.187Z] + git semver tag [2021-03-25T03:08:58.461Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T03:08:58.461Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-25T03:08:58.461Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-25T03:08:58.461Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T03:08:58.461Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T03:08:58.461Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T03:08:58.461Z] # $SEMVER_BRANCH = master [2021-03-25T03:08:58.461Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-03-25T03:08:58.461Z] # da2db404580ccf96027d18d91e684427126e7c45 HEAD [2021-03-25T03:08:58.461Z] # -> Force: false [2021-03-25T03:08:58.461Z] # 1cd17291c6db8285e7d7cb8e6b8cb922f62db275 refs/tags/v2.0.0-dev.22 [Pipeline] } [2021-03-25T03:08:58.515Z] $ docker exec --env ******** --env ******** 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e ssh-agent -k [2021-03-25T03:08:58.871Z] unset SSH_AUTH_SOCK; [2021-03-25T03:08:58.872Z] unset SSH_AGENT_PID; [2021-03-25T03:08:58.872Z] echo Agent pid 17 killed; [2021-03-25T03:08:59.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T03:08:59.731Z] + git semver [Pipeline] } [2021-03-25T03:08:59.770Z] $ docker stop --time=1 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e [2021-03-25T03:09:01.552Z] $ docker rm -f 1d61ac92f2ee6b8d154847306f75543dc02d598832d101cb5308a2b480f42b1e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:09:02.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T03:09:02.809Z] [2021-03-25T03:09:02.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:09:03.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T03:09:03.237Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-25T03:09:03.237Z] ab5ef0e58194: Pulling fs layer [2021-03-25T03:09:03.237Z] 9712f1f96733: Pulling fs layer [2021-03-25T03:09:03.237Z] 63f879dbbcfc: Pulling fs layer [2021-03-25T03:09:03.237Z] 0d9ebad4ef96: Pulling fs layer [2021-03-25T03:09:03.237Z] e9a5061849ea: Pulling fs layer [2021-03-25T03:09:03.237Z] d747dcd14b5f: Pulling fs layer [2021-03-25T03:09:03.237Z] 2de7ff778b66: Pulling fs layer [2021-03-25T03:09:03.237Z] 0d9ebad4ef96: Waiting [2021-03-25T03:09:03.237Z] e9a5061849ea: Waiting [2021-03-25T03:09:03.237Z] d747dcd14b5f: Waiting [2021-03-25T03:09:03.237Z] 2de7ff778b66: Waiting [2021-03-25T03:09:03.509Z] 9712f1f96733: Verifying Checksum [2021-03-25T03:09:03.509Z] 9712f1f96733: Download complete [2021-03-25T03:09:06.925Z] 63f879dbbcfc: Verifying Checksum [2021-03-25T03:09:06.925Z] 63f879dbbcfc: Download complete [2021-03-25T03:09:07.966Z] e9a5061849ea: Verifying Checksum [2021-03-25T03:09:07.966Z] e9a5061849ea: Download complete [2021-03-25T03:09:07.966Z] d747dcd14b5f: Verifying Checksum [2021-03-25T03:09:07.966Z] d747dcd14b5f: Download complete [2021-03-25T03:09:07.966Z] 0d9ebad4ef96: Verifying Checksum [2021-03-25T03:09:07.966Z] 0d9ebad4ef96: Download complete [2021-03-25T03:09:07.966Z] ab5ef0e58194: Verifying Checksum [2021-03-25T03:09:07.966Z] ab5ef0e58194: Download complete [2021-03-25T03:09:08.598Z] 2de7ff778b66: Verifying Checksum [2021-03-25T03:09:08.598Z] 2de7ff778b66: Download complete [2021-03-25T03:09:18.844Z] ab5ef0e58194: Pull complete [2021-03-25T03:09:18.844Z] 9712f1f96733: Pull complete [2021-03-25T03:09:22.318Z] 63f879dbbcfc: Pull complete [2021-03-25T03:09:32.570Z] 0d9ebad4ef96: Pull complete [2021-03-25T03:09:33.564Z] e9a5061849ea: Pull complete [2021-03-25T03:09:33.839Z] d747dcd14b5f: Pull complete [2021-03-25T03:09:40.887Z] 2de7ff778b66: Pull complete [2021-03-25T03:09:40.887Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-25T03:09:40.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T03:09:40.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-25T03:09:41.277Z] prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container [2021-03-25T03:09:41.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-25T03:09:45.673Z] $ docker top b805e01d7bc58281253408c543d0d777c8fb7b10d03a516a3a8969701104f1e8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-25T03:09:46.081Z] provisioning config files... [2021-03-25T03:09:46.094Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2408361422850256038tmp [2021-03-25T03:09:46.130Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6903613899843076736tmp [2021-03-25T03:09:46.165Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8895544439185677129tmp [Pipeline] { [Pipeline] echo [2021-03-25T03:09:46.241Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:09:47.037Z] ---> sigul-configuration.sh [2021-03-25T03:09:47.320Z] gpg: directory `/root/.gnupg' created [2021-03-25T03:09:47.320Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-25T03:09:47.320Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-25T03:09:47.320Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-25T03:09:47.320Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-25T03:09:47.320Z] gpg: CAST5 encrypted data [2021-03-25T03:09:47.320Z] gpg: encrypted with 1 passphrase [2021-03-25T03:09:47.320Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-25T03:09:48.303Z] + mkdir /home/jenkins [2021-03-25T03:09:48.303Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-25T03:09:49.206Z] + 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-25T03:09:49.236Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:09:49.920Z] ---> sigul-install.sh [2021-03-25T03:10:01.541Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-25T03:10:01.886Z] + git tag --list [2021-03-25T03:10:01.886Z] v0.0.1 [2021-03-25T03:10:01.886Z] v0.0.10 [2021-03-25T03:10:01.886Z] v0.0.11 [2021-03-25T03:10:01.886Z] v0.0.12 [2021-03-25T03:10:01.886Z] v0.0.13 [2021-03-25T03:10:01.886Z] v0.0.14 [2021-03-25T03:10:01.886Z] v0.0.15 [2021-03-25T03:10:01.886Z] v0.0.16 [2021-03-25T03:10:01.886Z] v0.0.17 [2021-03-25T03:10:01.886Z] v0.0.18 [2021-03-25T03:10:01.886Z] v0.0.19 [2021-03-25T03:10:01.886Z] v0.0.2 [2021-03-25T03:10:01.886Z] v0.0.20 [2021-03-25T03:10:01.886Z] v0.0.21 [2021-03-25T03:10:01.886Z] v0.0.22 [2021-03-25T03:10:01.886Z] v0.0.23 [2021-03-25T03:10:01.886Z] v0.0.24 [2021-03-25T03:10:01.886Z] v0.0.25 [2021-03-25T03:10:01.886Z] v0.0.26 [2021-03-25T03:10:01.886Z] v0.0.27 [2021-03-25T03:10:01.886Z] v0.0.28 [2021-03-25T03:10:01.886Z] v0.0.29 [2021-03-25T03:10:01.886Z] v0.0.3 [2021-03-25T03:10:01.886Z] v0.0.30 [2021-03-25T03:10:01.887Z] v0.0.31 [2021-03-25T03:10:01.887Z] v0.0.32 [2021-03-25T03:10:01.887Z] v0.0.33 [2021-03-25T03:10:01.887Z] v0.0.34 [2021-03-25T03:10:01.887Z] v0.0.35 [2021-03-25T03:10:01.887Z] v0.0.36 [2021-03-25T03:10:01.887Z] v0.0.37 [2021-03-25T03:10:01.887Z] v0.0.38 [2021-03-25T03:10:01.887Z] v0.0.39 [2021-03-25T03:10:01.887Z] v0.0.4 [2021-03-25T03:10:01.887Z] v0.0.40 [2021-03-25T03:10:01.887Z] v0.0.41 [2021-03-25T03:10:01.887Z] v0.0.42 [2021-03-25T03:10:01.887Z] v0.0.43 [2021-03-25T03:10:01.887Z] v0.0.44 [2021-03-25T03:10:01.887Z] v0.0.45 [2021-03-25T03:10:01.887Z] v0.0.46 [2021-03-25T03:10:01.887Z] v0.0.47 [2021-03-25T03:10:01.887Z] v0.0.48 [2021-03-25T03:10:01.887Z] v0.0.49 [2021-03-25T03:10:01.887Z] v0.0.5 [2021-03-25T03:10:01.887Z] v0.0.50 [2021-03-25T03:10:01.887Z] v0.0.51 [2021-03-25T03:10:01.887Z] v0.0.52 [2021-03-25T03:10:01.887Z] v0.0.53 [2021-03-25T03:10:01.887Z] v0.0.54 [2021-03-25T03:10:01.887Z] v0.0.55 [2021-03-25T03:10:01.887Z] v0.0.56 [2021-03-25T03:10:01.887Z] v0.0.57 [2021-03-25T03:10:01.887Z] v0.0.58 [2021-03-25T03:10:01.887Z] v0.0.59 [2021-03-25T03:10:01.887Z] v0.0.6 [2021-03-25T03:10:01.887Z] v0.0.60 [2021-03-25T03:10:01.887Z] v0.0.61 [2021-03-25T03:10:01.887Z] v0.0.62 [2021-03-25T03:10:01.887Z] v0.0.63 [2021-03-25T03:10:01.887Z] v0.0.64 [2021-03-25T03:10:01.887Z] v0.0.65 [2021-03-25T03:10:01.887Z] v0.0.66 [2021-03-25T03:10:01.887Z] v0.0.67 [2021-03-25T03:10:01.887Z] v0.0.68 [2021-03-25T03:10:01.887Z] v0.0.69 [2021-03-25T03:10:01.887Z] v0.0.7 [2021-03-25T03:10:01.887Z] v0.0.70 [2021-03-25T03:10:01.887Z] v0.0.71 [2021-03-25T03:10:01.887Z] v0.0.72 [2021-03-25T03:10:01.887Z] v0.0.8 [2021-03-25T03:10:01.887Z] v0.0.9 [2021-03-25T03:10:01.887Z] v2.0.0-dev.1 [2021-03-25T03:10:01.887Z] v2.0.0-dev.10 [2021-03-25T03:10:01.887Z] v2.0.0-dev.11 [2021-03-25T03:10:01.887Z] v2.0.0-dev.12 [2021-03-25T03:10:01.887Z] v2.0.0-dev.13 [2021-03-25T03:10:01.887Z] v2.0.0-dev.14 [2021-03-25T03:10:01.887Z] v2.0.0-dev.15 [2021-03-25T03:10:01.887Z] v2.0.0-dev.16 [2021-03-25T03:10:01.887Z] v2.0.0-dev.17 [2021-03-25T03:10:01.887Z] v2.0.0-dev.18 [2021-03-25T03:10:01.887Z] v2.0.0-dev.19 [2021-03-25T03:10:01.887Z] v2.0.0-dev.2 [2021-03-25T03:10:01.887Z] v2.0.0-dev.20 [2021-03-25T03:10:01.887Z] v2.0.0-dev.21 [2021-03-25T03:10:01.887Z] v2.0.0-dev.22 [2021-03-25T03:10:01.887Z] v2.0.0-dev.3 [2021-03-25T03:10:01.887Z] v2.0.0-dev.4 [2021-03-25T03:10:01.887Z] v2.0.0-dev.5 [2021-03-25T03:10:01.887Z] v2.0.0-dev.6 [2021-03-25T03:10:01.887Z] v2.0.0-dev.7 [2021-03-25T03:10:01.887Z] v2.0.0-dev.8 [2021-03-25T03:10:01.887Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-25T03:10:02.572Z] + lftools sign git-tag v2.0.0-dev.22 [2021-03-25T03:10:05.262Z] Signing Git tag with Sigul... [2021-03-25T03:10:05.262Z] Signing v2.0.0-dev.22 [Pipeline] echo [2021-03-25T03:10:06.687Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:10:07.005Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-25T03:10:07.041Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-25T03:10:07.154Z] $ docker stop --time=1 b805e01d7bc58281253408c543d0d777c8fb7b10d03a516a3a8969701104f1e8 [2021-03-25T03:10:09.434Z] $ docker rm -f b805e01d7bc58281253408c543d0d777c8fb7b10d03a516a3a8969701104f1e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:10:10.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T03:10:10.557Z] . [Pipeline] withDockerContainer [2021-03-25T03:10:10.869Z] prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container [2021-03-25T03:10:10.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-25T03:10:12.693Z] $ docker top 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T03:10:13.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T03:10:13.168Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T03:10:13.650Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T03:10:13.654Z] $ docker exec 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 ssh-agent [2021-03-25T03:10:14.133Z] SSH_AUTH_SOCK=/tmp/ssh-Xk1emJniO1x0/agent.11 [2021-03-25T03:10:14.133Z] SSH_AGENT_PID=17 [2021-03-25T03:10:14.147Z] Running ssh-add (command line suppressed) [2021-03-25T03:10:14.568Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1100545947908795475.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1100545947908795475.key) [2021-03-25T03:10:14.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T03:10:15.369Z] + git semver bump pre [2021-03-25T03:10:15.369Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T03:10:15.369Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-25T03:10:15.369Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-25T03:10:15.369Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T03:10:15.369Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T03:10:15.369Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T03:10:15.369Z] # $SEMVER_BRANCH = master [2021-03-25T03:10:15.369Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-03-25T03:10:15.369Z] 2.0.0-dev.23 [Pipeline] } [2021-03-25T03:10:15.396Z] $ docker exec --env ******** --env ******** 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 ssh-agent -k [2021-03-25T03:10:15.613Z] unset SSH_AUTH_SOCK; [2021-03-25T03:10:15.613Z] unset SSH_AGENT_PID; [2021-03-25T03:10:15.613Z] echo Agent pid 17 killed; [2021-03-25T03:10:15.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T03:10:17.605Z] + git semver [Pipeline] } [2021-03-25T03:10:18.061Z] $ docker stop --time=1 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 [2021-03-25T03:10:20.679Z] $ docker rm -f 6cf7e5650f522cfd6de05fdbedaf3dcc6956ff4d0f3f8a3a2d68585c4a53b862 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:10:21.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T03:10:22.181Z] . [Pipeline] withDockerContainer [2021-03-25T03:10:22.739Z] prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container [2021-03-25T03:10:22.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-25T03:10:25.389Z] $ docker top 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T03:10:25.988Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T03:10:25.988Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T03:10:26.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T03:10:26.253Z] $ docker exec 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 ssh-agent [2021-03-25T03:10:26.541Z] SSH_AUTH_SOCK=/tmp/ssh-GHgmXXwR0ecH/agent.12 [2021-03-25T03:10:26.541Z] SSH_AGENT_PID=18 [2021-03-25T03:10:26.553Z] Running ssh-add (command line suppressed) [2021-03-25T03:10:26.742Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2863853059776578331.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2863853059776578331.key) [2021-03-25T03:10:26.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T03:10:27.178Z] + git semver push [2021-03-25T03:10:27.179Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T03:10:27.179Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-03-25T03:10:27.179Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-25T03:10:27.179Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T03:10:27.179Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T03:10:27.179Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T03:10:27.179Z] # $SEMVER_BRANCH = master [2021-03-25T03:10:27.179Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-03-25T03:10:31.455Z] $ docker exec --env ******** --env ******** 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 ssh-agent -k [2021-03-25T03:10:31.679Z] unset SSH_AUTH_SOCK; [2021-03-25T03:10:31.682Z] unset SSH_AGENT_PID; [2021-03-25T03:10:31.682Z] echo Agent pid 18 killed; [2021-03-25T03:10:31.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T03:10:32.291Z] + git semver [Pipeline] } [2021-03-25T03:10:32.312Z] $ docker stop --time=1 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 [2021-03-25T03:10:34.005Z] $ docker rm -f 7d265b7f9d784122da154dca0ca81b9fff4b87e2d9193b7c8d7162cb3b4420c8 [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-25T03:10:35.639Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:10:37.996Z] ---> package-listing.sh [2021-03-25T03:10:37.996Z] ++ facter osfamily [2021-03-25T03:10:37.996Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T03:10:38.260Z] + OS_FAMILY=redhat [2021-03-25T03:10:38.260Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-03-25T03:10:38.260Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T03:10:38.260Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T03:10:38.260Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T03:10:38.260Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T03:10:38.260Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-03-25T03:10:38.260Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T03:10:38.260Z] + case "${OS_FAMILY}" in [2021-03-25T03:10:38.260Z] + rpm -qa [2021-03-25T03:10:38.260Z] + sort [2021-03-25T03:10:48.463Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T03:10:48.463Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T03:10:48.463Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T03:10:48.463Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-03-25T03:10:48.463Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-03-25T03:10:48.463Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2021-03-25T03:10:48.488Z] 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/xfoundry_go-mod-bootstrap_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-25T03:10:48.802Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:10:49.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T03:10:49.730Z] [2021-03-25T03:10:49.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T03:10:50.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T03:10:50.408Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T03:10:50.408Z] df20fa9351a1: Pulling fs layer [2021-03-25T03:10:50.408Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T03:10:50.408Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T03:10:50.408Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T03:10:50.408Z] 93b61091891f: Pulling fs layer [2021-03-25T03:10:50.408Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T03:10:50.408Z] 5e14af77c1be: Pulling fs layer [2021-03-25T03:10:50.408Z] 01666e4c0597: Pulling fs layer [2021-03-25T03:10:50.408Z] aa168da1d23b: Pulling fs layer [2021-03-25T03:10:50.408Z] 93b9cdb0e59b: Waiting [2021-03-25T03:10:50.408Z] 5e14af77c1be: Waiting [2021-03-25T03:10:50.408Z] 01666e4c0597: Waiting [2021-03-25T03:10:50.408Z] aa168da1d23b: Waiting [2021-03-25T03:10:50.408Z] 46f8f816bc3b: Waiting [2021-03-25T03:10:50.408Z] 93b61091891f: Waiting [2021-03-25T03:10:50.408Z] 36b3adc4ff6f: Verifying Checksum [2021-03-25T03:10:50.408Z] 36b3adc4ff6f: Download complete [2021-03-25T03:10:50.408Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T03:10:50.408Z] 46f8f816bc3b: Download complete [2021-03-25T03:10:50.408Z] df20fa9351a1: Verifying Checksum [2021-03-25T03:10:50.408Z] df20fa9351a1: Download complete [2021-03-25T03:10:50.408Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T03:10:50.408Z] 93b9cdb0e59b: Download complete [2021-03-25T03:10:50.408Z] 5e14af77c1be: Verifying Checksum [2021-03-25T03:10:50.408Z] 5e14af77c1be: Download complete [2021-03-25T03:10:50.724Z] 01666e4c0597: Verifying Checksum [2021-03-25T03:10:50.724Z] 01666e4c0597: Download complete [2021-03-25T03:10:50.724Z] 93b61091891f: Verifying Checksum [2021-03-25T03:10:50.724Z] 93b61091891f: Download complete [2021-03-25T03:10:51.379Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T03:10:51.379Z] 8ad3a11d3b57: Download complete [2021-03-25T03:10:51.670Z] df20fa9351a1: Pull complete [2021-03-25T03:10:52.266Z] 36b3adc4ff6f: Pull complete [2021-03-25T03:10:53.724Z] 8ad3a11d3b57: Pull complete [2021-03-25T03:10:54.009Z] 46f8f816bc3b: Pull complete [2021-03-25T03:10:54.706Z] aa168da1d23b: Verifying Checksum [2021-03-25T03:10:54.706Z] aa168da1d23b: Download complete [2021-03-25T03:10:55.093Z] 93b61091891f: Pull complete [2021-03-25T03:10:55.093Z] 93b9cdb0e59b: Pull complete [2021-03-25T03:10:55.562Z] 5e14af77c1be: Pull complete [2021-03-25T03:10:56.189Z] 01666e4c0597: Pull complete [2021-03-25T03:11:19.008Z] aa168da1d23b: Pull complete [2021-03-25T03:11:19.008Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T03:11:19.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T03:11:19.008Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T03:11:19.565Z] prd-centos7-docker-4c-2g-31302 does not seem to be running inside a container [2021-03-25T03:11:19.697Z] $ 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-25T03:11:23.892Z] $ docker top c85b27dff0481a1c6078997e78bf19c29fe26a15ac8684b386242bf5a150d27b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T03:11:24.712Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T03:11:25.037Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T03:11:25.723Z] + ls /var/log/sa-host [2021-03-25T03:11:25.723Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T03:11:25.723Z] file_magic: OK [2021-03-25T03:11:25.723Z] HZ: Using current value: 100 [2021-03-25T03:11:25.723Z] file_header: OK [2021-03-25T03:11:25.723Z] 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-25T03:11:25.723Z] Statistics: [2021-03-25T03:11:25.723Z] Hnuu...uuuununununu... [2021-03-25T03:11:25.723Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T03:11:25.723Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T03:11:25.723Z] file_magic: OK [2021-03-25T03:11:25.723Z] HZ: Using current value: 100 [2021-03-25T03:11:25.723Z] file_header: OK [2021-03-25T03:11:25.723Z] 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-25T03:11:25.723Z] Statistics: [2021-03-25T03:11:25.723Z] 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-25T03:11:25.723Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T03:11:26.579Z] provisioning config files... [2021-03-25T03:11:26.618Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1071974094803412730tmp [Pipeline] { [Pipeline] echo [2021-03-25T03:11:26.713Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:11:27.031Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T03:11:27.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T03:11:27.152Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:11:27.472Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T03:11:27.486Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:11:27.799Z] ---> sudo-logs.sh [2021-03-25T03:11:27.799Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T03:11:27.880Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:11:28.193Z] ---> job-cost.sh [2021-03-25T03:11:28.193Z] lf-activate-venv: SKIPPING [2021-03-25T03:11:28.193Z] DEBUG: total: 0.029999999329447746 [2021-03-25T03:11:28.193Z] INFO: Retrieving Stack Cost... [2021-03-25T03:11:29.625Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T03:11:29.894Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T03:11:29.913Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T03:11:30.763Z] ---> logs-deploy.sh [2021-03-25T03:11:30.763Z] lf-activate-venv: SKIPPING [2021-03-25T03:11:30.763Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/98 [2021-03-25T03:11:30.763Z] INFO: archiving workspace using pattern(s): [2021-03-25T03:11:34.224Z] Archives upload complete. [2021-03-25T03:11:34.224Z] INFO: archiving logs to Nexus [2021-03-25T03:11:35.662Z] ---> uname -a: [2021-03-25T03:11:35.662Z] Linux prd-centos7-docker-4c-2g-31302.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-25T03:11:35.662Z] [2021-03-25T03:11:35.662Z] [2021-03-25T03:11:35.662Z] ---> lscpu: [2021-03-25T03:11:35.662Z] Architecture: x86_64 [2021-03-25T03:11:35.662Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T03:11:35.662Z] Byte Order: Little Endian [2021-03-25T03:11:35.662Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T03:11:35.662Z] CPU(s): 4 [2021-03-25T03:11:35.662Z] On-line CPU(s) list: 0-3 [2021-03-25T03:11:35.662Z] Thread(s) per core: 1 [2021-03-25T03:11:35.662Z] Core(s) per socket: 1 [2021-03-25T03:11:35.662Z] Socket(s): 4 [2021-03-25T03:11:35.662Z] NUMA node(s): 1 [2021-03-25T03:11:35.662Z] Vendor ID: GenuineIntel [2021-03-25T03:11:35.662Z] CPU family: 6 [2021-03-25T03:11:35.662Z] Model: 44 [2021-03-25T03:11:35.662Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T03:11:35.662Z] Stepping: 1 [2021-03-25T03:11:35.662Z] CPU MHz: 2933.438 [2021-03-25T03:11:35.662Z] BogoMIPS: 5866.87 [2021-03-25T03:11:35.662Z] Virtualization: VT-x [2021-03-25T03:11:35.662Z] Hypervisor vendor: KVM [2021-03-25T03:11:35.662Z] Virtualization type: full [2021-03-25T03:11:35.662Z] L1d cache: 128 KiB [2021-03-25T03:11:35.662Z] L1i cache: 128 KiB [2021-03-25T03:11:35.662Z] L2 cache: 16 MiB [2021-03-25T03:11:35.662Z] L3 cache: 64 MiB [2021-03-25T03:11:35.662Z] NUMA node0 CPU(s): 0-3 [2021-03-25T03:11:35.662Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T03:11:35.662Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T03:11:35.662Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T03:11:35.662Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T03:11:35.662Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T03:11:35.662Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T03:11:35.662Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T03:11:35.662Z] Vulnerability Srbds: Not affected [2021-03-25T03:11:35.662Z] Vulnerability Tsx async abort: Not affected [2021-03-25T03:11:35.663Z] 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-25T03:11:35.663Z] [2021-03-25T03:11:35.663Z]