Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21324 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 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 (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 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 # timeout=10 Commit message: "Merge pull request #26 from lenny-intel/v2-module" > git rev-list --no-walk 4f22236adecb4e20b3c94b97e4a096504ba2a497 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T22:03:41.323Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T22:03:41.593Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T22:03:41.694Z] ========================================================= [2021-01-19T22:03:41.694Z] EdgeX Global Pipelines Version Info [2021-01-19T22:03:41.694Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:03:43.338Z] ------------------- [2021-01-19T22:03:43.338Z] stable info: [2021-01-19T22:03:43.338Z] ------------------- [2021-01-19T22:03:43.338Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:03:43.338Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:03:43.338Z] Message: update stable to v1.0.179 [2021-01-19T22:03:44.285Z] ------------------- [2021-01-19T22:03:44.285Z] experimental info: [2021-01-19T22:03:44.285Z] ------------------- [2021-01-19T22:03:44.285Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T22:03:44.285Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T22:03:44.285Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T22:03:44.531Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-01-19T22:03:44.663Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-01-19T22:03:44.744Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T22:03:44.826Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T22:03:44.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T22:03:44.993Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T22:03:45.076Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T22:03:45.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T22:03:45.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T22:03:45.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T22:03:45.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T22:03:45.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2021-01-19T22:03:45.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T22:03:45.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T22:03:45.897Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:45.982Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:46.089Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:46.177Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T22:03:46.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T22:03:46.344Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T22:03:46.432Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T22:03:46.518Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T22:03:46.649Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T22:03:46.732Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T22:03:46.819Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-19T22:03:46.904Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T22:03:46.985Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T22:03:47.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T22:03:47.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T22:03:47.232Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T22:03:47.313Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 [Pipeline] echo [2021-01-19T22:03:47.438Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d7cb67 [Pipeline] echo [2021-01-19T22:03:47.522Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:03:48.194Z] + git log --format=format:%s -1 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 [Pipeline] echo [2021-01-19T22:03:48.270Z] GIT_COMMIT: 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92, Commit Message: Merge pull request #26 from lenny-intel/v2-module [Pipeline] echo [2021-01-19T22:03:48.315Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:03:49.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:03:49.311Z] [2021-01-19T22:03:49.311Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:03:49.673Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:03:49.673Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T22:03:49.673Z] 31603596830f: Pulling fs layer [2021-01-19T22:03:49.673Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T22:03:49.673Z] 6ca5941a6612: Pulling fs layer [2021-01-19T22:03:49.673Z] ecc8261a40a4: Pulling fs layer [2021-01-19T22:03:49.673Z] ecc8261a40a4: Waiting [2021-01-19T22:03:49.673Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T22:03:49.673Z] 2a8b12db71e7: Download complete [2021-01-19T22:03:49.940Z] 31603596830f: Verifying Checksum [2021-01-19T22:03:49.940Z] 31603596830f: Download complete [2021-01-19T22:03:49.940Z] ecc8261a40a4: Verifying Checksum [2021-01-19T22:03:49.940Z] ecc8261a40a4: Download complete [2021-01-19T22:03:49.940Z] 6ca5941a6612: Verifying Checksum [2021-01-19T22:03:49.940Z] 6ca5941a6612: Download complete [2021-01-19T22:03:50.206Z] 31603596830f: Pull complete [2021-01-19T22:03:50.206Z] 2a8b12db71e7: Pull complete [2021-01-19T22:03:51.160Z] 6ca5941a6612: Pull complete [2021-01-19T22:03:51.425Z] ecc8261a40a4: Pull complete [2021-01-19T22:03:51.425Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T22:03:51.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:03:51.425Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T22:03:51.545Z] prd-centos7-docker-4c-2g-21324 does not seem to be running inside a container [2021-01-19T22:03:51.596Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:03:53.612Z] $ docker top 71fa9dbf0677f1d331f3495b060432b3a137a481a724c7cfa60fa33f75175749 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:03:53.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:03:53.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:03:54.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:03:54.173Z] $ docker exec 71fa9dbf0677f1d331f3495b060432b3a137a481a724c7cfa60fa33f75175749 ssh-agent [2021-01-19T22:03:54.366Z] SSH_AUTH_SOCK=/tmp/ssh-ONsTOXWHKmkZ/agent.12 [2021-01-19T22:03:54.366Z] SSH_AGENT_PID=17 [2021-01-19T22:03:54.381Z] Running ssh-add (command line suppressed) [2021-01-19T22:03:54.523Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2421034968891720277.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2421034968891720277.key) [2021-01-19T22:03:54.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:03:54.934Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T22:03:54.968Z] $ docker exec --env ******** --env ******** 71fa9dbf0677f1d331f3495b060432b3a137a481a724c7cfa60fa33f75175749 ssh-agent -k [2021-01-19T22:03:55.091Z] unset SSH_AUTH_SOCK; [2021-01-19T22:03:55.092Z] unset SSH_AGENT_PID; [2021-01-19T22:03:55.092Z] echo Agent pid 17 killed; [2021-01-19T22:03:55.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T22:03:55.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:03:55.296Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:03:55.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:03:55.545Z] $ docker exec 71fa9dbf0677f1d331f3495b060432b3a137a481a724c7cfa60fa33f75175749 ssh-agent [2021-01-19T22:03:55.733Z] SSH_AUTH_SOCK=/tmp/ssh-rgwMDjUrziWk/agent.46 [2021-01-19T22:03:55.733Z] SSH_AGENT_PID=52 [2021-01-19T22:03:55.742Z] Running ssh-add (command line suppressed) [2021-01-19T22:03:55.869Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_305924626994703026.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_305924626994703026.key) [2021-01-19T22:03:55.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:03:56.264Z] + git semver init [2021-01-19T22:03:56.264Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:03:56.264Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-01-19T22:03:56.264Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-01-19T22:03:56.264Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:03:56.264Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:03:56.264Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:03:56.264Z] # $SEMVER_BRANCH = master [2021-01-19T22:03:56.264Z] # $SEMVER_TEMP = /tmp/semver-921914263 [2021-01-19T22:03:56.264Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-01-19T22:03:56.838Z] # '/tmp/semver-921914263' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2021-01-19T22:03:56.838Z] # -> Force: false [2021-01-19T22:03:56.838Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-01-19T22:03:56.852Z] $ docker exec --env ******** --env ******** 71fa9dbf0677f1d331f3495b060432b3a137a481a724c7cfa60fa33f75175749 ssh-agent -k [2021-01-19T22:03:56.982Z] unset SSH_AUTH_SOCK; [2021-01-19T22:03:56.983Z] unset SSH_AGENT_PID; [2021-01-19T22:03:56.983Z] echo Agent pid 52 killed; [2021-01-19T22:03:57.028Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:03:57.559Z] + git semver [Pipeline] } [2021-01-19T22:03:57.577Z] $ docker stop --time=1 71fa9dbf0677f1d331f3495b060432b3a137a481a724c7cfa60fa33f75175749 [2021-01-19T22:03:59.009Z] $ docker rm -f 71fa9dbf0677f1d331f3495b060432b3a137a481a724c7cfa60fa33f75175749 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T22:03:59.544Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T22:04:00.113Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T22:04:00.115Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T22:04:15.834Z] Still waiting to schedule task [2021-01-19T22:04:15.834Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21326’ is offline; ‘prd-centos7-docker-4c-2g-21327’ is offline; ‘prd-centos7-docker-4c-2g-21330’ is offline; ‘prd-centos7-docker-4c-2g-21331’ is offline; ‘prd-centos7-docker-4c-2g-21332’ is offline; ‘prd-centos7-docker-4c-2g-21333’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-19T22:04:15.834Z] Still waiting to schedule task [2021-01-19T22:04:15.835Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T22:06:29.302Z] Running on prd-centos7-docker-4c-2g-21340 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-01-19T22:06:29.365Z] Running in /w/workspace/go-mod-configuration/11 [Pipeline] { [Pipeline] checkout [2021-01-19T22:06:37.513Z] using credential edgex-jenkins-ssh [2021-01-19T22:06:37.577Z] Cloning the remote Git repository [2021-01-19T22:06:37.649Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-01-19T22:06:37.753Z] > git init /w/workspace/go-mod-configuration/11 # timeout=10 [2021-01-19T22:06:37.890Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-01-19T22:06:37.890Z] > git --version # timeout=10 [2021-01-19T22:06:37.977Z] > git --version # 'git version 2.24.3' [2021-01-19T22:06:37.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:38.124Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:38.770Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-01-19T22:06:38.872Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:38.943Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-01-19T22:06:39.026Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-01-19T22:06:39.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:39.046Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:06:39.494Z] Checking out Revision 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 (master) [2021-01-19T22:06:39.515Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:06:39.584Z] > git checkout -f 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 # timeout=10 [2021-01-19T22:06:43.300Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21338 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-01-19T22:06:43.358Z] Running in /w/workspace/go-mod-configuration/11 [Pipeline] { [Pipeline] checkout [2021-01-19T22:06:44.710Z] Commit message: "Merge pull request #26 from lenny-intel/v2-module" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:06:46.600Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:47.173Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:47.659Z] + sudo service docker restart [2021-01-19T22:06:47.659Z] + true [2021-01-19T22:06:47.659Z] Redirecting to /bin/systemctl restart docker.service [2021-01-19T22:06:48.618Z] using credential edgex-jenkins-ssh [2021-01-19T22:06:48.685Z] Cloning the remote Git repository [Pipeline] unstash [Pipeline] echo [2021-01-19T22:06:49.035Z] ========================================================= [2021-01-19T22:06:49.035Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T22:06:49.035Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:06:49.544Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T22:06:48.763Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-01-19T22:06:48.901Z] > git init /w/workspace/go-mod-configuration/11 # timeout=10 [2021-01-19T22:06:49.004Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-01-19T22:06:49.005Z] > git --version # timeout=10 [2021-01-19T22:06:49.024Z] > git --version # 'git version 2.17.1' [2021-01-19T22:06:49.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:49.085Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:49.863Z] Sending build context to Docker daemon 215kB [2021-01-19T22:06:50.191Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:06:50.191Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:06:50.390Z] Checking out Revision 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 (master) [2021-01-19T22:06:49.791Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-01-19T22:06:49.815Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T22:06:49.837Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-01-19T22:06:49.875Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-01-19T22:06:49.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T22:06:49.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T22:06:50.408Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T22:06:50.431Z] > git checkout -f 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 # timeout=10 [2021-01-19T22:06:51.124Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T22:06:51.124Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:06:51.124Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:06:51.124Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:06:51.124Z] bca2f99d35d6: Pulling fs layer [2021-01-19T22:06:51.124Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T22:06:51.124Z] 7c6f9722023f: Pulling fs layer [2021-01-19T22:06:51.124Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T22:06:51.124Z] bca2f99d35d6: Waiting [2021-01-19T22:06:51.124Z] 93359f2a8cfa: Waiting [2021-01-19T22:06:51.124Z] 7c6f9722023f: Waiting [2021-01-19T22:06:51.124Z] a35cf1a2eb13: Waiting [2021-01-19T22:06:51.124Z] de9db76c5a1d: Download complete [2021-01-19T22:06:52.003Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T22:06:52.003Z] 0ef7d3d256c8: Download complete [2021-01-19T22:06:52.788Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T22:06:52.788Z] 93359f2a8cfa: Download complete [2021-01-19T22:06:52.788Z] 7c6f9722023f: Verifying Checksum [2021-01-19T22:06:52.788Z] 7c6f9722023f: Download complete [2021-01-19T22:06:54.798Z] Commit message: "Merge pull request #26 from lenny-intel/v2-module" [2021-01-19T22:06:54.991Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:06:54.991Z] 188c0c94c7c5: Download complete [2021-01-19T22:06:54.991Z] 188c0c94c7c5: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T22:06:55.754Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:06:55.754Z] de9db76c5a1d: Pull complete [2021-01-19T22:06:56.324Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:56.732Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T22:06:57.079Z] + true [2021-01-19T22:06:57.079Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-19T22:07:00.153Z] ========================================================= [2021-01-19T22:07:00.153Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T22:07:00.153Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:00.565Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T22:07:01.165Z] Sending build context to Docker daemon 214kB [2021-01-19T22:07:01.441Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-19T22:07:01.441Z] Step 2/7 : FROM ${BASE} [2021-01-19T22:07:01.716Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T22:07:01.716Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T22:07:01.716Z] a4357932f1b6: Pulling fs layer [2021-01-19T22:07:01.716Z] 18c013af1878: Pulling fs layer [2021-01-19T22:07:01.716Z] 00ac8860ef70: Pulling fs layer [2021-01-19T22:07:01.716Z] 63d7cb157983: Pulling fs layer [2021-01-19T22:07:01.716Z] b116817d02f9: Pulling fs layer [2021-01-19T22:07:01.716Z] 745a02a5169b: Pulling fs layer [2021-01-19T22:07:01.716Z] 00ac8860ef70: Waiting [2021-01-19T22:07:01.716Z] 63d7cb157983: Waiting [2021-01-19T22:07:01.716Z] b116817d02f9: Waiting [2021-01-19T22:07:01.716Z] 745a02a5169b: Waiting [2021-01-19T22:07:01.716Z] 18c013af1878: Verifying Checksum [2021-01-19T22:07:01.716Z] 18c013af1878: Download complete [2021-01-19T22:07:01.716Z] a4357932f1b6: Download complete [2021-01-19T22:07:01.989Z] 63d7cb157983: Verifying Checksum [2021-01-19T22:07:01.989Z] 63d7cb157983: Download complete [2021-01-19T22:07:01.989Z] b116817d02f9: Verifying Checksum [2021-01-19T22:07:01.989Z] b116817d02f9: Download complete [2021-01-19T22:07:02.587Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T22:07:02.587Z] 5f621e34cdf4: Download complete [2021-01-19T22:07:03.193Z] 5f621e34cdf4: Pull complete [2021-01-19T22:07:03.800Z] a4357932f1b6: Pull complete [2021-01-19T22:07:04.075Z] 18c013af1878: Pull complete [2021-01-19T22:07:04.443Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T22:07:04.443Z] a35cf1a2eb13: Download complete [2021-01-19T22:07:05.054Z] 745a02a5169b: Verifying Checksum [2021-01-19T22:07:05.054Z] 745a02a5169b: Download complete [2021-01-19T22:07:06.525Z] 00ac8860ef70: Verifying Checksum [2021-01-19T22:07:06.525Z] 00ac8860ef70: Download complete [2021-01-19T22:07:06.527Z] bca2f99d35d6: Verifying Checksum [2021-01-19T22:07:06.527Z] bca2f99d35d6: Download complete [2021-01-19T22:07:16.810Z] 00ac8860ef70: Pull complete [2021-01-19T22:07:16.810Z] 63d7cb157983: Pull complete [2021-01-19T22:07:17.095Z] b116817d02f9: Pull complete [2021-01-19T22:07:19.397Z] bca2f99d35d6: Pull complete [2021-01-19T22:07:19.397Z] 93359f2a8cfa: Pull complete [2021-01-19T22:07:19.397Z] 7c6f9722023f: Pull complete [2021-01-19T22:07:20.511Z] 745a02a5169b: Pull complete [2021-01-19T22:07:20.511Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T22:07:20.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T22:07:20.511Z] ---> b7e6874047d6 [2021-01-19T22:07:20.511Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T22:07:23.180Z] ---> Running in 5eb6c5943e1a [2021-01-19T22:07:23.453Z] Removing intermediate container 5eb6c5943e1a [2021-01-19T22:07:23.453Z] ---> 79ded656a133 [2021-01-19T22:07:23.453Z] Step 4/7 : RUN apk add --update bash [2021-01-19T22:07:23.735Z] ---> Running in 0c7bac422df6 [2021-01-19T22:07:24.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T22:07:25.239Z] a35cf1a2eb13: Pull complete [2021-01-19T22:07:25.239Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T22:07:25.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T22:07:25.239Z] ---> a62c8e92a672 [2021-01-19T22:07:25.239Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T22:07:25.239Z] ---> Running in 80abc8757997 [2021-01-19T22:07:25.239Z] Removing intermediate container 80abc8757997 [2021-01-19T22:07:25.239Z] ---> 656145db57d0 [2021-01-19T22:07:25.239Z] Step 4/7 : RUN apk add --update bash [2021-01-19T22:07:25.631Z] ---> Running in a011529a10be [2021-01-19T22:07:26.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T22:07:26.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T22:07:28.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T22:07:30.127Z] OK: 142 MiB in 39 packages [2021-01-19T22:07:31.480Z] OK: 166 MiB in 39 packages [2021-01-19T22:07:31.566Z] Removing intermediate container 0c7bac422df6 [2021-01-19T22:07:31.566Z] ---> f68aecfdeb47 [2021-01-19T22:07:31.566Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:07:31.566Z] ---> Running in 1beb50264cea [2021-01-19T22:07:32.164Z] Removing intermediate container 1beb50264cea [2021-01-19T22:07:32.164Z] ---> 0c363146f2ee [2021-01-19T22:07:32.164Z] Step 6/7 : COPY go.mod . [2021-01-19T22:07:32.778Z] ---> dc7d71b6bcc2 [2021-01-19T22:07:32.778Z] Step 7/7 : RUN go mod download [2021-01-19T22:07:32.778Z] ---> Running in 2c747cf02df6 [2021-01-19T22:07:33.359Z] Removing intermediate container a011529a10be [2021-01-19T22:07:33.359Z] ---> 7b4ce373e243 [2021-01-19T22:07:33.359Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-19T22:07:33.359Z] ---> Running in a4dfd3006ccf [2021-01-19T22:07:33.359Z] Removing intermediate container a4dfd3006ccf [2021-01-19T22:07:33.359Z] ---> 51582b5e09c3 [2021-01-19T22:07:33.359Z] Step 6/7 : COPY go.mod . [2021-01-19T22:07:33.991Z] ---> 9b7ac2f87d02 [2021-01-19T22:07:33.991Z] Step 7/7 : RUN go mod download [2021-01-19T22:07:33.991Z] ---> Running in f9079f58c707 [2021-01-19T22:07:42.953Z] Removing intermediate container 2c747cf02df6 [2021-01-19T22:07:42.953Z] ---> dbcf1e707906 [2021-01-19T22:07:42.953Z] Successfully built dbcf1e707906 [2021-01-19T22:07:42.953Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:43.298Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:07:43.298Z] . [Pipeline] withDockerContainer [2021-01-19T22:07:43.571Z] prd-ubuntu18.04-docker-arm64-4c-16g-21338 does not seem to be running inside a container [2021-01-19T22:07:43.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/11 -v /w/workspace/go-mod-configuration/11:/w/workspace/go-mod-configuration/11:rw,z -v /w/workspace/go-mod-configuration/11@tmp:/w/workspace/go-mod-configuration/11@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-arm64 cat [2021-01-19T22:07:45.178Z] $ docker top 11ad7109510a71ad72cd12e042e2f8f6f69f4d14b859b3169906c33c2125e400 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:07:46.205Z] + go version [2021-01-19T22:07:46.205Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T22:07:46.231Z] $ docker stop --time=1 11ad7109510a71ad72cd12e042e2f8f6f69f4d14b859b3169906c33c2125e400 [2021-01-19T22:07:46.580Z] Removing intermediate container f9079f58c707 [2021-01-19T22:07:46.580Z] ---> 4353b2250b78 [2021-01-19T22:07:46.580Z] Successfully built 4353b2250b78 [2021-01-19T22:07:46.580Z] Successfully tagged ci-base-image-x86_64:latest [2021-01-19T22:07:48.174Z] $ docker rm -f 11ad7109510a71ad72cd12e042e2f8f6f69f4d14b859b3169906c33c2125e400 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:49.066Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:07:49.247Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T22:07:49.247Z] . [Pipeline] withDockerContainer [2021-01-19T22:07:49.375Z] . [2021-01-19T22:07:49.514Z] prd-ubuntu18.04-docker-arm64-4c-16g-21338 does not seem to be running inside a container [2021-01-19T22:07:49.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/11 -v /w/workspace/go-mod-configuration/11:/w/workspace/go-mod-configuration/11:rw,z -v /w/workspace/go-mod-configuration/11@tmp:/w/workspace/go-mod-configuration/11@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-arm64 cat [2021-01-19T22:07:51.125Z] $ docker top fffa5b01d1879cc8c7ae89585aab3545aa9ab8046160aece60c6d402bf7da348 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-19T22:07:52.134Z] prd-centos7-docker-4c-2g-21340 does not seem to be running inside a container [2021-01-19T22:07:52.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/11 -v /w/workspace/go-mod-configuration/11:/w/workspace/go-mod-configuration/11:rw,z -v /w/workspace/go-mod-configuration/11@tmp:/w/workspace/go-mod-configuration/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:07:53.807Z] $ docker top 57f805dfefe4f1fdeef2154416dfb905ac0f59448716df1e83fed84b5f9307c5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-19T22:07:54.755Z] + make test [2021-01-19T22:07:54.755Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T22:07:54.838Z] + go version [2021-01-19T22:07:54.838Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T22:07:54.863Z] $ docker stop --time=1 57f805dfefe4f1fdeef2154416dfb905ac0f59448716df1e83fed84b5f9307c5 [2021-01-19T22:07:56.794Z] $ docker rm -f 57f805dfefe4f1fdeef2154416dfb905ac0f59448716df1e83fed84b5f9307c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:07:57.930Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T22:07:57.930Z] . [Pipeline] withDockerContainer [2021-01-19T22:07:58.290Z] prd-centos7-docker-4c-2g-21340 does not seem to be running inside a container [2021-01-19T22:07:58.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/11 -v /w/workspace/go-mod-configuration/11:/w/workspace/go-mod-configuration/11:rw,z -v /w/workspace/go-mod-configuration/11@tmp:/w/workspace/go-mod-configuration/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T22:07:59.642Z] $ docker top 8d69bf5cce0797126b360530b49e51d7a09ab479a6b721aa2ccaae63b8b87a5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:08:00.251Z] + make test [2021-01-19T22:08:00.251Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-19T22:08:21.649Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.015s coverage: 85.7% of statements [2021-01-19T22:08:21.650Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.612s coverage: 86.0% of statements [2021-01-19T22:08:21.650Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.025s coverage: 100.0% of statements [2021-01-19T22:08:21.926Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T22:08:23.245Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.042s coverage: 85.7% of statements [2021-01-19T22:08:23.846Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.643s coverage: 86.0% of statements [2021-01-19T22:08:23.846Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.019s coverage: 100.0% of statements [2021-01-19T22:08:23.846Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-19T22:08:25.338Z] gofmt -l . [2021-01-19T22:08:25.338Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-19T22:08:25.363Z] $ docker stop --time=1 fffa5b01d1879cc8c7ae89585aab3545aa9ab8046160aece60c6d402bf7da348 [2021-01-19T22:08:26.564Z] gofmt -l . [2021-01-19T22:08:26.564Z] [ "`gofmt -l .`" = "" ] [2021-01-19T22:08:27.560Z] $ docker rm -f fffa5b01d1879cc8c7ae89585aab3545aa9ab8046160aece60c6d402bf7da348 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-01-19T22:08:28.082Z] $ docker stop --time=1 8d69bf5cce0797126b360530b49e51d7a09ab479a6b721aa2ccaae63b8b87a5c [2021-01-19T22:08:28.334Z] + sudo chown -R jenkins:jenkins . [2021-01-19T22:08:30.783Z] $ docker rm -f 8d69bf5cce0797126b360530b49e51d7a09ab479a6b721aa2ccaae63b8b87a5c [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh [2021-01-19T22:08:31.601Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T22:08:31.626Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T22:08:31.883Z] 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] } [2021-01-19T22:08:32.529Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // stage [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T22:08:34.753Z] provisioning config files... [2021-01-19T22:08:34.767Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1915499031787918321tmp [Pipeline] { [Pipeline] sh [2021-01-19T22:08:35.194Z] + set +x [2021-01-19T22:08:35.195Z] + curl -s https://codecov.io/bash [2021-01-19T22:08:35.195Z] + bash -s -- [2021-01-19T22:08:35.457Z] [2021-01-19T22:08:35.457Z] _____ _ [2021-01-19T22:08:35.457Z] / ____| | | [2021-01-19T22:08:35.457Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T22:08:35.457Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T22:08:35.457Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T22:08:35.457Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T22:08:35.457Z] Bash-20210115-cec3c92 [2021-01-19T22:08:35.457Z] [2021-01-19T22:08:35.457Z] [2021-01-19T22:08:35.457Z] ==> git version 2.24.3 found [2021-01-19T22:08:35.457Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T22:08:35.457Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T22:08:35.457Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T22:08:35.457Z] ==> Jenkins CI detected. [2021-01-19T22:08:35.457Z] project root: . [2021-01-19T22:08:35.457Z] --> token set from env [2021-01-19T22:08:35.457Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T22:08:35.457Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T22:08:35.457Z] ==> Python coveragepy not found [2021-01-19T22:08:35.457Z] ==> Searching for coverage reports in: [2021-01-19T22:08:35.457Z] + . [2021-01-19T22:08:35.457Z] -> Found 1 reports [2021-01-19T22:08:35.457Z] ==> Detecting git/mercurial file structure [2021-01-19T22:08:35.457Z] ==> Reading reports [2021-01-19T22:08:35.457Z] + ./coverage.out bytes=13475 [2021-01-19T22:08:35.457Z] ==> Appending adjustments [2021-01-19T22:08:35.457Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T22:08:35.457Z] + Found adjustments [2021-01-19T22:08:35.457Z] ==> Gzipping contents [2021-01-19T22:08:35.457Z] 4.0K /tmp/codecov.Ow2WHH.gz [2021-01-19T22:08:35.457Z] ==> Uploading reports [2021-01-19T22:08:35.457Z] url: https://codecov.io [2021-01-19T22:08:35.458Z] query: branch=master&commit=6d7cb676fc22de50de8bc8fbe5d5c469a2020e92&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F11%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T22:08:35.458Z] -> Pinging Codecov [2021-01-19T22:08:35.458Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=6d7cb676fc22de50de8bc8fbe5d5c469a2020e92&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F11%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T22:08:36.041Z] -> Uploading to [2021-01-19T22:08:36.041Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/9F92B070CA9CA35F4914AC8684776953/6d7cb676fc22de50de8bc8fbe5d5c469a2020e92/84c4fd62-94c0-440f-a4aa-e1f282455529.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T220835Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5d3f9361b135bf4a3dbe1ee967e91e6cb099708ba52e882e87844ebc031990dc [2021-01-19T22:08:36.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T22:08:36.041Z] Dload Upload Total Spent Left Speed [2021-01-19T22:08:36.303Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2491 0 0 100 2491 0 5266 --:--:-- --:--:-- --:--:-- 5266 [2021-01-19T22:08:36.303Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 [Pipeline] } [2021-01-19T22:08:36.313Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T22:08:37.173Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T22:08:37.228Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:08:37.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:08:37.569Z] [2021-01-19T22:08:37.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:08:37.940Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:08:37.940Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T22:08:37.940Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T22:08:37.940Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T22:08:37.940Z] de9db76c5a1d: Pulling fs layer [2021-01-19T22:08:37.940Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T22:08:37.940Z] 0d57e429df01: Pulling fs layer [2021-01-19T22:08:37.940Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T22:08:37.940Z] e1f770b5df2f: Pulling fs layer [2021-01-19T22:08:37.940Z] 85a0685a4137: Pulling fs layer [2021-01-19T22:08:37.940Z] 0d57e429df01: Waiting [2021-01-19T22:08:37.940Z] 4e4be7b47b0d: Waiting [2021-01-19T22:08:37.940Z] 85a0685a4137: Waiting [2021-01-19T22:08:37.940Z] de9db76c5a1d: Verifying Checksum [2021-01-19T22:08:37.940Z] de9db76c5a1d: Download complete [2021-01-19T22:08:37.940Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T22:08:37.940Z] 0ef7d3d256c8: Download complete [2021-01-19T22:08:37.940Z] 0d57e429df01: Verifying Checksum [2021-01-19T22:08:37.940Z] 0d57e429df01: Download complete [2021-01-19T22:08:37.940Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T22:08:37.940Z] 4e4be7b47b0d: Download complete [2021-01-19T22:08:37.940Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T22:08:37.940Z] 188c0c94c7c5: Download complete [2021-01-19T22:08:38.527Z] 188c0c94c7c5: Pull complete [2021-01-19T22:08:38.527Z] 0ef7d3d256c8: Pull complete [2021-01-19T22:08:38.791Z] de9db76c5a1d: Pull complete [2021-01-19T22:08:39.374Z] e1f770b5df2f: Verifying Checksum [2021-01-19T22:08:39.374Z] e1f770b5df2f: Download complete [2021-01-19T22:08:41.309Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T22:08:41.309Z] 0eba1c9be4d2: Download complete [2021-01-19T22:08:41.894Z] 85a0685a4137: Verifying Checksum [2021-01-19T22:08:41.894Z] 85a0685a4137: Download complete [2021-01-19T22:08:47.216Z] 0eba1c9be4d2: Pull complete [2021-01-19T22:08:47.216Z] 0d57e429df01: Pull complete [2021-01-19T22:08:47.216Z] 4e4be7b47b0d: Pull complete [2021-01-19T22:08:48.615Z] e1f770b5df2f: Pull complete [2021-01-19T22:08:56.790Z] 85a0685a4137: Pull complete [2021-01-19T22:08:56.790Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T22:08:56.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T22:08:56.790Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T22:08:56.999Z] prd-centos7-docker-4c-2g-21324 does not seem to be running inside a container [2021-01-19T22:08:57.051Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-19T22:08:58.596Z] $ docker top d985684ae9386a72acdb7801302954bed35c282eb73579b76c00da6bf3c893aa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T22:08:58.800Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T22:08:59.100Z] + set -o pipefail [2021-01-19T22:08:59.100Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T22:09:02.419Z] [2021-01-19T22:09:02.419Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... [2021-01-19T22:09:02.419Z] [2021-01-19T22:09:02.419Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/ac09717c-9497-46b0-b607-64ed00735f7b [2021-01-19T22:09:02.419Z] [2021-01-19T22:09:02.419Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T22:09:02.419Z] [2021-01-19T22:09:02.419Z] [Pipeline] } [2021-01-19T22:09:02.439Z] $ docker stop --time=1 d985684ae9386a72acdb7801302954bed35c282eb73579b76c00da6bf3c893aa [2021-01-19T22:09:04.543Z] $ docker rm -f d985684ae9386a72acdb7801302954bed35c282eb73579b76c00da6bf3c893aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-19T22:09:05.994Z] + git log --format=format:%s -1 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:06.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:09:06.300Z] . [Pipeline] withDockerContainer [2021-01-19T22:09:06.395Z] prd-centos7-docker-4c-2g-21324 does not seem to be running inside a container [2021-01-19T22:09:06.440Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:09:07.303Z] $ docker top b32c84f0048cd3e0207a69115707a37615e9941e40555573e96daa23d3723c97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:09:07.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:09:07.605Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:09:07.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:09:07.847Z] $ docker exec b32c84f0048cd3e0207a69115707a37615e9941e40555573e96daa23d3723c97 ssh-agent [2021-01-19T22:09:08.017Z] SSH_AUTH_SOCK=/tmp/ssh-e7tKbhQ3LR1Y/agent.12 [2021-01-19T22:09:08.017Z] SSH_AGENT_PID=17 [2021-01-19T22:09:08.024Z] Running ssh-add (command line suppressed) [2021-01-19T22:09:08.159Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_507685915129597754.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_507685915129597754.key) [2021-01-19T22:09:08.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:09:08.549Z] + git semver tag [2021-01-19T22:09:08.549Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:09:08.549Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-01-19T22:09:08.549Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-01-19T22:09:08.549Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:09:08.549Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:09:08.549Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:09:08.549Z] # $SEMVER_BRANCH = master [2021-01-19T22:09:08.549Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-01-19T22:09:08.549Z] # 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 HEAD [2021-01-19T22:09:08.549Z] # -> Force: false [2021-01-19T22:09:08.549Z] # 4bee45634a7946d47aff30bb6ca585317851509b refs/tags/v2.0.0-dev.1 [Pipeline] } [2021-01-19T22:09:08.565Z] $ docker exec --env ******** --env ******** b32c84f0048cd3e0207a69115707a37615e9941e40555573e96daa23d3723c97 ssh-agent -k [2021-01-19T22:09:08.685Z] unset SSH_AUTH_SOCK; [2021-01-19T22:09:08.686Z] unset SSH_AGENT_PID; [2021-01-19T22:09:08.686Z] echo Agent pid 17 killed; [2021-01-19T22:09:08.732Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:09:09.188Z] + git semver [Pipeline] } [2021-01-19T22:09:09.208Z] $ docker stop --time=1 b32c84f0048cd3e0207a69115707a37615e9941e40555573e96daa23d3723c97 [2021-01-19T22:09:10.550Z] $ docker rm -f b32c84f0048cd3e0207a69115707a37615e9941e40555573e96daa23d3723c97 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:11.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:09:11.175Z] [2021-01-19T22:09:11.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:11.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:09:11.521Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T22:09:11.521Z] ab5ef0e58194: Pulling fs layer [2021-01-19T22:09:11.521Z] 9712f1f96733: Pulling fs layer [2021-01-19T22:09:11.521Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T22:09:11.521Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T22:09:11.521Z] e9a5061849ea: Pulling fs layer [2021-01-19T22:09:11.521Z] d747dcd14b5f: Pulling fs layer [2021-01-19T22:09:11.521Z] 2de7ff778b66: Pulling fs layer [2021-01-19T22:09:11.521Z] e9a5061849ea: Waiting [2021-01-19T22:09:11.521Z] d747dcd14b5f: Waiting [2021-01-19T22:09:11.521Z] 2de7ff778b66: Waiting [2021-01-19T22:09:11.521Z] 0d9ebad4ef96: Waiting [2021-01-19T22:09:11.521Z] 9712f1f96733: Verifying Checksum [2021-01-19T22:09:11.521Z] 9712f1f96733: Download complete [2021-01-19T22:09:12.925Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T22:09:12.925Z] 63f879dbbcfc: Download complete [2021-01-19T22:09:13.197Z] e9a5061849ea: Verifying Checksum [2021-01-19T22:09:13.197Z] e9a5061849ea: Download complete [2021-01-19T22:09:13.197Z] d747dcd14b5f: Verifying Checksum [2021-01-19T22:09:13.197Z] d747dcd14b5f: Download complete [2021-01-19T22:09:13.462Z] 2de7ff778b66: Verifying Checksum [2021-01-19T22:09:13.462Z] 2de7ff778b66: Download complete [2021-01-19T22:09:13.723Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T22:09:13.723Z] 0d9ebad4ef96: Download complete [2021-01-19T22:09:13.988Z] ab5ef0e58194: Download complete [2021-01-19T22:09:18.292Z] ab5ef0e58194: Pull complete [2021-01-19T22:09:18.292Z] 9712f1f96733: Pull complete [2021-01-19T22:09:20.862Z] 63f879dbbcfc: Pull complete [2021-01-19T22:09:27.509Z] 0d9ebad4ef96: Pull complete [2021-01-19T22:09:28.906Z] e9a5061849ea: Pull complete [2021-01-19T22:09:28.906Z] d747dcd14b5f: Pull complete [2021-01-19T22:09:32.215Z] 2de7ff778b66: Pull complete [2021-01-19T22:09:32.216Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T22:09:32.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T22:09:32.216Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T22:09:32.448Z] prd-centos7-docker-4c-2g-21324 does not seem to be running inside a container [2021-01-19T22:09:32.527Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-19T22:09:36.882Z] $ docker top 9cfaed3e6f19522f4f3230a89745429a7570b22865d7451791678a34ecfd4e95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T22:09:37.097Z] provisioning config files... [2021-01-19T22:09:37.113Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5871109828320425013tmp [2021-01-19T22:09:37.137Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1358364030735322394tmp [2021-01-19T22:09:37.155Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5470674034942173570tmp [Pipeline] { [Pipeline] echo [2021-01-19T22:09:37.228Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:09:37.527Z] ---> sigul-configuration.sh [2021-01-19T22:09:37.527Z] gpg: directory `/root/.gnupg' created [2021-01-19T22:09:37.527Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T22:09:37.527Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T22:09:37.527Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T22:09:37.527Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T22:09:37.527Z] gpg: CAST5 encrypted data [2021-01-19T22:09:37.791Z] gpg: encrypted with 1 passphrase [2021-01-19T22:09:37.791Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T22:09:38.095Z] + mkdir /home/jenkins [2021-01-19T22:09:38.095Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T22:09:38.395Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T22:09:38.405Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:09:38.713Z] ---> sigul-install.sh [2021-01-19T22:09:44.026Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T22:09:44.330Z] + git tag --list [2021-01-19T22:09:44.330Z] v0.0.0 [2021-01-19T22:09:44.330Z] v0.0.1 [2021-01-19T22:09:44.330Z] v0.0.2 [2021-01-19T22:09:44.330Z] v0.0.3 [2021-01-19T22:09:44.330Z] v0.0.4 [2021-01-19T22:09:44.330Z] v0.0.5 [2021-01-19T22:09:44.330Z] v0.0.6 [2021-01-19T22:09:44.330Z] v0.0.7 [2021-01-19T22:09:44.330Z] v0.0.8 [2021-01-19T22:09:44.330Z] v2.0.0-dev.1 [Pipeline] sh [2021-01-19T22:09:44.631Z] + lftools sign git-tag v2.0.0-dev.1 [2021-01-19T22:09:46.026Z] Signing Git tag with Sigul... [2021-01-19T22:09:46.027Z] Signing v2.0.0-dev.1 [Pipeline] echo [2021-01-19T22:09:46.616Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:09:46.916Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T22:09:46.926Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T22:09:47.024Z] $ docker stop --time=1 9cfaed3e6f19522f4f3230a89745429a7570b22865d7451791678a34ecfd4e95 [2021-01-19T22:09:49.082Z] $ docker rm -f 9cfaed3e6f19522f4f3230a89745429a7570b22865d7451791678a34ecfd4e95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:49.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:09:49.985Z] . [Pipeline] withDockerContainer [2021-01-19T22:09:50.084Z] prd-centos7-docker-4c-2g-21324 does not seem to be running inside a container [2021-01-19T22:09:50.134Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:09:50.857Z] $ docker top a6f5c453717c80d58e49f80eb3c180f0be61aca270ddf6900b27543da9381754 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:09:51.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:09:51.209Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:09:51.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:09:51.428Z] $ docker exec a6f5c453717c80d58e49f80eb3c180f0be61aca270ddf6900b27543da9381754 ssh-agent [2021-01-19T22:09:51.601Z] SSH_AUTH_SOCK=/tmp/ssh-hS680pbUUJnR/agent.11 [2021-01-19T22:09:51.601Z] SSH_AGENT_PID=16 [2021-01-19T22:09:51.608Z] Running ssh-add (command line suppressed) [2021-01-19T22:09:51.731Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8008517282793127561.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_8008517282793127561.key) [2021-01-19T22:09:51.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:09:52.122Z] + git semver bump pre [2021-01-19T22:09:52.123Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:09:52.123Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-01-19T22:09:52.123Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-01-19T22:09:52.123Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:09:52.123Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:09:52.123Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:09:52.123Z] # $SEMVER_BRANCH = master [2021-01-19T22:09:52.123Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-01-19T22:09:52.123Z] 2.0.0-dev.2 [Pipeline] } [2021-01-19T22:09:52.139Z] $ docker exec --env ******** --env ******** a6f5c453717c80d58e49f80eb3c180f0be61aca270ddf6900b27543da9381754 ssh-agent -k [2021-01-19T22:09:52.260Z] unset SSH_AUTH_SOCK; [2021-01-19T22:09:52.260Z] unset SSH_AGENT_PID; [2021-01-19T22:09:52.260Z] echo Agent pid 16 killed; [2021-01-19T22:09:52.309Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:09:52.767Z] + git semver [Pipeline] } [2021-01-19T22:09:52.788Z] $ docker stop --time=1 a6f5c453717c80d58e49f80eb3c180f0be61aca270ddf6900b27543da9381754 [2021-01-19T22:09:54.144Z] $ docker rm -f a6f5c453717c80d58e49f80eb3c180f0be61aca270ddf6900b27543da9381754 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:09:54.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T22:09:54.651Z] . [Pipeline] withDockerContainer [2021-01-19T22:09:54.745Z] prd-centos7-docker-4c-2g-21324 does not seem to be running inside a container [2021-01-19T22:09:54.797Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T22:09:55.420Z] $ docker top fb5ceca994ddad51d1ef3a854385e1ffbc4f4156ffad4d18f7d2f5bfa186b8b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T22:09:55.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T22:09:55.712Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T22:09:55.903Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T22:09:55.910Z] $ docker exec fb5ceca994ddad51d1ef3a854385e1ffbc4f4156ffad4d18f7d2f5bfa186b8b8 ssh-agent [2021-01-19T22:09:56.080Z] SSH_AUTH_SOCK=/tmp/ssh-zuoZoboWxkne/agent.11 [2021-01-19T22:09:56.080Z] SSH_AGENT_PID=16 [2021-01-19T22:09:56.088Z] Running ssh-add (command line suppressed) [2021-01-19T22:09:56.210Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4038736464706902995.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4038736464706902995.key) [2021-01-19T22:09:56.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T22:09:56.601Z] + git semver push [2021-01-19T22:09:56.601Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T22:09:56.601Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-01-19T22:09:56.601Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-01-19T22:09:56.601Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T22:09:56.601Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T22:09:56.601Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T22:09:56.601Z] # $SEMVER_BRANCH = master [2021-01-19T22:09:56.601Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-01-19T22:10:03.217Z] $ docker exec --env ******** --env ******** fb5ceca994ddad51d1ef3a854385e1ffbc4f4156ffad4d18f7d2f5bfa186b8b8 ssh-agent -k [2021-01-19T22:10:03.372Z] unset SSH_AUTH_SOCK; [2021-01-19T22:10:03.372Z] unset SSH_AGENT_PID; [2021-01-19T22:10:03.372Z] echo Agent pid 16 killed; [2021-01-19T22:10:03.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T22:10:03.909Z] + git semver [Pipeline] } [2021-01-19T22:10:03.932Z] $ docker stop --time=1 fb5ceca994ddad51d1ef3a854385e1ffbc4f4156ffad4d18f7d2f5bfa186b8b8 [2021-01-19T22:10:05.303Z] $ docker rm -f fb5ceca994ddad51d1ef3a854385e1ffbc4f4156ffad4d18f7d2f5bfa186b8b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:06.700Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:07.289Z] ---> package-listing.sh [2021-01-19T22:10:07.289Z] ++ facter osfamily [2021-01-19T22:10:07.289Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T22:10:07.289Z] + OS_FAMILY=redhat [2021-01-19T22:10:07.289Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2021-01-19T22:10:07.289Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T22:10:07.289Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T22:10:07.289Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T22:10:07.289Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T22:10:07.289Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-01-19T22:10:07.289Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T22:10:07.289Z] + case "${OS_FAMILY}" in [2021-01-19T22:10:07.289Z] + rpm -qa [2021-01-19T22:10:07.289Z] + sort [2021-01-19T22:10:12.619Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T22:10:12.619Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T22:10:12.619Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T22:10:12.619Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-01-19T22:10:12.619Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2021-01-19T22:10:12.619Z] + 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-01-19T22:10:12.632Z] 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-01-19T22:10:12.924Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:13.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:10:13.243Z] [2021-01-19T22:10:13.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T22:10:13.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:10:13.809Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T22:10:13.809Z] df20fa9351a1: Pulling fs layer [2021-01-19T22:10:13.809Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T22:10:13.809Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T22:10:13.809Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T22:10:13.809Z] 93b61091891f: Pulling fs layer [2021-01-19T22:10:13.809Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T22:10:13.809Z] 5e14af77c1be: Pulling fs layer [2021-01-19T22:10:13.809Z] 01666e4c0597: Pulling fs layer [2021-01-19T22:10:13.809Z] aa168da1d23b: Pulling fs layer [2021-01-19T22:10:13.809Z] 93b9cdb0e59b: Waiting [2021-01-19T22:10:13.809Z] 01666e4c0597: Waiting [2021-01-19T22:10:13.809Z] aa168da1d23b: Waiting [2021-01-19T22:10:13.809Z] 93b61091891f: Waiting [2021-01-19T22:10:13.809Z] 46f8f816bc3b: Waiting [2021-01-19T22:10:13.809Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T22:10:13.809Z] 36b3adc4ff6f: Download complete [2021-01-19T22:10:13.809Z] 46f8f816bc3b: Download complete [2021-01-19T22:10:13.809Z] df20fa9351a1: Verifying Checksum [2021-01-19T22:10:13.809Z] df20fa9351a1: Download complete [2021-01-19T22:10:13.809Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T22:10:13.809Z] 93b9cdb0e59b: Download complete [2021-01-19T22:10:13.809Z] 93b61091891f: Verifying Checksum [2021-01-19T22:10:13.809Z] 93b61091891f: Download complete [2021-01-19T22:10:13.809Z] 5e14af77c1be: Verifying Checksum [2021-01-19T22:10:13.809Z] 5e14af77c1be: Download complete [2021-01-19T22:10:13.809Z] 01666e4c0597: Verifying Checksum [2021-01-19T22:10:13.809Z] 01666e4c0597: Download complete [2021-01-19T22:10:14.128Z] df20fa9351a1: Pull complete [2021-01-19T22:10:14.394Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T22:10:14.394Z] 8ad3a11d3b57: Download complete [2021-01-19T22:10:14.394Z] 36b3adc4ff6f: Pull complete [2021-01-19T22:10:15.796Z] 8ad3a11d3b57: Pull complete [2021-01-19T22:10:16.058Z] aa168da1d23b: Verifying Checksum [2021-01-19T22:10:16.058Z] aa168da1d23b: Download complete [2021-01-19T22:10:16.322Z] 46f8f816bc3b: Pull complete [2021-01-19T22:10:16.592Z] 93b61091891f: Pull complete [2021-01-19T22:10:16.856Z] 93b9cdb0e59b: Pull complete [2021-01-19T22:10:16.856Z] 5e14af77c1be: Pull complete [2021-01-19T22:10:17.125Z] 01666e4c0597: Pull complete [2021-01-19T22:10:25.349Z] aa168da1d23b: Pull complete [2021-01-19T22:10:25.349Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T22:10:25.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T22:10:25.349Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T22:10:25.520Z] prd-centos7-docker-4c-2g-21324 does not seem to be running inside a container [2021-01-19T22:10:25.569Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T22:10:28.721Z] $ docker top 2132c8feab8a0a6d60afe1ed9f8851c28290b71abbf0d8306ee914a5a726d215 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T22:10:29.200Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T22:10:29.497Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T22:10:29.799Z] + ls /var/log/sa-host [2021-01-19T22:10:29.799Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T22:10:29.799Z] file_magic: OK [2021-01-19T22:10:29.799Z] HZ: Using current value: 100 [2021-01-19T22:10:29.799Z] file_header: OK [2021-01-19T22:10:29.799Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T22:10:29.799Z] Statistics: [2021-01-19T22:10:29.799Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T22:10:29.799Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T22:10:29.799Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T22:10:29.799Z] file_magic: OK [2021-01-19T22:10:29.799Z] HZ: Using current value: 100 [2021-01-19T22:10:29.799Z] file_header: OK [2021-01-19T22:10:29.799Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T22:10:29.799Z] Statistics: [2021-01-19T22:10:29.799Z] Hnuu...uuuununununu... [2021-01-19T22:10:29.799Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T22:10:30.420Z] provisioning config files... [2021-01-19T22:10:30.441Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3157890778554188277tmp [Pipeline] { [Pipeline] echo [2021-01-19T22:10:30.604Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:30.909Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T22:10:30.918Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T22:10:31.007Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:31.305Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T22:10:31.316Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:31.617Z] ---> sudo-logs.sh [2021-01-19T22:10:31.617Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T22:10:31.628Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:31.925Z] ---> job-cost.sh [2021-01-19T22:10:31.925Z] lf-activate-venv: SKIPPING [2021-01-19T22:10:31.925Z] INFO: No Stack... [2021-01-19T22:10:33.310Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T22:10:33.571Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T22:10:33.584Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T22:10:33.877Z] ---> logs-deploy.sh [2021-01-19T22:10:33.877Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/11 [2021-01-19T22:10:33.877Z] INFO: archiving workspace using pattern(s): [2021-01-19T22:10:35.277Z] Archives upload complete. [2021-01-19T22:10:35.277Z] INFO: archiving logs to Nexus