Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16901 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#137)" > git rev-list --no-walk 6cb9329327b73e172236a22e38255bc6945721aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-20T17:12:07.616Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-20T17:12:07.936Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-20T17:12:08.064Z] ========================================================= [2020-12-20T17:12:08.065Z] EdgeX Global Pipelines Version Info [2020-12-20T17:12:08.065Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:12:09.604Z] ------------------- [2020-12-20T17:12:09.604Z] stable info: [2020-12-20T17:12:09.604Z] ------------------- [2020-12-20T17:12:09.604Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-20T17:12:09.604Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T17:12:09.604Z] Message: update stable to v1.0.173 [2020-12-20T17:12:10.557Z] ------------------- [2020-12-20T17:12:10.557Z] experimental info: [2020-12-20T17:12:10.557Z] ------------------- [2020-12-20T17:12:10.557Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-20T17:12:10.557Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T17:12:10.557Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-20T17:12:10.849Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-12-20T17:12:10.945Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-12-20T17:12:11.049Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-20T17:12:11.142Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-20T17:12:11.235Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-20T17:12:11.331Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-20T17:12:11.603Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-20T17:12:11.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-20T17:12:11.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-20T17:12:11.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-20T17:12:11.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-20T17:12:12.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-12-20T17:12:12.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-20T17:12:12.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-20T17:12:12.451Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:12:12.589Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:12:12.692Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:12:12.797Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-20T17:12:12.962Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-20T17:12:13.055Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-20T17:12:13.169Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-20T17:12:13.261Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-20T17:12:13.392Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-20T17:12:13.485Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-20T17:12:13.615Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-20T17:12:13.729Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-20T17:12:13.819Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-20T17:12:13.914Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-20T17:12:14.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-20T17:12:14.104Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-20T17:12:14.214Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa [Pipeline] echo [2020-12-20T17:12:14.307Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c718a8c [Pipeline] echo [2020-12-20T17:12:14.401Z] [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:12:15.073Z] + git log --format=format:%s -1 c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa [Pipeline] echo [2020-12-20T17:12:15.137Z] GIT_COMMIT: c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#137) [Pipeline] echo [2020-12-20T17:12:15.186Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:12:15.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:12:16.068Z] [2020-12-20T17:12:16.068Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:12:16.426Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:12:16.427Z] latest: Pulling from edgex-devops/git-semver [2020-12-20T17:12:16.427Z] 31603596830f: Pulling fs layer [2020-12-20T17:12:16.427Z] 2a8b12db71e7: Pulling fs layer [2020-12-20T17:12:16.427Z] 6ca5941a6612: Pulling fs layer [2020-12-20T17:12:16.427Z] ecc8261a40a4: Pulling fs layer [2020-12-20T17:12:16.427Z] ecc8261a40a4: Waiting [2020-12-20T17:12:16.427Z] 2a8b12db71e7: Verifying Checksum [2020-12-20T17:12:16.427Z] 2a8b12db71e7: Download complete [2020-12-20T17:12:16.690Z] 31603596830f: Verifying Checksum [2020-12-20T17:12:16.690Z] 31603596830f: Download complete [2020-12-20T17:12:16.690Z] ecc8261a40a4: Verifying Checksum [2020-12-20T17:12:16.690Z] ecc8261a40a4: Download complete [2020-12-20T17:12:16.690Z] 6ca5941a6612: Verifying Checksum [2020-12-20T17:12:16.690Z] 6ca5941a6612: Download complete [2020-12-20T17:12:16.958Z] 31603596830f: Pull complete [2020-12-20T17:12:16.958Z] 2a8b12db71e7: Pull complete [2020-12-20T17:12:17.917Z] 6ca5941a6612: Pull complete [2020-12-20T17:12:18.179Z] ecc8261a40a4: Pull complete [2020-12-20T17:12:18.179Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-20T17:12:18.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:12:18.179Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-20T17:12:18.288Z] prd-centos7-docker-4c-2g-16901 does not seem to be running inside a container [2020-12-20T17:12:18.334Z] $ 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:12:20.095Z] $ docker top c6a66d8dd937d82b7f8a6705ea474e78a797a83ae60955c1f608dc8e2ac1b77b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:12:20.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:12:20.495Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:12:20.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:12:20.714Z] $ docker exec c6a66d8dd937d82b7f8a6705ea474e78a797a83ae60955c1f608dc8e2ac1b77b ssh-agent [2020-12-20T17:12:20.876Z] SSH_AUTH_SOCK=/tmp/ssh-5yQseuKyiWzw/agent.11 [2020-12-20T17:12:20.876Z] SSH_AGENT_PID=16 [2020-12-20T17:12:20.887Z] Running ssh-add (command line suppressed) [2020-12-20T17:12:21.004Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8467351952733586937.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8467351952733586937.key) [2020-12-20T17:12:21.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:12:21.389Z] + git tag --points-at HEAD [Pipeline] } [2020-12-20T17:12:21.412Z] $ docker exec --env ******** --env ******** c6a66d8dd937d82b7f8a6705ea474e78a797a83ae60955c1f608dc8e2ac1b77b ssh-agent -k [2020-12-20T17:12:21.532Z] unset SSH_AUTH_SOCK; [2020-12-20T17:12:21.532Z] unset SSH_AGENT_PID; [2020-12-20T17:12:21.532Z] echo Agent pid 16 killed; [2020-12-20T17:12:21.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-20T17:12:21.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:12:21.743Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:12:21.930Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:12:21.936Z] $ docker exec c6a66d8dd937d82b7f8a6705ea474e78a797a83ae60955c1f608dc8e2ac1b77b ssh-agent [2020-12-20T17:12:22.093Z] SSH_AUTH_SOCK=/tmp/ssh-loah9qS1aCke/agent.44 [2020-12-20T17:12:22.093Z] SSH_AGENT_PID=50 [2020-12-20T17:12:22.101Z] Running ssh-add (command line suppressed) [2020-12-20T17:12:22.231Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6262210536345277481.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6262210536345277481.key) [2020-12-20T17:12:22.283Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:12:22.621Z] + git semver init [2020-12-20T17:12:22.621Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:12:22.621Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:12:22.621Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:12:22.621Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:12:22.621Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:12:22.621Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:12:22.621Z] # $SEMVER_BRANCH = master [2020-12-20T17:12:22.621Z] # $SEMVER_TEMP = /tmp/semver-452795007 [2020-12-20T17:12:22.621Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-12-20T17:12:23.198Z] # '/tmp/semver-452795007' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-12-20T17:12:23.198Z] # -> Force: false [2020-12-20T17:12:23.198Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-20T17:12:23.215Z] $ docker exec --env ******** --env ******** c6a66d8dd937d82b7f8a6705ea474e78a797a83ae60955c1f608dc8e2ac1b77b ssh-agent -k [2020-12-20T17:12:23.341Z] unset SSH_AUTH_SOCK; [2020-12-20T17:12:23.342Z] unset SSH_AGENT_PID; [2020-12-20T17:12:23.342Z] echo Agent pid 50 killed; [2020-12-20T17:12:23.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:12:23.890Z] + git semver [Pipeline] } [2020-12-20T17:12:23.909Z] $ docker stop --time=1 c6a66d8dd937d82b7f8a6705ea474e78a797a83ae60955c1f608dc8e2ac1b77b [2020-12-20T17:12:25.421Z] $ docker rm -f c6a66d8dd937d82b7f8a6705ea474e78a797a83ae60955c1f608dc8e2ac1b77b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T17:12:25.930Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-20T17:12:26.335Z] Stashed 1 file(s) [Pipeline] echo [2020-12-20T17:12:26.338Z] [edgeXSemver]: initialized semver on version 0.0.63 [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:12:27.003Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16900 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-20T17:12:27.055Z] Running in /w/workspace/go-mod-bootstrap/66 [Pipeline] { [Pipeline] checkout [2020-12-20T17:12:32.236Z] using credential edgex-jenkins-ssh [2020-12-20T17:12:32.386Z] Cloning the remote Git repository [2020-12-20T17:12:32.447Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:12:32.559Z] > git init /w/workspace/go-mod-bootstrap/66 # timeout=10 [2020-12-20T17:12:32.639Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:12:32.640Z] > git --version # timeout=10 [2020-12-20T17:12:32.663Z] > git --version # 'git version 2.17.1' [2020-12-20T17:12:32.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:12:32.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:12:33.960Z] Checking out Revision c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa (master) [2020-12-20T17:12:33.385Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:12:33.423Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:12:33.449Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:12:33.480Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:12:33.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:12:33.492Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T17:12:33.984Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T17:12:34.003Z] > git checkout -f c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa # timeout=10 [2020-12-20T17:12:38.420Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#137)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T17:12:40.016Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:12:40.424Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:12:40.767Z] + sudo service docker+ restart [2020-12-20T17:12:40.767Z] true [2020-12-20T17:12:41.817Z] Still waiting to schedule task [2020-12-20T17:12:41.817Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] unstash [Pipeline] echo [2020-12-20T17:12:43.069Z] ========================================================= [2020-12-20T17:12:43.069Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-20T17:12:43.069Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:12:43.451Z] + 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:12:44.437Z] Sending build context to Docker daemon 614.9kB [2020-12-20T17:12:44.437Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-20T17:12:44.437Z] Step 2/8 : FROM ${BASE} [2020-12-20T17:12:44.722Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-20T17:12:44.722Z] 5f621e34cdf4: Pulling fs layer [2020-12-20T17:12:44.722Z] a4357932f1b6: Pulling fs layer [2020-12-20T17:12:44.722Z] 18c013af1878: Pulling fs layer [2020-12-20T17:12:44.722Z] 00ac8860ef70: Pulling fs layer [2020-12-20T17:12:44.722Z] 63d7cb157983: Pulling fs layer [2020-12-20T17:12:44.722Z] b116817d02f9: Pulling fs layer [2020-12-20T17:12:44.722Z] 745a02a5169b: Pulling fs layer [2020-12-20T17:12:44.722Z] 63d7cb157983: Waiting [2020-12-20T17:12:44.722Z] b116817d02f9: Waiting [2020-12-20T17:12:44.722Z] 745a02a5169b: Waiting [2020-12-20T17:12:44.722Z] 00ac8860ef70: Waiting [2020-12-20T17:12:44.722Z] 18c013af1878: Download complete [2020-12-20T17:12:44.722Z] a4357932f1b6: Verifying Checksum [2020-12-20T17:12:44.722Z] a4357932f1b6: Download complete [2020-12-20T17:12:44.722Z] 63d7cb157983: Verifying Checksum [2020-12-20T17:12:44.722Z] 63d7cb157983: Download complete [2020-12-20T17:12:44.722Z] b116817d02f9: Verifying Checksum [2020-12-20T17:12:44.722Z] b116817d02f9: Download complete [2020-12-20T17:12:44.722Z] 5f621e34cdf4: Download complete [2020-12-20T17:12:45.320Z] 5f621e34cdf4: Pull complete [2020-12-20T17:12:45.936Z] a4357932f1b6: Pull complete [2020-12-20T17:12:46.216Z] 18c013af1878: Pull complete [2020-12-20T17:12:47.661Z] 745a02a5169b: Verifying Checksum [2020-12-20T17:12:47.661Z] 745a02a5169b: Download complete [2020-12-20T17:12:48.636Z] 00ac8860ef70: Verifying Checksum [2020-12-20T17:12:48.636Z] 00ac8860ef70: Download complete [2020-12-20T17:12:58.822Z] 00ac8860ef70: Pull complete [2020-12-20T17:12:58.822Z] 63d7cb157983: Pull complete [2020-12-20T17:12:59.096Z] b116817d02f9: Pull complete [2020-12-20T17:13:02.507Z] 745a02a5169b: Pull complete [2020-12-20T17:13:02.507Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-20T17:13:02.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-20T17:13:02.507Z] ---> b7e6874047d6 [2020-12-20T17:13:02.507Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-20T17:13:05.896Z] ---> Running in 26aa9bd18212 [2020-12-20T17:13:05.896Z] Removing intermediate container 26aa9bd18212 [2020-12-20T17:13:05.896Z] ---> e47ba92f58b1 [2020-12-20T17:13:05.896Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T17:13:05.896Z] ---> Running in cf2ada805537 [2020-12-20T17:13:07.864Z] Removing intermediate container cf2ada805537 [2020-12-20T17:13:07.864Z] ---> 65cf96736a54 [2020-12-20T17:13:07.864Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-20T17:13:08.141Z] ---> Running in fbe7ff78307b [2020-12-20T17:13:09.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T17:13:10.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T17:13:11.081Z] OK: 142 MiB in 39 packages [2020-12-20T17:13:12.065Z] Removing intermediate container fbe7ff78307b [2020-12-20T17:13:12.065Z] ---> df34b9f419bb [2020-12-20T17:13:12.065Z] Step 6/8 : WORKDIR /build [2020-12-20T17:13:12.065Z] ---> Running in 4da182969cb9 [2020-12-20T17:13:12.666Z] Removing intermediate container 4da182969cb9 [2020-12-20T17:13:12.666Z] ---> f17b41539a59 [2020-12-20T17:13:12.666Z] Step 7/8 : COPY go.mod . [2020-12-20T17:13:13.268Z] ---> b9019ce9e38a [2020-12-20T17:13:13.268Z] Step 8/8 : RUN go mod download [2020-12-20T17:13:13.543Z] ---> Running in 0bf5b8f8b76f [2020-12-20T17:13:35.719Z] Removing intermediate container 0bf5b8f8b76f [2020-12-20T17:13:35.719Z] ---> 9ded9e9703d3 [2020-12-20T17:13:35.719Z] Successfully built 9ded9e9703d3 [2020-12-20T17:13:35.719Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:13:36.065Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T17:13:36.065Z] . [Pipeline] withDockerContainer [2020-12-20T17:13:36.326Z] prd-ubuntu18.04-docker-arm64-4c-16g-16900 does not seem to be running inside a container [2020-12-20T17:13:36.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/66 -v /w/workspace/go-mod-bootstrap/66:/w/workspace/go-mod-bootstrap/66:rw,z -v /w/workspace/go-mod-bootstrap/66@tmp:/w/workspace/go-mod-bootstrap/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-20T17:13:37.790Z] $ docker top 759320b91558dce62cd554d9f9e4cad408393ec93ea9247d161f65255dab7d20 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:13:38.943Z] + go version [2020-12-20T17:13:38.943Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-20T17:13:38.980Z] $ docker stop --time=1 759320b91558dce62cd554d9f9e4cad408393ec93ea9247d161f65255dab7d20 [2020-12-20T17:13:40.842Z] $ docker rm -f 759320b91558dce62cd554d9f9e4cad408393ec93ea9247d161f65255dab7d20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:13:41.869Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T17:13:41.869Z] . [Pipeline] withDockerContainer [2020-12-20T17:13:42.111Z] prd-ubuntu18.04-docker-arm64-4c-16g-16900 does not seem to be running inside a container [2020-12-20T17:13:42.197Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/66 -v /w/workspace/go-mod-bootstrap/66:/w/workspace/go-mod-bootstrap/66:rw,z -v /w/workspace/go-mod-bootstrap/66@tmp:/w/workspace/go-mod-bootstrap/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-20T17:13:43.614Z] $ docker top 59470e39eac6992bb214b119aec4bd909ad7fe0cf807c0ebd7ec61491a29a7c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:13:44.637Z] + make test [2020-12-20T17:13:44.637Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-20T17:14:11.498Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-20T17:14:12.104Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.014s coverage: 8.3% of statements [2020-12-20T17:14:12.104Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-20T17:14:12.104Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.035s coverage: 95.1% of statements [2020-12-20T17:14:12.381Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.031s coverage: 87.8% of statements [2020-12-20T17:14:15.793Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.024s coverage: 36.2% of statements [2020-12-20T17:14:15.793Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-20T17:14:15.793Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-20T17:14:15.793Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-12-20T17:14:15.793Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.040s coverage: 48.9% of statements [2020-12-20T17:14:19.173Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.022s coverage: 95.3% of statements [2020-12-20T17:14:19.173Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-20T17:14:19.173Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-20T17:14:19.173Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.010s coverage: 91.3% of statements [2020-12-20T17:14:19.173Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-20T17:14:24.585Z] gofmt -l . [2020-12-20T17:14:24.585Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-20T17:14:24.613Z] $ docker stop --time=1 59470e39eac6992bb214b119aec4bd909ad7fe0cf807c0ebd7ec61491a29a7c8 [2020-12-20T17:14:26.923Z] $ docker rm -f 59470e39eac6992bb214b119aec4bd909ad7fe0cf807c0ebd7ec61491a29a7c8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T17:14:27.772Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-20T17:14:28.596Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-20T17:15:06.965Z] Running on prd-centos7-docker-4c-2g-16903 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-12-20T17:15:07.019Z] Running in /w/workspace/go-mod-bootstrap/66 [Pipeline] { [Pipeline] checkout [2020-12-20T17:15:09.636Z] using credential edgex-jenkins-ssh [2020-12-20T17:15:09.689Z] Cloning the remote Git repository [2020-12-20T17:15:09.727Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:15:09.791Z] > git init /w/workspace/go-mod-bootstrap/66 # timeout=10 [2020-12-20T17:15:09.852Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:15:09.853Z] > git --version # timeout=10 [2020-12-20T17:15:09.859Z] > git --version # 'git version 2.24.3' [2020-12-20T17:15:09.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:15:09.886Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:15:10.490Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:15:10.927Z] Checking out Revision c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa (master) [2020-12-20T17:15:10.498Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T17:15:10.509Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-12-20T17:15:10.521Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-12-20T17:15:10.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T17:15:10.525Z] > 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:15:10.937Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T17:15:10.942Z] > git checkout -f c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa # timeout=10 [2020-12-20T17:15:14.554Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts (#137)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T17:15:15.764Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:15:16.096Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T17:15:16.396Z] + sudo service docker restart [2020-12-20T17:15:16.396Z] + true [2020-12-20T17:15:16.396Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-20T17:15:17.937Z] ========================================================= [2020-12-20T17:15:17.937Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-20T17:15:17.937Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:15:18.283Z] + 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:15:18.545Z] Sending build context to Docker daemon 615.9kB [2020-12-20T17:15:18.545Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-20T17:15:18.545Z] Step 2/8 : FROM ${BASE} [2020-12-20T17:15:18.809Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-20T17:15:18.809Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T17:15:18.809Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T17:15:18.809Z] de9db76c5a1d: Pulling fs layer [2020-12-20T17:15:18.809Z] bca2f99d35d6: Pulling fs layer [2020-12-20T17:15:18.809Z] 93359f2a8cfa: Pulling fs layer [2020-12-20T17:15:18.809Z] 7c6f9722023f: Pulling fs layer [2020-12-20T17:15:18.809Z] a35cf1a2eb13: Pulling fs layer [2020-12-20T17:15:18.809Z] 93359f2a8cfa: Waiting [2020-12-20T17:15:18.809Z] 7c6f9722023f: Waiting [2020-12-20T17:15:18.809Z] a35cf1a2eb13: Waiting [2020-12-20T17:15:18.809Z] bca2f99d35d6: Waiting [2020-12-20T17:15:18.809Z] de9db76c5a1d: Verifying Checksum [2020-12-20T17:15:18.809Z] de9db76c5a1d: Download complete [2020-12-20T17:15:18.809Z] 0ef7d3d256c8: Verifying Checksum [2020-12-20T17:15:18.809Z] 0ef7d3d256c8: Download complete [2020-12-20T17:15:18.809Z] 93359f2a8cfa: Download complete [2020-12-20T17:15:18.809Z] 7c6f9722023f: Verifying Checksum [2020-12-20T17:15:18.809Z] 7c6f9722023f: Download complete [2020-12-20T17:15:18.809Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T17:15:18.809Z] 188c0c94c7c5: Download complete [2020-12-20T17:15:19.085Z] 188c0c94c7c5: Pull complete [2020-12-20T17:15:19.348Z] 0ef7d3d256c8: Pull complete [2020-12-20T17:15:19.348Z] de9db76c5a1d: Pull complete [2020-12-20T17:15:21.276Z] a35cf1a2eb13: Verifying Checksum [2020-12-20T17:15:21.276Z] a35cf1a2eb13: Download complete [2020-12-20T17:15:21.851Z] bca2f99d35d6: Verifying Checksum [2020-12-20T17:15:21.851Z] bca2f99d35d6: Download complete [2020-12-20T17:15:27.174Z] bca2f99d35d6: Pull complete [2020-12-20T17:15:27.174Z] 93359f2a8cfa: Pull complete [2020-12-20T17:15:27.174Z] 7c6f9722023f: Pull complete [2020-12-20T17:15:37.245Z] a35cf1a2eb13: Pull complete [2020-12-20T17:15:37.245Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-20T17:15:37.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-20T17:15:37.245Z] ---> a62c8e92a672 [2020-12-20T17:15:37.245Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-20T17:15:37.245Z] ---> Running in 7158971b0aac [2020-12-20T17:15:37.245Z] Removing intermediate container 7158971b0aac [2020-12-20T17:15:37.245Z] ---> 2f2fd57d9c5b [2020-12-20T17:15:37.245Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T17:15:37.245Z] ---> Running in 390095ac94f9 [2020-12-20T17:15:38.197Z] Removing intermediate container 390095ac94f9 [2020-12-20T17:15:38.197Z] ---> 36e3dad1efce [2020-12-20T17:15:38.197Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-12-20T17:15:38.197Z] ---> Running in fca6b6b85145 [2020-12-20T17:15:39.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T17:15:39.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T17:15:40.671Z] OK: 166 MiB in 39 packages [2020-12-20T17:15:40.936Z] Removing intermediate container fca6b6b85145 [2020-12-20T17:15:40.936Z] ---> 4f566346bd8a [2020-12-20T17:15:40.936Z] Step 6/8 : WORKDIR /build [2020-12-20T17:15:40.936Z] ---> Running in 751f70bc81d8 [2020-12-20T17:15:41.198Z] Removing intermediate container 751f70bc81d8 [2020-12-20T17:15:41.198Z] ---> 7d9a3306763e [2020-12-20T17:15:41.198Z] Step 7/8 : COPY go.mod . [2020-12-20T17:15:41.460Z] ---> 51b208d33a80 [2020-12-20T17:15:41.460Z] Step 8/8 : RUN go mod download [2020-12-20T17:15:41.460Z] ---> Running in 3ad3ca1af876 [2020-12-20T17:15:59.679Z] Removing intermediate container 3ad3ca1af876 [2020-12-20T17:15:59.679Z] ---> 2c4ce1f67758 [2020-12-20T17:15:59.679Z] Successfully built 2c4ce1f67758 [2020-12-20T17:15:59.679Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:16:00.003Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T17:16:00.004Z] . [Pipeline] withDockerContainer [2020-12-20T17:16:00.126Z] prd-centos7-docker-4c-2g-16903 does not seem to be running inside a container [2020-12-20T17:16:00.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/66 -v /w/workspace/go-mod-bootstrap/66:/w/workspace/go-mod-bootstrap/66:rw,z -v /w/workspace/go-mod-bootstrap/66@tmp:/w/workspace/go-mod-bootstrap/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T17:16:00.892Z] $ docker top 06aafdbe806e1c7e0787924b6bbe46a2c0746e2a6223dc4a6e2d7cb5d34f3fd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:16:01.408Z] + go version [2020-12-20T17:16:01.408Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-20T17:16:01.427Z] $ docker stop --time=1 06aafdbe806e1c7e0787924b6bbe46a2c0746e2a6223dc4a6e2d7cb5d34f3fd5 [2020-12-20T17:16:02.779Z] $ docker rm -f 06aafdbe806e1c7e0787924b6bbe46a2c0746e2a6223dc4a6e2d7cb5d34f3fd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:16:03.702Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T17:16:03.702Z] . [Pipeline] withDockerContainer [2020-12-20T17:16:03.796Z] prd-centos7-docker-4c-2g-16903 does not seem to be running inside a container [2020-12-20T17:16:03.845Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/66 -v /w/workspace/go-mod-bootstrap/66:/w/workspace/go-mod-bootstrap/66:rw,z -v /w/workspace/go-mod-bootstrap/66@tmp:/w/workspace/go-mod-bootstrap/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T17:16:04.523Z] $ docker top 5aa393d17fe84a9b7cbeb422aa2fc02f0f0e175218e906b6df4e8bf86f258453 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:16:05.164Z] + make test [2020-12-20T17:16:05.164Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-20T17:16:15.506Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-12-20T17:16:15.506Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.022s coverage: 8.3% of statements [2020-12-20T17:16:15.506Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-12-20T17:16:15.506Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.012s coverage: 95.1% of statements [2020-12-20T17:16:15.506Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.036s coverage: 87.8% of statements [2020-12-20T17:16:15.771Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.032s coverage: 36.2% of statements [2020-12-20T17:16:15.771Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-12-20T17:16:15.771Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] [2020-12-20T17:16:15.771Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-12-20T17:16:15.771Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.008s coverage: 48.9% of statements [2020-12-20T17:16:19.089Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.008s coverage: 95.3% of statements [2020-12-20T17:16:19.089Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-12-20T17:16:19.089Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-12-20T17:16:19.089Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.004s coverage: 91.3% of statements [2020-12-20T17:16:19.089Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-20T17:16:21.030Z] gofmt -l . [2020-12-20T17:16:21.030Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-20T17:16:21.048Z] $ docker stop --time=1 5aa393d17fe84a9b7cbeb422aa2fc02f0f0e175218e906b6df4e8bf86f258453 [2020-12-20T17:16:23.351Z] $ docker rm -f 5aa393d17fe84a9b7cbeb422aa2fc02f0f0e175218e906b6df4e8bf86f258453 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T17:16:23.975Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-20T17:16:23.990Z] Warning: overwriting stash ‘coverage-report’ [2020-12-20T17:16:24.267Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-20T17:16:26.188Z] provisioning config files... [2020-12-20T17:16:26.201Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config390628313010977398tmp [Pipeline] { [Pipeline] sh [2020-12-20T17:16:26.576Z] + set +x [2020-12-20T17:16:26.576Z] + curl -s https://codecov.io/bash [2020-12-20T17:16:26.576Z] + bash -s -- [2020-12-20T17:16:26.838Z] [2020-12-20T17:16:26.838Z] _____ _ [2020-12-20T17:16:26.838Z] / ____| | | [2020-12-20T17:16:26.838Z] | | ___ __| | ___ ___ _____ __ [2020-12-20T17:16:26.838Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-20T17:16:26.838Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-20T17:16:26.838Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-20T17:16:26.838Z] Bash-20201217-3d3df35 [2020-12-20T17:16:26.838Z] [2020-12-20T17:16:26.838Z] [2020-12-20T17:16:26.838Z] git version 2.24.3 found [2020-12-20T17:16:26.838Z] 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:16:26.838Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-20T17:16:26.838Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-20T17:16:26.838Z] ==> Jenkins CI detected. [2020-12-20T17:16:26.838Z] project root: . [2020-12-20T17:16:26.838Z] --> token set from env [2020-12-20T17:16:26.838Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-20T17:16:26.838Z] ==> Running gcov in . (disable via -X gcov) [2020-12-20T17:16:26.838Z] ==> Python coveragepy not found [2020-12-20T17:16:26.838Z] ==> Searching for coverage reports in: [2020-12-20T17:16:26.838Z] + . [2020-12-20T17:16:26.838Z] -> Found 1 reports [2020-12-20T17:16:26.838Z] ==> Detecting git/mercurial file structure [2020-12-20T17:16:26.838Z] ==> Reading reports [2020-12-20T17:16:26.838Z] + ./coverage.out bytes=28796 [2020-12-20T17:16:26.838Z] ==> Appending adjustments [2020-12-20T17:16:26.838Z] https://docs.codecov.io/docs/fixing-reports [2020-12-20T17:16:27.100Z] + Found adjustments [2020-12-20T17:16:27.100Z] ==> Gzipping contents [2020-12-20T17:16:27.100Z] 8.0K /tmp/codecov.mJ922Q.gz [2020-12-20T17:16:27.100Z] ==> Uploading reports [2020-12-20T17:16:27.100Z] url: https://codecov.io [2020-12-20T17:16:27.100Z] query: branch=master&commit=c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-20T17:16:27.100Z] -> Pinging Codecov [2020-12-20T17:16:27.100Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-20T17:16:27.366Z] -> Uploading to [2020-12-20T17:16:27.366Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-20/833815588EE85121546D348822E98E2E/c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa/a370b457-02a0-474f-bca3-d553b44d0e4b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201220T171627Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b4b7f463aaa76f4c23af6ea07f1a5ce897ec433559c3c0c3d5d655fce5c4af2b [2020-12-20T17:16:27.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-20T17:16:27.366Z] Dload Upload Total Spent Left Speed [2020-12-20T17:16:27.894Z] 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 12106 --:--:-- --:--:-- --:--:-- 12091 [2020-12-20T17:16:27.894Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa [Pipeline] } [2020-12-20T17:16:27.903Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-20T17:16:28.338Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-20T17:16:28.390Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:16:28.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:16:28.726Z] [2020-12-20T17:16:28.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:16:29.079Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:16:29.079Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-20T17:16:29.079Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T17:16:29.079Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T17:16:29.079Z] de9db76c5a1d: Pulling fs layer [2020-12-20T17:16:29.079Z] 0eba1c9be4d2: Pulling fs layer [2020-12-20T17:16:29.079Z] 0d57e429df01: Pulling fs layer [2020-12-20T17:16:29.079Z] 4e4be7b47b0d: Pulling fs layer [2020-12-20T17:16:29.079Z] e1f770b5df2f: Pulling fs layer [2020-12-20T17:16:29.079Z] 85a0685a4137: Pulling fs layer [2020-12-20T17:16:29.079Z] 0eba1c9be4d2: Waiting [2020-12-20T17:16:29.079Z] 0d57e429df01: Waiting [2020-12-20T17:16:29.079Z] 4e4be7b47b0d: Waiting [2020-12-20T17:16:29.079Z] e1f770b5df2f: Waiting [2020-12-20T17:16:29.079Z] 85a0685a4137: Waiting [2020-12-20T17:16:29.079Z] de9db76c5a1d: Verifying Checksum [2020-12-20T17:16:29.079Z] 0ef7d3d256c8: Download complete [2020-12-20T17:16:29.079Z] 0d57e429df01: Verifying Checksum [2020-12-20T17:16:29.079Z] 0d57e429df01: Download complete [2020-12-20T17:16:29.079Z] 4e4be7b47b0d: Verifying Checksum [2020-12-20T17:16:29.079Z] 4e4be7b47b0d: Download complete [2020-12-20T17:16:29.079Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T17:16:29.655Z] 188c0c94c7c5: Pull complete [2020-12-20T17:16:29.655Z] 0ef7d3d256c8: Pull complete [2020-12-20T17:16:29.917Z] de9db76c5a1d: Pull complete [2020-12-20T17:16:30.494Z] e1f770b5df2f: Verifying Checksum [2020-12-20T17:16:30.494Z] e1f770b5df2f: Download complete [2020-12-20T17:16:32.435Z] 0eba1c9be4d2: Verifying Checksum [2020-12-20T17:16:32.435Z] 0eba1c9be4d2: Download complete [2020-12-20T17:16:33.016Z] 85a0685a4137: Verifying Checksum [2020-12-20T17:16:33.016Z] 85a0685a4137: Download complete [2020-12-20T17:16:38.359Z] 0eba1c9be4d2: Pull complete [2020-12-20T17:16:38.359Z] 0d57e429df01: Pull complete [2020-12-20T17:16:38.359Z] 4e4be7b47b0d: Pull complete [2020-12-20T17:16:39.754Z] e1f770b5df2f: Pull complete [2020-12-20T17:16:47.935Z] 85a0685a4137: Pull complete [2020-12-20T17:16:47.935Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-20T17:16:47.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-20T17:16:47.935Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-20T17:16:48.131Z] prd-centos7-docker-4c-2g-16901 does not seem to be running inside a container [2020-12-20T17:16:48.178Z] $ 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:16:49.178Z] $ docker top 028a2ee01a1bb20c275549d801ef37446b51732a5602e36ea266e270bdea4661 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T17:16:49.403Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-20T17:16:49.695Z] + set -o pipefail [2020-12-20T17:16:49.695Z] + snyk monitor '--org=edgex-jenkins' [2020-12-20T17:16:56.290Z] [2020-12-20T17:16:56.290Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-12-20T17:16:56.290Z] [2020-12-20T17:16:56.290Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/bf37d068-489d-41d9-a780-d7bd3b8bd4b6 [2020-12-20T17:16:56.290Z] [2020-12-20T17:16:56.290Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-20T17:16:56.290Z] [2020-12-20T17:16:56.290Z] [2020-12-20T17:16:56.290Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-20T17:16:56.290Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-20T17:16:56.306Z] $ docker stop --time=1 028a2ee01a1bb20c275549d801ef37446b51732a5602e36ea266e270bdea4661 [2020-12-20T17:16:58.363Z] $ docker rm -f 028a2ee01a1bb20c275549d801ef37446b51732a5602e36ea266e270bdea4661 [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:17:00.074Z] + git log --format=format:%s -1 c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:17:00.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:17:00.382Z] . [Pipeline] withDockerContainer [2020-12-20T17:17:00.478Z] prd-centos7-docker-4c-2g-16901 does not seem to be running inside a container [2020-12-20T17:17:00.523Z] $ 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:17:01.392Z] $ docker top 9185594a68e04b3899abae27c77b2dcd0c2a6ab5171a8e3553aec8fe74b5b4cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:17:01.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:17:01.766Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:17:01.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:17:01.995Z] $ docker exec 9185594a68e04b3899abae27c77b2dcd0c2a6ab5171a8e3553aec8fe74b5b4cd ssh-agent [2020-12-20T17:17:02.152Z] SSH_AUTH_SOCK=/tmp/ssh-qDC2Pdfw63JS/agent.12 [2020-12-20T17:17:02.152Z] SSH_AGENT_PID=17 [2020-12-20T17:17:02.159Z] Running ssh-add (command line suppressed) [2020-12-20T17:17:02.283Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4245748100166462667.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4245748100166462667.key) [2020-12-20T17:17:02.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:17:02.674Z] + git semver tag [2020-12-20T17:17:02.674Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:17:02.674Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:17:02.674Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:17:02.674Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:17:02.674Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:17:02.674Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:17:02.674Z] # $SEMVER_BRANCH = master [2020-12-20T17:17:02.674Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-20T17:17:02.674Z] # c718a8c70b7dc7f9e1e94ca9ddc7187b1bf8d1fa HEAD [2020-12-20T17:17:02.674Z] # -> Force: false [2020-12-20T17:17:02.674Z] # c21309529e179937b4b51c85f9b76e1fc904f43a refs/tags/v0.0.63 [Pipeline] } [2020-12-20T17:17:02.688Z] $ docker exec --env ******** --env ******** 9185594a68e04b3899abae27c77b2dcd0c2a6ab5171a8e3553aec8fe74b5b4cd ssh-agent -k [2020-12-20T17:17:02.802Z] unset SSH_AUTH_SOCK; [2020-12-20T17:17:02.803Z] unset SSH_AGENT_PID; [2020-12-20T17:17:02.803Z] echo Agent pid 17 killed; [2020-12-20T17:17:02.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:17:03.352Z] + git semver [Pipeline] } [2020-12-20T17:17:03.372Z] $ docker stop --time=1 9185594a68e04b3899abae27c77b2dcd0c2a6ab5171a8e3553aec8fe74b5b4cd [2020-12-20T17:17:04.816Z] $ docker rm -f 9185594a68e04b3899abae27c77b2dcd0c2a6ab5171a8e3553aec8fe74b5b4cd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:17:05.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:17:05.486Z] [2020-12-20T17:17:05.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:17:05.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:17:05.838Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-20T17:17:05.838Z] ab5ef0e58194: Pulling fs layer [2020-12-20T17:17:05.838Z] 9712f1f96733: Pulling fs layer [2020-12-20T17:17:05.838Z] 63f879dbbcfc: Pulling fs layer [2020-12-20T17:17:05.838Z] 0d9ebad4ef96: Pulling fs layer [2020-12-20T17:17:05.838Z] e9a5061849ea: Pulling fs layer [2020-12-20T17:17:05.838Z] d747dcd14b5f: Pulling fs layer [2020-12-20T17:17:05.838Z] 2de7ff778b66: Pulling fs layer [2020-12-20T17:17:05.838Z] e9a5061849ea: Waiting [2020-12-20T17:17:05.838Z] d747dcd14b5f: Waiting [2020-12-20T17:17:05.838Z] 2de7ff778b66: Waiting [2020-12-20T17:17:05.838Z] 0d9ebad4ef96: Waiting [2020-12-20T17:17:05.838Z] 9712f1f96733: Verifying Checksum [2020-12-20T17:17:05.838Z] 9712f1f96733: Download complete [2020-12-20T17:17:07.225Z] 63f879dbbcfc: Verifying Checksum [2020-12-20T17:17:07.225Z] 63f879dbbcfc: Download complete [2020-12-20T17:17:07.498Z] e9a5061849ea: Verifying Checksum [2020-12-20T17:17:07.498Z] e9a5061849ea: Download complete [2020-12-20T17:17:07.498Z] d747dcd14b5f: Verifying Checksum [2020-12-20T17:17:07.498Z] d747dcd14b5f: Download complete [2020-12-20T17:17:08.078Z] 2de7ff778b66: Verifying Checksum [2020-12-20T17:17:08.078Z] 2de7ff778b66: Download complete [2020-12-20T17:17:08.078Z] 0d9ebad4ef96: Verifying Checksum [2020-12-20T17:17:08.078Z] 0d9ebad4ef96: Download complete [2020-12-20T17:17:08.343Z] ab5ef0e58194: Verifying Checksum [2020-12-20T17:17:08.343Z] ab5ef0e58194: Download complete [2020-12-20T17:17:11.677Z] ab5ef0e58194: Pull complete [2020-12-20T17:17:11.940Z] 9712f1f96733: Pull complete [2020-12-20T17:17:14.512Z] 63f879dbbcfc: Pull complete [2020-12-20T17:17:21.140Z] 0d9ebad4ef96: Pull complete [2020-12-20T17:17:22.634Z] e9a5061849ea: Pull complete [2020-12-20T17:17:22.634Z] d747dcd14b5f: Pull complete [2020-12-20T17:17:25.286Z] 2de7ff778b66: Pull complete [2020-12-20T17:17:25.286Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-20T17:17:25.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-20T17:17:25.286Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-20T17:17:25.456Z] prd-centos7-docker-4c-2g-16901 does not seem to be running inside a container [2020-12-20T17:17:25.504Z] $ 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:17:28.754Z] $ docker top 527b7e6ec6fdf03a8fd3de34c8f68367c78cf29d046493d47ed19f0b95d701dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-20T17:17:29.011Z] provisioning config files... [2020-12-20T17:17:29.021Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3225528816953367194tmp [2020-12-20T17:17:29.037Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4416612631679072133tmp [2020-12-20T17:17:29.053Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5596908774654815441tmp [Pipeline] { [Pipeline] echo [2020-12-20T17:17:29.217Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:17:29.540Z] ---> sigul-configuration.sh [2020-12-20T17:17:29.540Z] gpg: directory `/root/.gnupg' created [2020-12-20T17:17:29.540Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-20T17:17:29.540Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-20T17:17:29.540Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-20T17:17:29.540Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-20T17:17:29.540Z] gpg: CAST5 encrypted data [2020-12-20T17:17:29.802Z] gpg: encrypted with 1 passphrase [2020-12-20T17:17:29.802Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-20T17:17:30.099Z] + mkdir /home/jenkins [2020-12-20T17:17:30.099Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-20T17:17:30.394Z] + 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:17:30.404Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:17:30.696Z] ---> sigul-install.sh [2020-12-20T17:17:35.990Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-20T17:17:36.287Z] + git tag --list [2020-12-20T17:17:36.287Z] v0.0.1 [2020-12-20T17:17:36.287Z] v0.0.10 [2020-12-20T17:17:36.287Z] v0.0.11 [2020-12-20T17:17:36.287Z] v0.0.12 [2020-12-20T17:17:36.287Z] v0.0.13 [2020-12-20T17:17:36.287Z] v0.0.14 [2020-12-20T17:17:36.287Z] v0.0.15 [2020-12-20T17:17:36.287Z] v0.0.16 [2020-12-20T17:17:36.287Z] v0.0.17 [2020-12-20T17:17:36.287Z] v0.0.18 [2020-12-20T17:17:36.287Z] v0.0.19 [2020-12-20T17:17:36.287Z] v0.0.2 [2020-12-20T17:17:36.287Z] v0.0.20 [2020-12-20T17:17:36.287Z] v0.0.21 [2020-12-20T17:17:36.287Z] v0.0.22 [2020-12-20T17:17:36.287Z] v0.0.23 [2020-12-20T17:17:36.287Z] v0.0.24 [2020-12-20T17:17:36.287Z] v0.0.25 [2020-12-20T17:17:36.287Z] v0.0.26 [2020-12-20T17:17:36.287Z] v0.0.27 [2020-12-20T17:17:36.287Z] v0.0.28 [2020-12-20T17:17:36.287Z] v0.0.29 [2020-12-20T17:17:36.287Z] v0.0.3 [2020-12-20T17:17:36.287Z] v0.0.30 [2020-12-20T17:17:36.287Z] v0.0.31 [2020-12-20T17:17:36.287Z] v0.0.32 [2020-12-20T17:17:36.287Z] v0.0.33 [2020-12-20T17:17:36.287Z] v0.0.34 [2020-12-20T17:17:36.287Z] v0.0.35 [2020-12-20T17:17:36.287Z] v0.0.36 [2020-12-20T17:17:36.287Z] v0.0.37 [2020-12-20T17:17:36.287Z] v0.0.38 [2020-12-20T17:17:36.287Z] v0.0.39 [2020-12-20T17:17:36.287Z] v0.0.4 [2020-12-20T17:17:36.287Z] v0.0.40 [2020-12-20T17:17:36.287Z] v0.0.41 [2020-12-20T17:17:36.287Z] v0.0.42 [2020-12-20T17:17:36.287Z] v0.0.43 [2020-12-20T17:17:36.287Z] v0.0.44 [2020-12-20T17:17:36.287Z] v0.0.45 [2020-12-20T17:17:36.287Z] v0.0.46 [2020-12-20T17:17:36.287Z] v0.0.47 [2020-12-20T17:17:36.287Z] v0.0.48 [2020-12-20T17:17:36.287Z] v0.0.49 [2020-12-20T17:17:36.287Z] v0.0.5 [2020-12-20T17:17:36.287Z] v0.0.50 [2020-12-20T17:17:36.287Z] v0.0.51 [2020-12-20T17:17:36.287Z] v0.0.52 [2020-12-20T17:17:36.287Z] v0.0.53 [2020-12-20T17:17:36.287Z] v0.0.54 [2020-12-20T17:17:36.287Z] v0.0.55 [2020-12-20T17:17:36.287Z] v0.0.56 [2020-12-20T17:17:36.287Z] v0.0.57 [2020-12-20T17:17:36.287Z] v0.0.58 [2020-12-20T17:17:36.287Z] v0.0.59 [2020-12-20T17:17:36.287Z] v0.0.6 [2020-12-20T17:17:36.287Z] v0.0.60 [2020-12-20T17:17:36.287Z] v0.0.61 [2020-12-20T17:17:36.287Z] v0.0.62 [2020-12-20T17:17:36.287Z] v0.0.63 [2020-12-20T17:17:36.287Z] v0.0.7 [2020-12-20T17:17:36.287Z] v0.0.8 [2020-12-20T17:17:36.287Z] v0.0.9 [Pipeline] sh [2020-12-20T17:17:36.587Z] + lftools sign git-tag v0.0.63 [2020-12-20T17:17:37.533Z] Signing Git tag with Sigul... [2020-12-20T17:17:37.533Z] Signing v0.0.63 [Pipeline] echo [2020-12-20T17:17:38.491Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:17:38.788Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-20T17:17:38.798Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-20T17:17:38.900Z] $ docker stop --time=1 527b7e6ec6fdf03a8fd3de34c8f68367c78cf29d046493d47ed19f0b95d701dc [2020-12-20T17:17:40.735Z] $ docker rm -f 527b7e6ec6fdf03a8fd3de34c8f68367c78cf29d046493d47ed19f0b95d701dc [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:17:41.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:17:41.628Z] . [Pipeline] withDockerContainer [2020-12-20T17:17:41.736Z] prd-centos7-docker-4c-2g-16901 does not seem to be running inside a container [2020-12-20T17:17:41.780Z] $ 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:17:42.432Z] $ docker top 4d66e545b7d2d472324bad1cacf52974130a8e1b790480b6581944e726a2592e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:17:42.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:17:42.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:17:43.020Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:17:43.024Z] $ docker exec 4d66e545b7d2d472324bad1cacf52974130a8e1b790480b6581944e726a2592e ssh-agent [2020-12-20T17:17:43.193Z] SSH_AUTH_SOCK=/tmp/ssh-avsp0A8GcChd/agent.11 [2020-12-20T17:17:43.193Z] SSH_AGENT_PID=17 [2020-12-20T17:17:43.200Z] Running ssh-add (command line suppressed) [2020-12-20T17:17:43.333Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7811830039365842986.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7811830039365842986.key) [2020-12-20T17:17:43.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:17:43.730Z] + git semver bump patch [2020-12-20T17:17:43.730Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:17:43.730Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:17:43.730Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:17:43.730Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:17:43.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:17:43.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:17:43.730Z] # $SEMVER_BRANCH = master [2020-12-20T17:17:43.730Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-12-20T17:17:43.730Z] 0.0.64 [Pipeline] } [2020-12-20T17:17:43.744Z] $ docker exec --env ******** --env ******** 4d66e545b7d2d472324bad1cacf52974130a8e1b790480b6581944e726a2592e ssh-agent -k [2020-12-20T17:17:43.860Z] unset SSH_AUTH_SOCK; [2020-12-20T17:17:43.860Z] unset SSH_AGENT_PID; [2020-12-20T17:17:43.860Z] echo Agent pid 17 killed; [2020-12-20T17:17:43.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:17:44.370Z] + git semver [Pipeline] } [2020-12-20T17:17:44.388Z] $ docker stop --time=1 4d66e545b7d2d472324bad1cacf52974130a8e1b790480b6581944e726a2592e [2020-12-20T17:17:45.741Z] $ docker rm -f 4d66e545b7d2d472324bad1cacf52974130a8e1b790480b6581944e726a2592e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:17:46.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T17:17:46.286Z] . [Pipeline] withDockerContainer [2020-12-20T17:17:46.377Z] prd-centos7-docker-4c-2g-16901 does not seem to be running inside a container [2020-12-20T17:17:46.419Z] $ 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:17:47.119Z] $ docker top 17b910a081d786f67ff7bee3ab5d38762956d72f56092e0998d477d5f571363f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T17:17:47.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T17:17:47.675Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T17:17:47.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T17:17:47.885Z] $ docker exec 17b910a081d786f67ff7bee3ab5d38762956d72f56092e0998d477d5f571363f ssh-agent [2020-12-20T17:17:48.051Z] SSH_AUTH_SOCK=/tmp/ssh-NGkvL4M4dGZp/agent.12 [2020-12-20T17:17:48.051Z] SSH_AGENT_PID=17 [2020-12-20T17:17:48.058Z] Running ssh-add (command line suppressed) [2020-12-20T17:17:48.184Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4725631495818683778.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4725631495818683778.key) [2020-12-20T17:17:48.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T17:17:48.574Z] + git semver push [2020-12-20T17:17:48.574Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T17:17:48.574Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-12-20T17:17:48.574Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:17:48.574Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T17:17:48.574Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T17:17:48.574Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T17:17:48.574Z] # $SEMVER_BRANCH = master [2020-12-20T17:17:48.574Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-12-20T17:17:55.202Z] $ docker exec --env ******** --env ******** 17b910a081d786f67ff7bee3ab5d38762956d72f56092e0998d477d5f571363f ssh-agent -k [2020-12-20T17:17:55.318Z] unset SSH_AUTH_SOCK; [2020-12-20T17:17:55.319Z] unset SSH_AGENT_PID; [2020-12-20T17:17:55.319Z] echo Agent pid 17 killed; [2020-12-20T17:17:55.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T17:17:55.840Z] + git semver [Pipeline] } [2020-12-20T17:17:55.859Z] $ docker stop --time=1 17b910a081d786f67ff7bee3ab5d38762956d72f56092e0998d477d5f571363f [2020-12-20T17:17:57.216Z] $ docker rm -f 17b910a081d786f67ff7bee3ab5d38762956d72f56092e0998d477d5f571363f [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:17:58.626Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:17:59.192Z] ---> package-listing.sh [2020-12-20T17:17:59.192Z] ++ facter osfamily [2020-12-20T17:17:59.192Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-20T17:17:59.192Z] + OS_FAMILY=redhat [2020-12-20T17:17:59.192Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:17:59.192Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-20T17:17:59.192Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-20T17:17:59.192Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-20T17:17:59.192Z] + PACKAGES=/tmp/packages_start.txt [2020-12-20T17:17:59.192Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-20T17:17:59.192Z] + PACKAGES=/tmp/packages_end.txt [2020-12-20T17:17:59.192Z] + case "${OS_FAMILY}" in [2020-12-20T17:17:59.192Z] + rpm -qa [2020-12-20T17:17:59.192Z] + sort [2020-12-20T17:18:04.523Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-20T17:18:04.523Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-20T17:18:04.523Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-20T17:18:04.523Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-12-20T17:18:04.523Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-12-20T17:18:04.523Z] + 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:18:04.536Z] 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:18:04.827Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:18:05.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:18:05.135Z] [2020-12-20T17:18:05.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-20T17:18:05.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:18:05.480Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-20T17:18:05.480Z] df20fa9351a1: Pulling fs layer [2020-12-20T17:18:05.480Z] 36b3adc4ff6f: Pulling fs layer [2020-12-20T17:18:05.480Z] 8ad3a11d3b57: Pulling fs layer [2020-12-20T17:18:05.480Z] 46f8f816bc3b: Pulling fs layer [2020-12-20T17:18:05.480Z] 93b61091891f: Pulling fs layer [2020-12-20T17:18:05.480Z] 93b9cdb0e59b: Pulling fs layer [2020-12-20T17:18:05.480Z] 5e14af77c1be: Pulling fs layer [2020-12-20T17:18:05.480Z] 01666e4c0597: Pulling fs layer [2020-12-20T17:18:05.480Z] aa168da1d23b: Pulling fs layer [2020-12-20T17:18:05.480Z] 93b9cdb0e59b: Waiting [2020-12-20T17:18:05.480Z] 5e14af77c1be: Waiting [2020-12-20T17:18:05.480Z] 01666e4c0597: Waiting [2020-12-20T17:18:05.480Z] aa168da1d23b: Waiting [2020-12-20T17:18:05.480Z] 46f8f816bc3b: Waiting [2020-12-20T17:18:05.480Z] 93b61091891f: Waiting [2020-12-20T17:18:05.480Z] 36b3adc4ff6f: Verifying Checksum [2020-12-20T17:18:05.480Z] 36b3adc4ff6f: Download complete [2020-12-20T17:18:05.480Z] 46f8f816bc3b: Verifying Checksum [2020-12-20T17:18:05.480Z] 46f8f816bc3b: Download complete [2020-12-20T17:18:05.480Z] df20fa9351a1: Verifying Checksum [2020-12-20T17:18:05.480Z] df20fa9351a1: Download complete [2020-12-20T17:18:05.480Z] 93b9cdb0e59b: Verifying Checksum [2020-12-20T17:18:05.480Z] 93b9cdb0e59b: Download complete [2020-12-20T17:18:05.480Z] 5e14af77c1be: Verifying Checksum [2020-12-20T17:18:05.480Z] 5e14af77c1be: Download complete [2020-12-20T17:18:05.480Z] 93b61091891f: Verifying Checksum [2020-12-20T17:18:05.480Z] 93b61091891f: Download complete [2020-12-20T17:18:05.744Z] 01666e4c0597: Verifying Checksum [2020-12-20T17:18:05.744Z] 01666e4c0597: Download complete [2020-12-20T17:18:05.744Z] 8ad3a11d3b57: Verifying Checksum [2020-12-20T17:18:05.744Z] 8ad3a11d3b57: Download complete [2020-12-20T17:18:06.008Z] df20fa9351a1: Pull complete [2020-12-20T17:18:06.271Z] 36b3adc4ff6f: Pull complete [2020-12-20T17:18:07.281Z] aa168da1d23b: Verifying Checksum [2020-12-20T17:18:07.281Z] aa168da1d23b: Download complete [2020-12-20T17:18:08.289Z] 8ad3a11d3b57: Pull complete [2020-12-20T17:18:08.289Z] 46f8f816bc3b: Pull complete [2020-12-20T17:18:08.876Z] 93b61091891f: Pull complete [2020-12-20T17:18:08.876Z] 93b9cdb0e59b: Pull complete [2020-12-20T17:18:08.876Z] 5e14af77c1be: Pull complete [2020-12-20T17:18:09.138Z] 01666e4c0597: Pull complete [2020-12-20T17:18:17.313Z] aa168da1d23b: Pull complete [2020-12-20T17:18:17.313Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-20T17:18:17.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T17:18:17.313Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-20T17:18:17.469Z] prd-centos7-docker-4c-2g-16901 does not seem to be running inside a container [2020-12-20T17:18:17.515Z] $ 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:18:20.271Z] $ docker top 4af96f6e9855b89e016373510a3af46f9e716486347dd9e79a0eba466d67ff5e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T17:18:20.814Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-20T17:18:21.110Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-20T17:18:21.407Z] + ls /var/log/sa-host [2020-12-20T17:18:21.407Z] + sadf -c /var/log/sa-host/sa20 [2020-12-20T17:18:21.407Z] file_magic: OK [2020-12-20T17:18:21.407Z] HZ: Using current value: 100 [2020-12-20T17:18:21.407Z] file_header: OK [2020-12-20T17:18:21.407Z] 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:18:21.407Z] Statistics: [2020-12-20T17:18:21.407Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-20T17:18:21.407Z] File successfully converted to sysstat format version 12.2.1 [2020-12-20T17:18:21.407Z] + sadf -c /var/log/sa-host/sa23 [2020-12-20T17:18:21.407Z] file_magic: OK [2020-12-20T17:18:21.407Z] HZ: Using current value: 100 [2020-12-20T17:18:21.407Z] file_header: OK [2020-12-20T17:18:21.407Z] 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:18:21.407Z] Statistics: [2020-12-20T17:18:21.407Z] Hnuu...uuuununununu... [2020-12-20T17:18:21.407Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-20T17:18:21.633Z] provisioning config files... [2020-12-20T17:18:21.648Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4776030840986305765tmp [Pipeline] { [Pipeline] echo [2020-12-20T17:18:21.730Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:18:22.026Z] ---> create-netrc.sh [Pipeline] } [2020-12-20T17:18:22.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-20T17:18:22.122Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:18:22.414Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-20T17:18:22.424Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:18:22.718Z] ---> sudo-logs.sh [2020-12-20T17:18:22.718Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-20T17:18:22.729Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:18:23.022Z] ---> job-cost.sh [2020-12-20T17:18:23.022Z] lf-activate-venv: SKIPPING [2020-12-20T17:18:23.022Z] INFO: No Stack... [2020-12-20T17:18:24.426Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-20T17:18:25.396Z] INFO: Archiving Costs [Pipeline] echo [2020-12-20T17:18:25.436Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T17:18:25.737Z] ---> logs-deploy.sh [2020-12-20T17:18:25.737Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/66 [2020-12-20T17:18:25.737Z] INFO: archiving workspace using pattern(s): [2020-12-20T17:18:27.125Z] Archives upload complete. [2020-12-20T17:18:27.386Z] INFO: archiving logs to Nexus [2020-12-20T17:18:28.328Z] ---> uname -a: [2020-12-20T17:18:28.328Z] Linux prd-centos7-docker-4c-2g-16901.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:18:28.328Z] [2020-12-20T17:18:28.328Z] [2020-12-20T17:18:28.328Z] ---> lscpu: [2020-12-20T17:18:28.328Z] Architecture: x86_64 [2020-12-20T17:18:28.328Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-20T17:18:28.329Z] Byte Order: Little Endian [2020-12-20T17:18:28.329Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-20T17:18:28.329Z] CPU(s): 4 [2020-12-20T17:18:28.329Z] On-line CPU(s) list: 0-3 [2020-12-20T17:18:28.329Z] Thread(s) per core: 1 [2020-12-20T17:18:28.329Z] Core(s) per socket: 1 [2020-12-20T17:18:28.329Z] Socket(s): 4 [2020-12-20T17:18:28.329Z] NUMA node(s): 1 [2020-12-20T17:18:28.329Z] Vendor ID: GenuineIntel [2020-12-20T17:18:28.329Z] CPU family: 6 [2020-12-20T17:18:28.329Z] Model: 44 [2020-12-20T17:18:28.329Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-20T17:18:28.329Z] Stepping: 1 [2020-12-20T17:18:28.329Z] CPU MHz: 2933.438 [2020-12-20T17:18:28.329Z] BogoMIPS: 5866.87 [2020-12-20T17:18:28.329Z] Virtualization: VT-x [2020-12-20T17:18:28.329Z] Hypervisor vendor: KVM [2020-12-20T17:18:28.329Z] Virtualization type: full [2020-12-20T17:18:28.329Z] L1d cache: 128 KiB [2020-12-20T17:18:28.329Z] L1i cache: 128 KiB [2020-12-20T17:18:28.329Z] L2 cache: 16 MiB [2020-12-20T17:18:28.329Z] L3 cache: 64 MiB [2020-12-20T17:18:28.329Z] NUMA node0 CPU(s): 0-3 [2020-12-20T17:18:28.329Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-20T17:18:28.329Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-20T17:18:28.329Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-20T17:18:28.329Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-20T17:18:28.329Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-20T17:18:28.329Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-20T17:18:28.329Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-20T17:18:28.329Z] Vulnerability Srbds: Not affected [2020-12-20T17:18:28.329Z] Vulnerability Tsx async abort: Not affected [2020-12-20T17:18:28.329Z] 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:18:28.329Z] [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] ---> nproc: [2020-12-20T17:18:28.329Z] 4 [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] ---> df -h: [2020-12-20T17:18:28.329Z] Filesystem Size Used Available Use% Mounted on [2020-12-20T17:18:28.329Z] overlay 50.0G 8.5G 41.4G 17% / [2020-12-20T17:18:28.329Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-20T17:18:28.329Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-20T17:18:28.329Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-12-20T17:18:28.329Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] ---> free -m: [2020-12-20T17:18:28.329Z] total used free shared buff/cache available [2020-12-20T17:18:28.329Z] Mem: 1837 823 133 0 879 949 [2020-12-20T17:18:28.329Z] Swap: 1023 3 1020 [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] ---> ip addr: [2020-12-20T17:18:28.329Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-20T17:18:28.329Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-20T17:18:28.329Z] inet 127.0.0.1/8 scope host lo [2020-12-20T17:18:28.329Z] valid_lft forever preferred_lft forever [2020-12-20T17:18:28.329Z] inet6 ::1/128 scope host [2020-12-20T17:18:28.329Z] valid_lft forever preferred_lft forever [2020-12-20T17:18:28.329Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-20T17:18:28.329Z] link/ether fa:16:3e:fd:9e:27 brd ff:ff:ff:ff:ff:ff [2020-12-20T17:18:28.329Z] inet 10.30.122.174/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-20T17:18:28.329Z] valid_lft 85987sec preferred_lft 85987sec [2020-12-20T17:18:28.329Z] inet6 fe80::f816:3eff:fefd:9e27/64 scope link [2020-12-20T17:18:28.329Z] valid_lft forever preferred_lft forever [2020-12-20T17:18:28.329Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-20T17:18:28.329Z] link/ether 02:42:92:10:9f:16 brd ff:ff:ff:ff:ff:ff [2020-12-20T17:18:28.329Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-20T17:18:28.329Z] valid_lft forever preferred_lft forever [2020-12-20T17:18:28.329Z] inet6 fe80::42:92ff:fe10:9f16/64 scope link [2020-12-20T17:18:28.329Z] valid_lft forever preferred_lft forever [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] ---> sar -b -r -n DEV: [2020-12-20T17:18:28.329Z] 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:18:28.329Z] [2020-12-20T17:18:28.329Z] 17:11:23 LINUX RESTART (4 CPU) [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] 17:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-20T17:18:28.329Z] 17:13:01 45.32 10.62 34.70 0.00 4279.05 3123.91 0.00 [2020-12-20T17:18:28.329Z] 17:14:01 1.63 0.00 1.63 0.00 0.00 33.17 0.00 [2020-12-20T17:18:28.329Z] 17:15:01 0.35 0.00 0.35 0.00 0.00 3.68 0.00 [2020-12-20T17:18:28.329Z] 17:16:01 0.29 0.00 0.29 0.00 0.00 2.90 0.00 [2020-12-20T17:18:28.329Z] 17:17:01 256.91 152.40 104.51 0.00 7991.34 33984.90 0.00 [2020-12-20T17:18:28.329Z] 17:18:01 234.84 103.16 131.67 0.00 7501.60 32772.04 0.00 [2020-12-20T17:18:28.329Z] Average: 90.17 44.50 45.67 0.00 3305.46 11689.89 0.00 [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] 17:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-20T17:18:28.329Z] 17:13:01 151808 0 563624 29.96 2620 1163492 1098704 37.50 360108 1169544 16 [2020-12-20T17:18:28.329Z] 17:14:01 154692 0 560736 29.80 2620 1163496 1083652 36.98 360080 1166936 8 [2020-12-20T17:18:28.329Z] 17:15:01 154700 0 560720 29.80 2620 1163504 1083760 36.99 371512 1156128 8 [2020-12-20T17:18:28.329Z] 17:16:01 153228 0 562192 29.88 2620 1163504 1083760 36.99 373268 1155552 8 [2020-12-20T17:18:28.329Z] 17:17:01 108184 0 727000 38.64 2620 1043740 1877472 64.08 570572 946824 20 [2020-12-20T17:18:28.329Z] 17:18:01 120220 0 787348 41.85 1492 972484 1135580 38.76 601892 815916 72 [2020-12-20T17:18:28.329Z] Average: 140472 0 626937 33.32 2432 1111703 1227155 41.88 439572 1068483 22 [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] 17:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-20T17:18:28.329Z] 17:13:01 eth0 183.10 138.30 478.19 42.89 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:13:01 docker0 2.38 1.71 0.58 4.34 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:14:01 eth0 1.08 0.23 0.33 0.03 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:15:01 eth0 1.02 0.43 0.32 0.21 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:16:01 eth0 0.69 0.41 0.28 0.21 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:17:01 vethdc104e1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:17:01 eth0 513.58 451.86 4146.36 41.94 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:17:01 docker0 22.82 20.39 2.33 51.46 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:18:01 eth0 494.19 414.81 3454.54 102.26 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] 17:18:01 docker0 28.01 43.01 1.85 190.96 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] Average: eth0 199.56 168.19 1350.88 31.35 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] Average: docker0 8.90 10.89 0.80 41.26 0.00 0.00 0.00 0.00 [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] ---> sar -P ALL: [2020-12-20T17:18:28.329Z] 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:18:28.329Z] [2020-12-20T17:18:28.329Z] 17:11:23 LINUX RESTART (4 CPU) [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] 17:12:01 CPU %user %nice %system %iowait %steal %idle [2020-12-20T17:18:28.329Z] 17:13:01 all 3.36 0.00 1.86 1.01 0.01 93.78 [2020-12-20T17:18:28.329Z] 17:13:01 0 4.02 0.00 1.99 0.12 0.00 93.87 [2020-12-20T17:18:28.329Z] 17:13:01 1 3.00 0.00 1.64 0.35 0.02 94.99 [2020-12-20T17:18:28.329Z] 17:13:01 2 3.46 0.00 2.04 2.93 0.02 91.56 [2020-12-20T17:18:28.329Z] 17:13:01 3 2.94 0.00 1.75 0.62 0.00 94.69 [2020-12-20T17:18:28.329Z] 17:14:01 all 0.11 0.00 0.04 0.00 0.00 99.85 [2020-12-20T17:18:28.329Z] 17:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-20T17:18:28.329Z] 17:14:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2020-12-20T17:18:28.329Z] 17:14:01 2 0.35 0.00 0.05 0.00 0.00 99.60 [2020-12-20T17:18:28.329Z] 17:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-20T17:18:28.329Z] 17:15:01 all 0.17 0.00 0.11 0.00 0.00 99.72 [2020-12-20T17:18:28.329Z] 17:15:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2020-12-20T17:18:28.329Z] 17:15:01 1 0.07 0.00 0.13 0.00 0.00 99.80 [2020-12-20T17:18:28.329Z] 17:15:01 2 0.50 0.00 0.08 0.00 0.00 99.42 [2020-12-20T17:18:28.329Z] 17:15:01 3 0.07 0.00 0.17 0.00 0.00 99.77 [2020-12-20T17:18:28.329Z] 17:16:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2020-12-20T17:18:28.329Z] 17:16:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-20T17:18:28.329Z] 17:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-20T17:18:28.329Z] 17:16:01 2 0.44 0.00 0.03 0.00 0.00 99.53 [2020-12-20T17:18:28.329Z] 17:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-20T17:18:28.329Z] 17:17:01 all 8.51 0.00 5.41 2.58 0.04 83.45 [2020-12-20T17:18:28.329Z] 17:17:01 0 8.57 0.00 5.70 1.90 0.02 83.81 [2020-12-20T17:18:28.329Z] 17:17:01 1 8.11 0.00 5.07 1.81 0.03 84.98 [2020-12-20T17:18:28.329Z] 17:17:01 2 8.82 0.00 5.56 3.18 0.07 82.38 [2020-12-20T17:18:28.329Z] 17:17:01 3 8.55 0.00 5.32 3.44 0.05 82.65 [2020-12-20T17:18:28.329Z] 17:18:01 all 11.66 0.00 7.66 3.27 0.03 77.38 [2020-12-20T17:18:28.329Z] 17:18:01 0 11.34 0.00 9.09 6.45 0.02 73.09 [2020-12-20T17:18:28.329Z] 17:18:01 1 10.56 0.00 6.86 2.37 0.03 80.18 [2020-12-20T17:18:28.329Z] 17:18:01 2 14.55 0.00 7.52 3.05 0.03 74.86 [2020-12-20T17:18:28.329Z] 17:18:01 3 10.19 0.00 7.17 1.22 0.03 81.38 [2020-12-20T17:18:28.329Z] Average: all 3.97 0.00 2.50 1.14 0.01 92.38 [2020-12-20T17:18:28.329Z] Average: 0 3.98 0.00 2.79 1.40 0.01 91.82 [2020-12-20T17:18:28.329Z] Average: 1 3.62 0.00 2.29 0.75 0.01 93.33 [2020-12-20T17:18:28.329Z] Average: 2 4.66 0.00 2.53 1.52 0.02 91.27 [2020-12-20T17:18:28.329Z] Average: 3 3.61 0.00 2.39 0.88 0.01 93.11 [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z] [2020-12-20T17:18:28.329Z]