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 [2021-02-01T18:41:08.702Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T18:41:08.928Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T18:41:09.027Z] ========================================================= [2021-02-01T18:41:09.028Z] EdgeX Global Pipelines Version Info [2021-02-01T18:41:09.028Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:41:10.560Z] ------------------- [2021-02-01T18:41:10.560Z] stable info: [2021-02-01T18:41:10.560Z] ------------------- [2021-02-01T18:41:10.560Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:41:10.560Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:41:10.560Z] Message: update stable to v1.0.179 [2021-02-01T18:41:11.508Z] ------------------- [2021-02-01T18:41:11.508Z] experimental info: [2021-02-01T18:41:11.508Z] ------------------- [2021-02-01T18:41:11.508Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:41:11.508Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:41:11.508Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T18:41:11.803Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-02-01T18:41:11.888Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-02-01T18:41:11.984Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T18:41:12.072Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T18:41:12.153Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T18:41:12.253Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T18:41:12.404Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T18:41:12.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T18:41:12.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-01T18:41:12.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T18:41:12.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T18:41:12.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2021-02-01T18:41:12.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T18:41:13.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T18:41:13.087Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:41:13.169Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:41:13.248Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:41:13.329Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:41:13.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T18:41:13.523Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-01T18:41:13.624Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-01T18:41:13.731Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-01T18:41:13.814Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-01T18:41:13.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-01T18:41:13.988Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-01T18:41:14.070Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T18:41:14.149Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T18:41:14.239Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-01T18:41:14.324Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-01T18:41:14.407Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-01T18:41:14.493Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] echo [2021-02-01T18:41:14.578Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb532a0 [Pipeline] echo [2021-02-01T18:41:14.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:41:15.386Z] + git log --format=format:%s -1 cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] echo [2021-02-01T18:41:15.448Z] GIT_COMMIT: cb532a07dfc327426b9b90c72480b9ef20d17f48, Commit Message: Merge pull request #27 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.7.0 [Pipeline] echo [2021-02-01T18:41:15.489Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:41:16.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:41:16.357Z] [2021-02-01T18:41:16.357Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:41:16.716Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:41:16.716Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T18:41:16.716Z] 31603596830f: Pulling fs layer [2021-02-01T18:41:16.716Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T18:41:16.716Z] 6ca5941a6612: Pulling fs layer [2021-02-01T18:41:16.716Z] ecc8261a40a4: Pulling fs layer [2021-02-01T18:41:16.716Z] ecc8261a40a4: Waiting [2021-02-01T18:41:16.716Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T18:41:16.716Z] 2a8b12db71e7: Download complete [2021-02-01T18:41:16.981Z] 31603596830f: Verifying Checksum [2021-02-01T18:41:16.981Z] 31603596830f: Download complete [2021-02-01T18:41:16.981Z] ecc8261a40a4: Verifying Checksum [2021-02-01T18:41:16.981Z] ecc8261a40a4: Download complete [2021-02-01T18:41:16.981Z] 6ca5941a6612: Verifying Checksum [2021-02-01T18:41:16.981Z] 6ca5941a6612: Download complete [2021-02-01T18:41:17.247Z] 31603596830f: Pull complete [2021-02-01T18:41:17.247Z] 2a8b12db71e7: Pull complete [2021-02-01T18:41:18.214Z] 6ca5941a6612: Pull complete [2021-02-01T18:41:18.486Z] ecc8261a40a4: Pull complete [2021-02-01T18:41:18.486Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T18:41:18.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:41:18.486Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T18:41:18.600Z] prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container [2021-02-01T18:41:18.660Z] $ 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-02-01T18:41:21.936Z] $ docker top 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:41:22.349Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:41:22.349Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:41:22.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:41:22.606Z] $ docker exec 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent [2021-02-01T18:41:22.798Z] SSH_AUTH_SOCK=/tmp/ssh-7D3xAp9kOPIR/agent.11 [2021-02-01T18:41:22.798Z] SSH_AGENT_PID=17 [2021-02-01T18:41:22.812Z] Running ssh-add (command line suppressed) [2021-02-01T18:41:22.932Z] 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) [2021-02-01T18:41:22.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:41:23.333Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T18:41:23.362Z] $ docker exec --env ******** --env ******** 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent -k [2021-02-01T18:41:23.519Z] unset SSH_AUTH_SOCK; [2021-02-01T18:41:23.521Z] unset SSH_AGENT_PID; [2021-02-01T18:41:23.521Z] echo Agent pid 17 killed; [2021-02-01T18:41:23.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T18:41:23.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:41:23.938Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:41:24.140Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:41:24.146Z] $ docker exec 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent [2021-02-01T18:41:24.322Z] SSH_AUTH_SOCK=/tmp/ssh-kpIUQlsfg9zb/agent.46 [2021-02-01T18:41:24.322Z] SSH_AGENT_PID=52 [2021-02-01T18:41:24.335Z] Running ssh-add (command line suppressed) [2021-02-01T18:41:24.459Z] 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) [2021-02-01T18:41:24.521Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:41:24.880Z] + git semver init [2021-02-01T18:41:24.880Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:41:24.880Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-01T18:41:24.880Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-01T18:41:24.880Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:41:24.880Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:41:24.880Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:41:24.880Z] # $SEMVER_BRANCH = master [2021-02-01T18:41:24.880Z] # $SEMVER_TEMP = /tmp/semver-846853775 [2021-02-01T18:41:24.880Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-02-01T18:41:25.147Z] # '/tmp/semver-846853775' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2021-02-01T18:41:25.147Z] # -> Force: false [2021-02-01T18:41:25.147Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-02-01T18:41:25.167Z] $ docker exec --env ******** --env ******** 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d ssh-agent -k [2021-02-01T18:41:25.286Z] unset SSH_AUTH_SOCK; [2021-02-01T18:41:25.286Z] unset SSH_AGENT_PID; [2021-02-01T18:41:25.286Z] echo Agent pid 52 killed; [2021-02-01T18:41:25.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:41:25.809Z] + git semver [Pipeline] } [2021-02-01T18:41:25.830Z] $ docker stop --time=1 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d [2021-02-01T18:41:27.230Z] $ docker rm -f 53c53728abe672e47fddf8ba551918a5d2e91beb22bdf617f37fd3e8c96cc06d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:41:27.734Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T18:41:28.248Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T18:41:28.251Z] [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 [2021-02-01T18:41:43.772Z] Still waiting to schedule task [2021-02-01T18:41:43.772Z] ‘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’ [2021-02-01T18:41:43.776Z] Still waiting to schedule task [2021-02-01T18:41:43.776Z] 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 [2021-02-01T18:43:26.779Z] Running on prd-centos7-docker-4c-2g-24402 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-02-01T18:43:26.870Z] Running in /w/workspace/go-mod-configuration/12 [Pipeline] { [Pipeline] checkout [2021-02-01T18:43:30.597Z] using credential edgex-jenkins-ssh [2021-02-01T18:43:30.660Z] Cloning the remote Git repository [2021-02-01T18:43:30.696Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-01T18:43:30.766Z] > git init /w/workspace/go-mod-configuration/12 # timeout=10 [2021-02-01T18:43:30.842Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-01T18:43:30.842Z] > git --version # timeout=10 [2021-02-01T18:43:30.851Z] > git --version # 'git version 2.24.3' [2021-02-01T18:43:30.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:43:30.883Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:43:31.402Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-01T18:43:31.409Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:43:31.425Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-01T18:43:31.439Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-01T18:43:31.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:43:31.445Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:43:31.878Z] Checking out Revision cb532a07dfc327426b9b90c72480b9ef20d17f48 (master) [2021-02-01T18:43:31.889Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:43:31.894Z] > git checkout -f cb532a07dfc327426b9b90c72480b9ef20d17f48 # timeout=10 [2021-02-01T18:43:35.593Z] 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 [2021-02-01T18:43:37.101Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:43:37.438Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:43:37.746Z] + sudo service docker restart [2021-02-01T18:43:37.746Z] + true [2021-02-01T18:43:37.746Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-01T18:43:38.899Z] ========================================================= [2021-02-01T18:43:38.899Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T18:43:38.899Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:43:39.265Z] + 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-02-01T18:43:39.530Z] Sending build context to Docker daemon 214.5kB [2021-02-01T18:43:39.531Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:43:39.531Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:43:39.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T18:43:39.793Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:43:39.793Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:43:39.793Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:43:39.793Z] bca2f99d35d6: Pulling fs layer [2021-02-01T18:43:39.793Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T18:43:39.793Z] 7c6f9722023f: Pulling fs layer [2021-02-01T18:43:39.793Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T18:43:39.793Z] 93359f2a8cfa: Waiting [2021-02-01T18:43:39.793Z] 7c6f9722023f: Waiting [2021-02-01T18:43:39.793Z] a35cf1a2eb13: Waiting [2021-02-01T18:43:39.793Z] bca2f99d35d6: Waiting [2021-02-01T18:43:39.793Z] de9db76c5a1d: Download complete [2021-02-01T18:43:39.793Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T18:43:39.793Z] 0ef7d3d256c8: Download complete [2021-02-01T18:43:39.793Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T18:43:39.793Z] 93359f2a8cfa: Download complete [2021-02-01T18:43:39.793Z] 7c6f9722023f: Verifying Checksum [2021-02-01T18:43:39.793Z] 7c6f9722023f: Download complete [2021-02-01T18:43:40.369Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:43:40.369Z] 188c0c94c7c5: Download complete [2021-02-01T18:43:40.369Z] 188c0c94c7c5: Pull complete [2021-02-01T18:43:40.635Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:43:40.908Z] de9db76c5a1d: Pull complete [2021-02-01T18:43:42.312Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T18:43:42.312Z] a35cf1a2eb13: Download complete [2021-02-01T18:43:42.888Z] bca2f99d35d6: Verifying Checksum [2021-02-01T18:43:42.888Z] bca2f99d35d6: Download complete [2021-02-01T18:43:48.279Z] bca2f99d35d6: Pull complete [2021-02-01T18:43:48.279Z] 93359f2a8cfa: Pull complete [2021-02-01T18:43:48.559Z] 7c6f9722023f: Pull complete [2021-02-01T18:43:52.840Z] a35cf1a2eb13: Pull complete [2021-02-01T18:43:52.840Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T18:43:52.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T18:43:52.840Z] ---> a62c8e92a672 [2021-02-01T18:43:52.840Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-01T18:43:52.840Z] ---> Running in 240c52b956f6 [2021-02-01T18:43:53.106Z] Removing intermediate container 240c52b956f6 [2021-02-01T18:43:53.106Z] ---> 5e97deb24422 [2021-02-01T18:43:53.106Z] Step 4/7 : RUN apk add --update bash [2021-02-01T18:43:53.106Z] ---> Running in 26701313aa9d [2021-02-01T18:43:53.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:43:55.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:43:59.353Z] OK: 166 MiB in 39 packages [2021-02-01T18:43:59.353Z] Removing intermediate container 26701313aa9d [2021-02-01T18:43:59.353Z] ---> 08df76fc7200 [2021-02-01T18:43:59.353Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:43:59.353Z] ---> Running in c409abfdfc85 [2021-02-01T18:43:59.626Z] Removing intermediate container c409abfdfc85 [2021-02-01T18:43:59.626Z] ---> 2612309fb6a1 [2021-02-01T18:43:59.626Z] Step 6/7 : COPY go.mod . [2021-02-01T18:43:59.903Z] ---> 5c7a4979c1cb [2021-02-01T18:43:59.903Z] Step 7/7 : RUN go mod download [2021-02-01T18:43:59.903Z] ---> Running in b74c9a1d0004 [2021-02-01T18:44:09.958Z] Removing intermediate container b74c9a1d0004 [2021-02-01T18:44:09.958Z] ---> 0d11fcf0e518 [2021-02-01T18:44:09.958Z] Successfully built 0d11fcf0e518 [2021-02-01T18:44:09.958Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:10.286Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:44:10.286Z] . [Pipeline] withDockerContainer [2021-02-01T18:44:10.399Z] prd-centos7-docker-4c-2g-24402 does not seem to be running inside a container [2021-02-01T18:44:10.451Z] $ 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 [2021-02-01T18:44:11.736Z] $ docker top 91ac12ecdabf680b69c0928f20024ca0319449cc518a86810cf5e5b29e91e863 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:44:12.404Z] + go version [2021-02-01T18:44:12.404Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T18:44:12.435Z] $ docker stop --time=1 91ac12ecdabf680b69c0928f20024ca0319449cc518a86810cf5e5b29e91e863 [2021-02-01T18:44:13.820Z] $ docker rm -f 91ac12ecdabf680b69c0928f20024ca0319449cc518a86810cf5e5b29e91e863 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:14.641Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:44:14.642Z] . [Pipeline] withDockerContainer [2021-02-01T18:44:14.736Z] prd-centos7-docker-4c-2g-24402 does not seem to be running inside a container [2021-02-01T18:44:14.789Z] $ 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 [2021-02-01T18:44:15.396Z] $ docker top 9414d52cad5e4e90d5e1fec0368f079757a306e3604abe2f0471065ff04224a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:44:15.877Z] + make test [2021-02-01T18:44:15.877Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-01T18:44:24.140Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.012s coverage: 85.7% of statements [2021-02-01T18:44:26.725Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.558s coverage: 86.0% of statements [2021-02-01T18:44:26.725Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.006s coverage: 100.0% of statements [2021-02-01T18:44:26.725Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-01T18:44:27.333Z] gofmt -l . [2021-02-01T18:44:27.333Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:44:27.354Z] $ docker stop --time=1 9414d52cad5e4e90d5e1fec0368f079757a306e3604abe2f0471065ff04224a9 [2021-02-01T18:44:29.545Z] $ docker rm -f 9414d52cad5e4e90d5e1fec0368f079757a306e3604abe2f0471065ff04224a9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:44:30.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:44:30.534Z] 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] } [2021-02-01T18:44:33.311Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24403 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-02-01T18:44:33.372Z] Running in /w/workspace/go-mod-configuration/12 [Pipeline] { [Pipeline] checkout [2021-02-01T18:44:39.300Z] using credential edgex-jenkins-ssh [2021-02-01T18:44:39.369Z] Cloning the remote Git repository [2021-02-01T18:44:39.437Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-01T18:44:39.554Z] > git init /w/workspace/go-mod-configuration/12 # timeout=10 [2021-02-01T18:44:39.641Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-01T18:44:39.642Z] > git --version # timeout=10 [2021-02-01T18:44:39.659Z] > git --version # 'git version 2.17.1' [2021-02-01T18:44:39.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:44:39.753Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:44:40.454Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-01T18:44:40.479Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:44:40.511Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-01T18:44:40.582Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-01T18:44:40.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:44:40.597Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:44:41.055Z] Checking out Revision cb532a07dfc327426b9b90c72480b9ef20d17f48 (master) [2021-02-01T18:44:41.083Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:44:41.107Z] > git checkout -f cb532a07dfc327426b9b90c72480b9ef20d17f48 # timeout=10 [2021-02-01T18:44:45.838Z] 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 [2021-02-01T18:44:47.346Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:44:47.764Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:44:48.120Z] + sudo service docker restart [2021-02-01T18:44:48.120Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-01T18:44:51.229Z] ========================================================= [2021-02-01T18:44:51.229Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T18:44:51.229Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:44:51.679Z] + 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-02-01T18:44:52.293Z] Sending build context to Docker daemon 213.5kB [2021-02-01T18:44:52.579Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:44:52.579Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:44:53.180Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T18:44:53.180Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T18:44:53.180Z] a4357932f1b6: Pulling fs layer [2021-02-01T18:44:53.180Z] 18c013af1878: Pulling fs layer [2021-02-01T18:44:53.180Z] 00ac8860ef70: Pulling fs layer [2021-02-01T18:44:53.180Z] 63d7cb157983: Pulling fs layer [2021-02-01T18:44:53.180Z] b116817d02f9: Pulling fs layer [2021-02-01T18:44:53.180Z] 745a02a5169b: Pulling fs layer [2021-02-01T18:44:53.180Z] 00ac8860ef70: Waiting [2021-02-01T18:44:53.180Z] 63d7cb157983: Waiting [2021-02-01T18:44:53.180Z] b116817d02f9: Waiting [2021-02-01T18:44:53.180Z] 745a02a5169b: Waiting [2021-02-01T18:44:53.180Z] 18c013af1878: Verifying Checksum [2021-02-01T18:44:53.180Z] 18c013af1878: Download complete [2021-02-01T18:44:53.180Z] a4357932f1b6: Download complete [2021-02-01T18:44:53.180Z] 63d7cb157983: Verifying Checksum [2021-02-01T18:44:53.180Z] 63d7cb157983: Download complete [2021-02-01T18:44:53.180Z] b116817d02f9: Download complete [2021-02-01T18:44:53.180Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T18:44:53.180Z] 5f621e34cdf4: Download complete [2021-02-01T18:44:54.168Z] 5f621e34cdf4: Pull complete [2021-02-01T18:44:54.447Z] a4357932f1b6: Pull complete [2021-02-01T18:44:55.052Z] 18c013af1878: Pull complete [2021-02-01T18:44:56.094Z] 745a02a5169b: Download complete [2021-02-01T18:44:57.542Z] 00ac8860ef70: Verifying Checksum [2021-02-01T18:44:57.542Z] 00ac8860ef70: Download complete [2021-02-01T18:45:10.030Z] 00ac8860ef70: Pull complete [2021-02-01T18:45:10.030Z] 63d7cb157983: Pull complete [2021-02-01T18:45:10.030Z] b116817d02f9: Pull complete [2021-02-01T18:45:12.685Z] 745a02a5169b: Pull complete [2021-02-01T18:45:12.685Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T18:45:12.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T18:45:12.685Z] ---> b7e6874047d6 [2021-02-01T18:45:12.685Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-01T18:45:15.338Z] ---> Running in 84d2de445400 [2021-02-01T18:45:15.615Z] Removing intermediate container 84d2de445400 [2021-02-01T18:45:15.615Z] ---> 8b7c89d166df [2021-02-01T18:45:15.615Z] Step 4/7 : RUN apk add --update bash [2021-02-01T18:45:15.887Z] ---> Running in 210ad258d262 [2021-02-01T18:45:17.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:45:18.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:45:19.764Z] OK: 142 MiB in 39 packages [2021-02-01T18:45:20.758Z] Removing intermediate container 210ad258d262 [2021-02-01T18:45:20.758Z] ---> de04d9e27fb6 [2021-02-01T18:45:20.758Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:45:20.758Z] ---> Running in 2de92eb4880f [2021-02-01T18:45:21.362Z] Removing intermediate container 2de92eb4880f [2021-02-01T18:45:21.362Z] ---> b396ce8c7b23 [2021-02-01T18:45:21.362Z] Step 6/7 : COPY go.mod . [2021-02-01T18:45:21.969Z] ---> 4e06dd54aa2a [2021-02-01T18:45:21.969Z] Step 7/7 : RUN go mod download [2021-02-01T18:45:22.255Z] ---> Running in 2f2d5cf05d6f [2021-02-01T18:45:34.717Z] Removing intermediate container 2f2d5cf05d6f [2021-02-01T18:45:34.717Z] ---> 2a7df9223bc3 [2021-02-01T18:45:34.717Z] Successfully built 2a7df9223bc3 [2021-02-01T18:45:34.717Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:35.057Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:45:35.057Z] . [Pipeline] withDockerContainer [2021-02-01T18:45:35.331Z] prd-ubuntu18.04-docker-arm64-4c-16g-24403 does not seem to be running inside a container [2021-02-01T18:45:35.422Z] $ 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 [2021-02-01T18:45:36.984Z] $ docker top 82e2aaadd1e50bdc9bd7971463d60d1dec9066fd2bcd30d599b72cfdfad869e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:45:38.324Z] + go version [2021-02-01T18:45:38.324Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T18:45:38.355Z] $ docker stop --time=1 82e2aaadd1e50bdc9bd7971463d60d1dec9066fd2bcd30d599b72cfdfad869e2 [2021-02-01T18:45:40.288Z] $ docker rm -f 82e2aaadd1e50bdc9bd7971463d60d1dec9066fd2bcd30d599b72cfdfad869e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:45:41.362Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:45:41.362Z] . [Pipeline] withDockerContainer [2021-02-01T18:45:41.630Z] prd-ubuntu18.04-docker-arm64-4c-16g-24403 does not seem to be running inside a container [2021-02-01T18:45:41.717Z] $ 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 [2021-02-01T18:45:43.228Z] $ docker top eb89229b445fe5460305ccfe2f106203fb943afefbf204505f7d3b27822e4b33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:45:44.261Z] + make test [2021-02-01T18:45:44.261Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-01T18:46:11.137Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.023s coverage: 85.7% of statements [2021-02-01T18:46:11.137Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.616s coverage: 86.0% of statements [2021-02-01T18:46:11.137Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.011s coverage: 100.0% of statements [2021-02-01T18:46:11.137Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-01T18:46:13.768Z] gofmt -l . [2021-02-01T18:46:14.036Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:46:14.062Z] $ docker stop --time=1 eb89229b445fe5460305ccfe2f106203fb943afefbf204505f7d3b27822e4b33 [2021-02-01T18:46:16.232Z] $ docker rm -f eb89229b445fe5460305ccfe2f106203fb943afefbf204505f7d3b27822e4b33 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:46:17.040Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:46:17.060Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T18:46:17.776Z] 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 [2021-02-01T18:46:19.345Z] provisioning config files... [2021-02-01T18:46:19.357Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4765792544055983349tmp [Pipeline] { [Pipeline] sh [2021-02-01T18:46:19.968Z] + set +x [2021-02-01T18:46:19.968Z] + curl -s https://codecov.io/bash [2021-02-01T18:46:19.968Z] + bash -s -- [2021-02-01T18:46:20.234Z] [2021-02-01T18:46:20.234Z] _____ _ [2021-02-01T18:46:20.234Z] / ____| | | [2021-02-01T18:46:20.234Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T18:46:20.234Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T18:46:20.234Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T18:46:20.234Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T18:46:20.234Z] Bash-20210129-7c25fce [2021-02-01T18:46:20.234Z] [2021-02-01T18:46:20.234Z] [2021-02-01T18:46:20.234Z] ==> git version 2.24.3 found [2021-02-01T18:46:20.234Z] ==> 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-02-01T18:46:20.234Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T18:46:20.234Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T18:46:20.234Z] ==> Jenkins CI detected. [2021-02-01T18:46:20.234Z] project root: . [2021-02-01T18:46:20.234Z] --> token set from env [2021-02-01T18:46:20.234Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T18:46:20.234Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T18:46:20.234Z] ==> Python coveragepy not found [2021-02-01T18:46:20.234Z] ==> Searching for coverage reports in: [2021-02-01T18:46:20.234Z] + . [2021-02-01T18:46:20.234Z] -> Found 1 reports [2021-02-01T18:46:20.234Z] ==> Detecting git/mercurial file structure [2021-02-01T18:46:20.234Z] ==> Reading reports [2021-02-01T18:46:20.234Z] + ./coverage.out bytes=13475 [2021-02-01T18:46:20.234Z] ==> Appending adjustments [2021-02-01T18:46:20.234Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T18:46:20.234Z] + Found adjustments [2021-02-01T18:46:20.234Z] ==> Gzipping contents [2021-02-01T18:46:20.234Z] 4.0K /tmp/codecov.sNxzBg.gz [2021-02-01T18:46:20.234Z] ==> Uploading reports [2021-02-01T18:46:20.234Z] url: https://codecov.io [2021-02-01T18:46:20.234Z] 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= [2021-02-01T18:46:20.234Z] -> Pinging Codecov [2021-02-01T18:46:20.234Z] 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= [2021-02-01T18:46:20.812Z] -> Uploading to [2021-02-01T18:46:20.812Z] 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 [2021-02-01T18:46:20.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T18:46:20.812Z] Dload Upload Total Spent Left Speed [2021-02-01T18:46:21.389Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2492 0 0 100 2492 0 5564 --:--:-- --:--:-- --:--:-- 5574 [2021-02-01T18:46:21.389Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] } [2021-02-01T18:46:21.399Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-01T18:46:21.896Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-01T18:46:21.991Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:46:22.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:46:22.338Z] [2021-02-01T18:46:22.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:46:22.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:46:22.722Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-01T18:46:22.722Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:46:22.722Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:46:22.722Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:46:22.722Z] 0eba1c9be4d2: Pulling fs layer [2021-02-01T18:46:22.722Z] 0d57e429df01: Pulling fs layer [2021-02-01T18:46:22.722Z] 4e4be7b47b0d: Pulling fs layer [2021-02-01T18:46:22.722Z] e1f770b5df2f: Pulling fs layer [2021-02-01T18:46:22.722Z] 85a0685a4137: Pulling fs layer [2021-02-01T18:46:22.722Z] 0d57e429df01: Waiting [2021-02-01T18:46:22.722Z] 4e4be7b47b0d: Waiting [2021-02-01T18:46:22.722Z] e1f770b5df2f: Waiting [2021-02-01T18:46:22.722Z] 85a0685a4137: Waiting [2021-02-01T18:46:22.722Z] 0eba1c9be4d2: Waiting [2021-02-01T18:46:22.722Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T18:46:22.722Z] 0ef7d3d256c8: Download complete [2021-02-01T18:46:22.722Z] 0d57e429df01: Verifying Checksum [2021-02-01T18:46:22.722Z] 0d57e429df01: Download complete [2021-02-01T18:46:22.722Z] 4e4be7b47b0d: Verifying Checksum [2021-02-01T18:46:22.722Z] 4e4be7b47b0d: Download complete [2021-02-01T18:46:22.722Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:46:22.722Z] 188c0c94c7c5: Download complete [2021-02-01T18:46:23.301Z] 188c0c94c7c5: Pull complete [2021-02-01T18:46:23.301Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:46:23.563Z] de9db76c5a1d: Pull complete [2021-02-01T18:46:24.525Z] e1f770b5df2f: Verifying Checksum [2021-02-01T18:46:24.525Z] e1f770b5df2f: Download complete [2021-02-01T18:46:26.470Z] 85a0685a4137: Verifying Checksum [2021-02-01T18:46:26.470Z] 85a0685a4137: Download complete [2021-02-01T18:46:26.470Z] 0eba1c9be4d2: Verifying Checksum [2021-02-01T18:46:26.470Z] 0eba1c9be4d2: Download complete [2021-02-01T18:46:33.127Z] 0eba1c9be4d2: Pull complete [2021-02-01T18:46:33.127Z] 0d57e429df01: Pull complete [2021-02-01T18:46:33.127Z] 4e4be7b47b0d: Pull complete [2021-02-01T18:46:34.631Z] e1f770b5df2f: Pull complete [2021-02-01T18:46:42.836Z] 85a0685a4137: Pull complete [2021-02-01T18:46:42.836Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-01T18:46:42.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:46:42.836Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-01T18:46:43.090Z] prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container [2021-02-01T18:46:43.150Z] $ 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 [2021-02-01T18:46:44.373Z] $ docker top 4626aec1763f7873c85074571ff2aa7395e05e08e165e9d717972af683eb232f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T18:46:44.597Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-01T18:46:44.899Z] + set -o pipefail [2021-02-01T18:46:44.899Z] + snyk monitor '--org=edgex-jenkins' [2021-02-01T18:46:48.254Z] [2021-02-01T18:46:48.254Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... [2021-02-01T18:46:48.254Z] [2021-02-01T18:46:48.254Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/f1663c0d-08eb-4dd8-99de-73078a429586 [2021-02-01T18:46:48.254Z] [2021-02-01T18:46:48.254Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-01T18:46:48.254Z] [2021-02-01T18:46:48.254Z] [Pipeline] } [2021-02-01T18:46:48.279Z] $ docker stop --time=1 4626aec1763f7873c85074571ff2aa7395e05e08e165e9d717972af683eb232f [2021-02-01T18:46:50.202Z] $ 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 [2021-02-01T18:46:51.970Z] + git log --format=format:%s -1 cb532a07dfc327426b9b90c72480b9ef20d17f48 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:46:52.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:46:52.287Z] . [Pipeline] withDockerContainer [2021-02-01T18:46:52.390Z] prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container [2021-02-01T18:46:52.445Z] $ 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 [2021-02-01T18:46:53.456Z] $ docker top c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:46:53.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:46:53.846Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:46:54.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:46:54.123Z] $ docker exec c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f ssh-agent [2021-02-01T18:46:54.315Z] SSH_AUTH_SOCK=/tmp/ssh-sDgsH7Pwjx3r/agent.11 [2021-02-01T18:46:54.315Z] SSH_AGENT_PID=17 [2021-02-01T18:46:54.324Z] Running ssh-add (command line suppressed) [2021-02-01T18:46:54.480Z] 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) [2021-02-01T18:46:54.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:46:54.887Z] + git semver tag [2021-02-01T18:46:54.887Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:46:54.887Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-01T18:46:54.887Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-01T18:46:54.887Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:46:54.887Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:46:54.887Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:46:54.887Z] # $SEMVER_BRANCH = master [2021-02-01T18:46:54.887Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-02-01T18:46:54.887Z] # cb532a07dfc327426b9b90c72480b9ef20d17f48 HEAD [2021-02-01T18:46:54.887Z] # -> Force: false [2021-02-01T18:46:54.887Z] # 553c4822f4f1b323635bec25a7ca68832416e18a refs/tags/v2.0.0-dev.2 [Pipeline] } [2021-02-01T18:46:54.904Z] $ docker exec --env ******** --env ******** c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f ssh-agent -k [2021-02-01T18:46:55.066Z] unset SSH_AUTH_SOCK; [2021-02-01T18:46:55.067Z] unset SSH_AGENT_PID; [2021-02-01T18:46:55.067Z] echo Agent pid 17 killed; [2021-02-01T18:46:55.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:46:55.593Z] + git semver [Pipeline] } [2021-02-01T18:46:55.613Z] $ docker stop --time=1 c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f [2021-02-01T18:46:56.995Z] $ docker rm -f c6f773a87d9f9213f7fc30254bb00b18ad6e4fae6322bd1e6041afbdc89ccf7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:46:57.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:46:57.619Z] [2021-02-01T18:46:57.619Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:46:57.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:46:57.969Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-01T18:46:57.969Z] ab5ef0e58194: Pulling fs layer [2021-02-01T18:46:57.969Z] 9712f1f96733: Pulling fs layer [2021-02-01T18:46:57.969Z] 63f879dbbcfc: Pulling fs layer [2021-02-01T18:46:57.969Z] 0d9ebad4ef96: Pulling fs layer [2021-02-01T18:46:57.969Z] e9a5061849ea: Pulling fs layer [2021-02-01T18:46:57.969Z] d747dcd14b5f: Pulling fs layer [2021-02-01T18:46:57.969Z] 2de7ff778b66: Pulling fs layer [2021-02-01T18:46:57.969Z] 0d9ebad4ef96: Waiting [2021-02-01T18:46:57.969Z] e9a5061849ea: Waiting [2021-02-01T18:46:57.969Z] d747dcd14b5f: Waiting [2021-02-01T18:46:57.969Z] 2de7ff778b66: Waiting [2021-02-01T18:46:57.969Z] 9712f1f96733: Verifying Checksum [2021-02-01T18:46:57.969Z] 9712f1f96733: Download complete [2021-02-01T18:46:59.911Z] 63f879dbbcfc: Verifying Checksum [2021-02-01T18:46:59.911Z] 63f879dbbcfc: Download complete [2021-02-01T18:46:59.911Z] e9a5061849ea: Verifying Checksum [2021-02-01T18:46:59.911Z] e9a5061849ea: Download complete [2021-02-01T18:46:59.911Z] d747dcd14b5f: Download complete [2021-02-01T18:47:00.174Z] 2de7ff778b66: Verifying Checksum [2021-02-01T18:47:00.174Z] 2de7ff778b66: Download complete [2021-02-01T18:47:00.439Z] 0d9ebad4ef96: Verifying Checksum [2021-02-01T18:47:00.439Z] 0d9ebad4ef96: Download complete [2021-02-01T18:47:00.439Z] ab5ef0e58194: Verifying Checksum [2021-02-01T18:47:00.439Z] ab5ef0e58194: Download complete [2021-02-01T18:47:04.700Z] ab5ef0e58194: Pull complete [2021-02-01T18:47:04.700Z] 9712f1f96733: Pull complete [2021-02-01T18:47:07.262Z] 63f879dbbcfc: Pull complete [2021-02-01T18:47:14.110Z] 0d9ebad4ef96: Pull complete [2021-02-01T18:47:15.504Z] e9a5061849ea: Pull complete [2021-02-01T18:47:15.772Z] d747dcd14b5f: Pull complete [2021-02-01T18:47:18.327Z] 2de7ff778b66: Pull complete [2021-02-01T18:47:18.327Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-01T18:47:18.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:47:18.327Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-01T18:47:18.554Z] prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container [2021-02-01T18:47:18.836Z] $ 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 [2021-02-01T18:47:23.307Z] $ docker top 0361afc7cf4280a47a1581bddf175fa723d0164eda4019970bcd84b994522001 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:47:23.733Z] provisioning config files... [2021-02-01T18:47:23.745Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config3327078888489567539tmp [2021-02-01T18:47:23.762Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6442894021824758419tmp [2021-02-01T18:47:23.787Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6412083190951002500tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:47:23.837Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:47:24.142Z] ---> sigul-configuration.sh [2021-02-01T18:47:24.406Z] gpg: directory `/root/.gnupg' created [2021-02-01T18:47:24.406Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-01T18:47:24.406Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-01T18:47:24.406Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-01T18:47:24.406Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-01T18:47:24.406Z] gpg: CAST5 encrypted data [2021-02-01T18:47:24.406Z] gpg: encrypted with 1 passphrase [2021-02-01T18:47:24.406Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-01T18:47:24.713Z] + mkdir /home/jenkins [2021-02-01T18:47:24.713Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-01T18:47:25.019Z] + 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-02-01T18:47:25.032Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:47:25.333Z] ---> sigul-install.sh [2021-02-01T18:47:31.947Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-01T18:47:32.249Z] + git tag --list [2021-02-01T18:47:32.250Z] v0.0.0 [2021-02-01T18:47:32.250Z] v0.0.1 [2021-02-01T18:47:32.250Z] v0.0.2 [2021-02-01T18:47:32.250Z] v0.0.3 [2021-02-01T18:47:32.250Z] v0.0.4 [2021-02-01T18:47:32.250Z] v0.0.5 [2021-02-01T18:47:32.250Z] v0.0.6 [2021-02-01T18:47:32.250Z] v0.0.7 [2021-02-01T18:47:32.250Z] v0.0.8 [2021-02-01T18:47:32.250Z] v2.0.0-dev.1 [2021-02-01T18:47:32.250Z] v2.0.0-dev.2 [Pipeline] sh [2021-02-01T18:47:32.551Z] + lftools sign git-tag v2.0.0-dev.2 [2021-02-01T18:47:33.945Z] Signing Git tag with Sigul... [2021-02-01T18:47:33.945Z] Signing v2.0.0-dev.2 [Pipeline] echo [2021-02-01T18:47:34.903Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:47:35.204Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-01T18:47:35.214Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-01T18:47:35.311Z] $ docker stop --time=1 0361afc7cf4280a47a1581bddf175fa723d0164eda4019970bcd84b994522001 [2021-02-01T18:47:37.386Z] $ 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 [2021-02-01T18:47:38.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:47:38.333Z] . [Pipeline] withDockerContainer [2021-02-01T18:47:38.441Z] prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container [2021-02-01T18:47:38.491Z] $ 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 [2021-02-01T18:47:39.315Z] $ docker top 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:47:39.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:47:39.652Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:47:39.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:47:39.912Z] $ docker exec 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee ssh-agent [2021-02-01T18:47:40.091Z] SSH_AUTH_SOCK=/tmp/ssh-CtfBdrcLWj7H/agent.11 [2021-02-01T18:47:40.092Z] SSH_AGENT_PID=16 [2021-02-01T18:47:40.100Z] Running ssh-add (command line suppressed) [2021-02-01T18:47:40.237Z] 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) [2021-02-01T18:47:40.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:47:40.635Z] + git semver bump pre [2021-02-01T18:47:40.635Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:47:40.635Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-01T18:47:40.635Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-01T18:47:40.635Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:47:40.635Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:47:40.635Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:47:40.635Z] # $SEMVER_BRANCH = master [2021-02-01T18:47:40.635Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-02-01T18:47:40.635Z] 2.0.0-dev.3 [Pipeline] } [2021-02-01T18:47:40.650Z] $ docker exec --env ******** --env ******** 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee ssh-agent -k [2021-02-01T18:47:40.855Z] unset SSH_AUTH_SOCK; [2021-02-01T18:47:40.855Z] unset SSH_AGENT_PID; [2021-02-01T18:47:40.855Z] echo Agent pid 16 killed; [2021-02-01T18:47:40.915Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:47:41.383Z] + git semver [Pipeline] } [2021-02-01T18:47:41.403Z] $ docker stop --time=1 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee [2021-02-01T18:47:42.755Z] $ docker rm -f 6bc44a279392bc784799e9cba33282049bfc999932c0eb4026e5f65df50adbee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:47:43.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:47:43.302Z] . [Pipeline] withDockerContainer [2021-02-01T18:47:43.403Z] prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container [2021-02-01T18:47:43.452Z] $ 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 [2021-02-01T18:47:44.113Z] $ docker top 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:47:44.439Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:47:44.440Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:47:44.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:47:44.640Z] $ docker exec 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 ssh-agent [2021-02-01T18:47:44.816Z] SSH_AUTH_SOCK=/tmp/ssh-16iELQMtBA9E/agent.12 [2021-02-01T18:47:44.816Z] SSH_AGENT_PID=17 [2021-02-01T18:47:44.823Z] Running ssh-add (command line suppressed) [2021-02-01T18:47:44.968Z] 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) [2021-02-01T18:47:45.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:47:45.360Z] + git semver push [2021-02-01T18:47:45.360Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:47:45.360Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-01T18:47:45.360Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-01T18:47:45.360Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:47:45.360Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:47:45.361Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:47:45.361Z] # $SEMVER_BRANCH = master [2021-02-01T18:47:45.361Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-02-01T18:47:51.972Z] $ docker exec --env ******** --env ******** 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 ssh-agent -k [2021-02-01T18:47:52.120Z] unset SSH_AUTH_SOCK; [2021-02-01T18:47:52.121Z] unset SSH_AGENT_PID; [2021-02-01T18:47:52.121Z] echo Agent pid 17 killed; [2021-02-01T18:47:52.182Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:47:52.734Z] + git semver [Pipeline] } [2021-02-01T18:47:52.753Z] $ docker stop --time=1 57ebd0d9dc00653aaac428b8087ee3045eed70fbdf05cc09fea12dbba0dd0533 [2021-02-01T18:47:54.131Z] $ 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 [2021-02-01T18:47:55.504Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:47:56.081Z] ---> package-listing.sh [2021-02-01T18:47:56.081Z] ++ facter osfamily [2021-02-01T18:47:56.081Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T18:47:56.081Z] + OS_FAMILY=redhat [2021-02-01T18:47:56.081Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2021-02-01T18:47:56.081Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T18:47:56.081Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T18:47:56.081Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T18:47:56.081Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T18:47:56.081Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-02-01T18:47:56.081Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T18:47:56.081Z] + case "${OS_FAMILY}" in [2021-02-01T18:47:56.081Z] + rpm -qa [2021-02-01T18:47:56.081Z] + sort [2021-02-01T18:48:01.393Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T18:48:01.393Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T18:48:01.393Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T18:48:01.393Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-02-01T18:48:01.393Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2021-02-01T18:48:01.393Z] + 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-02-01T18:48:01.413Z] 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-02-01T18:48:01.712Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:48:02.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:48:02.037Z] [2021-02-01T18:48:02.037Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:48:02.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:48:02.461Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T18:48:02.461Z] df20fa9351a1: Pulling fs layer [2021-02-01T18:48:02.461Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T18:48:02.461Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T18:48:02.461Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T18:48:02.461Z] 93b61091891f: Pulling fs layer [2021-02-01T18:48:02.461Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T18:48:02.461Z] 5e14af77c1be: Pulling fs layer [2021-02-01T18:48:02.461Z] 01666e4c0597: Pulling fs layer [2021-02-01T18:48:02.461Z] aa168da1d23b: Pulling fs layer [2021-02-01T18:48:02.461Z] 93b9cdb0e59b: Waiting [2021-02-01T18:48:02.461Z] 5e14af77c1be: Waiting [2021-02-01T18:48:02.461Z] 01666e4c0597: Waiting [2021-02-01T18:48:02.461Z] 46f8f816bc3b: Waiting [2021-02-01T18:48:02.461Z] aa168da1d23b: Waiting [2021-02-01T18:48:02.461Z] 93b61091891f: Waiting [2021-02-01T18:48:02.461Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T18:48:02.461Z] 36b3adc4ff6f: Download complete [2021-02-01T18:48:02.461Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T18:48:02.461Z] 46f8f816bc3b: Download complete [2021-02-01T18:48:02.461Z] df20fa9351a1: Verifying Checksum [2021-02-01T18:48:02.740Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T18:48:02.741Z] 93b9cdb0e59b: Download complete [2021-02-01T18:48:02.741Z] 93b61091891f: Download complete [2021-02-01T18:48:02.741Z] 5e14af77c1be: Verifying Checksum [2021-02-01T18:48:02.741Z] 5e14af77c1be: Download complete [2021-02-01T18:48:02.741Z] 01666e4c0597: Verifying Checksum [2021-02-01T18:48:02.741Z] 01666e4c0597: Download complete [2021-02-01T18:48:03.011Z] df20fa9351a1: Pull complete [2021-02-01T18:48:03.281Z] 36b3adc4ff6f: Pull complete [2021-02-01T18:48:03.282Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T18:48:03.282Z] 8ad3a11d3b57: Download complete [2021-02-01T18:48:05.216Z] aa168da1d23b: Verifying Checksum [2021-02-01T18:48:05.216Z] aa168da1d23b: Download complete [2021-02-01T18:48:05.216Z] 8ad3a11d3b57: Pull complete [2021-02-01T18:48:05.479Z] 46f8f816bc3b: Pull complete [2021-02-01T18:48:05.741Z] 93b61091891f: Pull complete [2021-02-01T18:48:06.003Z] 93b9cdb0e59b: Pull complete [2021-02-01T18:48:06.003Z] 5e14af77c1be: Pull complete [2021-02-01T18:48:06.295Z] 01666e4c0597: Pull complete [2021-02-01T18:48:16.480Z] aa168da1d23b: Pull complete [2021-02-01T18:48:16.480Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T18:48:16.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:48:16.480Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T18:48:16.726Z] prd-centos7-docker-4c-2g-24394 does not seem to be running inside a container [2021-02-01T18:48:16.779Z] $ 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 [2021-02-01T18:48:19.509Z] $ docker top 042fec8bac33d1a0ca323d2e1a2a5947b29cf9406cd31b5a5c39669d140e1699 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:48:20.058Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T18:48:20.359Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T18:48:20.658Z] + ls /var/log/sa-host [2021-02-01T18:48:20.659Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T18:48:20.659Z] file_magic: OK [2021-02-01T18:48:20.659Z] HZ: Using current value: 100 [2021-02-01T18:48:20.659Z] file_header: OK [2021-02-01T18:48:20.659Z] 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-02-01T18:48:20.659Z] Statistics: [2021-02-01T18:48:20.659Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T18:48:20.659Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T18:48:20.659Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T18:48:20.659Z] file_magic: OK [2021-02-01T18:48:20.659Z] HZ: Using current value: 100 [2021-02-01T18:48:20.659Z] file_header: OK [2021-02-01T18:48:20.659Z] 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-02-01T18:48:20.659Z] Statistics: [2021-02-01T18:48:20.659Z] Hnuu...uuuununununu... [2021-02-01T18:48:20.659Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:48:20.844Z] provisioning config files... [2021-02-01T18:48:20.863Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config6660554594367744373tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:48:20.934Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:48:21.235Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T18:48:21.244Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T18:48:21.374Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:48:21.669Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T18:48:21.680Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:48:21.977Z] ---> sudo-logs.sh [2021-02-01T18:48:21.978Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T18:48:22.251Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:48:22.547Z] ---> job-cost.sh [2021-02-01T18:48:22.548Z] lf-activate-venv: SKIPPING [2021-02-01T18:48:22.548Z] INFO: No Stack... [2021-02-01T18:48:23.492Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T18:48:24.065Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T18:48:24.078Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:48:24.376Z] ---> logs-deploy.sh [2021-02-01T18:48:24.376Z] lf-activate-venv: SKIPPING [2021-02-01T18:48:24.376Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/12 [2021-02-01T18:48:24.376Z] INFO: archiving workspace using pattern(s): [2021-02-01T18:48:26.298Z] Archives upload complete. [2021-02-01T18:48:26.298Z] INFO: archiving logs to Nexus