Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c17a20f7f5fea15f065e3b2e57234782cafc5e7b 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-33693 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 Checking out Revision c17a20f7f5fea15f065e3b2e57234782cafc5e7b (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f c17a20f7f5fea15f065e3b2e57234782cafc5e7b # timeout=10 Commit message: "Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" > git rev-list --no-walk 755315623745cb59f6905b2f3c1d6e3ddc930638 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-12T15:04:04.896Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-12T15:04:05.196Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-12T15:04:05.299Z] ========================================================= [2021-04-12T15:04:05.299Z] EdgeX Global Pipelines Version Info [2021-04-12T15:04:05.299Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:04:06.845Z] ------------------- [2021-04-12T15:04:06.845Z] stable info: [2021-04-12T15:04:06.845Z] ------------------- [2021-04-12T15:04:06.845Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-12T15:04:06.845Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-12T15:04:06.845Z] Message: update stable to v1.0.186 [2021-04-12T15:04:07.792Z] ------------------- [2021-04-12T15:04:07.792Z] experimental info: [2021-04-12T15:04:07.792Z] ------------------- [2021-04-12T15:04:07.792Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-12T15:04:07.792Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-12T15:04:07.792Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-12T15:04:08.072Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-04-12T15:04:08.163Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-04-12T15:04:08.268Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-12T15:04:08.364Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-12T15:04:08.457Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-12T15:04:08.559Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-12T15:04:08.658Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-12T15:04:08.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-12T15:04:08.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-12T15:04:08.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-12T15:04:09.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-12T15:04:09.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2021-04-12T15:04:09.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-12T15:04:09.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-12T15:04:09.495Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T15:04:09.586Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T15:04:09.678Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T15:04:09.804Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-12T15:04:09.899Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-12T15:04:09.989Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-12T15:04:10.121Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-12T15:04:10.285Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-12T15:04:10.386Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-12T15:04:10.502Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-12T15:04:10.604Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-12T15:04:10.733Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-12T15:04:10.835Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-12T15:04:10.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-12T15:04:11.080Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-12T15:04:11.171Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] echo [2021-04-12T15:04:11.283Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c17a20f [Pipeline] echo [2021-04-12T15:04:11.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T15:04:12.144Z] + git log --format=format:%s -1 c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] echo [2021-04-12T15:04:12.212Z] GIT_COMMIT: c17a20f7f5fea15f065e3b2e57234782cafc5e7b, Commit Message: Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0 [Pipeline] echo [2021-04-12T15:04:12.257Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:04:13.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:04:13.649Z] [2021-04-12T15:04:13.650Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:04:14.024Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:04:14.297Z] latest: Pulling from edgex-devops/git-semver [2021-04-12T15:04:14.297Z] 31603596830f: Pulling fs layer [2021-04-12T15:04:14.297Z] 2a8b12db71e7: Pulling fs layer [2021-04-12T15:04:14.297Z] 6ca5941a6612: Pulling fs layer [2021-04-12T15:04:14.297Z] ecc8261a40a4: Pulling fs layer [2021-04-12T15:04:14.297Z] ecc8261a40a4: Waiting [2021-04-12T15:04:14.297Z] 2a8b12db71e7: Download complete [2021-04-12T15:04:14.297Z] 31603596830f: Verifying Checksum [2021-04-12T15:04:14.297Z] 31603596830f: Download complete [2021-04-12T15:04:14.297Z] ecc8261a40a4: Verifying Checksum [2021-04-12T15:04:14.297Z] ecc8261a40a4: Download complete [2021-04-12T15:04:14.563Z] 6ca5941a6612: Verifying Checksum [2021-04-12T15:04:14.563Z] 6ca5941a6612: Download complete [2021-04-12T15:04:14.563Z] 31603596830f: Pull complete [2021-04-12T15:04:14.830Z] 2a8b12db71e7: Pull complete [2021-04-12T15:04:15.777Z] 6ca5941a6612: Pull complete [2021-04-12T15:04:15.777Z] ecc8261a40a4: Pull complete [2021-04-12T15:04:16.038Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-12T15:04:16.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:04:16.038Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-12T15:04:16.138Z] prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container [2021-04-12T15:04:16.180Z] $ 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-04-12T15:04:18.009Z] $ docker top faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T15:04:18.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T15:04:18.290Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T15:04:18.514Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T15:04:18.517Z] $ docker exec faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent [2021-04-12T15:04:18.690Z] SSH_AUTH_SOCK=/tmp/ssh-UbWMc2WEBDWR/agent.11 [2021-04-12T15:04:18.690Z] SSH_AGENT_PID=16 [2021-04-12T15:04:18.982Z] Running ssh-add (command line suppressed) [2021-04-12T15:04:19.106Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5516378239636978242.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5516378239636978242.key) [2021-04-12T15:04:19.158Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T15:04:19.507Z] + git tag --points-at HEAD [Pipeline] } [2021-04-12T15:04:19.530Z] $ docker exec --env ******** --env ******** faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent -k [2021-04-12T15:04:19.649Z] unset SSH_AUTH_SOCK; [2021-04-12T15:04:19.649Z] unset SSH_AGENT_PID; [2021-04-12T15:04:19.649Z] echo Agent pid 16 killed; [2021-04-12T15:04:19.694Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-12T15:04:19.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T15:04:19.830Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T15:04:19.991Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T15:04:19.994Z] $ docker exec faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent [2021-04-12T15:04:20.155Z] SSH_AUTH_SOCK=/tmp/ssh-5h6h8euH29zr/agent.46 [2021-04-12T15:04:20.155Z] SSH_AGENT_PID=51 [2021-04-12T15:04:20.162Z] Running ssh-add (command line suppressed) [2021-04-12T15:04:20.282Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6273881493757580158.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6273881493757580158.key) [2021-04-12T15:04:20.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T15:04:20.668Z] + git semver init [2021-04-12T15:04:20.668Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T15:04:20.668Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-04-12T15:04:20.668Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-04-12T15:04:20.668Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T15:04:20.668Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T15:04:20.668Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T15:04:20.668Z] # $SEMVER_BRANCH = master [2021-04-12T15:04:20.668Z] # $SEMVER_TEMP = /tmp/semver-671697007 [2021-04-12T15:04:20.668Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-04-12T15:04:20.930Z] # '/tmp/semver-671697007' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2021-04-12T15:04:20.930Z] # -> Force: false [2021-04-12T15:04:20.930Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-04-12T15:04:20.941Z] $ docker exec --env ******** --env ******** faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f ssh-agent -k [2021-04-12T15:04:21.050Z] unset SSH_AUTH_SOCK; [2021-04-12T15:04:21.051Z] unset SSH_AGENT_PID; [2021-04-12T15:04:21.051Z] echo Agent pid 51 killed; [2021-04-12T15:04:21.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T15:04:21.561Z] + git semver [Pipeline] } [2021-04-12T15:04:21.577Z] $ docker stop --time=1 faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f [2021-04-12T15:04:23.008Z] $ docker rm -f faeaeb3055daec82145037f5fe8ee92e97ee0077d6d221c91160cc896d6f6c9f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T15:04:23.502Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-12T15:04:23.925Z] Stashed 1 file(s) [Pipeline] echo [2021-04-12T15:04:23.928Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [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-04-12T15:04:39.456Z] Still waiting to schedule task [2021-04-12T15:04:39.456Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-12T15:04:39.458Z] Still waiting to schedule task [2021-04-12T15:04:39.458Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-12T15:06:13.966Z] Running on prd-centos7-docker-4c-2g-33696 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-04-12T15:06:14.019Z] Running in /w/workspace/go-mod-configuration/16 [Pipeline] { [Pipeline] checkout [2021-04-12T15:06:16.590Z] using credential edgex-jenkins-ssh [2021-04-12T15:06:16.710Z] Cloning the remote Git repository [2021-04-12T15:06:16.635Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-04-12T15:06:16.739Z] > git init /w/workspace/go-mod-configuration/16 # timeout=10 [2021-04-12T15:06:16.810Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-04-12T15:06:16.810Z] > git --version # timeout=10 [2021-04-12T15:06:16.816Z] > git --version # 'git version 2.24.3' [2021-04-12T15:06:16.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:06:16.847Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:06:17.872Z] Checking out Revision c17a20f7f5fea15f065e3b2e57234782cafc5e7b (master) [2021-04-12T15:06:17.399Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-04-12T15:06:17.405Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:06:17.421Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-04-12T15:06:17.438Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-04-12T15:06:17.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:06:17.444Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T15:06:17.870Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T15:06:17.877Z] > git checkout -f c17a20f7f5fea15f065e3b2e57234782cafc5e7b # timeout=10 [2021-04-12T15:06:21.526Z] Commit message: "Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T15:06:22.988Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:06:23.356Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:06:23.669Z] + sudo service docker restart [2021-04-12T15:06:23.669Z] + true [2021-04-12T15:06:23.669Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-12T15:06:24.787Z] ========================================================= [2021-04-12T15:06:24.787Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-12T15:06:24.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:06:25.132Z] + 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-04-12T15:06:25.394Z] Sending build context to Docker daemon 237.1kB [2021-04-12T15:06:25.394Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-12T15:06:25.394Z] Step 2/7 : FROM ${BASE} [2021-04-12T15:06:25.658Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-12T15:06:25.658Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T15:06:25.658Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T15:06:25.658Z] de9db76c5a1d: Pulling fs layer [2021-04-12T15:06:25.658Z] bca2f99d35d6: Pulling fs layer [2021-04-12T15:06:25.658Z] 93359f2a8cfa: Pulling fs layer [2021-04-12T15:06:25.658Z] 7c6f9722023f: Pulling fs layer [2021-04-12T15:06:25.658Z] a35cf1a2eb13: Pulling fs layer [2021-04-12T15:06:25.658Z] 93359f2a8cfa: Waiting [2021-04-12T15:06:25.658Z] 7c6f9722023f: Waiting [2021-04-12T15:06:25.658Z] bca2f99d35d6: Waiting [2021-04-12T15:06:25.658Z] de9db76c5a1d: Verifying Checksum [2021-04-12T15:06:25.658Z] 0ef7d3d256c8: Download complete [2021-04-12T15:06:25.658Z] 93359f2a8cfa: Verifying Checksum [2021-04-12T15:06:25.658Z] 93359f2a8cfa: Download complete [2021-04-12T15:06:25.658Z] 7c6f9722023f: Verifying Checksum [2021-04-12T15:06:25.658Z] 7c6f9722023f: Download complete [2021-04-12T15:06:25.658Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T15:06:25.658Z] 188c0c94c7c5: Download complete [2021-04-12T15:06:25.920Z] 188c0c94c7c5: Pull complete [2021-04-12T15:06:26.182Z] 0ef7d3d256c8: Pull complete [2021-04-12T15:06:26.182Z] de9db76c5a1d: Pull complete [2021-04-12T15:06:28.744Z] a35cf1a2eb13: Download complete [2021-04-12T15:06:28.744Z] bca2f99d35d6: Verifying Checksum [2021-04-12T15:06:28.744Z] bca2f99d35d6: Download complete [2021-04-12T15:06:29.581Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33695 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-04-12T15:06:29.641Z] Running in /w/workspace/go-mod-configuration/16 [Pipeline] { [Pipeline] checkout [2021-04-12T15:06:34.098Z] bca2f99d35d6: Pull complete [2021-04-12T15:06:34.098Z] 93359f2a8cfa: Pull complete [2021-04-12T15:06:34.367Z] 7c6f9722023f: Pull complete [2021-04-12T15:06:34.580Z] using credential edgex-jenkins-ssh [2021-04-12T15:06:34.632Z] Cloning the remote Git repository [2021-04-12T15:06:34.691Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-04-12T15:06:34.796Z] > git init /w/workspace/go-mod-configuration/16 # timeout=10 [2021-04-12T15:06:34.865Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-04-12T15:06:34.866Z] > git --version # timeout=10 [2021-04-12T15:06:34.884Z] > git --version # 'git version 2.17.1' [2021-04-12T15:06:34.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:06:34.976Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:06:35.645Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-04-12T15:06:35.667Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-12T15:06:35.693Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-04-12T15:06:35.728Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-04-12T15:06:35.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-12T15:06:35.740Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-12T15:06:36.173Z] Checking out Revision c17a20f7f5fea15f065e3b2e57234782cafc5e7b (master) [2021-04-12T15:06:36.195Z] > git config core.sparsecheckout # timeout=10 [2021-04-12T15:06:36.215Z] > git checkout -f c17a20f7f5fea15f065e3b2e57234782cafc5e7b # timeout=10 [2021-04-12T15:06:40.743Z] Commit message: "Merge pull request #31 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-12T15:06:42.202Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:06:42.621Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-12T15:06:42.980Z] + sudo service+ docker restart [2021-04-12T15:06:42.980Z] true [2021-04-12T15:06:44.407Z] a35cf1a2eb13: Pull complete [2021-04-12T15:06:44.407Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-12T15:06:44.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-12T15:06:44.407Z] ---> a62c8e92a672 [2021-04-12T15:06:44.407Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-12T15:06:44.407Z] ---> Running in 98b5f545762f [2021-04-12T15:06:44.407Z] Removing intermediate container 98b5f545762f [2021-04-12T15:06:44.407Z] ---> c674af1ac1cb [2021-04-12T15:06:44.407Z] Step 4/7 : RUN apk add --update bash [2021-04-12T15:06:44.407Z] ---> Running in 41823e6a4301 [2021-04-12T15:06:44.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-12T15:06:44.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] unstash [2021-04-12T15:06:45.248Z] OK: 166 MiB in 39 packages [Pipeline] echo [2021-04-12T15:06:45.418Z] ========================================================= [2021-04-12T15:06:45.418Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-12T15:06:45.418Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:06:45.825Z] Removing intermediate container 41823e6a4301 [2021-04-12T15:06:45.825Z] ---> e936955e9251 [2021-04-12T15:06:45.825Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-12T15:06:45.826Z] + 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-04-12T15:06:46.092Z] ---> Running in 1817524d67d6 [2021-04-12T15:06:46.092Z] Removing intermediate container 1817524d67d6 [2021-04-12T15:06:46.092Z] ---> e98b579bc8f4 [2021-04-12T15:06:46.092Z] Step 6/7 : COPY go.mod . [2021-04-12T15:06:46.355Z] ---> 607d74f11f8e [2021-04-12T15:06:46.355Z] Step 7/7 : RUN go mod download [2021-04-12T15:06:46.355Z] ---> Running in 2057b25e973a [2021-04-12T15:06:46.424Z] Sending build context to Docker daemon 236kB [2021-04-12T15:06:46.705Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-12T15:06:46.705Z] Step 2/7 : FROM ${BASE} [2021-04-12T15:06:47.319Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-12T15:06:47.319Z] 5f621e34cdf4: Pulling fs layer [2021-04-12T15:06:47.319Z] a4357932f1b6: Pulling fs layer [2021-04-12T15:06:47.319Z] 18c013af1878: Pulling fs layer [2021-04-12T15:06:47.319Z] 00ac8860ef70: Pulling fs layer [2021-04-12T15:06:47.319Z] 63d7cb157983: Pulling fs layer [2021-04-12T15:06:47.319Z] b116817d02f9: Pulling fs layer [2021-04-12T15:06:47.319Z] 745a02a5169b: Pulling fs layer [2021-04-12T15:06:47.319Z] 00ac8860ef70: Waiting [2021-04-12T15:06:47.319Z] 63d7cb157983: Waiting [2021-04-12T15:06:47.319Z] b116817d02f9: Waiting [2021-04-12T15:06:47.319Z] 745a02a5169b: Waiting [2021-04-12T15:06:47.319Z] 18c013af1878: Verifying Checksum [2021-04-12T15:06:47.319Z] 18c013af1878: Download complete [2021-04-12T15:06:47.319Z] a4357932f1b6: Verifying Checksum [2021-04-12T15:06:47.319Z] a4357932f1b6: Download complete [2021-04-12T15:06:47.319Z] 63d7cb157983: Download complete [2021-04-12T15:06:47.319Z] b116817d02f9: Verifying Checksum [2021-04-12T15:06:47.319Z] b116817d02f9: Download complete [2021-04-12T15:06:47.319Z] 5f621e34cdf4: Verifying Checksum [2021-04-12T15:06:47.319Z] 5f621e34cdf4: Download complete [2021-04-12T15:06:47.922Z] 5f621e34cdf4: Pull complete [2021-04-12T15:06:48.531Z] a4357932f1b6: Pull complete [2021-04-12T15:06:49.138Z] 18c013af1878: Pull complete [2021-04-12T15:06:49.740Z] 745a02a5169b: Verifying Checksum [2021-04-12T15:06:49.740Z] 745a02a5169b: Download complete [2021-04-12T15:06:51.724Z] 00ac8860ef70: Verifying Checksum [2021-04-12T15:06:51.724Z] 00ac8860ef70: Download complete [2021-04-12T15:07:01.325Z] Removing intermediate container 2057b25e973a [2021-04-12T15:07:01.325Z] ---> 59befff8062a [2021-04-12T15:07:01.325Z] Successfully built 59befff8062a [2021-04-12T15:07:01.325Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:07:01.654Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T15:07:01.654Z] . [Pipeline] withDockerContainer [2021-04-12T15:07:01.791Z] prd-centos7-docker-4c-2g-33696 does not seem to be running inside a container [2021-04-12T15:07:01.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-12T15:07:01.919Z] 00ac8860ef70: Pull complete [2021-04-12T15:07:02.194Z] 63d7cb157983: Pull complete [2021-04-12T15:07:02.480Z] b116817d02f9: Pull complete [2021-04-12T15:07:02.673Z] $ docker top fb3b73ea2bd58a23458f6f02354e1d01e7aa18a6a0a6405462ab8843b98e2d4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:07:03.198Z] + go version [2021-04-12T15:07:03.198Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-12T15:07:03.214Z] $ docker stop --time=1 fb3b73ea2bd58a23458f6f02354e1d01e7aa18a6a0a6405462ab8843b98e2d4e [2021-04-12T15:07:04.589Z] $ docker rm -f fb3b73ea2bd58a23458f6f02354e1d01e7aa18a6a0a6405462ab8843b98e2d4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:07:05.397Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-12T15:07:05.397Z] . [Pipeline] withDockerContainer [2021-04-12T15:07:05.504Z] prd-centos7-docker-4c-2g-33696 does not seem to be running inside a container [2021-04-12T15:07:05.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-12T15:07:06.225Z] $ docker top 529d39ce738050f8f731c7d946a638c3dd1c1d064cfee789e5eb3de120daa303 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:07:06.697Z] + make test [2021-04-12T15:07:06.697Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-12T15:07:06.822Z] 745a02a5169b: Pull complete [2021-04-12T15:07:06.822Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-12T15:07:06.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-12T15:07:06.822Z] ---> b7e6874047d6 [2021-04-12T15:07:06.822Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-12T15:07:09.485Z] ---> Running in 8d14ec516cfb [2021-04-12T15:07:09.485Z] Removing intermediate container 8d14ec516cfb [2021-04-12T15:07:09.485Z] ---> 9e2291d030f6 [2021-04-12T15:07:09.485Z] Step 4/7 : RUN apk add --update bash [2021-04-12T15:07:09.760Z] ---> Running in 19bc8d3edc5e [2021-04-12T15:07:11.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-12T15:07:11.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-12T15:07:12.829Z] OK: 142 MiB in 39 packages [2021-04-12T15:07:13.812Z] Removing intermediate container 19bc8d3edc5e [2021-04-12T15:07:13.812Z] ---> e5426f653270 [2021-04-12T15:07:13.812Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-12T15:07:13.812Z] ---> Running in c9ab43b4cf9f [2021-04-12T15:07:14.413Z] Removing intermediate container c9ab43b4cf9f [2021-04-12T15:07:14.413Z] ---> a1f0d1d04542 [2021-04-12T15:07:14.413Z] Step 6/7 : COPY go.mod . [2021-04-12T15:07:15.010Z] ---> 02cddba360b4 [2021-04-12T15:07:15.010Z] Step 7/7 : RUN go mod download [2021-04-12T15:07:15.304Z] ---> Running in d29861226408 [2021-04-12T15:07:17.010Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.009s coverage: 85.7% of statements [2021-04-12T15:07:18.477Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.554s coverage: 87.4% of statements [2021-04-12T15:07:18.477Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.016s coverage: 100.0% of statements [2021-04-12T15:07:18.477Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-12T15:07:19.887Z] gofmt -l . [2021-04-12T15:07:19.887Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-12T15:07:19.904Z] $ docker stop --time=1 529d39ce738050f8f731c7d946a638c3dd1c1d064cfee789e5eb3de120daa303 [2021-04-12T15:07:22.035Z] $ docker rm -f 529d39ce738050f8f731c7d946a638c3dd1c1d064cfee789e5eb3de120daa303 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T15:07:22.549Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T15:07:22.829Z] 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-04-12T15:07:24.058Z] ---> job-cost.sh [2021-04-12T15:07:24.058Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BNWZ [2021-04-12T15:07:30.430Z] Removing intermediate container d29861226408 [2021-04-12T15:07:30.430Z] ---> 33377143b539 [2021-04-12T15:07:30.702Z] Successfully built 33377143b539 [2021-04-12T15:07:30.702Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:07:31.052Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T15:07:31.052Z] . [Pipeline] withDockerContainer [2021-04-12T15:07:31.284Z] prd-ubuntu18.04-docker-arm64-4c-16g-33695 does not seem to be running inside a container [2021-04-12T15:07:31.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-12T15:07:32.870Z] $ docker top c4bbe6686ed3f092eb796fc2890e844b29dd148eb46ebc02fb33eba235d1e16f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:07:33.906Z] + go version [2021-04-12T15:07:33.906Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-12T15:07:33.930Z] $ docker stop --time=1 c4bbe6686ed3f092eb796fc2890e844b29dd148eb46ebc02fb33eba235d1e16f [2021-04-12T15:07:35.834Z] $ docker rm -f c4bbe6686ed3f092eb796fc2890e844b29dd148eb46ebc02fb33eba235d1e16f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:07:36.780Z] + docker inspect -f . ci-base-image-arm64 [2021-04-12T15:07:36.780Z] . [Pipeline] withDockerContainer [2021-04-12T15:07:37.038Z] prd-ubuntu18.04-docker-arm64-4c-16g-33695 does not seem to be running inside a container [2021-04-12T15:07:37.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/16 -v /w/workspace/go-mod-configuration/16:/w/workspace/go-mod-configuration/16:rw,z -v /w/workspace/go-mod-configuration/16@tmp:/w/workspace/go-mod-configuration/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-12T15:07:38.612Z] $ docker top 386cbb093661741b37501aeb8c1510475e43cf47bc58f2ea5bc0e99399ec7ba6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:07:39.022Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T15:07:39.638Z] + make test [2021-04-12T15:07:39.639Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-12T15:08:05.700Z] lf-activate-venv(): INFO: Adding /tmp/venv-BNWZ/bin to PATH [2021-04-12T15:08:05.700Z] INFO: No Stack... [2021-04-12T15:08:05.700Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T15:08:05.700Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T15:08:06.012Z] + cat /w/workspace/go-mod-configuration/16/archives/cost.csv [2021-04-12T15:08:06.012Z] + cut -d, -f6 [Pipeline] lock [2021-04-12T15:08:06.094Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [2021-04-12T15:08:06.103Z] Resource [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] did not exist. Created. [2021-04-12T15:08:06.104Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T15:08:06.503Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-12T15:08:06.533Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.012s coverage: 85.7% of statements [2021-04-12T15:08:06.620Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T15:08:06.634Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-12T15:08:07.515Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.636s coverage: 87.4% of statements [2021-04-12T15:08:07.515Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.035s coverage: 100.0% of statements [2021-04-12T15:08:07.790Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-12T15:08:12.119Z] gofmt -l . [2021-04-12T15:08:12.119Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-12T15:08:12.144Z] $ docker stop --time=1 386cbb093661741b37501aeb8c1510475e43cf47bc58f2ea5bc0e99399ec7ba6 [2021-04-12T15:08:14.304Z] $ docker rm -f 386cbb093661741b37501aeb8c1510475e43cf47bc58f2ea5bc0e99399ec7ba6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-12T15:08:15.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-12T15:08:15.190Z] Warning: overwriting stash ‘coverage-report’ [2021-04-12T15:08:15.945Z] 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-04-12T15:08:16.926Z] ---> job-cost.sh [2021-04-12T15:08:16.926Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7Hb9 [2021-04-12T15:08:55.921Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-12T15:10:17.675Z] lf-activate-venv(): INFO: Adding /tmp/venv-7Hb9/bin to PATH [2021-04-12T15:10:17.675Z] INFO: No Stack... [2021-04-12T15:10:17.675Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-12T15:10:17.675Z] INFO: Archiving Costs [Pipeline] sh [2021-04-12T15:10:18.017Z] + cat /w/workspace/go-mod-configuration/16/archives/cost.csv [2021-04-12T15:10:18.017Z] + cut -d, -f6 [Pipeline] lock [2021-04-12T15:10:18.122Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [2021-04-12T15:10:18.130Z] Resource [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] did not exist. Created. [2021-04-12T15:10:18.131Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-master-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-12T15:10:18.568Z] /w/workspace/go-mod-configuration/16@tmp/durable-d7ed81c7/script.sh: 1: /w/workspace/go-mod-configuration/16@tmp/durable-d7ed81c7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-12T15:10:18.918Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-12T15:10:18.979Z] Warning: overwriting stash ‘stack-cost’ [2021-04-12T15:10:19.130Z] Stashed 1 file(s) [Pipeline] } [2021-04-12T15:10:19.141Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-master-16-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-04-12T15:10:20.294Z] provisioning config files... [2021-04-12T15:10:20.307Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1299083153189331816tmp [Pipeline] { [Pipeline] sh [2021-04-12T15:10:20.701Z] + set +x [2021-04-12T15:10:20.701Z] + curl -s https://codecov.io/bash [2021-04-12T15:10:20.701Z] + bash -s -- [2021-04-12T15:10:20.966Z] [2021-04-12T15:10:20.966Z] _____ _ [2021-04-12T15:10:20.966Z] / ____| | | [2021-04-12T15:10:20.966Z] | | ___ __| | ___ ___ _____ __ [2021-04-12T15:10:20.966Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-12T15:10:20.966Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-12T15:10:20.966Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-12T15:10:20.966Z] Bash-20210309-2b87ace [2021-04-12T15:10:20.966Z] [2021-04-12T15:10:20.966Z] [2021-04-12T15:10:20.966Z] ==> git version 2.24.3 found [2021-04-12T15:10:20.966Z] ==> 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-04-12T15:10:20.966Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-12T15:10:20.966Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-12T15:10:20.966Z] ==> Jenkins CI detected. [2021-04-12T15:10:20.966Z] project root: . [2021-04-12T15:10:20.966Z] --> token set from env [2021-04-12T15:10:20.966Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-12T15:10:20.966Z] ==> Running gcov in . (disable via -X gcov) [2021-04-12T15:10:20.966Z] ==> Python coveragepy not found [2021-04-12T15:10:20.966Z] ==> Searching for coverage reports in: [2021-04-12T15:10:20.966Z] + . [2021-04-12T15:10:20.966Z] -> Found 1 reports [2021-04-12T15:10:20.966Z] ==> Detecting git/mercurial file structure [2021-04-12T15:10:20.966Z] ==> Reading reports [2021-04-12T15:10:20.966Z] + ./coverage.out bytes=14452 [2021-04-12T15:10:20.966Z] ==> Appending adjustments [2021-04-12T15:10:20.966Z] https://docs.codecov.io/docs/fixing-reports [2021-04-12T15:10:20.966Z] + Found adjustments [2021-04-12T15:10:20.966Z] ==> Gzipping contents [2021-04-12T15:10:20.966Z] 4.0K /tmp/codecov.DaWahQ.gz [2021-04-12T15:10:21.228Z] ==> Uploading reports [2021-04-12T15:10:21.228Z] url: https://codecov.io [2021-04-12T15:10:21.228Z] query: branch=master&commit=c17a20f7f5fea15f065e3b2e57234782cafc5e7b&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-12T15:10:21.228Z] -> Pinging Codecov [2021-04-12T15:10:21.228Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=c17a20f7f5fea15f065e3b2e57234782cafc5e7b&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F16%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-12T15:10:22.175Z] -> Uploading to [2021-04-12T15:10:22.175Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-12/9F92B070CA9CA35F4914AC8684776953/c17a20f7f5fea15f065e3b2e57234782cafc5e7b/301015e8-2419-4f7e-a29d-7da454535f89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T151021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eef786f19415417e4daa7bce4f071b5817e2d5792980c825b39bc8254603745f [2021-04-12T15:10:22.175Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-12T15:10:22.175Z] Dload Upload Total Spent Left Speed [2021-04-12T15:10:22.437Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2644 0 0 100 2644 0 6449 --:--:-- --:--:-- --:--:-- 6464 [2021-04-12T15:10:22.437Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] } [2021-04-12T15:10:22.447Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-12T15:10:23.256Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-12T15:10:23.357Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:10:23.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T15:10:23.694Z] [2021-04-12T15:10:23.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:10:24.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T15:10:24.072Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-12T15:10:24.072Z] 188c0c94c7c5: Pulling fs layer [2021-04-12T15:10:24.072Z] 0ef7d3d256c8: Pulling fs layer [2021-04-12T15:10:24.072Z] de9db76c5a1d: Pulling fs layer [2021-04-12T15:10:24.072Z] 0eba1c9be4d2: Pulling fs layer [2021-04-12T15:10:24.072Z] 0d57e429df01: Pulling fs layer [2021-04-12T15:10:24.072Z] 4e4be7b47b0d: Pulling fs layer [2021-04-12T15:10:24.072Z] e1f770b5df2f: Pulling fs layer [2021-04-12T15:10:24.072Z] 85a0685a4137: Pulling fs layer [2021-04-12T15:10:24.072Z] 0d57e429df01: Waiting [2021-04-12T15:10:24.072Z] 0eba1c9be4d2: Waiting [2021-04-12T15:10:24.072Z] e1f770b5df2f: Waiting [2021-04-12T15:10:24.072Z] 4e4be7b47b0d: Waiting [2021-04-12T15:10:24.072Z] 85a0685a4137: Waiting [2021-04-12T15:10:24.072Z] de9db76c5a1d: Verifying Checksum [2021-04-12T15:10:24.072Z] de9db76c5a1d: Download complete [2021-04-12T15:10:24.072Z] 0ef7d3d256c8: Verifying Checksum [2021-04-12T15:10:24.072Z] 0ef7d3d256c8: Download complete [2021-04-12T15:10:24.072Z] 0d57e429df01: Verifying Checksum [2021-04-12T15:10:24.072Z] 0d57e429df01: Download complete [2021-04-12T15:10:24.072Z] 4e4be7b47b0d: Verifying Checksum [2021-04-12T15:10:24.072Z] 4e4be7b47b0d: Download complete [2021-04-12T15:10:24.072Z] 188c0c94c7c5: Verifying Checksum [2021-04-12T15:10:24.072Z] 188c0c94c7c5: Download complete [2021-04-12T15:10:24.670Z] 188c0c94c7c5: Pull complete [2021-04-12T15:10:24.670Z] 0ef7d3d256c8: Pull complete [2021-04-12T15:10:24.942Z] de9db76c5a1d: Pull complete [2021-04-12T15:10:24.942Z] e1f770b5df2f: Verifying Checksum [2021-04-12T15:10:24.942Z] e1f770b5df2f: Download complete [2021-04-12T15:10:27.515Z] 0eba1c9be4d2: Verifying Checksum [2021-04-12T15:10:27.515Z] 0eba1c9be4d2: Download complete [2021-04-12T15:10:27.515Z] 85a0685a4137: Verifying Checksum [2021-04-12T15:10:27.515Z] 85a0685a4137: Download complete [2021-04-12T15:10:32.825Z] 0eba1c9be4d2: Pull complete [2021-04-12T15:10:33.090Z] 0d57e429df01: Pull complete [2021-04-12T15:10:33.090Z] 4e4be7b47b0d: Pull complete [2021-04-12T15:10:35.029Z] e1f770b5df2f: Pull complete [2021-04-12T15:10:43.214Z] 85a0685a4137: Pull complete [2021-04-12T15:10:43.214Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-12T15:10:43.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-12T15:10:43.214Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-12T15:10:43.421Z] prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container [2021-04-12T15:10:43.473Z] $ 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-04-12T15:10:44.434Z] $ docker top d812b320cbe93fe458359c8a2429c045cf8606b4d6dcbab67d24ba6ccb4bf74a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-12T15:10:44.638Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-12T15:10:44.937Z] + set -o pipefail [2021-04-12T15:10:44.937Z] + snyk monitor '--org=edgex-jenkins' [2021-04-12T15:10:53.096Z] [2021-04-12T15:10:53.096Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... [2021-04-12T15:10:53.096Z] [2021-04-12T15:10:53.096Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/2217f04d-e8ec-4d95-9098-1afa51d605a2 [2021-04-12T15:10:53.096Z] [2021-04-12T15:10:53.096Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-12T15:10:53.096Z] [2021-04-12T15:10:53.096Z] [2021-04-12T15:10:53.096Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-12T15:10:53.096Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-12T15:10:53.111Z] $ docker stop --time=1 d812b320cbe93fe458359c8a2429c045cf8606b4d6dcbab67d24ba6ccb4bf74a [2021-04-12T15:10:55.170Z] $ docker rm -f d812b320cbe93fe458359c8a2429c045cf8606b4d6dcbab67d24ba6ccb4bf74a [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-04-12T15:10:56.616Z] + git log --format=format:%s -1 c17a20f7f5fea15f065e3b2e57234782cafc5e7b [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:10:56.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:10:56.929Z] . [Pipeline] withDockerContainer [2021-04-12T15:10:57.025Z] prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container [2021-04-12T15:10:57.072Z] $ 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-04-12T15:10:57.776Z] $ docker top e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T15:10:58.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T15:10:58.132Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T15:10:58.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T15:10:58.366Z] $ docker exec e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d ssh-agent [2021-04-12T15:10:58.538Z] SSH_AUTH_SOCK=/tmp/ssh-IuwUUB71BPTu/agent.12 [2021-04-12T15:10:58.538Z] SSH_AGENT_PID=17 [2021-04-12T15:10:58.545Z] Running ssh-add (command line suppressed) [2021-04-12T15:10:58.672Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1749272000080485446.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1749272000080485446.key) [2021-04-12T15:10:58.724Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T15:10:59.055Z] + git semver tag [2021-04-12T15:10:59.055Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T15:10:59.055Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-04-12T15:10:59.055Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-04-12T15:10:59.055Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T15:10:59.055Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T15:10:59.055Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T15:10:59.055Z] # $SEMVER_BRANCH = master [2021-04-12T15:10:59.055Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-04-12T15:10:59.055Z] # c17a20f7f5fea15f065e3b2e57234782cafc5e7b HEAD [2021-04-12T15:10:59.055Z] # -> Force: false [2021-04-12T15:10:59.055Z] # 0fe65fe74dc581a893177709975d6d3f7c78c48d refs/tags/v2.0.0-dev.6 [Pipeline] } [2021-04-12T15:10:59.068Z] $ docker exec --env ******** --env ******** e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d ssh-agent -k [2021-04-12T15:10:59.202Z] unset SSH_AUTH_SOCK; [2021-04-12T15:10:59.203Z] unset SSH_AGENT_PID; [2021-04-12T15:10:59.203Z] echo Agent pid 17 killed; [2021-04-12T15:10:59.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T15:10:59.713Z] + git semver [Pipeline] } [2021-04-12T15:10:59.730Z] $ docker stop --time=1 e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d [2021-04-12T15:11:01.111Z] $ docker rm -f e3c7f2f806b8c7cd4f6d3d3cf5ed33ed5df640c5b291e28102ad86d05b32d01d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:11:01.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T15:11:01.781Z] [2021-04-12T15:11:01.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:11:02.197Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T15:11:02.197Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-12T15:11:02.197Z] ab5ef0e58194: Pulling fs layer [2021-04-12T15:11:02.197Z] 9712f1f96733: Pulling fs layer [2021-04-12T15:11:02.197Z] 63f879dbbcfc: Pulling fs layer [2021-04-12T15:11:02.197Z] 0d9ebad4ef96: Pulling fs layer [2021-04-12T15:11:02.197Z] e9a5061849ea: Pulling fs layer [2021-04-12T15:11:02.197Z] d747dcd14b5f: Pulling fs layer [2021-04-12T15:11:02.197Z] 2de7ff778b66: Pulling fs layer [2021-04-12T15:11:02.197Z] e9a5061849ea: Waiting [2021-04-12T15:11:02.197Z] d747dcd14b5f: Waiting [2021-04-12T15:11:02.197Z] 0d9ebad4ef96: Waiting [2021-04-12T15:11:02.197Z] 2de7ff778b66: Waiting [2021-04-12T15:11:02.197Z] 9712f1f96733: Verifying Checksum [2021-04-12T15:11:02.197Z] 9712f1f96733: Download complete [2021-04-12T15:11:03.590Z] 63f879dbbcfc: Verifying Checksum [2021-04-12T15:11:03.590Z] 63f879dbbcfc: Download complete [2021-04-12T15:11:03.851Z] e9a5061849ea: Verifying Checksum [2021-04-12T15:11:03.851Z] e9a5061849ea: Download complete [2021-04-12T15:11:03.851Z] d747dcd14b5f: Verifying Checksum [2021-04-12T15:11:03.851Z] d747dcd14b5f: Download complete [2021-04-12T15:11:04.114Z] 2de7ff778b66: Verifying Checksum [2021-04-12T15:11:04.114Z] 2de7ff778b66: Download complete [2021-04-12T15:11:04.382Z] ab5ef0e58194: Verifying Checksum [2021-04-12T15:11:04.382Z] ab5ef0e58194: Download complete [2021-04-12T15:11:04.643Z] 0d9ebad4ef96: Verifying Checksum [2021-04-12T15:11:04.643Z] 0d9ebad4ef96: Download complete [2021-04-12T15:11:08.949Z] ab5ef0e58194: Pull complete [2021-04-12T15:11:08.949Z] 9712f1f96733: Pull complete [2021-04-12T15:11:11.506Z] 63f879dbbcfc: Pull complete [2021-04-12T15:11:16.837Z] 0d9ebad4ef96: Pull complete [2021-04-12T15:11:17.801Z] e9a5061849ea: Pull complete [2021-04-12T15:11:17.801Z] d747dcd14b5f: Pull complete [2021-04-12T15:11:22.037Z] 2de7ff778b66: Pull complete [2021-04-12T15:11:22.037Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-12T15:11:22.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-12T15:11:22.037Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-12T15:11:22.225Z] prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container [2021-04-12T15:11:22.267Z] $ 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-04-12T15:11:25.809Z] $ docker top ac281c301c81abc1ddf417b139203c53816801134c2a9833b59fe1b469e15231 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-12T15:11:26.133Z] provisioning config files... [2021-04-12T15:11:26.148Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config7870936909477207159tmp [2021-04-12T15:11:26.179Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3489266119299999163tmp [2021-04-12T15:11:26.331Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4052657876573955275tmp [Pipeline] { [Pipeline] echo [2021-04-12T15:11:26.423Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:11:26.820Z] ---> sigul-configuration.sh [2021-04-12T15:11:26.820Z] gpg: directory `/root/.gnupg' created [2021-04-12T15:11:26.820Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-12T15:11:26.820Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-12T15:11:26.820Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-12T15:11:26.820Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-12T15:11:26.820Z] gpg: CAST5 encrypted data [2021-04-12T15:11:27.091Z] gpg: encrypted with 1 passphrase [2021-04-12T15:11:27.091Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-12T15:11:27.395Z] + mkdir /home/jenkins [2021-04-12T15:11:27.395Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-12T15:11:27.704Z] + 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-04-12T15:11:27.715Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:11:28.013Z] ---> sigul-install.sh [2021-04-12T15:11:34.609Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-12T15:11:34.910Z] + git tag --list [2021-04-12T15:11:34.910Z] v0.0.0 [2021-04-12T15:11:34.910Z] v0.0.1 [2021-04-12T15:11:34.910Z] v0.0.2 [2021-04-12T15:11:34.910Z] v0.0.3 [2021-04-12T15:11:34.910Z] v0.0.4 [2021-04-12T15:11:34.910Z] v0.0.5 [2021-04-12T15:11:34.910Z] v0.0.6 [2021-04-12T15:11:34.910Z] v0.0.7 [2021-04-12T15:11:34.910Z] v0.0.8 [2021-04-12T15:11:34.910Z] v2.0.0-dev.1 [2021-04-12T15:11:34.910Z] v2.0.0-dev.2 [2021-04-12T15:11:34.910Z] v2.0.0-dev.3 [2021-04-12T15:11:34.910Z] v2.0.0-dev.4 [2021-04-12T15:11:34.910Z] v2.0.0-dev.5 [2021-04-12T15:11:34.910Z] v2.0.0-dev.6 [Pipeline] sh [2021-04-12T15:11:35.209Z] + lftools sign git-tag v2.0.0-dev.6 [2021-04-12T15:11:36.598Z] Signing Git tag with Sigul... [2021-04-12T15:11:36.598Z] Signing v2.0.0-dev.6 [Pipeline] echo [2021-04-12T15:11:37.183Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:11:37.480Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-12T15:11:37.491Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-12T15:11:37.584Z] $ docker stop --time=1 ac281c301c81abc1ddf417b139203c53816801134c2a9833b59fe1b469e15231 [2021-04-12T15:11:39.701Z] $ docker rm -f ac281c301c81abc1ddf417b139203c53816801134c2a9833b59fe1b469e15231 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:11:40.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:11:40.718Z] . [Pipeline] withDockerContainer [2021-04-12T15:11:40.817Z] prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container [2021-04-12T15:11:40.863Z] $ 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-04-12T15:11:41.568Z] $ docker top 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T15:11:41.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T15:11:41.958Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T15:11:42.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T15:11:42.170Z] $ docker exec 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 ssh-agent [2021-04-12T15:11:42.344Z] SSH_AUTH_SOCK=/tmp/ssh-vhCGqU2jNuKY/agent.12 [2021-04-12T15:11:42.344Z] SSH_AGENT_PID=17 [2021-04-12T15:11:42.351Z] Running ssh-add (command line suppressed) [2021-04-12T15:11:42.475Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3543254143672716656.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3543254143672716656.key) [2021-04-12T15:11:42.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T15:11:42.870Z] + git semver bump pre [2021-04-12T15:11:42.870Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T15:11:42.870Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-04-12T15:11:42.870Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-04-12T15:11:42.870Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T15:11:42.870Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T15:11:42.870Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T15:11:42.870Z] # $SEMVER_BRANCH = master [2021-04-12T15:11:42.870Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-04-12T15:11:42.870Z] 2.0.0-dev.7 [Pipeline] } [2021-04-12T15:11:42.882Z] $ docker exec --env ******** --env ******** 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 ssh-agent -k [2021-04-12T15:11:43.001Z] unset SSH_AUTH_SOCK; [2021-04-12T15:11:43.001Z] unset SSH_AGENT_PID; [2021-04-12T15:11:43.001Z] echo Agent pid 17 killed; [2021-04-12T15:11:43.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T15:11:43.540Z] + git semver [Pipeline] } [2021-04-12T15:11:43.558Z] $ docker stop --time=1 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 [2021-04-12T15:11:44.924Z] $ docker rm -f 6e9da3eae977f4607f0e2102bd6d5bfd3f473db2703937d1812fb2cef930e991 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:11:45.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-12T15:11:45.484Z] . [Pipeline] withDockerContainer [2021-04-12T15:11:45.586Z] prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container [2021-04-12T15:11:45.637Z] $ 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-04-12T15:11:46.304Z] $ docker top cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-12T15:11:46.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-12T15:11:46.604Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-12T15:11:46.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-12T15:11:46.814Z] $ docker exec cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 ssh-agent [2021-04-12T15:11:46.990Z] SSH_AUTH_SOCK=/tmp/ssh-oJQx3MJBwCDQ/agent.12 [2021-04-12T15:11:46.990Z] SSH_AGENT_PID=17 [2021-04-12T15:11:46.997Z] Running ssh-add (command line suppressed) [2021-04-12T15:11:47.124Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_73845902618821718.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_73845902618821718.key) [2021-04-12T15:11:47.182Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-12T15:11:47.517Z] + git semver push [2021-04-12T15:11:47.517Z] # -> Open(): unable to determine branch for HEAD [2021-04-12T15:11:47.518Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-04-12T15:11:47.518Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-04-12T15:11:47.518Z] # $SEMVER_REMOTE_NAME = origin [2021-04-12T15:11:47.518Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-12T15:11:47.518Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-12T15:11:47.518Z] # $SEMVER_BRANCH = master [2021-04-12T15:11:47.518Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-04-12T15:11:50.844Z] $ docker exec --env ******** --env ******** cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 ssh-agent -k [2021-04-12T15:11:51.026Z] unset SSH_AUTH_SOCK; [2021-04-12T15:11:51.027Z] unset SSH_AGENT_PID; [2021-04-12T15:11:51.027Z] echo Agent pid 17 killed; [2021-04-12T15:11:51.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-12T15:11:51.555Z] + git semver [Pipeline] } [2021-04-12T15:11:51.571Z] $ docker stop --time=1 cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 [2021-04-12T15:11:52.920Z] $ docker rm -f cdd742b2955aac352576c598ac7f1bda4ce26118d41bd0d1a54e108fc498c9c6 [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-04-12T15:11:54.331Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:11:54.896Z] ---> package-listing.sh [2021-04-12T15:11:54.896Z] ++ facter osfamily [2021-04-12T15:11:54.896Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-12T15:11:54.896Z] + OS_FAMILY=redhat [2021-04-12T15:11:54.896Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2021-04-12T15:11:54.896Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-12T15:11:54.896Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-12T15:11:54.896Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-12T15:11:54.896Z] + PACKAGES=/tmp/packages_start.txt [2021-04-12T15:11:54.896Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-04-12T15:11:54.896Z] + PACKAGES=/tmp/packages_end.txt [2021-04-12T15:11:54.896Z] + case "${OS_FAMILY}" in [2021-04-12T15:11:54.896Z] + rpm -qa [2021-04-12T15:11:54.896Z] + sort [2021-04-12T15:12:00.200Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-12T15:12:00.200Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-12T15:12:00.200Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-12T15:12:00.200Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-04-12T15:12:00.200Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2021-04-12T15:12:00.200Z] + 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-04-12T15:12:00.214Z] 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-04-12T15:12:00.504Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:12:00.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T15:12:00.815Z] [2021-04-12T15:12:00.815Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-12T15:12:01.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T15:12:01.165Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-12T15:12:01.165Z] df20fa9351a1: Pulling fs layer [2021-04-12T15:12:01.165Z] 36b3adc4ff6f: Pulling fs layer [2021-04-12T15:12:01.165Z] 8ad3a11d3b57: Pulling fs layer [2021-04-12T15:12:01.165Z] 46f8f816bc3b: Pulling fs layer [2021-04-12T15:12:01.165Z] 93b61091891f: Pulling fs layer [2021-04-12T15:12:01.165Z] 93b9cdb0e59b: Pulling fs layer [2021-04-12T15:12:01.165Z] 5e14af77c1be: Pulling fs layer [2021-04-12T15:12:01.165Z] 01666e4c0597: Pulling fs layer [2021-04-12T15:12:01.165Z] aa168da1d23b: Pulling fs layer [2021-04-12T15:12:01.165Z] 93b9cdb0e59b: Waiting [2021-04-12T15:12:01.165Z] 5e14af77c1be: Waiting [2021-04-12T15:12:01.165Z] aa168da1d23b: Waiting [2021-04-12T15:12:01.165Z] 01666e4c0597: Waiting [2021-04-12T15:12:01.165Z] 46f8f816bc3b: Waiting [2021-04-12T15:12:01.165Z] 93b61091891f: Waiting [2021-04-12T15:12:01.165Z] 36b3adc4ff6f: Verifying Checksum [2021-04-12T15:12:01.165Z] 36b3adc4ff6f: Download complete [2021-04-12T15:12:01.165Z] 46f8f816bc3b: Verifying Checksum [2021-04-12T15:12:01.165Z] 46f8f816bc3b: Download complete [2021-04-12T15:12:01.428Z] df20fa9351a1: Verifying Checksum [2021-04-12T15:12:01.428Z] df20fa9351a1: Download complete [2021-04-12T15:12:01.428Z] 93b9cdb0e59b: Verifying Checksum [2021-04-12T15:12:01.428Z] 93b9cdb0e59b: Download complete [2021-04-12T15:12:01.428Z] 5e14af77c1be: Download complete [2021-04-12T15:12:01.428Z] 93b61091891f: Download complete [2021-04-12T15:12:01.428Z] 01666e4c0597: Verifying Checksum [2021-04-12T15:12:01.428Z] 01666e4c0597: Download complete [2021-04-12T15:12:01.691Z] df20fa9351a1: Pull complete [2021-04-12T15:12:01.955Z] 36b3adc4ff6f: Pull complete [2021-04-12T15:12:02.223Z] 8ad3a11d3b57: Verifying Checksum [2021-04-12T15:12:02.223Z] 8ad3a11d3b57: Download complete [2021-04-12T15:12:03.177Z] 8ad3a11d3b57: Pull complete [2021-04-12T15:12:03.766Z] 46f8f816bc3b: Pull complete [2021-04-12T15:12:03.766Z] aa168da1d23b: Verifying Checksum [2021-04-12T15:12:03.766Z] aa168da1d23b: Download complete [2021-04-12T15:12:04.029Z] 93b61091891f: Pull complete [2021-04-12T15:12:04.291Z] 93b9cdb0e59b: Pull complete [2021-04-12T15:12:04.291Z] 5e14af77c1be: Pull complete [2021-04-12T15:12:04.553Z] 01666e4c0597: Pull complete [2021-04-12T15:12:12.880Z] aa168da1d23b: Pull complete [2021-04-12T15:12:12.880Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-12T15:12:12.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-12T15:12:12.880Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-12T15:12:13.076Z] prd-centos7-docker-4c-2g-33693 does not seem to be running inside a container [2021-04-12T15:12:13.126Z] $ 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-04-12T15:12:15.770Z] $ docker top 727eda64e20dd801f3b2be48895d1d891bcf0fda8fb3fd5b9c93adc3e8ab6857 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-12T15:12:16.335Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-12T15:12:16.641Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-12T15:12:16.949Z] + ls /var/log/sa-host [2021-04-12T15:12:16.949Z] + sadf -c /var/log/sa-host/sa12 [2021-04-12T15:12:16.949Z] file_magic: OK [2021-04-12T15:12:16.949Z] HZ: Using current value: 100 [2021-04-12T15:12:16.949Z] file_header: OK [2021-04-12T15:12:16.949Z] 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-04-12T15:12:16.949Z] Statistics: [2021-04-12T15:12:16.949Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-12T15:12:16.949Z] File successfully converted to sysstat format version 12.2.1 [2021-04-12T15:12:16.949Z] + sadf -c /var/log/sa-host/sa23 [2021-04-12T15:12:16.949Z] file_magic: OK [2021-04-12T15:12:16.949Z] HZ: Using current value: 100 [2021-04-12T15:12:16.949Z] file_header: OK [2021-04-12T15:12:16.949Z] 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-04-12T15:12:16.949Z] Statistics: [2021-04-12T15:12:16.949Z] Hnuu...uuuununununu... [2021-04-12T15:12:16.949Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-12T15:12:17.181Z] provisioning config files... [2021-04-12T15:12:17.198Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3494025132999263940tmp [Pipeline] { [Pipeline] echo [2021-04-12T15:12:17.269Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:12:17.570Z] ---> create-netrc.sh [Pipeline] } [2021-04-12T15:12:17.583Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-12T15:12:17.669Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:12:17.967Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-12T15:12:17.979Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:12:18.282Z] ---> sudo-logs.sh [2021-04-12T15:12:18.282Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-12T15:12:18.353Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:12:18.651Z] ---> job-cost.sh [2021-04-12T15:12:18.651Z] lf-activate-venv: SKIPPING [2021-04-12T15:12:18.651Z] DEBUG: total: 0.20999999344348907 [2021-04-12T15:12:18.651Z] INFO: Retrieving Stack Cost... [2021-04-12T15:12:20.040Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-12T15:12:20.304Z] INFO: Archiving Costs [Pipeline] echo [2021-04-12T15:12:20.322Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-12T15:12:20.632Z] ---> logs-deploy.sh [2021-04-12T15:12:20.632Z] lf-activate-venv: SKIPPING [2021-04-12T15:12:20.632Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/16 [2021-04-12T15:12:20.632Z] INFO: archiving workspace using pattern(s): [2021-04-12T15:12:23.191Z] Archives upload complete. [2021-04-12T15:12:23.191Z] INFO: archiving logs to Nexus