Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 161d456e19e540bc43850f0d3bf0c593c52fb507 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-configuration 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30185 in /w/workspace/ndry_go-mod-configuration_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-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 161d456e19e540bc43850f0d3bf0c593c52fb507 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 Commit message: "Merge pull request #29 from lenny-intel/has-sub-configiuration" > git rev-list --no-walk 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T18:31:53.357Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T18:31:53.615Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T18:31:53.720Z] ========================================================= [2021-03-17T18:31:53.720Z] EdgeX Global Pipelines Version Info [2021-03-17T18:31:53.720Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:31:55.214Z] ------------------- [2021-03-17T18:31:55.214Z] stable info: [2021-03-17T18:31:55.214Z] ------------------- [2021-03-17T18:31:55.214Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T18:31:55.214Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-17T18:31:55.214Z] Message: update stable to v1.0.186 [2021-03-17T18:31:56.164Z] ------------------- [2021-03-17T18:31:56.164Z] experimental info: [2021-03-17T18:31:56.164Z] ------------------- [2021-03-17T18:31:56.164Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T18:31:56.164Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-17T18:31:56.164Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T18:31:56.482Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-03-17T18:31:56.588Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-03-17T18:31:56.687Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T18:31:56.797Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T18:31:57.004Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T18:31:57.102Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T18:31:57.215Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T18:31:57.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T18:31:57.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-17T18:31:57.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T18:31:57.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T18:31:57.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2021-03-17T18:31:57.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T18:31:57.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T18:31:58.083Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T18:31:58.182Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T18:31:58.287Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T18:31:58.397Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T18:31:58.509Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T18:31:58.620Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-17T18:31:58.729Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-17T18:31:58.886Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-17T18:31:59.015Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-17T18:31:59.122Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-17T18:31:59.218Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-17T18:31:59.312Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T18:31:59.403Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-17T18:31:59.495Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-17T18:31:59.592Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-17T18:31:59.686Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] echo [2021-03-17T18:31:59.778Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 161d456 [Pipeline] echo [2021-03-17T18:31:59.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T18:32:00.689Z] + git log --format=format:%s -1 161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] echo [2021-03-17T18:32:00.757Z] GIT_COMMIT: 161d456e19e540bc43850f0d3bf0c593c52fb507, Commit Message: Merge pull request #29 from lenny-intel/has-sub-configiuration [Pipeline] echo [2021-03-17T18:32:00.814Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:32:01.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T18:32:02.125Z] [2021-03-17T18:32:02.125Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:32:02.494Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T18:32:02.494Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T18:32:02.494Z] 31603596830f: Pulling fs layer [2021-03-17T18:32:02.494Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T18:32:02.494Z] 6ca5941a6612: Pulling fs layer [2021-03-17T18:32:02.494Z] ecc8261a40a4: Pulling fs layer [2021-03-17T18:32:02.494Z] ecc8261a40a4: Waiting [2021-03-17T18:32:02.494Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T18:32:02.494Z] 2a8b12db71e7: Download complete [2021-03-17T18:32:02.763Z] 31603596830f: Download complete [2021-03-17T18:32:02.763Z] ecc8261a40a4: Verifying Checksum [2021-03-17T18:32:02.763Z] ecc8261a40a4: Download complete [2021-03-17T18:32:02.763Z] 6ca5941a6612: Verifying Checksum [2021-03-17T18:32:02.763Z] 6ca5941a6612: Download complete [2021-03-17T18:32:03.033Z] 31603596830f: Pull complete [2021-03-17T18:32:03.295Z] 2a8b12db71e7: Pull complete [2021-03-17T18:32:03.874Z] 6ca5941a6612: Pull complete [2021-03-17T18:32:04.138Z] ecc8261a40a4: Pull complete [2021-03-17T18:32:04.138Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T18:32:04.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T18:32:04.401Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T18:32:04.513Z] prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container [2021-03-17T18:32:04.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T18:32:06.376Z] $ docker top 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T18:32:06.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T18:32:06.709Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T18:32:06.923Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T18:32:06.925Z] $ docker exec 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent [2021-03-17T18:32:07.091Z] SSH_AUTH_SOCK=/tmp/ssh-8R5MeyEwJVcJ/agent.12 [2021-03-17T18:32:07.091Z] SSH_AGENT_PID=17 [2021-03-17T18:32:07.180Z] Running ssh-add (command line suppressed) [2021-03-17T18:32:07.305Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_947775777972252482.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_947775777972252482.key) [2021-03-17T18:32:07.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T18:32:07.710Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T18:32:07.732Z] $ docker exec --env ******** --env ******** 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent -k [2021-03-17T18:32:07.853Z] unset SSH_AUTH_SOCK; [2021-03-17T18:32:07.853Z] unset SSH_AGENT_PID; [2021-03-17T18:32:07.853Z] echo Agent pid 17 killed; [2021-03-17T18:32:07.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T18:32:08.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T18:32:08.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T18:32:08.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T18:32:08.220Z] $ docker exec 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent [2021-03-17T18:32:08.377Z] SSH_AUTH_SOCK=/tmp/ssh-8SuF2by2PMvC/agent.46 [2021-03-17T18:32:08.377Z] SSH_AGENT_PID=51 [2021-03-17T18:32:08.384Z] Running ssh-add (command line suppressed) [2021-03-17T18:32:08.498Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_185907584354128976.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_185907584354128976.key) [2021-03-17T18:32:08.553Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T18:32:09.155Z] + git semver init [2021-03-17T18:32:09.155Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T18:32:09.155Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-17T18:32:09.155Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-17T18:32:09.155Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T18:32:09.155Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T18:32:09.155Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T18:32:09.155Z] # $SEMVER_BRANCH = master [2021-03-17T18:32:09.155Z] # $SEMVER_TEMP = /tmp/semver-132067244 [2021-03-17T18:32:09.155Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-03-17T18:32:09.418Z] # '/tmp/semver-132067244' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2021-03-17T18:32:09.418Z] # -> Force: false [2021-03-17T18:32:09.418Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-03-17T18:32:09.429Z] $ docker exec --env ******** --env ******** 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 ssh-agent -k [2021-03-17T18:32:09.540Z] unset SSH_AUTH_SOCK; [2021-03-17T18:32:09.540Z] unset SSH_AGENT_PID; [2021-03-17T18:32:09.540Z] echo Agent pid 51 killed; [2021-03-17T18:32:09.588Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T18:32:10.050Z] + git semver [Pipeline] } [2021-03-17T18:32:10.066Z] $ docker stop --time=1 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 [2021-03-17T18:32:11.405Z] $ docker rm -f 03a06825ff914965eaf9802257e1b423044fe7a6ac788e234ef2e8693da57990 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T18:32:11.914Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T18:32:12.288Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T18:32:12.291Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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-03-17T18:32:27.870Z] Still waiting to schedule task [2021-03-17T18:32:27.870Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30185’ [2021-03-17T18:32:27.873Z] Still waiting to schedule task [2021-03-17T18:32:27.873Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-17T18:34:21.972Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30186 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-03-17T18:34:22.105Z] Running in /w/workspace/go-mod-configuration/14 [Pipeline] { [Pipeline] checkout [2021-03-17T18:34:27.417Z] using credential edgex-jenkins-ssh [2021-03-17T18:34:27.472Z] Cloning the remote Git repository [2021-03-17T18:34:27.525Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-17T18:34:27.631Z] > git init /w/workspace/go-mod-configuration/14 # timeout=10 [2021-03-17T18:34:27.697Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-17T18:34:27.698Z] > git --version # timeout=10 [2021-03-17T18:34:27.716Z] > git --version # 'git version 2.17.1' [2021-03-17T18:34:27.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T18:34:27.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T18:34:28.426Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-17T18:34:28.448Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T18:34:28.489Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-17T18:34:28.534Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-17T18:34:28.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T18:34:28.547Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T18:34:28.962Z] Checking out Revision 161d456e19e540bc43850f0d3bf0c593c52fb507 (master) [2021-03-17T18:34:28.982Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T18:34:29.000Z] > git checkout -f 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 [2021-03-17T18:34:33.399Z] Commit message: "Merge pull request #29 from lenny-intel/has-sub-configiuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T18:34:35.252Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T18:34:35.661Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T18:34:36.002Z] + sudo service docker restart [2021-03-17T18:34:36.002Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-17T18:34:39.034Z] ========================================================= [2021-03-17T18:34:39.035Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T18:34:39.035Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:34:39.428Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-17T18:34:40.029Z] Sending build context to Docker daemon 213kB [2021-03-17T18:34:40.303Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-17T18:34:40.303Z] Step 2/7 : FROM ${BASE} [2021-03-17T18:34:40.578Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T18:34:40.578Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T18:34:40.578Z] a4357932f1b6: Pulling fs layer [2021-03-17T18:34:40.578Z] 18c013af1878: Pulling fs layer [2021-03-17T18:34:40.578Z] 00ac8860ef70: Pulling fs layer [2021-03-17T18:34:40.578Z] 63d7cb157983: Pulling fs layer [2021-03-17T18:34:40.578Z] b116817d02f9: Pulling fs layer [2021-03-17T18:34:40.578Z] 745a02a5169b: Pulling fs layer [2021-03-17T18:34:40.578Z] 00ac8860ef70: Waiting [2021-03-17T18:34:40.578Z] 63d7cb157983: Waiting [2021-03-17T18:34:40.578Z] b116817d02f9: Waiting [2021-03-17T18:34:40.578Z] 745a02a5169b: Waiting [2021-03-17T18:34:40.578Z] 18c013af1878: Download complete [2021-03-17T18:34:40.578Z] a4357932f1b6: Verifying Checksum [2021-03-17T18:34:40.578Z] a4357932f1b6: Download complete [2021-03-17T18:34:40.853Z] 63d7cb157983: Verifying Checksum [2021-03-17T18:34:40.853Z] 63d7cb157983: Download complete [2021-03-17T18:34:40.853Z] b116817d02f9: Verifying Checksum [2021-03-17T18:34:40.853Z] b116817d02f9: Download complete [2021-03-17T18:34:40.853Z] 5f621e34cdf4: Verifying Checksum [2021-03-17T18:34:40.853Z] 5f621e34cdf4: Download complete [2021-03-17T18:34:41.839Z] 5f621e34cdf4: Pull complete [2021-03-17T18:34:42.440Z] a4357932f1b6: Pull complete [2021-03-17T18:34:42.726Z] 18c013af1878: Pull complete [2021-03-17T18:34:43.326Z] 745a02a5169b: Verifying Checksum [2021-03-17T18:34:43.327Z] 745a02a5169b: Download complete [2021-03-17T18:34:44.319Z] 00ac8860ef70: Download complete [2021-03-17T18:34:54.526Z] 00ac8860ef70: Pull complete [2021-03-17T18:34:55.119Z] 63d7cb157983: Pull complete [2021-03-17T18:34:55.395Z] b116817d02f9: Pull complete [2021-03-17T18:34:55.496Z] Running on prd-centos7-docker-4c-2g-30187 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-03-17T18:34:55.558Z] Running in /w/workspace/go-mod-configuration/14 [Pipeline] { [Pipeline] checkout [2021-03-17T18:34:57.853Z] using credential edgex-jenkins-ssh [2021-03-17T18:34:57.959Z] Cloning the remote Git repository [2021-03-17T18:34:57.985Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-17T18:34:59.108Z] Checking out Revision 161d456e19e540bc43850f0d3bf0c593c52fb507 (master) [2021-03-17T18:34:58.052Z] > git init /w/workspace/go-mod-configuration/14 # timeout=10 [2021-03-17T18:34:58.116Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-17T18:34:58.116Z] > git --version # timeout=10 [2021-03-17T18:34:58.123Z] > git --version # 'git version 2.24.3' [2021-03-17T18:34:58.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T18:34:58.154Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T18:34:58.688Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-17T18:34:58.695Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T18:34:58.712Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-03-17T18:34:58.725Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-03-17T18:34:58.725Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T18:34:58.736Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T18:34:59.120Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T18:34:59.124Z] > git checkout -f 161d456e19e540bc43850f0d3bf0c593c52fb507 # timeout=10 [2021-03-17T18:34:59.735Z] 745a02a5169b: Pull complete [2021-03-17T18:34:59.735Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T18:34:59.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T18:34:59.735Z] ---> b7e6874047d6 [2021-03-17T18:34:59.735Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T18:35:02.357Z] ---> Running in e27aad2b1041 [2021-03-17T18:35:02.629Z] Removing intermediate container e27aad2b1041 [2021-03-17T18:35:02.629Z] ---> de056812e8bb [2021-03-17T18:35:02.629Z] Step 4/7 : RUN apk add --update bash [2021-03-17T18:35:02.670Z] Commit message: "Merge pull request #29 from lenny-intel/has-sub-configiuration" [2021-03-17T18:35:02.901Z] ---> Running in 1f2f9cbb18ae [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T18:35:04.068Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-03-17T18:35:05.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T18:35:05.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T18:35:05.584Z] OK: 142 MiB in 39 packages [Pipeline] sh [2021-03-17T18:35:05.884Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T18:35:06.184Z] + true [2021-03-17T18:35:06.184Z] + sudo service docker restart [2021-03-17T18:35:06.184Z] Redirecting to /bin/systemctl restart docker.service [2021-03-17T18:35:07.022Z] Removing intermediate container 1f2f9cbb18ae [2021-03-17T18:35:07.022Z] ---> 925f5a021e71 [2021-03-17T18:35:07.022Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-17T18:35:07.022Z] ---> Running in de702593b8a6 [2021-03-17T18:35:07.296Z] Removing intermediate container de702593b8a6 [2021-03-17T18:35:07.296Z] ---> f06d9de3bb92 [2021-03-17T18:35:07.296Z] Step 6/7 : COPY go.mod . [Pipeline] unstash [Pipeline] echo [2021-03-17T18:35:07.702Z] ========================================================= [2021-03-17T18:35:07.702Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T18:35:07.702Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:35:08.045Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-17T18:35:08.286Z] ---> 1b46d3a87691 [2021-03-17T18:35:08.286Z] Step 7/7 : RUN go mod download [2021-03-17T18:35:08.286Z] ---> Running in eeddf00564f4 [2021-03-17T18:35:08.306Z] Sending build context to Docker daemon 214kB [2021-03-17T18:35:08.306Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-17T18:35:08.306Z] Step 2/7 : FROM ${BASE} [2021-03-17T18:35:08.577Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T18:35:08.578Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T18:35:08.578Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T18:35:08.578Z] de9db76c5a1d: Pulling fs layer [2021-03-17T18:35:08.578Z] bca2f99d35d6: Pulling fs layer [2021-03-17T18:35:08.578Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T18:35:08.578Z] 7c6f9722023f: Pulling fs layer [2021-03-17T18:35:08.578Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T18:35:08.578Z] 93359f2a8cfa: Waiting [2021-03-17T18:35:08.578Z] bca2f99d35d6: Waiting [2021-03-17T18:35:08.578Z] 7c6f9722023f: Waiting [2021-03-17T18:35:08.578Z] a35cf1a2eb13: Waiting [2021-03-17T18:35:08.578Z] de9db76c5a1d: Verifying Checksum [2021-03-17T18:35:08.578Z] de9db76c5a1d: Download complete [2021-03-17T18:35:08.578Z] 0ef7d3d256c8: Verifying Checksum [2021-03-17T18:35:08.578Z] 0ef7d3d256c8: Download complete [2021-03-17T18:35:08.578Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T18:35:08.578Z] 93359f2a8cfa: Download complete [2021-03-17T18:35:08.578Z] 7c6f9722023f: Verifying Checksum [2021-03-17T18:35:08.578Z] 7c6f9722023f: Download complete [2021-03-17T18:35:08.578Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T18:35:08.578Z] 188c0c94c7c5: Download complete [2021-03-17T18:35:08.840Z] 188c0c94c7c5: Pull complete [2021-03-17T18:35:09.103Z] 0ef7d3d256c8: Pull complete [2021-03-17T18:35:09.103Z] de9db76c5a1d: Pull complete [2021-03-17T18:35:10.493Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T18:35:10.493Z] a35cf1a2eb13: Download complete [2021-03-17T18:35:10.756Z] bca2f99d35d6: Verifying Checksum [2021-03-17T18:35:10.756Z] bca2f99d35d6: Download complete [2021-03-17T18:35:16.065Z] bca2f99d35d6: Pull complete [2021-03-17T18:35:16.065Z] 93359f2a8cfa: Pull complete [2021-03-17T18:35:16.065Z] 7c6f9722023f: Pull complete [2021-03-17T18:35:21.367Z] a35cf1a2eb13: Pull complete [2021-03-17T18:35:21.367Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T18:35:21.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T18:35:21.367Z] ---> a62c8e92a672 [2021-03-17T18:35:21.367Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-17T18:35:21.367Z] ---> Running in c78e5b86eb80 [2021-03-17T18:35:21.367Z] Removing intermediate container c78e5b86eb80 [2021-03-17T18:35:21.367Z] ---> 10401cd1854d [2021-03-17T18:35:21.367Z] Step 4/7 : RUN apk add --update bash [2021-03-17T18:35:21.367Z] ---> Running in 928d953e6252 [2021-03-17T18:35:21.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T18:35:22.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T18:35:23.145Z] OK: 166 MiB in 39 packages [2021-03-17T18:35:23.717Z] Removing intermediate container 928d953e6252 [2021-03-17T18:35:23.717Z] ---> 0b71aab03d48 [2021-03-17T18:35:23.717Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-17T18:35:23.717Z] ---> Running in daa644c48c94 [2021-03-17T18:35:23.979Z] Removing intermediate container daa644c48c94 [2021-03-17T18:35:23.979Z] ---> 332e8ca99b3c [2021-03-17T18:35:23.979Z] Step 6/7 : COPY go.mod . [2021-03-17T18:35:24.245Z] ---> 928d68087f92 [2021-03-17T18:35:24.245Z] Step 7/7 : RUN go mod download [2021-03-17T18:35:24.245Z] ---> Running in 70fa043ef24a [2021-03-17T18:35:26.597Z] Removing intermediate container eeddf00564f4 [2021-03-17T18:35:26.597Z] ---> 734ca2245ce6 [2021-03-17T18:35:26.597Z] Successfully built 734ca2245ce6 [2021-03-17T18:35:26.597Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:35:26.938Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T18:35:26.938Z] . [Pipeline] withDockerContainer [2021-03-17T18:35:27.209Z] prd-ubuntu18.04-docker-arm64-4c-16g-30186 does not seem to be running inside a container [2021-03-17T18:35:27.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@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-03-17T18:35:28.801Z] $ docker top ec086f93cda60fe437cf520ff5ddaa6a24c77377638551f337120278982b0bf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T18:35:29.836Z] + go version [2021-03-17T18:35:29.836Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T18:35:29.860Z] $ docker stop --time=1 ec086f93cda60fe437cf520ff5ddaa6a24c77377638551f337120278982b0bf7 [2021-03-17T18:35:31.781Z] $ docker rm -f ec086f93cda60fe437cf520ff5ddaa6a24c77377638551f337120278982b0bf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:35:32.758Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T18:35:32.758Z] . [Pipeline] withDockerContainer [2021-03-17T18:35:33.027Z] prd-ubuntu18.04-docker-arm64-4c-16g-30186 does not seem to be running inside a container [2021-03-17T18:35:33.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@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-03-17T18:35:34.611Z] $ docker top 85ba138559afcea726abcbd0db6e356b27a045a1f4dfa6e121dcac39fd5ed0f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T18:35:35.633Z] + make test [2021-03-17T18:35:35.633Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-17T18:35:39.191Z] Removing intermediate container 70fa043ef24a [2021-03-17T18:35:39.191Z] ---> 9ccf998e4fc4 [2021-03-17T18:35:39.191Z] Successfully built 9ccf998e4fc4 [2021-03-17T18:35:39.191Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:35:39.515Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T18:35:39.515Z] . [Pipeline] withDockerContainer [2021-03-17T18:35:39.615Z] prd-centos7-docker-4c-2g-30187 does not seem to be running inside a container [2021-03-17T18:35:39.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@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-x86_64 cat [2021-03-17T18:35:40.291Z] $ docker top e718a338be567f7fc92d3461d539c648f76255483e02b0dba3e532850f3fc1f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T18:35:40.764Z] + go version [2021-03-17T18:35:40.764Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T18:35:40.777Z] $ docker stop --time=1 e718a338be567f7fc92d3461d539c648f76255483e02b0dba3e532850f3fc1f2 [2021-03-17T18:35:42.088Z] $ docker rm -f e718a338be567f7fc92d3461d539c648f76255483e02b0dba3e532850f3fc1f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:35:42.900Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T18:35:42.901Z] . [Pipeline] withDockerContainer [2021-03-17T18:35:42.992Z] prd-centos7-docker-4c-2g-30187 does not seem to be running inside a container [2021-03-17T18:35:43.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/14 -v /w/workspace/go-mod-configuration/14:/w/workspace/go-mod-configuration/14:rw,z -v /w/workspace/go-mod-configuration/14@tmp:/w/workspace/go-mod-configuration/14@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-x86_64 cat [2021-03-17T18:35:43.574Z] $ docker top 62f12ca696b041e989c182f0c9f89e305fbd9bf67b9da567e728777d00b757f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T18:35:44.103Z] + make test [2021-03-17T18:35:44.103Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-17T18:35:54.424Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.063s coverage: 85.7% of statements [2021-03-17T18:35:55.375Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.544s coverage: 86.3% of statements [2021-03-17T18:35:55.375Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.005s coverage: 100.0% of statements [2021-03-17T18:35:55.375Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-17T18:35:56.783Z] gofmt -l . [2021-03-17T18:35:56.783Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-17T18:35:56.801Z] $ docker stop --time=1 62f12ca696b041e989c182f0c9f89e305fbd9bf67b9da567e728777d00b757f2 [2021-03-17T18:35:58.924Z] $ docker rm -f 62f12ca696b041e989c182f0c9f89e305fbd9bf67b9da567e728777d00b757f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T18:35:59.499Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T18:35:59.778Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:36:01.139Z] ---> job-cost.sh [2021-03-17T18:36:01.139Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Fb3l [2021-03-17T18:36:02.478Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.012s coverage: 85.7% of statements [2021-03-17T18:36:03.907Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.622s coverage: 86.3% of statements [2021-03-17T18:36:03.907Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.013s coverage: 100.0% of statements [2021-03-17T18:36:03.907Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-17T18:36:08.237Z] gofmt -l . [2021-03-17T18:36:08.237Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-17T18:36:08.260Z] $ docker stop --time=1 85ba138559afcea726abcbd0db6e356b27a045a1f4dfa6e121dcac39fd5ed0f2 [2021-03-17T18:36:10.328Z] $ docker rm -f 85ba138559afcea726abcbd0db6e356b27a045a1f4dfa6e121dcac39fd5ed0f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T18:36:11.133Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T18:36:11.195Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T18:36:11.884Z] 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-03-17T18:36:12.860Z] ---> job-cost.sh [2021-03-17T18:36:12.860Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-h4dx [2021-03-17T18:36:16.063Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T18:36:42.694Z] lf-activate-venv(): INFO: Adding /tmp/venv-Fb3l/bin to PATH [2021-03-17T18:36:42.694Z] INFO: No Stack... [2021-03-17T18:36:42.694Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T18:36:42.955Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T18:36:43.255Z] + cat /w/workspace/go-mod-configuration/14/archives/cost.csv [2021-03-17T18:36:43.255Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T18:36:43.324Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [2021-03-17T18:36:43.333Z] Resource [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] did not exist. Created. [2021-03-17T18:36:43.333Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T18:36:43.720Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-17T18:36:43.807Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T18:36:43.819Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T18:36:51.878Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T18:38:13.619Z] lf-activate-venv(): INFO: Adding /tmp/venv-h4dx/bin to PATH [2021-03-17T18:38:13.620Z] INFO: No Stack... [2021-03-17T18:38:14.600Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T18:38:14.872Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T18:38:15.209Z] + + cut -d,cat -f6 /w/workspace/go-mod-configuration/14/archives/cost.csv [2021-03-17T18:38:15.209Z] [Pipeline] lock [2021-03-17T18:38:15.313Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [2021-03-17T18:38:15.333Z] Resource [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] did not exist. Created. [2021-03-17T18:38:15.333Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T18:38:15.780Z] /w/workspace/go-mod-configuration/14@tmp/durable-5fae3146/script.sh: 1: /w/workspace/go-mod-configuration/14@tmp/durable-5fae3146/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-17T18:38:16.131Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T18:38:16.208Z] Warning: overwriting stash ‘stack-cost’ [2021-03-17T18:38:16.364Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T18:38:16.376Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-14-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-03-17T18:38:17.625Z] provisioning config files... [2021-03-17T18:38:17.646Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8409503341257664496tmp [Pipeline] { [Pipeline] sh [2021-03-17T18:38:18.013Z] + set +x [2021-03-17T18:38:18.014Z] + curl -s https://codecov.io/bash [2021-03-17T18:38:18.014Z] + bash -s -- [2021-03-17T18:38:18.275Z] [2021-03-17T18:38:18.275Z] _____ _ [2021-03-17T18:38:18.275Z] / ____| | | [2021-03-17T18:38:18.275Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T18:38:18.275Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T18:38:18.275Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T18:38:18.275Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T18:38:18.275Z] Bash-20210309-2b87ace [2021-03-17T18:38:18.275Z] [2021-03-17T18:38:18.275Z] [2021-03-17T18:38:18.275Z] ==> git version 2.24.3 found [2021-03-17T18:38:18.275Z] ==> 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-03-17T18:38:18.275Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T18:38:18.275Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T18:38:18.275Z] ==> Jenkins CI detected. [2021-03-17T18:38:18.275Z] project root: . [2021-03-17T18:38:18.275Z] --> token set from env [2021-03-17T18:38:18.275Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T18:38:18.275Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T18:38:18.275Z] ==> Python coveragepy not found [2021-03-17T18:38:18.275Z] ==> Searching for coverage reports in: [2021-03-17T18:38:18.275Z] + . [2021-03-17T18:38:18.275Z] -> Found 1 reports [2021-03-17T18:38:18.275Z] ==> Detecting git/mercurial file structure [2021-03-17T18:38:18.275Z] ==> Reading reports [2021-03-17T18:38:18.275Z] + ./coverage.out bytes=13944 [2021-03-17T18:38:18.275Z] ==> Appending adjustments [2021-03-17T18:38:18.275Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T18:38:18.275Z] + Found adjustments [2021-03-17T18:38:18.275Z] ==> Gzipping contents [2021-03-17T18:38:18.275Z] 4.0K /tmp/codecov.vGUjkw.gz [2021-03-17T18:38:18.275Z] ==> Uploading reports [2021-03-17T18:38:18.275Z] url: https://codecov.io [2021-03-17T18:38:18.276Z] query: branch=master&commit=161d456e19e540bc43850f0d3bf0c593c52fb507&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F14%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-17T18:38:18.276Z] -> Pinging Codecov [2021-03-17T18:38:18.276Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=161d456e19e540bc43850f0d3bf0c593c52fb507&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F14%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-17T18:38:18.855Z] -> Uploading to [2021-03-17T18:38:18.855Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/9F92B070CA9CA35F4914AC8684776953/161d456e19e540bc43850f0d3bf0c593c52fb507/7ed1027f-516c-4a83-809e-c0579079835a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T183818Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c08307b91ff8a34ce25552732b536e9d202ca6755676f6fe2d6a2c3ce5d1991 [2021-03-17T18:38:18.855Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T18:38:18.855Z] Dload Upload Total Spent Left Speed [2021-03-17T18:38:19.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2571 0 0 100 2571 0 6299 --:--:-- --:--:-- --:--:-- 6316 [2021-03-17T18:38:19.439Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] } [2021-03-17T18:38:19.449Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-17T18:38:20.329Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-17T18:38:20.460Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:38:20.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T18:38:20.811Z] [2021-03-17T18:38:20.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:38:21.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T18:38:21.171Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-17T18:38:21.171Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T18:38:21.171Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T18:38:21.171Z] de9db76c5a1d: Pulling fs layer [2021-03-17T18:38:21.171Z] 0eba1c9be4d2: Pulling fs layer [2021-03-17T18:38:21.171Z] 0d57e429df01: Pulling fs layer [2021-03-17T18:38:21.171Z] 4e4be7b47b0d: Pulling fs layer [2021-03-17T18:38:21.171Z] e1f770b5df2f: Pulling fs layer [2021-03-17T18:38:21.171Z] 85a0685a4137: Pulling fs layer [2021-03-17T18:38:21.171Z] 0eba1c9be4d2: Waiting [2021-03-17T18:38:21.171Z] 0d57e429df01: Waiting [2021-03-17T18:38:21.171Z] 4e4be7b47b0d: Waiting [2021-03-17T18:38:21.171Z] e1f770b5df2f: Waiting [2021-03-17T18:38:21.171Z] 85a0685a4137: Waiting [2021-03-17T18:38:21.171Z] de9db76c5a1d: Verifying Checksum [2021-03-17T18:38:21.171Z] de9db76c5a1d: Download complete [2021-03-17T18:38:21.171Z] 0ef7d3d256c8: Download complete [2021-03-17T18:38:21.171Z] 0d57e429df01: Download complete [2021-03-17T18:38:21.171Z] 4e4be7b47b0d: Verifying Checksum [2021-03-17T18:38:21.171Z] 4e4be7b47b0d: Download complete [2021-03-17T18:38:21.437Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T18:38:21.437Z] 188c0c94c7c5: Download complete [2021-03-17T18:38:21.699Z] 188c0c94c7c5: Pull complete [2021-03-17T18:38:21.962Z] 0ef7d3d256c8: Pull complete [2021-03-17T18:38:21.962Z] de9db76c5a1d: Pull complete [2021-03-17T18:38:23.359Z] e1f770b5df2f: Verifying Checksum [2021-03-17T18:38:23.359Z] e1f770b5df2f: Download complete [2021-03-17T18:38:25.294Z] 0eba1c9be4d2: Verifying Checksum [2021-03-17T18:38:25.294Z] 0eba1c9be4d2: Download complete [2021-03-17T18:38:25.878Z] 85a0685a4137: Verifying Checksum [2021-03-17T18:38:25.878Z] 85a0685a4137: Download complete [2021-03-17T18:38:31.216Z] 0eba1c9be4d2: Pull complete [2021-03-17T18:38:31.478Z] 0d57e429df01: Pull complete [2021-03-17T18:38:31.741Z] 4e4be7b47b0d: Pull complete [2021-03-17T18:38:33.664Z] e1f770b5df2f: Pull complete [2021-03-17T18:38:41.852Z] 85a0685a4137: Pull complete [2021-03-17T18:38:41.852Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-17T18:38:41.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-17T18:38:41.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-17T18:38:42.103Z] prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container [2021-03-17T18:38:42.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-17T18:38:43.126Z] $ docker top ef470546b0e8c7baf51ad0e622f365ea91424db931d38c55942f1e983eba9479 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-17T18:38:43.390Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-17T18:38:43.695Z] + set -o pipefail [2021-03-17T18:38:43.695Z] + snyk monitor '--org=edgex-jenkins' [2021-03-17T18:39:10.320Z] [2021-03-17T18:39:10.320Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... [2021-03-17T18:39:10.320Z] [2021-03-17T18:39:10.320Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/9f653535-ec9e-4043-8a14-5cc80c797723 [2021-03-17T18:39:10.320Z] [2021-03-17T18:39:10.320Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-17T18:39:10.320Z] [2021-03-17T18:39:10.320Z] [Pipeline] } [2021-03-17T18:39:10.337Z] $ docker stop --time=1 ef470546b0e8c7baf51ad0e622f365ea91424db931d38c55942f1e983eba9479 [2021-03-17T18:39:13.118Z] $ docker rm -f ef470546b0e8c7baf51ad0e622f365ea91424db931d38c55942f1e983eba9479 [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-03-17T18:39:14.610Z] + git log --format=format:%s -1 161d456e19e540bc43850f0d3bf0c593c52fb507 [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:39:14.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T18:39:14.918Z] . [Pipeline] withDockerContainer [2021-03-17T18:39:15.019Z] prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container [2021-03-17T18:39:15.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T18:39:16.022Z] $ docker top 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T18:39:16.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T18:39:16.342Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T18:39:16.572Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T18:39:16.573Z] $ docker exec 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 ssh-agent [2021-03-17T18:39:16.747Z] SSH_AUTH_SOCK=/tmp/ssh-YitZgHkiVU5P/agent.13 [2021-03-17T18:39:16.747Z] SSH_AGENT_PID=18 [2021-03-17T18:39:16.754Z] Running ssh-add (command line suppressed) [2021-03-17T18:39:16.879Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2031487078699001809.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2031487078699001809.key) [2021-03-17T18:39:16.938Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T18:39:17.285Z] + git semver tag [2021-03-17T18:39:17.285Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T18:39:17.285Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-17T18:39:17.285Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-17T18:39:17.285Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T18:39:17.285Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T18:39:17.285Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T18:39:17.285Z] # $SEMVER_BRANCH = master [2021-03-17T18:39:17.285Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-03-17T18:39:17.285Z] # 161d456e19e540bc43850f0d3bf0c593c52fb507 HEAD [2021-03-17T18:39:17.285Z] # -> Force: false [2021-03-17T18:39:17.285Z] # dbbe2d4fb2e213d0abc024c8293f0070d839a181 refs/tags/v2.0.0-dev.4 [Pipeline] } [2021-03-17T18:39:17.297Z] $ docker exec --env ******** --env ******** 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 ssh-agent -k [2021-03-17T18:39:17.423Z] unset SSH_AUTH_SOCK; [2021-03-17T18:39:17.424Z] unset SSH_AGENT_PID; [2021-03-17T18:39:17.424Z] echo Agent pid 18 killed; [2021-03-17T18:39:17.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T18:39:17.947Z] + git semver [Pipeline] } [2021-03-17T18:39:17.962Z] $ docker stop --time=1 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 [2021-03-17T18:39:19.298Z] $ docker rm -f 1f1f1bd3ceda1fc0816f864ab8638623e9619470b8753297c557699083989b19 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:39:19.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T18:39:19.935Z] [2021-03-17T18:39:19.935Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:39:20.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T18:39:20.289Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-17T18:39:20.289Z] ab5ef0e58194: Pulling fs layer [2021-03-17T18:39:20.289Z] 9712f1f96733: Pulling fs layer [2021-03-17T18:39:20.289Z] 63f879dbbcfc: Pulling fs layer [2021-03-17T18:39:20.289Z] 0d9ebad4ef96: Pulling fs layer [2021-03-17T18:39:20.289Z] e9a5061849ea: Pulling fs layer [2021-03-17T18:39:20.289Z] d747dcd14b5f: Pulling fs layer [2021-03-17T18:39:20.289Z] 2de7ff778b66: Pulling fs layer [2021-03-17T18:39:20.289Z] d747dcd14b5f: Waiting [2021-03-17T18:39:20.289Z] 0d9ebad4ef96: Waiting [2021-03-17T18:39:20.289Z] e9a5061849ea: Waiting [2021-03-17T18:39:20.289Z] 2de7ff778b66: Waiting [2021-03-17T18:39:20.289Z] 9712f1f96733: Verifying Checksum [2021-03-17T18:39:20.289Z] 9712f1f96733: Download complete [2021-03-17T18:39:22.208Z] 63f879dbbcfc: Verifying Checksum [2021-03-17T18:39:22.208Z] 63f879dbbcfc: Download complete [2021-03-17T18:39:22.208Z] e9a5061849ea: Verifying Checksum [2021-03-17T18:39:22.208Z] e9a5061849ea: Download complete [2021-03-17T18:39:22.208Z] d747dcd14b5f: Verifying Checksum [2021-03-17T18:39:22.208Z] d747dcd14b5f: Download complete [2021-03-17T18:39:22.480Z] 2de7ff778b66: Verifying Checksum [2021-03-17T18:39:22.480Z] 2de7ff778b66: Download complete [2021-03-17T18:39:22.743Z] 0d9ebad4ef96: Verifying Checksum [2021-03-17T18:39:22.743Z] 0d9ebad4ef96: Download complete [2021-03-17T18:39:22.743Z] ab5ef0e58194: Verifying Checksum [2021-03-17T18:39:22.743Z] ab5ef0e58194: Download complete [2021-03-17T18:39:26.978Z] ab5ef0e58194: Pull complete [2021-03-17T18:39:27.264Z] 9712f1f96733: Pull complete [2021-03-17T18:39:29.824Z] 63f879dbbcfc: Pull complete [2021-03-17T18:39:36.467Z] 0d9ebad4ef96: Pull complete [2021-03-17T18:39:37.420Z] e9a5061849ea: Pull complete [2021-03-17T18:39:37.420Z] d747dcd14b5f: Pull complete [2021-03-17T18:39:40.224Z] 2de7ff778b66: Pull complete [2021-03-17T18:39:40.224Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-17T18:39:40.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-17T18:39:40.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-17T18:39:40.450Z] prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container [2021-03-17T18:39:40.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-17T18:39:43.680Z] $ docker top 46ab6fe92e8abd4e55cfa94a034d5b86ff7c0ac3f1b82485385c3befb04a2214 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-17T18:39:43.993Z] provisioning config files... [2021-03-17T18:39:44.006Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4869422207928932781tmp [2021-03-17T18:39:44.025Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5633485345040059987tmp [2021-03-17T18:39:44.041Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1506369822045488415tmp [Pipeline] { [Pipeline] echo [2021-03-17T18:39:44.101Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:39:44.402Z] ---> sigul-configuration.sh [2021-03-17T18:39:44.402Z] gpg: directory `/root/.gnupg' created [2021-03-17T18:39:44.402Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-17T18:39:44.402Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-17T18:39:44.402Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-17T18:39:44.402Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-17T18:39:44.402Z] gpg: CAST5 encrypted data [2021-03-17T18:39:44.665Z] gpg: encrypted with 1 passphrase [2021-03-17T18:39:44.665Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-17T18:39:44.973Z] + mkdir /home/jenkins [2021-03-17T18:39:44.973Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-17T18:39:45.288Z] + 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-03-17T18:39:45.298Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:39:45.599Z] ---> sigul-install.sh [2021-03-17T18:39:52.210Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-17T18:39:52.510Z] + git tag --list [2021-03-17T18:39:52.510Z] v0.0.0 [2021-03-17T18:39:52.510Z] v0.0.1 [2021-03-17T18:39:52.510Z] v0.0.2 [2021-03-17T18:39:52.510Z] v0.0.3 [2021-03-17T18:39:52.510Z] v0.0.4 [2021-03-17T18:39:52.510Z] v0.0.5 [2021-03-17T18:39:52.510Z] v0.0.6 [2021-03-17T18:39:52.510Z] v0.0.7 [2021-03-17T18:39:52.510Z] v0.0.8 [2021-03-17T18:39:52.510Z] v2.0.0-dev.1 [2021-03-17T18:39:52.510Z] v2.0.0-dev.2 [2021-03-17T18:39:52.510Z] v2.0.0-dev.3 [2021-03-17T18:39:52.510Z] v2.0.0-dev.4 [Pipeline] sh [2021-03-17T18:39:52.810Z] + lftools sign git-tag v2.0.0-dev.4 [2021-03-17T18:39:54.205Z] Signing Git tag with Sigul... [2021-03-17T18:39:54.205Z] Signing v2.0.0-dev.4 [Pipeline] echo [2021-03-17T18:39:55.168Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:39:55.468Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-17T18:39:55.478Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-17T18:39:55.580Z] $ docker stop --time=1 46ab6fe92e8abd4e55cfa94a034d5b86ff7c0ac3f1b82485385c3befb04a2214 [2021-03-17T18:39:57.577Z] $ docker rm -f 46ab6fe92e8abd4e55cfa94a034d5b86ff7c0ac3f1b82485385c3befb04a2214 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:39:58.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T18:39:58.537Z] . [Pipeline] withDockerContainer [2021-03-17T18:39:58.647Z] prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container [2021-03-17T18:39:58.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T18:39:59.454Z] $ docker top 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T18:39:59.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T18:39:59.823Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T18:40:00.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T18:40:00.151Z] $ docker exec 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a ssh-agent [2021-03-17T18:40:00.337Z] SSH_AUTH_SOCK=/tmp/ssh-A8X3KDrWYCoE/agent.12 [2021-03-17T18:40:00.337Z] SSH_AGENT_PID=18 [2021-03-17T18:40:00.345Z] Running ssh-add (command line suppressed) [2021-03-17T18:40:00.476Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6923432745109987654.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6923432745109987654.key) [2021-03-17T18:40:00.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T18:40:00.883Z] + git semver bump pre [2021-03-17T18:40:00.883Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T18:40:00.883Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-17T18:40:00.883Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-17T18:40:00.883Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T18:40:00.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T18:40:00.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T18:40:00.883Z] # $SEMVER_BRANCH = master [2021-03-17T18:40:00.883Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-03-17T18:40:00.883Z] 2.0.0-dev.5 [Pipeline] } [2021-03-17T18:40:00.894Z] $ docker exec --env ******** --env ******** 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a ssh-agent -k [2021-03-17T18:40:01.018Z] unset SSH_AUTH_SOCK; [2021-03-17T18:40:01.018Z] unset SSH_AGENT_PID; [2021-03-17T18:40:01.018Z] echo Agent pid 18 killed; [2021-03-17T18:40:01.071Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T18:40:01.590Z] + git semver [Pipeline] } [2021-03-17T18:40:01.607Z] $ docker stop --time=1 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a [2021-03-17T18:40:02.967Z] $ docker rm -f 6d5df850d608dbba970ab8db4de8c4ab85e8c999b8fb139e9eac112e7e361e1a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:40:03.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T18:40:03.553Z] . [Pipeline] withDockerContainer [2021-03-17T18:40:03.658Z] prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container [2021-03-17T18:40:03.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T18:40:04.356Z] $ docker top cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T18:40:04.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T18:40:04.671Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T18:40:04.852Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T18:40:04.854Z] $ docker exec cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 ssh-agent [2021-03-17T18:40:05.038Z] SSH_AUTH_SOCK=/tmp/ssh-yR5lEvzyOABy/agent.11 [2021-03-17T18:40:05.038Z] SSH_AGENT_PID=17 [2021-03-17T18:40:05.045Z] Running ssh-add (command line suppressed) [2021-03-17T18:40:05.179Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5510240526010673180.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5510240526010673180.key) [2021-03-17T18:40:05.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T18:40:05.577Z] + git semver push [2021-03-17T18:40:05.577Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T18:40:05.577Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-03-17T18:40:05.577Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-03-17T18:40:05.577Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T18:40:05.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T18:40:05.578Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T18:40:05.578Z] # $SEMVER_BRANCH = master [2021-03-17T18:40:05.578Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-03-17T18:40:09.805Z] $ docker exec --env ******** --env ******** cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 ssh-agent -k [2021-03-17T18:40:09.933Z] unset SSH_AUTH_SOCK; [2021-03-17T18:40:09.935Z] unset SSH_AGENT_PID; [2021-03-17T18:40:09.935Z] echo Agent pid 17 killed; [2021-03-17T18:40:09.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T18:40:10.533Z] + git semver [Pipeline] } [2021-03-17T18:40:10.550Z] $ docker stop --time=1 cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 [2021-03-17T18:40:12.004Z] $ docker rm -f cd045a68dbc5e2cc6e89177b43203dec29c905b20b75c3b4919f9a64079958f8 [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-03-17T18:40:13.629Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:40:14.203Z] ---> package-listing.sh [2021-03-17T18:40:14.203Z] ++ facter osfamily [2021-03-17T18:40:14.203Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T18:40:14.203Z] + OS_FAMILY=redhat [2021-03-17T18:40:14.203Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2021-03-17T18:40:14.203Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T18:40:14.203Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T18:40:14.203Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T18:40:14.203Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T18:40:14.203Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-03-17T18:40:14.203Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T18:40:14.203Z] + case "${OS_FAMILY}" in [2021-03-17T18:40:14.203Z] + rpm -qa [2021-03-17T18:40:14.203Z] + sort [2021-03-17T18:40:19.562Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T18:40:19.562Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T18:40:19.562Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T18:40:19.562Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-03-17T18:40:19.562Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2021-03-17T18:40:19.562Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo [2021-03-17T18:40:19.583Z] 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-17T18:40:19.899Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:40:20.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T18:40:20.210Z] [2021-03-17T18:40:20.210Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T18:40:20.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T18:40:20.612Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T18:40:20.612Z] df20fa9351a1: Pulling fs layer [2021-03-17T18:40:20.612Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T18:40:20.612Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T18:40:20.612Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T18:40:20.612Z] 93b61091891f: Pulling fs layer [2021-03-17T18:40:20.612Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T18:40:20.612Z] 5e14af77c1be: Pulling fs layer [2021-03-17T18:40:20.612Z] 01666e4c0597: Pulling fs layer [2021-03-17T18:40:20.612Z] aa168da1d23b: Pulling fs layer [2021-03-17T18:40:20.612Z] 93b61091891f: Waiting [2021-03-17T18:40:20.612Z] 93b9cdb0e59b: Waiting [2021-03-17T18:40:20.612Z] 5e14af77c1be: Waiting [2021-03-17T18:40:20.612Z] 01666e4c0597: Waiting [2021-03-17T18:40:20.612Z] aa168da1d23b: Waiting [2021-03-17T18:40:20.612Z] 46f8f816bc3b: Waiting [2021-03-17T18:40:20.612Z] 36b3adc4ff6f: Download complete [2021-03-17T18:40:20.612Z] 46f8f816bc3b: Verifying Checksum [2021-03-17T18:40:20.612Z] 46f8f816bc3b: Download complete [2021-03-17T18:40:20.875Z] df20fa9351a1: Verifying Checksum [2021-03-17T18:40:20.875Z] df20fa9351a1: Download complete [2021-03-17T18:40:20.875Z] 93b9cdb0e59b: Download complete [2021-03-17T18:40:20.875Z] 93b61091891f: Verifying Checksum [2021-03-17T18:40:20.875Z] 93b61091891f: Download complete [2021-03-17T18:40:20.875Z] 01666e4c0597: Verifying Checksum [2021-03-17T18:40:20.875Z] 01666e4c0597: Download complete [2021-03-17T18:40:20.875Z] 5e14af77c1be: Verifying Checksum [2021-03-17T18:40:20.875Z] 5e14af77c1be: Download complete [2021-03-17T18:40:20.875Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T18:40:20.875Z] 8ad3a11d3b57: Download complete [2021-03-17T18:40:21.140Z] df20fa9351a1: Pull complete [2021-03-17T18:40:21.403Z] 36b3adc4ff6f: Pull complete [2021-03-17T18:40:22.352Z] 8ad3a11d3b57: Pull complete [2021-03-17T18:40:22.352Z] 46f8f816bc3b: Pull complete [2021-03-17T18:40:22.927Z] aa168da1d23b: Verifying Checksum [2021-03-17T18:40:22.927Z] aa168da1d23b: Download complete [2021-03-17T18:40:23.192Z] 93b61091891f: Pull complete [2021-03-17T18:40:23.454Z] 93b9cdb0e59b: Pull complete [2021-03-17T18:40:23.454Z] 5e14af77c1be: Pull complete [2021-03-17T18:40:23.718Z] 01666e4c0597: Pull complete [2021-03-17T18:40:31.898Z] aa168da1d23b: Pull complete [2021-03-17T18:40:31.898Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T18:40:31.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T18:40:31.898Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T18:40:32.076Z] prd-centos7-docker-4c-2g-30185 does not seem to be running inside a container [2021-03-17T18:40:32.122Z] $ 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-17T18:40:34.944Z] $ docker top 5be3ca0675086926d6bf41bcc45924e4dee2684fced5125d23d0bd7759e64dd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T18:40:35.475Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T18:40:35.774Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T18:40:36.078Z] + ls /var/log/sa-host [2021-03-17T18:40:36.078Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T18:40:36.078Z] file_magic: OK [2021-03-17T18:40:36.078Z] HZ: Using current value: 100 [2021-03-17T18:40:36.078Z] file_header: OK [2021-03-17T18:40:36.078Z] 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-03-17T18:40:36.078Z] Statistics: [2021-03-17T18:40:36.078Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T18:40:36.078Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T18:40:36.078Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T18:40:36.078Z] file_magic: OK [2021-03-17T18:40:36.078Z] HZ: Using current value: 100 [2021-03-17T18:40:36.078Z] file_header: OK [2021-03-17T18:40:36.078Z] 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-03-17T18:40:36.078Z] Statistics: [2021-03-17T18:40:36.078Z] Hnuu...uuuununununu... [2021-03-17T18:40:36.078Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T18:40:36.716Z] provisioning config files... [2021-03-17T18:40:36.739Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6039250216780777972tmp [Pipeline] { [Pipeline] echo [2021-03-17T18:40:36.810Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:40:37.107Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T18:40:37.118Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T18:40:37.215Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:40:37.511Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T18:40:37.523Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:40:37.827Z] ---> sudo-logs.sh [2021-03-17T18:40:37.827Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T18:40:37.898Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:40:38.197Z] ---> job-cost.sh [2021-03-17T18:40:38.197Z] lf-activate-venv: SKIPPING [2021-03-17T18:40:38.197Z] DEBUG: total: 0.20999999344348907 [2021-03-17T18:40:38.197Z] INFO: Retrieving Stack Cost... [2021-03-17T18:40:39.594Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T18:40:39.858Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T18:40:39.873Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T18:40:40.183Z] ---> logs-deploy.sh [2021-03-17T18:40:40.183Z] lf-activate-venv: SKIPPING [2021-03-17T18:40:40.183Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/14 [2021-03-17T18:40:40.183Z] INFO: archiving workspace using pattern(s): [2021-03-17T18:40:42.738Z] Archives upload complete. [2021-03-17T18:40:42.738Z] INFO: archiving logs to Nexus