Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cb532a07dfc327426b9b90c72480b9ef20d17f48 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24388’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24394 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 cb532a07dfc327426b9b90c72480b9ef20d17f48 (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 cb532a07dfc327426b9b90c72480b9ef20d17f48 # timeout=10 Commit message: "Merge pull request #27 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" > git rev-list --no-walk 6d7cb676fc22de50de8bc8fbe5d5c469a2020e92 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:41:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:41:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:41:09 ========================================================= 18:41:09 EdgeX Global Pipelines Version Info 18:41:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:41:10 ------------------- 18:41:10 stable info: 18:41:10 ------------------- 18:41:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:41:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:41:10 Message: update stable to v1.0.179 18:41:11 ------------------- 18:41:11 experimental info: 18:41:11 ------------------- 18:41:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:41:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:41:11 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:41:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 18:41:11 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 18:41:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 18:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:41:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb532a0 [Pipeline] echo 18:41:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:41:15 + git log --format=format:%s -1 cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] echo 18:41:15 GIT_COMMIT: cb532a07dfc327426b9b90c72480b9ef20d17f48, Commit Message: Merge pull request #27 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0 [Pipeline] echo 18:41:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:16 18:41:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:41:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:16 latest: Pulling from edgex-devops/git-semver 18:41:16 31603596830f: Pulling fs layer 18:41:16 2a8b12db71e7: Pulling fs layer 18:41:16 6ca5941a6612: Pulling fs layer 18:41:16 ecc8261a40a4: Pulling fs layer 18:41:16 ecc8261a40a4: Waiting 18:41:16 2a8b12db71e7: Verifying Checksum 18:41:16 2a8b12db71e7: Download complete 18:41:16 31603596830f: Verifying Checksum 18:41:16 31603596830f: Download complete 18:41:16 ecc8261a40a4: Verifying Checksum 18:41:16 ecc8261a40a4: Download complete 18:41:16 6ca5941a6612: Verifying Checksum 18:41:16 6ca5941a6612: Download complete 18:41:17 31603596830f: Pull complete 18:41:17 2a8b12db71e7: Pull complete 18:41:18 6ca5941a6612: Pull complete 18:41:18 ecc8261a40a4: Pull complete 18:41:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:41:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:41:18 prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container 18:41:18 $ 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 18:41:21 $ docker top 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:41:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:22 [ssh-agent] Looking for ssh-agent implementation... 18:41:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:22 $ docker exec 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent 18:41:22 SSH_AUTH_SOCK=/tmp/ssh-7D3xAp9kOPIR/agent.11 18:41:22 SSH_AGENT_PID=17 18:41:22 Running ssh-add (command line suppressed) 18:41:22 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2510160707962008023.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2510160707962008023.key) 18:41:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:23 + git tag --points-at HEAD [Pipeline] } 18:41:23 $ docker exec --env ******** --env ******** 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent -k 18:41:23 unset SSH_AUTH_SOCK; 18:41:23 unset SSH_AGENT_PID; 18:41:23 echo Agent pid 17 killed; 18:41:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:41:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:23 [ssh-agent] Looking for ssh-agent implementation... 18:41:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:24 $ docker exec 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent 18:41:24 SSH_AUTH_SOCK=/tmp/ssh-kpIUQlsfg9zb/agent.46 18:41:24 SSH_AGENT_PID=52 18:41:24 Running ssh-add (command line suppressed) 18:41:24 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3737859516013945272.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_3737859516013945272.key) 18:41:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:24 + git semver init 18:41:24 # -> Open(): unable to determine branch for HEAD 18:41:24 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:41:24 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:41:24 # $SEMVER_REMOTE_NAME = origin 18:41:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:41:24 # $SEMVER_USER_NAME = edgex-jenkins 18:41:24 # $SEMVER_BRANCH = master 18:41:24 # $SEMVER_TEMP = /tmp/semver-846853775 18:41:24 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 18:41:25 # '/tmp/semver-846853775' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 18:41:25 # -> Force: false 18:41:25 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 18:41:25 $ docker exec --env ******** --env ******** 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent -k 18:41:25 unset SSH_AUTH_SOCK; 18:41:25 unset SSH_AGENT_PID; 18:41:25 echo Agent pid 52 killed; 18:41:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:25 + git semver [Pipeline] } 18:41:25 $ docker stop --time=1 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d 18:41:27 $ docker rm -f 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d [Pipeline] // withDockerContainer [Pipeline] sh 18:41:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:41:28 Stashed 1 file(s) [Pipeline] echo 18:41:28 [edgeXSemver]: initialized semver on version 2.0.0-dev.2 [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 18:41:43 Still waiting to schedule task 18:41:43 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24371’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline; ‘prd-centos7-docker-4c-2g-24377’ is offline; ‘prd-centos7-docker-4c-2g-24381’ is offline; ‘prd-centos7-docker-4c-2g-24386’ is offline; ‘prd-centos7-docker-4c-2g-24388’ is offline; ‘prd-centos7-docker-4c-2g-24396’ is offline; ‘prd-centos7-docker-4c-2g-24398’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24393’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24395’ doesn’t have label ‘centos7-docker-4c-2g’ 18:41:43 Still waiting to schedule task 18:41:43 Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24371’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24374’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24377’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24381’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24386’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24388’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24396’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24398’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24382’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24395’ is offline 18:43:26 Running on prd-centos7-docker-4c-2g-24402 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 18:43:26 Running in /w/workspace/go-mod-configuration/12 [Pipeline] { [Pipeline] checkout 18:43:30 using credential edgex-jenkins-ssh 18:43:30 Cloning the remote Git repository 18:43:30 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:43:30 > git init /w/workspace/go-mod-configuration/12 # timeout=10 18:43:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:43:30 > git --version # timeout=10 18:43:30 > git --version # 'git version 2.24.3' 18:43:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:43:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:43:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:43:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:31 Checking out Revision cb532a07dfc327426b9b90c72480b9ef20d17f48 (master) 18:43:31 > git config core.sparsecheckout # timeout=10 18:43:31 > git checkout -f cb532a07dfc327426b9b90c72480b9ef20d17f48 # timeout=10 18:43:35 Commit message: "Merge pull request #27 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:43:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:37 + sudo service docker restart 18:43:37 + true 18:43:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:43:38 ========================================================= 18:43:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:43:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:39 + 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 . 18:43:39 Sending build context to Docker daemon 214.5kB 18:43:39 Step 1/7 : ARG BASE=golang:1.15-alpine 18:43:39 Step 2/7 : FROM ${BASE} 18:43:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:43:39 188c0c94c7c5: Pulling fs layer 18:43:39 0ef7d3d256c8: Pulling fs layer 18:43:39 de9db76c5a1d: Pulling fs layer 18:43:39 bca2f99d35d6: Pulling fs layer 18:43:39 93359f2a8cfa: Pulling fs layer 18:43:39 7c6f9722023f: Pulling fs layer 18:43:39 a35cf1a2eb13: Pulling fs layer 18:43:39 93359f2a8cfa: Waiting 18:43:39 7c6f9722023f: Waiting 18:43:39 a35cf1a2eb13: Waiting 18:43:39 bca2f99d35d6: Waiting 18:43:39 de9db76c5a1d: Download complete 18:43:39 0ef7d3d256c8: Verifying Checksum 18:43:39 0ef7d3d256c8: Download complete 18:43:39 93359f2a8cfa: Verifying Checksum 18:43:39 93359f2a8cfa: Download complete 18:43:39 7c6f9722023f: Verifying Checksum 18:43:39 7c6f9722023f: Download complete 18:43:40 188c0c94c7c5: Verifying Checksum 18:43:40 188c0c94c7c5: Download complete 18:43:40 188c0c94c7c5: Pull complete 18:43:40 0ef7d3d256c8: Pull complete 18:43:40 de9db76c5a1d: Pull complete 18:43:42 a35cf1a2eb13: Verifying Checksum 18:43:42 a35cf1a2eb13: Download complete 18:43:42 bca2f99d35d6: Verifying Checksum 18:43:42 bca2f99d35d6: Download complete 18:43:48 bca2f99d35d6: Pull complete 18:43:48 93359f2a8cfa: Pull complete 18:43:48 7c6f9722023f: Pull complete 18:43:52 a35cf1a2eb13: Pull complete 18:43:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:43:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:43:52 ---> a62c8e92a672 18:43:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:43:52 ---> Running in 240c52b956f6 18:43:53 Removing intermediate container 240c52b956f6 18:43:53 ---> 5e97deb24422 18:43:53 Step 4/7 : RUN apk add --update bash 18:43:53 ---> Running in 26701313aa9d 18:43:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:59 OK: 166 MiB in 39 packages 18:43:59 Removing intermediate container 26701313aa9d 18:43:59 ---> 08df76fc7200 18:43:59 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:43:59 ---> Running in c409abfdfc85 18:43:59 Removing intermediate container c409abfdfc85 18:43:59 ---> 2612309fb6a1 18:43:59 Step 6/7 : COPY go.mod . 18:43:59 ---> 5c7a4979c1cb 18:43:59 Step 7/7 : RUN go mod download 18:43:59 ---> Running in b74c9a1d0004 18:44:09 Removing intermediate container b74c9a1d0004 18:44:09 ---> 0d11fcf0e518 18:44:09 Successfully built 0d11fcf0e518 18:44:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:44:10 + docker inspect -f . ci-base-image-x86_64 18:44:10 . [Pipeline] withDockerContainer 18:44:10 prd-centos7-docker-4c-2g-24402 does not seem to be running inside a container 18:44:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/12 -v /w/workspace/go-mod-configuration/12:/w/workspace/go-mod-configuration/12:rw,z -v /w/workspace/go-mod-configuration/12@tmp:/w/workspace/go-mod-configuration/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:44:11 $ docker top 91ac12ecdabf680b69c0928f20024ca0319449cc518a86810cf5e5b29e91e863 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:12 + go version 18:44:12 go version go1.15.5 linux/amd64 [Pipeline] } 18:44:12 $ docker stop --time=1 91ac12ecdabf680b69c0928f20024ca0319449cc518a86810cf5e5b29e91e863 18:44:13 $ docker rm -f 91ac12ecdabf680b69c0928f20024ca0319449cc518a86810cf5e5b29e91e863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:14 + docker inspect -f . ci-base-image-x86_64 18:44:14 . [Pipeline] withDockerContainer 18:44:14 prd-centos7-docker-4c-2g-24402 does not seem to be running inside a container 18:44:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/12 -v /w/workspace/go-mod-configuration/12:/w/workspace/go-mod-configuration/12:rw,z -v /w/workspace/go-mod-configuration/12@tmp:/w/workspace/go-mod-configuration/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:44:15 $ docker top 9414d52cad5e4e90d5e1fec0368f079757a306e3604abe2f0471065ff04224a9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:15 + make test 18:44:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:44:24 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.012s coverage: 85.7% of statements 18:44:26 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.558s coverage: 86.0% of statements 18:44:26 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.006s coverage: 100.0% of statements 18:44:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:44:27 gofmt -l . 18:44:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:44:27 $ docker stop --time=1 9414d52cad5e4e90d5e1fec0368f079757a306e3604abe2f0471065ff04224a9 18:44:29 $ docker rm -f 9414d52cad5e4e90d5e1fec0368f079757a306e3604abe2f0471065ff04224a9 [Pipeline] // withDockerContainer [Pipeline] sh 18:44:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:44:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24403 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 18:44:33 Running in /w/workspace/go-mod-configuration/12 [Pipeline] { [Pipeline] checkout 18:44:39 using credential edgex-jenkins-ssh 18:44:39 Cloning the remote Git repository 18:44:39 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:44:39 > git init /w/workspace/go-mod-configuration/12 # timeout=10 18:44:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:44:39 > git --version # timeout=10 18:44:39 > git --version # 'git version 2.17.1' 18:44:39 using GIT_SSH to set credentials SSH Credentials for GitHub 18:44:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:44:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:44:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:44:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:44:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:44:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:44:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:44:41 Checking out Revision cb532a07dfc327426b9b90c72480b9ef20d17f48 (master) 18:44:41 > git config core.sparsecheckout # timeout=10 18:44:41 > git checkout -f cb532a07dfc327426b9b90c72480b9ef20d17f48 # timeout=10 18:44:45 Commit message: "Merge pull request #27 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:44:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:44:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:44:48 + sudo service docker restart 18:44:48 + true [Pipeline] unstash [Pipeline] echo 18:44:51 ========================================================= 18:44:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:44:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:44:51 + 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 . 18:44:52 Sending build context to Docker daemon 213.5kB 18:44:52 Step 1/7 : ARG BASE=golang:1.15-alpine 18:44:52 Step 2/7 : FROM ${BASE} 18:44:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:44:53 5f621e34cdf4: Pulling fs layer 18:44:53 a4357932f1b6: Pulling fs layer 18:44:53 18c013af1878: Pulling fs layer 18:44:53 00ac8860ef70: Pulling fs layer 18:44:53 63d7cb157983: Pulling fs layer 18:44:53 b116817d02f9: Pulling fs layer 18:44:53 745a02a5169b: Pulling fs layer 18:44:53 00ac8860ef70: Waiting 18:44:53 63d7cb157983: Waiting 18:44:53 b116817d02f9: Waiting 18:44:53 745a02a5169b: Waiting 18:44:53 18c013af1878: Verifying Checksum 18:44:53 18c013af1878: Download complete 18:44:53 a4357932f1b6: Download complete 18:44:53 63d7cb157983: Verifying Checksum 18:44:53 63d7cb157983: Download complete 18:44:53 b116817d02f9: Download complete 18:44:53 5f621e34cdf4: Verifying Checksum 18:44:53 5f621e34cdf4: Download complete 18:44:54 5f621e34cdf4: Pull complete 18:44:54 a4357932f1b6: Pull complete 18:44:55 18c013af1878: Pull complete 18:44:56 745a02a5169b: Download complete 18:44:57 00ac8860ef70: Verifying Checksum 18:44:57 00ac8860ef70: Download complete 18:45:10 00ac8860ef70: Pull complete 18:45:10 63d7cb157983: Pull complete 18:45:10 b116817d02f9: Pull complete 18:45:12 745a02a5169b: Pull complete 18:45:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:45:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:45:12 ---> b7e6874047d6 18:45:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:45:15 ---> Running in 84d2de445400 18:45:15 Removing intermediate container 84d2de445400 18:45:15 ---> 8b7c89d166df 18:45:15 Step 4/7 : RUN apk add --update bash 18:45:15 ---> Running in 210ad258d262 18:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:19 OK: 142 MiB in 39 packages 18:45:20 Removing intermediate container 210ad258d262 18:45:20 ---> de04d9e27fb6 18:45:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:45:20 ---> Running in 2de92eb4880f 18:45:21 Removing intermediate container 2de92eb4880f 18:45:21 ---> b396ce8c7b23 18:45:21 Step 6/7 : COPY go.mod . 18:45:21 ---> 4e06dd54aa2a 18:45:21 Step 7/7 : RUN go mod download 18:45:22 ---> Running in 2f2d5cf05d6f 18:45:34 Removing intermediate container 2f2d5cf05d6f 18:45:34 ---> 2a7df9223bc3 18:45:34 Successfully built 2a7df9223bc3 18:45:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:45:35 + docker inspect -f . ci-base-image-arm64 18:45:35 . [Pipeline] withDockerContainer 18:45:35 prd-ubuntu18.04-docker-arm64-4c-16g-24403 does not seem to be running inside a container 18:45:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/12 -v /w/workspace/go-mod-configuration/12:/w/workspace/go-mod-configuration/12:rw,z -v /w/workspace/go-mod-configuration/12@tmp:/w/workspace/go-mod-configuration/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:45:36 $ docker top 82e2aaadd1e50bdc9bd7971463d60d1dec9066fd2bcd30d599b72cfdfad869e2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:38 + go version 18:45:38 go version go1.15.5 linux/arm64 [Pipeline] } 18:45:38 $ docker stop --time=1 82e2aaadd1e50bdc9bd7971463d60d1dec9066fd2bcd30d599b72cfdfad869e2 18:45:40 $ docker rm -f 82e2aaadd1e50bdc9bd7971463d60d1dec9066fd2bcd30d599b72cfdfad869e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:41 + docker inspect -f . ci-base-image-arm64 18:45:41 . [Pipeline] withDockerContainer 18:45:41 prd-ubuntu18.04-docker-arm64-4c-16g-24403 does not seem to be running inside a container 18:45:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/12 -v /w/workspace/go-mod-configuration/12:/w/workspace/go-mod-configuration/12:rw,z -v /w/workspace/go-mod-configuration/12@tmp:/w/workspace/go-mod-configuration/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:45:43 $ docker top eb89229b445fe5460305ccfe2f106203fb943afefbf204505f7d3b27822e4b33 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:44 + make test 18:45:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:46:11 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.023s coverage: 85.7% of statements 18:46:11 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.616s coverage: 86.0% of statements 18:46:11 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.011s coverage: 100.0% of statements 18:46:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:46:13 gofmt -l . 18:46:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:46:14 $ docker stop --time=1 eb89229b445fe5460305ccfe2f106203fb943afefbf204505f7d3b27822e4b33 18:46:16 $ docker rm -f eb89229b445fe5460305ccfe2f106203fb943afefbf204505f7d3b27822e4b33 [Pipeline] // withDockerContainer [Pipeline] sh 18:46:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:46:17 Warning: overwriting stash ‘coverage-report’ 18:46:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:46:19 provisioning config files... 18:46:19 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4765792544055983349tmp [Pipeline] { [Pipeline] sh 18:46:19 + set +x 18:46:19 + curl -s https://codecov.io/bash 18:46:19 + bash -s -- 18:46:20 18:46:20 _____ _ 18:46:20 / ____| | | 18:46:20 | | ___ __| | ___ ___ _____ __ 18:46:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:46:20 | |___| (_) | (_| | __/ (_| (_) \ V / 18:46:20 \_____\___/ \__,_|\___|\___\___/ \_/ 18:46:20 Bash-20210129-7c25fce 18:46:20 18:46:20 18:46:20 ==> git version 2.24.3 found 18:46:20 ==> 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 18:46:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:46:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:46:20 ==> Jenkins CI detected. 18:46:20 project root: . 18:46:20 --> token set from env 18:46:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:46:20 ==> Running gcov in . (disable via -X gcov) 18:46:20 ==> Python coveragepy not found 18:46:20 ==> Searching for coverage reports in: 18:46:20 + . 18:46:20 -> Found 1 reports 18:46:20 ==> Detecting git/mercurial file structure 18:46:20 ==> Reading reports 18:46:20 + ./coverage.out bytes=13475 18:46:20 ==> Appending adjustments 18:46:20 https://docs.codecov.io/docs/fixing-reports 18:46:20 + Found adjustments 18:46:20 ==> Gzipping contents 18:46:20 4.0K /tmp/codecov.sNxzBg.gz 18:46:20 ==> Uploading reports 18:46:20 url: https://codecov.io 18:46:20 query: branch=master&commit=cb532a07dfc327426b9b90c72480b9ef20d17f48&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 18:46:20 -> Pinging Codecov 18:46:20 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=cb532a07dfc327426b9b90c72480b9ef20d17f48&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 18:46:20 -> Uploading to 18:46:20 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/9F92B070CA9CA35F4914AC8684776953/cb532a07dfc327426b9b90c72480b9ef20d17f48/e4c6fc4e-8da1-490c-b7f4-5294349fdff5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T184620Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2f0b8f7587b3ba8c2994956796af574562f797b5eb7f9c5c39481d8e2fa9a35e 18:46:20 % Total % Received % Xferd Average Speed Time Time Time Current 18:46:20 Dload Upload Total Spent Left Speed 18:46:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2492 0 0 100 2492 0 5564 --:--:-- --:--:-- --:--:-- 5574 18:46:21 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] } 18:46:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:46:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:46:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:46:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:46:22 18:46:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:46:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:46:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:46:22 188c0c94c7c5: Pulling fs layer 18:46:22 0ef7d3d256c8: Pulling fs layer 18:46:22 de9db76c5a1d: Pulling fs layer 18:46:22 0eba1c9be4d2: Pulling fs layer 18:46:22 0d57e429df01: Pulling fs layer 18:46:22 4e4be7b47b0d: Pulling fs layer 18:46:22 e1f770b5df2f: Pulling fs layer 18:46:22 85a0685a4137: Pulling fs layer 18:46:22 0d57e429df01: Waiting 18:46:22 4e4be7b47b0d: Waiting 18:46:22 e1f770b5df2f: Waiting 18:46:22 85a0685a4137: Waiting 18:46:22 0eba1c9be4d2: Waiting 18:46:22 0ef7d3d256c8: Verifying Checksum 18:46:22 0ef7d3d256c8: Download complete 18:46:22 0d57e429df01: Verifying Checksum 18:46:22 0d57e429df01: Download complete 18:46:22 4e4be7b47b0d: Verifying Checksum 18:46:22 4e4be7b47b0d: Download complete 18:46:22 188c0c94c7c5: Verifying Checksum 18:46:22 188c0c94c7c5: Download complete 18:46:23 188c0c94c7c5: Pull complete 18:46:23 0ef7d3d256c8: Pull complete 18:46:23 de9db76c5a1d: Pull complete 18:46:24 e1f770b5df2f: Verifying Checksum 18:46:24 e1f770b5df2f: Download complete 18:46:26 85a0685a4137: Verifying Checksum 18:46:26 85a0685a4137: Download complete 18:46:26 0eba1c9be4d2: Verifying Checksum 18:46:26 0eba1c9be4d2: Download complete 18:46:33 0eba1c9be4d2: Pull complete 18:46:33 0d57e429df01: Pull complete 18:46:33 4e4be7b47b0d: Pull complete 18:46:34 e1f770b5df2f: Pull complete 18:46:42 85a0685a4137: Pull complete 18:46:42 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:46:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:46:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:46:43 prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container 18:46:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:46:44 $ docker top 4626aec1763f7873c85074571ff2aa7395e05e08e165e9d717972af683eb232f -eo pid,comm [Pipeline] { [Pipeline] echo 18:46:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:46:44 + set -o pipefail 18:46:44 + snyk monitor '--org=edgex-jenkins' 18:46:48 18:46:48 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... 18:46:48 18:46:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/f1663c0d-08eb-4dd8-99de-73078a429586 18:46:48 18:46:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:46:48 18:46:48 [Pipeline] } 18:46:48 $ docker stop --time=1 4626aec1763f7873c85074571ff2aa7395e05e08e165e9d717972af683eb232f 18:46:50 $ docker rm -f 4626aec1763f7873c85074571ff2aa7395e05e08e165e9d717972af683eb232f [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 18:46:51 + git log --format=format:%s -1 cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] isUnix [Pipeline] sh 18:46:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:46:52 . [Pipeline] withDockerContainer 18:46:52 prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container 18:46:52 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:46:53 $ docker top c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:46:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:46:53 [ssh-agent] Looking for ssh-agent implementation... 18:46:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:46:54 $ docker exec c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f ssh-agent 18:46:54 SSH_AUTH_SOCK=/tmp/ssh-sDgsH7Pwjx3r/agent.11 18:46:54 SSH_AGENT_PID=17 18:46:54 Running ssh-add (command line suppressed) 18:46:54 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_914307583709473397.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_914307583709473397.key) 18:46:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:46:54 + git semver tag 18:46:54 # -> Open(): unable to determine branch for HEAD 18:46:54 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:46:54 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:46:54 # $SEMVER_REMOTE_NAME = origin 18:46:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:46:54 # $SEMVER_USER_NAME = edgex-jenkins 18:46:54 # $SEMVER_BRANCH = master 18:46:54 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 18:46:54 # cb532a07dfc327426b9b90c72480b9ef20d17f48 HEAD 18:46:54 # -> Force: false 18:46:54 # 553c4822f4f1b323635bec25a7ca68832416e18a refs/tags/v2.0.0-dev.2 [Pipeline] } 18:46:54 $ docker exec --env ******** --env ******** c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f ssh-agent -k 18:46:55 unset SSH_AUTH_SOCK; 18:46:55 unset SSH_AGENT_PID; 18:46:55 echo Agent pid 17 killed; 18:46:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:46:55 + git semver [Pipeline] } 18:46:55 $ docker stop --time=1 c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f 18:46:56 $ docker rm -f c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:46:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:46:57 18:46:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:46:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:46:57 0.23.1-centos7: Pulling from edgex-lftools 18:46:57 ab5ef0e58194: Pulling fs layer 18:46:57 9712f1f96733: Pulling fs layer 18:46:57 63f879dbbcfc: Pulling fs layer 18:46:57 0d9ebad4ef96: Pulling fs layer 18:46:57 e9a5061849ea: Pulling fs layer 18:46:57 d747dcd14b5f: Pulling fs layer 18:46:57 2de7ff778b66: Pulling fs layer 18:46:57 0d9ebad4ef96: Waiting 18:46:57 e9a5061849ea: Waiting 18:46:57 d747dcd14b5f: Waiting 18:46:57 2de7ff778b66: Waiting 18:46:57 9712f1f96733: Verifying Checksum 18:46:57 9712f1f96733: Download complete 18:46:59 63f879dbbcfc: Verifying Checksum 18:46:59 63f879dbbcfc: Download complete 18:46:59 e9a5061849ea: Verifying Checksum 18:46:59 e9a5061849ea: Download complete 18:46:59 d747dcd14b5f: Download complete 18:47:00 2de7ff778b66: Verifying Checksum 18:47:00 2de7ff778b66: Download complete 18:47:00 0d9ebad4ef96: Verifying Checksum 18:47:00 0d9ebad4ef96: Download complete 18:47:00 ab5ef0e58194: Verifying Checksum 18:47:00 ab5ef0e58194: Download complete 18:47:04 ab5ef0e58194: Pull complete 18:47:04 9712f1f96733: Pull complete 18:47:07 63f879dbbcfc: Pull complete 18:47:14 0d9ebad4ef96: Pull complete 18:47:15 e9a5061849ea: Pull complete 18:47:15 d747dcd14b5f: Pull complete 18:47:18 2de7ff778b66: Pull complete 18:47:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:47:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:47:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:47:18 prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container 18:47:18 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:47:23 $ docker top 0361afc7cf4280a47a1581bddf175fa723d0164eda4019970bcd84b994522001 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:47:23 provisioning config files... 18:47:23 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3327078888489567539tmp 18:47:23 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6442894021824758419tmp 18:47:23 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6412083190951002500tmp [Pipeline] { [Pipeline] echo 18:47:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:47:24 ---> sigul-configuration.sh 18:47:24 gpg: directory `/root/.gnupg' created 18:47:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:47:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:47:24 gpg: keyring `/root/.gnupg/secring.gpg' created 18:47:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:47:24 gpg: CAST5 encrypted data 18:47:24 gpg: encrypted with 1 passphrase 18:47:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:47:24 + mkdir /home/jenkins 18:47:24 + mkdir /home/jenkins/sigul [Pipeline] sh 18:47:25 + 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 18:47:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:47:25 ---> sigul-install.sh 18:47:31 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:47:32 + git tag --list 18:47:32 v0.0.0 18:47:32 v0.0.1 18:47:32 v0.0.2 18:47:32 v0.0.3 18:47:32 v0.0.4 18:47:32 v0.0.5 18:47:32 v0.0.6 18:47:32 v0.0.7 18:47:32 v0.0.8 18:47:32 v2.0.0-dev.1 18:47:32 v2.0.0-dev.2 [Pipeline] sh 18:47:32 + lftools sign git-tag v2.0.0-dev.2 18:47:33 Signing Git tag with Sigul... 18:47:33 Signing v2.0.0-dev.2 [Pipeline] echo 18:47:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:47:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:47:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:47:35 $ docker stop --time=1 0361afc7cf4280a47a1581bddf175fa723d0164eda4019970bcd84b994522001 18:47:37 $ docker rm -f 0361afc7cf4280a47a1581bddf175fa723d0164eda4019970bcd84b994522001 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:47:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:47:38 . [Pipeline] withDockerContainer 18:47:38 prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container 18:47:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:47:39 $ docker top 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:47:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:47:39 [ssh-agent] Looking for ssh-agent implementation... 18:47:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:47:39 $ docker exec 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee ssh-agent 18:47:40 SSH_AUTH_SOCK=/tmp/ssh-CtfBdrcLWj7H/agent.11 18:47:40 SSH_AGENT_PID=16 18:47:40 Running ssh-add (command line suppressed) 18:47:40 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_329157691472703511.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_329157691472703511.key) 18:47:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:47:40 + git semver bump pre 18:47:40 # -> Open(): unable to determine branch for HEAD 18:47:40 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:47:40 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:47:40 # $SEMVER_REMOTE_NAME = origin 18:47:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:47:40 # $SEMVER_USER_NAME = edgex-jenkins 18:47:40 # $SEMVER_BRANCH = master 18:47:40 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 18:47:40 2.0.0-dev.3 [Pipeline] } 18:47:40 $ docker exec --env ******** --env ******** 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee ssh-agent -k 18:47:40 unset SSH_AUTH_SOCK; 18:47:40 unset SSH_AGENT_PID; 18:47:40 echo Agent pid 16 killed; 18:47:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:47:41 + git semver [Pipeline] } 18:47:41 $ docker stop --time=1 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee 18:47:42 $ docker rm -f 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:47:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:47:43 . [Pipeline] withDockerContainer 18:47:43 prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container 18:47:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:47:44 $ docker top 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:47:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:47:44 [ssh-agent] Looking for ssh-agent implementation... 18:47:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:47:44 $ docker exec 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 ssh-agent 18:47:44 SSH_AUTH_SOCK=/tmp/ssh-16iELQMtBA9E/agent.12 18:47:44 SSH_AGENT_PID=17 18:47:44 Running ssh-add (command line suppressed) 18:47:44 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4112398741180972680.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_4112398741180972680.key) 18:47:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:47:45 + git semver push 18:47:45 # -> Open(): unable to determine branch for HEAD 18:47:45 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:47:45 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:47:45 # $SEMVER_REMOTE_NAME = origin 18:47:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:47:45 # $SEMVER_USER_NAME = edgex-jenkins 18:47:45 # $SEMVER_BRANCH = master 18:47:45 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 18:47:51 $ docker exec --env ******** --env ******** 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 ssh-agent -k 18:47:52 unset SSH_AUTH_SOCK; 18:47:52 unset SSH_AGENT_PID; 18:47:52 echo Agent pid 17 killed; 18:47:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:47:52 + git semver [Pipeline] } 18:47:52 $ docker stop --time=1 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 18:47:54 $ docker rm -f 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 [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 18:47:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:47:56 ---> package-listing.sh 18:47:56 ++ facter osfamily 18:47:56 ++ tr '[:upper:]' '[:lower:]' 18:47:56 + OS_FAMILY=redhat 18:47:56 + workspace=/w/workspace/ndry_go-mod-configuration_master 18:47:56 + START_PACKAGES=/tmp/packages_start.txt 18:47:56 + END_PACKAGES=/tmp/packages_end.txt 18:47:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:47:56 + PACKAGES=/tmp/packages_start.txt 18:47:56 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 18:47:56 + PACKAGES=/tmp/packages_end.txt 18:47:56 + case "${OS_FAMILY}" in 18:47:56 + rpm -qa 18:47:56 + sort 18:48:01 + '[' -f /tmp/packages_start.txt ']' 18:48:01 + '[' -f /tmp/packages_end.txt ']' 18:48:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:48:01 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 18:48:01 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 18:48:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo 18:48:01 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 18:48:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:48:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:48:02 18:48:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:48:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:48:02 alpine: Pulling from edgex-lftools-log-publisher 18:48:02 df20fa9351a1: Pulling fs layer 18:48:02 36b3adc4ff6f: Pulling fs layer 18:48:02 8ad3a11d3b57: Pulling fs layer 18:48:02 46f8f816bc3b: Pulling fs layer 18:48:02 93b61091891f: Pulling fs layer 18:48:02 93b9cdb0e59b: Pulling fs layer 18:48:02 5e14af77c1be: Pulling fs layer 18:48:02 01666e4c0597: Pulling fs layer 18:48:02 aa168da1d23b: Pulling fs layer 18:48:02 93b9cdb0e59b: Waiting 18:48:02 5e14af77c1be: Waiting 18:48:02 01666e4c0597: Waiting 18:48:02 46f8f816bc3b: Waiting 18:48:02 aa168da1d23b: Waiting 18:48:02 93b61091891f: Waiting 18:48:02 36b3adc4ff6f: Verifying Checksum 18:48:02 36b3adc4ff6f: Download complete 18:48:02 46f8f816bc3b: Verifying Checksum 18:48:02 46f8f816bc3b: Download complete 18:48:02 df20fa9351a1: Verifying Checksum 18:48:02 93b9cdb0e59b: Verifying Checksum 18:48:02 93b9cdb0e59b: Download complete 18:48:02 93b61091891f: Download complete 18:48:02 5e14af77c1be: Verifying Checksum 18:48:02 5e14af77c1be: Download complete 18:48:02 01666e4c0597: Verifying Checksum 18:48:02 01666e4c0597: Download complete 18:48:03 df20fa9351a1: Pull complete 18:48:03 36b3adc4ff6f: Pull complete 18:48:03 8ad3a11d3b57: Verifying Checksum 18:48:03 8ad3a11d3b57: Download complete 18:48:05 aa168da1d23b: Verifying Checksum 18:48:05 aa168da1d23b: Download complete 18:48:05 8ad3a11d3b57: Pull complete 18:48:05 46f8f816bc3b: Pull complete 18:48:05 93b61091891f: Pull complete 18:48:06 93b9cdb0e59b: Pull complete 18:48:06 5e14af77c1be: Pull complete 18:48:06 01666e4c0597: Pull complete 18:48:16 aa168da1d23b: Pull complete 18:48:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:48:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:48:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:48:16 prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container 18:48:16 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:48:19 $ docker top 042fec8bac33d1a0ca323d2e1a2a5947b29cf9406cd31b5a5c39669d140e1699 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:20 + touch /tmp/pre-build-complete [Pipeline] sh 18:48:20 + mkdir -p /var/log/sa [Pipeline] sh 18:48:20 + ls /var/log/sa-host 18:48:20 + sadf -c /var/log/sa-host/sa01 18:48:20 file_magic: OK 18:48:20 HZ: Using current value: 100 18:48:20 file_header: OK 18:48:20 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 18:48:20 Statistics: 18:48:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:48:20 File successfully converted to sysstat format version 12.2.1 18:48:20 + sadf -c /var/log/sa-host/sa23 18:48:20 file_magic: OK 18:48:20 HZ: Using current value: 100 18:48:20 file_header: OK 18:48:20 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 18:48:20 Statistics: 18:48:20 Hnuu...uuuununununu... 18:48:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:48:20 provisioning config files... 18:48:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6660554594367744373tmp [Pipeline] { [Pipeline] echo 18:48:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:48:21 ---> create-netrc.sh [Pipeline] } 18:48:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:48:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:48:21 ---> python-tools-install.sh [Pipeline] echo 18:48:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:48:21 ---> sudo-logs.sh 18:48:21 Archiving 'sudo' log.. [Pipeline] echo 18:48:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:48:22 ---> job-cost.sh 18:48:22 lf-activate-venv: SKIPPING 18:48:22 INFO: No Stack... 18:48:23 INFO: Retrieving Pricing Info for: v1-standard-2 18:48:24 INFO: Archiving Costs [Pipeline] echo 18:48:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:48:24 ---> logs-deploy.sh 18:48:24 lf-activate-venv: SKIPPING 18:48:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/12 18:48:24 INFO: archiving workspace using pattern(s): 18:48:26 Archives upload complete. 18:48:26 INFO: archiving logs to Nexus