Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3529’ Running on prd-centos7-docker-4c-2g-3531 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 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 # timeout=10 Commit message: "Merge pull request #73 from hahattan/mock" > git rev-list --no-walk 23c880232dfe79696a8daff8edae329d1d402b33 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-07T15:52:13.427Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-07T15:52:13.532Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-07T15:52:13.564Z] ========================================================= [2021-05-07T15:52:13.564Z] EdgeX Global Pipelines Version Info [2021-05-07T15:52:13.564Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-07T15:52:15.210Z] ------------------- [2021-05-07T15:52:15.210Z] stable info: [2021-05-07T15:52:15.210Z] ------------------- [2021-05-07T15:52:15.210Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-07T15:52:15.210Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T15:52:15.210Z] Message: update stable to v1.0.191 [2021-05-07T15:52:16.634Z] ------------------- [2021-05-07T15:52:16.634Z] experimental info: [2021-05-07T15:52:16.634Z] ------------------- [2021-05-07T15:52:16.634Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-07T15:52:16.634Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T15:52:16.634Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-07T15:52:16.783Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2021-05-07T15:52:16.846Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2021-05-07T15:52:16.870Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-07T15:52:16.893Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-07T15:52:16.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-07T15:52:16.956Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-07T15:52:16.980Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-07T15:52:17.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-07T15:52:17.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-07T15:52:17.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-07T15:52:17.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-07T15:52:17.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2021-05-07T15:52:17.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-07T15:52:17.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-07T15:52:17.189Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T15:52:17.211Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T15:52:17.236Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T15:52:17.259Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T15:52:17.282Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-07T15:52:17.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-07T15:52:17.345Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-07T15:52:17.369Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-07T15:52:17.392Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-07T15:52:17.416Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-07T15:52:17.439Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-07T15:52:17.462Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-07T15:52:17.485Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-07T15:52:17.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-07T15:52:17.548Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-07T15:52:17.572Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] echo [2021-05-07T15:52:17.599Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 188f4cd [Pipeline] echo [2021-05-07T15:52:17.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T15:52:18.069Z] + git log --format=format:%s -1 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] echo [2021-05-07T15:52:18.202Z] GIT_COMMIT: 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4, Commit Message: Merge pull request #73 from hahattan/mock [Pipeline] echo [2021-05-07T15:52:18.216Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:52:19.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T15:52:19.593Z] [2021-05-07T15:52:19.593Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:52:19.955Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T15:52:20.239Z] latest: Pulling from edgex-devops/git-semver [2021-05-07T15:52:20.239Z] 31603596830f: Pulling fs layer [2021-05-07T15:52:20.239Z] 54011a49482f: Pulling fs layer [2021-05-07T15:52:20.239Z] a6820b24f6d8: Pulling fs layer [2021-05-07T15:52:20.239Z] f581987b2513: Pulling fs layer [2021-05-07T15:52:20.239Z] f581987b2513: Waiting [2021-05-07T15:52:20.239Z] 54011a49482f: Verifying Checksum [2021-05-07T15:52:20.239Z] 54011a49482f: Download complete [2021-05-07T15:52:20.506Z] 31603596830f: Verifying Checksum [2021-05-07T15:52:20.506Z] 31603596830f: Download complete [2021-05-07T15:52:20.506Z] a6820b24f6d8: Verifying Checksum [2021-05-07T15:52:20.506Z] a6820b24f6d8: Download complete [2021-05-07T15:52:20.506Z] f581987b2513: Verifying Checksum [2021-05-07T15:52:20.506Z] f581987b2513: Download complete [2021-05-07T15:52:20.777Z] 31603596830f: Pull complete [2021-05-07T15:52:21.042Z] 54011a49482f: Pull complete [2021-05-07T15:52:22.473Z] a6820b24f6d8: Pull complete [2021-05-07T15:52:22.744Z] f581987b2513: Pull complete [2021-05-07T15:52:22.744Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-07T15:52:22.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T15:52:22.744Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-07T15:52:23.045Z] prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container [2021-05-07T15:52:23.180Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T15:52:25.437Z] $ docker top bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T15:52:25.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T15:52:25.731Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T15:52:26.156Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T15:52:26.161Z] $ docker exec bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent [2021-05-07T15:52:26.451Z] SSH_AUTH_SOCK=/tmp/ssh-pqlizBhX0yBk/agent.11 [2021-05-07T15:52:26.451Z] SSH_AGENT_PID=16 [2021-05-07T15:52:26.466Z] Running ssh-add (command line suppressed) [2021-05-07T15:52:26.626Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2163604931180022842.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_2163604931180022842.key) [2021-05-07T15:52:26.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T15:52:27.064Z] + git tag --points-at HEAD [Pipeline] } [2021-05-07T15:52:27.115Z] $ docker exec --env ******** --env ******** bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent -k [2021-05-07T15:52:27.422Z] unset SSH_AUTH_SOCK; [2021-05-07T15:52:27.422Z] unset SSH_AGENT_PID; [2021-05-07T15:52:27.422Z] echo Agent pid 16 killed; [2021-05-07T15:52:27.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-07T15:52:27.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T15:52:27.549Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T15:52:27.845Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T15:52:27.851Z] $ docker exec bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent [2021-05-07T15:52:28.171Z] SSH_AUTH_SOCK=/tmp/ssh-r2HtKdsRtBJh/agent.45 [2021-05-07T15:52:28.171Z] SSH_AGENT_PID=51 [2021-05-07T15:52:28.180Z] Running ssh-add (command line suppressed) [2021-05-07T15:52:28.356Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7048032311802015680.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7048032311802015680.key) [2021-05-07T15:52:28.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T15:52:28.787Z] + git semver init [2021-05-07T15:52:28.787Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T15:52:28.787Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-05-07T15:52:28.787Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-05-07T15:52:28.787Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T15:52:28.787Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T15:52:28.787Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T15:52:28.787Z] # $SEMVER_BRANCH = master [2021-05-07T15:52:28.787Z] # $SEMVER_TEMP = /tmp/semver-812549673 [2021-05-07T15:52:28.787Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2021-05-07T15:52:29.394Z] # '/tmp/semver-812549673' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2021-05-07T15:52:29.394Z] # -> Force: false [2021-05-07T15:52:29.394Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-05-07T15:52:29.419Z] $ docker exec --env ******** --env ******** bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 ssh-agent -k [2021-05-07T15:52:29.585Z] unset SSH_AUTH_SOCK; [2021-05-07T15:52:29.585Z] unset SSH_AGENT_PID; [2021-05-07T15:52:29.585Z] echo Agent pid 51 killed; [2021-05-07T15:52:29.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T15:52:30.020Z] + git semver [Pipeline] } [2021-05-07T15:52:30.049Z] $ docker stop --time=1 bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 [2021-05-07T15:52:31.645Z] $ docker rm -f bc134949c6a69ac166a37cea0ca8e7f95c53947cb2fd9ef9d957667628ca02d1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T15:52:32.081Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-07T15:52:32.714Z] Stashed 1 file(s) [Pipeline] echo [2021-05-07T15:52:32.718Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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-05-07T15:52:47.942Z] Still waiting to schedule task [2021-05-07T15:52:47.942Z] ‘prd-centos7-docker-4c-2g-3533’ is offline [2021-05-07T15:52:47.945Z] Still waiting to schedule task [2021-05-07T15:52:47.945Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-07T15:54:56.463Z] Running on prd-centos7-docker-4c-2g-3535 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-05-07T15:54:56.482Z] Running in /w/workspace/go-mod-registry/22 [Pipeline] { [Pipeline] checkout [2021-05-07T15:55:00.581Z] using credential edgex-jenkins-ssh [2021-05-07T15:55:00.626Z] Cloning the remote Git repository [2021-05-07T15:55:00.693Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-05-07T15:55:00.780Z] > git init /w/workspace/go-mod-registry/22 # timeout=10 [2021-05-07T15:55:00.922Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-05-07T15:55:00.924Z] > git --version # timeout=10 [2021-05-07T15:55:00.957Z] > git --version # 'git version 2.24.3' [2021-05-07T15:55:00.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T15:55:00.989Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T15:55:02.057Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-05-07T15:55:02.065Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T15:55:02.083Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-05-07T15:55:02.103Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-05-07T15:55:02.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T15:55:02.110Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T15:55:03.826Z] Checking out Revision 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 (master) [2021-05-07T15:55:03.851Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T15:55:03.861Z] > git checkout -f 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 # timeout=10 [2021-05-07T15:55:07.873Z] Commit message: "Merge pull request #73 from hahattan/mock" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T15:55:08.974Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-07T15:55:09.463Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T15:55:09.811Z] + true [2021-05-07T15:55:09.811Z] + sudo service docker restart [2021-05-07T15:55:09.811Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-07T15:55:11.437Z] ========================================================= [2021-05-07T15:55:11.437Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-07T15:55:11.437Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:55:11.852Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-07T15:55:12.126Z] Sending build context to Docker daemon 310.8kB [2021-05-07T15:55:12.126Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-07T15:55:12.126Z] Step 2/7 : FROM ${BASE} [2021-05-07T15:55:12.408Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-07T15:55:12.408Z] 540db60ca938: Pulling fs layer [2021-05-07T15:55:12.408Z] adcc1eea9eea: Pulling fs layer [2021-05-07T15:55:12.408Z] 4c4ab2625f07: Pulling fs layer [2021-05-07T15:55:12.408Z] 0510c868ecb4: Pulling fs layer [2021-05-07T15:55:12.408Z] afea3b2eda06: Pulling fs layer [2021-05-07T15:55:12.408Z] 7809a108b3ef: Pulling fs layer [2021-05-07T15:55:12.408Z] f706445af74f: Pulling fs layer [2021-05-07T15:55:12.408Z] 0510c868ecb4: Waiting [2021-05-07T15:55:12.408Z] afea3b2eda06: Waiting [2021-05-07T15:55:12.408Z] 7809a108b3ef: Waiting [2021-05-07T15:55:12.408Z] f706445af74f: Waiting [2021-05-07T15:55:12.408Z] 4c4ab2625f07: Download complete [2021-05-07T15:55:12.408Z] adcc1eea9eea: Download complete [2021-05-07T15:55:12.408Z] afea3b2eda06: Verifying Checksum [2021-05-07T15:55:12.408Z] afea3b2eda06: Download complete [2021-05-07T15:55:12.408Z] 7809a108b3ef: Download complete [2021-05-07T15:55:12.408Z] 540db60ca938: Verifying Checksum [2021-05-07T15:55:12.408Z] 540db60ca938: Download complete [2021-05-07T15:55:13.026Z] 540db60ca938: Pull complete [2021-05-07T15:55:13.298Z] adcc1eea9eea: Pull complete [2021-05-07T15:55:13.298Z] 4c4ab2625f07: Pull complete [2021-05-07T15:55:14.719Z] f706445af74f: Verifying Checksum [2021-05-07T15:55:14.719Z] f706445af74f: Download complete [2021-05-07T15:55:15.700Z] 0510c868ecb4: Verifying Checksum [2021-05-07T15:55:15.700Z] 0510c868ecb4: Download complete [2021-05-07T15:55:19.640Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3534 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-05-07T15:55:19.659Z] Running in /w/workspace/go-mod-registry/22 [Pipeline] { [Pipeline] checkout [2021-05-07T15:55:24.019Z] 0510c868ecb4: Pull complete [2021-05-07T15:55:24.020Z] afea3b2eda06: Pull complete [2021-05-07T15:55:24.020Z] 7809a108b3ef: Pull complete [2021-05-07T15:55:25.051Z] using credential edgex-jenkins-ssh [2021-05-07T15:55:25.070Z] Cloning the remote Git repository [2021-05-07T15:55:25.120Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-05-07T15:55:25.240Z] > git init /w/workspace/go-mod-registry/22 # timeout=10 [2021-05-07T15:55:25.304Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-05-07T15:55:25.304Z] > git --version # timeout=10 [2021-05-07T15:55:25.325Z] > git --version # 'git version 2.17.1' [2021-05-07T15:55:25.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T15:55:25.399Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T15:55:26.669Z] Checking out Revision 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 (master) [2021-05-07T15:55:26.130Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-05-07T15:55:26.150Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T15:55:26.172Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-05-07T15:55:26.204Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-05-07T15:55:26.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T15:55:26.217Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T15:55:26.689Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T15:55:26.703Z] > git checkout -f 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 # timeout=10 [2021-05-07T15:55:30.798Z] f706445af74f: Pull complete [2021-05-07T15:55:30.798Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-07T15:55:30.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-07T15:55:30.798Z] ---> b068be0155e3 [2021-05-07T15:55:30.798Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-07T15:55:30.856Z] Commit message: "Merge pull request #73 from hahattan/mock" [2021-05-07T15:55:31.078Z] ---> Running in 1435bb479c69 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T15:55:31.687Z] Removing intermediate container 1435bb479c69 [2021-05-07T15:55:31.687Z] ---> 59f8c6a71ffb [2021-05-07T15:55:31.687Z] Step 4/7 : RUN apk add --update bash [2021-05-07T15:55:31.687Z] ---> Running in 45dfe4e4e831 [2021-05-07T15:55:32.313Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-07T15:55:32.666Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T15:55:32.716Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T15:55:33.060Z] + true [2021-05-07T15:55:33.060Z] + sudo service docker restart [2021-05-07T15:55:33.627Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T15:55:34.596Z] OK: 149 MiB in 40 packages [2021-05-07T15:55:35.581Z] Removing intermediate container 45dfe4e4e831 [2021-05-07T15:55:35.581Z] ---> 9ce86d850d86 [2021-05-07T15:55:35.581Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-07T15:55:35.581Z] ---> Running in e12e18fd80d0 [Pipeline] unstash [2021-05-07T15:55:35.866Z] Removing intermediate container e12e18fd80d0 [2021-05-07T15:55:35.866Z] ---> 5ad7f2a5cdaf [2021-05-07T15:55:35.866Z] Step 6/7 : COPY go.mod . [Pipeline] echo [2021-05-07T15:55:35.945Z] ========================================================= [2021-05-07T15:55:35.946Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-07T15:55:35.946Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:55:36.166Z] ---> 7fb4deac3af5 [2021-05-07T15:55:36.166Z] Step 7/7 : RUN go mod download [2021-05-07T15:55:36.292Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-07T15:55:36.439Z] ---> Running in bc3f98264085 [2021-05-07T15:55:37.271Z] Sending build context to Docker daemon 309.8kB [2021-05-07T15:55:37.272Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-07T15:55:37.272Z] Step 2/7 : FROM ${BASE} [2021-05-07T15:55:37.547Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-07T15:55:37.548Z] 595b0fe564bb: Pulling fs layer [2021-05-07T15:55:37.548Z] 7186ed65a4f7: Pulling fs layer [2021-05-07T15:55:37.548Z] 316046926c0a: Pulling fs layer [2021-05-07T15:55:37.548Z] 4ebd0625c992: Pulling fs layer [2021-05-07T15:55:37.548Z] 207e8628e3a3: Pulling fs layer [2021-05-07T15:55:37.548Z] c791037a9be2: Pulling fs layer [2021-05-07T15:55:37.548Z] ffd874e62e21: Pulling fs layer [2021-05-07T15:55:37.548Z] c791037a9be2: Waiting [2021-05-07T15:55:37.548Z] 4ebd0625c992: Waiting [2021-05-07T15:55:37.548Z] 207e8628e3a3: Waiting [2021-05-07T15:55:37.548Z] ffd874e62e21: Waiting [2021-05-07T15:55:37.548Z] 316046926c0a: Verifying Checksum [2021-05-07T15:55:37.548Z] 316046926c0a: Download complete [2021-05-07T15:55:37.548Z] 7186ed65a4f7: Verifying Checksum [2021-05-07T15:55:37.548Z] 7186ed65a4f7: Download complete [2021-05-07T15:55:37.548Z] 207e8628e3a3: Verifying Checksum [2021-05-07T15:55:37.548Z] c791037a9be2: Verifying Checksum [2021-05-07T15:55:37.548Z] c791037a9be2: Download complete [2021-05-07T15:55:37.548Z] 595b0fe564bb: Verifying Checksum [2021-05-07T15:55:37.548Z] 595b0fe564bb: Download complete [2021-05-07T15:55:38.153Z] 595b0fe564bb: Pull complete [2021-05-07T15:55:38.756Z] 7186ed65a4f7: Pull complete [2021-05-07T15:55:39.365Z] 316046926c0a: Pull complete [2021-05-07T15:55:39.641Z] ffd874e62e21: Verifying Checksum [2021-05-07T15:55:39.641Z] ffd874e62e21: Download complete [2021-05-07T15:55:41.076Z] 4ebd0625c992: Verifying Checksum [2021-05-07T15:55:41.076Z] 4ebd0625c992: Download complete [2021-05-07T15:55:51.260Z] 4ebd0625c992: Pull complete [2021-05-07T15:55:51.260Z] 207e8628e3a3: Pull complete [2021-05-07T15:55:51.532Z] c791037a9be2: Pull complete [2021-05-07T15:55:51.558Z] Removing intermediate container bc3f98264085 [2021-05-07T15:55:51.558Z] ---> c0eeda75279d [2021-05-07T15:55:51.558Z] Successfully built c0eeda75279d [2021-05-07T15:55:51.558Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:55:51.889Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T15:55:51.889Z] . [Pipeline] withDockerContainer [2021-05-07T15:55:52.050Z] prd-centos7-docker-4c-2g-3535 does not seem to be running inside a container [2021-05-07T15:55:52.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-05-07T15:55:53.178Z] $ docker top 47ca982360bd26659f60f1099c9f24cea809b828f22c75cd483f245f85904e95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T15:55:53.637Z] + go version [2021-05-07T15:55:53.637Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-07T15:55:53.667Z] $ docker stop --time=1 47ca982360bd26659f60f1099c9f24cea809b828f22c75cd483f245f85904e95 [2021-05-07T15:55:54.949Z] ffd874e62e21: Pull complete [2021-05-07T15:55:54.949Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-07T15:55:54.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-07T15:55:54.949Z] ---> cfc18b08335c [2021-05-07T15:55:54.949Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-07T15:55:55.056Z] $ docker rm -f 47ca982360bd26659f60f1099c9f24cea809b828f22c75cd483f245f85904e95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:55:55.589Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T15:55:55.589Z] . [Pipeline] withDockerContainer [2021-05-07T15:55:55.726Z] prd-centos7-docker-4c-2g-3535 does not seem to be running inside a container [2021-05-07T15:55:55.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-05-07T15:55:56.581Z] $ docker top fbdc76777feb751a720d0bbe77b32b3c19c7b9a1a65725861f70e2cb02255b7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T15:55:57.038Z] + go mod tidy [Pipeline] sh [2021-05-07T15:55:57.625Z] + make test [2021-05-07T15:55:57.625Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-07T15:55:58.365Z] ---> Running in ca09891776ed [2021-05-07T15:55:58.366Z] Removing intermediate container ca09891776ed [2021-05-07T15:55:58.366Z] ---> eb148de9d835 [2021-05-07T15:55:58.366Z] Step 4/7 : RUN apk add --update bash [2021-05-07T15:55:58.636Z] ---> Running in f841760cb8e4 [2021-05-07T15:56:00.065Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T15:56:00.664Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T15:56:01.640Z] OK: 138 MiB in 40 packages [2021-05-07T15:56:03.090Z] Removing intermediate container f841760cb8e4 [2021-05-07T15:56:03.090Z] ---> 4493f04afac3 [2021-05-07T15:56:03.090Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-07T15:56:03.090Z] ---> Running in e924de58a583 [2021-05-07T15:56:03.692Z] Removing intermediate container e924de58a583 [2021-05-07T15:56:03.692Z] ---> 7daac9887388 [2021-05-07T15:56:03.692Z] Step 6/7 : COPY go.mod . [2021-05-07T15:56:04.292Z] ---> 32f2658debbd [2021-05-07T15:56:04.292Z] Step 7/7 : RUN go mod download [2021-05-07T15:56:04.292Z] ---> Running in c21437ec4083 [2021-05-07T15:56:16.164Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.167s coverage: 88.8% of statements [2021-05-07T15:56:16.164Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-05-07T15:56:16.164Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.035s coverage: 85.7% of statements [2021-05-07T15:56:16.164Z] ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] [2021-05-07T15:56:16.164Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-07T15:56:22.689Z] Removing intermediate container c21437ec4083 [2021-05-07T15:56:22.689Z] ---> 155890760fc7 [2021-05-07T15:56:22.689Z] Successfully built 155890760fc7 [2021-05-07T15:56:22.689Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:56:22.854Z] gofmt -l . [2021-05-07T15:56:22.855Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-07T15:56:22.883Z] $ docker stop --time=1 fbdc76777feb751a720d0bbe77b32b3c19c7b9a1a65725861f70e2cb02255b7b [2021-05-07T15:56:23.041Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T15:56:23.041Z] . [2021-05-07T15:56:25.317Z] $ docker rm -f fbdc76777feb751a720d0bbe77b32b3c19c7b9a1a65725861f70e2cb02255b7b [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-05-07T15:56:25.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-3534 does not seem to be running inside a container [2021-05-07T15:56:25.878Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-05-07T15:56:27.403Z] $ docker top 54700b94017ab5105444ea5e88ce095ee2a15850be87befee714824f1dac905c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-07T15:56:28.104Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T15:56:28.418Z] + go version [2021-05-07T15:56:28.418Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-07T15:56:28.452Z] $ docker stop --time=1 54700b94017ab5105444ea5e88ce095ee2a15850be87befee714824f1dac905c [2021-05-07T15:56:28.924Z] Stashed 1 file(s) [2021-05-07T15:56:30.431Z] $ docker rm -f 54700b94017ab5105444ea5e88ce095ee2a15850be87befee714824f1dac905c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 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 Post stage [2021-05-07T15:56:31.226Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T15:56:31.226Z] . [Pipeline] libraryResource [Pipeline] sh [Pipeline] withDockerContainer [2021-05-07T15:56:31.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-3534 does not seem to be running inside a container [2021-05-07T15:56:31.617Z] ---> job-cost.sh [2021-05-07T15:56:31.617Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mol1 [2021-05-07T15:56:31.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/22 -v /w/workspace/go-mod-registry/22:/w/workspace/go-mod-registry/22:rw,z -v /w/workspace/go-mod-registry/22@tmp:/w/workspace/go-mod-registry/22@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-05-07T15:56:33.244Z] $ docker top 9157198fbd24594ad529f854c91e62d3967b8333a8a32bfff71eeb298bea6215 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T15:56:34.201Z] + go mod tidy [Pipeline] sh [2021-05-07T15:56:35.145Z] + make test [2021-05-07T15:56:35.145Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-07T15:56:49.857Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T15:57:07.567Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.105s coverage: 88.8% of statements [2021-05-07T15:57:07.567Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-05-07T15:57:07.567Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.013s coverage: 85.7% of statements [2021-05-07T15:57:07.567Z] ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] [2021-05-07T15:57:07.567Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-07T15:57:22.642Z] gofmt -l . [2021-05-07T15:57:22.642Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-07T15:57:22.668Z] $ docker stop --time=1 9157198fbd24594ad529f854c91e62d3967b8333a8a32bfff71eeb298bea6215 [2021-05-07T15:57:24.782Z] $ docker rm -f 9157198fbd24594ad529f854c91e62d3967b8333a8a32bfff71eeb298bea6215 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T15:57:25.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T15:57:25.586Z] Warning: overwriting stash ‘coverage-report’ [2021-05-07T15:57:26.398Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-07T15:57:26.924Z] ---> job-cost.sh [2021-05-07T15:57:26.924Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zPrD [2021-05-07T15:57:28.911Z] lf-activate-venv(): INFO: Adding /tmp/venv-mol1/bin to PATH [2021-05-07T15:57:28.911Z] INFO: No Stack... [2021-05-07T15:57:28.911Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T15:57:28.911Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T15:57:29.233Z] + cat /w/workspace/go-mod-registry/22/archives/cost.csv [2021-05-07T15:57:29.233Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T15:57:29.425Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [2021-05-07T15:57:29.438Z] Resource [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] did not exist. Created. [2021-05-07T15:57:29.438Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T15:57:29.799Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-07T15:57:29.952Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T15:57:29.960Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-07T15:58:05.944Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T15:59:27.670Z] lf-activate-venv(): INFO: Adding /tmp/venv-zPrD/bin to PATH [2021-05-07T15:59:27.670Z] INFO: No Stack... [2021-05-07T15:59:27.670Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-07T15:59:27.670Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T15:59:28.014Z] + cat /w/workspace/go-mod-registry/22/archives/cost.csv [2021-05-07T15:59:28.014Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T15:59:28.148Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [2021-05-07T15:59:28.157Z] Resource [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] did not exist. Created. [2021-05-07T15:59:28.157Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T15:59:28.536Z] /w/workspace/go-mod-registry/22@tmp/durable-79620493/script.sh: 1: /w/workspace/go-mod-registry/22@tmp/durable-79620493/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-07T15:59:28.890Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-07T15:59:28.910Z] Warning: overwriting stash ‘stack-cost’ [2021-05-07T15:59:29.063Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T15:59:29.075Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-22-stack-cost] [Pipeline] // lock [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-05-07T15:59:29.707Z] provisioning config files... [2021-05-07T15:59:29.736Z] copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config445402478960206543tmp [Pipeline] { [Pipeline] sh [2021-05-07T15:59:30.094Z] + set +x [2021-05-07T15:59:30.094Z] + curl -s https://codecov.io/bash [2021-05-07T15:59:30.094Z] + bash -s -- [2021-05-07T15:59:30.393Z] [2021-05-07T15:59:30.393Z] _____ _ [2021-05-07T15:59:30.393Z] / ____| | | [2021-05-07T15:59:30.393Z] | | ___ __| | ___ ___ _____ __ [2021-05-07T15:59:30.393Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-07T15:59:30.393Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-07T15:59:30.393Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-07T15:59:30.393Z] Bash-1.0.2 [2021-05-07T15:59:30.393Z] [2021-05-07T15:59:30.393Z] [2021-05-07T15:59:30.393Z] ==> git version 2.24.3 found [2021-05-07T15:59:30.393Z] ==> 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-05-07T15:59:30.393Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-07T15:59:30.393Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-07T15:59:30.393Z] ==> Jenkins CI detected. [2021-05-07T15:59:30.393Z] project root: . [2021-05-07T15:59:30.393Z] --> token set from env [2021-05-07T15:59:30.393Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-07T15:59:30.393Z] ==> Running gcov in . (disable via -X gcov) [2021-05-07T15:59:30.393Z] ==> Python coveragepy not found [2021-05-07T15:59:30.393Z] ==> Searching for coverage reports in: [2021-05-07T15:59:30.393Z] + . [2021-05-07T15:59:30.393Z] -> Found 1 reports [2021-05-07T15:59:30.393Z] ==> Detecting git/mercurial file structure [2021-05-07T15:59:30.393Z] ==> Reading reports [2021-05-07T15:59:30.661Z] + ./coverage.out bytes=9746 [2021-05-07T15:59:30.661Z] ==> Appending adjustments [2021-05-07T15:59:30.661Z] https://docs.codecov.io/docs/fixing-reports [2021-05-07T15:59:30.661Z] + Found adjustments [2021-05-07T15:59:30.661Z] ==> Gzipping contents [2021-05-07T15:59:30.661Z] 4.0K /tmp/codecov.Q1jnWN.gz [2021-05-07T15:59:30.661Z] ==> Uploading reports [2021-05-07T15:59:30.661Z] url: https://codecov.io [2021-05-07T15:59:30.661Z] query: branch=master&commit=188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T15:59:30.661Z] -> Pinging Codecov [2021-05-07T15:59:30.661Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F22%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T15:59:31.241Z] -> Uploading to [2021-05-07T15:59:31.241Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-07/05B643FFA8DEACB6C25F95B2D4D12284/188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4/3ae40f98-88a6-4604-9181-b2f7c9c3a865.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T155930Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a66a9f3afe88add1dfdc8110a5a94d5238c3059d14793b030ba7085538a14001 [2021-05-07T15:59:31.241Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-07T15:59:31.241Z] Dload Upload Total Spent Left Speed [2021-05-07T15:59:31.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1975 0 0 100 1975 0 4697 --:--:-- --:--:-- --:--:-- 4702 [2021-05-07T15:59:31.505Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] } [2021-05-07T15:59:31.517Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-07T15:59:32.208Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-07T15:59:32.241Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:59:32.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T15:59:32.848Z] [2021-05-07T15:59:32.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-07T15:59:33.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T15:59:33.212Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-07T15:59:33.212Z] 188c0c94c7c5: Pulling fs layer [2021-05-07T15:59:33.212Z] 0ef7d3d256c8: Pulling fs layer [2021-05-07T15:59:33.212Z] de9db76c5a1d: Pulling fs layer [2021-05-07T15:59:33.212Z] 0eba1c9be4d2: Pulling fs layer [2021-05-07T15:59:33.212Z] 0d57e429df01: Pulling fs layer [2021-05-07T15:59:33.212Z] 4e4be7b47b0d: Pulling fs layer [2021-05-07T15:59:33.212Z] e1f770b5df2f: Pulling fs layer [2021-05-07T15:59:33.212Z] 85a0685a4137: Pulling fs layer [2021-05-07T15:59:33.212Z] 0eba1c9be4d2: Waiting [2021-05-07T15:59:33.212Z] 0d57e429df01: Waiting [2021-05-07T15:59:33.212Z] 4e4be7b47b0d: Waiting [2021-05-07T15:59:33.212Z] e1f770b5df2f: Waiting [2021-05-07T15:59:33.212Z] 85a0685a4137: Waiting [2021-05-07T15:59:33.212Z] de9db76c5a1d: Download complete [2021-05-07T15:59:33.212Z] 0ef7d3d256c8: Download complete [2021-05-07T15:59:33.212Z] 0d57e429df01: Verifying Checksum [2021-05-07T15:59:33.212Z] 0d57e429df01: Download complete [2021-05-07T15:59:33.477Z] 4e4be7b47b0d: Download complete [2021-05-07T15:59:33.477Z] 188c0c94c7c5: Verifying Checksum [2021-05-07T15:59:33.477Z] 188c0c94c7c5: Download complete [2021-05-07T15:59:34.068Z] 188c0c94c7c5: Pull complete [2021-05-07T15:59:34.347Z] 0ef7d3d256c8: Pull complete [2021-05-07T15:59:34.347Z] de9db76c5a1d: Pull complete [2021-05-07T15:59:35.404Z] e1f770b5df2f: Verifying Checksum [2021-05-07T15:59:35.404Z] e1f770b5df2f: Download complete [2021-05-07T15:59:38.090Z] 0eba1c9be4d2: Verifying Checksum [2021-05-07T15:59:38.090Z] 0eba1c9be4d2: Download complete [2021-05-07T15:59:39.086Z] 85a0685a4137: Verifying Checksum [2021-05-07T15:59:39.086Z] 85a0685a4137: Download complete [2021-05-07T15:59:47.422Z] 0eba1c9be4d2: Pull complete [2021-05-07T15:59:47.422Z] 0d57e429df01: Pull complete [2021-05-07T15:59:47.422Z] 4e4be7b47b0d: Pull complete [2021-05-07T15:59:49.455Z] e1f770b5df2f: Pull complete [2021-05-07T15:59:59.693Z] 85a0685a4137: Pull complete [2021-05-07T15:59:59.693Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-07T15:59:59.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T15:59:59.693Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-07T16:00:00.221Z] prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container [2021-05-07T16:00:00.372Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-07T16:00:02.172Z] $ docker top cc821a835010c2e034cc158a8010d81a3a2ec5d688360448fa331cdcf6c19f3d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T16:00:02.481Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-07T16:00:02.872Z] + set -o pipefail [2021-05-07T16:00:02.872Z] + snyk monitor '--org=edgex-jenkins' [2021-05-07T16:00:21.118Z] [2021-05-07T16:00:21.118Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... [2021-05-07T16:00:21.118Z] [2021-05-07T16:00:21.118Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/5481c817-3e83-4289-bcd8-e5a98ff3ac3e [2021-05-07T16:00:21.118Z] [2021-05-07T16:00:21.118Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-07T16:00:21.118Z] [2021-05-07T16:00:24.516Z] [Pipeline] } [2021-05-07T16:00:24.565Z] $ docker stop --time=1 cc821a835010c2e034cc158a8010d81a3a2ec5d688360448fa331cdcf6c19f3d [2021-05-07T16:00:26.656Z] $ docker rm -f cc821a835010c2e034cc158a8010d81a3a2ec5d688360448fa331cdcf6c19f3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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-05-07T16:00:27.606Z] + git log --format=format:%s -1 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 [Pipeline] isUnix [Pipeline] sh [2021-05-07T16:00:27.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T16:00:27.999Z] . [Pipeline] withDockerContainer [2021-05-07T16:00:28.144Z] prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container [2021-05-07T16:00:28.239Z] $ 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-05-07T16:00:29.393Z] $ docker top 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T16:00:29.611Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T16:00:29.611Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T16:00:29.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T16:00:29.947Z] $ docker exec 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d ssh-agent [2021-05-07T16:00:30.174Z] SSH_AUTH_SOCK=/tmp/ssh-rLkx2tCOJQOP/agent.11 [2021-05-07T16:00:30.174Z] SSH_AGENT_PID=16 [2021-05-07T16:00:30.183Z] Running ssh-add (command line suppressed) [2021-05-07T16:00:30.338Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5255695334924707089.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5255695334924707089.key) [2021-05-07T16:00:30.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T16:00:30.762Z] + git semver tag [2021-05-07T16:00:30.762Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T16:00:30.762Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-05-07T16:00:30.762Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-05-07T16:00:30.762Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T16:00:30.762Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T16:00:30.762Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T16:00:30.762Z] # $SEMVER_BRANCH = master [2021-05-07T16:00:30.762Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-05-07T16:00:31.028Z] # 188f4cd6af1fc33a1ea6e0c1bd63feccdc9f6ea4 HEAD [2021-05-07T16:00:31.028Z] # -> Force: false [2021-05-07T16:00:31.028Z] # c967ea86232f737cb90af4404a07622d4f98e6f3 refs/tags/v2.0.0-dev.7 [Pipeline] } [2021-05-07T16:00:31.046Z] $ docker exec --env ******** --env ******** 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d ssh-agent -k [2021-05-07T16:00:31.195Z] unset SSH_AUTH_SOCK; [2021-05-07T16:00:31.195Z] unset SSH_AGENT_PID; [2021-05-07T16:00:31.195Z] echo Agent pid 16 killed; [2021-05-07T16:00:31.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T16:00:31.663Z] + git semver [Pipeline] } [2021-05-07T16:00:31.687Z] $ docker stop --time=1 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d [2021-05-07T16:00:33.107Z] $ docker rm -f 5285cba589a5a276ac22880efb9e35a4176703ed1df6247be56c94423925e94d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-07T16:00:33.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T16:00:33.695Z] [2021-05-07T16:00:33.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-07T16:00:34.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T16:00:34.033Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-07T16:00:34.033Z] ab5ef0e58194: Pulling fs layer [2021-05-07T16:00:34.033Z] 9712f1f96733: Pulling fs layer [2021-05-07T16:00:34.033Z] 63f879dbbcfc: Pulling fs layer [2021-05-07T16:00:34.033Z] 0d9ebad4ef96: Pulling fs layer [2021-05-07T16:00:34.033Z] e9a5061849ea: Pulling fs layer [2021-05-07T16:00:34.033Z] d747dcd14b5f: Pulling fs layer [2021-05-07T16:00:34.033Z] 2de7ff778b66: Pulling fs layer [2021-05-07T16:00:34.033Z] 0d9ebad4ef96: Waiting [2021-05-07T16:00:34.033Z] e9a5061849ea: Waiting [2021-05-07T16:00:34.033Z] d747dcd14b5f: Waiting [2021-05-07T16:00:34.033Z] 2de7ff778b66: Waiting [2021-05-07T16:00:34.033Z] 9712f1f96733: Verifying Checksum [2021-05-07T16:00:34.033Z] 9712f1f96733: Download complete [2021-05-07T16:00:36.673Z] 63f879dbbcfc: Verifying Checksum [2021-05-07T16:00:36.673Z] 63f879dbbcfc: Download complete [2021-05-07T16:00:36.673Z] e9a5061849ea: Verifying Checksum [2021-05-07T16:00:36.673Z] e9a5061849ea: Download complete [2021-05-07T16:00:36.673Z] d747dcd14b5f: Verifying Checksum [2021-05-07T16:00:36.673Z] d747dcd14b5f: Download complete [2021-05-07T16:00:37.673Z] 2de7ff778b66: Verifying Checksum [2021-05-07T16:00:37.673Z] 2de7ff778b66: Download complete [2021-05-07T16:00:38.301Z] 0d9ebad4ef96: Verifying Checksum [2021-05-07T16:00:38.301Z] 0d9ebad4ef96: Download complete [2021-05-07T16:00:38.575Z] ab5ef0e58194: Verifying Checksum [2021-05-07T16:00:38.575Z] ab5ef0e58194: Download complete [2021-05-07T16:00:45.921Z] ab5ef0e58194: Pull complete [2021-05-07T16:00:45.922Z] 9712f1f96733: Pull complete [2021-05-07T16:00:47.477Z] 63f879dbbcfc: Pull complete [2021-05-07T16:01:00.207Z] 0d9ebad4ef96: Pull complete [2021-05-07T16:01:01.222Z] e9a5061849ea: Pull complete [2021-05-07T16:01:01.835Z] d747dcd14b5f: Pull complete [2021-05-07T16:01:05.389Z] 2de7ff778b66: Pull complete [2021-05-07T16:01:05.389Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-07T16:01:05.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T16:01:05.389Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-07T16:01:05.702Z] prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container [2021-05-07T16:01:05.902Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-07T16:01:09.778Z] $ docker top 464f176ab8aada6e10da7f6d186667e5c2ebc2cd2106c8f8f7dad3d7235a7250 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-07T16:01:10.079Z] provisioning config files... [2021-05-07T16:01:10.094Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config25832702608530285tmp [2021-05-07T16:01:10.134Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2558838115298379618tmp [2021-05-07T16:01:10.181Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6870831692991093856tmp [Pipeline] { [Pipeline] echo [2021-05-07T16:01:10.210Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:01:10.866Z] ---> sigul-configuration.sh [2021-05-07T16:01:10.866Z] gpg: directory `/root/.gnupg' created [2021-05-07T16:01:10.866Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-07T16:01:10.866Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-07T16:01:10.866Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-07T16:01:10.866Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-07T16:01:10.866Z] gpg: CAST5 encrypted data [2021-05-07T16:01:10.866Z] gpg: encrypted with 1 passphrase [2021-05-07T16:01:10.866Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-07T16:01:11.481Z] + mkdir /home/jenkins [2021-05-07T16:01:11.481Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-07T16:01:11.843Z] + 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-05-07T16:01:11.857Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:01:12.223Z] ---> sigul-install.sh [2021-05-07T16:01:20.507Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-07T16:01:21.080Z] + git tag --list [2021-05-07T16:01:21.080Z] v0.0.0 [2021-05-07T16:01:21.080Z] v0.1.0 [2021-05-07T16:01:21.080Z] v0.1.1 [2021-05-07T16:01:21.080Z] v0.1.10 [2021-05-07T16:01:21.080Z] v0.1.11 [2021-05-07T16:01:21.080Z] v0.1.12 [2021-05-07T16:01:21.080Z] v0.1.13 [2021-05-07T16:01:21.080Z] v0.1.14 [2021-05-07T16:01:21.080Z] v0.1.15 [2021-05-07T16:01:21.080Z] v0.1.16 [2021-05-07T16:01:21.080Z] v0.1.17 [2021-05-07T16:01:21.080Z] v0.1.18 [2021-05-07T16:01:21.080Z] v0.1.19 [2021-05-07T16:01:21.080Z] v0.1.2 [2021-05-07T16:01:21.080Z] v0.1.20 [2021-05-07T16:01:21.080Z] v0.1.21 [2021-05-07T16:01:21.080Z] v0.1.22 [2021-05-07T16:01:21.080Z] v0.1.23 [2021-05-07T16:01:21.080Z] v0.1.24 [2021-05-07T16:01:21.080Z] v0.1.25 [2021-05-07T16:01:21.080Z] v0.1.26 [2021-05-07T16:01:21.080Z] v0.1.27 [2021-05-07T16:01:21.080Z] v0.1.3 [2021-05-07T16:01:21.080Z] v0.1.4 [2021-05-07T16:01:21.080Z] v0.1.5 [2021-05-07T16:01:21.080Z] v0.1.6 [2021-05-07T16:01:21.080Z] v0.1.7 [2021-05-07T16:01:21.080Z] v0.1.8 [2021-05-07T16:01:21.080Z] v0.1.9 [2021-05-07T16:01:21.080Z] v2.0.0-dev.1 [2021-05-07T16:01:21.080Z] v2.0.0-dev.2 [2021-05-07T16:01:21.080Z] v2.0.0-dev.3 [2021-05-07T16:01:21.080Z] v2.0.0-dev.4 [2021-05-07T16:01:21.080Z] v2.0.0-dev.5 [2021-05-07T16:01:21.080Z] v2.0.0-dev.6 [2021-05-07T16:01:21.080Z] v2.0.0-dev.7 [Pipeline] sh [2021-05-07T16:01:21.400Z] + lftools sign git-tag v2.0.0-dev.7 [2021-05-07T16:01:23.039Z] Signing Git tag with Sigul... [2021-05-07T16:01:23.039Z] Signing v2.0.0-dev.7 [Pipeline] echo [2021-05-07T16:01:24.183Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:01:24.506Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-07T16:01:24.519Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-07T16:01:24.559Z] $ docker stop --time=1 464f176ab8aada6e10da7f6d186667e5c2ebc2cd2106c8f8f7dad3d7235a7250 [2021-05-07T16:01:26.388Z] $ docker rm -f 464f176ab8aada6e10da7f6d186667e5c2ebc2cd2106c8f8f7dad3d7235a7250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-07T16:01:27.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T16:01:27.118Z] . [Pipeline] withDockerContainer [2021-05-07T16:01:27.454Z] prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container [2021-05-07T16:01:27.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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T16:01:28.920Z] $ docker top 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T16:01:29.200Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T16:01:29.200Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T16:01:29.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T16:01:29.591Z] $ docker exec 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 ssh-agent [2021-05-07T16:01:29.965Z] SSH_AUTH_SOCK=/tmp/ssh-Li7emATvPZCG/agent.12 [2021-05-07T16:01:29.965Z] SSH_AGENT_PID=17 [2021-05-07T16:01:29.981Z] Running ssh-add (command line suppressed) [2021-05-07T16:01:30.266Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8532704894723418357.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_8532704894723418357.key) [2021-05-07T16:01:30.348Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T16:01:30.700Z] + git semver bump pre [2021-05-07T16:01:30.700Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T16:01:30.700Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-05-07T16:01:30.700Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-05-07T16:01:30.700Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T16:01:30.700Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T16:01:30.700Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T16:01:30.701Z] # $SEMVER_BRANCH = master [2021-05-07T16:01:30.701Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-05-07T16:01:30.967Z] 2.0.0-dev.8 [Pipeline] } [2021-05-07T16:01:30.983Z] $ docker exec --env ******** --env ******** 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 ssh-agent -k [2021-05-07T16:01:31.136Z] unset SSH_AUTH_SOCK; [2021-05-07T16:01:31.136Z] unset SSH_AGENT_PID; [2021-05-07T16:01:31.136Z] echo Agent pid 17 killed; [2021-05-07T16:01:31.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T16:01:31.905Z] + git semver [Pipeline] } [2021-05-07T16:01:31.933Z] $ docker stop --time=1 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 [2021-05-07T16:01:33.506Z] $ docker rm -f 23904d72b58a8e4125c84776a0852d7ad8c906379989752b45faf9db57c53037 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-07T16:01:34.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T16:01:34.045Z] . [Pipeline] withDockerContainer [2021-05-07T16:01:34.306Z] prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container [2021-05-07T16:01:34.372Z] $ 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-05-07T16:01:35.538Z] $ docker top 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T16:01:35.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T16:01:35.795Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T16:01:36.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T16:01:36.171Z] $ docker exec 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 ssh-agent [2021-05-07T16:01:36.393Z] SSH_AUTH_SOCK=/tmp/ssh-kBqLerpCx9ps/agent.13 [2021-05-07T16:01:36.394Z] SSH_AGENT_PID=18 [2021-05-07T16:01:36.403Z] Running ssh-add (command line suppressed) [2021-05-07T16:01:36.570Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_366304753966265588.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_366304753966265588.key) [2021-05-07T16:01:36.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T16:01:37.058Z] + git semver push [2021-05-07T16:01:37.058Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T16:01:37.058Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-05-07T16:01:37.058Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-05-07T16:01:37.058Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T16:01:37.058Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T16:01:37.058Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T16:01:37.058Z] # $SEMVER_BRANCH = master [2021-05-07T16:01:37.058Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-05-07T16:01:41.321Z] $ docker exec --env ******** --env ******** 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 ssh-agent -k [2021-05-07T16:01:41.547Z] unset SSH_AUTH_SOCK; [2021-05-07T16:01:41.549Z] unset SSH_AGENT_PID; [2021-05-07T16:01:41.549Z] echo Agent pid 18 killed; [2021-05-07T16:01:41.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T16:01:41.966Z] + git semver [Pipeline] } [2021-05-07T16:01:41.993Z] $ docker stop --time=1 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 [2021-05-07T16:01:43.610Z] $ docker rm -f 83b8f1bf815d3b9f4adb1f39d9e86dbd53de4ddc3fcc85db20aff33c56ef87d2 [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-05-07T16:01:44.433Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:01:45.097Z] ---> package-listing.sh [2021-05-07T16:01:45.097Z] ++ facter osfamily [2021-05-07T16:01:45.097Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-07T16:01:45.369Z] + OS_FAMILY=redhat [2021-05-07T16:01:45.369Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2021-05-07T16:01:45.369Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-07T16:01:45.369Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-07T16:01:45.369Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-07T16:01:45.369Z] + PACKAGES=/tmp/packages_start.txt [2021-05-07T16:01:45.369Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-05-07T16:01:45.369Z] + PACKAGES=/tmp/packages_end.txt [2021-05-07T16:01:45.369Z] + case "${OS_FAMILY}" in [2021-05-07T16:01:45.369Z] + rpm -qa [2021-05-07T16:01:45.369Z] + sort [2021-05-07T16:01:50.755Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-07T16:01:50.755Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-07T16:01:50.755Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-07T16:01:50.755Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-05-07T16:01:50.755Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2021-05-07T16:01:50.755Z] + 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-05-07T16:01:50.771Z] 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-05-07T16:01:51.073Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-07T16:01:51.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T16:01:51.408Z] [2021-05-07T16:01:51.408Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-07T16:01:51.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T16:01:51.738Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-07T16:01:51.738Z] df20fa9351a1: Pulling fs layer [2021-05-07T16:01:51.738Z] 36b3adc4ff6f: Pulling fs layer [2021-05-07T16:01:51.738Z] 8ad3a11d3b57: Pulling fs layer [2021-05-07T16:01:51.738Z] 46f8f816bc3b: Pulling fs layer [2021-05-07T16:01:51.738Z] 93b61091891f: Pulling fs layer [2021-05-07T16:01:51.738Z] 93b9cdb0e59b: Pulling fs layer [2021-05-07T16:01:51.738Z] 5e14af77c1be: Pulling fs layer [2021-05-07T16:01:51.738Z] 01666e4c0597: Pulling fs layer [2021-05-07T16:01:51.738Z] aa168da1d23b: Pulling fs layer [2021-05-07T16:01:51.738Z] 93b9cdb0e59b: Waiting [2021-05-07T16:01:51.738Z] 5e14af77c1be: Waiting [2021-05-07T16:01:51.738Z] 01666e4c0597: Waiting [2021-05-07T16:01:51.738Z] aa168da1d23b: Waiting [2021-05-07T16:01:51.738Z] 46f8f816bc3b: Waiting [2021-05-07T16:01:51.738Z] 93b61091891f: Waiting [2021-05-07T16:01:51.738Z] 36b3adc4ff6f: Verifying Checksum [2021-05-07T16:01:51.738Z] 36b3adc4ff6f: Download complete [2021-05-07T16:01:51.738Z] 46f8f816bc3b: Verifying Checksum [2021-05-07T16:01:51.738Z] 46f8f816bc3b: Download complete [2021-05-07T16:01:52.024Z] df20fa9351a1: Download complete [2021-05-07T16:01:52.024Z] 93b9cdb0e59b: Verifying Checksum [2021-05-07T16:01:52.024Z] 93b9cdb0e59b: Download complete [2021-05-07T16:01:52.024Z] 5e14af77c1be: Verifying Checksum [2021-05-07T16:01:52.024Z] 5e14af77c1be: Download complete [2021-05-07T16:01:52.024Z] 93b61091891f: Download complete [2021-05-07T16:01:52.024Z] 01666e4c0597: Verifying Checksum [2021-05-07T16:01:52.024Z] 01666e4c0597: Download complete [2021-05-07T16:01:52.024Z] 8ad3a11d3b57: Verifying Checksum [2021-05-07T16:01:52.024Z] 8ad3a11d3b57: Download complete [2021-05-07T16:01:52.613Z] df20fa9351a1: Pull complete [2021-05-07T16:01:53.203Z] 36b3adc4ff6f: Pull complete [2021-05-07T16:01:54.692Z] 8ad3a11d3b57: Pull complete [2021-05-07T16:01:54.692Z] 46f8f816bc3b: Pull complete [2021-05-07T16:01:55.301Z] 93b61091891f: Pull complete [2021-05-07T16:01:55.301Z] aa168da1d23b: Verifying Checksum [2021-05-07T16:01:55.301Z] aa168da1d23b: Download complete [2021-05-07T16:01:55.569Z] 93b9cdb0e59b: Pull complete [2021-05-07T16:01:55.569Z] 5e14af77c1be: Pull complete [2021-05-07T16:01:55.844Z] 01666e4c0597: Pull complete [2021-05-07T16:02:04.069Z] aa168da1d23b: Pull complete [2021-05-07T16:02:04.069Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-07T16:02:04.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T16:02:04.069Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-07T16:02:04.291Z] prd-centos7-docker-4c-2g-3531 does not seem to be running inside a container [2021-05-07T16:02:04.345Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-07T16:02:07.116Z] $ docker top b1e749c0e9714ea56519db55ba640e26b078871f9619b8f57f02c4e1dfd52f35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T16:02:07.657Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-07T16:02:08.109Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-07T16:02:08.415Z] + ls /var/log/sa-host [2021-05-07T16:02:08.415Z] + sadf -c /var/log/sa-host/sa07 [2021-05-07T16:02:08.415Z] file_magic: OK [2021-05-07T16:02:08.415Z] HZ: Using current value: 100 [2021-05-07T16:02:08.415Z] file_header: OK [2021-05-07T16:02:08.415Z] 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-05-07T16:02:08.415Z] Statistics: [2021-05-07T16:02:08.415Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-07T16:02:08.415Z] File successfully converted to sysstat format version 12.2.1 [2021-05-07T16:02:08.415Z] + sadf -c /var/log/sa-host/sa23 [2021-05-07T16:02:08.415Z] file_magic: OK [2021-05-07T16:02:08.415Z] HZ: Using current value: 100 [2021-05-07T16:02:08.415Z] file_header: OK [2021-05-07T16:02:08.415Z] 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-05-07T16:02:08.415Z] Statistics: [2021-05-07T16:02:08.415Z] Hnuu...uuuununununu... [2021-05-07T16:02:08.415Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-07T16:02:09.085Z] provisioning config files... [2021-05-07T16:02:09.102Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config4050893554345788512tmp [Pipeline] { [Pipeline] echo [2021-05-07T16:02:09.126Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:02:09.425Z] ---> create-netrc.sh [Pipeline] } [2021-05-07T16:02:09.437Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-07T16:02:09.464Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:02:09.776Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-07T16:02:09.787Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:02:10.091Z] ---> sudo-logs.sh [2021-05-07T16:02:10.091Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-07T16:02:10.118Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:02:10.422Z] ---> job-cost.sh [2021-05-07T16:02:10.422Z] lf-activate-venv: SKIPPING [2021-05-07T16:02:10.422Z] DEBUG: total: 0.20999999344348907 [2021-05-07T16:02:10.422Z] INFO: Retrieving Stack Cost... [2021-05-07T16:02:11.377Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T16:02:11.958Z] INFO: Archiving Costs [Pipeline] echo [2021-05-07T16:02:11.975Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T16:02:12.275Z] ---> logs-deploy.sh [2021-05-07T16:02:12.275Z] lf-activate-venv: SKIPPING [2021-05-07T16:02:12.275Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/22 [2021-05-07T16:02:12.275Z] INFO: archiving workspace using pattern(s): [2021-05-07T16:02:14.209Z] Archives upload complete. [2021-05-07T16:02:14.209Z] INFO: archiving logs to Nexus