Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88e27ee92e5450daa4a740072667ab51b7ce4100 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-registry, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-registry-settings PROJECT: go-mod-registry 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-registry DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: 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-21331 in /w/workspace/exfoundry_go-mod-registry_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-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 88e27ee92e5450daa4a740072667ab51b7ce4100 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88e27ee92e5450daa4a740072667ab51b7ce4100 # timeout=10 Commit message: "Merge pull request #68 from lenny-intel/v2-module" > git rev-list --no-walk 03888b01b35f22c0aa8a62f87720f38b8993b4ce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T22:04:31.737Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T22:04:32.136Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T22:04:32.246Z] ========================================================= [2021-01-19T22:04:32.246Z] EdgeX Global Pipelines Version Info [2021-01-19T22:04:32.247Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:04:33.800Z] ------------------- [2021-01-19T22:04:33.801Z] stable info: [2021-01-19T22:04:33.801Z] ------------------- [2021-01-19T22:04:33.801Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:04:33.801Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:04:33.801Z] Message: update stable to v1.0.179 [2021-01-19T22:04:34.759Z] ------------------- [2021-01-19T22:04:34.759Z] experimental info: [2021-01-19T22:04:34.759Z] ------------------- [2021-01-19T22:04:34.759Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:04:34.759Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:04:34.759Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T22:04:35.070Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2021-01-19T22:04:35.158Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2021-01-19T22:04:35.248Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T22:04:35.341Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T22:04:35.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T22:04:35.520Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T22:04:35.674Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T22:04:35.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T22:04:35.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T22:04:35.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T22:04:36.071Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T22:04:36.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2021-01-19T22:04:36.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T22:04:36.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T22:04:36.429Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:04:36.528Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:04:36.611Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:04:36.738Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:04:36.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T22:04:36.908Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T22:04:37.003Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T22:04:37.091Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T22:04:37.178Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T22:04:37.267Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T22:04:37.357Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T22:04:37.447Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T22:04:37.553Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T22:04:37.639Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T22:04:37.733Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T22:04:37.873Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T22:04:37.960Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88e27ee92e5450daa4a740072667ab51b7ce4100 [Pipeline] echo [2021-01-19T22:04:38.081Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88e27ee [Pipeline] echo [2021-01-19T22:04:38.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:04:38.957Z] + git log --format=format:%s -1 88e27ee92e5450daa4a740072667ab51b7ce4100 [Pipeline] echo [2021-01-19T22:04:39.070Z] GIT_COMMIT: 88e27ee92e5450daa4a740072667ab51b7ce4100, Commit Message: Merge pull request #68 from lenny-intel/v2-module [Pipeline] echo [2021-01-19T22:04:39.158Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:04:39.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:04:40.186Z] [2021-01-19T22:04:40.186Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:04:40.558Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:04:40.558Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T22:04:40.558Z] 31603596830f: Pulling fs layer [2021-01-19T22:04:40.558Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T22:04:40.558Z] 6ca5941a6612: Pulling fs layer [2021-01-19T22:04:40.558Z] ecc8261a40a4: Pulling fs layer [2021-01-19T22:04:40.558Z] ecc8261a40a4: Waiting [2021-01-19T22:04:40.558Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T22:04:40.558Z] 2a8b12db71e7: Download complete [2021-01-19T22:04:40.834Z] 31603596830f: Verifying Checksum [2021-01-19T22:04:40.834Z] 31603596830f: Download complete [2021-01-19T22:04:40.834Z] ecc8261a40a4: Verifying Checksum [2021-01-19T22:04:40.834Z] ecc8261a40a4: Download complete [2021-01-19T22:04:40.834Z] 6ca5941a6612: Verifying Checksum [2021-01-19T22:04:40.834Z] 6ca5941a6612: Download complete [2021-01-19T22:04:41.418Z] 31603596830f: Pull complete [2021-01-19T22:04:41.418Z] 2a8b12db71e7: Pull complete [2021-01-19T22:04:42.436Z] 6ca5941a6612: Pull complete [2021-01-19T22:04:42.700Z] ecc8261a40a4: Pull complete [2021-01-19T22:04:42.700Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T22:04:42.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:04:42.700Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T22:04:42.832Z] prd-centos7-docker-4c-2g-21331 does not seem to be running inside a container [2021-01-19T22:04:42.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 [2021-01-19T22:04:45.114Z] $ docker top 44339e3cb6b788a8245d2967d95529e3a5ed52cac20a6710ebc915f93d399350 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:04:45.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:04:45.468Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:04:45.747Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:04:45.754Z] $ docker exec 44339e3cb6b788a8245d2967d95529e3a5ed52cac20a6710ebc915f93d399350 ssh-agent [2021-01-19T22:04:45.959Z] SSH_AUTH_SOCK=/tmp/ssh-yYYLFy6f1yhS/agent.12 [2021-01-19T22:04:45.959Z] SSH_AGENT_PID=17 [2021-01-19T22:04:45.990Z] Running ssh-add (command line suppressed) [2021-01-19T22:04:46.137Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3621389175308388137.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3621389175308388137.key) [2021-01-19T22:04:46.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:04:46.692Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T22:04:46.825Z] $ docker exec --env ******** --env ******** 44339e3cb6b788a8245d2967d95529e3a5ed52cac20a6710ebc915f93d399350 ssh-agent -k [2021-01-19T22:04:46.967Z] unset SSH_AUTH_SOCK; [2021-01-19T22:04:46.968Z] unset SSH_AGENT_PID; [2021-01-19T22:04:46.968Z] echo Agent pid 17 killed; [2021-01-19T22:04:47.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T22:04:47.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:04:47.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:04:47.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:04:47.367Z] $ docker exec 44339e3cb6b788a8245d2967d95529e3a5ed52cac20a6710ebc915f93d399350 ssh-agent [2021-01-19T22:04:47.587Z] SSH_AUTH_SOCK=/tmp/ssh-zq7peR6A4bSm/agent.47 [2021-01-19T22:04:47.587Z] SSH_AGENT_PID=52 [2021-01-19T22:04:47.597Z] Running ssh-add (command line suppressed) [2021-01-19T22:04:47.759Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8916947560738497782.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8916947560738497782.key) [2021-01-19T22:04:47.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:04:48.161Z] + git semver init [2021-01-19T22:04:48.161Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:04:48.161Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-01-19T22:04:48.161Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-01-19T22:04:48.161Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:04:48.161Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:04:48.161Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:04:48.161Z] # $SEMVER_BRANCH = master [2021-01-19T22:04:48.161Z] # $SEMVER_TEMP = /tmp/semver-802144916 [2021-01-19T22:04:48.161Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2021-01-19T22:04:48.736Z] # '/tmp/semver-802144916' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2021-01-19T22:04:48.736Z] # -> Force: false [2021-01-19T22:04:48.736Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-01-19T22:04:48.751Z] $ docker exec --env ******** --env ******** 44339e3cb6b788a8245d2967d95529e3a5ed52cac20a6710ebc915f93d399350 ssh-agent -k [2021-01-19T22:04:48.913Z] unset SSH_AUTH_SOCK; [2021-01-19T22:04:48.914Z] unset SSH_AGENT_PID; [2021-01-19T22:04:48.914Z] echo Agent pid 52 killed; [2021-01-19T22:04:48.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:04:49.438Z] + git semver [Pipeline] } [2021-01-19T22:04:49.456Z] $ docker stop --time=1 44339e3cb6b788a8245d2967d95529e3a5ed52cac20a6710ebc915f93d399350 [2021-01-19T22:04:50.900Z] $ docker rm -f 44339e3cb6b788a8245d2967d95529e3a5ed52cac20a6710ebc915f93d399350 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:04:51.450Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T22:04:51.851Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T22:04:51.853Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T22:05:07.363Z] Still waiting to schedule task [2021-01-19T22:05:07.363Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-19T22:05:07.366Z] Still waiting to schedule task [2021-01-19T22:05:07.366Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T22:06:37.306Z] Running on prd-centos7-docker-4c-2g-21345 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-01-19T22:06:37.395Z] Running in /w/workspace/go-mod-registry/16 [Pipeline] { [Pipeline] checkout [2021-01-19T22:06:40.819Z] using credential edgex-jenkins-ssh [2021-01-19T22:06:40.892Z] Cloning the remote Git repository [2021-01-19T22:06:40.921Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-01-19T22:06:41.032Z] > git init /w/workspace/go-mod-registry/16 # timeout=10 [2021-01-19T22:06:41.119Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-01-19T22:06:41.120Z] > git --version # timeout=10 [2021-01-19T22:06:41.128Z] > git --version # 'git version 2.24.3' [2021-01-19T22:06:41.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:41.289Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:41.800Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-01-19T22:06:41.805Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:41.817Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-01-19T22:06:41.831Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-01-19T22:06:41.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:41.835Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:06:42.236Z] Checking out Revision 88e27ee92e5450daa4a740072667ab51b7ce4100 (master) [2021-01-19T22:06:42.246Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:06:42.252Z] > git checkout -f 88e27ee92e5450daa4a740072667ab51b7ce4100 # timeout=10 [2021-01-19T22:06:45.968Z] Commit message: "Merge pull request #68 from lenny-intel/v2-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:06:47.207Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:47.573Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:48.017Z] + sudo service docker restart [2021-01-19T22:06:48.017Z] + true [2021-01-19T22:06:48.017Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-19T22:06:49.245Z] ========================================================= [2021-01-19T22:06:49.245Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T22:06:49.245Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:06:49.675Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T22:06:50.272Z] Sending build context to Docker daemon 288.3kB [2021-01-19T22:06:50.272Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:06:50.272Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:06:50.272Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T22:06:50.272Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:06:50.272Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:06:50.272Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:06:50.272Z] bca2f99d35d6: Pulling fs layer [2021-01-19T22:06:50.272Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T22:06:50.272Z] 7c6f9722023f: Pulling fs layer [2021-01-19T22:06:50.272Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T22:06:50.272Z] 93359f2a8cfa: Waiting [2021-01-19T22:06:50.272Z] bca2f99d35d6: Waiting [2021-01-19T22:06:50.272Z] 7c6f9722023f: Waiting [2021-01-19T22:06:50.272Z] a35cf1a2eb13: Waiting [2021-01-19T22:06:50.272Z] de9db76c5a1d: Verifying Checksum [2021-01-19T22:06:50.272Z] de9db76c5a1d: Download complete [2021-01-19T22:06:50.272Z] 0ef7d3d256c8: Download complete [2021-01-19T22:06:50.272Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T22:06:50.272Z] 93359f2a8cfa: Download complete [2021-01-19T22:06:50.859Z] 7c6f9722023f: Verifying Checksum [2021-01-19T22:06:50.859Z] 7c6f9722023f: Download complete [2021-01-19T22:06:50.859Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:06:50.859Z] 188c0c94c7c5: Download complete [2021-01-19T22:06:51.156Z] 188c0c94c7c5: Pull complete [2021-01-19T22:06:51.487Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:06:51.756Z] de9db76c5a1d: Pull complete [2021-01-19T22:06:58.396Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T22:06:58.396Z] a35cf1a2eb13: Download complete [2021-01-19T22:06:58.980Z] bca2f99d35d6: Verifying Checksum [2021-01-19T22:06:58.980Z] bca2f99d35d6: Download complete [2021-01-19T22:07:05.684Z] bca2f99d35d6: Pull complete [2021-01-19T22:07:05.684Z] 93359f2a8cfa: Pull complete [2021-01-19T22:07:05.684Z] 7c6f9722023f: Pull complete [2021-01-19T22:07:11.178Z] a35cf1a2eb13: Pull complete [2021-01-19T22:07:11.178Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T22:07:11.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T22:07:11.178Z] ---> a62c8e92a672 [2021-01-19T22:07:11.178Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T22:07:11.178Z] ---> Running in bb69683139fb [2021-01-19T22:07:11.178Z] Removing intermediate container bb69683139fb [2021-01-19T22:07:11.178Z] ---> 9903e6fd5a19 [2021-01-19T22:07:11.178Z] Step 4/7 : RUN apk add --update bash [2021-01-19T22:07:11.178Z] ---> Running in 60c198f83051 [2021-01-19T22:07:11.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:07:13.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:07:15.794Z] OK: 166 MiB in 39 packages [2021-01-19T22:07:16.063Z] Removing intermediate container 60c198f83051 [2021-01-19T22:07:16.064Z] ---> a8613e48e570 [2021-01-19T22:07:16.064Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:07:16.064Z] ---> Running in 6cb31ec7cb45 [2021-01-19T22:07:16.328Z] Removing intermediate container 6cb31ec7cb45 [2021-01-19T22:07:16.328Z] ---> c9a65c464616 [2021-01-19T22:07:16.328Z] Step 6/7 : COPY go.mod . [2021-01-19T22:07:16.600Z] ---> 871352e46e12 [2021-01-19T22:07:16.600Z] Step 7/7 : RUN go mod download [2021-01-19T22:07:16.600Z] ---> Running in 251ba08eac11 [2021-01-19T22:07:26.718Z] Removing intermediate container 251ba08eac11 [2021-01-19T22:07:26.718Z] ---> 8aefd31c57d0 [2021-01-19T22:07:26.718Z] Successfully built 8aefd31c57d0 [2021-01-19T22:07:26.718Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:27.049Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:07:27.050Z] . [Pipeline] withDockerContainer [2021-01-19T22:07:27.356Z] prd-centos7-docker-4c-2g-21345 does not seem to be running inside a container [2021-01-19T22:07:27.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/16 -v /w/workspace/go-mod-registry/16:/w/workspace/go-mod-registry/16:rw,z -v /w/workspace/go-mod-registry/16@tmp:/w/workspace/go-mod-registry/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:07:28.676Z] $ docker top 5d3624e96ed7db2d41ad0fc3ca0863f0f4436ae4a6e42955da9280442b3139e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:07:29.202Z] + go version [2021-01-19T22:07:29.202Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T22:07:29.219Z] $ docker stop --time=1 5d3624e96ed7db2d41ad0fc3ca0863f0f4436ae4a6e42955da9280442b3139e6 [2021-01-19T22:07:30.621Z] $ docker rm -f 5d3624e96ed7db2d41ad0fc3ca0863f0f4436ae4a6e42955da9280442b3139e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:31.623Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:07:31.623Z] . [Pipeline] withDockerContainer [2021-01-19T22:07:31.742Z] prd-centos7-docker-4c-2g-21345 does not seem to be running inside a container [2021-01-19T22:07:31.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/16 -v /w/workspace/go-mod-registry/16:/w/workspace/go-mod-registry/16:rw,z -v /w/workspace/go-mod-registry/16@tmp:/w/workspace/go-mod-registry/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:07:32.482Z] $ docker top cdf22b9f0e47201fa1f5ea28e88850d167131b7ed565afa9534604055b6792dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:07:33.027Z] + make test [2021-01-19T22:07:33.028Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T22:07:45.425Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.032s coverage: 87.9% of statements [2021-01-19T22:07:45.425Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-01-19T22:07:45.425Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.006s coverage: 85.7% of statements [2021-01-19T22:07:45.425Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T22:07:45.425Z] gofmt -l . [2021-01-19T22:07:45.425Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T22:07:45.442Z] $ docker stop --time=1 cdf22b9f0e47201fa1f5ea28e88850d167131b7ed565afa9534604055b6792dd [2021-01-19T22:07:47.600Z] $ docker rm -f cdf22b9f0e47201fa1f5ea28e88850d167131b7ed565afa9534604055b6792dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:07:48.234Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T22:07:48.634Z] 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] } [2021-01-19T22:07:55.975Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21354 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-01-19T22:07:56.027Z] Running in /w/workspace/go-mod-registry/16 [Pipeline] { [Pipeline] checkout [2021-01-19T22:08:01.525Z] using credential edgex-jenkins-ssh [2021-01-19T22:08:01.601Z] Cloning the remote Git repository [2021-01-19T22:08:01.661Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-01-19T22:08:01.772Z] > git init /w/workspace/go-mod-registry/16 # timeout=10 [2021-01-19T22:08:01.846Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-01-19T22:08:01.846Z] > git --version # timeout=10 [2021-01-19T22:08:01.867Z] > git --version # 'git version 2.17.1' [2021-01-19T22:08:01.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:08:01.962Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:08:04.504Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-01-19T22:08:04.519Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:08:04.550Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-01-19T22:08:04.596Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-01-19T22:08:04.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:08:04.612Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:08:05.454Z] Checking out Revision 88e27ee92e5450daa4a740072667ab51b7ce4100 (master) [2021-01-19T22:08:05.478Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:08:05.500Z] > git checkout -f 88e27ee92e5450daa4a740072667ab51b7ce4100 # timeout=10 [2021-01-19T22:08:09.998Z] Commit message: "Merge pull request #68 from lenny-intel/v2-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:08:11.616Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:08:12.030Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:08:12.381Z] + true [2021-01-19T22:08:12.381Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-19T22:08:15.546Z] ========================================================= [2021-01-19T22:08:15.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T22:08:15.546Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:08:15.968Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T22:08:16.969Z] Sending build context to Docker daemon 287.2kB [2021-01-19T22:08:16.969Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:08:16.969Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:08:17.245Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T22:08:17.245Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T22:08:17.245Z] a4357932f1b6: Pulling fs layer [2021-01-19T22:08:17.245Z] 18c013af1878: Pulling fs layer [2021-01-19T22:08:17.245Z] 00ac8860ef70: Pulling fs layer [2021-01-19T22:08:17.245Z] 63d7cb157983: Pulling fs layer [2021-01-19T22:08:17.245Z] b116817d02f9: Pulling fs layer [2021-01-19T22:08:17.245Z] 745a02a5169b: Pulling fs layer [2021-01-19T22:08:17.245Z] 00ac8860ef70: Waiting [2021-01-19T22:08:17.245Z] 63d7cb157983: Waiting [2021-01-19T22:08:17.245Z] b116817d02f9: Waiting [2021-01-19T22:08:17.245Z] 745a02a5169b: Waiting [2021-01-19T22:08:17.245Z] 18c013af1878: Verifying Checksum [2021-01-19T22:08:17.245Z] 18c013af1878: Download complete [2021-01-19T22:08:17.245Z] a4357932f1b6: Verifying Checksum [2021-01-19T22:08:17.245Z] a4357932f1b6: Download complete [2021-01-19T22:08:17.245Z] 63d7cb157983: Download complete [2021-01-19T22:08:17.524Z] b116817d02f9: Verifying Checksum [2021-01-19T22:08:17.524Z] b116817d02f9: Download complete [2021-01-19T22:08:17.800Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T22:08:17.800Z] 5f621e34cdf4: Download complete [2021-01-19T22:08:18.415Z] 5f621e34cdf4: Pull complete [2021-01-19T22:08:19.017Z] a4357932f1b6: Pull complete [2021-01-19T22:08:19.289Z] 18c013af1878: Pull complete [2021-01-19T22:08:19.909Z] 745a02a5169b: Verifying Checksum [2021-01-19T22:08:19.909Z] 745a02a5169b: Download complete [2021-01-19T22:08:21.344Z] 00ac8860ef70: Verifying Checksum [2021-01-19T22:08:21.344Z] 00ac8860ef70: Download complete [2021-01-19T22:08:31.521Z] 00ac8860ef70: Pull complete [2021-01-19T22:08:31.521Z] 63d7cb157983: Pull complete [2021-01-19T22:08:31.797Z] b116817d02f9: Pull complete [2021-01-19T22:08:36.112Z] 745a02a5169b: Pull complete [2021-01-19T22:08:36.113Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T22:08:36.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T22:08:36.113Z] ---> b7e6874047d6 [2021-01-19T22:08:36.113Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T22:08:38.750Z] ---> Running in a565c8521718 [2021-01-19T22:08:38.750Z] Removing intermediate container a565c8521718 [2021-01-19T22:08:38.750Z] ---> 2854aff5e29c [2021-01-19T22:08:38.750Z] Step 4/7 : RUN apk add --update bash [2021-01-19T22:08:38.750Z] ---> Running in 5bb852b09a90 [2021-01-19T22:08:40.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:08:42.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:08:45.541Z] OK: 142 MiB in 39 packages [2021-01-19T22:08:46.138Z] Removing intermediate container 5bb852b09a90 [2021-01-19T22:08:46.138Z] ---> 3d334dbdef2a [2021-01-19T22:08:46.138Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:08:46.418Z] ---> Running in 63768f3c1be6 [2021-01-19T22:08:46.691Z] Removing intermediate container 63768f3c1be6 [2021-01-19T22:08:46.691Z] ---> dcc7e854a3b5 [2021-01-19T22:08:46.691Z] Step 6/7 : COPY go.mod . [2021-01-19T22:08:47.673Z] ---> 5c96f6ac0f43 [2021-01-19T22:08:47.673Z] Step 7/7 : RUN go mod download [2021-01-19T22:08:47.673Z] ---> Running in 5ac71d5c574f [2021-01-19T22:08:57.849Z] Removing intermediate container 5ac71d5c574f [2021-01-19T22:08:57.849Z] ---> 41bf59405bf1 [2021-01-19T22:08:57.849Z] Successfully built 41bf59405bf1 [2021-01-19T22:08:57.849Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:08:58.191Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:08:58.191Z] . [Pipeline] withDockerContainer [2021-01-19T22:08:58.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-21354 does not seem to be running inside a container [2021-01-19T22:08:58.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/16 -v /w/workspace/go-mod-registry/16:/w/workspace/go-mod-registry/16:rw,z -v /w/workspace/go-mod-registry/16@tmp:/w/workspace/go-mod-registry/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T22:08:59.962Z] $ docker top 44c76d23ec558a669d2fe3a3a03833a04014849fcb2187f5d2ea269009e3f5cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:09:00.937Z] + go version [2021-01-19T22:09:00.937Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T22:09:00.955Z] $ docker stop --time=1 44c76d23ec558a669d2fe3a3a03833a04014849fcb2187f5d2ea269009e3f5cf [2021-01-19T22:09:02.768Z] $ docker rm -f 44c76d23ec558a669d2fe3a3a03833a04014849fcb2187f5d2ea269009e3f5cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:03.899Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:09:03.899Z] . [Pipeline] withDockerContainer [2021-01-19T22:09:04.166Z] prd-ubuntu18.04-docker-arm64-4c-16g-21354 does not seem to be running inside a container [2021-01-19T22:09:04.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/16 -v /w/workspace/go-mod-registry/16:/w/workspace/go-mod-registry/16:rw,z -v /w/workspace/go-mod-registry/16@tmp:/w/workspace/go-mod-registry/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T22:09:05.725Z] $ docker top ef140046cd9bb65452ee5e44b010e98f1054a579ad3bfaa2b53e44cb3c63a8eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:09:06.718Z] + make test [2021-01-19T22:09:06.718Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T22:09:33.542Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.075s coverage: 87.9% of statements [2021-01-19T22:09:33.542Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-01-19T22:09:33.542Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.017s coverage: 85.7% of statements [2021-01-19T22:09:33.542Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T22:09:33.542Z] gofmt -l . [2021-01-19T22:09:33.542Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T22:09:33.556Z] $ docker stop --time=1 ef140046cd9bb65452ee5e44b010e98f1054a579ad3bfaa2b53e44cb3c63a8eb [2021-01-19T22:09:35.506Z] $ docker rm -f ef140046cd9bb65452ee5e44b010e98f1054a579ad3bfaa2b53e44cb3c63a8eb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:09:36.266Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T22:09:36.325Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T22:09:37.018Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T22:09:38.546Z] provisioning config files... [2021-01-19T22:09:38.559Z] copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config5101117946189698550tmp [Pipeline] { [Pipeline] sh [2021-01-19T22:09:38.950Z] + set +x [2021-01-19T22:09:38.950Z] + curl -s https://codecov.io/bash [2021-01-19T22:09:38.950Z] + bash -s -- [2021-01-19T22:09:39.213Z] [2021-01-19T22:09:39.213Z] _____ _ [2021-01-19T22:09:39.213Z] / ____| | | [2021-01-19T22:09:39.213Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T22:09:39.213Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T22:09:39.213Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T22:09:39.213Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T22:09:39.213Z] Bash-20210115-cec3c92 [2021-01-19T22:09:39.213Z] [2021-01-19T22:09:39.213Z] [2021-01-19T22:09:39.213Z] ==> git version 2.24.3 found [2021-01-19T22:09:39.213Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T22:09:39.213Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T22:09:39.213Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T22:09:39.213Z] ==> Jenkins CI detected. [2021-01-19T22:09:39.213Z] project root: . [2021-01-19T22:09:39.213Z] --> token set from env [2021-01-19T22:09:39.213Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T22:09:39.213Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T22:09:39.213Z] ==> Python coveragepy not found [2021-01-19T22:09:39.213Z] ==> Searching for coverage reports in: [2021-01-19T22:09:39.213Z] + . [2021-01-19T22:09:39.213Z] -> Found 1 reports [2021-01-19T22:09:39.213Z] ==> Detecting git/mercurial file structure [2021-01-19T22:09:39.213Z] ==> Reading reports [2021-01-19T22:09:39.213Z] + ./coverage.out bytes=9269 [2021-01-19T22:09:39.213Z] ==> Appending adjustments [2021-01-19T22:09:39.213Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T22:09:39.213Z] + Found adjustments [2021-01-19T22:09:39.213Z] ==> Gzipping contents [2021-01-19T22:09:39.213Z] 4.0K /tmp/codecov.hF0t45.gz [2021-01-19T22:09:39.213Z] ==> Uploading reports [2021-01-19T22:09:39.213Z] url: https://codecov.io [2021-01-19T22:09:39.213Z] query: branch=master&commit=88e27ee92e5450daa4a740072667ab51b7ce4100&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T22:09:39.213Z] -> Pinging Codecov [2021-01-19T22:09:39.213Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=88e27ee92e5450daa4a740072667ab51b7ce4100&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T22:09:39.788Z] -> Uploading to [2021-01-19T22:09:39.789Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/05B643FFA8DEACB6C25F95B2D4D12284/88e27ee92e5450daa4a740072667ab51b7ce4100/5b26ee87-220c-4f51-a193-defd9089fc5e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T220939Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4fac5a63b91f18e2ace87b82e368bc317335e7bc24ea5b622d4a3dc3792c666 [2021-01-19T22:09:39.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T22:09:39.789Z] Dload Upload Total Spent Left Speed [2021-01-19T22:09:40.365Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1821 0 0 100 1821 0 3795 --:--:-- --:--:-- --:--:-- 3801 [2021-01-19T22:09:40.365Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/88e27ee92e5450daa4a740072667ab51b7ce4100 [Pipeline] } [2021-01-19T22:09:40.376Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T22:09:40.922Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T22:09:40.977Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:41.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:09:41.467Z] [2021-01-19T22:09:41.467Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:41.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:09:41.834Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T22:09:41.834Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:09:41.834Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:09:41.834Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:09:41.834Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T22:09:41.834Z] 0d57e429df01: Pulling fs layer [2021-01-19T22:09:41.834Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T22:09:41.834Z] e1f770b5df2f: Pulling fs layer [2021-01-19T22:09:41.834Z] 85a0685a4137: Pulling fs layer [2021-01-19T22:09:41.834Z] 0eba1c9be4d2: Waiting [2021-01-19T22:09:41.834Z] 0d57e429df01: Waiting [2021-01-19T22:09:41.834Z] 4e4be7b47b0d: Waiting [2021-01-19T22:09:41.834Z] e1f770b5df2f: Waiting [2021-01-19T22:09:41.834Z] 85a0685a4137: Waiting [2021-01-19T22:09:41.834Z] de9db76c5a1d: Verifying Checksum [2021-01-19T22:09:41.834Z] de9db76c5a1d: Download complete [2021-01-19T22:09:41.834Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T22:09:41.835Z] 0ef7d3d256c8: Download complete [2021-01-19T22:09:41.835Z] 0d57e429df01: Verifying Checksum [2021-01-19T22:09:41.835Z] 0d57e429df01: Download complete [2021-01-19T22:09:41.835Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T22:09:41.835Z] 4e4be7b47b0d: Download complete [2021-01-19T22:09:41.835Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:09:41.835Z] 188c0c94c7c5: Download complete [2021-01-19T22:09:42.423Z] 188c0c94c7c5: Pull complete [2021-01-19T22:09:42.423Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:09:42.687Z] de9db76c5a1d: Pull complete [2021-01-19T22:09:43.269Z] e1f770b5df2f: Verifying Checksum [2021-01-19T22:09:45.216Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T22:09:45.216Z] 0eba1c9be4d2: Download complete [2021-01-19T22:09:45.485Z] 85a0685a4137: Verifying Checksum [2021-01-19T22:09:45.485Z] 85a0685a4137: Download complete [2021-01-19T22:09:52.149Z] 0eba1c9be4d2: Pull complete [2021-01-19T22:09:52.414Z] 0d57e429df01: Pull complete [2021-01-19T22:09:52.679Z] 4e4be7b47b0d: Pull complete [2021-01-19T22:09:55.244Z] e1f770b5df2f: Pull complete [2021-01-19T22:10:03.460Z] 85a0685a4137: Pull complete [2021-01-19T22:10:03.460Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T22:10:03.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:10:03.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T22:10:03.705Z] prd-centos7-docker-4c-2g-21331 does not seem to be running inside a container [2021-01-19T22:10:03.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 [2021-01-19T22:10:04.962Z] $ docker top 08879b51e1f1e3f90fcbc5d1674660747f80cf457a7efa2aad01e61d4a675d66 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T22:10:05.203Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T22:10:05.505Z] + set -o pipefail [2021-01-19T22:10:05.505Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T22:10:13.708Z] [2021-01-19T22:10:13.708Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... [2021-01-19T22:10:13.708Z] [2021-01-19T22:10:13.708Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/f6e62b92-38af-4adc-b091-6b040e3bc140 [2021-01-19T22:10:13.708Z] [2021-01-19T22:10:13.708Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T22:10:13.708Z] [2021-01-19T22:10:13.990Z] [Pipeline] } [2021-01-19T22:10:14.016Z] $ docker stop --time=1 08879b51e1f1e3f90fcbc5d1674660747f80cf457a7efa2aad01e61d4a675d66 [2021-01-19T22:10:15.923Z] $ docker rm -f 08879b51e1f1e3f90fcbc5d1674660747f80cf457a7efa2aad01e61d4a675d66 [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 [2021-01-19T22:10:18.024Z] + git log --format=format:%s -1 88e27ee92e5450daa4a740072667ab51b7ce4100 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:18.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:10:18.338Z] . [Pipeline] withDockerContainer [2021-01-19T22:10:18.462Z] prd-centos7-docker-4c-2g-21331 does not seem to be running inside a container [2021-01-19T22:10:18.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 [2021-01-19T22:10:19.538Z] $ docker top b101170c53dfb7d5df406597be0235b4e9843732c1da03a04e1f1c7dc577d66f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:10:19.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:10:19.819Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:10:20.055Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:10:20.059Z] $ docker exec b101170c53dfb7d5df406597be0235b4e9843732c1da03a04e1f1c7dc577d66f ssh-agent [2021-01-19T22:10:20.262Z] SSH_AUTH_SOCK=/tmp/ssh-GeRk4RVojAPU/agent.11 [2021-01-19T22:10:20.262Z] SSH_AGENT_PID=16 [2021-01-19T22:10:20.270Z] Running ssh-add (command line suppressed) [2021-01-19T22:10:20.426Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8481209725228084854.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8481209725228084854.key) [2021-01-19T22:10:20.480Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:10:20.847Z] + git semver tag [2021-01-19T22:10:20.848Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:10:20.848Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-01-19T22:10:20.848Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-01-19T22:10:20.848Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:10:20.848Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:10:20.848Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:10:20.848Z] # $SEMVER_BRANCH = master [2021-01-19T22:10:20.848Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-01-19T22:10:20.848Z] # 88e27ee92e5450daa4a740072667ab51b7ce4100 HEAD [2021-01-19T22:10:20.848Z] # -> Force: false [2021-01-19T22:10:20.848Z] # 54447cd937d58141e73ce47ae51247bcd5f0615b refs/tags/v2.0.0-dev.1 [Pipeline] } [2021-01-19T22:10:20.867Z] $ docker exec --env ******** --env ******** b101170c53dfb7d5df406597be0235b4e9843732c1da03a04e1f1c7dc577d66f ssh-agent -k [2021-01-19T22:10:21.005Z] unset SSH_AUTH_SOCK; [2021-01-19T22:10:21.005Z] unset SSH_AGENT_PID; [2021-01-19T22:10:21.005Z] echo Agent pid 16 killed; [2021-01-19T22:10:21.057Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:10:21.519Z] + git semver [Pipeline] } [2021-01-19T22:10:21.538Z] $ docker stop --time=1 b101170c53dfb7d5df406597be0235b4e9843732c1da03a04e1f1c7dc577d66f [2021-01-19T22:10:22.874Z] $ docker rm -f b101170c53dfb7d5df406597be0235b4e9843732c1da03a04e1f1c7dc577d66f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:23.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:10:23.582Z] [2021-01-19T22:10:23.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:23.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:10:23.943Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T22:10:23.943Z] ab5ef0e58194: Pulling fs layer [2021-01-19T22:10:23.943Z] 9712f1f96733: Pulling fs layer [2021-01-19T22:10:23.943Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T22:10:23.943Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T22:10:23.943Z] e9a5061849ea: Pulling fs layer [2021-01-19T22:10:23.943Z] d747dcd14b5f: Pulling fs layer [2021-01-19T22:10:23.943Z] 2de7ff778b66: Pulling fs layer [2021-01-19T22:10:23.943Z] 0d9ebad4ef96: Waiting [2021-01-19T22:10:23.943Z] d747dcd14b5f: Waiting [2021-01-19T22:10:23.943Z] e9a5061849ea: Waiting [2021-01-19T22:10:23.943Z] 2de7ff778b66: Waiting [2021-01-19T22:10:23.943Z] 9712f1f96733: Download complete [2021-01-19T22:10:26.556Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T22:10:26.556Z] 63f879dbbcfc: Download complete [2021-01-19T22:10:26.821Z] e9a5061849ea: Verifying Checksum [2021-01-19T22:10:26.821Z] e9a5061849ea: Download complete [2021-01-19T22:10:26.821Z] d747dcd14b5f: Verifying Checksum [2021-01-19T22:10:26.821Z] d747dcd14b5f: Download complete [2021-01-19T22:10:27.410Z] ab5ef0e58194: Verifying Checksum [2021-01-19T22:10:27.410Z] ab5ef0e58194: Download complete [2021-01-19T22:10:27.677Z] 2de7ff778b66: Verifying Checksum [2021-01-19T22:10:27.677Z] 2de7ff778b66: Download complete [2021-01-19T22:10:27.677Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T22:10:27.677Z] 0d9ebad4ef96: Download complete [2021-01-19T22:10:33.036Z] ab5ef0e58194: Pull complete [2021-01-19T22:10:33.302Z] 9712f1f96733: Pull complete [2021-01-19T22:10:36.643Z] 63f879dbbcfc: Pull complete [2021-01-19T22:10:44.848Z] 0d9ebad4ef96: Pull complete [2021-01-19T22:10:45.423Z] e9a5061849ea: Pull complete [2021-01-19T22:10:45.423Z] d747dcd14b5f: Pull complete [2021-01-19T22:10:48.760Z] 2de7ff778b66: Pull complete [2021-01-19T22:10:48.760Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T22:10:48.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:10:48.760Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T22:10:49.004Z] prd-centos7-docker-4c-2g-21331 does not seem to be running inside a container [2021-01-19T22:10:49.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 [2021-01-19T22:10:52.162Z] $ docker top edc71eee7e79ed8b8c5bd1ae36134bbfc9eb2c3a3df6b038d8f76953da20fbbd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T22:10:52.424Z] provisioning config files... [2021-01-19T22:10:52.443Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config5994232517573838852tmp [2021-01-19T22:10:52.461Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config225372405120544090tmp [2021-01-19T22:10:52.479Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config332029520185811044tmp [Pipeline] { [Pipeline] echo [2021-01-19T22:10:52.531Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:52.844Z] ---> sigul-configuration.sh [2021-01-19T22:10:52.844Z] gpg: directory `/root/.gnupg' created [2021-01-19T22:10:52.844Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T22:10:52.844Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T22:10:52.844Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T22:10:52.844Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T22:10:52.844Z] gpg: CAST5 encrypted data [2021-01-19T22:10:53.111Z] gpg: encrypted with 1 passphrase [2021-01-19T22:10:53.111Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T22:10:53.434Z] + mkdir /home/jenkins [2021-01-19T22:10:53.434Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T22:10:53.832Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T22:10:53.843Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:54.144Z] ---> sigul-install.sh [2021-01-19T22:10:59.458Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T22:11:00.043Z] + git tag --list [2021-01-19T22:11:00.043Z] v0.0.0 [2021-01-19T22:11:00.043Z] v0.1.0 [2021-01-19T22:11:00.043Z] v0.1.1 [2021-01-19T22:11:00.043Z] v0.1.10 [2021-01-19T22:11:00.043Z] v0.1.11 [2021-01-19T22:11:00.043Z] v0.1.12 [2021-01-19T22:11:00.044Z] v0.1.13 [2021-01-19T22:11:00.044Z] v0.1.14 [2021-01-19T22:11:00.044Z] v0.1.15 [2021-01-19T22:11:00.044Z] v0.1.16 [2021-01-19T22:11:00.044Z] v0.1.17 [2021-01-19T22:11:00.044Z] v0.1.18 [2021-01-19T22:11:00.044Z] v0.1.19 [2021-01-19T22:11:00.044Z] v0.1.2 [2021-01-19T22:11:00.044Z] v0.1.20 [2021-01-19T22:11:00.044Z] v0.1.21 [2021-01-19T22:11:00.044Z] v0.1.22 [2021-01-19T22:11:00.044Z] v0.1.23 [2021-01-19T22:11:00.044Z] v0.1.24 [2021-01-19T22:11:00.044Z] v0.1.25 [2021-01-19T22:11:00.044Z] v0.1.26 [2021-01-19T22:11:00.044Z] v0.1.27 [2021-01-19T22:11:00.044Z] v0.1.3 [2021-01-19T22:11:00.044Z] v0.1.4 [2021-01-19T22:11:00.044Z] v0.1.5 [2021-01-19T22:11:00.044Z] v0.1.6 [2021-01-19T22:11:00.044Z] v0.1.7 [2021-01-19T22:11:00.044Z] v0.1.8 [2021-01-19T22:11:00.044Z] v0.1.9 [2021-01-19T22:11:00.044Z] v2.0.0-dev.1 [Pipeline] sh [2021-01-19T22:11:00.354Z] + lftools sign git-tag v2.0.0-dev.1 [2021-01-19T22:11:01.751Z] Signing Git tag with Sigul... [2021-01-19T22:11:01.751Z] Signing v2.0.0-dev.1 [Pipeline] echo [2021-01-19T22:11:02.714Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:03.016Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T22:11:03.027Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T22:11:03.143Z] $ docker stop --time=1 edc71eee7e79ed8b8c5bd1ae36134bbfc9eb2c3a3df6b038d8f76953da20fbbd [2021-01-19T22:11:05.127Z] $ docker rm -f edc71eee7e79ed8b8c5bd1ae36134bbfc9eb2c3a3df6b038d8f76953da20fbbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:11:06.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:11:06.071Z] . [Pipeline] withDockerContainer [2021-01-19T22:11:06.177Z] prd-centos7-docker-4c-2g-21331 does not seem to be running inside a container [2021-01-19T22:11:06.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 [2021-01-19T22:11:07.174Z] $ docker top 0972bb840773bb66c921ded384a48eb30897d16311091dfaeec428157443120e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:11:07.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:11:07.501Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:11:07.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:11:07.752Z] $ docker exec 0972bb840773bb66c921ded384a48eb30897d16311091dfaeec428157443120e ssh-agent [2021-01-19T22:11:07.956Z] SSH_AUTH_SOCK=/tmp/ssh-ZgMVcMs5rjhf/agent.12 [2021-01-19T22:11:07.956Z] SSH_AGENT_PID=17 [2021-01-19T22:11:07.965Z] Running ssh-add (command line suppressed) [2021-01-19T22:11:08.107Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8158910357244401939.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8158910357244401939.key) [2021-01-19T22:11:08.174Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:11:08.518Z] + git semver bump pre [2021-01-19T22:11:08.518Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:11:08.518Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-01-19T22:11:08.518Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-01-19T22:11:08.518Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:11:08.518Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:11:08.518Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:11:08.518Z] # $SEMVER_BRANCH = master [2021-01-19T22:11:08.518Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-01-19T22:11:08.518Z] 2.0.0-dev.2 [Pipeline] } [2021-01-19T22:11:08.530Z] $ docker exec --env ******** --env ******** 0972bb840773bb66c921ded384a48eb30897d16311091dfaeec428157443120e ssh-agent -k [2021-01-19T22:11:08.659Z] unset SSH_AUTH_SOCK; [2021-01-19T22:11:08.659Z] unset SSH_AGENT_PID; [2021-01-19T22:11:08.659Z] echo Agent pid 17 killed; [2021-01-19T22:11:08.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:11:09.189Z] + git semver [Pipeline] } [2021-01-19T22:11:09.206Z] $ docker stop --time=1 0972bb840773bb66c921ded384a48eb30897d16311091dfaeec428157443120e [2021-01-19T22:11:10.591Z] $ docker rm -f 0972bb840773bb66c921ded384a48eb30897d16311091dfaeec428157443120e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:11:11.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:11:11.120Z] . [Pipeline] withDockerContainer [2021-01-19T22:11:11.225Z] prd-centos7-docker-4c-2g-21331 does not seem to be running inside a container [2021-01-19T22:11:11.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 [2021-01-19T22:11:11.989Z] $ docker top 4f82125989e0da529130dfac57e43293b973bbb29157a417df52917037586c68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:11:12.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:11:12.341Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:11:12.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:11:12.605Z] $ docker exec 4f82125989e0da529130dfac57e43293b973bbb29157a417df52917037586c68 ssh-agent [2021-01-19T22:11:12.804Z] SSH_AUTH_SOCK=/tmp/ssh-9KVcmKPRuhwb/agent.11 [2021-01-19T22:11:12.804Z] SSH_AGENT_PID=17 [2021-01-19T22:11:12.812Z] Running ssh-add (command line suppressed) [2021-01-19T22:11:12.955Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_131027913134382675.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_131027913134382675.key) [2021-01-19T22:11:13.023Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:11:13.377Z] + git semver push [2021-01-19T22:11:13.377Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:11:13.377Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-01-19T22:11:13.377Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-01-19T22:11:13.377Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:11:13.377Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:11:13.377Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:11:13.377Z] # $SEMVER_BRANCH = master [2021-01-19T22:11:13.377Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-01-19T22:11:20.012Z] $ docker exec --env ******** --env ******** 4f82125989e0da529130dfac57e43293b973bbb29157a417df52917037586c68 ssh-agent -k [2021-01-19T22:11:20.267Z] unset SSH_AUTH_SOCK; [2021-01-19T22:11:20.268Z] unset SSH_AGENT_PID; [2021-01-19T22:11:20.268Z] echo Agent pid 17 killed; [2021-01-19T22:11:20.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:11:20.970Z] + git semver [Pipeline] } [2021-01-19T22:11:20.988Z] $ docker stop --time=1 4f82125989e0da529130dfac57e43293b973bbb29157a417df52917037586c68 [2021-01-19T22:11:22.369Z] $ docker rm -f 4f82125989e0da529130dfac57e43293b973bbb29157a417df52917037586c68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:23.709Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:24.282Z] ---> package-listing.sh [2021-01-19T22:11:24.282Z] ++ facter osfamily [2021-01-19T22:11:24.282Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T22:11:24.282Z] + OS_FAMILY=redhat [2021-01-19T22:11:24.282Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2021-01-19T22:11:24.282Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T22:11:24.282Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T22:11:24.282Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T22:11:24.282Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T22:11:24.282Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-01-19T22:11:24.282Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T22:11:24.282Z] + case "${OS_FAMILY}" in [2021-01-19T22:11:24.282Z] + rpm -qa [2021-01-19T22:11:24.282Z] + sort [2021-01-19T22:11:29.633Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T22:11:29.633Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T22:11:29.633Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T22:11:29.633Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-01-19T22:11:29.633Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2021-01-19T22:11:29.633Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] echo [2021-01-19T22:11:29.646Z] 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T22:11:29.937Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:11:30.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:11:30.245Z] [2021-01-19T22:11:30.245Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:11:30.614Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:11:30.614Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T22:11:30.614Z] df20fa9351a1: Pulling fs layer [2021-01-19T22:11:30.614Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T22:11:30.614Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T22:11:30.614Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T22:11:30.614Z] 93b61091891f: Pulling fs layer [2021-01-19T22:11:30.614Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T22:11:30.614Z] 5e14af77c1be: Pulling fs layer [2021-01-19T22:11:30.614Z] 01666e4c0597: Pulling fs layer [2021-01-19T22:11:30.614Z] aa168da1d23b: Pulling fs layer [2021-01-19T22:11:30.614Z] 93b9cdb0e59b: Waiting [2021-01-19T22:11:30.614Z] 01666e4c0597: Waiting [2021-01-19T22:11:30.614Z] 5e14af77c1be: Waiting [2021-01-19T22:11:30.614Z] aa168da1d23b: Waiting [2021-01-19T22:11:30.614Z] 46f8f816bc3b: Waiting [2021-01-19T22:11:30.614Z] 93b61091891f: Waiting [2021-01-19T22:11:30.614Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T22:11:30.614Z] 36b3adc4ff6f: Download complete [2021-01-19T22:11:30.614Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T22:11:30.614Z] 46f8f816bc3b: Download complete [2021-01-19T22:11:30.614Z] df20fa9351a1: Verifying Checksum [2021-01-19T22:11:30.614Z] df20fa9351a1: Download complete [2021-01-19T22:11:30.876Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T22:11:30.876Z] 93b9cdb0e59b: Download complete [2021-01-19T22:11:30.876Z] 5e14af77c1be: Verifying Checksum [2021-01-19T22:11:30.876Z] 5e14af77c1be: Download complete [2021-01-19T22:11:30.876Z] 93b61091891f: Verifying Checksum [2021-01-19T22:11:30.876Z] 93b61091891f: Download complete [2021-01-19T22:11:30.876Z] 01666e4c0597: Verifying Checksum [2021-01-19T22:11:30.876Z] 01666e4c0597: Download complete [2021-01-19T22:11:30.876Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T22:11:30.876Z] 8ad3a11d3b57: Download complete [2021-01-19T22:11:31.460Z] df20fa9351a1: Pull complete [2021-01-19T22:11:31.460Z] 36b3adc4ff6f: Pull complete [2021-01-19T22:11:32.868Z] 8ad3a11d3b57: Pull complete [2021-01-19T22:11:32.868Z] 46f8f816bc3b: Pull complete [2021-01-19T22:11:33.453Z] aa168da1d23b: Verifying Checksum [2021-01-19T22:11:33.453Z] aa168da1d23b: Download complete [2021-01-19T22:11:33.453Z] 93b61091891f: Pull complete [2021-01-19T22:11:33.714Z] 93b9cdb0e59b: Pull complete [2021-01-19T22:11:33.714Z] 5e14af77c1be: Pull complete [2021-01-19T22:11:33.977Z] 01666e4c0597: Pull complete [2021-01-19T22:11:42.214Z] aa168da1d23b: Pull complete [2021-01-19T22:11:42.214Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T22:11:42.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:11:42.214Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T22:11:42.424Z] prd-centos7-docker-4c-2g-21331 does not seem to be running inside a container [2021-01-19T22:11:42.491Z] $ 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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 [2021-01-19T22:11:45.392Z] $ docker top f5ffd2e88f64f03795e392354a3b60fa5ab7e8d753b21d06539497e24ecae23d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:11:45.864Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T22:11:46.424Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T22:11:46.721Z] + ls /var/log/sa-host [2021-01-19T22:11:46.721Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T22:11:46.721Z] file_magic: OK [2021-01-19T22:11:46.721Z] HZ: Using current value: 100 [2021-01-19T22:11:46.721Z] file_header: OK [2021-01-19T22:11:46.721Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T22:11:46.721Z] Statistics: [2021-01-19T22:11:46.721Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T22:11:46.721Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T22:11:46.721Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T22:11:46.721Z] file_magic: OK [2021-01-19T22:11:46.721Z] HZ: Using current value: 100 [2021-01-19T22:11:46.721Z] file_header: OK [2021-01-19T22:11:46.721Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T22:11:46.721Z] Statistics: [2021-01-19T22:11:46.721Z] Hnuu...uuuununununu... [2021-01-19T22:11:46.721Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T22:11:46.918Z] provisioning config files... [2021-01-19T22:11:46.931Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config542199537201836155tmp [Pipeline] { [Pipeline] echo [2021-01-19T22:11:47.013Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:47.307Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T22:11:47.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T22:11:47.401Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:47.697Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T22:11:47.708Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:48.005Z] ---> sudo-logs.sh [2021-01-19T22:11:48.005Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T22:11:48.016Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:48.314Z] ---> job-cost.sh [2021-01-19T22:11:48.314Z] lf-activate-venv: SKIPPING [2021-01-19T22:11:48.314Z] INFO: No Stack... [2021-01-19T22:11:49.260Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T22:11:49.859Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T22:11:49.883Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:11:50.204Z] ---> logs-deploy.sh [2021-01-19T22:11:50.204Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/16 [2021-01-19T22:11:50.204Z] INFO: archiving workspace using pattern(s): [2021-01-19T22:11:51.592Z] Archives upload complete. [2021-01-19T22:11:51.592Z] INFO: archiving logs to Nexus