Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 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-16906 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 cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry (#135)" > git rev-list --no-walk c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-20T17:45:32.425Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-20T17:45:32.695Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-20T17:45:32.799Z] ========================================================= [2020-12-20T17:45:32.799Z] EdgeX Global Pipelines Version Info [2020-12-20T17:45:32.799Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:45:34.415Z] ------------------- [2020-12-20T17:45:34.415Z] stable info: [2020-12-20T17:45:34.415Z] ------------------- [2020-12-20T17:45:34.415Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-20T17:45:34.415Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T17:45:34.415Z] Message: update stable to v1.0.173 [2020-12-20T17:45:35.357Z] ------------------- [2020-12-20T17:45:35.357Z] experimental info: [2020-12-20T17:45:35.357Z] ------------------- [2020-12-20T17:45:35.357Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-20T17:45:35.357Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T17:45:35.357Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-20T17:45:35.632Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-12-20T17:45:35.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-12-20T17:45:35.823Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-20T17:45:35.928Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-20T17:45:36.022Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-20T17:45:36.128Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-20T17:45:36.239Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-20T17:45:36.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-20T17:45:36.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-20T17:45:36.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-20T17:45:36.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-20T17:45:36.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-12-20T17:45:36.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-20T17:45:36.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-20T17:45:36.991Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:45:37.090Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:45:37.201Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:45:37.296Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:45:37.392Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-20T17:45:37.482Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-20T17:45:37.577Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-20T17:45:37.666Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-20T17:45:37.767Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-20T17:45:37.854Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-20T17:45:37.948Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-20T17:45:38.038Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-20T17:45:38.129Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-20T17:45:38.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-20T17:45:38.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-20T17:45:38.445Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-20T17:45:38.541Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 [Pipeline] echo [2020-12-20T17:45:38.629Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb3a4e9 [Pipeline] echo [2020-12-20T17:45:38.717Z] [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-20T17:45:39.398Z] + git log --format=format:%s -1 cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 [Pipeline] echo [2020-12-20T17:45:39.459Z] GIT_COMMIT: cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry (#135) [Pipeline] echo [2020-12-20T17:45:39.503Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:45:40.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:45:40.720Z] [2020-12-20T17:45:40.720Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:45:41.092Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:45:41.093Z] latest: Pulling from edgex-devops/git-semver [2020-12-20T17:45:41.093Z] 31603596830f: Pulling fs layer [2020-12-20T17:45:41.093Z] 2a8b12db71e7: Pulling fs layer [2020-12-20T17:45:41.093Z] 6ca5941a6612: Pulling fs layer [2020-12-20T17:45:41.093Z] ecc8261a40a4: Pulling fs layer [2020-12-20T17:45:41.093Z] ecc8261a40a4: Waiting [2020-12-20T17:45:41.093Z] 2a8b12db71e7: Verifying Checksum [2020-12-20T17:45:41.093Z] 2a8b12db71e7: Download complete [2020-12-20T17:45:41.354Z] ecc8261a40a4: Verifying Checksum [2020-12-20T17:45:41.354Z] ecc8261a40a4: Download complete [2020-12-20T17:45:41.354Z] 6ca5941a6612: Verifying Checksum [2020-12-20T17:45:41.354Z] 6ca5941a6612: Download complete [2020-12-20T17:45:41.621Z] 31603596830f: Verifying Checksum [2020-12-20T17:45:41.621Z] 31603596830f: Download complete [2020-12-20T17:45:41.886Z] 31603596830f: Pull complete [2020-12-20T17:45:41.886Z] 2a8b12db71e7: Pull complete [2020-12-20T17:45:42.832Z] 6ca5941a6612: Pull complete [2020-12-20T17:45:43.094Z] ecc8261a40a4: Pull complete [2020-12-20T17:45:43.094Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-20T17:45:43.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:45:43.094Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-20T17:45:43.198Z] prd-centos7-docker-4c-2g-16906 does not seem to be running inside a container [2020-12-20T17:45:43.250Z] $ 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-20T17:45:45.290Z] $ docker top 05161d5dbee733bf48ad28391691a3d8efb8634309871e1fbf92c9c3c88e2380 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:45:45.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:45:45.636Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:45:45.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:45:45.863Z] $ docker exec 05161d5dbee733bf48ad28391691a3d8efb8634309871e1fbf92c9c3c88e2380 ssh-agent [2020-12-20T17:45:46.026Z] SSH_AUTH_SOCK=/tmp/ssh-pvlFf0t8loXS/agent.11 [2020-12-20T17:45:46.026Z] SSH_AGENT_PID=16 [2020-12-20T17:45:46.035Z] Running ssh-add (command line suppressed) [2020-12-20T17:45:46.154Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6109669568180502611.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6109669568180502611.key) [2020-12-20T17:45:46.205Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:45:46.536Z] + git tag --points-at HEAD [Pipeline] } [2020-12-20T17:45:46.556Z] $ docker exec --env ******** --env ******** 05161d5dbee733bf48ad28391691a3d8efb8634309871e1fbf92c9c3c88e2380 ssh-agent -k [2020-12-20T17:45:46.672Z] unset SSH_AUTH_SOCK; [2020-12-20T17:45:46.673Z] unset SSH_AGENT_PID; [2020-12-20T17:45:46.673Z] echo Agent pid 16 killed; [2020-12-20T17:45:46.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-20T17:45:46.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:45:46.855Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:45:47.014Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:45:47.018Z] $ docker exec 05161d5dbee733bf48ad28391691a3d8efb8634309871e1fbf92c9c3c88e2380 ssh-agent [2020-12-20T17:45:47.176Z] SSH_AUTH_SOCK=/tmp/ssh-JQX3L7dTj7Q1/agent.46 [2020-12-20T17:45:47.176Z] SSH_AGENT_PID=51 [2020-12-20T17:45:47.183Z] Running ssh-add (command line suppressed) [2020-12-20T17:45:47.299Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4989638605645161044.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4989638605645161044.key) [2020-12-20T17:45:47.348Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:45:47.674Z] + git semver init [2020-12-20T17:45:47.674Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:45:47.674Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:45:47.674Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:45:47.674Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:45:47.674Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:45:47.674Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:45:47.674Z] # $SEMVER_BRANCH = master [2020-12-20T17:45:47.674Z] # $SEMVER_TEMP = /tmp/semver-247662005 [2020-12-20T17:45:47.674Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-12-20T17:45:48.246Z] # '/tmp/semver-247662005' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-12-20T17:45:48.246Z] # -> Force: false [2020-12-20T17:45:48.246Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-20T17:45:48.259Z] $ docker exec --env ******** --env ******** 05161d5dbee733bf48ad28391691a3d8efb8634309871e1fbf92c9c3c88e2380 ssh-agent -k [2020-12-20T17:45:48.369Z] unset SSH_AUTH_SOCK; [2020-12-20T17:45:48.370Z] unset SSH_AGENT_PID; [2020-12-20T17:45:48.370Z] echo Agent pid 51 killed; [2020-12-20T17:45:48.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:45:49.112Z] + git semver [Pipeline] } [2020-12-20T17:45:49.129Z] $ docker stop --time=1 05161d5dbee733bf48ad28391691a3d8efb8634309871e1fbf92c9c3c88e2380 [2020-12-20T17:45:50.927Z] $ docker rm -f 05161d5dbee733bf48ad28391691a3d8efb8634309871e1fbf92c9c3c88e2380 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T17:45:51.418Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-20T17:45:51.831Z] Stashed 1 file(s) [Pipeline] echo [2020-12-20T17:45:51.834Z] [edgeXSemver]: initialized semver on version 0.0.64 [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-20T17:46:07.517Z] Still waiting to schedule task [2020-12-20T17:46:07.518Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-20T17:46:07.520Z] Still waiting to schedule task [2020-12-20T17:46:07.520Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-20T17:48:00.654Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16907 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-20T17:48:00.856Z] Running in /w/workspace/go-mod-bootstrap/67 [Pipeline] { [Pipeline] checkout [2020-12-20T17:48:06.177Z] using credential edgex-jenkins-ssh [2020-12-20T17:48:06.252Z] Cloning the remote Git repository [2020-12-20T17:48:06.318Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:48:06.423Z] > git init /w/workspace/go-mod-bootstrap/67 # timeout=10 [2020-12-20T17:48:06.504Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:48:06.505Z] > git --version # timeout=10 [2020-12-20T17:48:06.523Z] > git --version # 'git version 2.17.1' [2020-12-20T17:48:06.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:48:06.610Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:48:08.038Z] Checking out Revision cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 (master) [2020-12-20T17:48:07.433Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:48:07.458Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:48:07.494Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:48:07.528Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:48:07.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:48:07.545Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T17:48:08.062Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T17:48:08.090Z] > git checkout -f cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 [2020-12-20T17:48:12.514Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry (#135)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T17:48:14.150Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:48:14.569Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:48:14.928Z] + true [2020-12-20T17:48:14.928Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2020-12-20T17:48:17.898Z] ========================================================= [2020-12-20T17:48:17.898Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-20T17:48:17.898Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:48:18.306Z] + 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:48:19.288Z] Sending build context to Docker daemon 611.3kB [2020-12-20T17:48:19.288Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-20T17:48:19.288Z] Step 2/8 : FROM ${BASE} [2020-12-20T17:48:19.565Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-20T17:48:19.565Z] 5f621e34cdf4: Pulling fs layer [2020-12-20T17:48:19.565Z] a4357932f1b6: Pulling fs layer [2020-12-20T17:48:19.565Z] 18c013af1878: Pulling fs layer [2020-12-20T17:48:19.565Z] 00ac8860ef70: Pulling fs layer [2020-12-20T17:48:19.565Z] 63d7cb157983: Pulling fs layer [2020-12-20T17:48:19.565Z] b116817d02f9: Pulling fs layer [2020-12-20T17:48:19.565Z] 745a02a5169b: Pulling fs layer [2020-12-20T17:48:19.565Z] b116817d02f9: Waiting [2020-12-20T17:48:19.565Z] 745a02a5169b: Waiting [2020-12-20T17:48:19.565Z] 63d7cb157983: Waiting [2020-12-20T17:48:19.565Z] 00ac8860ef70: Waiting [2020-12-20T17:48:19.565Z] 18c013af1878: Download complete [2020-12-20T17:48:19.565Z] a4357932f1b6: Verifying Checksum [2020-12-20T17:48:19.565Z] a4357932f1b6: Download complete [2020-12-20T17:48:19.565Z] 63d7cb157983: Verifying Checksum [2020-12-20T17:48:19.565Z] 63d7cb157983: Download complete [2020-12-20T17:48:19.565Z] b116817d02f9: Verifying Checksum [2020-12-20T17:48:19.565Z] b116817d02f9: Download complete [2020-12-20T17:48:19.565Z] 5f621e34cdf4: Verifying Checksum [2020-12-20T17:48:19.565Z] 5f621e34cdf4: Download complete [2020-12-20T17:48:20.168Z] 5f621e34cdf4: Pull complete [2020-12-20T17:48:20.768Z] a4357932f1b6: Pull complete [2020-12-20T17:48:21.376Z] 18c013af1878: Pull complete [2020-12-20T17:48:22.362Z] 745a02a5169b: Verifying Checksum [2020-12-20T17:48:22.362Z] 745a02a5169b: Download complete [2020-12-20T17:48:23.796Z] 00ac8860ef70: Verifying Checksum [2020-12-20T17:48:23.796Z] 00ac8860ef70: Download complete [2020-12-20T17:48:33.974Z] 00ac8860ef70: Pull complete [2020-12-20T17:48:34.571Z] 63d7cb157983: Pull complete [2020-12-20T17:48:34.847Z] b116817d02f9: Pull complete [2020-12-20T17:48:39.205Z] 745a02a5169b: Pull complete [2020-12-20T17:48:39.205Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-20T17:48:39.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-20T17:48:39.205Z] ---> b7e6874047d6 [2020-12-20T17:48:39.205Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-20T17:48:41.832Z] ---> Running in 53b67c8febe5 [2020-12-20T17:48:41.832Z] Removing intermediate container 53b67c8febe5 [2020-12-20T17:48:41.832Z] ---> b8ebd9179c84 [2020-12-20T17:48:41.832Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T17:48:42.124Z] ---> Running in 03e3c6039cd3 [2020-12-20T17:48:44.756Z] Removing intermediate container 03e3c6039cd3 [2020-12-20T17:48:44.756Z] ---> de05da7e6836 [2020-12-20T17:48:44.756Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-20T17:48:44.756Z] ---> Running in 139101c93d5a [2020-12-20T17:48:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T17:48:46.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T17:48:47.320Z] OK: 142 MiB in 39 packages [2020-12-20T17:48:48.300Z] Removing intermediate container 139101c93d5a [2020-12-20T17:48:48.300Z] ---> d74bd713032f [2020-12-20T17:48:48.300Z] Step 6/8 : WORKDIR /build [2020-12-20T17:48:48.585Z] ---> Running in a8b84dbb4067 [2020-12-20T17:48:49.185Z] Removing intermediate container a8b84dbb4067 [2020-12-20T17:48:49.185Z] ---> c83734c448bf [2020-12-20T17:48:49.185Z] Step 7/8 : COPY go.mod . [2020-12-20T17:48:49.478Z] Running on prd-centos7-docker-4c-2g-16908 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-20T17:48:49.579Z] Running in /w/workspace/go-mod-bootstrap/67 [Pipeline] { [Pipeline] checkout [2020-12-20T17:48:49.784Z] ---> ba83c83c31c0 [2020-12-20T17:48:49.784Z] Step 8/8 : RUN go mod download [2020-12-20T17:48:50.058Z] ---> Running in 18737e82902f [2020-12-20T17:48:52.119Z] using credential edgex-jenkins-ssh [2020-12-20T17:48:52.180Z] Cloning the remote Git repository [2020-12-20T17:48:52.060Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:48:52.131Z] > git init /w/workspace/go-mod-bootstrap/67 # timeout=10 [2020-12-20T17:48:52.193Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:48:52.194Z] > git --version # timeout=10 [2020-12-20T17:48:52.200Z] > git --version # 'git version 2.24.3' [2020-12-20T17:48:52.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:48:52.235Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:48:52.833Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:48:52.845Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:48:52.859Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:48:53.320Z] Checking out Revision cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 (master) [2020-12-20T17:48:52.876Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:48:52.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:48:52.881Z] > 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:48:53.276Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T17:48:53.281Z] > git checkout -f cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 [2020-12-20T17:48:56.933Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry (#135)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T17:48:58.111Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:48:58.439Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:48:58.738Z] + sudo service docker restart [2020-12-20T17:48:58.738Z] + true [2020-12-20T17:48:58.738Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-20T17:49:00.259Z] ========================================================= [2020-12-20T17:49:00.259Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-20T17:49:00.259Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:49:00.606Z] + 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:49:00.870Z] Sending build context to Docker daemon 612.4kB [2020-12-20T17:49:00.870Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-20T17:49:00.870Z] Step 2/8 : FROM ${BASE} [2020-12-20T17:49:01.134Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-20T17:49:01.134Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T17:49:01.134Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T17:49:01.134Z] de9db76c5a1d: Pulling fs layer [2020-12-20T17:49:01.134Z] bca2f99d35d6: Pulling fs layer [2020-12-20T17:49:01.134Z] 93359f2a8cfa: Pulling fs layer [2020-12-20T17:49:01.134Z] 7c6f9722023f: Pulling fs layer [2020-12-20T17:49:01.134Z] a35cf1a2eb13: Pulling fs layer [2020-12-20T17:49:01.134Z] bca2f99d35d6: Waiting [2020-12-20T17:49:01.134Z] 93359f2a8cfa: Waiting [2020-12-20T17:49:01.134Z] 7c6f9722023f: Waiting [2020-12-20T17:49:01.134Z] a35cf1a2eb13: Waiting [2020-12-20T17:49:01.134Z] de9db76c5a1d: Verifying Checksum [2020-12-20T17:49:01.134Z] de9db76c5a1d: Download complete [2020-12-20T17:49:01.134Z] 0ef7d3d256c8: Download complete [2020-12-20T17:49:01.134Z] 93359f2a8cfa: Verifying Checksum [2020-12-20T17:49:01.134Z] 93359f2a8cfa: Download complete [2020-12-20T17:49:01.134Z] 7c6f9722023f: Verifying Checksum [2020-12-20T17:49:01.134Z] 7c6f9722023f: Download complete [2020-12-20T17:49:01.134Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T17:49:01.134Z] 188c0c94c7c5: Download complete [2020-12-20T17:49:01.399Z] 188c0c94c7c5: Pull complete [2020-12-20T17:49:01.668Z] 0ef7d3d256c8: Pull complete [2020-12-20T17:49:01.961Z] de9db76c5a1d: Pull complete [2020-12-20T17:49:03.362Z] a35cf1a2eb13: Verifying Checksum [2020-12-20T17:49:03.362Z] a35cf1a2eb13: Download complete [2020-12-20T17:49:03.362Z] bca2f99d35d6: Verifying Checksum [2020-12-20T17:49:03.362Z] bca2f99d35d6: Download complete [2020-12-20T17:49:08.701Z] bca2f99d35d6: Pull complete [2020-12-20T17:49:08.701Z] 93359f2a8cfa: Pull complete [2020-12-20T17:49:08.701Z] 7c6f9722023f: Pull complete [2020-12-20T17:49:12.247Z] Removing intermediate container 18737e82902f [2020-12-20T17:49:12.247Z] ---> 88ea27887fe7 [2020-12-20T17:49:12.247Z] Successfully built 88ea27887fe7 [2020-12-20T17:49:12.247Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:49:12.590Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T17:49:12.590Z] . [Pipeline] withDockerContainer [2020-12-20T17:49:12.877Z] prd-ubuntu18.04-docker-arm64-4c-16g-16907 does not seem to be running inside a container [2020-12-20T17:49:12.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/67 -v /w/workspace/go-mod-bootstrap/67:/w/workspace/go-mod-bootstrap/67:rw,z -v /w/workspace/go-mod-bootstrap/67@tmp:/w/workspace/go-mod-bootstrap/67@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:49:14.521Z] $ docker top 3194ca1821f13099266a26683c75fcdff1e8f19f6568fe038a5d01c4232b91eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:49:15.567Z] + go version [2020-12-20T17:49:15.567Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-20T17:49:15.595Z] $ docker stop --time=1 3194ca1821f13099266a26683c75fcdff1e8f19f6568fe038a5d01c4232b91eb [2020-12-20T17:49:17.545Z] $ docker rm -f 3194ca1821f13099266a26683c75fcdff1e8f19f6568fe038a5d01c4232b91eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:49:18.601Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T17:49:18.601Z] . [Pipeline] withDockerContainer [2020-12-20T17:49:18.758Z] a35cf1a2eb13: Pull complete [2020-12-20T17:49:18.758Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-20T17:49:18.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-20T17:49:18.758Z] ---> a62c8e92a672 [2020-12-20T17:49:18.758Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-20T17:49:18.758Z] ---> Running in 14119f3c7e8c [2020-12-20T17:49:18.758Z] Removing intermediate container 14119f3c7e8c [2020-12-20T17:49:18.758Z] ---> c63d91b1892c [2020-12-20T17:49:18.758Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T17:49:18.758Z] ---> Running in a9899fc28643 [2020-12-20T17:49:18.873Z] prd-ubuntu18.04-docker-arm64-4c-16g-16907 does not seem to be running inside a container [2020-12-20T17:49:18.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/67 -v /w/workspace/go-mod-bootstrap/67:/w/workspace/go-mod-bootstrap/67:rw,z -v /w/workspace/go-mod-bootstrap/67@tmp:/w/workspace/go-mod-bootstrap/67@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:49:20.162Z] Removing intermediate container a9899fc28643 [2020-12-20T17:49:20.162Z] ---> 829f6a7b2c31 [2020-12-20T17:49:20.162Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-20T17:49:20.162Z] ---> Running in c9708391afbc [2020-12-20T17:49:20.463Z] $ docker top efeca2d18e72ff99de23618adae699a04cf443f3a2ba9e37f355ffe1856583b1 -eo pid,comm [2020-12-20T17:49:20.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-12-20T17:49:21.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T17:49:21.482Z] + make test [2020-12-20T17:49:21.482Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-20T17:49:21.893Z] OK: 166 MiB in 39 packages [2020-12-20T17:49:22.471Z] Removing intermediate container c9708391afbc [2020-12-20T17:49:22.471Z] ---> cef714f5f061 [2020-12-20T17:49:22.471Z] Step 6/8 : WORKDIR /build [2020-12-20T17:49:22.471Z] ---> Running in d8063b944cd5 [2020-12-20T17:49:22.471Z] Removing intermediate container d8063b944cd5 [2020-12-20T17:49:22.471Z] ---> 3144cfa8977c [2020-12-20T17:49:22.471Z] Step 7/8 : COPY go.mod . [2020-12-20T17:49:22.735Z] ---> 0d1989f6079f [2020-12-20T17:49:22.735Z] Step 8/8 : RUN go mod download [2020-12-20T17:49:23.000Z] ---> Running in 92c4f8c1be5c [2020-12-20T17:49:41.227Z] Removing intermediate container 92c4f8c1be5c [2020-12-20T17:49:41.227Z] ---> 44391e4a136f [2020-12-20T17:49:41.227Z] Successfully built 44391e4a136f [2020-12-20T17:49:41.227Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:49:41.551Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T17:49:41.551Z] . [Pipeline] withDockerContainer [2020-12-20T17:49:41.672Z] prd-centos7-docker-4c-2g-16908 does not seem to be running inside a container [2020-12-20T17:49:41.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/67 -v /w/workspace/go-mod-bootstrap/67:/w/workspace/go-mod-bootstrap/67:rw,z -v /w/workspace/go-mod-bootstrap/67@tmp:/w/workspace/go-mod-bootstrap/67@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:49:42.500Z] $ docker top 0267b046b137743bd2f96f6f2aca7a3a98d7ca2fe4ee8cb29d8c740e4317c67a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:49:43.060Z] + go version [2020-12-20T17:49:43.060Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-20T17:49:43.077Z] $ docker stop --time=1 0267b046b137743bd2f96f6f2aca7a3a98d7ca2fe4ee8cb29d8c740e4317c67a [2020-12-20T17:49:44.432Z] $ docker rm -f 0267b046b137743bd2f96f6f2aca7a3a98d7ca2fe4ee8cb29d8c740e4317c67a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:49:45.321Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T17:49:45.321Z] . [Pipeline] withDockerContainer [2020-12-20T17:49:45.431Z] prd-centos7-docker-4c-2g-16908 does not seem to be running inside a container [2020-12-20T17:49:45.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/67 -v /w/workspace/go-mod-bootstrap/67:/w/workspace/go-mod-bootstrap/67:rw,z -v /w/workspace/go-mod-bootstrap/67@tmp:/w/workspace/go-mod-bootstrap/67@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:49:46.241Z] $ docker top aaa7a1b971f980bdc6331a447e0e7488d164a60855f539ecb112c3be3f3e83b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:49:46.770Z] + make test [2020-12-20T17:49:46.770Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-20T17:49:48.330Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-20T17:49:50.334Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.072s coverage: 8.3% of statements [2020-12-20T17:49:50.334Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-20T17:49:50.938Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.049s coverage: 95.1% of statements [2020-12-20T17:49:50.938Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.030s coverage: 87.8% of statements [2020-12-20T17:49:54.349Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.046s coverage: 36.2% of statements [2020-12-20T17:49:54.349Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-20T17:49:54.349Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-20T17:49:54.349Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-12-20T17:49:54.349Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.020s coverage: 48.9% of statements [2020-12-20T17:49:56.960Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.022s coverage: 95.3% of statements [2020-12-20T17:49:56.960Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-20T17:49:56.960Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-20T17:49:56.960Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.018s coverage: 91.3% of statements [2020-12-20T17:49:57.026Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-20T17:49:57.026Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.009s coverage: 8.3% of statements [2020-12-20T17:49:57.026Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-20T17:49:57.026Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.011s coverage: 95.1% of statements [2020-12-20T17:49:57.026Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.013s coverage: 87.8% of statements [2020-12-20T17:49:57.234Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-20T17:49:57.993Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.016s coverage: 36.2% of statements [2020-12-20T17:49:57.993Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-20T17:49:57.993Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-20T17:49:57.993Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-12-20T17:49:57.993Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.015s coverage: 48.9% of statements [2020-12-20T17:50:01.320Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.008s coverage: 95.3% of statements [2020-12-20T17:50:01.320Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-20T17:50:01.320Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-20T17:50:01.320Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements [2020-12-20T17:50:01.320Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-20T17:50:02.648Z] gofmt -l . [2020-12-20T17:50:02.648Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-20T17:50:02.674Z] $ docker stop --time=1 efeca2d18e72ff99de23618adae699a04cf443f3a2ba9e37f355ffe1856583b1 [2020-12-20T17:50:02.758Z] gofmt -l . [2020-12-20T17:50:02.758Z] [ "`gofmt -l .`" = "" ] [2020-12-20T17:50:04.986Z] $ docker rm -f efeca2d18e72ff99de23618adae699a04cf443f3a2ba9e37f355ffe1856583b1 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-12-20T17:50:05.589Z] $ docker stop --time=1 aaa7a1b971f980bdc6331a447e0e7488d164a60855f539ecb112c3be3f3e83b0 [2020-12-20T17:50:05.848Z] + sudo chown -R jenkins:jenkins . [2020-12-20T17:50:07.934Z] $ docker rm -f aaa7a1b971f980bdc6331a447e0e7488d164a60855f539ecb112c3be3f3e83b0 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh [2020-12-20T17:50:08.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-20T17:50:08.549Z] Warning: overwriting stash ‘coverage-report’ [2020-12-20T17:50:08.851Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-20T17:50:09.005Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [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:50:11.975Z] provisioning config files... [2020-12-20T17:50:11.997Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config325716571413017085tmp [Pipeline] { [Pipeline] sh [2020-12-20T17:50:12.382Z] + set +x [2020-12-20T17:50:12.382Z] + curl -s https://codecov.io/bash [2020-12-20T17:50:12.382Z] + bash -s -- [2020-12-20T17:50:12.646Z] [2020-12-20T17:50:12.646Z] _____ _ [2020-12-20T17:50:12.646Z] / ____| | | [2020-12-20T17:50:12.646Z] | | ___ __| | ___ ___ _____ __ [2020-12-20T17:50:12.646Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-20T17:50:12.646Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-20T17:50:12.646Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-20T17:50:12.646Z] Bash-20201217-3d3df35 [2020-12-20T17:50:12.646Z] [2020-12-20T17:50:12.646Z] [2020-12-20T17:50:12.646Z] git version 2.24.3 found [2020-12-20T17:50:12.646Z] 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:50:12.646Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-20T17:50:12.646Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-20T17:50:12.646Z] ==> Jenkins CI detected. [2020-12-20T17:50:12.646Z] project root: . [2020-12-20T17:50:12.646Z] --> token set from env [2020-12-20T17:50:12.646Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-20T17:50:12.646Z] ==> Running gcov in . (disable via -X gcov) [2020-12-20T17:50:12.646Z] ==> Python coveragepy not found [2020-12-20T17:50:12.646Z] ==> Searching for coverage reports in: [2020-12-20T17:50:12.646Z] + . [2020-12-20T17:50:12.646Z] -> Found 1 reports [2020-12-20T17:50:12.646Z] ==> Detecting git/mercurial file structure [2020-12-20T17:50:12.646Z] ==> Reading reports [2020-12-20T17:50:12.646Z] + ./coverage.out bytes=28796 [2020-12-20T17:50:12.646Z] ==> Appending adjustments [2020-12-20T17:50:12.646Z] https://docs.codecov.io/docs/fixing-reports [2020-12-20T17:50:12.913Z] + Found adjustments [2020-12-20T17:50:12.913Z] ==> Gzipping contents [2020-12-20T17:50:12.913Z] 8.0K /tmp/codecov.iEQtaX.gz [2020-12-20T17:50:12.913Z] ==> Uploading reports [2020-12-20T17:50:12.913Z] url: https://codecov.io [2020-12-20T17:50:12.913Z] query: branch=master&commit=cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F67%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-20T17:50:12.913Z] -> Pinging Codecov [2020-12-20T17:50:12.914Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F67%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-20T17:50:13.498Z] -> Uploading to [2020-12-20T17:50:13.498Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-20/833815588EE85121546D348822E98E2E/cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281/4af3c963-d277-4223-b1fe-6dff31ce344f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201220T175013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c790724815a7f5f4fa91411e767206834c348f19733eba2dfe2a4407202c9e8e [2020-12-20T17:50:13.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-20T17:50:13.498Z] Dload Upload Total Spent Left Speed [2020-12-20T17:50:13.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5429 0 0 100 5429 0 11855 --:--:-- --:--:-- --:--:-- 11853 [2020-12-20T17:50:13.760Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 [Pipeline] } [2020-12-20T17:50:13.770Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-20T17:50:16.145Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-20T17:50:16.246Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:50:16.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:50:16.588Z] [2020-12-20T17:50:16.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:50:16.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:50:16.937Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-20T17:50:16.937Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T17:50:16.937Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T17:50:16.937Z] de9db76c5a1d: Pulling fs layer [2020-12-20T17:50:16.937Z] 0eba1c9be4d2: Pulling fs layer [2020-12-20T17:50:16.937Z] 0d57e429df01: Pulling fs layer [2020-12-20T17:50:16.937Z] 4e4be7b47b0d: Pulling fs layer [2020-12-20T17:50:16.937Z] e1f770b5df2f: Pulling fs layer [2020-12-20T17:50:16.937Z] 85a0685a4137: Pulling fs layer [2020-12-20T17:50:16.937Z] 0eba1c9be4d2: Waiting [2020-12-20T17:50:16.937Z] 0d57e429df01: Waiting [2020-12-20T17:50:16.937Z] 4e4be7b47b0d: Waiting [2020-12-20T17:50:16.937Z] e1f770b5df2f: Waiting [2020-12-20T17:50:16.937Z] 85a0685a4137: Waiting [2020-12-20T17:50:16.937Z] de9db76c5a1d: Verifying Checksum [2020-12-20T17:50:16.937Z] de9db76c5a1d: Download complete [2020-12-20T17:50:16.937Z] 0ef7d3d256c8: Download complete [2020-12-20T17:50:16.937Z] 0d57e429df01: Verifying Checksum [2020-12-20T17:50:16.937Z] 0d57e429df01: Download complete [2020-12-20T17:50:16.937Z] 4e4be7b47b0d: Verifying Checksum [2020-12-20T17:50:16.937Z] 4e4be7b47b0d: Download complete [2020-12-20T17:50:16.937Z] 188c0c94c7c5: Download complete [2020-12-20T17:50:17.514Z] 188c0c94c7c5: Pull complete [2020-12-20T17:50:17.514Z] 0ef7d3d256c8: Pull complete [2020-12-20T17:50:17.776Z] de9db76c5a1d: Pull complete [2020-12-20T17:50:18.721Z] e1f770b5df2f: Verifying Checksum [2020-12-20T17:50:18.721Z] e1f770b5df2f: Download complete [2020-12-20T17:50:20.657Z] 0eba1c9be4d2: Verifying Checksum [2020-12-20T17:50:20.657Z] 0eba1c9be4d2: Download complete [2020-12-20T17:50:20.657Z] 85a0685a4137: Verifying Checksum [2020-12-20T17:50:20.657Z] 85a0685a4137: Download complete [2020-12-20T17:50:25.974Z] 0eba1c9be4d2: Pull complete [2020-12-20T17:50:25.974Z] 0d57e429df01: Pull complete [2020-12-20T17:50:25.974Z] 4e4be7b47b0d: Pull complete [2020-12-20T17:50:27.897Z] e1f770b5df2f: Pull complete [2020-12-20T17:50:36.055Z] 85a0685a4137: Pull complete [2020-12-20T17:50:36.055Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-20T17:50:36.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:50:36.055Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-20T17:50:36.267Z] prd-centos7-docker-4c-2g-16906 does not seem to be running inside a container [2020-12-20T17:50:36.320Z] $ 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:50:37.315Z] $ docker top 59a0c33577428f956e761fee1ee073c9b5b3a9fd7e670f1458844c94e6f66020 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T17:50:37.621Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-20T17:50:37.915Z] + set -o pipefail [2020-12-20T17:50:37.915Z] + snyk monitor '--org=edgex-jenkins' [2020-12-20T17:50:43.214Z] [2020-12-20T17:50:43.214Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-12-20T17:50:43.214Z] [2020-12-20T17:50:43.214Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/79abdfa9-841b-43ae-9145-24812aeba1b9 [2020-12-20T17:50:43.214Z] [2020-12-20T17:50:43.214Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-20T17:50:43.214Z] [2020-12-20T17:50:43.214Z] [2020-12-20T17:50:43.214Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-20T17:50:43.214Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-20T17:50:43.230Z] $ docker stop --time=1 59a0c33577428f956e761fee1ee073c9b5b3a9fd7e670f1458844c94e6f66020 [2020-12-20T17:50:45.878Z] $ docker rm -f 59a0c33577428f956e761fee1ee073c9b5b3a9fd7e670f1458844c94e6f66020 [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:50:47.641Z] + git log --format=format:%s -1 cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:50:47.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:50:47.956Z] . [Pipeline] withDockerContainer [2020-12-20T17:50:48.049Z] prd-centos7-docker-4c-2g-16906 does not seem to be running inside a container [2020-12-20T17:50:48.094Z] $ 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:50:48.934Z] $ docker top 2b4f0dec4ff7c5ac6cafab021e82eeb73852245928e041f70c8c1b231ef1ec5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:50:49.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:50:49.265Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:50:49.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:50:49.523Z] $ docker exec 2b4f0dec4ff7c5ac6cafab021e82eeb73852245928e041f70c8c1b231ef1ec5e ssh-agent [2020-12-20T17:50:49.687Z] SSH_AUTH_SOCK=/tmp/ssh-zMzOZrC9YqSy/agent.11 [2020-12-20T17:50:49.687Z] SSH_AGENT_PID=17 [2020-12-20T17:50:49.694Z] Running ssh-add (command line suppressed) [2020-12-20T17:50:49.838Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8325729806888673276.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8325729806888673276.key) [2020-12-20T17:50:49.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:50:50.245Z] + git semver tag [2020-12-20T17:50:50.245Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:50:50.245Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:50:50.245Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:50:50.245Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:50:50.245Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:50:50.245Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:50:50.245Z] # $SEMVER_BRANCH = master [2020-12-20T17:50:50.245Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-20T17:50:50.245Z] # cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 HEAD [2020-12-20T17:50:50.245Z] # -> Force: false [2020-12-20T17:50:50.245Z] # ece4349a1d21d04f0ac7a48c97e5afea11630368 refs/tags/v0.0.64 [Pipeline] } [2020-12-20T17:50:50.259Z] $ docker exec --env ******** --env ******** 2b4f0dec4ff7c5ac6cafab021e82eeb73852245928e041f70c8c1b231ef1ec5e ssh-agent -k [2020-12-20T17:50:50.387Z] unset SSH_AUTH_SOCK; [2020-12-20T17:50:50.387Z] unset SSH_AGENT_PID; [2020-12-20T17:50:50.387Z] echo Agent pid 17 killed; [2020-12-20T17:50:50.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:50:50.946Z] + git semver [Pipeline] } [2020-12-20T17:50:50.963Z] $ docker stop --time=1 2b4f0dec4ff7c5ac6cafab021e82eeb73852245928e041f70c8c1b231ef1ec5e [2020-12-20T17:50:52.310Z] $ docker rm -f 2b4f0dec4ff7c5ac6cafab021e82eeb73852245928e041f70c8c1b231ef1ec5e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:50:52.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:50:52.995Z] [2020-12-20T17:50:52.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:50:53.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:50:53.342Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-20T17:50:53.342Z] ab5ef0e58194: Pulling fs layer [2020-12-20T17:50:53.342Z] 9712f1f96733: Pulling fs layer [2020-12-20T17:50:53.342Z] 63f879dbbcfc: Pulling fs layer [2020-12-20T17:50:53.342Z] 0d9ebad4ef96: Pulling fs layer [2020-12-20T17:50:53.342Z] e9a5061849ea: Pulling fs layer [2020-12-20T17:50:53.342Z] d747dcd14b5f: Pulling fs layer [2020-12-20T17:50:53.342Z] 2de7ff778b66: Pulling fs layer [2020-12-20T17:50:53.342Z] e9a5061849ea: Waiting [2020-12-20T17:50:53.342Z] 2de7ff778b66: Waiting [2020-12-20T17:50:53.342Z] d747dcd14b5f: Waiting [2020-12-20T17:50:53.342Z] 0d9ebad4ef96: Waiting [2020-12-20T17:50:53.342Z] 9712f1f96733: Verifying Checksum [2020-12-20T17:50:53.342Z] 9712f1f96733: Download complete [2020-12-20T17:50:55.258Z] 63f879dbbcfc: Verifying Checksum [2020-12-20T17:50:55.258Z] 63f879dbbcfc: Download complete [2020-12-20T17:50:55.258Z] e9a5061849ea: Verifying Checksum [2020-12-20T17:50:55.258Z] e9a5061849ea: Download complete [2020-12-20T17:50:55.258Z] d747dcd14b5f: Download complete [2020-12-20T17:50:55.521Z] 2de7ff778b66: Verifying Checksum [2020-12-20T17:50:55.521Z] 2de7ff778b66: Download complete [2020-12-20T17:50:55.521Z] ab5ef0e58194: Verifying Checksum [2020-12-20T17:50:55.521Z] ab5ef0e58194: Download complete [2020-12-20T17:50:55.521Z] 0d9ebad4ef96: Verifying Checksum [2020-12-20T17:50:55.521Z] 0d9ebad4ef96: Download complete [2020-12-20T17:50:59.738Z] ab5ef0e58194: Pull complete [2020-12-20T17:50:59.738Z] 9712f1f96733: Pull complete [2020-12-20T17:51:01.767Z] 63f879dbbcfc: Pull complete [2020-12-20T17:51:08.495Z] 0d9ebad4ef96: Pull complete [2020-12-20T17:51:09.070Z] e9a5061849ea: Pull complete [2020-12-20T17:51:09.332Z] d747dcd14b5f: Pull complete [2020-12-20T17:51:11.890Z] 2de7ff778b66: Pull complete [2020-12-20T17:51:11.890Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-20T17:51:11.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:51:11.890Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-20T17:51:12.072Z] prd-centos7-docker-4c-2g-16906 does not seem to be running inside a container [2020-12-20T17:51:12.114Z] $ 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:51:16.177Z] $ docker top 421bc0d5731fcfa5b805fa400556b50972d07f738e0fcb945734ece07ef0ab86 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-20T17:51:16.463Z] provisioning config files... [2020-12-20T17:51:16.472Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config9046395650193752113tmp [2020-12-20T17:51:16.491Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8993253837186925984tmp [2020-12-20T17:51:16.511Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3624918852020238348tmp [Pipeline] { [Pipeline] echo [2020-12-20T17:51:16.574Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:51:16.869Z] ---> sigul-configuration.sh [2020-12-20T17:51:16.869Z] gpg: directory `/root/.gnupg' created [2020-12-20T17:51:16.869Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-20T17:51:16.869Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-20T17:51:16.869Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-20T17:51:16.869Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-20T17:51:16.869Z] gpg: CAST5 encrypted data [2020-12-20T17:51:17.131Z] gpg: encrypted with 1 passphrase [2020-12-20T17:51:17.131Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-20T17:51:17.431Z] + mkdir /home/jenkins [2020-12-20T17:51:17.431Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-20T17:51:17.730Z] + 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:51:17.742Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:51:18.040Z] ---> sigul-install.sh [2020-12-20T17:51:23.334Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-20T17:51:23.631Z] + git tag --list [2020-12-20T17:51:23.631Z] v0.0.1 [2020-12-20T17:51:23.631Z] v0.0.10 [2020-12-20T17:51:23.631Z] v0.0.11 [2020-12-20T17:51:23.631Z] v0.0.12 [2020-12-20T17:51:23.631Z] v0.0.13 [2020-12-20T17:51:23.631Z] v0.0.14 [2020-12-20T17:51:23.631Z] v0.0.15 [2020-12-20T17:51:23.631Z] v0.0.16 [2020-12-20T17:51:23.631Z] v0.0.17 [2020-12-20T17:51:23.631Z] v0.0.18 [2020-12-20T17:51:23.631Z] v0.0.19 [2020-12-20T17:51:23.631Z] v0.0.2 [2020-12-20T17:51:23.631Z] v0.0.20 [2020-12-20T17:51:23.631Z] v0.0.21 [2020-12-20T17:51:23.631Z] v0.0.22 [2020-12-20T17:51:23.631Z] v0.0.23 [2020-12-20T17:51:23.631Z] v0.0.24 [2020-12-20T17:51:23.631Z] v0.0.25 [2020-12-20T17:51:23.631Z] v0.0.26 [2020-12-20T17:51:23.631Z] v0.0.27 [2020-12-20T17:51:23.631Z] v0.0.28 [2020-12-20T17:51:23.631Z] v0.0.29 [2020-12-20T17:51:23.631Z] v0.0.3 [2020-12-20T17:51:23.631Z] v0.0.30 [2020-12-20T17:51:23.631Z] v0.0.31 [2020-12-20T17:51:23.631Z] v0.0.32 [2020-12-20T17:51:23.631Z] v0.0.33 [2020-12-20T17:51:23.631Z] v0.0.34 [2020-12-20T17:51:23.631Z] v0.0.35 [2020-12-20T17:51:23.631Z] v0.0.36 [2020-12-20T17:51:23.631Z] v0.0.37 [2020-12-20T17:51:23.631Z] v0.0.38 [2020-12-20T17:51:23.631Z] v0.0.39 [2020-12-20T17:51:23.631Z] v0.0.4 [2020-12-20T17:51:23.631Z] v0.0.40 [2020-12-20T17:51:23.631Z] v0.0.41 [2020-12-20T17:51:23.631Z] v0.0.42 [2020-12-20T17:51:23.631Z] v0.0.43 [2020-12-20T17:51:23.631Z] v0.0.44 [2020-12-20T17:51:23.631Z] v0.0.45 [2020-12-20T17:51:23.631Z] v0.0.46 [2020-12-20T17:51:23.631Z] v0.0.47 [2020-12-20T17:51:23.631Z] v0.0.48 [2020-12-20T17:51:23.631Z] v0.0.49 [2020-12-20T17:51:23.631Z] v0.0.5 [2020-12-20T17:51:23.631Z] v0.0.50 [2020-12-20T17:51:23.631Z] v0.0.51 [2020-12-20T17:51:23.631Z] v0.0.52 [2020-12-20T17:51:23.631Z] v0.0.53 [2020-12-20T17:51:23.631Z] v0.0.54 [2020-12-20T17:51:23.631Z] v0.0.55 [2020-12-20T17:51:23.631Z] v0.0.56 [2020-12-20T17:51:23.631Z] v0.0.57 [2020-12-20T17:51:23.631Z] v0.0.58 [2020-12-20T17:51:23.631Z] v0.0.59 [2020-12-20T17:51:23.631Z] v0.0.6 [2020-12-20T17:51:23.631Z] v0.0.60 [2020-12-20T17:51:23.631Z] v0.0.61 [2020-12-20T17:51:23.631Z] v0.0.62 [2020-12-20T17:51:23.631Z] v0.0.63 [2020-12-20T17:51:23.631Z] v0.0.64 [2020-12-20T17:51:23.631Z] v0.0.7 [2020-12-20T17:51:23.631Z] v0.0.8 [2020-12-20T17:51:23.631Z] v0.0.9 [Pipeline] sh [2020-12-20T17:51:23.928Z] + lftools sign git-tag v0.0.64 [2020-12-20T17:51:25.316Z] Signing Git tag with Sigul... [2020-12-20T17:51:25.316Z] Signing v0.0.64 [Pipeline] echo [2020-12-20T17:51:25.898Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:51:26.191Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-20T17:51:26.201Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-20T17:51:26.315Z] $ docker stop --time=1 421bc0d5731fcfa5b805fa400556b50972d07f738e0fcb945734ece07ef0ab86 [2020-12-20T17:51:28.359Z] $ docker rm -f 421bc0d5731fcfa5b805fa400556b50972d07f738e0fcb945734ece07ef0ab86 [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:51:29.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:51:29.375Z] . [Pipeline] withDockerContainer [2020-12-20T17:51:29.474Z] prd-centos7-docker-4c-2g-16906 does not seem to be running inside a container [2020-12-20T17:51:29.514Z] $ 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:51:30.296Z] $ docker top 41b9eda2e0f189f39308e26bb73c5f7ff49b1683232459217cd592176d698d98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:51:30.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:51:30.689Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:51:30.913Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:51:30.917Z] $ docker exec 41b9eda2e0f189f39308e26bb73c5f7ff49b1683232459217cd592176d698d98 ssh-agent [2020-12-20T17:51:31.104Z] SSH_AUTH_SOCK=/tmp/ssh-8ux08uo2OmqR/agent.11 [2020-12-20T17:51:31.104Z] SSH_AGENT_PID=16 [2020-12-20T17:51:31.111Z] Running ssh-add (command line suppressed) [2020-12-20T17:51:31.243Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6559000142510713248.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6559000142510713248.key) [2020-12-20T17:51:31.302Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:51:31.641Z] + git semver bump patch [2020-12-20T17:51:31.642Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:51:31.642Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:51:31.642Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:51:31.642Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:51:31.642Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:51:31.642Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:51:31.642Z] # $SEMVER_BRANCH = master [2020-12-20T17:51:31.642Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-20T17:51:31.642Z] 0.0.65 [Pipeline] } [2020-12-20T17:51:31.653Z] $ docker exec --env ******** --env ******** 41b9eda2e0f189f39308e26bb73c5f7ff49b1683232459217cd592176d698d98 ssh-agent -k [2020-12-20T17:51:31.774Z] unset SSH_AUTH_SOCK; [2020-12-20T17:51:31.775Z] unset SSH_AGENT_PID; [2020-12-20T17:51:31.775Z] echo Agent pid 16 killed; [2020-12-20T17:51:31.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:51:32.308Z] + git semver [Pipeline] } [2020-12-20T17:51:32.326Z] $ docker stop --time=1 41b9eda2e0f189f39308e26bb73c5f7ff49b1683232459217cd592176d698d98 [2020-12-20T17:51:33.686Z] $ docker rm -f 41b9eda2e0f189f39308e26bb73c5f7ff49b1683232459217cd592176d698d98 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:51:34.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:51:34.223Z] . [Pipeline] withDockerContainer [2020-12-20T17:51:34.323Z] prd-centos7-docker-4c-2g-16906 does not seem to be running inside a container [2020-12-20T17:51:34.370Z] $ 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:51:34.983Z] $ docker top 64141f004b968d3bd7b073df051ff9468e8cdb298c881f0a03c4de0440b6c60e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:51:35.288Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:51:35.288Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:51:35.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:51:35.481Z] $ docker exec 64141f004b968d3bd7b073df051ff9468e8cdb298c881f0a03c4de0440b6c60e ssh-agent [2020-12-20T17:51:35.660Z] SSH_AUTH_SOCK=/tmp/ssh-Wk4PPQKMKMcN/agent.11 [2020-12-20T17:51:35.660Z] SSH_AGENT_PID=17 [2020-12-20T17:51:35.666Z] Running ssh-add (command line suppressed) [2020-12-20T17:51:35.795Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5247577962324387594.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5247577962324387594.key) [2020-12-20T17:51:35.850Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:51:36.188Z] + git semver push [2020-12-20T17:51:36.188Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:51:36.188Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:51:36.188Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:51:36.188Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:51:36.188Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:51:36.188Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:51:36.188Z] # $SEMVER_BRANCH = master [2020-12-20T17:51:36.188Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-20T17:51:42.793Z] $ docker exec --env ******** --env ******** 64141f004b968d3bd7b073df051ff9468e8cdb298c881f0a03c4de0440b6c60e ssh-agent -k [2020-12-20T17:51:42.924Z] unset SSH_AUTH_SOCK; [2020-12-20T17:51:42.926Z] unset SSH_AGENT_PID; [2020-12-20T17:51:42.926Z] echo Agent pid 17 killed; [2020-12-20T17:51:42.978Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:51:43.511Z] + git semver [Pipeline] } [2020-12-20T17:51:43.536Z] $ docker stop --time=1 64141f004b968d3bd7b073df051ff9468e8cdb298c881f0a03c4de0440b6c60e [2020-12-20T17:51:44.907Z] $ docker rm -f 64141f004b968d3bd7b073df051ff9468e8cdb298c881f0a03c4de0440b6c60e [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:51:46.464Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:51:47.028Z] ---> package-listing.sh [2020-12-20T17:51:47.029Z] ++ facter osfamily [2020-12-20T17:51:47.029Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-20T17:51:47.029Z] + OS_FAMILY=redhat [2020-12-20T17:51:47.029Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:51:47.029Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-20T17:51:47.029Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-20T17:51:47.029Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-20T17:51:47.029Z] + PACKAGES=/tmp/packages_start.txt [2020-12-20T17:51:47.029Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-20T17:51:47.029Z] + PACKAGES=/tmp/packages_end.txt [2020-12-20T17:51:47.029Z] + case "${OS_FAMILY}" in [2020-12-20T17:51:47.029Z] + rpm -qa [2020-12-20T17:51:47.029Z] + sort [2020-12-20T17:51:52.342Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-20T17:51:52.342Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-20T17:51:52.342Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-20T17:51:52.342Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-20T17:51:52.342Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-12-20T17:51:52.342Z] + 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:51:52.357Z] 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:51:52.647Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:51:53.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:51:53.034Z] [2020-12-20T17:51:53.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:51:53.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:51:53.422Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-20T17:51:53.422Z] df20fa9351a1: Pulling fs layer [2020-12-20T17:51:53.422Z] 36b3adc4ff6f: Pulling fs layer [2020-12-20T17:51:53.422Z] 8ad3a11d3b57: Pulling fs layer [2020-12-20T17:51:53.422Z] 46f8f816bc3b: Pulling fs layer [2020-12-20T17:51:53.422Z] 93b61091891f: Pulling fs layer [2020-12-20T17:51:53.422Z] 93b9cdb0e59b: Pulling fs layer [2020-12-20T17:51:53.422Z] 5e14af77c1be: Pulling fs layer [2020-12-20T17:51:53.422Z] 01666e4c0597: Pulling fs layer [2020-12-20T17:51:53.422Z] aa168da1d23b: Pulling fs layer [2020-12-20T17:51:53.422Z] 46f8f816bc3b: Waiting [2020-12-20T17:51:53.422Z] 5e14af77c1be: Waiting [2020-12-20T17:51:53.422Z] 01666e4c0597: Waiting [2020-12-20T17:51:53.422Z] 93b61091891f: Waiting [2020-12-20T17:51:53.422Z] aa168da1d23b: Waiting [2020-12-20T17:51:53.422Z] 93b9cdb0e59b: Waiting [2020-12-20T17:51:53.422Z] 36b3adc4ff6f: Download complete [2020-12-20T17:51:53.422Z] 46f8f816bc3b: Download complete [2020-12-20T17:51:53.422Z] df20fa9351a1: Verifying Checksum [2020-12-20T17:51:53.422Z] df20fa9351a1: Download complete [2020-12-20T17:51:53.422Z] 93b9cdb0e59b: Verifying Checksum [2020-12-20T17:51:53.422Z] 93b9cdb0e59b: Download complete [2020-12-20T17:51:53.708Z] 5e14af77c1be: Verifying Checksum [2020-12-20T17:51:53.708Z] 5e14af77c1be: Download complete [2020-12-20T17:51:53.708Z] 01666e4c0597: Verifying Checksum [2020-12-20T17:51:53.708Z] 01666e4c0597: Download complete [2020-12-20T17:51:53.708Z] 93b61091891f: Verifying Checksum [2020-12-20T17:51:53.708Z] 93b61091891f: Download complete [2020-12-20T17:51:54.010Z] df20fa9351a1: Pull complete [2020-12-20T17:51:54.010Z] 8ad3a11d3b57: Verifying Checksum [2020-12-20T17:51:54.010Z] 8ad3a11d3b57: Download complete [2020-12-20T17:51:54.010Z] 36b3adc4ff6f: Pull complete [2020-12-20T17:51:55.952Z] aa168da1d23b: Verifying Checksum [2020-12-20T17:51:55.952Z] aa168da1d23b: Download complete [2020-12-20T17:51:55.952Z] 8ad3a11d3b57: Pull complete [2020-12-20T17:51:55.952Z] 46f8f816bc3b: Pull complete [2020-12-20T17:51:56.527Z] 93b61091891f: Pull complete [2020-12-20T17:51:56.527Z] 93b9cdb0e59b: Pull complete [2020-12-20T17:51:56.527Z] 5e14af77c1be: Pull complete [2020-12-20T17:51:56.789Z] 01666e4c0597: Pull complete [2020-12-20T17:52:04.964Z] aa168da1d23b: Pull complete [2020-12-20T17:52:04.964Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-20T17:52:04.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:52:04.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-20T17:52:05.135Z] prd-centos7-docker-4c-2g-16906 does not seem to be running inside a container [2020-12-20T17:52:05.180Z] $ 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:52:08.044Z] $ docker top becf31a4e5df3f33184bedd0901be4541ba39d06b2956a23f23d4eacb6a93573 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:52:08.519Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-20T17:52:08.813Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-20T17:52:09.105Z] + ls /var/log/sa-host [2020-12-20T17:52:09.105Z] + sadf -c /var/log/sa-host/sa20 [2020-12-20T17:52:09.105Z] file_magic: OK [2020-12-20T17:52:09.105Z] HZ: Using current value: 100 [2020-12-20T17:52:09.105Z] file_header: OK [2020-12-20T17:52:09.105Z] 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:52:09.105Z] Statistics: [2020-12-20T17:52:09.105Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-20T17:52:09.105Z] File successfully converted to sysstat format version 12.2.1 [2020-12-20T17:52:09.105Z] + sadf -c /var/log/sa-host/sa23 [2020-12-20T17:52:09.105Z] file_magic: OK [2020-12-20T17:52:09.105Z] HZ: Using current value: 100 [2020-12-20T17:52:09.105Z] file_header: OK [2020-12-20T17:52:09.105Z] 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:52:09.105Z] Statistics: [2020-12-20T17:52:09.105Z] Hnuu...uuuununununu... [2020-12-20T17:52:09.105Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-20T17:52:09.765Z] provisioning config files... [2020-12-20T17:52:09.789Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1612889362807604022tmp [Pipeline] { [Pipeline] echo [2020-12-20T17:52:09.883Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:52:10.178Z] ---> create-netrc.sh [Pipeline] } [2020-12-20T17:52:10.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-20T17:52:10.298Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:52:10.590Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-20T17:52:10.602Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:52:10.894Z] ---> sudo-logs.sh [2020-12-20T17:52:10.894Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-20T17:52:10.905Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:52:11.196Z] ---> job-cost.sh [2020-12-20T17:52:11.196Z] lf-activate-venv: SKIPPING [2020-12-20T17:52:11.196Z] INFO: No Stack... [2020-12-20T17:52:12.140Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-20T17:52:12.711Z] INFO: Archiving Costs [Pipeline] echo [2020-12-20T17:52:12.723Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:52:13.020Z] ---> logs-deploy.sh [2020-12-20T17:52:13.020Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/67 [2020-12-20T17:52:13.020Z] INFO: archiving workspace using pattern(s): [2020-12-20T17:52:14.411Z] Archives upload complete. [2020-12-20T17:52:14.672Z] INFO: archiving logs to Nexus [2020-12-20T17:52:15.615Z] ---> uname -a: [2020-12-20T17:52:15.615Z] Linux prd-centos7-docker-4c-2g-16906.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:52:15.615Z] [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] ---> lscpu: [2020-12-20T17:52:15.615Z] Architecture: x86_64 [2020-12-20T17:52:15.615Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-20T17:52:15.615Z] Byte Order: Little Endian [2020-12-20T17:52:15.615Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-20T17:52:15.615Z] CPU(s): 4 [2020-12-20T17:52:15.615Z] On-line CPU(s) list: 0-3 [2020-12-20T17:52:15.615Z] Thread(s) per core: 1 [2020-12-20T17:52:15.615Z] Core(s) per socket: 1 [2020-12-20T17:52:15.615Z] Socket(s): 4 [2020-12-20T17:52:15.615Z] NUMA node(s): 1 [2020-12-20T17:52:15.615Z] Vendor ID: GenuineIntel [2020-12-20T17:52:15.615Z] CPU family: 6 [2020-12-20T17:52:15.615Z] Model: 44 [2020-12-20T17:52:15.615Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-20T17:52:15.615Z] Stepping: 1 [2020-12-20T17:52:15.615Z] CPU MHz: 2933.442 [2020-12-20T17:52:15.615Z] BogoMIPS: 5866.88 [2020-12-20T17:52:15.615Z] Virtualization: VT-x [2020-12-20T17:52:15.615Z] Hypervisor vendor: KVM [2020-12-20T17:52:15.615Z] Virtualization type: full [2020-12-20T17:52:15.615Z] L1d cache: 128 KiB [2020-12-20T17:52:15.615Z] L1i cache: 128 KiB [2020-12-20T17:52:15.615Z] L2 cache: 16 MiB [2020-12-20T17:52:15.615Z] L3 cache: 64 MiB [2020-12-20T17:52:15.615Z] NUMA node0 CPU(s): 0-3 [2020-12-20T17:52:15.615Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-20T17:52:15.615Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-20T17:52:15.615Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-20T17:52:15.615Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-20T17:52:15.615Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-20T17:52:15.615Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-20T17:52:15.615Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-20T17:52:15.615Z] Vulnerability Srbds: Not affected [2020-12-20T17:52:15.615Z] Vulnerability Tsx async abort: Not affected [2020-12-20T17:52:15.615Z] 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:52:15.615Z] [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] ---> nproc: [2020-12-20T17:52:15.615Z] 4 [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] ---> df -h: [2020-12-20T17:52:15.615Z] Filesystem Size Used Available Use% Mounted on [2020-12-20T17:52:15.615Z] overlay 50.0G 8.5G 41.4G 17% / [2020-12-20T17:52:15.615Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-20T17:52:15.615Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-20T17:52:15.615Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-12-20T17:52:15.615Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] ---> free -m: [2020-12-20T17:52:15.615Z] total used free shared buff/cache available [2020-12-20T17:52:15.615Z] Mem: 1837 833 158 0 844 938 [2020-12-20T17:52:15.615Z] Swap: 1023 2 1021 [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] ---> ip addr: [2020-12-20T17:52:15.615Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-20T17:52:15.615Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-20T17:52:15.615Z] inet 127.0.0.1/8 scope host lo [2020-12-20T17:52:15.615Z] valid_lft forever preferred_lft forever [2020-12-20T17:52:15.615Z] inet6 ::1/128 scope host [2020-12-20T17:52:15.615Z] valid_lft forever preferred_lft forever [2020-12-20T17:52:15.615Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-20T17:52:15.615Z] link/ether fa:16:3e:89:92:ff brd ff:ff:ff:ff:ff:ff [2020-12-20T17:52:15.615Z] inet 10.30.122.89/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-20T17:52:15.615Z] valid_lft 85966sec preferred_lft 85966sec [2020-12-20T17:52:15.615Z] inet6 fe80::f816:3eff:fe89:92ff/64 scope link [2020-12-20T17:52:15.615Z] valid_lft forever preferred_lft forever [2020-12-20T17:52:15.615Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-20T17:52:15.615Z] link/ether 02:42:bd:33:f9:57 brd ff:ff:ff:ff:ff:ff [2020-12-20T17:52:15.615Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-20T17:52:15.615Z] valid_lft forever preferred_lft forever [2020-12-20T17:52:15.615Z] inet6 fe80::42:bdff:fe33:f957/64 scope link [2020-12-20T17:52:15.615Z] valid_lft forever preferred_lft forever [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] ---> sar -b -r -n DEV: [2020-12-20T17:52:15.615Z] 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:52:15.615Z] [2020-12-20T17:52:15.615Z] 17:44:49 LINUX RESTART (4 CPU) [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] 17:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-20T17:52:15.615Z] 17:47:02 2.33 0.00 2.33 0.00 0.00 51.51 0.00 [2020-12-20T17:52:15.615Z] 17:48:01 0.20 0.00 0.20 0.00 0.00 1.95 0.00 [2020-12-20T17:52:15.615Z] 17:49:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 [2020-12-20T17:52:15.615Z] 17:50:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2020-12-20T17:52:15.615Z] 17:51:01 315.94 171.49 144.45 0.00 8817.57 48131.81 0.00 [2020-12-20T17:52:15.615Z] 17:52:01 246.59 118.18 128.41 0.00 8038.59 33793.76 0.00 [2020-12-20T17:52:15.615Z] Average: 94.60 48.45 46.15 0.00 2819.28 13712.31 0.00 [2020-12-20T17:52:15.615Z] [2020-12-20T17:52:15.615Z] 17:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-20T17:52:15.615Z] 17:47:02 185568 0 572336 30.42 2620 1121020 1067740 36.44 373352 1124284 16 [2020-12-20T17:52:15.615Z] 17:48:01 185768 0 572128 30.41 2620 1121028 1067740 36.44 376268 1121376 8 [2020-12-20T17:52:15.616Z] 17:49:01 184536 0 573356 30.47 2620 1121032 1067932 36.45 377268 1121372 8 [2020-12-20T17:52:15.616Z] 17:50:01 182536 0 575356 30.58 2620 1121032 1067740 36.44 387092 1113776 12 [2020-12-20T17:52:15.616Z] 17:51:01 152232 0 731956 38.90 2596 994760 1287676 43.95 571944 886584 95464 [2020-12-20T17:52:15.616Z] 17:52:01 80348 0 846264 44.98 1492 953440 1518308 51.82 698824 758476 33636 [2020-12-20T17:52:15.616Z] Average: 161831 0 645233 34.29 2428 1072052 1179523 40.26 464125 1020978 21524 [2020-12-20T17:52:15.616Z] [2020-12-20T17:52:15.616Z] 17:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-20T17:52:15.616Z] 17:47:02 eth0 0.60 0.08 0.04 0.02 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:48:01 eth0 0.30 0.08 0.03 0.01 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:49:01 eth0 1.47 0.68 0.58 0.40 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:51:01 eth0 905.04 790.12 7340.97 91.29 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:51:01 docker0 21.68 19.86 2.24 51.43 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:52:01 eth0 334.81 255.39 2417.05 106.69 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] 17:52:01 docker0 25.02 38.81 1.60 190.45 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] Average: eth0 207.78 175.02 1632.13 33.19 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] Average: docker0 7.81 9.81 0.64 40.46 0.00 0.00 0.00 0.00 [2020-12-20T17:52:15.616Z] [2020-12-20T17:52:15.616Z] [2020-12-20T17:52:15.616Z] ---> sar -P ALL: [2020-12-20T17:52:15.616Z] 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:52:15.616Z] [2020-12-20T17:52:15.616Z] 17:44:49 LINUX RESTART (4 CPU) [2020-12-20T17:52:15.616Z] [2020-12-20T17:52:15.616Z] 17:46:01 CPU %user %nice %system %iowait %steal %idle [2020-12-20T17:52:15.616Z] 17:47:02 all 0.15 0.00 0.05 0.00 0.00 99.79 [2020-12-20T17:52:15.616Z] 17:47:02 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-20T17:52:15.616Z] 17:47:02 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-12-20T17:52:15.616Z] 17:47:02 2 0.48 0.00 0.07 0.00 0.00 99.45 [2020-12-20T17:52:15.616Z] 17:47:02 3 0.03 0.00 0.07 0.00 0.00 99.90 [2020-12-20T17:52:15.616Z] 17:48:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-12-20T17:52:15.616Z] 17:48:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-20T17:52:15.616Z] 17:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-20T17:52:15.616Z] 17:48:01 2 0.53 0.00 0.02 0.00 0.00 99.46 [2020-12-20T17:52:15.616Z] 17:48:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-12-20T17:52:15.616Z] 17:49:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2020-12-20T17:52:15.616Z] 17:49:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-20T17:52:15.616Z] 17:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-20T17:52:15.616Z] 17:49:01 2 0.42 0.00 0.05 0.00 0.00 99.53 [2020-12-20T17:52:15.616Z] 17:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-20T17:52:15.616Z] 17:50:01 all 0.14 0.00 0.07 0.00 0.00 99.79 [2020-12-20T17:52:15.616Z] 17:50:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-12-20T17:52:15.616Z] 17:50:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2020-12-20T17:52:15.616Z] 17:50:01 2 0.42 0.00 0.07 0.00 0.02 99.50 [2020-12-20T17:52:15.616Z] 17:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-20T17:52:15.616Z] 17:51:01 all 12.70 0.00 8.65 2.56 0.03 76.06 [2020-12-20T17:52:15.616Z] 17:51:01 0 11.77 0.00 8.80 1.96 0.03 77.43 [2020-12-20T17:52:15.616Z] 17:51:01 1 11.77 0.00 8.87 3.39 0.03 75.94 [2020-12-20T17:52:15.616Z] 17:51:01 2 14.54 0.00 8.26 2.25 0.02 74.93 [2020-12-20T17:52:15.616Z] 17:51:01 3 12.73 0.00 8.67 2.62 0.03 75.94 [2020-12-20T17:52:15.616Z] 17:52:01 all 11.57 0.00 8.27 3.88 0.02 76.27 [2020-12-20T17:52:15.616Z] 17:52:01 0 10.70 0.00 8.90 4.16 0.02 76.22 [2020-12-20T17:52:15.616Z] 17:52:01 1 14.14 0.00 8.74 3.90 0.02 73.19 [2020-12-20T17:52:15.616Z] 17:52:01 2 10.35 0.00 7.52 1.91 0.03 80.19 [2020-12-20T17:52:15.616Z] 17:52:01 3 11.08 0.00 7.90 5.56 0.02 75.45 [2020-12-20T17:52:15.616Z] Average: all 4.09 0.00 2.81 1.06 0.01 92.03 [2020-12-20T17:52:15.616Z] Average: 0 3.72 0.00 2.95 1.01 0.01 92.32 [2020-12-20T17:52:15.616Z] Average: 1 4.30 0.00 2.93 1.20 0.01 91.55 [2020-12-20T17:52:15.616Z] Average: 2 4.41 0.00 2.63 0.68 0.01 92.26 [2020-12-20T17:52:15.616Z] Average: 3 3.93 0.00 2.75 1.34 0.01 91.97 [2020-12-20T17:52:15.616Z] [2020-12-20T17:52:15.616Z] [2020-12-20T17:52:15.616Z]