Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c8474c5291f77ead5221a5cac9d25e1334fb9abb 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2057 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 > 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 Checking out Revision c8474c5291f77ead5221a5cac9d25e1334fb9abb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" > git rev-list --no-walk a758ab2e4b8192d54c9d580a5110ea307f4931cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T16:33:45.423Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T16:33:45.516Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T16:33:45.548Z] ========================================================= [2021-04-27T16:33:45.549Z] EdgeX Global Pipelines Version Info [2021-04-27T16:33:45.549Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:33:47.051Z] ------------------- [2021-04-27T16:33:47.051Z] stable info: [2021-04-27T16:33:47.051Z] ------------------- [2021-04-27T16:33:47.051Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T16:33:47.051Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T16:33:47.051Z] Message: update stable to v1.0.186 [2021-04-27T16:33:47.995Z] ------------------- [2021-04-27T16:33:47.995Z] experimental info: [2021-04-27T16:33:47.995Z] ------------------- [2021-04-27T16:33:47.995Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T16:33:47.995Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T16:33:47.995Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T16:33:48.118Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-04-27T16:33:48.142Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-04-27T16:33:48.174Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T16:33:48.223Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T16:33:48.248Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T16:33:48.284Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T16:33:48.308Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T16:33:48.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T16:33:48.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-27T16:33:48.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T16:33:48.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T16:33:48.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-04-27T16:33:48.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T16:33:48.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T16:33:48.514Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:33:48.542Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:33:48.566Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:33:48.590Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-27T16:33:48.615Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T16:33:48.639Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-27T16:33:48.662Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-27T16:33:48.687Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-27T16:33:48.711Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-27T16:33:48.734Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-27T16:33:48.758Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-27T16:33:48.782Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T16:33:48.806Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-27T16:33:48.829Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-27T16:33:48.853Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-27T16:33:48.878Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] echo [2021-04-27T16:33:48.903Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8474c5 [Pipeline] echo [2021-04-27T16:33:48.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:33:49.356Z] + git log --format=format:%s -1 c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] echo [2021-04-27T16:33:49.428Z] GIT_COMMIT: c8474c5291f77ead5221a5cac9d25e1334fb9abb, Commit Message: Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5 [Pipeline] echo [2021-04-27T16:33:49.442Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:33:50.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:33:50.650Z] [2021-04-27T16:33:50.650Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:33:50.969Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:33:50.969Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T16:33:50.969Z] 31603596830f: Pulling fs layer [2021-04-27T16:33:50.969Z] 2a8b12db71e7: Pulling fs layer [2021-04-27T16:33:50.969Z] 6ca5941a6612: Pulling fs layer [2021-04-27T16:33:50.969Z] ecc8261a40a4: Pulling fs layer [2021-04-27T16:33:50.969Z] 2a8b12db71e7: Verifying Checksum [2021-04-27T16:33:50.969Z] 2a8b12db71e7: Download complete [2021-04-27T16:33:51.231Z] 31603596830f: Verifying Checksum [2021-04-27T16:33:51.231Z] 31603596830f: Download complete [2021-04-27T16:33:51.231Z] ecc8261a40a4: Verifying Checksum [2021-04-27T16:33:51.231Z] 6ca5941a6612: Verifying Checksum [2021-04-27T16:33:51.231Z] 6ca5941a6612: Download complete [2021-04-27T16:33:51.495Z] 31603596830f: Pull complete [2021-04-27T16:33:51.756Z] 2a8b12db71e7: Pull complete [2021-04-27T16:33:52.331Z] 6ca5941a6612: Pull complete [2021-04-27T16:33:52.595Z] ecc8261a40a4: Pull complete [2021-04-27T16:33:52.595Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-27T16:33:52.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:33:52.858Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T16:33:53.005Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-04-27T16:33:53.054Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:33:54.875Z] $ docker top 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:33:55.014Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:33:55.014Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:33:55.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:33:55.238Z] $ docker exec 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent [2021-04-27T16:33:55.402Z] SSH_AUTH_SOCK=/tmp/ssh-GcN1SZJc0bIP/agent.11 [2021-04-27T16:33:55.402Z] SSH_AGENT_PID=16 [2021-04-27T16:33:55.412Z] Running ssh-add (command line suppressed) [2021-04-27T16:33:55.538Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_412274233366803557.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_412274233366803557.key) [2021-04-27T16:33:55.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:33:55.888Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T16:33:55.907Z] $ docker exec --env ******** --env ******** 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent -k [2021-04-27T16:33:56.015Z] unset SSH_AUTH_SOCK; [2021-04-27T16:33:56.015Z] unset SSH_AGENT_PID; [2021-04-27T16:33:56.015Z] echo Agent pid 16 killed; [2021-04-27T16:33:56.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T16:33:56.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:33:56.098Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:33:56.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:33:56.263Z] $ docker exec 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent [2021-04-27T16:33:56.421Z] SSH_AUTH_SOCK=/tmp/ssh-gEhW1ycUJiuS/agent.45 [2021-04-27T16:33:56.421Z] SSH_AGENT_PID=50 [2021-04-27T16:33:56.428Z] Running ssh-add (command line suppressed) [2021-04-27T16:33:56.545Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3218969591767865488.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3218969591767865488.key) [2021-04-27T16:33:56.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:33:56.892Z] + git semver init [2021-04-27T16:33:56.892Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:33:56.892Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-04-27T16:33:56.892Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-04-27T16:33:56.892Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:33:56.892Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:33:56.892Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:33:56.892Z] # $SEMVER_BRANCH = master [2021-04-27T16:33:56.892Z] # $SEMVER_TEMP = /tmp/semver-749050882 [2021-04-27T16:33:56.892Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-04-27T16:33:57.465Z] # '/tmp/semver-749050882' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-04-27T16:33:57.465Z] # -> Force: false [2021-04-27T16:33:57.465Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-04-27T16:33:57.478Z] $ docker exec --env ******** --env ******** 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e ssh-agent -k [2021-04-27T16:33:57.605Z] unset SSH_AUTH_SOCK; [2021-04-27T16:33:57.606Z] unset SSH_AGENT_PID; [2021-04-27T16:33:57.606Z] echo Agent pid 50 killed; [2021-04-27T16:33:57.652Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:33:57.991Z] + git semver [Pipeline] } [2021-04-27T16:33:58.012Z] $ docker stop --time=1 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e [2021-04-27T16:34:00.004Z] $ docker rm -f 42a7f2115de7a8b41cb6d4ae8800b83afce0de7ad54f828e2dd518d88344747e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:34:00.406Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T16:34:00.737Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T16:34:00.740Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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-04-27T16:34:15.924Z] Still waiting to schedule task [2021-04-27T16:34:15.924Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-27T16:34:15.927Z] Still waiting to schedule task [2021-04-27T16:34:15.927Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-27T16:35:39.732Z] Running on prd-centos7-docker-4c-2g-2059 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-04-27T16:35:39.750Z] Running in /w/workspace/go-mod-bootstrap/117 [Pipeline] { [Pipeline] checkout [2021-04-27T16:35:42.499Z] using credential edgex-jenkins-ssh [2021-04-27T16:35:42.518Z] Cloning the remote Git repository [2021-04-27T16:35:42.309Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:35:42.383Z] > git init /w/workspace/go-mod-bootstrap/117 # timeout=10 [2021-04-27T16:35:42.451Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:35:42.452Z] > git --version # timeout=10 [2021-04-27T16:35:42.459Z] > git --version # 'git version 2.24.3' [2021-04-27T16:35:42.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:35:42.486Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:35:43.786Z] Checking out Revision c8474c5291f77ead5221a5cac9d25e1334fb9abb (master) [2021-04-27T16:35:43.184Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:35:43.192Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:35:43.208Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:35:43.225Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:35:43.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:35:43.231Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T16:35:43.667Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:35:43.673Z] > git checkout -f c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 [2021-04-27T16:35:47.391Z] Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:35:48.439Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:35:48.777Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:35:49.079Z] + sudo service docker restart [2021-04-27T16:35:49.079Z] + true [2021-04-27T16:35:49.079Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-27T16:35:50.173Z] ========================================================= [2021-04-27T16:35:50.173Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T16:35:50.173Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:35:50.502Z] + 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-04-27T16:35:51.080Z] Sending build context to Docker daemon 853.5kB [2021-04-27T16:35:51.080Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-04-27T16:35:51.080Z] Step 2/8 : FROM ${BASE} [2021-04-27T16:35:51.080Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T16:35:51.080Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T16:35:51.080Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T16:35:51.080Z] de9db76c5a1d: Pulling fs layer [2021-04-27T16:35:51.080Z] bca2f99d35d6: Pulling fs layer [2021-04-27T16:35:51.080Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T16:35:51.080Z] 7c6f9722023f: Pulling fs layer [2021-04-27T16:35:51.080Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T16:35:51.080Z] 93359f2a8cfa: Waiting [2021-04-27T16:35:51.080Z] 7c6f9722023f: Waiting [2021-04-27T16:35:51.080Z] a35cf1a2eb13: Waiting [2021-04-27T16:35:51.080Z] bca2f99d35d6: Waiting [2021-04-27T16:35:51.080Z] de9db76c5a1d: Verifying Checksum [2021-04-27T16:35:51.080Z] de9db76c5a1d: Download complete [2021-04-27T16:35:51.080Z] 0ef7d3d256c8: Download complete [2021-04-27T16:35:51.080Z] 93359f2a8cfa: Download complete [2021-04-27T16:35:51.080Z] 7c6f9722023f: Verifying Checksum [2021-04-27T16:35:51.080Z] 7c6f9722023f: Download complete [2021-04-27T16:35:51.345Z] 188c0c94c7c5: Verifying Checksum [2021-04-27T16:35:51.345Z] 188c0c94c7c5: Download complete [2021-04-27T16:35:51.609Z] 188c0c94c7c5: Pull complete [2021-04-27T16:35:51.609Z] 0ef7d3d256c8: Pull complete [2021-04-27T16:35:51.875Z] de9db76c5a1d: Pull complete [2021-04-27T16:35:52.829Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T16:35:52.829Z] a35cf1a2eb13: Download complete [2021-04-27T16:35:53.775Z] bca2f99d35d6: Verifying Checksum [2021-04-27T16:35:53.775Z] bca2f99d35d6: Download complete [2021-04-27T16:35:59.106Z] bca2f99d35d6: Pull complete [2021-04-27T16:35:59.106Z] 93359f2a8cfa: Pull complete [2021-04-27T16:35:59.106Z] 7c6f9722023f: Pull complete [2021-04-27T16:36:04.445Z] a35cf1a2eb13: Pull complete [2021-04-27T16:36:04.445Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T16:36:04.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T16:36:04.445Z] ---> a62c8e92a672 [2021-04-27T16:36:04.445Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T16:36:04.445Z] ---> Running in bd45c4434bd8 [2021-04-27T16:36:04.709Z] Removing intermediate container bd45c4434bd8 [2021-04-27T16:36:04.709Z] ---> b02ce55a8e2f [2021-04-27T16:36:04.709Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T16:36:04.709Z] ---> Running in 1e4b18c52fdb [2021-04-27T16:36:05.664Z] Removing intermediate container 1e4b18c52fdb [2021-04-27T16:36:05.664Z] ---> 7429815bf812 [2021-04-27T16:36:05.664Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-04-27T16:36:05.932Z] ---> Running in 23ff5b7372c2 [2021-04-27T16:36:06.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T16:36:07.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T16:36:07.403Z] OK: 166 MiB in 39 packages [2021-04-27T16:36:07.982Z] Removing intermediate container 23ff5b7372c2 [2021-04-27T16:36:07.982Z] ---> 9f42721efbf6 [2021-04-27T16:36:07.982Z] Step 6/8 : WORKDIR /build [2021-04-27T16:36:08.247Z] ---> Running in 6f79683b10d7 [2021-04-27T16:36:08.247Z] Removing intermediate container 6f79683b10d7 [2021-04-27T16:36:08.247Z] ---> d8f286f6866e [2021-04-27T16:36:08.247Z] Step 7/8 : COPY go.mod . [2021-04-27T16:36:08.511Z] ---> a97bf8e44af2 [2021-04-27T16:36:08.511Z] Step 8/8 : RUN go mod download [2021-04-27T16:36:08.781Z] ---> Running in 9da014403223 [2021-04-27T16:36:30.818Z] Removing intermediate container 9da014403223 [2021-04-27T16:36:30.818Z] ---> 8bfdd7a34933 [2021-04-27T16:36:30.818Z] Successfully built 8bfdd7a34933 [2021-04-27T16:36:30.818Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:36:31.142Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T16:36:31.142Z] . [Pipeline] withDockerContainer [2021-04-27T16:36:31.273Z] prd-centos7-docker-4c-2g-2059 does not seem to be running inside a container [2021-04-27T16:36:31.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@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-x86_64 cat [2021-04-27T16:36:32.219Z] $ docker top a85625c2121b710c3230b0abb0be8cf2b182c2a93f99c498458247e06cf2bcba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:36:32.670Z] + go version [2021-04-27T16:36:32.671Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T16:36:32.696Z] $ docker stop --time=1 a85625c2121b710c3230b0abb0be8cf2b182c2a93f99c498458247e06cf2bcba [2021-04-27T16:36:34.392Z] $ docker rm -f a85625c2121b710c3230b0abb0be8cf2b182c2a93f99c498458247e06cf2bcba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:36:34.893Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T16:36:34.894Z] . [Pipeline] withDockerContainer [2021-04-27T16:36:35.000Z] prd-centos7-docker-4c-2g-2059 does not seem to be running inside a container [2021-04-27T16:36:35.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@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-x86_64 cat [2021-04-27T16:36:35.769Z] $ docker top 8467cb063cdfef4f51770d17822694f8c904d1556714e778ae86a669376689e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:36:36.240Z] + make test [2021-04-27T16:36:36.240Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-27T16:36:48.621Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-04-27T16:36:48.621Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.014s coverage: 5.4% of statements [2021-04-27T16:36:48.621Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-04-27T16:36:48.621Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.017s coverage: 92.2% of statements [2021-04-27T16:36:48.621Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.024s coverage: 85.3% of statements [2021-04-27T16:36:48.621Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-04-27T16:36:48.621Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-04-27T16:36:48.621Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-04-27T16:36:49.210Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.014s coverage: 26.7% of statements [2021-04-27T16:36:49.731Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2060 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-04-27T16:36:49.764Z] Running in /w/workspace/go-mod-bootstrap/117 [Pipeline] { [Pipeline] checkout [2021-04-27T16:36:52.528Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.022s coverage: 90.7% of statements [2021-04-27T16:36:52.528Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-04-27T16:36:52.528Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-04-27T16:36:52.528Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements [2021-04-27T16:36:52.528Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-04-27T16:36:52.794Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-27T16:36:54.996Z] using credential edgex-jenkins-ssh [2021-04-27T16:36:55.013Z] Cloning the remote Git repository [2021-04-27T16:36:55.368Z] gofmt -l . [2021-04-27T16:36:55.369Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-27T16:36:55.388Z] $ docker stop --time=1 8467cb063cdfef4f51770d17822694f8c904d1556714e778ae86a669376689e5 [2021-04-27T16:36:55.056Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:36:55.153Z] > git init /w/workspace/go-mod-bootstrap/117 # timeout=10 [2021-04-27T16:36:55.294Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:36:55.296Z] > git --version # timeout=10 [2021-04-27T16:36:55.342Z] > git --version # 'git version 2.17.1' [2021-04-27T16:36:55.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:36:55.412Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:36:56.880Z] Checking out Revision c8474c5291f77ead5221a5cac9d25e1334fb9abb (master) [2021-04-27T16:36:56.292Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:36:56.310Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T16:36:56.340Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-04-27T16:36:56.370Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-04-27T16:36:56.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T16:36:56.383Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T16:36:56.896Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T16:36:56.911Z] > git checkout -f c8474c5291f77ead5221a5cac9d25e1334fb9abb # timeout=10 [2021-04-27T16:36:57.909Z] $ docker rm -f 8467cb063cdfef4f51770d17822694f8c904d1556714e778ae86a669376689e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:36:58.435Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T16:36:58.839Z] 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-04-27T16:36:59.658Z] ---> job-cost.sh [2021-04-27T16:36:59.658Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BRCm [2021-04-27T16:37:01.130Z] Commit message: "Merge pull request #220 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.5" [2021-04-27T16:37:01.453Z] [2021-04-27T16:37:01.453Z] GitHub has been notified of this commit’s build result [2021-04-27T16:37:01.453Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T16:37:02.431Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:37:02.843Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T16:37:03.189Z] + sudo service docker restart [2021-04-27T16:37:03.190Z] + true [Pipeline] unstash [Pipeline] echo [2021-04-27T16:37:06.091Z] ========================================================= [2021-04-27T16:37:06.091Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-27T16:37:06.091Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:37:06.438Z] + 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-04-27T16:37:07.426Z] Sending build context to Docker daemon 852kB [2021-04-27T16:37:07.426Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-04-27T16:37:07.426Z] Step 2/8 : FROM ${BASE} [2021-04-27T16:37:07.701Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-27T16:37:07.701Z] 5f621e34cdf4: Pulling fs layer [2021-04-27T16:37:07.701Z] a4357932f1b6: Pulling fs layer [2021-04-27T16:37:07.701Z] 18c013af1878: Pulling fs layer [2021-04-27T16:37:07.701Z] 00ac8860ef70: Pulling fs layer [2021-04-27T16:37:07.701Z] 63d7cb157983: Pulling fs layer [2021-04-27T16:37:07.701Z] b116817d02f9: Pulling fs layer [2021-04-27T16:37:07.701Z] 745a02a5169b: Pulling fs layer [2021-04-27T16:37:07.701Z] 00ac8860ef70: Waiting [2021-04-27T16:37:07.701Z] 63d7cb157983: Waiting [2021-04-27T16:37:07.701Z] b116817d02f9: Waiting [2021-04-27T16:37:07.701Z] 745a02a5169b: Waiting [2021-04-27T16:37:07.701Z] 18c013af1878: Verifying Checksum [2021-04-27T16:37:07.701Z] 18c013af1878: Download complete [2021-04-27T16:37:07.701Z] a4357932f1b6: Download complete [2021-04-27T16:37:07.701Z] 63d7cb157983: Verifying Checksum [2021-04-27T16:37:07.701Z] 63d7cb157983: Download complete [2021-04-27T16:37:07.701Z] b116817d02f9: Verifying Checksum [2021-04-27T16:37:07.701Z] b116817d02f9: Download complete [2021-04-27T16:37:07.977Z] 5f621e34cdf4: Download complete [2021-04-27T16:37:08.579Z] 5f621e34cdf4: Pull complete [2021-04-27T16:37:08.857Z] a4357932f1b6: Pull complete [2021-04-27T16:37:09.454Z] 18c013af1878: Pull complete [2021-04-27T16:37:10.053Z] 745a02a5169b: Verifying Checksum [2021-04-27T16:37:10.054Z] 745a02a5169b: Download complete [2021-04-27T16:37:11.495Z] 00ac8860ef70: Verifying Checksum [2021-04-27T16:37:11.495Z] 00ac8860ef70: Download complete [2021-04-27T16:37:17.851Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T16:37:21.690Z] 00ac8860ef70: Pull complete [2021-04-27T16:37:21.690Z] 63d7cb157983: Pull complete [2021-04-27T16:37:21.690Z] b116817d02f9: Pull complete [2021-04-27T16:37:25.100Z] 745a02a5169b: Pull complete [2021-04-27T16:37:25.100Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-27T16:37:25.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-27T16:37:25.100Z] ---> b7e6874047d6 [2021-04-27T16:37:25.100Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-27T16:37:28.502Z] ---> Running in 867a6d091a91 [2021-04-27T16:37:28.503Z] Removing intermediate container 867a6d091a91 [2021-04-27T16:37:28.503Z] ---> a64bcf5f673f [2021-04-27T16:37:28.503Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T16:37:28.775Z] ---> Running in 02e38b3b707f [2021-04-27T16:37:31.394Z] Removing intermediate container 02e38b3b707f [2021-04-27T16:37:31.394Z] ---> 36c781a71d38 [2021-04-27T16:37:31.394Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-04-27T16:37:31.394Z] ---> Running in d04eb05c1603 [2021-04-27T16:37:32.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T16:37:32.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T16:37:33.958Z] OK: 142 MiB in 39 packages [2021-04-27T16:37:34.944Z] Removing intermediate container d04eb05c1603 [2021-04-27T16:37:34.944Z] ---> 4ca4675f4d8e [2021-04-27T16:37:34.944Z] Step 6/8 : WORKDIR /build [2021-04-27T16:37:34.944Z] ---> Running in 012b8376500d [2021-04-27T16:37:35.539Z] Removing intermediate container 012b8376500d [2021-04-27T16:37:35.539Z] ---> b8d3deee5758 [2021-04-27T16:37:35.539Z] Step 7/8 : COPY go.mod . [2021-04-27T16:37:36.135Z] ---> 1df1a3217b5b [2021-04-27T16:37:36.135Z] Step 8/8 : RUN go mod download [2021-04-27T16:37:36.415Z] ---> Running in e6f680ab0e8b [2021-04-27T16:37:44.487Z] lf-activate-venv(): INFO: Adding /tmp/venv-BRCm/bin to PATH [2021-04-27T16:37:44.488Z] INFO: No Stack... [2021-04-27T16:37:44.488Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T16:37:44.488Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T16:37:44.804Z] + cat /w/workspace/go-mod-bootstrap/117/archives/cost.csv [2021-04-27T16:37:44.804Z] + cut -d, -f6 [Pipeline] lock [2021-04-27T16:37:44.886Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [2021-04-27T16:37:44.895Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] did not exist. Created. [2021-04-27T16:37:44.895Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T16:37:45.229Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-27T16:37:45.344Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T16:37:45.362Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T16:37:58.583Z] Removing intermediate container e6f680ab0e8b [2021-04-27T16:37:58.583Z] ---> 1cc5947fbe62 [2021-04-27T16:37:58.583Z] Successfully built 1cc5947fbe62 [2021-04-27T16:37:58.583Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:37:58.932Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T16:37:58.932Z] . [Pipeline] withDockerContainer [2021-04-27T16:37:59.180Z] prd-ubuntu18.04-docker-arm64-4c-16g-2060 does not seem to be running inside a container [2021-04-27T16:37:59.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@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-04-27T16:38:00.770Z] $ docker top b5f233f535a636a587ef469d691ae625fa1c9ae45f0d168d070e654fe954c287 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:38:01.711Z] + go version [2021-04-27T16:38:01.711Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-27T16:38:01.737Z] $ docker stop --time=1 b5f233f535a636a587ef469d691ae625fa1c9ae45f0d168d070e654fe954c287 [2021-04-27T16:38:03.737Z] $ docker rm -f b5f233f535a636a587ef469d691ae625fa1c9ae45f0d168d070e654fe954c287 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:38:04.458Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T16:38:04.459Z] . [Pipeline] withDockerContainer [2021-04-27T16:38:04.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-2060 does not seem to be running inside a container [2021-04-27T16:38:04.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/117 -v /w/workspace/go-mod-bootstrap/117:/w/workspace/go-mod-bootstrap/117:rw,z -v /w/workspace/go-mod-bootstrap/117@tmp:/w/workspace/go-mod-bootstrap/117@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-04-27T16:38:06.380Z] $ docker top ff923e7fee2e471e5c632821d9af1284f0877b5f8f4e195bd2934e9bf18b9c2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:38:07.334Z] + make test [2021-04-27T16:38:07.335Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-27T16:38:39.740Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-04-27T16:38:40.729Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.025s coverage: 5.4% of statements [2021-04-27T16:38:40.729Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-04-27T16:38:41.719Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.043s coverage: 92.2% of statements [2021-04-27T16:38:41.994Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.040s coverage: 85.3% of statements [2021-04-27T16:38:41.994Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] [2021-04-27T16:38:41.994Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-04-27T16:38:42.270Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-04-27T16:38:44.912Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.031s coverage: 26.7% of statements [2021-04-27T16:38:49.219Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.046s coverage: 90.7% of statements [2021-04-27T16:38:49.219Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-04-27T16:38:49.219Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-04-27T16:38:49.219Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements [2021-04-27T16:38:49.219Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-04-27T16:38:49.219Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-27T16:38:55.966Z] gofmt -l . [2021-04-27T16:38:55.966Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-27T16:38:55.991Z] $ docker stop --time=1 ff923e7fee2e471e5c632821d9af1284f0877b5f8f4e195bd2934e9bf18b9c2d [2021-04-27T16:38:58.341Z] $ docker rm -f ff923e7fee2e471e5c632821d9af1284f0877b5f8f4e195bd2934e9bf18b9c2d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T16:38:59.155Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-27T16:38:59.188Z] Warning: overwriting stash ‘coverage-report’ [2021-04-27T16:39:00.284Z] 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-04-27T16:39:00.839Z] ---> job-cost.sh [2021-04-27T16:39:00.839Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qpcC [2021-04-27T16:39:39.830Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T16:41:01.573Z] lf-activate-venv(): INFO: Adding /tmp/venv-qpcC/bin to PATH [2021-04-27T16:41:01.573Z] INFO: No Stack... [2021-04-27T16:41:01.573Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-27T16:41:01.573Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T16:41:01.921Z] + cut -d, -f6 [2021-04-27T16:41:01.921Z] + cat /w/workspace/go-mod-bootstrap/117/archives/cost.csv [Pipeline] lock [2021-04-27T16:41:02.034Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [2021-04-27T16:41:02.042Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] did not exist. Created. [2021-04-27T16:41:02.042Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-master-117-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T16:41:02.430Z] /w/workspace/go-mod-bootstrap/117@tmp/durable-b94e0e39/script.sh: 1: /w/workspace/go-mod-bootstrap/117@tmp/durable-b94e0e39/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-27T16:41:02.771Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-27T16:41:02.792Z] Warning: overwriting stash ‘stack-cost’ [2021-04-27T16:41:02.936Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T16:41:02.948Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-master-117-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-04-27T16:41:03.549Z] provisioning config files... [2021-04-27T16:41:03.564Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1451377063744416976tmp [Pipeline] { [Pipeline] sh [2021-04-27T16:41:03.898Z] + set +x [2021-04-27T16:41:03.898Z] + curl -s https://codecov.io/bash [2021-04-27T16:41:03.898Z] + bash -s -- [2021-04-27T16:41:04.162Z] [2021-04-27T16:41:04.162Z] _____ _ [2021-04-27T16:41:04.162Z] / ____| | | [2021-04-27T16:41:04.162Z] | | ___ __| | ___ ___ _____ __ [2021-04-27T16:41:04.162Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-27T16:41:04.162Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-27T16:41:04.162Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-27T16:41:04.162Z] Bash-1.0.2 [2021-04-27T16:41:04.162Z] [2021-04-27T16:41:04.162Z] [2021-04-27T16:41:04.162Z] ==> git version 2.24.3 found [2021-04-27T16:41:04.162Z] ==> 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-04-27T16:41:04.162Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-27T16:41:04.162Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-27T16:41:04.162Z] ==> Jenkins CI detected. [2021-04-27T16:41:04.162Z] project root: . [2021-04-27T16:41:04.162Z] --> token set from env [2021-04-27T16:41:04.162Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-27T16:41:04.162Z] ==> Running gcov in . (disable via -X gcov) [2021-04-27T16:41:04.162Z] ==> Python coveragepy not found [2021-04-27T16:41:04.162Z] ==> Searching for coverage reports in: [2021-04-27T16:41:04.162Z] + . [2021-04-27T16:41:04.162Z] -> Found 1 reports [2021-04-27T16:41:04.162Z] ==> Detecting git/mercurial file structure [2021-04-27T16:41:04.162Z] ==> Reading reports [2021-04-27T16:41:04.162Z] + ./coverage.out bytes=28856 [2021-04-27T16:41:04.162Z] ==> Appending adjustments [2021-04-27T16:41:04.162Z] https://docs.codecov.io/docs/fixing-reports [2021-04-27T16:41:04.425Z] + Found adjustments [2021-04-27T16:41:04.425Z] ==> Gzipping contents [2021-04-27T16:41:04.425Z] 8.0K /tmp/codecov.MRgjSH.gz [2021-04-27T16:41:04.425Z] ==> Uploading reports [2021-04-27T16:41:04.425Z] url: https://codecov.io [2021-04-27T16:41:04.425Z] query: branch=master&commit=c8474c5291f77ead5221a5cac9d25e1334fb9abb&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T16:41:04.425Z] -> Pinging Codecov [2021-04-27T16:41:04.425Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=c8474c5291f77ead5221a5cac9d25e1334fb9abb&build=117&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F117%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-27T16:41:05.003Z] -> Uploading to [2021-04-27T16:41:05.003Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-27/833815588EE85121546D348822E98E2E/c8474c5291f77ead5221a5cac9d25e1334fb9abb/7e12d169-2a6b-430e-ba22-d5f01f262454.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T164104Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3701ab7576019bcf69108c1a5cd9be8afa428134f73e4dc797359a8e329f1dcd [2021-04-27T16:41:05.003Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T16:41:05.003Z] Dload Upload Total Spent Left Speed [2021-04-27T16:41:05.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5499 0 0 100 5499 0 14161 --:--:-- --:--:-- --:--:-- 14136 [2021-04-27T16:41:05.530Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] } [2021-04-27T16:41:05.542Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-27T16:41:06.242Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-27T16:41:06.262Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:41:06.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T16:41:06.576Z] [2021-04-27T16:41:06.576Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:41:06.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T16:41:06.907Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-27T16:41:06.907Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T16:41:06.907Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T16:41:06.907Z] de9db76c5a1d: Pulling fs layer [2021-04-27T16:41:06.907Z] 0eba1c9be4d2: Pulling fs layer [2021-04-27T16:41:06.907Z] 0d57e429df01: Pulling fs layer [2021-04-27T16:41:06.907Z] 4e4be7b47b0d: Pulling fs layer [2021-04-27T16:41:06.907Z] e1f770b5df2f: Pulling fs layer [2021-04-27T16:41:06.907Z] 85a0685a4137: Pulling fs layer [2021-04-27T16:41:06.907Z] 0d57e429df01: Waiting [2021-04-27T16:41:06.907Z] 4e4be7b47b0d: Waiting [2021-04-27T16:41:06.907Z] e1f770b5df2f: Waiting [2021-04-27T16:41:06.907Z] 85a0685a4137: Waiting [2021-04-27T16:41:06.907Z] 0eba1c9be4d2: Waiting [2021-04-27T16:41:06.907Z] de9db76c5a1d: Verifying Checksum [2021-04-27T16:41:06.907Z] de9db76c5a1d: Download complete [2021-04-27T16:41:06.907Z] 0ef7d3d256c8: Verifying Checksum [2021-04-27T16:41:06.907Z] 0ef7d3d256c8: Download complete [2021-04-27T16:41:06.907Z] 0d57e429df01: Verifying Checksum [2021-04-27T16:41:06.907Z] 0d57e429df01: Download complete [2021-04-27T16:41:06.907Z] 4e4be7b47b0d: Verifying Checksum [2021-04-27T16:41:06.907Z] 4e4be7b47b0d: Download complete [2021-04-27T16:41:06.907Z] 188c0c94c7c5: Download complete [2021-04-27T16:41:07.491Z] 188c0c94c7c5: Pull complete [2021-04-27T16:41:07.759Z] 0ef7d3d256c8: Pull complete [2021-04-27T16:41:07.759Z] e1f770b5df2f: Verifying Checksum [2021-04-27T16:41:07.759Z] e1f770b5df2f: Download complete [2021-04-27T16:41:07.759Z] de9db76c5a1d: Pull complete [2021-04-27T16:41:09.835Z] 0eba1c9be4d2: Verifying Checksum [2021-04-27T16:41:09.835Z] 0eba1c9be4d2: Download complete [2021-04-27T16:41:10.535Z] 85a0685a4137: Verifying Checksum [2021-04-27T16:41:10.535Z] 85a0685a4137: Download complete [2021-04-27T16:41:15.890Z] 0eba1c9be4d2: Pull complete [2021-04-27T16:41:15.890Z] 0d57e429df01: Pull complete [2021-04-27T16:41:15.890Z] 4e4be7b47b0d: Pull complete [2021-04-27T16:41:17.818Z] e1f770b5df2f: Pull complete [2021-04-27T16:41:26.010Z] 85a0685a4137: Pull complete [2021-04-27T16:41:26.010Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-27T16:41:26.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-27T16:41:26.010Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-27T16:41:26.227Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-04-27T16:41:26.279Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-27T16:41:27.237Z] $ docker top 4bef40bf1a139377ec1cca54022641d26dbbe5c856a783478d191958b7037149 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-27T16:41:27.380Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-27T16:41:27.680Z] + set -o pipefail [2021-04-27T16:41:27.680Z] + snyk monitor '--org=edgex-jenkins' [2021-04-27T16:41:34.306Z] [2021-04-27T16:41:34.306Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-04-27T16:41:34.306Z] [2021-04-27T16:41:34.306Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/10803355-d4bf-4341-a5e0-5b7cffefce0d [2021-04-27T16:41:34.306Z] [2021-04-27T16:41:34.306Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-27T16:41:34.306Z] [2021-04-27T16:41:34.570Z] [Pipeline] } [2021-04-27T16:41:34.589Z] $ docker stop --time=1 4bef40bf1a139377ec1cca54022641d26dbbe5c856a783478d191958b7037149 [2021-04-27T16:41:37.820Z] $ docker rm -f 4bef40bf1a139377ec1cca54022641d26dbbe5c856a783478d191958b7037149 [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-04-27T16:41:38.927Z] + git log --format=format:%s -1 c8474c5291f77ead5221a5cac9d25e1334fb9abb [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:41:39.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:41:39.246Z] . [Pipeline] withDockerContainer [2021-04-27T16:41:39.354Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-04-27T16:41:39.404Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:41:40.154Z] $ docker top 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:41:40.308Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:41:40.308Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:41:40.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:41:40.528Z] $ docker exec 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f ssh-agent [2021-04-27T16:41:40.697Z] SSH_AUTH_SOCK=/tmp/ssh-pbK3RHpptWyY/agent.12 [2021-04-27T16:41:40.697Z] SSH_AGENT_PID=18 [2021-04-27T16:41:40.705Z] Running ssh-add (command line suppressed) [2021-04-27T16:41:40.836Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4369047384967332630.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4369047384967332630.key) [2021-04-27T16:41:40.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:41:41.212Z] + git semver tag [2021-04-27T16:41:41.213Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:41:41.213Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-04-27T16:41:41.213Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-04-27T16:41:41.213Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:41:41.213Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:41:41.213Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:41:41.213Z] # $SEMVER_BRANCH = master [2021-04-27T16:41:41.213Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-04-27T16:41:41.213Z] # c8474c5291f77ead5221a5cac9d25e1334fb9abb HEAD [2021-04-27T16:41:41.213Z] # -> Force: false [2021-04-27T16:41:41.213Z] # 2d451c15c26603e642ad82bb4ed3ec520a1c0e2f refs/tags/v2.0.0-dev.41 [Pipeline] } [2021-04-27T16:41:41.226Z] $ docker exec --env ******** --env ******** 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f ssh-agent -k [2021-04-27T16:41:41.352Z] unset SSH_AUTH_SOCK; [2021-04-27T16:41:41.353Z] unset SSH_AGENT_PID; [2021-04-27T16:41:41.353Z] echo Agent pid 18 killed; [2021-04-27T16:41:41.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:41:41.733Z] + git semver [Pipeline] } [2021-04-27T16:41:41.751Z] $ docker stop --time=1 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f [2021-04-27T16:41:43.115Z] $ docker rm -f 2c7307d57344bd575c6e41a7079e0de2737b5247fc27799c7f21c7e06db0958f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:41:43.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T16:41:43.635Z] [2021-04-27T16:41:43.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:41:43.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T16:41:43.960Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-27T16:41:43.960Z] ab5ef0e58194: Pulling fs layer [2021-04-27T16:41:43.960Z] 9712f1f96733: Pulling fs layer [2021-04-27T16:41:43.960Z] 63f879dbbcfc: Pulling fs layer [2021-04-27T16:41:43.960Z] 0d9ebad4ef96: Pulling fs layer [2021-04-27T16:41:43.960Z] e9a5061849ea: Pulling fs layer [2021-04-27T16:41:43.960Z] d747dcd14b5f: Pulling fs layer [2021-04-27T16:41:43.960Z] 2de7ff778b66: Pulling fs layer [2021-04-27T16:41:43.960Z] e9a5061849ea: Waiting [2021-04-27T16:41:43.960Z] d747dcd14b5f: Waiting [2021-04-27T16:41:43.960Z] 2de7ff778b66: Waiting [2021-04-27T16:41:43.960Z] 0d9ebad4ef96: Waiting [2021-04-27T16:41:43.960Z] 9712f1f96733: Verifying Checksum [2021-04-27T16:41:43.960Z] 9712f1f96733: Download complete [2021-04-27T16:41:45.894Z] 63f879dbbcfc: Verifying Checksum [2021-04-27T16:41:45.894Z] 63f879dbbcfc: Download complete [2021-04-27T16:41:45.894Z] e9a5061849ea: Download complete [2021-04-27T16:41:45.894Z] d747dcd14b5f: Verifying Checksum [2021-04-27T16:41:45.894Z] d747dcd14b5f: Download complete [2021-04-27T16:41:46.156Z] ab5ef0e58194: Verifying Checksum [2021-04-27T16:41:46.156Z] ab5ef0e58194: Download complete [2021-04-27T16:41:46.422Z] 2de7ff778b66: Verifying Checksum [2021-04-27T16:41:46.422Z] 2de7ff778b66: Download complete [2021-04-27T16:41:46.422Z] 0d9ebad4ef96: Verifying Checksum [2021-04-27T16:41:46.422Z] 0d9ebad4ef96: Download complete [2021-04-27T16:41:51.764Z] ab5ef0e58194: Pull complete [2021-04-27T16:41:51.764Z] 9712f1f96733: Pull complete [2021-04-27T16:41:54.325Z] 63f879dbbcfc: Pull complete [2021-04-27T16:42:00.965Z] 0d9ebad4ef96: Pull complete [2021-04-27T16:42:03.527Z] e9a5061849ea: Pull complete [2021-04-27T16:42:03.527Z] d747dcd14b5f: Pull complete [2021-04-27T16:42:04.931Z] 2de7ff778b66: Pull complete [2021-04-27T16:42:04.931Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-27T16:42:04.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-27T16:42:04.931Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-27T16:42:05.148Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-04-27T16:42:05.195Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-27T16:42:08.677Z] $ docker top 8a385d0e6c19e38f0ed88b010d2b37517dfa96fd971446bf465a0ce2bf59622b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-27T16:42:08.879Z] provisioning config files... [2021-04-27T16:42:08.891Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7068124104428621385tmp [2021-04-27T16:42:08.920Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4734008930561039618tmp [2021-04-27T16:42:08.938Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1730295338396500416tmp [Pipeline] { [Pipeline] echo [2021-04-27T16:42:08.962Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:09.269Z] ---> sigul-configuration.sh [2021-04-27T16:42:09.269Z] gpg: directory `/root/.gnupg' created [2021-04-27T16:42:09.269Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-27T16:42:09.269Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-27T16:42:09.269Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-27T16:42:09.269Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-27T16:42:09.269Z] gpg: CAST5 encrypted data [2021-04-27T16:42:09.531Z] gpg: encrypted with 1 passphrase [2021-04-27T16:42:09.531Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-27T16:42:09.832Z] + mkdir /home/jenkins [2021-04-27T16:42:09.832Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-27T16:42:10.145Z] + 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-04-27T16:42:10.158Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:10.457Z] ---> sigul-install.sh [2021-04-27T16:42:17.094Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-27T16:42:17.398Z] + git tag --list [2021-04-27T16:42:17.398Z] v0.0.1 [2021-04-27T16:42:17.398Z] v0.0.10 [2021-04-27T16:42:17.398Z] v0.0.11 [2021-04-27T16:42:17.398Z] v0.0.12 [2021-04-27T16:42:17.398Z] v0.0.13 [2021-04-27T16:42:17.398Z] v0.0.14 [2021-04-27T16:42:17.398Z] v0.0.15 [2021-04-27T16:42:17.398Z] v0.0.16 [2021-04-27T16:42:17.398Z] v0.0.17 [2021-04-27T16:42:17.398Z] v0.0.18 [2021-04-27T16:42:17.398Z] v0.0.19 [2021-04-27T16:42:17.398Z] v0.0.2 [2021-04-27T16:42:17.398Z] v0.0.20 [2021-04-27T16:42:17.398Z] v0.0.21 [2021-04-27T16:42:17.398Z] v0.0.22 [2021-04-27T16:42:17.398Z] v0.0.23 [2021-04-27T16:42:17.398Z] v0.0.24 [2021-04-27T16:42:17.398Z] v0.0.25 [2021-04-27T16:42:17.398Z] v0.0.26 [2021-04-27T16:42:17.398Z] v0.0.27 [2021-04-27T16:42:17.398Z] v0.0.28 [2021-04-27T16:42:17.398Z] v0.0.29 [2021-04-27T16:42:17.398Z] v0.0.3 [2021-04-27T16:42:17.398Z] v0.0.30 [2021-04-27T16:42:17.398Z] v0.0.31 [2021-04-27T16:42:17.398Z] v0.0.32 [2021-04-27T16:42:17.398Z] v0.0.33 [2021-04-27T16:42:17.398Z] v0.0.34 [2021-04-27T16:42:17.398Z] v0.0.35 [2021-04-27T16:42:17.398Z] v0.0.36 [2021-04-27T16:42:17.398Z] v0.0.37 [2021-04-27T16:42:17.398Z] v0.0.38 [2021-04-27T16:42:17.398Z] v0.0.39 [2021-04-27T16:42:17.398Z] v0.0.4 [2021-04-27T16:42:17.398Z] v0.0.40 [2021-04-27T16:42:17.398Z] v0.0.41 [2021-04-27T16:42:17.398Z] v0.0.42 [2021-04-27T16:42:17.398Z] v0.0.43 [2021-04-27T16:42:17.398Z] v0.0.44 [2021-04-27T16:42:17.398Z] v0.0.45 [2021-04-27T16:42:17.398Z] v0.0.46 [2021-04-27T16:42:17.398Z] v0.0.47 [2021-04-27T16:42:17.398Z] v0.0.48 [2021-04-27T16:42:17.398Z] v0.0.49 [2021-04-27T16:42:17.398Z] v0.0.5 [2021-04-27T16:42:17.398Z] v0.0.50 [2021-04-27T16:42:17.398Z] v0.0.51 [2021-04-27T16:42:17.398Z] v0.0.52 [2021-04-27T16:42:17.398Z] v0.0.53 [2021-04-27T16:42:17.398Z] v0.0.54 [2021-04-27T16:42:17.398Z] v0.0.55 [2021-04-27T16:42:17.398Z] v0.0.56 [2021-04-27T16:42:17.398Z] v0.0.57 [2021-04-27T16:42:17.398Z] v0.0.58 [2021-04-27T16:42:17.398Z] v0.0.59 [2021-04-27T16:42:17.398Z] v0.0.6 [2021-04-27T16:42:17.398Z] v0.0.60 [2021-04-27T16:42:17.398Z] v0.0.61 [2021-04-27T16:42:17.398Z] v0.0.62 [2021-04-27T16:42:17.398Z] v0.0.63 [2021-04-27T16:42:17.398Z] v0.0.64 [2021-04-27T16:42:17.398Z] v0.0.65 [2021-04-27T16:42:17.398Z] v0.0.66 [2021-04-27T16:42:17.398Z] v0.0.67 [2021-04-27T16:42:17.398Z] v0.0.68 [2021-04-27T16:42:17.398Z] v0.0.69 [2021-04-27T16:42:17.398Z] v0.0.7 [2021-04-27T16:42:17.398Z] v0.0.70 [2021-04-27T16:42:17.398Z] v0.0.71 [2021-04-27T16:42:17.398Z] v0.0.72 [2021-04-27T16:42:17.398Z] v0.0.8 [2021-04-27T16:42:17.398Z] v0.0.9 [2021-04-27T16:42:17.398Z] v2.0.0-dev.1 [2021-04-27T16:42:17.398Z] v2.0.0-dev.10 [2021-04-27T16:42:17.398Z] v2.0.0-dev.11 [2021-04-27T16:42:17.398Z] v2.0.0-dev.12 [2021-04-27T16:42:17.398Z] v2.0.0-dev.13 [2021-04-27T16:42:17.398Z] v2.0.0-dev.14 [2021-04-27T16:42:17.398Z] v2.0.0-dev.15 [2021-04-27T16:42:17.398Z] v2.0.0-dev.16 [2021-04-27T16:42:17.398Z] v2.0.0-dev.17 [2021-04-27T16:42:17.398Z] v2.0.0-dev.18 [2021-04-27T16:42:17.398Z] v2.0.0-dev.19 [2021-04-27T16:42:17.398Z] v2.0.0-dev.2 [2021-04-27T16:42:17.398Z] v2.0.0-dev.20 [2021-04-27T16:42:17.398Z] v2.0.0-dev.21 [2021-04-27T16:42:17.398Z] v2.0.0-dev.22 [2021-04-27T16:42:17.398Z] v2.0.0-dev.23 [2021-04-27T16:42:17.398Z] v2.0.0-dev.24 [2021-04-27T16:42:17.398Z] v2.0.0-dev.25 [2021-04-27T16:42:17.398Z] v2.0.0-dev.26 [2021-04-27T16:42:17.398Z] v2.0.0-dev.27 [2021-04-27T16:42:17.398Z] v2.0.0-dev.28 [2021-04-27T16:42:17.398Z] v2.0.0-dev.29 [2021-04-27T16:42:17.398Z] v2.0.0-dev.3 [2021-04-27T16:42:17.398Z] v2.0.0-dev.30 [2021-04-27T16:42:17.398Z] v2.0.0-dev.31 [2021-04-27T16:42:17.398Z] v2.0.0-dev.32 [2021-04-27T16:42:17.398Z] v2.0.0-dev.33 [2021-04-27T16:42:17.398Z] v2.0.0-dev.34 [2021-04-27T16:42:17.398Z] v2.0.0-dev.35 [2021-04-27T16:42:17.398Z] v2.0.0-dev.36 [2021-04-27T16:42:17.398Z] v2.0.0-dev.37 [2021-04-27T16:42:17.398Z] v2.0.0-dev.38 [2021-04-27T16:42:17.398Z] v2.0.0-dev.39 [2021-04-27T16:42:17.398Z] v2.0.0-dev.4 [2021-04-27T16:42:17.398Z] v2.0.0-dev.40 [2021-04-27T16:42:17.398Z] v2.0.0-dev.41 [2021-04-27T16:42:17.398Z] v2.0.0-dev.5 [2021-04-27T16:42:17.398Z] v2.0.0-dev.6 [2021-04-27T16:42:17.398Z] v2.0.0-dev.7 [2021-04-27T16:42:17.398Z] v2.0.0-dev.8 [2021-04-27T16:42:17.398Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-27T16:42:17.701Z] + lftools sign git-tag v2.0.0-dev.41 [2021-04-27T16:42:19.095Z] Signing Git tag with Sigul... [2021-04-27T16:42:19.095Z] Signing v2.0.0-dev.41 [Pipeline] echo [2021-04-27T16:42:20.056Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:20.354Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-27T16:42:20.365Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-27T16:42:20.398Z] $ docker stop --time=1 8a385d0e6c19e38f0ed88b010d2b37517dfa96fd971446bf465a0ce2bf59622b [2021-04-27T16:42:22.566Z] $ docker rm -f 8a385d0e6c19e38f0ed88b010d2b37517dfa96fd971446bf465a0ce2bf59622b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:42:23.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:42:23.127Z] . [Pipeline] withDockerContainer [2021-04-27T16:42:23.246Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-04-27T16:42:23.295Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:42:24.098Z] $ docker top fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:42:24.338Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:42:24.338Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:42:24.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:42:24.609Z] $ docker exec fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 ssh-agent [2021-04-27T16:42:24.814Z] SSH_AUTH_SOCK=/tmp/ssh-i36p7Y1XpORl/agent.12 [2021-04-27T16:42:24.814Z] SSH_AGENT_PID=18 [2021-04-27T16:42:24.828Z] Running ssh-add (command line suppressed) [2021-04-27T16:42:24.965Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7721821745491464845.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7721821745491464845.key) [2021-04-27T16:42:25.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:42:25.347Z] + git semver bump pre [2021-04-27T16:42:25.347Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:42:25.347Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-04-27T16:42:25.347Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-04-27T16:42:25.347Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:42:25.347Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:42:25.347Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:42:25.347Z] # $SEMVER_BRANCH = master [2021-04-27T16:42:25.347Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-04-27T16:42:25.347Z] 2.0.0-dev.42 [Pipeline] } [2021-04-27T16:42:25.363Z] $ docker exec --env ******** --env ******** fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 ssh-agent -k [2021-04-27T16:42:25.489Z] unset SSH_AUTH_SOCK; [2021-04-27T16:42:25.489Z] unset SSH_AGENT_PID; [2021-04-27T16:42:25.490Z] echo Agent pid 18 killed; [2021-04-27T16:42:25.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:42:25.912Z] + git semver [Pipeline] } [2021-04-27T16:42:25.931Z] $ docker stop --time=1 fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 [2021-04-27T16:42:27.305Z] $ docker rm -f fed6f3911d09639c96597e82b4ed14829de0a3da36457bca459adf03a9ade141 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:42:27.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T16:42:27.756Z] . [Pipeline] withDockerContainer [2021-04-27T16:42:27.861Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-04-27T16:42:27.920Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T16:42:28.750Z] $ docker top c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T16:42:28.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T16:42:28.922Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T16:42:29.148Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T16:42:29.152Z] $ docker exec c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 ssh-agent [2021-04-27T16:42:29.332Z] SSH_AUTH_SOCK=/tmp/ssh-1Z1qIMD2DAEL/agent.12 [2021-04-27T16:42:29.332Z] SSH_AGENT_PID=17 [2021-04-27T16:42:29.339Z] Running ssh-add (command line suppressed) [2021-04-27T16:42:29.469Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7423810841674195556.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7423810841674195556.key) [2021-04-27T16:42:29.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T16:42:29.832Z] + git semver push [2021-04-27T16:42:29.832Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T16:42:29.832Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-04-27T16:42:29.832Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-04-27T16:42:29.832Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T16:42:29.832Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T16:42:29.832Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T16:42:29.832Z] # $SEMVER_BRANCH = master [2021-04-27T16:42:29.832Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-04-27T16:42:35.149Z] $ docker exec --env ******** --env ******** c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 ssh-agent -k [2021-04-27T16:42:35.273Z] unset SSH_AUTH_SOCK; [2021-04-27T16:42:35.273Z] unset SSH_AGENT_PID; [2021-04-27T16:42:35.274Z] echo Agent pid 17 killed; [2021-04-27T16:42:35.327Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T16:42:35.665Z] + git semver [Pipeline] } [2021-04-27T16:42:35.684Z] $ docker stop --time=1 c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 [2021-04-27T16:42:37.029Z] $ docker rm -f c0453e2ee2e2634a2bb1898b9aba2f4e9a01b3c5d979c68c5c827595e08772a5 [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-04-27T16:42:37.755Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:38.324Z] ---> package-listing.sh [2021-04-27T16:42:38.324Z] ++ facter osfamily [2021-04-27T16:42:38.324Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T16:42:38.324Z] + OS_FAMILY=redhat [2021-04-27T16:42:38.324Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-04-27T16:42:38.324Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T16:42:38.325Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T16:42:38.325Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T16:42:38.325Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T16:42:38.325Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-04-27T16:42:38.325Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T16:42:38.325Z] + case "${OS_FAMILY}" in [2021-04-27T16:42:38.325Z] + rpm -qa [2021-04-27T16:42:38.325Z] + sort [2021-04-27T16:42:43.639Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T16:42:43.639Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T16:42:43.639Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T16:42:43.639Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-04-27T16:42:43.639Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-04-27T16:42:43.639Z] + 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-04-27T16:42:43.652Z] 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-04-27T16:42:43.944Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:42:44.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:42:44.258Z] [2021-04-27T16:42:44.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T16:42:44.580Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:42:44.580Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T16:42:44.580Z] df20fa9351a1: Pulling fs layer [2021-04-27T16:42:44.580Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T16:42:44.580Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T16:42:44.580Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T16:42:44.580Z] 93b61091891f: Pulling fs layer [2021-04-27T16:42:44.580Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T16:42:44.580Z] 5e14af77c1be: Pulling fs layer [2021-04-27T16:42:44.580Z] 01666e4c0597: Pulling fs layer [2021-04-27T16:42:44.580Z] aa168da1d23b: Pulling fs layer [2021-04-27T16:42:44.580Z] 46f8f816bc3b: Waiting [2021-04-27T16:42:44.580Z] 93b61091891f: Waiting [2021-04-27T16:42:44.580Z] 93b9cdb0e59b: Waiting [2021-04-27T16:42:44.580Z] 5e14af77c1be: Waiting [2021-04-27T16:42:44.580Z] 01666e4c0597: Waiting [2021-04-27T16:42:44.580Z] aa168da1d23b: Waiting [2021-04-27T16:42:44.580Z] 36b3adc4ff6f: Verifying Checksum [2021-04-27T16:42:44.580Z] 36b3adc4ff6f: Download complete [2021-04-27T16:42:44.580Z] 46f8f816bc3b: Verifying Checksum [2021-04-27T16:42:44.580Z] 46f8f816bc3b: Download complete [2021-04-27T16:42:44.580Z] df20fa9351a1: Verifying Checksum [2021-04-27T16:42:44.580Z] df20fa9351a1: Download complete [2021-04-27T16:42:44.580Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T16:42:44.580Z] 93b9cdb0e59b: Download complete [2021-04-27T16:42:44.848Z] 93b61091891f: Verifying Checksum [2021-04-27T16:42:44.848Z] 93b61091891f: Download complete [2021-04-27T16:42:44.848Z] 5e14af77c1be: Verifying Checksum [2021-04-27T16:42:44.848Z] 5e14af77c1be: Download complete [2021-04-27T16:42:44.848Z] 01666e4c0597: Download complete [2021-04-27T16:42:44.848Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T16:42:44.848Z] 8ad3a11d3b57: Download complete [2021-04-27T16:42:45.110Z] df20fa9351a1: Pull complete [2021-04-27T16:42:45.377Z] 36b3adc4ff6f: Pull complete [2021-04-27T16:42:46.329Z] 8ad3a11d3b57: Pull complete [2021-04-27T16:42:46.906Z] 46f8f816bc3b: Pull complete [2021-04-27T16:42:46.906Z] aa168da1d23b: Verifying Checksum [2021-04-27T16:42:46.906Z] aa168da1d23b: Download complete [2021-04-27T16:42:47.169Z] 93b61091891f: Pull complete [2021-04-27T16:42:47.430Z] 93b9cdb0e59b: Pull complete [2021-04-27T16:42:47.430Z] 5e14af77c1be: Pull complete [2021-04-27T16:42:47.693Z] 01666e4c0597: Pull complete [2021-04-27T16:42:54.329Z] aa168da1d23b: Pull complete [2021-04-27T16:42:54.329Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T16:42:54.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T16:42:54.329Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T16:42:54.457Z] prd-centos7-docker-4c-2g-2057 does not seem to be running inside a container [2021-04-27T16:42:54.513Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-27T16:42:57.017Z] $ docker top 6b6113b21e9b9c30377cbed1eb18b2d38e55d10363cebb4ca8cb6f75a7e2f86c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T16:42:57.469Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T16:42:57.769Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T16:42:58.071Z] + ls /var/log/sa-host [2021-04-27T16:42:58.071Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T16:42:58.071Z] file_magic: OK [2021-04-27T16:42:58.071Z] HZ: Using current value: 100 [2021-04-27T16:42:58.071Z] file_header: OK [2021-04-27T16:42:58.071Z] 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-04-27T16:42:58.071Z] Statistics: [2021-04-27T16:42:58.071Z] Hnuu...uuuununununu... [2021-04-27T16:42:58.071Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T16:42:58.071Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T16:42:58.071Z] file_magic: OK [2021-04-27T16:42:58.071Z] HZ: Using current value: 100 [2021-04-27T16:42:58.071Z] file_header: OK [2021-04-27T16:42:58.071Z] 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-04-27T16:42:58.071Z] Statistics: [2021-04-27T16:42:58.071Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-27T16:42:58.071Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T16:42:58.641Z] provisioning config files... [2021-04-27T16:42:58.660Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5216777971540663112tmp [Pipeline] { [Pipeline] echo [2021-04-27T16:42:58.686Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:58.986Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T16:42:58.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T16:42:59.022Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:59.320Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T16:42:59.331Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:59.628Z] ---> sudo-logs.sh [2021-04-27T16:42:59.628Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T16:42:59.663Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:42:59.966Z] ---> job-cost.sh [2021-04-27T16:42:59.966Z] lf-activate-venv: SKIPPING [2021-04-27T16:42:59.966Z] DEBUG: total: 0.20999999344348907 [2021-04-27T16:42:59.966Z] INFO: Retrieving Stack Cost... [2021-04-27T16:43:01.365Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T16:43:01.627Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T16:43:01.643Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T16:43:01.953Z] ---> logs-deploy.sh [2021-04-27T16:43:01.954Z] lf-activate-venv: SKIPPING [2021-04-27T16:43:01.954Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/117 [2021-04-27T16:43:01.954Z] INFO: archiving workspace using pattern(s): [2021-04-27T16:43:03.961Z] Archives upload complete. [2021-04-27T16:43:03.961Z] INFO: archiving logs to Nexus