Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 272b28839186b5489a4375eb6d097c362bc947eb 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8898 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 272b28839186b5489a4375eb6d097c362bc947eb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26" > git rev-list --no-walk fb98e0c50a6079cd6039d0c16dfa27373e63787d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T15:33:25.808Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T15:33:26.078Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T15:33:27.209Z] ========================================================= [2020-10-26T15:33:27.209Z] EdgeX Global Pipelines Version Info [2020-10-26T15:33:27.209Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:33:28.705Z] ------------------- [2020-10-26T15:33:28.705Z] stable info: [2020-10-26T15:33:28.705Z] ------------------- [2020-10-26T15:33:28.705Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T15:33:28.705Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T15:33:28.705Z] Message: update stable to v1.0.148 [2020-10-26T15:33:29.654Z] ------------------- [2020-10-26T15:33:29.654Z] experimental info: [2020-10-26T15:33:29.654Z] ------------------- [2020-10-26T15:33:29.654Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T15:33:29.654Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T15:33:29.654Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-26T15:33:30.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-26T15:33:30.102Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-26T15:33:30.199Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T15:33:30.304Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T15:33:30.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T15:33:30.531Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T15:33:30.637Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T15:33:30.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T15:33:30.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-26T15:33:30.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T15:33:31.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T15:33:31.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-26T15:33:31.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T15:33:31.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T15:33:31.497Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:33:31.591Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:33:31.682Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:33:31.807Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T15:33:31.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-26T15:33:31.999Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-26T15:33:32.094Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-26T15:33:32.189Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-26T15:33:32.284Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-26T15:33:32.395Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-26T15:33:32.485Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-26T15:33:32.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T15:33:32.730Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T15:33:32.839Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T15:33:32.928Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 272b28839186b5489a4375eb6d097c362bc947eb [Pipeline] echo [2020-10-26T15:33:33.020Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 272b288 [Pipeline] echo [2020-10-26T15:33:33.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-26T15:33:33.762Z] + git log --format=format:%s -1 272b28839186b5489a4375eb6d097c362bc947eb [Pipeline] echo [2020-10-26T15:33:33.844Z] GIT_COMMIT: 272b28839186b5489a4375eb6d097c362bc947eb, Commit Message: Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26 [Pipeline] echo [2020-10-26T15:33:33.896Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:33:34.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:33:34.769Z] [2020-10-26T15:33:34.769Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:33:35.120Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:33:35.121Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T15:33:35.121Z] 31603596830f: Pulling fs layer [2020-10-26T15:33:35.121Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T15:33:35.121Z] 6ca5941a6612: Pulling fs layer [2020-10-26T15:33:35.121Z] ecc8261a40a4: Pulling fs layer [2020-10-26T15:33:35.121Z] ecc8261a40a4: Waiting [2020-10-26T15:33:35.121Z] 2a8b12db71e7: Download complete [2020-10-26T15:33:35.383Z] 31603596830f: Verifying Checksum [2020-10-26T15:33:35.383Z] 31603596830f: Download complete [2020-10-26T15:33:35.383Z] ecc8261a40a4: Verifying Checksum [2020-10-26T15:33:35.383Z] ecc8261a40a4: Download complete [2020-10-26T15:33:35.383Z] 6ca5941a6612: Verifying Checksum [2020-10-26T15:33:35.383Z] 6ca5941a6612: Download complete [2020-10-26T15:33:35.646Z] 31603596830f: Pull complete [2020-10-26T15:33:35.908Z] 2a8b12db71e7: Pull complete [2020-10-26T15:33:36.864Z] 6ca5941a6612: Pull complete [2020-10-26T15:33:37.129Z] ecc8261a40a4: Pull complete [2020-10-26T15:33:37.129Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T15:33:37.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:33:37.129Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T15:33:37.236Z] prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container [2020-10-26T15:33:37.288Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T15:33:39.431Z] $ docker top c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:33:39.719Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:33:39.720Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:33:39.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:33:39.955Z] $ docker exec c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent [2020-10-26T15:33:40.134Z] SSH_AUTH_SOCK=/tmp/ssh-ihBo9tDrnGe2/agent.12 [2020-10-26T15:33:40.134Z] SSH_AGENT_PID=17 [2020-10-26T15:33:40.221Z] Running ssh-add (command line suppressed) [2020-10-26T15:33:40.359Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6467173301080893738.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6467173301080893738.key) [2020-10-26T15:33:40.406Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:33:40.749Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T15:33:40.773Z] $ docker exec --env ******** --env ******** c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent -k [2020-10-26T15:33:40.894Z] unset SSH_AUTH_SOCK; [2020-10-26T15:33:40.894Z] unset SSH_AGENT_PID; [2020-10-26T15:33:40.894Z] echo Agent pid 17 killed; [2020-10-26T15:33:40.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T15:33:41.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:33:41.146Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:33:41.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:33:41.323Z] $ docker exec c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent [2020-10-26T15:33:41.486Z] SSH_AUTH_SOCK=/tmp/ssh-cTXdHPlJ6hHa/agent.45 [2020-10-26T15:33:41.486Z] SSH_AGENT_PID=51 [2020-10-26T15:33:41.494Z] Running ssh-add (command line suppressed) [2020-10-26T15:33:41.620Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1300357575207239663.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1300357575207239663.key) [2020-10-26T15:33:41.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:33:42.006Z] + git semver init [2020-10-26T15:33:42.006Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:33:42.006Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:33:42.006Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:33:42.006Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:33:42.006Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:33:42.006Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:33:42.006Z] # $SEMVER_BRANCH = master [2020-10-26T15:33:42.006Z] # $SEMVER_TEMP = /tmp/semver-104816570 [2020-10-26T15:33:42.006Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-26T15:33:42.269Z] # '/tmp/semver-104816570' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-26T15:33:42.532Z] # -> Force: false [2020-10-26T15:33:42.532Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-26T15:33:42.546Z] $ docker exec --env ******** --env ******** c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa ssh-agent -k [2020-10-26T15:33:42.661Z] unset SSH_AUTH_SOCK; [2020-10-26T15:33:42.662Z] unset SSH_AGENT_PID; [2020-10-26T15:33:42.662Z] echo Agent pid 51 killed; [2020-10-26T15:33:42.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:33:43.198Z] + git semver [Pipeline] } [2020-10-26T15:33:43.221Z] $ docker stop --time=1 c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa [2020-10-26T15:33:44.749Z] $ docker rm -f c49efd980175b48472e0cff5db8bbc990adf527c7d69d7cdef26cb56d9c2b7fa [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T15:33:45.232Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T15:33:45.661Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T15:33:45.664Z] [edgeXSemver]: initialized semver on version 0.0.55 [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-10-26T15:34:01.415Z] Still waiting to schedule task [2020-10-26T15:34:01.416Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-8899’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-26T15:34:01.418Z] Still waiting to schedule task [2020-10-26T15:34:01.418Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-26T15:35:20.993Z] Running on prd-centos7-docker-4c-2g-8902 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-26T15:35:21.062Z] Running in /w/workspace/go-mod-bootstrap/58 [Pipeline] { [Pipeline] checkout [2020-10-26T15:35:24.108Z] using credential edgex-jenkins-ssh [2020-10-26T15:35:24.172Z] Cloning the remote Git repository [2020-10-26T15:35:24.200Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:35:24.282Z] > git init /w/workspace/go-mod-bootstrap/58 # timeout=10 [2020-10-26T15:35:24.340Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:35:24.341Z] > git --version # timeout=10 [2020-10-26T15:35:24.349Z] > git --version # 'git version 2.16.5' [2020-10-26T15:35:24.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:35:24.374Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:35:25.505Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:35:25.515Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:35:25.527Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:35:25.538Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:35:25.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:35:25.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:35:25.925Z] Checking out Revision 272b28839186b5489a4375eb6d097c362bc947eb (master) [2020-10-26T15:35:25.936Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:35:25.941Z] > git checkout -f 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 [2020-10-26T15:35:29.583Z] Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:35:30.611Z] ========================================================= [2020-10-26T15:35:30.611Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T15:35:30.611Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:35:31.335Z] + 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-10-26T15:35:31.603Z] Sending build context to Docker daemon 544.3kB [2020-10-26T15:35:31.603Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:35:31.603Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:35:31.866Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T15:35:31.867Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:35:31.867Z] ed8968b2872e: Pulling fs layer [2020-10-26T15:35:31.867Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T15:35:31.867Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T15:35:31.867Z] e73272ec9a57: Pulling fs layer [2020-10-26T15:35:31.867Z] 1e910a182e73: Pulling fs layer [2020-10-26T15:35:31.867Z] 4e634b169226: Pulling fs layer [2020-10-26T15:35:31.867Z] e871e8e8d7a9: Waiting [2020-10-26T15:35:31.867Z] e73272ec9a57: Waiting [2020-10-26T15:35:31.867Z] 1e910a182e73: Waiting [2020-10-26T15:35:31.867Z] 4e634b169226: Waiting [2020-10-26T15:35:31.867Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T15:35:31.867Z] a92cc7c5fd73: Download complete [2020-10-26T15:35:31.867Z] ed8968b2872e: Download complete [2020-10-26T15:35:31.867Z] e73272ec9a57: Verifying Checksum [2020-10-26T15:35:31.867Z] e73272ec9a57: Download complete [2020-10-26T15:35:31.867Z] 1e910a182e73: Verifying Checksum [2020-10-26T15:35:31.867Z] 1e910a182e73: Download complete [2020-10-26T15:35:32.444Z] df20fa9351a1: Verifying Checksum [2020-10-26T15:35:32.445Z] df20fa9351a1: Download complete [2020-10-26T15:35:32.712Z] df20fa9351a1: Pull complete [2020-10-26T15:35:32.982Z] ed8968b2872e: Pull complete [2020-10-26T15:35:32.982Z] a92cc7c5fd73: Pull complete [2020-10-26T15:35:34.388Z] 4e634b169226: Verifying Checksum [2020-10-26T15:35:34.388Z] 4e634b169226: Download complete [2020-10-26T15:35:34.970Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T15:35:34.970Z] e871e8e8d7a9: Download complete [2020-10-26T15:35:40.321Z] e871e8e8d7a9: Pull complete [2020-10-26T15:35:40.321Z] e73272ec9a57: Pull complete [2020-10-26T15:35:40.321Z] 1e910a182e73: Pull complete [2020-10-26T15:35:48.518Z] 4e634b169226: Pull complete [2020-10-26T15:35:48.518Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T15:35:48.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T15:35:48.518Z] ---> f7629b54cfaa [2020-10-26T15:35:48.518Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:35:48.518Z] ---> Running in 6894c1245791 [2020-10-26T15:35:48.518Z] Removing intermediate container 6894c1245791 [2020-10-26T15:35:48.518Z] ---> 66d3317edc30 [2020-10-26T15:35:48.518Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:35:48.518Z] ---> Running in aba649310148 [2020-10-26T15:35:49.477Z] Removing intermediate container aba649310148 [2020-10-26T15:35:49.477Z] ---> d4c31833e5d8 [2020-10-26T15:35:49.477Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:35:49.477Z] ---> Running in 7fe68f3889a7 [2020-10-26T15:35:50.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T15:35:51.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T15:35:51.587Z] OK: 166 MiB in 39 packages [2020-10-26T15:35:51.851Z] Removing intermediate container 7fe68f3889a7 [2020-10-26T15:35:51.851Z] ---> f1e0761dd6e1 [2020-10-26T15:35:51.851Z] Step 6/8 : WORKDIR /build [2020-10-26T15:35:52.115Z] ---> Running in e843efd72a1d [2020-10-26T15:35:52.115Z] Removing intermediate container e843efd72a1d [2020-10-26T15:35:52.115Z] ---> 7a623f2c73f5 [2020-10-26T15:35:52.115Z] Step 7/8 : COPY go.mod . [2020-10-26T15:35:52.380Z] ---> fc34dea98353 [2020-10-26T15:35:52.380Z] Step 8/8 : RUN go mod download [2020-10-26T15:35:52.380Z] ---> Running in 2cf3f37507bd [2020-10-26T15:36:14.406Z] Removing intermediate container 2cf3f37507bd [2020-10-26T15:36:14.406Z] ---> 517b84b92760 [2020-10-26T15:36:14.406Z] Successfully built 517b84b92760 [2020-10-26T15:36:14.406Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:36:15.213Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T15:36:15.213Z] . [Pipeline] withDockerContainer [2020-10-26T15:36:15.324Z] prd-centos7-docker-4c-2g-8902 does not seem to be running inside a container [2020-10-26T15:36:15.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/58 -v /w/workspace/go-mod-bootstrap/58:/w/workspace/go-mod-bootstrap/58:rw,z -v /w/workspace/go-mod-bootstrap/58@tmp:/w/workspace/go-mod-bootstrap/58@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 ******** ci-base-image-x86_64 cat [2020-10-26T15:36:16.228Z] $ docker top 76ed1793f401b3da34c909b406e41e5cd0193c3de13d4b2528c492f2517f459d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:36:16.745Z] + go version [2020-10-26T15:36:16.745Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T15:36:16.763Z] $ docker stop --time=1 76ed1793f401b3da34c909b406e41e5cd0193c3de13d4b2528c492f2517f459d [2020-10-26T15:36:18.108Z] $ docker rm -f 76ed1793f401b3da34c909b406e41e5cd0193c3de13d4b2528c492f2517f459d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } [2020-10-26T15:36:51.950Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8904 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-26T15:36:52.005Z] Running in /w/workspace/go-mod-bootstrap/58 [Pipeline] { [Pipeline] checkout [2020-10-26T15:36:57.275Z] using credential edgex-jenkins-ssh [2020-10-26T15:36:57.333Z] Cloning the remote Git repository [2020-10-26T15:36:57.396Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:36:57.516Z] > git init /w/workspace/go-mod-bootstrap/58 # timeout=10 [2020-10-26T15:36:57.588Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:36:57.589Z] > git --version # timeout=10 [2020-10-26T15:36:57.611Z] > git --version # 'git version 2.17.1' [2020-10-26T15:36:57.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:36:57.673Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:36:58.998Z] Checking out Revision 272b28839186b5489a4375eb6d097c362bc947eb (master) [2020-10-26T15:36:58.423Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:36:58.446Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T15:36:58.475Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-26T15:36:58.508Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-26T15:36:58.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T15:36:58.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T15:36:59.019Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T15:36:59.035Z] > git checkout -f 272b28839186b5489a4375eb6d097c362bc947eb # timeout=10 [2020-10-26T15:37:03.355Z] Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T15:37:04.285Z] ========================================================= [2020-10-26T15:37:04.285Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T15:37:04.285Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:37:05.340Z] + 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-10-26T15:37:06.338Z] Sending build context to Docker daemon 544.3kB [2020-10-26T15:37:06.338Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T15:37:06.338Z] Step 2/8 : FROM ${BASE} [2020-10-26T15:37:06.616Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T15:37:06.616Z] b538f80385f9: Pulling fs layer [2020-10-26T15:37:06.616Z] 74f711af9a0d: Pulling fs layer [2020-10-26T15:37:06.616Z] 99f96fe45779: Pulling fs layer [2020-10-26T15:37:06.616Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T15:37:06.616Z] 45590311c82a: Pulling fs layer [2020-10-26T15:37:06.616Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T15:37:06.616Z] 209524e5b208: Pulling fs layer [2020-10-26T15:37:06.616Z] 8529a6b9a6be: Waiting [2020-10-26T15:37:06.616Z] 45590311c82a: Waiting [2020-10-26T15:37:06.616Z] 69ca0ff8b7b3: Waiting [2020-10-26T15:37:06.616Z] 209524e5b208: Waiting [2020-10-26T15:37:06.616Z] 99f96fe45779: Download complete [2020-10-26T15:37:06.616Z] 74f711af9a0d: Download complete [2020-10-26T15:37:06.616Z] 45590311c82a: Download complete [2020-10-26T15:37:06.893Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-26T15:37:06.893Z] 69ca0ff8b7b3: Download complete [2020-10-26T15:37:06.893Z] b538f80385f9: Verifying Checksum [2020-10-26T15:37:07.506Z] b538f80385f9: Pull complete [2020-10-26T15:37:08.510Z] 74f711af9a0d: Pull complete [2020-10-26T15:37:08.796Z] 99f96fe45779: Pull complete [2020-10-26T15:37:09.072Z] 209524e5b208: Verifying Checksum [2020-10-26T15:37:09.072Z] 209524e5b208: Download complete [2020-10-26T15:37:10.524Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T15:37:10.524Z] 8529a6b9a6be: Download complete [2020-10-26T15:37:23.025Z] 8529a6b9a6be: Pull complete [2020-10-26T15:37:23.025Z] 45590311c82a: Pull complete [2020-10-26T15:37:23.025Z] 69ca0ff8b7b3: Pull complete [2020-10-26T15:37:25.658Z] 209524e5b208: Pull complete [2020-10-26T15:37:25.658Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T15:37:25.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T15:37:25.658Z] ---> 5bddaf1c2fca [2020-10-26T15:37:25.658Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T15:37:29.063Z] ---> Running in a24bc66e40eb [2020-10-26T15:37:29.063Z] Removing intermediate container a24bc66e40eb [2020-10-26T15:37:29.063Z] ---> 883af6726f2b [2020-10-26T15:37:29.063Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-26T15:37:29.346Z] ---> Running in 9a869ddfce93 [2020-10-26T15:37:31.982Z] Removing intermediate container 9a869ddfce93 [2020-10-26T15:37:31.982Z] ---> 39fc5d532f72 [2020-10-26T15:37:31.982Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-26T15:37:32.256Z] ---> Running in cd8182f84878 [2020-10-26T15:37:33.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T15:37:34.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T15:37:35.291Z] OK: 142 MiB in 39 packages [2020-10-26T15:37:36.284Z] Removing intermediate container cd8182f84878 [2020-10-26T15:37:36.284Z] ---> 5a2b94887791 [2020-10-26T15:37:36.284Z] Step 6/8 : WORKDIR /build [2020-10-26T15:37:36.284Z] ---> Running in 62e0b6f3a7fc [2020-10-26T15:37:36.891Z] Removing intermediate container 62e0b6f3a7fc [2020-10-26T15:37:36.891Z] ---> be67a588aec3 [2020-10-26T15:37:36.891Z] Step 7/8 : COPY go.mod . [2020-10-26T15:37:37.489Z] ---> a058ed75378e [2020-10-26T15:37:37.489Z] Step 8/8 : RUN go mod download [2020-10-26T15:37:37.764Z] ---> Running in 27f709d00dbe [2020-10-26T15:37:59.959Z] Removing intermediate container 27f709d00dbe [2020-10-26T15:37:59.959Z] ---> b9936a92f370 [2020-10-26T15:37:59.959Z] Successfully built b9936a92f370 [2020-10-26T15:37:59.959Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:38:00.376Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T15:38:00.376Z] . [Pipeline] withDockerContainer [2020-10-26T15:38:00.618Z] prd-ubuntu18.04-docker-arm64-4c-16g-8904 does not seem to be running inside a container [2020-10-26T15:38:00.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/58 -v /w/workspace/go-mod-bootstrap/58:/w/workspace/go-mod-bootstrap/58:rw,z -v /w/workspace/go-mod-bootstrap/58@tmp:/w/workspace/go-mod-bootstrap/58@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 ******** ci-base-image-arm64 cat [2020-10-26T15:38:02.578Z] $ docker top 6dc6eeb43b9edf044d35d8fc8e7ed370e0ef47c8b4e5a6a3cef348796ef6dc67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:38:03.999Z] + go version [2020-10-26T15:38:03.999Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T15:38:04.024Z] $ docker stop --time=1 6dc6eeb43b9edf044d35d8fc8e7ed370e0ef47c8b4e5a6a3cef348796ef6dc67 [2020-10-26T15:38:05.914Z] $ docker rm -f 6dc6eeb43b9edf044d35d8fc8e7ed370e0ef47c8b4e5a6a3cef348796ef6dc67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-26T15:38:09.235Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T15:38:09.237Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T15:38:09.289Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:38:09.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:38:09.646Z] [2020-10-26T15:38:09.646Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:38:10.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:38:10.001Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T15:38:10.001Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T15:38:10.001Z] 408f87550127: Pulling fs layer [2020-10-26T15:38:10.001Z] fe522b08c979: Pulling fs layer [2020-10-26T15:38:10.001Z] 221eaa008020: Pulling fs layer [2020-10-26T15:38:10.001Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T15:38:10.001Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T15:38:10.001Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T15:38:10.001Z] 23e8b3b47431: Pulling fs layer [2020-10-26T15:38:10.001Z] 5c568d65a230: Pulling fs layer [2020-10-26T15:38:10.001Z] 2a4607e5d6b9: Waiting [2020-10-26T15:38:10.001Z] 8f79b27c4fd2: Waiting [2020-10-26T15:38:10.001Z] e5c8dbe1645b: Waiting [2020-10-26T15:38:10.001Z] 23e8b3b47431: Waiting [2020-10-26T15:38:10.001Z] 5c568d65a230: Waiting [2020-10-26T15:38:10.001Z] 221eaa008020: Waiting [2020-10-26T15:38:10.001Z] 408f87550127: Download complete [2020-10-26T15:38:10.001Z] fe522b08c979: Verifying Checksum [2020-10-26T15:38:10.001Z] fe522b08c979: Download complete [2020-10-26T15:38:10.001Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T15:38:10.001Z] 2a4607e5d6b9: Download complete [2020-10-26T15:38:10.001Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T15:38:10.001Z] 8f79b27c4fd2: Download complete [2020-10-26T15:38:10.001Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-26T15:38:10.001Z] cbdbe7a5bc2a: Download complete [2020-10-26T15:38:10.579Z] cbdbe7a5bc2a: Pull complete [2020-10-26T15:38:10.579Z] 408f87550127: Pull complete [2020-10-26T15:38:10.843Z] fe522b08c979: Pull complete [2020-10-26T15:38:11.424Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T15:38:11.424Z] e5c8dbe1645b: Download complete [2020-10-26T15:38:12.390Z] 23e8b3b47431: Verifying Checksum [2020-10-26T15:38:12.390Z] 23e8b3b47431: Download complete [2020-10-26T15:38:12.653Z] 5c568d65a230: Verifying Checksum [2020-10-26T15:38:12.653Z] 5c568d65a230: Download complete [2020-10-26T15:38:14.060Z] 221eaa008020: Verifying Checksum [2020-10-26T15:38:14.060Z] 221eaa008020: Download complete [2020-10-26T15:38:20.726Z] 221eaa008020: Pull complete [2020-10-26T15:38:20.726Z] 2a4607e5d6b9: Pull complete [2020-10-26T15:38:20.726Z] 8f79b27c4fd2: Pull complete [2020-10-26T15:38:22.159Z] e5c8dbe1645b: Pull complete [2020-10-26T15:38:26.448Z] 23e8b3b47431: Pull complete [2020-10-26T15:38:27.423Z] 5c568d65a230: Pull complete [2020-10-26T15:38:27.423Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T15:38:27.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T15:38:27.423Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T15:38:27.676Z] prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container [2020-10-26T15:38:27.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-26T15:38:28.873Z] $ docker top da0750f1fb9951339df2abe30ad4fb8c23accb8d0121610b0c8a6688f9ca3daf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:38:29.514Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T15:38:34.892Z] [2020-10-26T15:38:34.892Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-26T15:38:34.892Z] [2020-10-26T15:38:34.892Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b95393d3-87fd-4f9a-b318-02522b3fa6f3 [2020-10-26T15:38:34.892Z] [2020-10-26T15:38:34.892Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T15:38:34.892Z] [2020-10-26T15:38:34.892Z] [2020-10-26T15:38:34.892Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T15:38:34.892Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-26T15:38:34.892Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T15:38:34.892Z] [2020-10-26T15:38:34.892Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T15:38:34.892Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T15:38:34.892Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T15:38:34.892Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T15:38:34.940Z] $ docker stop --time=1 da0750f1fb9951339df2abe30ad4fb8c23accb8d0121610b0c8a6688f9ca3daf [2020-10-26T15:38:37.990Z] $ docker rm -f da0750f1fb9951339df2abe30ad4fb8c23accb8d0121610b0c8a6688f9ca3daf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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-10-26T15:38:39.791Z] + git log --format=format:%s -1 272b28839186b5489a4375eb6d097c362bc947eb [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:38:40.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:38:40.101Z] . [Pipeline] withDockerContainer [2020-10-26T15:38:40.196Z] prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container [2020-10-26T15:38:40.243Z] $ 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-10-26T15:38:40.946Z] $ docker top 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:38:41.247Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:38:41.247Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:38:41.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:38:41.462Z] $ docker exec 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 ssh-agent [2020-10-26T15:38:41.631Z] SSH_AUTH_SOCK=/tmp/ssh-LgRtkqdUSVxk/agent.12 [2020-10-26T15:38:41.631Z] SSH_AGENT_PID=18 [2020-10-26T15:38:41.638Z] Running ssh-add (command line suppressed) [2020-10-26T15:38:41.779Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1766625751478232285.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1766625751478232285.key) [2020-10-26T15:38:41.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:38:42.191Z] + git semver tag [2020-10-26T15:38:42.191Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:38:42.191Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:38:42.191Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:38:42.191Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:38:42.191Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:38:42.191Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:38:42.191Z] # $SEMVER_BRANCH = master [2020-10-26T15:38:42.191Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-26T15:38:42.191Z] # 272b28839186b5489a4375eb6d097c362bc947eb HEAD [2020-10-26T15:38:42.191Z] # -> Force: false [2020-10-26T15:38:42.191Z] # 1be59dad0c2f86636a0f393ad63cfedec5334070 refs/tags/v0.0.55 [Pipeline] } [2020-10-26T15:38:42.206Z] $ docker exec --env ******** --env ******** 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 ssh-agent -k [2020-10-26T15:38:42.339Z] unset SSH_AUTH_SOCK; [2020-10-26T15:38:42.342Z] unset SSH_AGENT_PID; [2020-10-26T15:38:42.342Z] echo Agent pid 18 killed; [2020-10-26T15:38:42.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:38:42.875Z] + git semver [Pipeline] } [2020-10-26T15:38:42.894Z] $ docker stop --time=1 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 [2020-10-26T15:38:44.290Z] $ docker rm -f 50f7bfbb262ddf834b92fa47747df5668bd54b163cb9f2d16321a31d7e868723 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:38:44.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:38:44.991Z] [2020-10-26T15:38:44.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:38:45.614Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:38:45.614Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T15:38:45.614Z] ab5ef0e58194: Pulling fs layer [2020-10-26T15:38:45.614Z] 9712f1f96733: Pulling fs layer [2020-10-26T15:38:45.614Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T15:38:45.614Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T15:38:45.614Z] e9a5061849ea: Pulling fs layer [2020-10-26T15:38:45.614Z] d747dcd14b5f: Pulling fs layer [2020-10-26T15:38:45.614Z] 2de7ff778b66: Pulling fs layer [2020-10-26T15:38:45.614Z] e9a5061849ea: Waiting [2020-10-26T15:38:45.614Z] 2de7ff778b66: Waiting [2020-10-26T15:38:45.614Z] d747dcd14b5f: Waiting [2020-10-26T15:38:45.614Z] 0d9ebad4ef96: Waiting [2020-10-26T15:38:45.614Z] 9712f1f96733: Download complete [2020-10-26T15:38:47.650Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T15:38:47.650Z] 63f879dbbcfc: Download complete [2020-10-26T15:38:47.916Z] e9a5061849ea: Verifying Checksum [2020-10-26T15:38:47.916Z] e9a5061849ea: Download complete [2020-10-26T15:38:48.186Z] d747dcd14b5f: Verifying Checksum [2020-10-26T15:38:48.186Z] d747dcd14b5f: Download complete [2020-10-26T15:38:48.790Z] 2de7ff778b66: Verifying Checksum [2020-10-26T15:38:48.790Z] 2de7ff778b66: Download complete [2020-10-26T15:38:48.790Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T15:38:48.790Z] 0d9ebad4ef96: Download complete [2020-10-26T15:38:49.055Z] ab5ef0e58194: Verifying Checksum [2020-10-26T15:38:49.055Z] ab5ef0e58194: Download complete [2020-10-26T15:38:53.314Z] ab5ef0e58194: Pull complete [2020-10-26T15:38:53.314Z] 9712f1f96733: Pull complete [2020-10-26T15:38:56.643Z] 63f879dbbcfc: Pull complete [2020-10-26T15:39:03.319Z] 0d9ebad4ef96: Pull complete [2020-10-26T15:39:04.270Z] e9a5061849ea: Pull complete [2020-10-26T15:39:04.270Z] d747dcd14b5f: Pull complete [2020-10-26T15:39:08.532Z] 2de7ff778b66: Pull complete [2020-10-26T15:39:08.532Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T15:39:08.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T15:39:08.532Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T15:39:08.783Z] prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container [2020-10-26T15:39:08.948Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-26T15:39:12.177Z] $ docker top f6ff6248b84d5a776467a66eeb798a9b8b423aba7811328127b42ab0d8a951a0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T15:39:12.483Z] provisioning config files... [2020-10-26T15:39:12.513Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3848844379686986376tmp [2020-10-26T15:39:12.577Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7697849142548870173tmp [2020-10-26T15:39:12.598Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3114014272502505519tmp [Pipeline] { [Pipeline] echo [2020-10-26T15:39:12.662Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:39:12.962Z] ---> sigul-configuration.sh [2020-10-26T15:39:12.962Z] gpg: directory `/root/.gnupg' created [2020-10-26T15:39:12.962Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T15:39:12.962Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T15:39:12.962Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T15:39:12.962Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T15:39:12.962Z] gpg: CAST5 encrypted data [2020-10-26T15:39:13.224Z] gpg: encrypted with 1 passphrase [2020-10-26T15:39:13.224Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T15:39:13.532Z] + mkdir /home/jenkins [2020-10-26T15:39:13.532Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T15:39:13.838Z] + 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-10-26T15:39:13.849Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:39:14.148Z] ---> sigul-install.sh [2020-10-26T15:39:19.455Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T15:39:19.758Z] + git tag --list [2020-10-26T15:39:19.758Z] v0.0.1 [2020-10-26T15:39:19.758Z] v0.0.10 [2020-10-26T15:39:19.758Z] v0.0.11 [2020-10-26T15:39:19.758Z] v0.0.12 [2020-10-26T15:39:19.758Z] v0.0.13 [2020-10-26T15:39:19.758Z] v0.0.14 [2020-10-26T15:39:19.758Z] v0.0.15 [2020-10-26T15:39:19.758Z] v0.0.16 [2020-10-26T15:39:19.758Z] v0.0.17 [2020-10-26T15:39:19.758Z] v0.0.18 [2020-10-26T15:39:19.758Z] v0.0.19 [2020-10-26T15:39:19.758Z] v0.0.2 [2020-10-26T15:39:19.758Z] v0.0.20 [2020-10-26T15:39:19.758Z] v0.0.21 [2020-10-26T15:39:19.758Z] v0.0.22 [2020-10-26T15:39:19.758Z] v0.0.23 [2020-10-26T15:39:19.758Z] v0.0.24 [2020-10-26T15:39:19.758Z] v0.0.25 [2020-10-26T15:39:19.758Z] v0.0.26 [2020-10-26T15:39:19.758Z] v0.0.27 [2020-10-26T15:39:19.758Z] v0.0.28 [2020-10-26T15:39:19.758Z] v0.0.29 [2020-10-26T15:39:19.758Z] v0.0.3 [2020-10-26T15:39:19.758Z] v0.0.30 [2020-10-26T15:39:19.758Z] v0.0.31 [2020-10-26T15:39:19.758Z] v0.0.32 [2020-10-26T15:39:19.758Z] v0.0.33 [2020-10-26T15:39:19.758Z] v0.0.34 [2020-10-26T15:39:19.758Z] v0.0.35 [2020-10-26T15:39:19.758Z] v0.0.36 [2020-10-26T15:39:19.758Z] v0.0.37 [2020-10-26T15:39:19.758Z] v0.0.38 [2020-10-26T15:39:19.758Z] v0.0.39 [2020-10-26T15:39:19.758Z] v0.0.4 [2020-10-26T15:39:19.758Z] v0.0.40 [2020-10-26T15:39:19.758Z] v0.0.41 [2020-10-26T15:39:19.758Z] v0.0.42 [2020-10-26T15:39:19.758Z] v0.0.43 [2020-10-26T15:39:19.758Z] v0.0.44 [2020-10-26T15:39:19.758Z] v0.0.45 [2020-10-26T15:39:19.758Z] v0.0.46 [2020-10-26T15:39:19.758Z] v0.0.47 [2020-10-26T15:39:19.758Z] v0.0.48 [2020-10-26T15:39:19.758Z] v0.0.49 [2020-10-26T15:39:19.758Z] v0.0.5 [2020-10-26T15:39:19.758Z] v0.0.50 [2020-10-26T15:39:19.758Z] v0.0.51 [2020-10-26T15:39:19.758Z] v0.0.52 [2020-10-26T15:39:19.758Z] v0.0.53 [2020-10-26T15:39:19.758Z] v0.0.54 [2020-10-26T15:39:19.758Z] v0.0.55 [2020-10-26T15:39:19.758Z] v0.0.6 [2020-10-26T15:39:19.758Z] v0.0.7 [2020-10-26T15:39:19.759Z] v0.0.8 [2020-10-26T15:39:19.759Z] v0.0.9 [Pipeline] sh [2020-10-26T15:39:20.059Z] + lftools sign git-tag v0.0.55 [2020-10-26T15:39:21.450Z] Signing Git tag with Sigul... [2020-10-26T15:39:21.450Z] Signing v0.0.55 [Pipeline] echo [2020-10-26T15:39:22.408Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:39:22.706Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T15:39:22.716Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T15:39:22.823Z] $ docker stop --time=1 f6ff6248b84d5a776467a66eeb798a9b8b423aba7811328127b42ab0d8a951a0 [2020-10-26T15:39:24.847Z] $ docker rm -f f6ff6248b84d5a776467a66eeb798a9b8b423aba7811328127b42ab0d8a951a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:39:25.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:39:25.965Z] . [Pipeline] withDockerContainer [2020-10-26T15:39:26.071Z] prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container [2020-10-26T15:39:26.140Z] $ 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-10-26T15:39:27.025Z] $ docker top 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:39:27.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:39:27.409Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:39:27.650Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:39:27.656Z] $ docker exec 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 ssh-agent [2020-10-26T15:39:27.833Z] SSH_AUTH_SOCK=/tmp/ssh-mPCEThQJ32yx/agent.12 [2020-10-26T15:39:27.833Z] SSH_AGENT_PID=17 [2020-10-26T15:39:27.843Z] Running ssh-add (command line suppressed) [2020-10-26T15:39:27.978Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8876780792199547536.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8876780792199547536.key) [2020-10-26T15:39:28.033Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:39:28.382Z] + git semver bump patch [2020-10-26T15:39:28.383Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:39:28.383Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:39:28.383Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:39:28.383Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:39:28.383Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:39:28.383Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:39:28.383Z] # $SEMVER_BRANCH = master [2020-10-26T15:39:28.383Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-26T15:39:28.383Z] 0.0.56 [Pipeline] } [2020-10-26T15:39:28.403Z] $ docker exec --env ******** --env ******** 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 ssh-agent -k [2020-10-26T15:39:28.531Z] unset SSH_AUTH_SOCK; [2020-10-26T15:39:28.532Z] unset SSH_AGENT_PID; [2020-10-26T15:39:28.532Z] echo Agent pid 17 killed; [2020-10-26T15:39:28.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:39:29.086Z] + git semver [Pipeline] } [2020-10-26T15:39:29.106Z] $ docker stop --time=1 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 [2020-10-26T15:39:30.508Z] $ docker rm -f 73260a6f9f6e0f1c728f13b50879a2220c1c8ff76db7c31116ed7a2ccaed59d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:39:31.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T15:39:31.044Z] . [Pipeline] withDockerContainer [2020-10-26T15:39:31.150Z] prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container [2020-10-26T15:39:31.202Z] $ 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-10-26T15:39:31.809Z] $ docker top d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T15:39:32.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T15:39:32.114Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T15:39:32.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T15:39:32.311Z] $ docker exec d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 ssh-agent [2020-10-26T15:39:32.507Z] SSH_AUTH_SOCK=/tmp/ssh-Pjd7mwpS71Kb/agent.11 [2020-10-26T15:39:32.507Z] SSH_AGENT_PID=17 [2020-10-26T15:39:32.515Z] Running ssh-add (command line suppressed) [2020-10-26T15:39:32.667Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2565065439868349207.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2565065439868349207.key) [2020-10-26T15:39:32.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T15:39:33.063Z] + git semver push [2020-10-26T15:39:33.063Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T15:39:33.063Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-26T15:39:33.063Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:39:33.063Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T15:39:33.063Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T15:39:33.063Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T15:39:33.063Z] # $SEMVER_BRANCH = master [2020-10-26T15:39:33.063Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-26T15:39:39.717Z] $ docker exec --env ******** --env ******** d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 ssh-agent -k [2020-10-26T15:39:39.866Z] unset SSH_AUTH_SOCK; [2020-10-26T15:39:39.867Z] unset SSH_AGENT_PID; [2020-10-26T15:39:39.867Z] echo Agent pid 17 killed; [2020-10-26T15:39:39.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T15:39:40.396Z] + git semver [Pipeline] } [2020-10-26T15:39:40.416Z] $ docker stop --time=1 d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 [2020-10-26T15:39:41.776Z] $ docker rm -f d8961c0c0b707d9f060d110bdd8f216de2f78ea0783a1d8fa73b3732455f0332 [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-10-26T15:39:43.202Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:39:43.775Z] ---> package-listing.sh [2020-10-26T15:39:43.775Z] ++ facter osfamily [2020-10-26T15:39:43.775Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T15:39:43.775Z] + OS_FAMILY=redhat [2020-10-26T15:39:43.775Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:39:43.775Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T15:39:43.775Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T15:39:43.775Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T15:39:43.775Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T15:39:43.775Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-26T15:39:43.775Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T15:39:43.775Z] + case "${OS_FAMILY}" in [2020-10-26T15:39:43.775Z] + rpm -qa [2020-10-26T15:39:43.775Z] + sort [2020-10-26T15:39:48.006Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T15:39:48.006Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T15:39:48.006Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T15:39:48.006Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-26T15:39:48.006Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-26T15:39:48.006Z] + 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-10-26T15:39:48.020Z] 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-10-26T15:39:48.315Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:39:48.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:39:48.628Z] [2020-10-26T15:39:48.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T15:39:48.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:39:48.990Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T15:39:48.990Z] df20fa9351a1: Pulling fs layer [2020-10-26T15:39:48.990Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T15:39:48.990Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T15:39:48.990Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T15:39:48.990Z] 93b61091891f: Pulling fs layer [2020-10-26T15:39:48.990Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T15:39:48.990Z] 5e14af77c1be: Pulling fs layer [2020-10-26T15:39:48.990Z] 01666e4c0597: Pulling fs layer [2020-10-26T15:39:48.990Z] aa168da1d23b: Pulling fs layer [2020-10-26T15:39:48.990Z] 93b9cdb0e59b: Waiting [2020-10-26T15:39:48.990Z] 5e14af77c1be: Waiting [2020-10-26T15:39:48.990Z] 01666e4c0597: Waiting [2020-10-26T15:39:48.990Z] aa168da1d23b: Waiting [2020-10-26T15:39:48.990Z] 46f8f816bc3b: Waiting [2020-10-26T15:39:48.990Z] 93b61091891f: Waiting [2020-10-26T15:39:48.990Z] 36b3adc4ff6f: Download complete [2020-10-26T15:39:48.990Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T15:39:48.990Z] 46f8f816bc3b: Download complete [2020-10-26T15:39:49.255Z] df20fa9351a1: Verifying Checksum [2020-10-26T15:39:49.255Z] df20fa9351a1: Download complete [2020-10-26T15:39:49.255Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T15:39:49.255Z] 93b9cdb0e59b: Download complete [2020-10-26T15:39:49.255Z] 5e14af77c1be: Download complete [2020-10-26T15:39:49.255Z] 01666e4c0597: Verifying Checksum [2020-10-26T15:39:49.255Z] 01666e4c0597: Download complete [2020-10-26T15:39:49.255Z] 93b61091891f: Verifying Checksum [2020-10-26T15:39:49.255Z] 93b61091891f: Download complete [2020-10-26T15:39:49.519Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T15:39:49.520Z] 8ad3a11d3b57: Download complete [2020-10-26T15:39:49.520Z] df20fa9351a1: Pull complete [2020-10-26T15:39:49.783Z] 36b3adc4ff6f: Pull complete [2020-10-26T15:39:50.740Z] 8ad3a11d3b57: Pull complete [2020-10-26T15:39:51.006Z] 46f8f816bc3b: Pull complete [2020-10-26T15:39:51.582Z] 93b61091891f: Pull complete [2020-10-26T15:39:51.582Z] 93b9cdb0e59b: Pull complete [2020-10-26T15:39:51.582Z] aa168da1d23b: Verifying Checksum [2020-10-26T15:39:52.158Z] 5e14af77c1be: Pull complete [2020-10-26T15:39:52.158Z] 01666e4c0597: Pull complete [2020-10-26T15:39:58.898Z] aa168da1d23b: Pull complete [2020-10-26T15:39:58.898Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T15:39:58.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T15:39:58.898Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T15:39:59.047Z] prd-centos7-docker-4c-2g-8898 does not seem to be running inside a container [2020-10-26T15:39:59.134Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-26T15:40:02.389Z] $ docker top 6d5aab46045cd92fe4266aec76832da03e2a2e45db48f4b329038c09d9eaa92b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T15:40:02.999Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T15:40:03.302Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T15:40:03.603Z] + ls /var/log/sa-host [2020-10-26T15:40:03.603Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T15:40:03.603Z] file_magic: OK [2020-10-26T15:40:03.603Z] HZ: Using current value: 100 [2020-10-26T15:40:03.603Z] file_header: OK [2020-10-26T15:40:03.603Z] 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-10-26T15:40:03.603Z] Statistics: [2020-10-26T15:40:03.603Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:40:03.603Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T15:40:03.603Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T15:40:03.603Z] file_magic: OK [2020-10-26T15:40:03.603Z] HZ: Using current value: 100 [2020-10-26T15:40:03.603Z] file_header: OK [2020-10-26T15:40:03.603Z] 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-10-26T15:40:03.603Z] Statistics: [2020-10-26T15:40:03.603Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T15:40:03.603Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T15:40:03.815Z] provisioning config files... [2020-10-26T15:40:03.831Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4906990292545946025tmp [Pipeline] { [Pipeline] echo [2020-10-26T15:40:03.905Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:40:04.201Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T15:40:04.212Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T15:40:04.310Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:40:04.612Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T15:40:04.623Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:40:04.920Z] ---> sudo-logs.sh [2020-10-26T15:40:04.920Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T15:40:04.931Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:40:05.228Z] ---> job-cost.sh [2020-10-26T15:40:05.228Z] lf-activate-venv: SKIPPING [2020-10-26T15:40:05.228Z] INFO: No Stack... [2020-10-26T15:40:06.175Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T15:40:06.762Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T15:40:06.777Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T15:40:07.086Z] ---> logs-deploy.sh [2020-10-26T15:40:07.086Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/58 [2020-10-26T15:40:07.086Z] INFO: archiving workspace using pattern(s): [2020-10-26T15:40:09.013Z] Archives upload complete. [2020-10-26T15:40:09.013Z] INFO: archiving logs to Nexus [2020-10-26T15:40:09.963Z] ---> uname -a: [2020-10-26T15:40:09.963Z] Linux prd-centos7-docker-4c-2g-8898.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-26T15:40:09.963Z] [2020-10-26T15:40:09.963Z] [2020-10-26T15:40:09.963Z] ---> lscpu: [2020-10-26T15:40:09.963Z] Architecture: x86_64 [2020-10-26T15:40:09.963Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-26T15:40:09.963Z] Byte Order: Little Endian [2020-10-26T15:40:09.963Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-26T15:40:09.963Z] CPU(s): 4 [2020-10-26T15:40:09.963Z] On-line CPU(s) list: 0-3 [2020-10-26T15:40:09.963Z] Thread(s) per core: 1 [2020-10-26T15:40:09.963Z] Core(s) per socket: 1 [2020-10-26T15:40:09.963Z] Socket(s): 4 [2020-10-26T15:40:09.963Z] NUMA node(s): 1 [2020-10-26T15:40:09.964Z] Vendor ID: GenuineIntel [2020-10-26T15:40:09.964Z] CPU family: 6 [2020-10-26T15:40:09.964Z] Model: 44 [2020-10-26T15:40:09.964Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-26T15:40:09.964Z] Stepping: 1 [2020-10-26T15:40:09.964Z] CPU MHz: 2933.436 [2020-10-26T15:40:09.964Z] BogoMIPS: 5866.87 [2020-10-26T15:40:09.964Z] Virtualization: VT-x [2020-10-26T15:40:09.964Z] Hypervisor vendor: KVM [2020-10-26T15:40:09.964Z] Virtualization type: full [2020-10-26T15:40:09.964Z] L1d cache: 128 KiB [2020-10-26T15:40:09.964Z] L1i cache: 128 KiB [2020-10-26T15:40:09.964Z] L2 cache: 16 MiB [2020-10-26T15:40:09.964Z] L3 cache: 64 MiB [2020-10-26T15:40:09.964Z] NUMA node0 CPU(s): 0-3 [2020-10-26T15:40:09.964Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-26T15:40:09.964Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-26T15:40:09.964Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-26T15:40:09.964Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-26T15:40:09.964Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-26T15:40:09.964Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-26T15:40:09.964Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-26T15:40:09.964Z] Vulnerability Tsx async abort: Not affected [2020-10-26T15:40:09.964Z] 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-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] ---> nproc: [2020-10-26T15:40:09.964Z] 4 [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] ---> df -h: [2020-10-26T15:40:09.964Z] Filesystem Size Used Available Use% Mounted on [2020-10-26T15:40:09.964Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-26T15:40:09.964Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-26T15:40:09.964Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-26T15:40:09.964Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-26T15:40:09.964Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] ---> free -m: [2020-10-26T15:40:09.964Z] total used free shared buff/cache available [2020-10-26T15:40:09.964Z] Mem: 1837 790 153 0 893 981 [2020-10-26T15:40:09.964Z] Swap: 1023 2 1021 [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z] ---> ip addr: [2020-10-26T15:40:09.964Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-26T15:40:09.964Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-26T15:40:09.964Z] inet 127.0.0.1/8 scope host lo [2020-10-26T15:40:09.964Z] valid_lft forever preferred_lft forever [2020-10-26T15:40:09.964Z] inet6 ::1/128 scope host [2020-10-26T15:40:09.964Z] valid_lft forever preferred_lft forever [2020-10-26T15:40:09.964Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-26T15:40:09.964Z] link/ether fa:16:3e:79:3b:5a brd ff:ff:ff:ff:ff:ff [2020-10-26T15:40:09.964Z] inet 10.30.122.204/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-26T15:40:09.964Z] valid_lft 85963sec preferred_lft 85963sec [2020-10-26T15:40:09.964Z] inet6 fe80::f816:3eff:fe79:3b5a/64 scope link [2020-10-26T15:40:09.964Z] valid_lft forever preferred_lft forever [2020-10-26T15:40:09.964Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-26T15:40:09.964Z] link/ether 02:42:8d:c5:b4:95 brd ff:ff:ff:ff:ff:ff [2020-10-26T15:40:09.964Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-26T15:40:09.964Z] valid_lft forever preferred_lft forever [2020-10-26T15:40:09.964Z] inet6 fe80::42:8dff:fec5:b495/64 scope link [2020-10-26T15:40:09.964Z] valid_lft forever preferred_lft forever [2020-10-26T15:40:09.964Z] [2020-10-26T15:40:09.964Z]