Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fa1891046f10b42a2002c176860b50b547e0d0fc 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25034 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 > 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 Checking out Revision fa1891046f10b42a2002c176860b50b547e0d0fc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fa1891046f10b42a2002c176860b50b547e0d0fc # timeout=10 Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" > git rev-list --no-walk 19bac2f82b793b46b2bc13ac438a581299833542 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T18:32:42.301Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T18:32:42.556Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T18:32:42.646Z] ========================================================= [2021-02-04T18:32:42.646Z] EdgeX Global Pipelines Version Info [2021-02-04T18:32:42.646Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:32:44.101Z] ------------------- [2021-02-04T18:32:44.101Z] stable info: [2021-02-04T18:32:44.101Z] ------------------- [2021-02-04T18:32:44.101Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:32:44.101Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:32:44.101Z] Message: update stable to v1.0.179 [2021-02-04T18:32:45.050Z] ------------------- [2021-02-04T18:32:45.050Z] experimental info: [2021-02-04T18:32:45.050Z] ------------------- [2021-02-04T18:32:45.050Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:32:45.050Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:32:45.050Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T18:32:45.298Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2021-02-04T18:32:45.385Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2021-02-04T18:32:45.471Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T18:32:45.560Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T18:32:45.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T18:32:45.741Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T18:32:45.831Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T18:32:45.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T18:32:46.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-04T18:32:46.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T18:32:46.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T18:32:46.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2021-02-04T18:32:46.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T18:32:46.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T18:32:46.699Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:32:46.790Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:32:46.885Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:32:47.000Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:32:47.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T18:32:47.245Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-04T18:32:47.345Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-04T18:32:47.428Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-04T18:32:47.514Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-04T18:32:47.601Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-04T18:32:47.737Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-04T18:32:47.870Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T18:32:47.977Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T18:32:48.073Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-04T18:32:48.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-04T18:32:48.272Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-04T18:32:48.359Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] echo [2021-02-04T18:32:48.442Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa18910 [Pipeline] echo [2021-02-04T18:32:48.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:32:49.199Z] + git log --format=format:%s -1 fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] echo [2021-02-04T18:32:49.261Z] GIT_COMMIT: fa1891046f10b42a2002c176860b50b547e0d0fc, Commit Message: Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1 [Pipeline] echo [2021-02-04T18:32:49.324Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:32:50.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:32:50.570Z] [2021-02-04T18:32:50.570Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:32:50.934Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:32:50.934Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T18:32:50.934Z] 31603596830f: Pulling fs layer [2021-02-04T18:32:50.934Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T18:32:50.934Z] 6ca5941a6612: Pulling fs layer [2021-02-04T18:32:50.934Z] ecc8261a40a4: Pulling fs layer [2021-02-04T18:32:50.934Z] ecc8261a40a4: Waiting [2021-02-04T18:32:50.934Z] 2a8b12db71e7: Download complete [2021-02-04T18:32:51.199Z] 31603596830f: Verifying Checksum [2021-02-04T18:32:51.199Z] 31603596830f: Download complete [2021-02-04T18:32:51.199Z] ecc8261a40a4: Download complete [2021-02-04T18:32:51.199Z] 6ca5941a6612: Verifying Checksum [2021-02-04T18:32:51.199Z] 6ca5941a6612: Download complete [2021-02-04T18:32:51.776Z] 31603596830f: Pull complete [2021-02-04T18:32:51.776Z] 2a8b12db71e7: Pull complete [2021-02-04T18:32:52.724Z] 6ca5941a6612: Pull complete [2021-02-04T18:32:52.724Z] ecc8261a40a4: Pull complete [2021-02-04T18:32:52.724Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T18:32:52.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:32:52.986Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T18:32:53.087Z] prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container [2021-02-04T18:32:53.134Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:32:54.846Z] $ docker top 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:32:55.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:32:55.123Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:32:55.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:32:55.336Z] $ docker exec 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent [2021-02-04T18:32:55.566Z] SSH_AUTH_SOCK=/tmp/ssh-Y6iOSGC0f6v5/agent.12 [2021-02-04T18:32:55.566Z] SSH_AGENT_PID=18 [2021-02-04T18:32:55.589Z] Running ssh-add (command line suppressed) [2021-02-04T18:32:55.723Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6968105722205076122.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6968105722205076122.key) [2021-02-04T18:32:55.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:32:56.146Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T18:32:56.170Z] $ docker exec --env ******** --env ******** 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent -k [2021-02-04T18:32:56.288Z] unset SSH_AUTH_SOCK; [2021-02-04T18:32:56.289Z] unset SSH_AGENT_PID; [2021-02-04T18:32:56.289Z] echo Agent pid 18 killed; [2021-02-04T18:32:56.334Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T18:32:56.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:32:56.483Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:32:56.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:32:56.658Z] $ docker exec 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent [2021-02-04T18:32:56.816Z] SSH_AUTH_SOCK=/tmp/ssh-ID2QFYs3fdej/agent.47 [2021-02-04T18:32:56.816Z] SSH_AGENT_PID=52 [2021-02-04T18:32:56.822Z] Running ssh-add (command line suppressed) [2021-02-04T18:32:56.938Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8930540431015285786.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8930540431015285786.key) [2021-02-04T18:32:56.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:32:57.317Z] + git semver init [2021-02-04T18:32:57.317Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:32:57.317Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-02-04T18:32:57.317Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-02-04T18:32:57.317Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:32:57.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:32:57.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:32:57.317Z] # $SEMVER_BRANCH = master [2021-02-04T18:32:57.317Z] # $SEMVER_TEMP = /tmp/semver-862230200 [2021-02-04T18:32:57.317Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2021-02-04T18:32:57.891Z] # '/tmp/semver-862230200' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2021-02-04T18:32:57.891Z] # -> Force: false [2021-02-04T18:32:57.891Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-02-04T18:32:57.909Z] $ docker exec --env ******** --env ******** 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 ssh-agent -k [2021-02-04T18:32:58.033Z] unset SSH_AUTH_SOCK; [2021-02-04T18:32:58.034Z] unset SSH_AGENT_PID; [2021-02-04T18:32:58.034Z] echo Agent pid 52 killed; [2021-02-04T18:32:58.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:32:58.586Z] + git semver [Pipeline] } [2021-02-04T18:32:58.606Z] $ docker stop --time=1 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 [2021-02-04T18:33:00.175Z] $ docker rm -f 66c0e1abe4375ca0a45bd72720f0f834e70d0f1e2daf0caebfc6b90fe78ed530 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:33:00.748Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T18:33:01.136Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T18:33:01.139Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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-02-04T18:33:16.661Z] Still waiting to schedule task [2021-02-04T18:33:16.661Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25035’ is offline [2021-02-04T18:33:16.663Z] Still waiting to schedule task [2021-02-04T18:33:16.663Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T18:35:06.746Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25037 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-02-04T18:35:06.827Z] Running in /w/workspace/go-mod-registry/18 [Pipeline] { [Pipeline] checkout [2021-02-04T18:35:11.835Z] using credential edgex-jenkins-ssh [2021-02-04T18:35:11.893Z] Cloning the remote Git repository [2021-02-04T18:35:11.948Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-02-04T18:35:12.094Z] > git init /w/workspace/go-mod-registry/18 # timeout=10 [2021-02-04T18:35:12.164Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-02-04T18:35:12.164Z] > git --version # timeout=10 [2021-02-04T18:35:12.187Z] > git --version # 'git version 2.17.1' [2021-02-04T18:35:12.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:35:12.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:35:12.988Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-02-04T18:35:13.001Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:35:13.022Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-02-04T18:35:13.060Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-02-04T18:35:13.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:35:13.072Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T18:35:13.518Z] Checking out Revision fa1891046f10b42a2002c176860b50b547e0d0fc (master) [2021-02-04T18:35:13.522Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:35:13.545Z] > git checkout -f fa1891046f10b42a2002c176860b50b547e0d0fc # timeout=10 [2021-02-04T18:35:17.932Z] Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:35:19.509Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:35:19.939Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:35:20.291Z] + + truesudo [2021-02-04T18:35:20.291Z] service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-04T18:35:23.303Z] ========================================================= [2021-02-04T18:35:23.303Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T18:35:23.303Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:35:23.702Z] + 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-02-04T18:35:24.694Z] Sending build context to Docker daemon 282.6kB [2021-02-04T18:35:24.694Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-04T18:35:24.694Z] Step 2/7 : FROM ${BASE} [2021-02-04T18:35:24.968Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T18:35:24.968Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T18:35:24.968Z] a4357932f1b6: Pulling fs layer [2021-02-04T18:35:24.968Z] 18c013af1878: Pulling fs layer [2021-02-04T18:35:24.968Z] 00ac8860ef70: Pulling fs layer [2021-02-04T18:35:24.968Z] 63d7cb157983: Pulling fs layer [2021-02-04T18:35:24.968Z] b116817d02f9: Pulling fs layer [2021-02-04T18:35:24.968Z] 745a02a5169b: Pulling fs layer [2021-02-04T18:35:24.968Z] 00ac8860ef70: Waiting [2021-02-04T18:35:24.968Z] 63d7cb157983: Waiting [2021-02-04T18:35:24.968Z] b116817d02f9: Waiting [2021-02-04T18:35:24.968Z] 745a02a5169b: Waiting [2021-02-04T18:35:24.968Z] 18c013af1878: Download complete [2021-02-04T18:35:24.968Z] 63d7cb157983: Verifying Checksum [2021-02-04T18:35:24.968Z] 63d7cb157983: Download complete [2021-02-04T18:35:24.968Z] b116817d02f9: Verifying Checksum [2021-02-04T18:35:24.968Z] b116817d02f9: Download complete [2021-02-04T18:35:24.968Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T18:35:24.968Z] 5f621e34cdf4: Download complete [2021-02-04T18:35:25.575Z] 5f621e34cdf4: Pull complete [2021-02-04T18:35:26.175Z] a4357932f1b6: Pull complete [2021-02-04T18:35:26.779Z] 18c013af1878: Pull complete [2021-02-04T18:35:27.053Z] 745a02a5169b: Verifying Checksum [2021-02-04T18:35:27.053Z] 745a02a5169b: Download complete [2021-02-04T18:35:28.511Z] 00ac8860ef70: Verifying Checksum [2021-02-04T18:35:28.511Z] 00ac8860ef70: Download complete [2021-02-04T18:35:38.691Z] 00ac8860ef70: Pull complete [2021-02-04T18:35:38.691Z] 63d7cb157983: Pull complete [2021-02-04T18:35:38.691Z] b116817d02f9: Pull complete [2021-02-04T18:35:43.008Z] 745a02a5169b: Pull complete [2021-02-04T18:35:43.008Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T18:35:43.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T18:35:43.008Z] ---> b7e6874047d6 [2021-02-04T18:35:43.008Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-04T18:35:45.649Z] ---> Running in 053bca9b7048 [2021-02-04T18:35:46.243Z] Removing intermediate container 053bca9b7048 [2021-02-04T18:35:46.243Z] ---> ca24dae05a33 [2021-02-04T18:35:46.243Z] Step 4/7 : RUN apk add --update bash [2021-02-04T18:35:46.243Z] ---> Running in 1ce1eca89a47 [2021-02-04T18:35:47.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:35:48.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:35:49.244Z] OK: 142 MiB in 39 packages [2021-02-04T18:35:50.675Z] Removing intermediate container 1ce1eca89a47 [2021-02-04T18:35:50.675Z] ---> 01a5818cc313 [2021-02-04T18:35:50.675Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-04T18:35:50.675Z] ---> Running in ecc04ce98054 [2021-02-04T18:35:51.271Z] Removing intermediate container ecc04ce98054 [2021-02-04T18:35:51.271Z] ---> 0194bce4fd1d [2021-02-04T18:35:51.271Z] Step 6/7 : COPY go.mod . [2021-02-04T18:35:51.871Z] ---> 872746b46ad0 [2021-02-04T18:35:51.872Z] Step 7/7 : RUN go mod download [2021-02-04T18:35:51.872Z] ---> Running in e36268d50323 [2021-02-04T18:36:10.181Z] Removing intermediate container e36268d50323 [2021-02-04T18:36:10.181Z] ---> 6f02bcea03f4 [2021-02-04T18:36:10.181Z] Successfully built 6f02bcea03f4 [2021-02-04T18:36:10.181Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:36:10.522Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:36:10.522Z] . [Pipeline] withDockerContainer [2021-02-04T18:36:10.812Z] prd-ubuntu18.04-docker-arm64-4c-16g-25037 does not seem to be running inside a container [2021-02-04T18:36:10.892Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-04T18:36:12.386Z] $ docker top a9ab7700d8c3ad3dbc44c0ee2ded705f33f88b15a9df202a137c0d20e3513159 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:36:13.465Z] + go version [2021-02-04T18:36:13.465Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T18:36:13.485Z] $ docker stop --time=1 a9ab7700d8c3ad3dbc44c0ee2ded705f33f88b15a9df202a137c0d20e3513159 [2021-02-04T18:36:15.401Z] $ docker rm -f a9ab7700d8c3ad3dbc44c0ee2ded705f33f88b15a9df202a137c0d20e3513159 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:36:16.180Z] Running on prd-centos7-docker-4c-2g-25038 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-02-04T18:36:16.308Z] Running in /w/workspace/go-mod-registry/18 [Pipeline] { [Pipeline] checkout [2021-02-04T18:36:16.481Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:36:16.481Z] . [Pipeline] withDockerContainer [2021-02-04T18:36:16.754Z] prd-ubuntu18.04-docker-arm64-4c-16g-25037 does not seem to be running inside a container [2021-02-04T18:36:16.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-04T18:36:18.452Z] $ docker top 8eca74394af4968db268e3e170ee52cb9097a8b656de2bc551808fce8e2120cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:36:19.441Z] + make test [2021-02-04T18:36:19.441Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T18:36:24.237Z] using credential edgex-jenkins-ssh [2021-02-04T18:36:24.302Z] Cloning the remote Git repository [2021-02-04T18:36:24.432Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-02-04T18:36:24.522Z] > git init /w/workspace/go-mod-registry/18 # timeout=10 [2021-02-04T18:36:24.609Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-02-04T18:36:24.610Z] > git --version # timeout=10 [2021-02-04T18:36:24.625Z] > git --version # 'git version 2.24.3' [2021-02-04T18:36:24.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:36:25.840Z] Checking out Revision fa1891046f10b42a2002c176860b50b547e0d0fc (master) [2021-02-04T18:36:24.699Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:36:25.284Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-02-04T18:36:25.304Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:36:25.334Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-02-04T18:36:25.398Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-02-04T18:36:25.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:36:25.409Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T18:36:25.855Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:36:25.880Z] > git checkout -f fa1891046f10b42a2002c176860b50b547e0d0fc # timeout=10 [2021-02-04T18:36:30.675Z] Commit message: "Merge pull request #66 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:36:32.668Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:36:33.271Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:36:33.728Z] + sudo service docker restart [2021-02-04T18:36:33.728Z] + true [2021-02-04T18:36:33.728Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-04T18:36:36.022Z] ========================================================= [2021-02-04T18:36:36.022Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T18:36:36.022Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:36:36.414Z] + 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-02-04T18:36:37.016Z] Sending build context to Docker daemon 283.6kB [2021-02-04T18:36:37.016Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-04T18:36:37.016Z] Step 2/7 : FROM ${BASE} [2021-02-04T18:36:37.298Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T18:36:37.298Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T18:36:37.298Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T18:36:37.298Z] de9db76c5a1d: Pulling fs layer [2021-02-04T18:36:37.298Z] bca2f99d35d6: Pulling fs layer [2021-02-04T18:36:37.298Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T18:36:37.298Z] 7c6f9722023f: Pulling fs layer [2021-02-04T18:36:37.298Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T18:36:37.298Z] 93359f2a8cfa: Waiting [2021-02-04T18:36:37.298Z] bca2f99d35d6: Waiting [2021-02-04T18:36:37.298Z] 7c6f9722023f: Waiting [2021-02-04T18:36:37.298Z] a35cf1a2eb13: Waiting [2021-02-04T18:36:37.298Z] de9db76c5a1d: Verifying Checksum [2021-02-04T18:36:37.298Z] de9db76c5a1d: Download complete [2021-02-04T18:36:37.298Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T18:36:37.298Z] 0ef7d3d256c8: Download complete [2021-02-04T18:36:37.298Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T18:36:37.298Z] 93359f2a8cfa: Download complete [2021-02-04T18:36:37.568Z] 7c6f9722023f: Download complete [2021-02-04T18:36:37.568Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T18:36:37.568Z] 188c0c94c7c5: Download complete [2021-02-04T18:36:38.200Z] 188c0c94c7c5: Pull complete [2021-02-04T18:36:38.518Z] 0ef7d3d256c8: Pull complete [2021-02-04T18:36:39.123Z] de9db76c5a1d: Pull complete [2021-02-04T18:36:41.162Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T18:36:41.162Z] a35cf1a2eb13: Download complete [2021-02-04T18:36:42.150Z] bca2f99d35d6: Verifying Checksum [2021-02-04T18:36:42.150Z] bca2f99d35d6: Download complete [2021-02-04T18:36:46.271Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.075s coverage: 87.9% of statements [2021-02-04T18:36:46.271Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-02-04T18:36:46.271Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.015s coverage: 85.7% of statements [2021-02-04T18:36:46.271Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-04T18:36:48.896Z] gofmt -l . [2021-02-04T18:36:48.896Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-04T18:36:48.916Z] $ docker stop --time=1 8eca74394af4968db268e3e170ee52cb9097a8b656de2bc551808fce8e2120cc [2021-02-04T18:36:51.112Z] $ docker rm -f 8eca74394af4968db268e3e170ee52cb9097a8b656de2bc551808fce8e2120cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:36:51.892Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T18:36:52.626Z] 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] } [2021-02-04T18:36:55.034Z] bca2f99d35d6: Pull complete [2021-02-04T18:36:55.360Z] 93359f2a8cfa: Pull complete [2021-02-04T18:36:56.001Z] 7c6f9722023f: Pull complete [2021-02-04T18:37:04.568Z] a35cf1a2eb13: Pull complete [2021-02-04T18:37:04.568Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T18:37:04.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T18:37:04.568Z] ---> a62c8e92a672 [2021-02-04T18:37:04.568Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-04T18:37:04.857Z] ---> Running in a2b38d34a95f [2021-02-04T18:37:05.539Z] Removing intermediate container a2b38d34a95f [2021-02-04T18:37:05.539Z] ---> 543698e9e8d7 [2021-02-04T18:37:05.539Z] Step 4/7 : RUN apk add --update bash [2021-02-04T18:37:05.539Z] ---> Running in 0709ac78e734 [2021-02-04T18:37:07.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:37:08.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:37:08.762Z] OK: 166 MiB in 39 packages [2021-02-04T18:37:09.777Z] Removing intermediate container 0709ac78e734 [2021-02-04T18:37:09.777Z] ---> 82ebedbe9372 [2021-02-04T18:37:09.777Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-04T18:37:10.075Z] ---> Running in 73edbb89db7e [2021-02-04T18:37:10.357Z] Removing intermediate container 73edbb89db7e [2021-02-04T18:37:10.357Z] ---> 51a587de239d [2021-02-04T18:37:10.357Z] Step 6/7 : COPY go.mod . [2021-02-04T18:37:10.633Z] ---> fe355a0675a4 [2021-02-04T18:37:10.633Z] Step 7/7 : RUN go mod download [2021-02-04T18:37:10.922Z] ---> Running in 221537d29cde [2021-02-04T18:37:33.399Z] Removing intermediate container 221537d29cde [2021-02-04T18:37:33.399Z] ---> fd6ca1d6c08a [2021-02-04T18:37:33.399Z] Successfully built fd6ca1d6c08a [2021-02-04T18:37:33.399Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:37:33.991Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:37:34.288Z] . [Pipeline] withDockerContainer [2021-02-04T18:37:34.626Z] prd-centos7-docker-4c-2g-25038 does not seem to be running inside a container [2021-02-04T18:37:34.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T18:37:36.219Z] $ docker top 83242a1c67c417eeaf59f073af347b59d8a5ce306d159517915f31fc47ca5bd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:37:37.712Z] + go version [2021-02-04T18:37:37.712Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T18:37:37.774Z] $ docker stop --time=1 83242a1c67c417eeaf59f073af347b59d8a5ce306d159517915f31fc47ca5bd0 [2021-02-04T18:37:39.753Z] $ docker rm -f 83242a1c67c417eeaf59f073af347b59d8a5ce306d159517915f31fc47ca5bd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:37:40.774Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:37:40.774Z] . [Pipeline] withDockerContainer [2021-02-04T18:37:41.069Z] prd-centos7-docker-4c-2g-25038 does not seem to be running inside a container [2021-02-04T18:37:41.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/18 -v /w/workspace/go-mod-registry/18:/w/workspace/go-mod-registry/18:rw,z -v /w/workspace/go-mod-registry/18@tmp:/w/workspace/go-mod-registry/18@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T18:37:42.203Z] $ docker top 00a4abb74947b16bbf220a04ab986caf91463fb8861c3866e532849d89431a7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:37:42.910Z] + make test [2021-02-04T18:37:42.910Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T18:38:02.297Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.070s coverage: 87.9% of statements [2021-02-04T18:38:02.297Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-02-04T18:38:02.297Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.035s coverage: 85.7% of statements [2021-02-04T18:38:02.297Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-04T18:38:05.367Z] gofmt -l . [2021-02-04T18:38:05.367Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-04T18:38:05.395Z] $ docker stop --time=1 00a4abb74947b16bbf220a04ab986caf91463fb8861c3866e532849d89431a7d [2021-02-04T18:38:08.138Z] $ docker rm -f 00a4abb74947b16bbf220a04ab986caf91463fb8861c3866e532849d89431a7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:38:08.814Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T18:38:08.830Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T18:38:09.447Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T18:38:11.585Z] provisioning config files... [2021-02-04T18:38:11.600Z] copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config4097607606917201202tmp [Pipeline] { [Pipeline] sh [2021-02-04T18:38:11.979Z] + set +x [2021-02-04T18:38:11.979Z] + curl -s https://codecov.io/bash [2021-02-04T18:38:11.979Z] + bash -s -- [2021-02-04T18:38:12.244Z] [2021-02-04T18:38:12.244Z] _____ _ [2021-02-04T18:38:12.244Z] / ____| | | [2021-02-04T18:38:12.244Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T18:38:12.244Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T18:38:12.244Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T18:38:12.244Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T18:38:12.244Z] Bash-20210129-7c25fce [2021-02-04T18:38:12.244Z] [2021-02-04T18:38:12.244Z] [2021-02-04T18:38:12.244Z] ==> git version 2.24.3 found [2021-02-04T18:38:12.244Z] ==> 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-02-04T18:38:12.244Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T18:38:12.244Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T18:38:12.244Z] ==> Jenkins CI detected. [2021-02-04T18:38:12.244Z] project root: . [2021-02-04T18:38:12.244Z] --> token set from env [2021-02-04T18:38:12.244Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T18:38:12.244Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T18:38:12.244Z] ==> Python coveragepy not found [2021-02-04T18:38:12.244Z] ==> Searching for coverage reports in: [2021-02-04T18:38:12.244Z] + . [2021-02-04T18:38:12.244Z] -> Found 1 reports [2021-02-04T18:38:12.244Z] ==> Detecting git/mercurial file structure [2021-02-04T18:38:12.244Z] ==> Reading reports [2021-02-04T18:38:12.244Z] + ./coverage.out bytes=9269 [2021-02-04T18:38:12.244Z] ==> Appending adjustments [2021-02-04T18:38:12.244Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T18:38:12.522Z] + Found adjustments [2021-02-04T18:38:12.522Z] ==> Gzipping contents [2021-02-04T18:38:12.522Z] 4.0K /tmp/codecov.L8Zna6.gz [2021-02-04T18:38:12.522Z] ==> Uploading reports [2021-02-04T18:38:12.522Z] url: https://codecov.io [2021-02-04T18:38:12.522Z] query: branch=master&commit=fa1891046f10b42a2002c176860b50b547e0d0fc&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T18:38:12.522Z] -> Pinging Codecov [2021-02-04T18:38:12.522Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=fa1891046f10b42a2002c176860b50b547e0d0fc&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T18:38:12.792Z] -> Uploading to [2021-02-04T18:38:12.792Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/05B643FFA8DEACB6C25F95B2D4D12284/fa1891046f10b42a2002c176860b50b547e0d0fc/92d813ab-257d-42df-bd75-4214bc1b8f6a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T183812Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6992adafe049cbfa9266e21845bb8a0863be356d70e082a4b62446a4588bdd47 [2021-02-04T18:38:12.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T18:38:12.792Z] Dload Upload Total Spent Left Speed [2021-02-04T18:38:13.378Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1821 0 0 100 1821 0 4167 --:--:-- --:--:-- --:--:-- 4176 [2021-02-04T18:38:13.378Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] } [2021-02-04T18:38:13.388Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-04T18:38:14.312Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T18:38:14.370Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:38:14.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T18:38:14.734Z] [2021-02-04T18:38:14.734Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:38:15.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T18:38:15.083Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T18:38:15.083Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T18:38:15.083Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T18:38:15.083Z] de9db76c5a1d: Pulling fs layer [2021-02-04T18:38:15.083Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T18:38:15.083Z] 0d57e429df01: Pulling fs layer [2021-02-04T18:38:15.083Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T18:38:15.083Z] e1f770b5df2f: Pulling fs layer [2021-02-04T18:38:15.083Z] 85a0685a4137: Pulling fs layer [2021-02-04T18:38:15.083Z] 0d57e429df01: Waiting [2021-02-04T18:38:15.083Z] 4e4be7b47b0d: Waiting [2021-02-04T18:38:15.083Z] e1f770b5df2f: Waiting [2021-02-04T18:38:15.083Z] 85a0685a4137: Waiting [2021-02-04T18:38:15.083Z] 0eba1c9be4d2: Waiting [2021-02-04T18:38:15.083Z] de9db76c5a1d: Verifying Checksum [2021-02-04T18:38:15.083Z] de9db76c5a1d: Download complete [2021-02-04T18:38:15.083Z] 0ef7d3d256c8: Download complete [2021-02-04T18:38:15.083Z] 0d57e429df01: Verifying Checksum [2021-02-04T18:38:15.083Z] 0d57e429df01: Download complete [2021-02-04T18:38:15.083Z] 188c0c94c7c5: Download complete [2021-02-04T18:38:15.083Z] 4e4be7b47b0d: Verifying Checksum [2021-02-04T18:38:15.083Z] 4e4be7b47b0d: Download complete [2021-02-04T18:38:15.666Z] 188c0c94c7c5: Pull complete [2021-02-04T18:38:15.666Z] 0ef7d3d256c8: Pull complete [2021-02-04T18:38:15.935Z] de9db76c5a1d: Pull complete [2021-02-04T18:38:16.517Z] e1f770b5df2f: Verifying Checksum [2021-02-04T18:38:16.517Z] e1f770b5df2f: Download complete [2021-02-04T18:38:18.456Z] 0eba1c9be4d2: Download complete [2021-02-04T18:38:18.722Z] 85a0685a4137: Verifying Checksum [2021-02-04T18:38:18.722Z] 85a0685a4137: Download complete [2021-02-04T18:38:24.034Z] 0eba1c9be4d2: Pull complete [2021-02-04T18:38:24.297Z] 0d57e429df01: Pull complete [2021-02-04T18:38:24.297Z] 4e4be7b47b0d: Pull complete [2021-02-04T18:38:26.228Z] e1f770b5df2f: Pull complete [2021-02-04T18:38:34.415Z] 85a0685a4137: Pull complete [2021-02-04T18:38:34.415Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T18:38:34.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T18:38:34.415Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T18:38:34.632Z] prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container [2021-02-04T18:38:34.702Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-04T18:38:35.762Z] $ docker top 1e4d8669c87af6346e6a49bb90a7db85fbb108afbf397b4410e402327fceb3c5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T18:38:36.046Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T18:38:36.341Z] + set -o pipefail [2021-02-04T18:38:36.341Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T18:38:58.375Z] [2021-02-04T18:38:58.375Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... [2021-02-04T18:38:58.375Z] [2021-02-04T18:38:58.375Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/cb552f8d-25a2-4b7e-82e8-83ccede29e1c [2021-02-04T18:38:58.375Z] [2021-02-04T18:38:58.375Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T18:38:58.375Z] [2021-02-04T18:38:59.772Z] [Pipeline] } [2021-02-04T18:38:59.793Z] $ docker stop --time=1 1e4d8669c87af6346e6a49bb90a7db85fbb108afbf397b4410e402327fceb3c5 [2021-02-04T18:39:02.004Z] $ docker rm -f 1e4d8669c87af6346e6a49bb90a7db85fbb108afbf397b4410e402327fceb3c5 [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-02-04T18:39:03.822Z] + git log --format=format:%s -1 fa1891046f10b42a2002c176860b50b547e0d0fc [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:04.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:39:04.135Z] . [Pipeline] withDockerContainer [2021-02-04T18:39:04.240Z] prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container [2021-02-04T18:39:04.292Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:39:05.150Z] $ docker top 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:39:05.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:39:05.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:39:05.721Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:39:05.728Z] $ docker exec 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e ssh-agent [2021-02-04T18:39:05.911Z] SSH_AUTH_SOCK=/tmp/ssh-tWqRTGQLuczC/agent.13 [2021-02-04T18:39:05.911Z] SSH_AGENT_PID=18 [2021-02-04T18:39:05.921Z] Running ssh-add (command line suppressed) [2021-02-04T18:39:06.082Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_971470924679237376.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_971470924679237376.key) [2021-02-04T18:39:06.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:39:06.521Z] + git semver tag [2021-02-04T18:39:06.522Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:39:06.522Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-02-04T18:39:06.522Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-02-04T18:39:06.522Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:39:06.522Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:39:06.522Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:39:06.522Z] # $SEMVER_BRANCH = master [2021-02-04T18:39:06.522Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-02-04T18:39:06.522Z] # fa1891046f10b42a2002c176860b50b547e0d0fc HEAD [2021-02-04T18:39:06.522Z] # -> Force: false [2021-02-04T18:39:06.522Z] # 75c34653fd8cec38c8b10994ea1003d9fd3389da refs/tags/v2.0.0-dev.3 [Pipeline] } [2021-02-04T18:39:06.539Z] $ docker exec --env ******** --env ******** 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e ssh-agent -k [2021-02-04T18:39:06.700Z] unset SSH_AUTH_SOCK; [2021-02-04T18:39:06.700Z] unset SSH_AGENT_PID; [2021-02-04T18:39:06.700Z] echo Agent pid 18 killed; [2021-02-04T18:39:06.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:39:07.223Z] + git semver [Pipeline] } [2021-02-04T18:39:07.244Z] $ docker stop --time=1 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e [2021-02-04T18:39:08.660Z] $ docker rm -f 73b071e3b91b348e5f37a1db464aa7c979ebe970bd1a0da00efb1d86b0fd596e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:09.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T18:39:09.339Z] [2021-02-04T18:39:09.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:09.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T18:39:09.714Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T18:39:09.714Z] ab5ef0e58194: Pulling fs layer [2021-02-04T18:39:09.714Z] 9712f1f96733: Pulling fs layer [2021-02-04T18:39:09.714Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T18:39:09.714Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T18:39:09.714Z] e9a5061849ea: Pulling fs layer [2021-02-04T18:39:09.714Z] d747dcd14b5f: Pulling fs layer [2021-02-04T18:39:09.714Z] 2de7ff778b66: Pulling fs layer [2021-02-04T18:39:09.714Z] e9a5061849ea: Waiting [2021-02-04T18:39:09.714Z] d747dcd14b5f: Waiting [2021-02-04T18:39:09.714Z] 2de7ff778b66: Waiting [2021-02-04T18:39:09.714Z] 0d9ebad4ef96: Waiting [2021-02-04T18:39:09.714Z] 9712f1f96733: Download complete [2021-02-04T18:39:11.117Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T18:39:11.117Z] 63f879dbbcfc: Download complete [2021-02-04T18:39:11.117Z] e9a5061849ea: Verifying Checksum [2021-02-04T18:39:11.117Z] e9a5061849ea: Download complete [2021-02-04T18:39:11.117Z] d747dcd14b5f: Verifying Checksum [2021-02-04T18:39:11.117Z] d747dcd14b5f: Download complete [2021-02-04T18:39:11.707Z] 2de7ff778b66: Verifying Checksum [2021-02-04T18:39:11.707Z] 2de7ff778b66: Download complete [2021-02-04T18:39:12.287Z] ab5ef0e58194: Verifying Checksum [2021-02-04T18:39:12.287Z] ab5ef0e58194: Download complete [2021-02-04T18:39:12.287Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T18:39:12.287Z] 0d9ebad4ef96: Download complete [2021-02-04T18:39:16.545Z] ab5ef0e58194: Pull complete [2021-02-04T18:39:16.811Z] 9712f1f96733: Pull complete [2021-02-04T18:39:18.740Z] 63f879dbbcfc: Pull complete [2021-02-04T18:39:25.652Z] 0d9ebad4ef96: Pull complete [2021-02-04T18:39:27.612Z] e9a5061849ea: Pull complete [2021-02-04T18:39:27.612Z] d747dcd14b5f: Pull complete [2021-02-04T18:39:30.177Z] 2de7ff778b66: Pull complete [2021-02-04T18:39:30.177Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T18:39:30.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T18:39:30.177Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T18:39:30.378Z] prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container [2021-02-04T18:39:30.429Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-04T18:39:33.833Z] $ docker top 9ccc25f765e9501e8d039621cdf94a1dfbefccbf3f2f73b3b9c2f9a6717fdcd7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T18:39:34.103Z] provisioning config files... [2021-02-04T18:39:34.113Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6816770747572102661tmp [2021-02-04T18:39:34.135Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config1182824847789033959tmp [2021-02-04T18:39:34.152Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6200537066084734749tmp [Pipeline] { [Pipeline] echo [2021-02-04T18:39:34.204Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:39:34.509Z] ---> sigul-configuration.sh [2021-02-04T18:39:34.509Z] gpg: directory `/root/.gnupg' created [2021-02-04T18:39:34.509Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T18:39:34.509Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T18:39:34.509Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T18:39:34.509Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T18:39:34.509Z] gpg: CAST5 encrypted data [2021-02-04T18:39:34.773Z] gpg: encrypted with 1 passphrase [2021-02-04T18:39:34.773Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T18:39:35.086Z] + mkdir /home/jenkins [2021-02-04T18:39:35.087Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T18:39:35.382Z] + 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-02-04T18:39:35.393Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:39:35.689Z] ---> sigul-install.sh [2021-02-04T18:39:42.300Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T18:39:42.612Z] + git tag --list [2021-02-04T18:39:42.612Z] v0.0.0 [2021-02-04T18:39:42.612Z] v0.1.0 [2021-02-04T18:39:42.612Z] v0.1.1 [2021-02-04T18:39:42.612Z] v0.1.10 [2021-02-04T18:39:42.612Z] v0.1.11 [2021-02-04T18:39:42.612Z] v0.1.12 [2021-02-04T18:39:42.612Z] v0.1.13 [2021-02-04T18:39:42.612Z] v0.1.14 [2021-02-04T18:39:42.612Z] v0.1.15 [2021-02-04T18:39:42.612Z] v0.1.16 [2021-02-04T18:39:42.612Z] v0.1.17 [2021-02-04T18:39:42.612Z] v0.1.18 [2021-02-04T18:39:42.612Z] v0.1.19 [2021-02-04T18:39:42.612Z] v0.1.2 [2021-02-04T18:39:42.612Z] v0.1.20 [2021-02-04T18:39:42.612Z] v0.1.21 [2021-02-04T18:39:42.612Z] v0.1.22 [2021-02-04T18:39:42.612Z] v0.1.23 [2021-02-04T18:39:42.612Z] v0.1.24 [2021-02-04T18:39:42.612Z] v0.1.25 [2021-02-04T18:39:42.612Z] v0.1.26 [2021-02-04T18:39:42.612Z] v0.1.27 [2021-02-04T18:39:42.612Z] v0.1.3 [2021-02-04T18:39:42.612Z] v0.1.4 [2021-02-04T18:39:42.612Z] v0.1.5 [2021-02-04T18:39:42.612Z] v0.1.6 [2021-02-04T18:39:42.612Z] v0.1.7 [2021-02-04T18:39:42.612Z] v0.1.8 [2021-02-04T18:39:42.612Z] v0.1.9 [2021-02-04T18:39:42.612Z] v2.0.0-dev.1 [2021-02-04T18:39:42.612Z] v2.0.0-dev.2 [2021-02-04T18:39:42.612Z] v2.0.0-dev.3 [Pipeline] sh [2021-02-04T18:39:42.924Z] + lftools sign git-tag v2.0.0-dev.3 [2021-02-04T18:39:44.317Z] Signing Git tag with Sigul... [2021-02-04T18:39:44.317Z] Signing v2.0.0-dev.3 [Pipeline] echo [2021-02-04T18:39:45.277Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:39:45.578Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T18:39:45.590Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T18:39:45.692Z] $ docker stop --time=1 9ccc25f765e9501e8d039621cdf94a1dfbefccbf3f2f73b3b9c2f9a6717fdcd7 [2021-02-04T18:39:47.752Z] $ docker rm -f 9ccc25f765e9501e8d039621cdf94a1dfbefccbf3f2f73b3b9c2f9a6717fdcd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:48.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:39:48.642Z] . [Pipeline] withDockerContainer [2021-02-04T18:39:48.748Z] prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container [2021-02-04T18:39:48.802Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:39:49.506Z] $ docker top 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:39:49.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:39:49.808Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:39:50.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:39:50.026Z] $ docker exec 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c ssh-agent [2021-02-04T18:39:50.203Z] SSH_AUTH_SOCK=/tmp/ssh-qG4kQhNz9JCM/agent.11 [2021-02-04T18:39:50.203Z] SSH_AGENT_PID=17 [2021-02-04T18:39:50.211Z] Running ssh-add (command line suppressed) [2021-02-04T18:39:50.345Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3625872145636522428.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_3625872145636522428.key) [2021-02-04T18:39:50.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:39:50.783Z] + git semver bump pre [2021-02-04T18:39:50.783Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:39:50.783Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-02-04T18:39:50.783Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-02-04T18:39:50.783Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:39:50.783Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:39:50.783Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:39:50.783Z] # $SEMVER_BRANCH = master [2021-02-04T18:39:50.783Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-02-04T18:39:50.783Z] 2.0.0-dev.4 [Pipeline] } [2021-02-04T18:39:50.800Z] $ docker exec --env ******** --env ******** 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c ssh-agent -k [2021-02-04T18:39:50.933Z] unset SSH_AUTH_SOCK; [2021-02-04T18:39:50.934Z] unset SSH_AGENT_PID; [2021-02-04T18:39:50.934Z] echo Agent pid 17 killed; [2021-02-04T18:39:50.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:39:51.499Z] + git semver [Pipeline] } [2021-02-04T18:39:51.521Z] $ docker stop --time=1 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c [2021-02-04T18:39:52.891Z] $ docker rm -f 5467f7a388f1ad66057d2f0c5f243d45f5571ec3daaca714f3e863018cf1089c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:53.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:39:53.439Z] . [Pipeline] withDockerContainer [2021-02-04T18:39:53.551Z] prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container [2021-02-04T18:39:53.606Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:39:54.359Z] $ docker top ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:39:54.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:39:54.715Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:39:54.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:39:54.947Z] $ docker exec ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e ssh-agent [2021-02-04T18:39:55.135Z] SSH_AUTH_SOCK=/tmp/ssh-igHPbg9qvkWy/agent.12 [2021-02-04T18:39:55.135Z] SSH_AGENT_PID=17 [2021-02-04T18:39:55.143Z] Running ssh-add (command line suppressed) [2021-02-04T18:39:55.281Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8014383643835180245.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8014383643835180245.key) [2021-02-04T18:39:55.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:39:55.672Z] + git semver push [2021-02-04T18:39:55.672Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:39:55.672Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-02-04T18:39:55.672Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-02-04T18:39:55.672Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:39:55.672Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:39:55.672Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:39:55.672Z] # $SEMVER_BRANCH = master [2021-02-04T18:39:55.672Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-02-04T18:40:02.299Z] $ docker exec --env ******** --env ******** ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e ssh-agent -k [2021-02-04T18:40:02.501Z] unset SSH_AUTH_SOCK; [2021-02-04T18:40:02.502Z] unset SSH_AGENT_PID; [2021-02-04T18:40:02.502Z] echo Agent pid 17 killed; [2021-02-04T18:40:02.571Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:40:03.171Z] + git semver [Pipeline] } [2021-02-04T18:40:03.193Z] $ docker stop --time=1 ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e [2021-02-04T18:40:04.563Z] $ docker rm -f ee447436bc93a677b6deec8c95b0eb7ffb8d49857ec52a4f0a7ed1e82786964e [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-02-04T18:40:06.256Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:40:06.826Z] ---> package-listing.sh [2021-02-04T18:40:06.826Z] ++ facter osfamily [2021-02-04T18:40:06.826Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T18:40:06.826Z] + OS_FAMILY=redhat [2021-02-04T18:40:06.826Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2021-02-04T18:40:06.826Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T18:40:06.826Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T18:40:06.826Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T18:40:06.826Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T18:40:06.826Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-02-04T18:40:06.826Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T18:40:06.826Z] + case "${OS_FAMILY}" in [2021-02-04T18:40:06.826Z] + rpm -qa [2021-02-04T18:40:06.826Z] + sort [2021-02-04T18:40:12.237Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T18:40:12.237Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T18:40:12.237Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T18:40:12.237Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-02-04T18:40:12.237Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2021-02-04T18:40:12.237Z] + 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-02-04T18:40:12.256Z] 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-02-04T18:40:12.622Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:40:12.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:40:12.942Z] [2021-02-04T18:40:12.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:40:13.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:40:13.297Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T18:40:13.297Z] df20fa9351a1: Pulling fs layer [2021-02-04T18:40:13.297Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T18:40:13.297Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T18:40:13.297Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T18:40:13.297Z] 93b61091891f: Pulling fs layer [2021-02-04T18:40:13.297Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T18:40:13.297Z] 5e14af77c1be: Pulling fs layer [2021-02-04T18:40:13.297Z] 01666e4c0597: Pulling fs layer [2021-02-04T18:40:13.297Z] aa168da1d23b: Pulling fs layer [2021-02-04T18:40:13.297Z] 93b61091891f: Waiting [2021-02-04T18:40:13.297Z] 93b9cdb0e59b: Waiting [2021-02-04T18:40:13.297Z] 5e14af77c1be: Waiting [2021-02-04T18:40:13.297Z] 01666e4c0597: Waiting [2021-02-04T18:40:13.297Z] aa168da1d23b: Waiting [2021-02-04T18:40:13.297Z] 46f8f816bc3b: Waiting [2021-02-04T18:40:13.297Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T18:40:13.297Z] 36b3adc4ff6f: Download complete [2021-02-04T18:40:13.297Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T18:40:13.297Z] 46f8f816bc3b: Download complete [2021-02-04T18:40:13.297Z] df20fa9351a1: Verifying Checksum [2021-02-04T18:40:13.297Z] df20fa9351a1: Download complete [2021-02-04T18:40:13.561Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T18:40:13.561Z] 93b9cdb0e59b: Download complete [2021-02-04T18:40:13.561Z] 93b61091891f: Download complete [2021-02-04T18:40:13.561Z] 5e14af77c1be: Verifying Checksum [2021-02-04T18:40:13.561Z] 5e14af77c1be: Download complete [2021-02-04T18:40:13.561Z] 01666e4c0597: Verifying Checksum [2021-02-04T18:40:13.561Z] 01666e4c0597: Download complete [2021-02-04T18:40:13.561Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T18:40:13.561Z] 8ad3a11d3b57: Download complete [2021-02-04T18:40:13.826Z] df20fa9351a1: Pull complete [2021-02-04T18:40:14.093Z] 36b3adc4ff6f: Pull complete [2021-02-04T18:40:15.497Z] aa168da1d23b: Verifying Checksum [2021-02-04T18:40:15.497Z] aa168da1d23b: Download complete [2021-02-04T18:40:16.071Z] 8ad3a11d3b57: Pull complete [2021-02-04T18:40:16.337Z] 46f8f816bc3b: Pull complete [2021-02-04T18:40:16.602Z] 93b61091891f: Pull complete [2021-02-04T18:40:16.866Z] 93b9cdb0e59b: Pull complete [2021-02-04T18:40:16.866Z] 5e14af77c1be: Pull complete [2021-02-04T18:40:17.127Z] 01666e4c0597: Pull complete [2021-02-04T18:40:25.367Z] aa168da1d23b: Pull complete [2021-02-04T18:40:25.367Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T18:40:25.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:40:25.367Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T18:40:25.554Z] prd-centos7-docker-4c-2g-25034 does not seem to be running inside a container [2021-02-04T18:40:25.605Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T18:40:28.499Z] $ docker top b36c209d3d58ae6133b2ab1c34d2ebfb0c07254c2e43852a4db4aea4a85b4fdb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:40:28.978Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T18:40:29.280Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T18:40:29.579Z] + ls /var/log/sa-host [2021-02-04T18:40:29.579Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T18:40:29.579Z] file_magic: OK [2021-02-04T18:40:29.579Z] HZ: Using current value: 100 [2021-02-04T18:40:29.579Z] file_header: OK [2021-02-04T18:40:29.579Z] 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-02-04T18:40:29.579Z] Statistics: [2021-02-04T18:40:29.579Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T18:40:29.579Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T18:40:29.579Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T18:40:29.579Z] file_magic: OK [2021-02-04T18:40:29.579Z] HZ: Using current value: 100 [2021-02-04T18:40:29.579Z] file_header: OK [2021-02-04T18:40:29.579Z] 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-02-04T18:40:29.579Z] Statistics: [2021-02-04T18:40:29.579Z] Hnuu...uuuununununu... [2021-02-04T18:40:29.579Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T18:40:30.305Z] provisioning config files... [2021-02-04T18:40:30.323Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config382034517643548396tmp [Pipeline] { [Pipeline] echo [2021-02-04T18:40:30.395Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:40:30.694Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T18:40:30.705Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T18:40:30.817Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:40:31.121Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T18:40:31.133Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:40:31.432Z] ---> sudo-logs.sh [2021-02-04T18:40:31.432Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T18:40:31.444Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:40:31.749Z] ---> job-cost.sh [2021-02-04T18:40:31.750Z] lf-activate-venv: SKIPPING [2021-02-04T18:40:31.750Z] INFO: No Stack... [2021-02-04T18:40:32.698Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T18:40:33.273Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T18:40:33.287Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:40:33.583Z] ---> logs-deploy.sh [2021-02-04T18:40:33.583Z] lf-activate-venv: SKIPPING [2021-02-04T18:40:33.583Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/18 [2021-02-04T18:40:33.583Z] INFO: archiving workspace using pattern(s): [2021-02-04T18:40:35.506Z] Archives upload complete. [2021-02-04T18:40:35.506Z] INFO: archiving logs to Nexus