Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6cb9329327b73e172236a22e38255bc6945721aa 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16890 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 6cb9329327b73e172236a22e38255bc6945721aa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6cb9329327b73e172236a22e38255bc6945721aa # timeout=10 Commit message: "refactor: Secret Provider for all services (#134)" > git rev-list --no-walk 244b676ad9eb5cbb24e64fea3806b73112b64c21 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-20T16:59:24.849Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-20T16:59:25.144Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-20T16:59:25.257Z] ========================================================= [2020-12-20T16:59:25.257Z] EdgeX Global Pipelines Version Info [2020-12-20T16:59:25.257Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-20T16:59:26.915Z] ------------------- [2020-12-20T16:59:26.915Z] stable info: [2020-12-20T16:59:26.915Z] ------------------- [2020-12-20T16:59:26.915Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-20T16:59:26.915Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T16:59:26.915Z] Message: update stable to v1.0.173 [2020-12-20T16:59:27.942Z] ------------------- [2020-12-20T16:59:27.942Z] experimental info: [2020-12-20T16:59:27.942Z] ------------------- [2020-12-20T16:59:27.942Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-20T16:59:27.942Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T16:59:27.942Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-20T16:59:28.206Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-12-20T16:59:28.343Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-12-20T16:59:28.432Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-20T16:59:28.516Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-20T16:59:28.604Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-20T16:59:28.686Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-20T16:59:28.770Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-20T16:59:28.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-20T16:59:28.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-20T16:59:29.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-20T16:59:29.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-20T16:59:29.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-12-20T16:59:29.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-20T16:59:29.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-20T16:59:29.536Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T16:59:29.627Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T16:59:29.713Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T16:59:29.802Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T16:59:29.885Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-20T16:59:29.996Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-20T16:59:30.089Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-20T16:59:30.171Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-20T16:59:30.263Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-20T16:59:30.371Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-20T16:59:30.487Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-20T16:59:30.598Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-20T16:59:30.704Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-20T16:59:30.847Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-20T16:59:30.933Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-20T16:59:31.049Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-20T16:59:31.135Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cb9329327b73e172236a22e38255bc6945721aa [Pipeline] echo [2020-12-20T16:59:31.226Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cb9329 [Pipeline] echo [2020-12-20T16:59:31.324Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T16:59:32.116Z] + git log --format=format:%s -1 6cb9329327b73e172236a22e38255bc6945721aa [Pipeline] echo [2020-12-20T16:59:32.180Z] GIT_COMMIT: 6cb9329327b73e172236a22e38255bc6945721aa, Commit Message: refactor: Secret Provider for all services (#134) [Pipeline] echo [2020-12-20T16:59:32.228Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-20T16:59:33.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T16:59:33.460Z] [2020-12-20T16:59:33.460Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T16:59:33.815Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T16:59:33.815Z] latest: Pulling from edgex-devops/git-semver [2020-12-20T16:59:33.815Z] 31603596830f: Pulling fs layer [2020-12-20T16:59:33.815Z] 2a8b12db71e7: Pulling fs layer [2020-12-20T16:59:33.815Z] 6ca5941a6612: Pulling fs layer [2020-12-20T16:59:33.815Z] ecc8261a40a4: Pulling fs layer [2020-12-20T16:59:33.815Z] ecc8261a40a4: Waiting [2020-12-20T16:59:33.815Z] 2a8b12db71e7: Verifying Checksum [2020-12-20T16:59:33.815Z] 2a8b12db71e7: Download complete [2020-12-20T16:59:34.076Z] 31603596830f: Verifying Checksum [2020-12-20T16:59:34.076Z] 31603596830f: Download complete [2020-12-20T16:59:34.076Z] ecc8261a40a4: Verifying Checksum [2020-12-20T16:59:34.076Z] ecc8261a40a4: Download complete [2020-12-20T16:59:34.076Z] 6ca5941a6612: Verifying Checksum [2020-12-20T16:59:34.076Z] 6ca5941a6612: Download complete [2020-12-20T16:59:34.341Z] 31603596830f: Pull complete [2020-12-20T16:59:34.341Z] 2a8b12db71e7: Pull complete [2020-12-20T16:59:35.294Z] 6ca5941a6612: Pull complete [2020-12-20T16:59:35.294Z] ecc8261a40a4: Pull complete [2020-12-20T16:59:35.294Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-20T16:59:35.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T16:59:35.294Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-20T16:59:35.400Z] prd-centos7-docker-4c-2g-16890 does not seem to be running inside a container [2020-12-20T16:59:35.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-20T16:59:37.178Z] $ docker top 534dbb5df8bcdea814e9b6a97a55e8f3a4157085999e5ac6491615b33134df14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T16:59:37.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T16:59:37.469Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T16:59:37.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T16:59:37.680Z] $ docker exec 534dbb5df8bcdea814e9b6a97a55e8f3a4157085999e5ac6491615b33134df14 ssh-agent [2020-12-20T16:59:37.873Z] SSH_AUTH_SOCK=/tmp/ssh-4NlREeH4llDU/agent.12 [2020-12-20T16:59:37.873Z] SSH_AGENT_PID=17 [2020-12-20T16:59:37.881Z] Running ssh-add (command line suppressed) [2020-12-20T16:59:37.998Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7743624493079192939.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7743624493079192939.key) [2020-12-20T16:59:38.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T16:59:38.381Z] + git tag --points-at HEAD [Pipeline] } [2020-12-20T16:59:38.402Z] $ docker exec --env ******** --env ******** 534dbb5df8bcdea814e9b6a97a55e8f3a4157085999e5ac6491615b33134df14 ssh-agent -k [2020-12-20T16:59:38.512Z] unset SSH_AUTH_SOCK; [2020-12-20T16:59:38.513Z] unset SSH_AGENT_PID; [2020-12-20T16:59:38.513Z] echo Agent pid 17 killed; [2020-12-20T16:59:38.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-20T16:59:38.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T16:59:38.710Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T16:59:38.884Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T16:59:38.890Z] $ docker exec 534dbb5df8bcdea814e9b6a97a55e8f3a4157085999e5ac6491615b33134df14 ssh-agent [2020-12-20T16:59:39.084Z] SSH_AUTH_SOCK=/tmp/ssh-7y7DxAoUVQTp/agent.46 [2020-12-20T16:59:39.085Z] SSH_AGENT_PID=51 [2020-12-20T16:59:39.091Z] Running ssh-add (command line suppressed) [2020-12-20T16:59:39.211Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4115811081312954825.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4115811081312954825.key) [2020-12-20T16:59:39.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T16:59:39.639Z] + git semver init [2020-12-20T16:59:39.639Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T16:59:39.639Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T16:59:39.639Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T16:59:39.639Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T16:59:39.639Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T16:59:39.639Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T16:59:39.639Z] # $SEMVER_BRANCH = master [2020-12-20T16:59:39.639Z] # $SEMVER_TEMP = /tmp/semver-983092217 [2020-12-20T16:59:39.639Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-12-20T16:59:40.214Z] # '/tmp/semver-983092217' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-12-20T16:59:40.214Z] # -> Force: false [2020-12-20T16:59:40.214Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-20T16:59:40.228Z] $ docker exec --env ******** --env ******** 534dbb5df8bcdea814e9b6a97a55e8f3a4157085999e5ac6491615b33134df14 ssh-agent -k [2020-12-20T16:59:40.342Z] unset SSH_AUTH_SOCK; [2020-12-20T16:59:40.342Z] unset SSH_AGENT_PID; [2020-12-20T16:59:40.343Z] echo Agent pid 51 killed; [2020-12-20T16:59:40.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T16:59:40.882Z] + git semver [Pipeline] } [2020-12-20T16:59:40.902Z] $ docker stop --time=1 534dbb5df8bcdea814e9b6a97a55e8f3a4157085999e5ac6491615b33134df14 [2020-12-20T16:59:42.567Z] $ docker rm -f 534dbb5df8bcdea814e9b6a97a55e8f3a4157085999e5ac6491615b33134df14 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T16:59:43.065Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-20T16:59:43.430Z] Stashed 1 file(s) [Pipeline] echo [2020-12-20T16:59:43.434Z] [edgeXSemver]: initialized semver on version 0.0.62 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-20T16:59:59.022Z] Still waiting to schedule task [2020-12-20T16:59:59.022Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-20T16:59:59.025Z] Still waiting to schedule task [2020-12-20T16:59:59.025Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-20T17:01:54.499Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16891 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-20T17:01:54.560Z] Running in /w/workspace/go-mod-bootstrap/65 [Pipeline] { [Pipeline] checkout [2020-12-20T17:01:59.576Z] using credential edgex-jenkins-ssh [2020-12-20T17:01:59.660Z] Cloning the remote Git repository [2020-12-20T17:01:59.718Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:01:59.835Z] > git init /w/workspace/go-mod-bootstrap/65 # timeout=10 [2020-12-20T17:01:59.903Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:01:59.904Z] > git --version # timeout=10 [2020-12-20T17:01:59.928Z] > git --version # 'git version 2.17.1' [2020-12-20T17:01:59.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:02:00.006Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:02:00.785Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:02:00.815Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:02:00.840Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:02:01.400Z] Checking out Revision 6cb9329327b73e172236a22e38255bc6945721aa (master) [2020-12-20T17:02:00.877Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:02:00.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:02:00.888Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T17:02:01.424Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T17:02:01.438Z] > git checkout -f 6cb9329327b73e172236a22e38255bc6945721aa # timeout=10 [2020-12-20T17:02:05.849Z] Commit message: "refactor: Secret Provider for all services (#134)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T17:02:07.433Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:02:07.850Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:02:08.195Z] + sudo+ service docker restarttrue [2020-12-20T17:02:08.195Z] [Pipeline] unstash [Pipeline] echo [2020-12-20T17:02:10.554Z] ========================================================= [2020-12-20T17:02:10.554Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-20T17:02:10.554Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:02:10.948Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-20T17:02:11.957Z] Sending build context to Docker daemon 614.9kB [2020-12-20T17:02:11.957Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-20T17:02:11.957Z] Step 2/8 : FROM ${BASE} [2020-12-20T17:02:12.563Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-20T17:02:12.563Z] 5f621e34cdf4: Pulling fs layer [2020-12-20T17:02:12.563Z] a4357932f1b6: Pulling fs layer [2020-12-20T17:02:12.563Z] 18c013af1878: Pulling fs layer [2020-12-20T17:02:12.563Z] 00ac8860ef70: Pulling fs layer [2020-12-20T17:02:12.563Z] 63d7cb157983: Pulling fs layer [2020-12-20T17:02:12.563Z] b116817d02f9: Pulling fs layer [2020-12-20T17:02:12.563Z] 745a02a5169b: Pulling fs layer [2020-12-20T17:02:12.563Z] b116817d02f9: Waiting [2020-12-20T17:02:12.563Z] 00ac8860ef70: Waiting [2020-12-20T17:02:12.563Z] 63d7cb157983: Waiting [2020-12-20T17:02:12.563Z] 745a02a5169b: Waiting [2020-12-20T17:02:12.563Z] 18c013af1878: Download complete [2020-12-20T17:02:12.563Z] a4357932f1b6: Verifying Checksum [2020-12-20T17:02:12.563Z] 63d7cb157983: Download complete [2020-12-20T17:02:12.563Z] b116817d02f9: Download complete [2020-12-20T17:02:12.563Z] 5f621e34cdf4: Download complete [2020-12-20T17:02:13.163Z] 5f621e34cdf4: Pull complete [2020-12-20T17:02:13.768Z] a4357932f1b6: Pull complete [2020-12-20T17:02:14.043Z] 18c013af1878: Pull complete [2020-12-20T17:02:15.483Z] 745a02a5169b: Verifying Checksum [2020-12-20T17:02:15.483Z] 745a02a5169b: Download complete [2020-12-20T17:02:16.078Z] 00ac8860ef70: Verifying Checksum [2020-12-20T17:02:16.078Z] 00ac8860ef70: Download complete [2020-12-20T17:02:26.291Z] 00ac8860ef70: Pull complete [2020-12-20T17:02:26.562Z] 63d7cb157983: Pull complete [2020-12-20T17:02:26.836Z] b116817d02f9: Pull complete [2020-12-20T17:02:30.244Z] 745a02a5169b: Pull complete [2020-12-20T17:02:30.244Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-20T17:02:30.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-20T17:02:30.528Z] ---> b7e6874047d6 [2020-12-20T17:02:30.528Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-20T17:02:33.181Z] ---> Running in 5eefeb28228b [2020-12-20T17:02:33.463Z] Removing intermediate container 5eefeb28228b [2020-12-20T17:02:33.463Z] ---> c2ce90713e87 [2020-12-20T17:02:33.463Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T17:02:33.737Z] ---> Running in 8df2bc4eb760 [2020-12-20T17:02:35.749Z] Removing intermediate container 8df2bc4eb760 [2020-12-20T17:02:35.749Z] ---> 79d96c6290fe [2020-12-20T17:02:35.749Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-20T17:02:36.024Z] ---> Running in cb4f676ecfdd [2020-12-20T17:02:37.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T17:02:37.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T17:02:38.571Z] OK: 142 MiB in 39 packages [2020-12-20T17:02:39.551Z] Removing intermediate container cb4f676ecfdd [2020-12-20T17:02:39.551Z] ---> b096444d1f63 [2020-12-20T17:02:39.551Z] Step 6/8 : WORKDIR /build [2020-12-20T17:02:39.551Z] ---> Running in 50956ce807b2 [2020-12-20T17:02:40.147Z] Removing intermediate container 50956ce807b2 [2020-12-20T17:02:40.147Z] ---> 520168b86128 [2020-12-20T17:02:40.147Z] Step 7/8 : COPY go.mod . [2020-12-20T17:02:40.752Z] ---> b09e8b1696dd [2020-12-20T17:02:40.752Z] Step 8/8 : RUN go mod download [2020-12-20T17:02:41.032Z] ---> Running in f2548a57d4b2 [2020-12-20T17:03:02.105Z] Running on prd-centos7-docker-4c-2g-16894 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-20T17:03:02.159Z] Running in /w/workspace/go-mod-bootstrap/65 [Pipeline] { [Pipeline] checkout [2020-12-20T17:03:03.211Z] Removing intermediate container f2548a57d4b2 [2020-12-20T17:03:03.211Z] ---> 36c99d12ac2d [2020-12-20T17:03:03.211Z] Successfully built 36c99d12ac2d [2020-12-20T17:03:03.211Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:03:03.555Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T17:03:03.555Z] . [Pipeline] withDockerContainer [2020-12-20T17:03:03.825Z] prd-ubuntu18.04-docker-arm64-4c-16g-16891 does not seem to be running inside a container [2020-12-20T17:03:03.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/65 -v /w/workspace/go-mod-bootstrap/65:/w/workspace/go-mod-bootstrap/65:rw,z -v /w/workspace/go-mod-bootstrap/65@tmp:/w/workspace/go-mod-bootstrap/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-20T17:03:05.417Z] $ docker top 8d876ca0d2b3bd44bcb305c7910d9291df785d6fd086231d7f5c09d8f13e24e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:03:06.433Z] + go version [2020-12-20T17:03:06.433Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-20T17:03:06.459Z] $ docker stop --time=1 8d876ca0d2b3bd44bcb305c7910d9291df785d6fd086231d7f5c09d8f13e24e4 [2020-12-20T17:03:08.382Z] $ docker rm -f 8d876ca0d2b3bd44bcb305c7910d9291df785d6fd086231d7f5c09d8f13e24e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:03:09.364Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T17:03:09.364Z] . [Pipeline] withDockerContainer [2020-12-20T17:03:09.629Z] prd-ubuntu18.04-docker-arm64-4c-16g-16891 does not seem to be running inside a container [2020-12-20T17:03:09.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/65 -v /w/workspace/go-mod-bootstrap/65:/w/workspace/go-mod-bootstrap/65:rw,z -v /w/workspace/go-mod-bootstrap/65@tmp:/w/workspace/go-mod-bootstrap/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-20T17:03:10.279Z] using credential edgex-jenkins-ssh [2020-12-20T17:03:10.382Z] Cloning the remote Git repository [2020-12-20T17:03:11.208Z] $ docker top c39653f5c74db855119617171d32ba74efef0d887740abff8187ad1266a1fc37 -eo pid,comm [2020-12-20T17:03:10.446Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:03:10.536Z] > git init /w/workspace/go-mod-bootstrap/65 # timeout=10 [2020-12-20T17:03:10.633Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:03:10.634Z] > git --version # timeout=10 [2020-12-20T17:03:10.641Z] > git --version # 'git version 2.24.3' [2020-12-20T17:03:10.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:03:10.689Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:03:11.356Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [Pipeline] { [Pipeline] sh [2020-12-20T17:03:11.954Z] Checking out Revision 6cb9329327b73e172236a22e38255bc6945721aa (master) [2020-12-20T17:03:12.370Z] + make test [2020-12-20T17:03:12.370Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-20T17:03:11.395Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:03:11.460Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:03:11.495Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:03:11.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:03:11.503Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T17:03:11.967Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T17:03:12.002Z] > git checkout -f 6cb9329327b73e172236a22e38255bc6945721aa # timeout=10 [2020-12-20T17:03:16.171Z] Commit message: "refactor: Secret Provider for all services (#134)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T17:03:17.532Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:03:17.903Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:03:18.282Z] + true [2020-12-20T17:03:18.282Z] + sudo service docker restart [2020-12-20T17:03:18.282Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-20T17:03:20.035Z] ========================================================= [2020-12-20T17:03:20.035Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-20T17:03:20.035Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:03:20.555Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-20T17:03:21.210Z] Sending build context to Docker daemon 615.9kB [2020-12-20T17:03:21.210Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-20T17:03:21.210Z] Step 2/8 : FROM ${BASE} [2020-12-20T17:03:21.210Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-20T17:03:21.210Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T17:03:21.210Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T17:03:21.210Z] de9db76c5a1d: Pulling fs layer [2020-12-20T17:03:21.210Z] bca2f99d35d6: Pulling fs layer [2020-12-20T17:03:21.210Z] 93359f2a8cfa: Pulling fs layer [2020-12-20T17:03:21.210Z] 7c6f9722023f: Pulling fs layer [2020-12-20T17:03:21.210Z] a35cf1a2eb13: Pulling fs layer [2020-12-20T17:03:21.210Z] bca2f99d35d6: Waiting [2020-12-20T17:03:21.210Z] 93359f2a8cfa: Waiting [2020-12-20T17:03:21.210Z] 7c6f9722023f: Waiting [2020-12-20T17:03:21.210Z] a35cf1a2eb13: Waiting [2020-12-20T17:03:21.210Z] de9db76c5a1d: Verifying Checksum [2020-12-20T17:03:21.210Z] de9db76c5a1d: Download complete [2020-12-20T17:03:21.552Z] 0ef7d3d256c8: Verifying Checksum [2020-12-20T17:03:21.552Z] 0ef7d3d256c8: Download complete [2020-12-20T17:03:21.552Z] 93359f2a8cfa: Verifying Checksum [2020-12-20T17:03:21.552Z] 93359f2a8cfa: Download complete [2020-12-20T17:03:21.552Z] 7c6f9722023f: Verifying Checksum [2020-12-20T17:03:21.552Z] 7c6f9722023f: Download complete [2020-12-20T17:03:21.866Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T17:03:21.866Z] 188c0c94c7c5: Download complete [2020-12-20T17:03:22.528Z] 188c0c94c7c5: Pull complete [2020-12-20T17:03:22.850Z] 0ef7d3d256c8: Pull complete [2020-12-20T17:03:23.342Z] de9db76c5a1d: Pull complete [2020-12-20T17:03:26.972Z] a35cf1a2eb13: Verifying Checksum [2020-12-20T17:03:26.972Z] a35cf1a2eb13: Download complete [2020-12-20T17:03:28.488Z] bca2f99d35d6: Verifying Checksum [2020-12-20T17:03:28.488Z] bca2f99d35d6: Download complete [2020-12-20T17:03:39.029Z] bca2f99d35d6: Pull complete [2020-12-20T17:03:39.185Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-20T17:03:39.646Z] 93359f2a8cfa: Pull complete [2020-12-20T17:03:39.647Z] 7c6f9722023f: Pull complete [2020-12-20T17:03:40.170Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.035s coverage: 8.3% of statements [2020-12-20T17:03:40.170Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-20T17:03:40.170Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.082s coverage: 95.1% of statements [2020-12-20T17:03:40.170Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.024s coverage: 87.8% of statements [2020-12-20T17:03:43.573Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.020s coverage: 36.2% of statements [2020-12-20T17:03:43.573Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-20T17:03:43.573Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-20T17:03:43.573Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-12-20T17:03:43.573Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.017s coverage: 48.9% of statements [2020-12-20T17:03:44.026Z] a35cf1a2eb13: Pull complete [2020-12-20T17:03:44.026Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-20T17:03:44.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-20T17:03:44.026Z] ---> a62c8e92a672 [2020-12-20T17:03:44.026Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-20T17:03:44.619Z] ---> Running in 9e938b38b742 [2020-12-20T17:03:44.888Z] Removing intermediate container 9e938b38b742 [2020-12-20T17:03:44.888Z] ---> 4028b6586d3a [2020-12-20T17:03:44.888Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T17:03:44.888Z] ---> Running in c7c69994788b [2020-12-20T17:03:46.188Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.021s coverage: 95.3% of statements [2020-12-20T17:03:46.188Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-20T17:03:46.188Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-20T17:03:46.188Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.012s coverage: 91.3% of statements [2020-12-20T17:03:46.461Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-20T17:03:46.919Z] Removing intermediate container c7c69994788b [2020-12-20T17:03:46.919Z] ---> 42e968bb7aa6 [2020-12-20T17:03:46.919Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-20T17:03:46.919Z] ---> Running in 151ea4dbc594 [2020-12-20T17:03:47.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T17:03:48.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T17:03:48.838Z] OK: 166 MiB in 39 packages [2020-12-20T17:03:49.461Z] Removing intermediate container 151ea4dbc594 [2020-12-20T17:03:49.461Z] ---> 9abb903babf3 [2020-12-20T17:03:49.461Z] Step 6/8 : WORKDIR /build [2020-12-20T17:03:49.461Z] ---> Running in 62d8b58fcc19 [2020-12-20T17:03:49.740Z] Removing intermediate container 62d8b58fcc19 [2020-12-20T17:03:49.740Z] ---> d10ac52ec5b4 [2020-12-20T17:03:49.740Z] Step 7/8 : COPY go.mod . [2020-12-20T17:03:50.022Z] ---> fdea89d1f0ea [2020-12-20T17:03:50.022Z] Step 8/8 : RUN go mod download [2020-12-20T17:03:50.297Z] ---> Running in 7d40c696bc80 [2020-12-20T17:03:51.888Z] gofmt -l . [2020-12-20T17:03:51.888Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-20T17:03:51.916Z] $ docker stop --time=1 c39653f5c74db855119617171d32ba74efef0d887740abff8187ad1266a1fc37 [2020-12-20T17:03:54.045Z] $ docker rm -f c39653f5c74db855119617171d32ba74efef0d887740abff8187ad1266a1fc37 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T17:03:54.935Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-20T17:03:55.690Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-20T17:04:17.437Z] Removing intermediate container 7d40c696bc80 [2020-12-20T17:04:17.437Z] ---> c0f23a4f6c04 [2020-12-20T17:04:17.437Z] Successfully built c0f23a4f6c04 [2020-12-20T17:04:17.437Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:04:17.871Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T17:04:17.871Z] . [Pipeline] withDockerContainer [2020-12-20T17:04:18.052Z] prd-centos7-docker-4c-2g-16894 does not seem to be running inside a container [2020-12-20T17:04:18.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/65 -v /w/workspace/go-mod-bootstrap/65:/w/workspace/go-mod-bootstrap/65:rw,z -v /w/workspace/go-mod-bootstrap/65@tmp:/w/workspace/go-mod-bootstrap/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T17:04:19.288Z] $ docker top fb5f4cde24035ed72d5548ad6b089c3f26d87bbaf5a7934c4cfaf5de6b87c978 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:04:19.899Z] + go version [2020-12-20T17:04:20.181Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-20T17:04:20.209Z] $ docker stop --time=1 fb5f4cde24035ed72d5548ad6b089c3f26d87bbaf5a7934c4cfaf5de6b87c978 [2020-12-20T17:04:21.806Z] $ docker rm -f fb5f4cde24035ed72d5548ad6b089c3f26d87bbaf5a7934c4cfaf5de6b87c978 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:04:22.763Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T17:04:22.763Z] . [Pipeline] withDockerContainer [2020-12-20T17:04:23.074Z] prd-centos7-docker-4c-2g-16894 does not seem to be running inside a container [2020-12-20T17:04:23.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/65 -v /w/workspace/go-mod-bootstrap/65:/w/workspace/go-mod-bootstrap/65:rw,z -v /w/workspace/go-mod-bootstrap/65@tmp:/w/workspace/go-mod-bootstrap/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T17:04:24.080Z] $ docker top ef7832627959b21583a7d3e22f696bcc899b1791cd4502d012b70dd55e39c663 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:04:24.675Z] + make test [2020-12-20T17:04:24.676Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-20T17:04:44.430Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-20T17:04:45.132Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.018s coverage: 8.3% of statements [2020-12-20T17:04:45.132Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-20T17:04:45.132Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.050s coverage: 95.1% of statements [2020-12-20T17:04:45.132Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.018s coverage: 87.8% of statements [2020-12-20T17:04:47.188Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.031s coverage: 36.2% of statements [2020-12-20T17:04:47.188Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-20T17:04:47.188Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-20T17:04:47.188Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-12-20T17:04:47.188Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.022s coverage: 48.9% of statements [2020-12-20T17:04:49.826Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.040s coverage: 95.3% of statements [2020-12-20T17:04:49.826Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-20T17:04:49.826Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-20T17:04:49.826Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.007s coverage: 91.3% of statements [2020-12-20T17:04:50.149Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-20T17:04:53.695Z] gofmt -l . [2020-12-20T17:04:53.966Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-20T17:04:53.998Z] $ docker stop --time=1 ef7832627959b21583a7d3e22f696bcc899b1791cd4502d012b70dd55e39c663 [2020-12-20T17:04:56.567Z] $ docker rm -f ef7832627959b21583a7d3e22f696bcc899b1791cd4502d012b70dd55e39c663 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T17:04:57.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-20T17:04:57.443Z] Warning: overwriting stash ‘coverage-report’ [2020-12-20T17:04:58.058Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-20T17:05:00.120Z] provisioning config files... [2020-12-20T17:05:00.141Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2064197630035471913tmp [Pipeline] { [Pipeline] sh [2020-12-20T17:05:00.538Z] + set +x [2020-12-20T17:05:00.538Z] + curl -s https://codecov.io/bash [2020-12-20T17:05:00.538Z] + bash -s -- [2020-12-20T17:05:00.800Z] [2020-12-20T17:05:00.800Z] _____ _ [2020-12-20T17:05:00.800Z] / ____| | | [2020-12-20T17:05:00.800Z] | | ___ __| | ___ ___ _____ __ [2020-12-20T17:05:00.800Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-20T17:05:00.800Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-20T17:05:00.800Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-20T17:05:00.800Z] Bash-20201217-3d3df35 [2020-12-20T17:05:00.800Z] [2020-12-20T17:05:00.800Z] [2020-12-20T17:05:00.800Z] git version 2.24.3 found [2020-12-20T17:05:00.800Z] 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 [2020-12-20T17:05:00.800Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-20T17:05:00.800Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-20T17:05:00.800Z] ==> Jenkins CI detected. [2020-12-20T17:05:00.800Z] project root: . [2020-12-20T17:05:00.800Z] --> token set from env [2020-12-20T17:05:00.800Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-20T17:05:00.800Z] ==> Running gcov in . (disable via -X gcov) [2020-12-20T17:05:00.800Z] ==> Python coveragepy not found [2020-12-20T17:05:00.800Z] ==> Searching for coverage reports in: [2020-12-20T17:05:00.800Z] + . [2020-12-20T17:05:00.800Z] -> Found 1 reports [2020-12-20T17:05:00.800Z] ==> Detecting git/mercurial file structure [2020-12-20T17:05:00.800Z] ==> Reading reports [2020-12-20T17:05:00.800Z] + ./coverage.out bytes=28796 [2020-12-20T17:05:00.800Z] ==> Appending adjustments [2020-12-20T17:05:00.800Z] https://docs.codecov.io/docs/fixing-reports [2020-12-20T17:05:01.063Z] + Found adjustments [2020-12-20T17:05:01.063Z] ==> Gzipping contents [2020-12-20T17:05:01.063Z] 8.0K /tmp/codecov.hBkXV5.gz [2020-12-20T17:05:01.063Z] ==> Uploading reports [2020-12-20T17:05:01.063Z] url: https://codecov.io [2020-12-20T17:05:01.063Z] query: branch=master&commit=6cb9329327b73e172236a22e38255bc6945721aa&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F65%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-20T17:05:01.063Z] -> Pinging Codecov [2020-12-20T17:05:01.063Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=6cb9329327b73e172236a22e38255bc6945721aa&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F65%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-20T17:05:01.324Z] -> Uploading to [2020-12-20T17:05:01.325Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-20/833815588EE85121546D348822E98E2E/6cb9329327b73e172236a22e38255bc6945721aa/bc387d0b-68e8-4358-86ad-57133b7c9fcb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201220T170501Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2498094905f45415950523860005667dea8189a7fc2b6af87e0139abdca3b632 [2020-12-20T17:05:01.325Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-20T17:05:01.325Z] Dload Upload Total Spent Left Speed [2020-12-20T17:05:01.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5426 0 0 100 5426 0 12840 --:--:-- --:--:-- --:--:-- 12857 [2020-12-20T17:05:01.908Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/6cb9329327b73e172236a22e38255bc6945721aa [Pipeline] } [2020-12-20T17:05:01.922Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-20T17:05:02.835Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-20T17:05:02.889Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:05:03.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:05:03.234Z] [2020-12-20T17:05:03.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:05:03.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:05:03.579Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-20T17:05:03.579Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T17:05:03.579Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T17:05:03.579Z] de9db76c5a1d: Pulling fs layer [2020-12-20T17:05:03.579Z] 0eba1c9be4d2: Pulling fs layer [2020-12-20T17:05:03.579Z] 0d57e429df01: Pulling fs layer [2020-12-20T17:05:03.579Z] 4e4be7b47b0d: Pulling fs layer [2020-12-20T17:05:03.579Z] e1f770b5df2f: Pulling fs layer [2020-12-20T17:05:03.579Z] 85a0685a4137: Pulling fs layer [2020-12-20T17:05:03.579Z] 0d57e429df01: Waiting [2020-12-20T17:05:03.579Z] 4e4be7b47b0d: Waiting [2020-12-20T17:05:03.579Z] e1f770b5df2f: Waiting [2020-12-20T17:05:03.579Z] 85a0685a4137: Waiting [2020-12-20T17:05:03.579Z] 0eba1c9be4d2: Waiting [2020-12-20T17:05:03.579Z] de9db76c5a1d: Verifying Checksum [2020-12-20T17:05:03.579Z] de9db76c5a1d: Download complete [2020-12-20T17:05:03.842Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T17:05:03.842Z] 0d57e429df01: Verifying Checksum [2020-12-20T17:05:03.842Z] 0d57e429df01: Download complete [2020-12-20T17:05:03.842Z] 4e4be7b47b0d: Verifying Checksum [2020-12-20T17:05:03.842Z] 4e4be7b47b0d: Download complete [2020-12-20T17:05:03.842Z] 0ef7d3d256c8: Download complete [2020-12-20T17:05:04.106Z] 188c0c94c7c5: Pull complete [2020-12-20T17:05:04.106Z] 0ef7d3d256c8: Pull complete [2020-12-20T17:05:04.376Z] de9db76c5a1d: Pull complete [2020-12-20T17:05:04.638Z] e1f770b5df2f: Verifying Checksum [2020-12-20T17:05:04.638Z] e1f770b5df2f: Download complete [2020-12-20T17:05:06.573Z] 0eba1c9be4d2: Verifying Checksum [2020-12-20T17:05:06.573Z] 0eba1c9be4d2: Download complete [2020-12-20T17:05:07.160Z] 85a0685a4137: Verifying Checksum [2020-12-20T17:05:07.160Z] 85a0685a4137: Download complete [2020-12-20T17:05:12.472Z] 0eba1c9be4d2: Pull complete [2020-12-20T17:05:12.750Z] 0d57e429df01: Pull complete [2020-12-20T17:05:13.010Z] 4e4be7b47b0d: Pull complete [2020-12-20T17:05:14.931Z] e1f770b5df2f: Pull complete [2020-12-20T17:05:23.100Z] 85a0685a4137: Pull complete [2020-12-20T17:05:23.100Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-20T17:05:23.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:05:23.100Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-20T17:05:23.337Z] prd-centos7-docker-4c-2g-16890 does not seem to be running inside a container [2020-12-20T17:05:23.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-20T17:05:24.329Z] $ docker top 555fe484464e8741d43fea43f109c18978aab6e85af53fe8570f264e49fad55c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T17:05:24.553Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-20T17:05:24.845Z] + set -o pipefail [2020-12-20T17:05:24.845Z] + snyk monitor '--org=edgex-jenkins' [2020-12-20T17:05:34.884Z] [2020-12-20T17:05:34.884Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-12-20T17:05:34.884Z] [2020-12-20T17:05:34.884Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/271899f7-4026-40ab-b046-1972d6707fb9 [2020-12-20T17:05:34.884Z] [2020-12-20T17:05:34.884Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-20T17:05:34.884Z] [2020-12-20T17:05:35.151Z] [2020-12-20T17:05:35.151Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-20T17:05:35.151Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-20T17:05:35.167Z] $ docker stop --time=1 555fe484464e8741d43fea43f109c18978aab6e85af53fe8570f264e49fad55c [2020-12-20T17:05:37.548Z] $ docker rm -f 555fe484464e8741d43fea43f109c18978aab6e85af53fe8570f264e49fad55c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-12-20T17:05:39.178Z] + git log --format=format:%s -1 6cb9329327b73e172236a22e38255bc6945721aa [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:05:39.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:05:39.482Z] . [Pipeline] withDockerContainer [2020-12-20T17:05:39.584Z] prd-centos7-docker-4c-2g-16890 does not seem to be running inside a container [2020-12-20T17:05:39.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-20T17:05:40.761Z] $ docker top 3529bf2cfee3f8913f5632a8f7de4edb5d0c3967be3c83d067f80216b987e774 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:05:41.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:05:41.084Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:05:41.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:05:41.319Z] $ docker exec 3529bf2cfee3f8913f5632a8f7de4edb5d0c3967be3c83d067f80216b987e774 ssh-agent [2020-12-20T17:05:41.505Z] SSH_AUTH_SOCK=/tmp/ssh-Q8zXKuOIYM4y/agent.12 [2020-12-20T17:05:41.505Z] SSH_AGENT_PID=17 [2020-12-20T17:05:41.512Z] Running ssh-add (command line suppressed) [2020-12-20T17:05:41.645Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7106200026932172905.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7106200026932172905.key) [2020-12-20T17:05:41.701Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:05:42.038Z] + git semver tag [2020-12-20T17:05:42.039Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:05:42.039Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:05:42.039Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:05:42.039Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:05:42.039Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:05:42.039Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:05:42.039Z] # $SEMVER_BRANCH = master [2020-12-20T17:05:42.039Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-20T17:05:42.039Z] # 6cb9329327b73e172236a22e38255bc6945721aa HEAD [2020-12-20T17:05:42.039Z] # -> Force: false [2020-12-20T17:05:42.039Z] # 3beff83e3a2f1748cfaf5298abd942880387f6d7 refs/tags/v0.0.62 [Pipeline] } [2020-12-20T17:05:42.053Z] $ docker exec --env ******** --env ******** 3529bf2cfee3f8913f5632a8f7de4edb5d0c3967be3c83d067f80216b987e774 ssh-agent -k [2020-12-20T17:05:42.168Z] unset SSH_AUTH_SOCK; [2020-12-20T17:05:42.168Z] unset SSH_AGENT_PID; [2020-12-20T17:05:42.168Z] echo Agent pid 17 killed; [2020-12-20T17:05:42.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:05:42.685Z] + git semver [Pipeline] } [2020-12-20T17:05:42.706Z] $ docker stop --time=1 3529bf2cfee3f8913f5632a8f7de4edb5d0c3967be3c83d067f80216b987e774 [2020-12-20T17:05:44.063Z] $ docker rm -f 3529bf2cfee3f8913f5632a8f7de4edb5d0c3967be3c83d067f80216b987e774 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:05:44.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:05:44.758Z] [2020-12-20T17:05:44.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:05:45.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:05:45.110Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-20T17:05:45.110Z] ab5ef0e58194: Pulling fs layer [2020-12-20T17:05:45.110Z] 9712f1f96733: Pulling fs layer [2020-12-20T17:05:45.110Z] 63f879dbbcfc: Pulling fs layer [2020-12-20T17:05:45.110Z] 0d9ebad4ef96: Pulling fs layer [2020-12-20T17:05:45.110Z] e9a5061849ea: Pulling fs layer [2020-12-20T17:05:45.110Z] d747dcd14b5f: Pulling fs layer [2020-12-20T17:05:45.110Z] 2de7ff778b66: Pulling fs layer [2020-12-20T17:05:45.110Z] e9a5061849ea: Waiting [2020-12-20T17:05:45.110Z] d747dcd14b5f: Waiting [2020-12-20T17:05:45.110Z] 2de7ff778b66: Waiting [2020-12-20T17:05:45.110Z] 0d9ebad4ef96: Waiting [2020-12-20T17:05:45.110Z] 9712f1f96733: Verifying Checksum [2020-12-20T17:05:45.110Z] 9712f1f96733: Download complete [2020-12-20T17:05:46.505Z] 63f879dbbcfc: Verifying Checksum [2020-12-20T17:05:46.505Z] 63f879dbbcfc: Download complete [2020-12-20T17:05:46.505Z] e9a5061849ea: Verifying Checksum [2020-12-20T17:05:46.505Z] e9a5061849ea: Download complete [2020-12-20T17:05:46.505Z] d747dcd14b5f: Verifying Checksum [2020-12-20T17:05:46.505Z] d747dcd14b5f: Download complete [2020-12-20T17:05:46.767Z] 2de7ff778b66: Verifying Checksum [2020-12-20T17:05:46.767Z] 2de7ff778b66: Download complete [2020-12-20T17:05:47.028Z] 0d9ebad4ef96: Verifying Checksum [2020-12-20T17:05:47.028Z] 0d9ebad4ef96: Download complete [2020-12-20T17:05:47.292Z] ab5ef0e58194: Verifying Checksum [2020-12-20T17:05:47.292Z] ab5ef0e58194: Download complete [2020-12-20T17:05:51.660Z] ab5ef0e58194: Pull complete [2020-12-20T17:05:51.660Z] 9712f1f96733: Pull complete [2020-12-20T17:05:53.579Z] 63f879dbbcfc: Pull complete [2020-12-20T17:05:58.914Z] 0d9ebad4ef96: Pull complete [2020-12-20T17:06:00.833Z] e9a5061849ea: Pull complete [2020-12-20T17:06:00.833Z] d747dcd14b5f: Pull complete [2020-12-20T17:06:03.414Z] 2de7ff778b66: Pull complete [2020-12-20T17:06:03.414Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-20T17:06:03.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:06:03.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-20T17:06:03.580Z] prd-centos7-docker-4c-2g-16890 does not seem to be running inside a container [2020-12-20T17:06:03.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-20T17:06:07.603Z] $ docker top f4857297425cf447626d924065d8f52a4eba6743c67dc5cd9495a609dd46631a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-20T17:06:07.816Z] provisioning config files... [2020-12-20T17:06:07.829Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2637610093873068183tmp [2020-12-20T17:06:07.845Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3827199633596506895tmp [2020-12-20T17:06:07.859Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1046447454075793666tmp [Pipeline] { [Pipeline] echo [2020-12-20T17:06:07.912Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:06:08.204Z] ---> sigul-configuration.sh [2020-12-20T17:06:08.204Z] gpg: directory `/root/.gnupg' created [2020-12-20T17:06:08.204Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-20T17:06:08.204Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-20T17:06:08.204Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-20T17:06:08.204Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-20T17:06:08.204Z] gpg: CAST5 encrypted data [2020-12-20T17:06:08.465Z] gpg: encrypted with 1 passphrase [2020-12-20T17:06:08.465Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-20T17:06:08.757Z] + mkdir /home/jenkins [2020-12-20T17:06:08.757Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-20T17:06:09.051Z] + 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 [2020-12-20T17:06:09.062Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:06:09.353Z] ---> sigul-install.sh [2020-12-20T17:06:15.949Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-20T17:06:16.248Z] + git tag --list [2020-12-20T17:06:16.248Z] v0.0.1 [2020-12-20T17:06:16.248Z] v0.0.10 [2020-12-20T17:06:16.248Z] v0.0.11 [2020-12-20T17:06:16.248Z] v0.0.12 [2020-12-20T17:06:16.248Z] v0.0.13 [2020-12-20T17:06:16.248Z] v0.0.14 [2020-12-20T17:06:16.248Z] v0.0.15 [2020-12-20T17:06:16.248Z] v0.0.16 [2020-12-20T17:06:16.248Z] v0.0.17 [2020-12-20T17:06:16.248Z] v0.0.18 [2020-12-20T17:06:16.248Z] v0.0.19 [2020-12-20T17:06:16.248Z] v0.0.2 [2020-12-20T17:06:16.248Z] v0.0.20 [2020-12-20T17:06:16.248Z] v0.0.21 [2020-12-20T17:06:16.248Z] v0.0.22 [2020-12-20T17:06:16.248Z] v0.0.23 [2020-12-20T17:06:16.248Z] v0.0.24 [2020-12-20T17:06:16.248Z] v0.0.25 [2020-12-20T17:06:16.248Z] v0.0.26 [2020-12-20T17:06:16.248Z] v0.0.27 [2020-12-20T17:06:16.248Z] v0.0.28 [2020-12-20T17:06:16.248Z] v0.0.29 [2020-12-20T17:06:16.248Z] v0.0.3 [2020-12-20T17:06:16.248Z] v0.0.30 [2020-12-20T17:06:16.248Z] v0.0.31 [2020-12-20T17:06:16.248Z] v0.0.32 [2020-12-20T17:06:16.248Z] v0.0.33 [2020-12-20T17:06:16.248Z] v0.0.34 [2020-12-20T17:06:16.248Z] v0.0.35 [2020-12-20T17:06:16.248Z] v0.0.36 [2020-12-20T17:06:16.248Z] v0.0.37 [2020-12-20T17:06:16.248Z] v0.0.38 [2020-12-20T17:06:16.248Z] v0.0.39 [2020-12-20T17:06:16.248Z] v0.0.4 [2020-12-20T17:06:16.248Z] v0.0.40 [2020-12-20T17:06:16.248Z] v0.0.41 [2020-12-20T17:06:16.248Z] v0.0.42 [2020-12-20T17:06:16.248Z] v0.0.43 [2020-12-20T17:06:16.248Z] v0.0.44 [2020-12-20T17:06:16.248Z] v0.0.45 [2020-12-20T17:06:16.248Z] v0.0.46 [2020-12-20T17:06:16.248Z] v0.0.47 [2020-12-20T17:06:16.248Z] v0.0.48 [2020-12-20T17:06:16.248Z] v0.0.49 [2020-12-20T17:06:16.248Z] v0.0.5 [2020-12-20T17:06:16.248Z] v0.0.50 [2020-12-20T17:06:16.248Z] v0.0.51 [2020-12-20T17:06:16.248Z] v0.0.52 [2020-12-20T17:06:16.248Z] v0.0.53 [2020-12-20T17:06:16.248Z] v0.0.54 [2020-12-20T17:06:16.248Z] v0.0.55 [2020-12-20T17:06:16.248Z] v0.0.56 [2020-12-20T17:06:16.248Z] v0.0.57 [2020-12-20T17:06:16.248Z] v0.0.58 [2020-12-20T17:06:16.248Z] v0.0.59 [2020-12-20T17:06:16.248Z] v0.0.6 [2020-12-20T17:06:16.248Z] v0.0.60 [2020-12-20T17:06:16.248Z] v0.0.61 [2020-12-20T17:06:16.248Z] v0.0.62 [2020-12-20T17:06:16.248Z] v0.0.7 [2020-12-20T17:06:16.248Z] v0.0.8 [2020-12-20T17:06:16.248Z] v0.0.9 [Pipeline] sh [2020-12-20T17:06:16.547Z] + lftools sign git-tag v0.0.62 [2020-12-20T17:06:17.935Z] Signing Git tag with Sigul... [2020-12-20T17:06:17.935Z] Signing v0.0.62 [Pipeline] echo [2020-12-20T17:06:18.518Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:06:18.810Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-20T17:06:18.819Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-20T17:06:18.919Z] $ docker stop --time=1 f4857297425cf447626d924065d8f52a4eba6743c67dc5cd9495a609dd46631a [2020-12-20T17:06:20.928Z] $ docker rm -f f4857297425cf447626d924065d8f52a4eba6743c67dc5cd9495a609dd46631a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:06:21.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:06:21.980Z] . [Pipeline] withDockerContainer [2020-12-20T17:06:22.083Z] prd-centos7-docker-4c-2g-16890 does not seem to be running inside a container [2020-12-20T17:06:22.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-20T17:06:22.824Z] $ docker top c6f1c1e2e0445b1119c5d9cbda58ab356036c570ab2379a0dd188f5cf6be9886 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:06:23.133Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:06:23.133Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:06:23.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:06:23.341Z] $ docker exec c6f1c1e2e0445b1119c5d9cbda58ab356036c570ab2379a0dd188f5cf6be9886 ssh-agent [2020-12-20T17:06:23.512Z] SSH_AUTH_SOCK=/tmp/ssh-AORFMLX3SKAP/agent.11 [2020-12-20T17:06:23.512Z] SSH_AGENT_PID=16 [2020-12-20T17:06:23.519Z] Running ssh-add (command line suppressed) [2020-12-20T17:06:23.647Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5262785837782757852.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5262785837782757852.key) [2020-12-20T17:06:23.701Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:06:24.036Z] + git semver bump patch [2020-12-20T17:06:24.037Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:06:24.037Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:06:24.037Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:06:24.037Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:06:24.037Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:06:24.037Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:06:24.037Z] # $SEMVER_BRANCH = master [2020-12-20T17:06:24.037Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-20T17:06:24.037Z] 0.0.63 [Pipeline] } [2020-12-20T17:06:24.052Z] $ docker exec --env ******** --env ******** c6f1c1e2e0445b1119c5d9cbda58ab356036c570ab2379a0dd188f5cf6be9886 ssh-agent -k [2020-12-20T17:06:24.173Z] unset SSH_AUTH_SOCK; [2020-12-20T17:06:24.173Z] unset SSH_AGENT_PID; [2020-12-20T17:06:24.173Z] echo Agent pid 16 killed; [2020-12-20T17:06:24.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:06:24.742Z] + git semver [Pipeline] } [2020-12-20T17:06:24.763Z] $ docker stop --time=1 c6f1c1e2e0445b1119c5d9cbda58ab356036c570ab2379a0dd188f5cf6be9886 [2020-12-20T17:06:26.142Z] $ docker rm -f c6f1c1e2e0445b1119c5d9cbda58ab356036c570ab2379a0dd188f5cf6be9886 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:06:26.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:06:26.667Z] . [Pipeline] withDockerContainer [2020-12-20T17:06:26.770Z] prd-centos7-docker-4c-2g-16890 does not seem to be running inside a container [2020-12-20T17:06:26.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-20T17:06:27.470Z] $ docker top 01d2118816bf5eedc5bcebea04abad9f46b6475dd1e19707ba9f4c75ecc644e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:06:27.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:06:27.777Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:06:27.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:06:27.966Z] $ docker exec 01d2118816bf5eedc5bcebea04abad9f46b6475dd1e19707ba9f4c75ecc644e3 ssh-agent [2020-12-20T17:06:28.145Z] SSH_AUTH_SOCK=/tmp/ssh-xsOLKHEIaBQn/agent.11 [2020-12-20T17:06:28.145Z] SSH_AGENT_PID=17 [2020-12-20T17:06:28.153Z] Running ssh-add (command line suppressed) [2020-12-20T17:06:28.282Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4627867661381768382.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4627867661381768382.key) [2020-12-20T17:06:28.336Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:06:28.704Z] + git semver push [2020-12-20T17:06:28.704Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:06:28.704Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:06:28.704Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:06:28.704Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:06:28.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:06:28.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:06:28.704Z] # $SEMVER_BRANCH = master [2020-12-20T17:06:28.704Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-20T17:06:35.434Z] $ docker exec --env ******** --env ******** 01d2118816bf5eedc5bcebea04abad9f46b6475dd1e19707ba9f4c75ecc644e3 ssh-agent -k [2020-12-20T17:06:35.557Z] unset SSH_AUTH_SOCK; [2020-12-20T17:06:35.557Z] unset SSH_AGENT_PID; [2020-12-20T17:06:35.557Z] echo Agent pid 17 killed; [2020-12-20T17:06:35.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:06:36.092Z] + git semver [Pipeline] } [2020-12-20T17:06:36.121Z] $ docker stop --time=1 01d2118816bf5eedc5bcebea04abad9f46b6475dd1e19707ba9f4c75ecc644e3 [2020-12-20T17:06:37.481Z] $ docker rm -f 01d2118816bf5eedc5bcebea04abad9f46b6475dd1e19707ba9f4c75ecc644e3 [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 [2020-12-20T17:06:39.097Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:06:39.661Z] ---> package-listing.sh [2020-12-20T17:06:39.661Z] ++ facter osfamily [2020-12-20T17:06:39.661Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-20T17:06:39.661Z] + OS_FAMILY=redhat [2020-12-20T17:06:39.661Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:06:39.661Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-20T17:06:39.661Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-20T17:06:39.661Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-20T17:06:39.661Z] + PACKAGES=/tmp/packages_start.txt [2020-12-20T17:06:39.661Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-20T17:06:39.661Z] + PACKAGES=/tmp/packages_end.txt [2020-12-20T17:06:39.661Z] + case "${OS_FAMILY}" in [2020-12-20T17:06:39.661Z] + rpm -qa [2020-12-20T17:06:39.661Z] + sort [2020-12-20T17:06:44.959Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-20T17:06:44.959Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-20T17:06:44.959Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-20T17:06:44.959Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-20T17:06:44.959Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-12-20T17:06:44.959Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-12-20T17:06:44.972Z] 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 [2020-12-20T17:06:45.259Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:06:45.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:06:45.589Z] [2020-12-20T17:06:45.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:06:45.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:06:45.952Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-20T17:06:45.952Z] df20fa9351a1: Pulling fs layer [2020-12-20T17:06:45.952Z] 36b3adc4ff6f: Pulling fs layer [2020-12-20T17:06:45.952Z] 8ad3a11d3b57: Pulling fs layer [2020-12-20T17:06:45.952Z] 46f8f816bc3b: Pulling fs layer [2020-12-20T17:06:45.952Z] 93b61091891f: Pulling fs layer [2020-12-20T17:06:45.952Z] 93b9cdb0e59b: Pulling fs layer [2020-12-20T17:06:45.952Z] 5e14af77c1be: Pulling fs layer [2020-12-20T17:06:45.952Z] 01666e4c0597: Pulling fs layer [2020-12-20T17:06:45.952Z] aa168da1d23b: Pulling fs layer [2020-12-20T17:06:45.952Z] 93b9cdb0e59b: Waiting [2020-12-20T17:06:45.952Z] 5e14af77c1be: Waiting [2020-12-20T17:06:45.952Z] 01666e4c0597: Waiting [2020-12-20T17:06:45.952Z] aa168da1d23b: Waiting [2020-12-20T17:06:45.952Z] 46f8f816bc3b: Waiting [2020-12-20T17:06:45.952Z] 93b61091891f: Waiting [2020-12-20T17:06:45.952Z] 36b3adc4ff6f: Verifying Checksum [2020-12-20T17:06:45.952Z] 36b3adc4ff6f: Download complete [2020-12-20T17:06:45.952Z] 46f8f816bc3b: Download complete [2020-12-20T17:06:45.952Z] df20fa9351a1: Verifying Checksum [2020-12-20T17:06:45.952Z] df20fa9351a1: Download complete [2020-12-20T17:06:46.222Z] 93b9cdb0e59b: Verifying Checksum [2020-12-20T17:06:46.222Z] 93b9cdb0e59b: Download complete [2020-12-20T17:06:46.222Z] 93b61091891f: Verifying Checksum [2020-12-20T17:06:46.222Z] 93b61091891f: Download complete [2020-12-20T17:06:46.222Z] 5e14af77c1be: Verifying Checksum [2020-12-20T17:06:46.222Z] 5e14af77c1be: Download complete [2020-12-20T17:06:46.222Z] 01666e4c0597: Verifying Checksum [2020-12-20T17:06:46.222Z] 01666e4c0597: Download complete [2020-12-20T17:06:46.222Z] 8ad3a11d3b57: Verifying Checksum [2020-12-20T17:06:46.222Z] 8ad3a11d3b57: Download complete [2020-12-20T17:06:46.484Z] df20fa9351a1: Pull complete [2020-12-20T17:06:46.747Z] 36b3adc4ff6f: Pull complete [2020-12-20T17:06:47.699Z] 8ad3a11d3b57: Pull complete [2020-12-20T17:06:47.963Z] 46f8f816bc3b: Pull complete [2020-12-20T17:06:47.963Z] aa168da1d23b: Verifying Checksum [2020-12-20T17:06:47.963Z] aa168da1d23b: Download complete [2020-12-20T17:06:48.546Z] 93b61091891f: Pull complete [2020-12-20T17:06:48.546Z] 93b9cdb0e59b: Pull complete [2020-12-20T17:06:48.816Z] 5e14af77c1be: Pull complete [2020-12-20T17:06:48.816Z] 01666e4c0597: Pull complete [2020-12-20T17:06:55.450Z] aa168da1d23b: Pull complete [2020-12-20T17:06:55.450Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-20T17:06:55.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:06:55.450Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-20T17:06:55.601Z] prd-centos7-docker-4c-2g-16890 does not seem to be running inside a container [2020-12-20T17:06:55.648Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-20T17:06:58.659Z] $ docker top a9d6f2bd3a3d8fa2f7292491a4dd5ae65b2d470d020b6e86011ea40d86f47ab8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:06:59.197Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-20T17:06:59.490Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-20T17:06:59.786Z] + ls /var/log/sa-host [2020-12-20T17:06:59.786Z] + sadf -c /var/log/sa-host/sa20 [2020-12-20T17:06:59.786Z] file_magic: OK [2020-12-20T17:06:59.786Z] HZ: Using current value: 100 [2020-12-20T17:06:59.786Z] file_header: OK [2020-12-20T17:06:59.786Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-20T17:06:59.786Z] Statistics: [2020-12-20T17:06:59.786Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-20T17:06:59.786Z] File successfully converted to sysstat format version 12.2.1 [2020-12-20T17:06:59.786Z] + sadf -c /var/log/sa-host/sa23 [2020-12-20T17:06:59.786Z] file_magic: OK [2020-12-20T17:06:59.786Z] HZ: Using current value: 100 [2020-12-20T17:06:59.786Z] file_header: OK [2020-12-20T17:06:59.786Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-20T17:06:59.786Z] Statistics: [2020-12-20T17:06:59.786Z] Hnuu...uuuununununu... [2020-12-20T17:06:59.786Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-20T17:07:00.442Z] provisioning config files... [2020-12-20T17:07:00.464Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9157458299902886838tmp [Pipeline] { [Pipeline] echo [2020-12-20T17:07:00.583Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:07:00.877Z] ---> create-netrc.sh [Pipeline] } [2020-12-20T17:07:00.886Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-20T17:07:01.030Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:07:01.320Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-20T17:07:01.330Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:07:01.625Z] ---> sudo-logs.sh [2020-12-20T17:07:01.625Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-20T17:07:01.635Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:07:01.931Z] ---> job-cost.sh [2020-12-20T17:07:01.931Z] lf-activate-venv: SKIPPING [2020-12-20T17:07:01.931Z] INFO: No Stack... [2020-12-20T17:07:02.877Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-20T17:07:03.449Z] INFO: Archiving Costs [Pipeline] echo [2020-12-20T17:07:03.464Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:07:03.760Z] ---> logs-deploy.sh [2020-12-20T17:07:03.760Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/65 [2020-12-20T17:07:03.760Z] INFO: archiving workspace using pattern(s): [2020-12-20T17:07:05.147Z] Archives upload complete. [2020-12-20T17:07:05.411Z] INFO: archiving logs to Nexus [2020-12-20T17:07:06.371Z] ---> uname -a: [2020-12-20T17:07:06.371Z] Linux prd-centos7-docker-4c-2g-16890.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] ---> lscpu: [2020-12-20T17:07:06.371Z] Architecture: x86_64 [2020-12-20T17:07:06.371Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-20T17:07:06.371Z] Byte Order: Little Endian [2020-12-20T17:07:06.371Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-20T17:07:06.371Z] CPU(s): 4 [2020-12-20T17:07:06.371Z] On-line CPU(s) list: 0-3 [2020-12-20T17:07:06.371Z] Thread(s) per core: 1 [2020-12-20T17:07:06.371Z] Core(s) per socket: 1 [2020-12-20T17:07:06.371Z] Socket(s): 4 [2020-12-20T17:07:06.371Z] NUMA node(s): 1 [2020-12-20T17:07:06.371Z] Vendor ID: GenuineIntel [2020-12-20T17:07:06.371Z] CPU family: 6 [2020-12-20T17:07:06.371Z] Model: 44 [2020-12-20T17:07:06.371Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-20T17:07:06.371Z] Stepping: 1 [2020-12-20T17:07:06.371Z] CPU MHz: 2933.442 [2020-12-20T17:07:06.371Z] BogoMIPS: 5866.88 [2020-12-20T17:07:06.371Z] Virtualization: VT-x [2020-12-20T17:07:06.371Z] Hypervisor vendor: KVM [2020-12-20T17:07:06.371Z] Virtualization type: full [2020-12-20T17:07:06.371Z] L1d cache: 128 KiB [2020-12-20T17:07:06.371Z] L1i cache: 128 KiB [2020-12-20T17:07:06.371Z] L2 cache: 16 MiB [2020-12-20T17:07:06.371Z] L3 cache: 64 MiB [2020-12-20T17:07:06.371Z] NUMA node0 CPU(s): 0-3 [2020-12-20T17:07:06.371Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-20T17:07:06.371Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-20T17:07:06.371Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-20T17:07:06.371Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-20T17:07:06.371Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-20T17:07:06.371Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-20T17:07:06.371Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-20T17:07:06.371Z] Vulnerability Srbds: Not affected [2020-12-20T17:07:06.371Z] Vulnerability Tsx async abort: Not affected [2020-12-20T17:07:06.371Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] ---> nproc: [2020-12-20T17:07:06.371Z] 4 [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] ---> df -h: [2020-12-20T17:07:06.371Z] Filesystem Size Used Available Use% Mounted on [2020-12-20T17:07:06.371Z] overlay 50.0G 8.5G 41.4G 17% / [2020-12-20T17:07:06.371Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-20T17:07:06.371Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-20T17:07:06.371Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-12-20T17:07:06.371Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] ---> free -m: [2020-12-20T17:07:06.371Z] total used free shared buff/cache available [2020-12-20T17:07:06.371Z] Mem: 1837 828 145 0 863 944 [2020-12-20T17:07:06.371Z] Swap: 1023 2 1021 [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] ---> ip addr: [2020-12-20T17:07:06.371Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-20T17:07:06.371Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-20T17:07:06.371Z] inet 127.0.0.1/8 scope host lo [2020-12-20T17:07:06.371Z] valid_lft forever preferred_lft forever [2020-12-20T17:07:06.371Z] inet6 ::1/128 scope host [2020-12-20T17:07:06.371Z] valid_lft forever preferred_lft forever [2020-12-20T17:07:06.371Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-20T17:07:06.371Z] link/ether fa:16:3e:62:18:7c brd ff:ff:ff:ff:ff:ff [2020-12-20T17:07:06.371Z] inet 10.30.122.114/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-20T17:07:06.371Z] valid_lft 85905sec preferred_lft 85905sec [2020-12-20T17:07:06.371Z] inet6 fe80::f816:3eff:fe62:187c/64 scope link [2020-12-20T17:07:06.371Z] valid_lft forever preferred_lft forever [2020-12-20T17:07:06.371Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-20T17:07:06.371Z] link/ether 02:42:e8:fd:fd:9e brd ff:ff:ff:ff:ff:ff [2020-12-20T17:07:06.371Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-20T17:07:06.371Z] valid_lft forever preferred_lft forever [2020-12-20T17:07:06.371Z] inet6 fe80::42:e8ff:fefd:fd9e/64 scope link [2020-12-20T17:07:06.371Z] valid_lft forever preferred_lft forever [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] ---> sar -b -r -n DEV: [2020-12-20T17:07:06.371Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] 16:58:39 LINUX RESTART (4 CPU) [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] 16:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-20T17:07:06.371Z] 17:00:01 125.21 45.81 79.40 0.00 7913.19 36101.69 0.00 [2020-12-20T17:07:06.371Z] 17:01:01 2.61 0.02 2.60 0.00 0.13 57.43 0.00 [2020-12-20T17:07:06.371Z] 17:02:01 0.58 0.08 0.50 0.00 1.60 8.31 0.00 [2020-12-20T17:07:06.371Z] 17:03:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 [2020-12-20T17:07:06.371Z] 17:04:01 0.25 0.00 0.25 0.00 0.00 3.41 0.00 [2020-12-20T17:07:06.371Z] 17:05:01 0.32 0.10 0.22 0.00 7.33 3.61 0.00 [2020-12-20T17:07:06.371Z] 17:06:01 382.29 186.94 195.35 0.00 9402.19 57924.96 0.00 [2020-12-20T17:07:06.371Z] Average: 73.05 33.30 39.75 0.00 2464.42 13404.35 0.00 [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] 16:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-20T17:07:06.371Z] 17:00:01 154876 0 576352 30.63 2620 1147696 1084860 37.02 394312 1132176 132 [2020-12-20T17:07:06.371Z] 17:01:01 160148 0 570960 30.35 2620 1147816 1062884 36.27 394948 1127172 20 [2020-12-20T17:07:06.371Z] 17:02:01 158196 0 572752 30.44 2620 1147976 1061268 36.22 394880 1130036 32 [2020-12-20T17:07:06.371Z] 17:03:01 157720 0 573260 30.47 2620 1147944 1061292 36.22 404988 1119964 8 [2020-12-20T17:07:06.371Z] 17:04:01 156676 0 574300 30.52 2620 1147948 1061208 36.22 403504 1122844 8 [2020-12-20T17:07:06.371Z] 17:05:01 148552 0 582144 30.94 2620 1148228 1075140 36.69 416548 1116024 72 [2020-12-20T17:07:06.371Z] 17:06:01 73948 0 826828 43.94 1892 978876 1519084 51.84 599672 879640 91288 [2020-12-20T17:07:06.371Z] Average: 144302 0 610942 32.47 2516 1123783 1132248 38.64 429836 1089694 13080 [2020-12-20T17:07:06.371Z] [2020-12-20T17:07:06.371Z] 16:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-20T17:07:06.371Z] 17:00:01 eth0 546.37 384.88 1072.56 97.89 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:00:01 docker0 2.89 1.95 0.60 3.97 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:01:01 eth0 1.10 0.08 0.08 0.01 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:02:01 eth0 1.85 0.43 0.42 0.18 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:03:01 eth0 1.08 0.28 0.32 0.23 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.371Z] 17:04:01 eth0 1.45 0.33 0.35 0.20 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:05:01 eth0 6.13 3.00 4.44 1.60 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:06:01 eth0 924.94 799.20 7334.77 114.91 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] 17:06:01 docker0 22.52 23.20 2.25 50.61 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] Average: eth0 211.29 169.44 1204.08 30.59 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] Average: docker0 3.64 3.60 0.41 7.82 0.00 0.00 0.00 0.00 [2020-12-20T17:07:06.372Z] [2020-12-20T17:07:06.372Z] [2020-12-20T17:07:06.372Z] ---> sar -P ALL: [2020-12-20T17:07:06.372Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) [2020-12-20T17:07:06.372Z] [2020-12-20T17:07:06.372Z] 16:58:39 LINUX RESTART (4 CPU) [2020-12-20T17:07:06.372Z] [2020-12-20T17:07:06.372Z] 16:59:02 CPU %user %nice %system %iowait %steal %idle [2020-12-20T17:07:06.372Z] 17:00:01 all 13.13 0.00 5.88 5.70 0.02 75.27 [2020-12-20T17:07:06.372Z] 17:00:01 0 12.08 0.00 6.39 4.77 0.02 76.74 [2020-12-20T17:07:06.372Z] 17:00:01 1 13.66 0.00 5.13 6.26 0.03 74.92 [2020-12-20T17:07:06.372Z] 17:00:01 2 12.52 0.00 4.97 4.96 0.02 77.53 [2020-12-20T17:07:06.372Z] 17:00:01 3 14.25 0.00 7.02 6.83 0.02 71.88 [2020-12-20T17:07:06.372Z] 17:01:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-12-20T17:07:06.372Z] 17:01:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-20T17:07:06.372Z] 17:01:01 1 0.37 0.00 0.03 0.00 0.00 99.60 [2020-12-20T17:07:06.372Z] 17:01:01 2 0.20 0.00 0.03 0.00 0.00 99.77 [2020-12-20T17:07:06.372Z] 17:01:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-20T17:07:06.372Z] 17:02:01 all 0.17 0.00 0.07 0.00 0.00 99.75 [2020-12-20T17:07:06.372Z] 17:02:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-12-20T17:07:06.372Z] 17:02:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-20T17:07:06.372Z] 17:02:01 2 0.48 0.00 0.08 0.02 0.00 99.42 [2020-12-20T17:07:06.372Z] 17:02:01 3 0.10 0.00 0.08 0.00 0.02 99.80 [2020-12-20T17:07:06.372Z] 17:03:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2020-12-20T17:07:06.372Z] 17:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2020-12-20T17:07:06.372Z] 17:03:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-20T17:07:06.372Z] 17:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-20T17:07:06.372Z] 17:03:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-20T17:07:06.372Z] 17:04:01 all 0.19 0.00 0.14 0.00 0.00 99.67 [2020-12-20T17:07:06.372Z] 17:04:01 0 0.07 0.00 0.20 0.00 0.00 99.73 [2020-12-20T17:07:06.372Z] 17:04:01 1 0.07 0.00 0.17 0.00 0.00 99.77 [2020-12-20T17:07:06.372Z] 17:04:01 2 0.08 0.00 0.10 0.00 0.00 99.82 [2020-12-20T17:07:06.372Z] 17:04:01 3 0.53 0.00 0.10 0.00 0.00 99.37 [2020-12-20T17:07:06.372Z] 17:05:01 all 0.35 0.00 0.24 0.00 0.00 99.40 [2020-12-20T17:07:06.372Z] 17:05:01 0 0.57 0.00 0.52 0.00 0.00 98.92 [2020-12-20T17:07:06.372Z] 17:05:01 1 0.15 0.00 0.13 0.02 0.00 99.70 [2020-12-20T17:07:06.372Z] 17:05:01 2 0.08 0.00 0.12 0.00 0.00 99.80 [2020-12-20T17:07:06.372Z] 17:05:01 3 0.62 0.00 0.20 0.00 0.00 99.18 [2020-12-20T17:07:06.372Z] 17:06:01 all 15.86 0.00 11.06 3.31 0.02 69.74 [2020-12-20T17:07:06.372Z] 17:06:01 0 14.81 0.00 10.53 3.53 0.03 71.09 [2020-12-20T17:07:06.372Z] 17:06:01 1 16.06 0.00 11.23 2.65 0.02 70.05 [2020-12-20T17:07:06.372Z] 17:06:01 2 16.00 0.00 9.97 2.44 0.02 71.57 [2020-12-20T17:07:06.372Z] 17:06:01 3 16.55 0.00 12.53 4.63 0.02 66.27 [2020-12-20T17:07:06.372Z] Average: all 4.20 0.00 2.44 1.26 0.01 92.09 [2020-12-20T17:07:06.372Z] Average: 0 3.85 0.00 2.48 1.16 0.01 92.50 [2020-12-20T17:07:06.372Z] Average: 1 4.26 0.00 2.35 1.25 0.01 92.13 [2020-12-20T17:07:06.372Z] Average: 2 4.11 0.00 2.14 1.04 0.00 92.71 [2020-12-20T17:07:06.372Z] Average: 3 4.56 0.00 2.80 1.60 0.01 91.03 [2020-12-20T17:07:06.372Z] [2020-12-20T17:07:06.372Z] [2020-12-20T17:07:06.372Z]