Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3b6091f8eff40fc84d400135c919cf8aac043fac Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22633 in /w/workspace/gexfoundry_go-mod-secrets_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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 3b6091f8eff40fc84d400135c919cf8aac043fac (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b6091f8eff40fc84d400135c919cf8aac043fac # timeout=10 Commit message: "Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.6" > git rev-list --no-walk ad364f0045a1960e2713a9dd7876fce0e4e288a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-25T14:28:27.284Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-25T14:28:27.542Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-25T14:28:27.637Z] ========================================================= [2021-01-25T14:28:27.637Z] EdgeX Global Pipelines Version Info [2021-01-25T14:28:27.637Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:28:29.631Z] ------------------- [2021-01-25T14:28:29.631Z] stable info: [2021-01-25T14:28:29.631Z] ------------------- [2021-01-25T14:28:29.631Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T14:28:29.631Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T14:28:29.631Z] Message: update stable to v1.0.179 [2021-01-25T14:28:30.207Z] ------------------- [2021-01-25T14:28:30.207Z] experimental info: [2021-01-25T14:28:30.207Z] ------------------- [2021-01-25T14:28:30.207Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T14:28:30.207Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T14:28:30.207Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-25T14:28:30.518Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-25T14:28:30.660Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-25T14:28:30.767Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-25T14:28:30.886Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-25T14:28:30.982Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-25T14:28:31.116Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-25T14:28:31.241Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-25T14:28:31.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-25T14:28:31.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-25T14:28:31.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-25T14:28:31.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-25T14:28:31.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-25T14:28:31.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-25T14:28:31.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-25T14:28:32.056Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-25T14:28:32.158Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-25T14:28:32.255Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-25T14:28:32.345Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-25T14:28:32.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-25T14:28:32.546Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-25T14:28:32.636Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-25T14:28:32.730Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-25T14:28:32.821Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-25T14:28:32.918Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-25T14:28:33.006Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-25T14:28:33.092Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-25T14:28:33.178Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-25T14:28:33.266Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-25T14:28:33.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-25T14:28:33.480Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-25T14:28:33.587Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b6091f8eff40fc84d400135c919cf8aac043fac [Pipeline] echo [2021-01-25T14:28:33.706Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b6091f [Pipeline] echo [2021-01-25T14:28:33.834Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T14:28:34.535Z] + git log --format=format:%s -1 3b6091f8eff40fc84d400135c919cf8aac043fac [Pipeline] echo [2021-01-25T14:28:34.606Z] GIT_COMMIT: 3b6091f8eff40fc84d400135c919cf8aac043fac, Commit Message: Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.6 [Pipeline] echo [2021-01-25T14:28:34.654Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:28:35.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:28:35.540Z] [2021-01-25T14:28:35.540Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:28:35.915Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:28:35.915Z] latest: Pulling from edgex-devops/git-semver [2021-01-25T14:28:35.916Z] 31603596830f: Pulling fs layer [2021-01-25T14:28:35.916Z] 2a8b12db71e7: Pulling fs layer [2021-01-25T14:28:35.916Z] 6ca5941a6612: Pulling fs layer [2021-01-25T14:28:35.916Z] ecc8261a40a4: Pulling fs layer [2021-01-25T14:28:35.916Z] ecc8261a40a4: Waiting [2021-01-25T14:28:35.916Z] 2a8b12db71e7: Download complete [2021-01-25T14:28:36.187Z] 31603596830f: Verifying Checksum [2021-01-25T14:28:36.187Z] 31603596830f: Download complete [2021-01-25T14:28:36.187Z] ecc8261a40a4: Verifying Checksum [2021-01-25T14:28:36.187Z] ecc8261a40a4: Download complete [2021-01-25T14:28:36.187Z] 6ca5941a6612: Verifying Checksum [2021-01-25T14:28:36.187Z] 6ca5941a6612: Download complete [2021-01-25T14:28:36.461Z] 31603596830f: Pull complete [2021-01-25T14:28:36.731Z] 2a8b12db71e7: Pull complete [2021-01-25T14:28:37.683Z] 6ca5941a6612: Pull complete [2021-01-25T14:28:37.683Z] ecc8261a40a4: Pull complete [2021-01-25T14:28:37.683Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-25T14:28:37.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:28:37.947Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-25T14:28:38.054Z] prd-centos7-docker-4c-2g-22633 does not seem to be running inside a container [2021-01-25T14:28:38.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-25T14:28:40.168Z] $ docker top 53a5994822bf2146dc1d6a6ad683991377bcb0164596104b8f08f54624213c47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T14:28:40.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T14:28:40.560Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T14:28:40.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T14:28:40.821Z] $ docker exec 53a5994822bf2146dc1d6a6ad683991377bcb0164596104b8f08f54624213c47 ssh-agent [2021-01-25T14:28:41.010Z] SSH_AUTH_SOCK=/tmp/ssh-OFbEijUYl0P9/agent.11 [2021-01-25T14:28:41.010Z] SSH_AGENT_PID=16 [2021-01-25T14:28:41.020Z] Running ssh-add (command line suppressed) [2021-01-25T14:28:41.174Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3396681032835151569.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3396681032835151569.key) [2021-01-25T14:28:41.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T14:28:41.587Z] + git tag --points-at HEAD [Pipeline] } [2021-01-25T14:28:41.614Z] $ docker exec --env ******** --env ******** 53a5994822bf2146dc1d6a6ad683991377bcb0164596104b8f08f54624213c47 ssh-agent -k [2021-01-25T14:28:41.743Z] unset SSH_AUTH_SOCK; [2021-01-25T14:28:41.744Z] unset SSH_AGENT_PID; [2021-01-25T14:28:41.744Z] echo Agent pid 16 killed; [2021-01-25T14:28:41.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-25T14:28:41.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T14:28:41.941Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T14:28:42.132Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T14:28:42.137Z] $ docker exec 53a5994822bf2146dc1d6a6ad683991377bcb0164596104b8f08f54624213c47 ssh-agent [2021-01-25T14:28:42.326Z] SSH_AUTH_SOCK=/tmp/ssh-S1pL4PCOFZGf/agent.45 [2021-01-25T14:28:42.326Z] SSH_AGENT_PID=51 [2021-01-25T14:28:42.335Z] Running ssh-add (command line suppressed) [2021-01-25T14:28:42.462Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7967426240383818332.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7967426240383818332.key) [2021-01-25T14:28:42.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T14:28:42.866Z] + git semver init [2021-01-25T14:28:42.866Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T14:28:42.866Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-25T14:28:42.866Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-25T14:28:42.866Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T14:28:42.866Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T14:28:42.866Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T14:28:42.866Z] # $SEMVER_BRANCH = master [2021-01-25T14:28:42.866Z] # $SEMVER_TEMP = /tmp/semver-231385097 [2021-01-25T14:28:42.866Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-25T14:28:43.442Z] # '/tmp/semver-231385097' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-01-25T14:28:43.442Z] # -> Force: false [2021-01-25T14:28:43.442Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-25T14:28:43.467Z] $ docker exec --env ******** --env ******** 53a5994822bf2146dc1d6a6ad683991377bcb0164596104b8f08f54624213c47 ssh-agent -k [2021-01-25T14:28:43.587Z] unset SSH_AUTH_SOCK; [2021-01-25T14:28:43.588Z] unset SSH_AGENT_PID; [2021-01-25T14:28:43.588Z] echo Agent pid 51 killed; [2021-01-25T14:28:43.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T14:28:44.147Z] + git semver [Pipeline] } [2021-01-25T14:28:44.170Z] $ docker stop --time=1 53a5994822bf2146dc1d6a6ad683991377bcb0164596104b8f08f54624213c47 [2021-01-25T14:28:45.638Z] $ docker rm -f 53a5994822bf2146dc1d6a6ad683991377bcb0164596104b8f08f54624213c47 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T14:28:46.143Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-25T14:28:46.660Z] Stashed 1 file(s) [Pipeline] echo [2021-01-25T14:28:46.662Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-25T14:29:02.374Z] Still waiting to schedule task [2021-01-25T14:29:02.374Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-25T14:29:02.377Z] Still waiting to schedule task [2021-01-25T14:29:02.377Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-25T14:31:02.286Z] Running on prd-centos7-docker-4c-2g-22639 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-25T14:31:02.341Z] Running in /w/workspace/go-mod-secrets/26 [Pipeline] { [Pipeline] checkout [2021-01-25T14:31:04.884Z] using credential edgex-jenkins-ssh [2021-01-25T14:31:04.949Z] Cloning the remote Git repository [2021-01-25T14:31:04.974Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-25T14:31:05.049Z] > git init /w/workspace/go-mod-secrets/26 # timeout=10 [2021-01-25T14:31:05.111Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-25T14:31:05.111Z] > git --version # timeout=10 [2021-01-25T14:31:05.118Z] > git --version # 'git version 2.24.3' [2021-01-25T14:31:05.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:31:05.166Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:31:06.920Z] Checking out Revision 3b6091f8eff40fc84d400135c919cf8aac043fac (master) [2021-01-25T14:31:06.506Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-25T14:31:06.512Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:31:06.525Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-25T14:31:06.536Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-25T14:31:06.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:31:06.541Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T14:31:06.929Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T14:31:06.936Z] > git checkout -f 3b6091f8eff40fc84d400135c919cf8aac043fac # timeout=10 [2021-01-25T14:31:10.527Z] Commit message: "Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.6" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T14:31:12.004Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:31:12.372Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:31:12.666Z] + sudo service docker restart [2021-01-25T14:31:12.666Z] + true [2021-01-25T14:31:12.666Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-25T14:31:13.756Z] ========================================================= [2021-01-25T14:31:13.756Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-25T14:31:13.756Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:31:14.105Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-25T14:31:14.681Z] Sending build context to Docker daemon 454.1kB [2021-01-25T14:31:14.681Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-25T14:31:14.681Z] Step 2/7 : FROM ${BASE} [2021-01-25T14:31:14.681Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-25T14:31:14.681Z] 188c0c94c7c5: Pulling fs layer [2021-01-25T14:31:14.681Z] 0ef7d3d256c8: Pulling fs layer [2021-01-25T14:31:14.681Z] de9db76c5a1d: Pulling fs layer [2021-01-25T14:31:14.681Z] bca2f99d35d6: Pulling fs layer [2021-01-25T14:31:14.681Z] 93359f2a8cfa: Pulling fs layer [2021-01-25T14:31:14.681Z] 7c6f9722023f: Pulling fs layer [2021-01-25T14:31:14.681Z] a35cf1a2eb13: Pulling fs layer [2021-01-25T14:31:14.681Z] bca2f99d35d6: Waiting [2021-01-25T14:31:14.681Z] 93359f2a8cfa: Waiting [2021-01-25T14:31:14.681Z] a35cf1a2eb13: Waiting [2021-01-25T14:31:14.681Z] 7c6f9722023f: Waiting [2021-01-25T14:31:14.681Z] de9db76c5a1d: Verifying Checksum [2021-01-25T14:31:14.681Z] de9db76c5a1d: Download complete [2021-01-25T14:31:14.681Z] 0ef7d3d256c8: Verifying Checksum [2021-01-25T14:31:14.681Z] 0ef7d3d256c8: Download complete [2021-01-25T14:31:14.681Z] 93359f2a8cfa: Download complete [2021-01-25T14:31:14.681Z] 7c6f9722023f: Verifying Checksum [2021-01-25T14:31:14.681Z] 7c6f9722023f: Download complete [2021-01-25T14:31:15.260Z] 188c0c94c7c5: Download complete [2021-01-25T14:31:15.525Z] 188c0c94c7c5: Pull complete [2021-01-25T14:31:15.789Z] 0ef7d3d256c8: Pull complete [2021-01-25T14:31:16.052Z] de9db76c5a1d: Pull complete [2021-01-25T14:31:17.444Z] a35cf1a2eb13: Verifying Checksum [2021-01-25T14:31:17.444Z] a35cf1a2eb13: Download complete [2021-01-25T14:31:18.391Z] bca2f99d35d6: Verifying Checksum [2021-01-25T14:31:18.391Z] bca2f99d35d6: Download complete [2021-01-25T14:31:23.730Z] bca2f99d35d6: Pull complete [2021-01-25T14:31:23.730Z] 93359f2a8cfa: Pull complete [2021-01-25T14:31:23.730Z] 7c6f9722023f: Pull complete [2021-01-25T14:31:31.907Z] a35cf1a2eb13: Pull complete [2021-01-25T14:31:31.907Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-25T14:31:31.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-25T14:31:31.907Z] ---> a62c8e92a672 [2021-01-25T14:31:31.907Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-25T14:31:31.907Z] ---> Running in 120b62f01faf [2021-01-25T14:31:31.907Z] Removing intermediate container 120b62f01faf [2021-01-25T14:31:31.907Z] ---> 7489ad312ab2 [2021-01-25T14:31:31.907Z] Step 4/7 : RUN apk add --update bash [2021-01-25T14:31:31.907Z] ---> Running in 74bda9ef4a5c [2021-01-25T14:31:31.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T14:31:32.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T14:31:32.818Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22638 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-25T14:31:32.904Z] Running in /w/workspace/go-mod-secrets/26 [Pipeline] { [Pipeline] checkout [2021-01-25T14:31:35.059Z] OK: 166 MiB in 39 packages [2021-01-25T14:31:35.059Z] Removing intermediate container 74bda9ef4a5c [2021-01-25T14:31:35.059Z] ---> bf2ba2de1a98 [2021-01-25T14:31:35.059Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-25T14:31:35.322Z] ---> Running in bb52a2c6b310 [2021-01-25T14:31:35.323Z] Removing intermediate container bb52a2c6b310 [2021-01-25T14:31:35.323Z] ---> da553f194eb3 [2021-01-25T14:31:35.323Z] Step 6/7 : COPY go.mod . [2021-01-25T14:31:35.586Z] ---> 96f939d31820 [2021-01-25T14:31:35.586Z] Step 7/7 : RUN go mod download [2021-01-25T14:31:35.587Z] ---> Running in 804d497925cd [2021-01-25T14:31:39.037Z] using credential edgex-jenkins-ssh [2021-01-25T14:31:39.115Z] Cloning the remote Git repository [2021-01-25T14:31:39.195Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-25T14:31:39.317Z] > git init /w/workspace/go-mod-secrets/26 # timeout=10 [2021-01-25T14:31:39.405Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-25T14:31:39.407Z] > git --version # timeout=10 [2021-01-25T14:31:39.432Z] > git --version # 'git version 2.17.1' [2021-01-25T14:31:39.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:31:39.504Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:31:40.296Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-25T14:31:40.320Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T14:31:40.359Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-25T14:31:40.420Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-25T14:31:40.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T14:31:40.439Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T14:31:40.953Z] Checking out Revision 3b6091f8eff40fc84d400135c919cf8aac043fac (master) [2021-01-25T14:31:40.980Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T14:31:40.999Z] > git checkout -f 3b6091f8eff40fc84d400135c919cf8aac043fac # timeout=10 [2021-01-25T14:31:45.703Z] Commit message: "Merge pull request #86 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.6" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T14:31:47.129Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:31:47.572Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T14:31:47.868Z] Removing intermediate container 804d497925cd [2021-01-25T14:31:47.868Z] ---> b2433b10eccb [2021-01-25T14:31:47.868Z] Successfully built b2433b10eccb [2021-01-25T14:31:47.868Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:31:47.995Z] + true [2021-01-25T14:31:47.995Z] + sudo service docker restart [2021-01-25T14:31:48.192Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T14:31:48.192Z] . [Pipeline] withDockerContainer [2021-01-25T14:31:48.324Z] prd-centos7-docker-4c-2g-22639 does not seem to be running inside a container [2021-01-25T14:31:48.375Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/26 -v /w/workspace/go-mod-secrets/26:/w/workspace/go-mod-secrets/26:rw,z -v /w/workspace/go-mod-secrets/26@tmp:/w/workspace/go-mod-secrets/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-25T14:31:49.181Z] $ docker top a6d043b6c94175630c38a2f4e375bfe54b80c3ffb82c0d1c1ed728e63d73a401 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:31:49.831Z] + go version [2021-01-25T14:31:49.831Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-25T14:31:49.905Z] $ docker stop --time=1 a6d043b6c94175630c38a2f4e375bfe54b80c3ffb82c0d1c1ed728e63d73a401 [2021-01-25T14:31:51.243Z] $ docker rm -f a6d043b6c94175630c38a2f4e375bfe54b80c3ffb82c0d1c1ed728e63d73a401 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] unstash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2021-01-25T14:31:51.728Z] ========================================================= [2021-01-25T14:31:51.728Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-25T14:31:51.728Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:31:52.167Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-25T14:31:52.318Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T14:31:52.318Z] . [Pipeline] withDockerContainer [2021-01-25T14:31:52.416Z] prd-centos7-docker-4c-2g-22639 does not seem to be running inside a container [2021-01-25T14:31:52.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/26 -v /w/workspace/go-mod-secrets/26:/w/workspace/go-mod-secrets/26:rw,z -v /w/workspace/go-mod-secrets/26@tmp:/w/workspace/go-mod-secrets/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-25T14:31:53.019Z] $ docker top 5f7880aa1d91981c8b18bc10de82e7d1563709d656672e9b3f548da536cff992 -eo pid,comm [2021-01-25T14:31:53.158Z] Sending build context to Docker daemon 453.1kB [2021-01-25T14:31:53.158Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-25T14:31:53.158Z] Step 2/7 : FROM ${BASE} [Pipeline] { [Pipeline] sh [2021-01-25T14:31:53.441Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-25T14:31:53.441Z] 5f621e34cdf4: Pulling fs layer [2021-01-25T14:31:53.441Z] a4357932f1b6: Pulling fs layer [2021-01-25T14:31:53.441Z] 18c013af1878: Pulling fs layer [2021-01-25T14:31:53.441Z] 00ac8860ef70: Pulling fs layer [2021-01-25T14:31:53.441Z] 63d7cb157983: Pulling fs layer [2021-01-25T14:31:53.441Z] b116817d02f9: Pulling fs layer [2021-01-25T14:31:53.441Z] 745a02a5169b: Pulling fs layer [2021-01-25T14:31:53.441Z] 63d7cb157983: Waiting [2021-01-25T14:31:53.441Z] 00ac8860ef70: Waiting [2021-01-25T14:31:53.441Z] b116817d02f9: Waiting [2021-01-25T14:31:53.441Z] 745a02a5169b: Waiting [2021-01-25T14:31:53.441Z] 18c013af1878: Verifying Checksum [2021-01-25T14:31:53.441Z] 18c013af1878: Download complete [2021-01-25T14:31:53.503Z] + make test [2021-01-25T14:31:53.503Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-25T14:31:53.718Z] a4357932f1b6: Verifying Checksum [2021-01-25T14:31:53.718Z] a4357932f1b6: Download complete [2021-01-25T14:31:53.718Z] 63d7cb157983: Verifying Checksum [2021-01-25T14:31:53.718Z] 63d7cb157983: Download complete [2021-01-25T14:31:53.718Z] 5f621e34cdf4: Verifying Checksum [2021-01-25T14:31:53.718Z] 5f621e34cdf4: Download complete [2021-01-25T14:31:53.718Z] b116817d02f9: Verifying Checksum [2021-01-25T14:31:53.718Z] b116817d02f9: Download complete [2021-01-25T14:31:54.723Z] 5f621e34cdf4: Pull complete [2021-01-25T14:31:55.003Z] a4357932f1b6: Pull complete [2021-01-25T14:31:55.638Z] 18c013af1878: Pull complete [2021-01-25T14:31:57.154Z] 745a02a5169b: Verifying Checksum [2021-01-25T14:31:57.154Z] 745a02a5169b: Download complete [2021-01-25T14:31:58.635Z] 00ac8860ef70: Verifying Checksum [2021-01-25T14:31:58.635Z] 00ac8860ef70: Download complete [2021-01-25T14:32:00.206Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-01-25T14:32:00.206Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-01-25T14:32:09.650Z] 00ac8860ef70: Pull complete [2021-01-25T14:32:09.650Z] 63d7cb157983: Pull complete [2021-01-25T14:32:09.650Z] b116817d02f9: Pull complete [2021-01-25T14:32:10.912Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.023s coverage: 96.7% of statements [2021-01-25T14:32:10.912Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.011s coverage: 44.1% of statements [2021-01-25T14:32:10.912Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.011s coverage: 89.5% of statements [2021-01-25T14:32:10.912Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-01-25T14:32:10.912Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.005s coverage: 100.0% of statements [2021-01-25T14:32:10.912Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-01-25T14:32:10.912Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.006s coverage: 87.5% of statements [2021-01-25T14:32:13.050Z] 745a02a5169b: Pull complete [2021-01-25T14:32:13.050Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-25T14:32:13.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-25T14:32:13.050Z] ---> b7e6874047d6 [2021-01-25T14:32:13.050Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-25T14:32:16.443Z] ---> Running in ea58b12f7829 [2021-01-25T14:32:16.443Z] Removing intermediate container ea58b12f7829 [2021-01-25T14:32:16.443Z] ---> 9893de2f92fe [2021-01-25T14:32:16.443Z] Step 4/7 : RUN apk add --update bash [2021-01-25T14:32:16.718Z] ---> Running in 1b7886ae58d4 [2021-01-25T14:32:17.528Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.015s coverage: 93.3% of statements [2021-01-25T14:32:17.528Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-01-25T14:32:17.528Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-25T14:32:18.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T14:32:18.490Z] gofmt -l . [2021-01-25T14:32:18.490Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-25T14:32:18.508Z] $ docker stop --time=1 5f7880aa1d91981c8b18bc10de82e7d1563709d656672e9b3f548da536cff992 [2021-01-25T14:32:19.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T14:32:20.675Z] $ docker rm -f 5f7880aa1d91981c8b18bc10de82e7d1563709d656672e9b3f548da536cff992 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T14:32:21.248Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-25T14:32:21.545Z] Stashed 1 file(s) [Pipeline] } [2021-01-25T14:32:21.598Z] OK: 142 MiB in 39 packages [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] } [2021-01-25T14:32:22.605Z] Removing intermediate container 1b7886ae58d4 [2021-01-25T14:32:22.605Z] ---> 0433ab5f8ae5 [2021-01-25T14:32:22.605Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-25T14:32:22.605Z] ---> Running in c179673062f6 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-25T14:32:23.224Z] Removing intermediate container c179673062f6 [2021-01-25T14:32:23.224Z] ---> f615bc85fa65 [2021-01-25T14:32:23.224Z] Step 6/7 : COPY go.mod . [2021-01-25T14:32:23.839Z] ---> c320963436cf [2021-01-25T14:32:23.839Z] Step 7/7 : RUN go mod download [2021-01-25T14:32:24.116Z] ---> Running in 60f7878af41e [2021-01-25T14:32:39.266Z] Removing intermediate container 60f7878af41e [2021-01-25T14:32:39.266Z] ---> be79bbc87130 [2021-01-25T14:32:39.266Z] Successfully built be79bbc87130 [2021-01-25T14:32:39.266Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:32:39.621Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T14:32:39.621Z] . [Pipeline] withDockerContainer [2021-01-25T14:32:39.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-22638 does not seem to be running inside a container [2021-01-25T14:32:39.997Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/26 -v /w/workspace/go-mod-secrets/26:/w/workspace/go-mod-secrets/26:rw,z -v /w/workspace/go-mod-secrets/26@tmp:/w/workspace/go-mod-secrets/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-25T14:32:41.583Z] $ docker top 0a34e0beef7953f68170955c9b219d9da206ecfc9fe1b680159177f1bf94a502 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:32:42.667Z] + go version [2021-01-25T14:32:42.667Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-25T14:32:42.693Z] $ docker stop --time=1 0a34e0beef7953f68170955c9b219d9da206ecfc9fe1b680159177f1bf94a502 [2021-01-25T14:32:44.701Z] $ docker rm -f 0a34e0beef7953f68170955c9b219d9da206ecfc9fe1b680159177f1bf94a502 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:32:45.662Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T14:32:45.662Z] . [Pipeline] withDockerContainer [2021-01-25T14:32:45.902Z] prd-ubuntu18.04-docker-arm64-4c-16g-22638 does not seem to be running inside a container [2021-01-25T14:32:45.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/26 -v /w/workspace/go-mod-secrets/26:/w/workspace/go-mod-secrets/26:rw,z -v /w/workspace/go-mod-secrets/26@tmp:/w/workspace/go-mod-secrets/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-25T14:32:47.506Z] $ docker top 40207673069f016742410d2444d13b99dddfe17a0b015f7f4ff4a41f5ca807e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:32:48.509Z] + make test [2021-01-25T14:32:48.509Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-25T14:33:10.763Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-01-25T14:33:10.763Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-01-25T14:33:20.932Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.031s coverage: 96.7% of statements [2021-01-25T14:33:20.932Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.050s coverage: 44.1% of statements [2021-01-25T14:33:20.932Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.031s coverage: 89.5% of statements [2021-01-25T14:33:20.932Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-01-25T14:33:20.932Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.039s coverage: 100.0% of statements [2021-01-25T14:33:20.932Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-01-25T14:33:20.932Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.014s coverage: 87.5% of statements [2021-01-25T14:33:31.065Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.025s coverage: 93.3% of statements [2021-01-25T14:33:31.065Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-01-25T14:33:31.065Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-25T14:33:34.479Z] gofmt -l . [2021-01-25T14:33:34.480Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-25T14:33:34.504Z] $ docker stop --time=1 40207673069f016742410d2444d13b99dddfe17a0b015f7f4ff4a41f5ca807e1 [2021-01-25T14:33:36.840Z] $ docker rm -f 40207673069f016742410d2444d13b99dddfe17a0b015f7f4ff4a41f5ca807e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T14:33:37.720Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-25T14:33:37.779Z] Warning: overwriting stash ‘coverage-report’ [2021-01-25T14:33:38.603Z] 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-01-25T14:33:40.350Z] provisioning config files... [2021-01-25T14:33:40.362Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config244443470322829604tmp [Pipeline] { [Pipeline] sh [2021-01-25T14:33:40.801Z] + set +x [2021-01-25T14:33:40.801Z] + curl -s https://codecov.io/bash [2021-01-25T14:33:40.801Z] + bash -s -- [2021-01-25T14:33:41.063Z] [2021-01-25T14:33:41.063Z] _____ _ [2021-01-25T14:33:41.063Z] / ____| | | [2021-01-25T14:33:41.063Z] | | ___ __| | ___ ___ _____ __ [2021-01-25T14:33:41.063Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-25T14:33:41.063Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-25T14:33:41.063Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-25T14:33:41.063Z] Bash-20210115-cec3c92 [2021-01-25T14:33:41.063Z] [2021-01-25T14:33:41.063Z] [2021-01-25T14:33:41.063Z] ==> git version 2.24.3 found [2021-01-25T14:33:41.063Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-25T14:33:41.063Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-25T14:33:41.063Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-25T14:33:41.063Z] ==> Jenkins CI detected. [2021-01-25T14:33:41.063Z] project root: . [2021-01-25T14:33:41.063Z] --> token set from env [2021-01-25T14:33:41.063Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-25T14:33:41.063Z] ==> Running gcov in . (disable via -X gcov) [2021-01-25T14:33:41.063Z] ==> Python coveragepy not found [2021-01-25T14:33:41.063Z] ==> Searching for coverage reports in: [2021-01-25T14:33:41.063Z] + . [2021-01-25T14:33:41.063Z] -> Found 1 reports [2021-01-25T14:33:41.063Z] ==> Detecting git/mercurial file structure [2021-01-25T14:33:41.063Z] ==> Reading reports [2021-01-25T14:33:41.063Z] + ./coverage.out bytes=17226 [2021-01-25T14:33:41.063Z] ==> Appending adjustments [2021-01-25T14:33:41.063Z] https://docs.codecov.io/docs/fixing-reports [2021-01-25T14:33:41.330Z] + Found adjustments [2021-01-25T14:33:41.330Z] ==> Gzipping contents [2021-01-25T14:33:41.330Z] 4.0K /tmp/codecov.7fRV1a.gz [2021-01-25T14:33:41.330Z] ==> Uploading reports [2021-01-25T14:33:41.330Z] url: https://codecov.io [2021-01-25T14:33:41.330Z] query: branch=master&commit=3b6091f8eff40fc84d400135c919cf8aac043fac&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-25T14:33:41.330Z] -> Pinging Codecov [2021-01-25T14:33:41.330Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=3b6091f8eff40fc84d400135c919cf8aac043fac&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-25T14:33:41.601Z] -> Uploading to [2021-01-25T14:33:41.601Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-25/D63849C06B6B67093493C71CE874ED06/3b6091f8eff40fc84d400135c919cf8aac043fac/4751a17b-e5a3-455c-bf26-dd6b35081133.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T143341Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e9a35aff01c3bec36cafea7a276f07031eae8a3df7e3b5f6a064896b91b18d8 [2021-01-25T14:33:41.601Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-25T14:33:41.601Z] Dload Upload Total Spent Left Speed [2021-01-25T14:33:42.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3706 0 0 100 3706 0 8599 --:--:-- --:--:-- --:--:-- 8618 [2021-01-25T14:33:42.176Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/3b6091f8eff40fc84d400135c919cf8aac043fac [Pipeline] } [2021-01-25T14:33:42.185Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-25T14:33:42.651Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-25T14:33:42.703Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:33:43.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-25T14:33:43.047Z] [2021-01-25T14:33:43.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:33:43.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-25T14:33:43.401Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-25T14:33:43.401Z] 188c0c94c7c5: Pulling fs layer [2021-01-25T14:33:43.401Z] 0ef7d3d256c8: Pulling fs layer [2021-01-25T14:33:43.401Z] de9db76c5a1d: Pulling fs layer [2021-01-25T14:33:43.401Z] 0eba1c9be4d2: Pulling fs layer [2021-01-25T14:33:43.401Z] 0d57e429df01: Pulling fs layer [2021-01-25T14:33:43.401Z] 4e4be7b47b0d: Pulling fs layer [2021-01-25T14:33:43.401Z] e1f770b5df2f: Pulling fs layer [2021-01-25T14:33:43.401Z] 85a0685a4137: Pulling fs layer [2021-01-25T14:33:43.401Z] 0eba1c9be4d2: Waiting [2021-01-25T14:33:43.401Z] 0d57e429df01: Waiting [2021-01-25T14:33:43.401Z] 4e4be7b47b0d: Waiting [2021-01-25T14:33:43.401Z] e1f770b5df2f: Waiting [2021-01-25T14:33:43.401Z] de9db76c5a1d: Verifying Checksum [2021-01-25T14:33:43.401Z] de9db76c5a1d: Download complete [2021-01-25T14:33:43.401Z] 0ef7d3d256c8: Verifying Checksum [2021-01-25T14:33:43.401Z] 0ef7d3d256c8: Download complete [2021-01-25T14:33:43.401Z] 0d57e429df01: Verifying Checksum [2021-01-25T14:33:43.401Z] 0d57e429df01: Download complete [2021-01-25T14:33:43.401Z] 4e4be7b47b0d: Verifying Checksum [2021-01-25T14:33:43.401Z] 4e4be7b47b0d: Download complete [2021-01-25T14:33:43.665Z] 188c0c94c7c5: Download complete [2021-01-25T14:33:43.931Z] 188c0c94c7c5: Pull complete [2021-01-25T14:33:44.195Z] 0ef7d3d256c8: Pull complete [2021-01-25T14:33:44.195Z] de9db76c5a1d: Pull complete [2021-01-25T14:33:45.149Z] e1f770b5df2f: Verifying Checksum [2021-01-25T14:33:45.149Z] e1f770b5df2f: Download complete [2021-01-25T14:33:47.726Z] 0eba1c9be4d2: Download complete [2021-01-25T14:33:47.726Z] 85a0685a4137: Verifying Checksum [2021-01-25T14:33:47.726Z] 85a0685a4137: Download complete [2021-01-25T14:33:53.051Z] 0eba1c9be4d2: Pull complete [2021-01-25T14:33:53.314Z] 0d57e429df01: Pull complete [2021-01-25T14:33:53.578Z] 4e4be7b47b0d: Pull complete [2021-01-25T14:33:55.505Z] e1f770b5df2f: Pull complete [2021-01-25T14:34:03.705Z] 85a0685a4137: Pull complete [2021-01-25T14:34:03.705Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-25T14:34:03.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-25T14:34:03.705Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-25T14:34:04.001Z] prd-centos7-docker-4c-2g-22633 does not seem to be running inside a container [2021-01-25T14:34:04.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-25T14:34:05.252Z] $ docker top 84af88eba39eb79acb2243bc8a1df37445964dd00b63e1ee0960cb5b1042a4a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-25T14:34:05.550Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-25T14:34:05.861Z] + set -o pipefail [2021-01-25T14:34:05.861Z] + snyk monitor '--org=edgex-jenkins' [2021-01-25T14:34:10.118Z] [2021-01-25T14:34:10.118Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-01-25T14:34:10.118Z] [2021-01-25T14:34:10.118Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/c0668dc9-6847-4281-8492-bbae42cfadb0 [2021-01-25T14:34:10.118Z] [2021-01-25T14:34:10.118Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-25T14:34:10.118Z] [2021-01-25T14:34:10.118Z] [Pipeline] } [2021-01-25T14:34:10.135Z] $ docker stop --time=1 84af88eba39eb79acb2243bc8a1df37445964dd00b63e1ee0960cb5b1042a4a5 [2021-01-25T14:34:12.271Z] $ docker rm -f 84af88eba39eb79acb2243bc8a1df37445964dd00b63e1ee0960cb5b1042a4a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-25T14:34:13.794Z] + git log --format=format:%s -1 3b6091f8eff40fc84d400135c919cf8aac043fac [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:34:14.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:34:14.108Z] . [Pipeline] withDockerContainer [2021-01-25T14:34:14.214Z] prd-centos7-docker-4c-2g-22633 does not seem to be running inside a container [2021-01-25T14:34:14.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-25T14:34:15.126Z] $ docker top 468746f4c09303ef55462373a9985636a3aa4c6243575e85f18d12bedc598f21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T14:34:15.419Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T14:34:15.419Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T14:34:15.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T14:34:15.666Z] $ docker exec 468746f4c09303ef55462373a9985636a3aa4c6243575e85f18d12bedc598f21 ssh-agent [2021-01-25T14:34:15.847Z] SSH_AUTH_SOCK=/tmp/ssh-CEWHEHP4zYiK/agent.11 [2021-01-25T14:34:15.847Z] SSH_AGENT_PID=16 [2021-01-25T14:34:15.854Z] Running ssh-add (command line suppressed) [2021-01-25T14:34:15.995Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1953230717395372139.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1953230717395372139.key) [2021-01-25T14:34:16.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T14:34:16.501Z] + git semver tag [2021-01-25T14:34:16.501Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T14:34:16.501Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-25T14:34:16.501Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-25T14:34:16.501Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T14:34:16.501Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T14:34:16.501Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T14:34:16.501Z] # $SEMVER_BRANCH = master [2021-01-25T14:34:16.501Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-25T14:34:16.501Z] # 3b6091f8eff40fc84d400135c919cf8aac043fac HEAD [2021-01-25T14:34:16.501Z] # -> Force: false [2021-01-25T14:34:16.501Z] # b3ebe42b482f865395dd35390b0a0b6875690158 refs/tags/v2.0.0-dev.3 [Pipeline] } [2021-01-25T14:34:16.514Z] $ docker exec --env ******** --env ******** 468746f4c09303ef55462373a9985636a3aa4c6243575e85f18d12bedc598f21 ssh-agent -k [2021-01-25T14:34:16.643Z] unset SSH_AUTH_SOCK; [2021-01-25T14:34:16.643Z] unset SSH_AGENT_PID; [2021-01-25T14:34:16.643Z] echo Agent pid 16 killed; [2021-01-25T14:34:16.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T14:34:17.205Z] + git semver [Pipeline] } [2021-01-25T14:34:17.223Z] $ docker stop --time=1 468746f4c09303ef55462373a9985636a3aa4c6243575e85f18d12bedc598f21 [2021-01-25T14:34:18.579Z] $ docker rm -f 468746f4c09303ef55462373a9985636a3aa4c6243575e85f18d12bedc598f21 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:34:19.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-25T14:34:19.181Z] [2021-01-25T14:34:19.181Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:34:19.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-25T14:34:19.529Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-25T14:34:19.529Z] ab5ef0e58194: Pulling fs layer [2021-01-25T14:34:19.529Z] 9712f1f96733: Pulling fs layer [2021-01-25T14:34:19.529Z] 63f879dbbcfc: Pulling fs layer [2021-01-25T14:34:19.529Z] 0d9ebad4ef96: Pulling fs layer [2021-01-25T14:34:19.529Z] e9a5061849ea: Pulling fs layer [2021-01-25T14:34:19.529Z] d747dcd14b5f: Pulling fs layer [2021-01-25T14:34:19.529Z] 2de7ff778b66: Pulling fs layer [2021-01-25T14:34:19.529Z] 2de7ff778b66: Waiting [2021-01-25T14:34:19.529Z] d747dcd14b5f: Waiting [2021-01-25T14:34:19.529Z] 0d9ebad4ef96: Waiting [2021-01-25T14:34:19.529Z] 9712f1f96733: Verifying Checksum [2021-01-25T14:34:19.529Z] 9712f1f96733: Download complete [2021-01-25T14:34:20.926Z] 63f879dbbcfc: Verifying Checksum [2021-01-25T14:34:20.926Z] 63f879dbbcfc: Download complete [2021-01-25T14:34:21.194Z] e9a5061849ea: Verifying Checksum [2021-01-25T14:34:21.194Z] e9a5061849ea: Download complete [2021-01-25T14:34:21.194Z] d747dcd14b5f: Verifying Checksum [2021-01-25T14:34:21.194Z] d747dcd14b5f: Download complete [2021-01-25T14:34:21.787Z] 2de7ff778b66: Verifying Checksum [2021-01-25T14:34:21.787Z] 2de7ff778b66: Download complete [2021-01-25T14:34:21.787Z] 0d9ebad4ef96: Verifying Checksum [2021-01-25T14:34:21.787Z] 0d9ebad4ef96: Download complete [2021-01-25T14:34:22.051Z] ab5ef0e58194: Verifying Checksum [2021-01-25T14:34:22.051Z] ab5ef0e58194: Download complete [2021-01-25T14:34:26.294Z] ab5ef0e58194: Pull complete [2021-01-25T14:34:26.572Z] 9712f1f96733: Pull complete [2021-01-25T14:34:29.126Z] 63f879dbbcfc: Pull complete [2021-01-25T14:34:35.743Z] 0d9ebad4ef96: Pull complete [2021-01-25T14:34:36.326Z] e9a5061849ea: Pull complete [2021-01-25T14:34:36.598Z] d747dcd14b5f: Pull complete [2021-01-25T14:34:39.174Z] 2de7ff778b66: Pull complete [2021-01-25T14:34:39.174Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-25T14:34:39.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-25T14:34:39.174Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-25T14:34:39.423Z] prd-centos7-docker-4c-2g-22633 does not seem to be running inside a container [2021-01-25T14:34:39.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-25T14:34:43.587Z] $ docker top e2eb60785e8554b005fe7e3ce964bc38e28d51d1c014ad591a599ec2a94f80b7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-25T14:34:43.849Z] provisioning config files... [2021-01-25T14:34:43.859Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7148981155325291202tmp [2021-01-25T14:34:43.875Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8233015184126155940tmp [2021-01-25T14:34:43.891Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5848651294612909550tmp [Pipeline] { [Pipeline] echo [2021-01-25T14:34:43.946Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:34:44.268Z] ---> sigul-configuration.sh [2021-01-25T14:34:44.269Z] gpg: directory `/root/.gnupg' created [2021-01-25T14:34:44.269Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-25T14:34:44.269Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-25T14:34:44.269Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-25T14:34:44.269Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-25T14:34:44.269Z] gpg: CAST5 encrypted data [2021-01-25T14:34:44.530Z] gpg: encrypted with 1 passphrase [2021-01-25T14:34:44.530Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-25T14:34:44.828Z] + mkdir /home/jenkins [2021-01-25T14:34:44.828Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-25T14:34:45.124Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-25T14:34:45.134Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:34:45.430Z] ---> sigul-install.sh [2021-01-25T14:34:53.617Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-25T14:34:54.242Z] + git tag --list [2021-01-25T14:34:54.242Z] v0.0.0 [2021-01-25T14:34:54.242Z] v0.0.1 [2021-01-25T14:34:54.242Z] v0.0.10 [2021-01-25T14:34:54.242Z] v0.0.11 [2021-01-25T14:34:54.242Z] v0.0.12 [2021-01-25T14:34:54.242Z] v0.0.13 [2021-01-25T14:34:54.242Z] v0.0.14 [2021-01-25T14:34:54.242Z] v0.0.15 [2021-01-25T14:34:54.242Z] v0.0.16 [2021-01-25T14:34:54.242Z] v0.0.17 [2021-01-25T14:34:54.242Z] v0.0.18 [2021-01-25T14:34:54.242Z] v0.0.19 [2021-01-25T14:34:54.242Z] v0.0.2 [2021-01-25T14:34:54.242Z] v0.0.20 [2021-01-25T14:34:54.242Z] v0.0.21 [2021-01-25T14:34:54.242Z] v0.0.22 [2021-01-25T14:34:54.242Z] v0.0.23 [2021-01-25T14:34:54.242Z] v0.0.24 [2021-01-25T14:34:54.242Z] v0.0.25 [2021-01-25T14:34:54.242Z] v0.0.26 [2021-01-25T14:34:54.242Z] v0.0.27 [2021-01-25T14:34:54.242Z] v0.0.28 [2021-01-25T14:34:54.242Z] v0.0.29 [2021-01-25T14:34:54.242Z] v0.0.3 [2021-01-25T14:34:54.242Z] v0.0.30 [2021-01-25T14:34:54.242Z] v0.0.31 [2021-01-25T14:34:54.242Z] v0.0.32 [2021-01-25T14:34:54.242Z] v0.0.33 [2021-01-25T14:34:54.242Z] v0.0.4 [2021-01-25T14:34:54.242Z] v0.0.5 [2021-01-25T14:34:54.242Z] v0.0.6 [2021-01-25T14:34:54.242Z] v0.0.7 [2021-01-25T14:34:54.242Z] v0.0.8 [2021-01-25T14:34:54.242Z] v0.0.9 [2021-01-25T14:34:54.242Z] v2.0.0-dev.1 [2021-01-25T14:34:54.242Z] v2.0.0-dev.2 [2021-01-25T14:34:54.242Z] v2.0.0-dev.3 [Pipeline] sh [2021-01-25T14:34:54.549Z] + lftools sign git-tag v2.0.0-dev.3 [2021-01-25T14:34:55.950Z] Signing Git tag with Sigul... [2021-01-25T14:34:55.950Z] Signing v2.0.0-dev.3 [Pipeline] echo [2021-01-25T14:34:56.920Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:34:57.240Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-25T14:34:57.254Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-25T14:34:57.347Z] $ docker stop --time=1 e2eb60785e8554b005fe7e3ce964bc38e28d51d1c014ad591a599ec2a94f80b7 [2021-01-25T14:34:59.469Z] $ docker rm -f e2eb60785e8554b005fe7e3ce964bc38e28d51d1c014ad591a599ec2a94f80b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:35:00.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:35:00.568Z] . [Pipeline] withDockerContainer [2021-01-25T14:35:00.675Z] prd-centos7-docker-4c-2g-22633 does not seem to be running inside a container [2021-01-25T14:35:00.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-25T14:35:01.462Z] $ docker top 59343be7b0961e3b9469a3b8b6cba49b483170f61985f242ba58718be84856f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T14:35:01.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T14:35:01.858Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T14:35:02.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T14:35:02.100Z] $ docker exec 59343be7b0961e3b9469a3b8b6cba49b483170f61985f242ba58718be84856f8 ssh-agent [2021-01-25T14:35:02.309Z] SSH_AUTH_SOCK=/tmp/ssh-p1YwSptGpCRR/agent.12 [2021-01-25T14:35:02.309Z] SSH_AGENT_PID=17 [2021-01-25T14:35:02.317Z] Running ssh-add (command line suppressed) [2021-01-25T14:35:02.474Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1755960128920739289.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1755960128920739289.key) [2021-01-25T14:35:02.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T14:35:02.926Z] + git semver bump pre [2021-01-25T14:35:02.926Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T14:35:02.926Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-25T14:35:02.926Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-25T14:35:02.926Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T14:35:02.926Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T14:35:02.927Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T14:35:02.927Z] # $SEMVER_BRANCH = master [2021-01-25T14:35:02.927Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-25T14:35:02.927Z] 2.0.0-dev.4 [Pipeline] } [2021-01-25T14:35:02.940Z] $ docker exec --env ******** --env ******** 59343be7b0961e3b9469a3b8b6cba49b483170f61985f242ba58718be84856f8 ssh-agent -k [2021-01-25T14:35:03.085Z] unset SSH_AUTH_SOCK; [2021-01-25T14:35:03.086Z] unset SSH_AGENT_PID; [2021-01-25T14:35:03.086Z] echo Agent pid 17 killed; [2021-01-25T14:35:03.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T14:35:03.617Z] + git semver [Pipeline] } [2021-01-25T14:35:03.637Z] $ docker stop --time=1 59343be7b0961e3b9469a3b8b6cba49b483170f61985f242ba58718be84856f8 [2021-01-25T14:35:05.073Z] $ docker rm -f 59343be7b0961e3b9469a3b8b6cba49b483170f61985f242ba58718be84856f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:35:05.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T14:35:05.617Z] . [Pipeline] withDockerContainer [2021-01-25T14:35:05.730Z] prd-centos7-docker-4c-2g-22633 does not seem to be running inside a container [2021-01-25T14:35:05.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-25T14:35:06.512Z] $ docker top 3feb71a6c95862a5e688fd58b0933e541225065e03f90d2fd82f576e1a2a65bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T14:35:06.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T14:35:06.928Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T14:35:07.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T14:35:07.182Z] $ docker exec 3feb71a6c95862a5e688fd58b0933e541225065e03f90d2fd82f576e1a2a65bd ssh-agent [2021-01-25T14:35:07.401Z] SSH_AUTH_SOCK=/tmp/ssh-sQFisrtPTrM1/agent.12 [2021-01-25T14:35:07.401Z] SSH_AGENT_PID=17 [2021-01-25T14:35:07.409Z] Running ssh-add (command line suppressed) [2021-01-25T14:35:07.581Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3390691954594828014.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3390691954594828014.key) [2021-01-25T14:35:07.651Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T14:35:07.991Z] + git semver push [2021-01-25T14:35:07.991Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T14:35:07.991Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-25T14:35:07.991Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-25T14:35:07.991Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T14:35:07.991Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T14:35:07.991Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T14:35:07.991Z] # $SEMVER_BRANCH = master [2021-01-25T14:35:07.991Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-25T14:35:16.195Z] $ docker exec --env ******** --env ******** 3feb71a6c95862a5e688fd58b0933e541225065e03f90d2fd82f576e1a2a65bd ssh-agent -k [2021-01-25T14:35:16.377Z] unset SSH_AUTH_SOCK; [2021-01-25T14:35:16.377Z] unset SSH_AGENT_PID; [2021-01-25T14:35:16.377Z] echo Agent pid 17 killed; [2021-01-25T14:35:16.451Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T14:35:16.912Z] + git semver [Pipeline] } [2021-01-25T14:35:16.934Z] $ docker stop --time=1 3feb71a6c95862a5e688fd58b0933e541225065e03f90d2fd82f576e1a2a65bd [2021-01-25T14:35:18.317Z] $ docker rm -f 3feb71a6c95862a5e688fd58b0933e541225065e03f90d2fd82f576e1a2a65bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:35:19.790Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:35:20.371Z] ---> package-listing.sh [2021-01-25T14:35:20.371Z] ++ facter osfamily [2021-01-25T14:35:20.371Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-25T14:35:20.371Z] + OS_FAMILY=redhat [2021-01-25T14:35:20.371Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-01-25T14:35:20.371Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-25T14:35:20.371Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-25T14:35:20.371Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-25T14:35:20.371Z] + PACKAGES=/tmp/packages_start.txt [2021-01-25T14:35:20.371Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-25T14:35:20.371Z] + PACKAGES=/tmp/packages_end.txt [2021-01-25T14:35:20.371Z] + case "${OS_FAMILY}" in [2021-01-25T14:35:20.371Z] + rpm -qa [2021-01-25T14:35:20.371Z] + sort [2021-01-25T14:35:25.700Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-25T14:35:25.700Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-25T14:35:25.700Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-25T14:35:25.700Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-25T14:35:25.700Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-01-25T14:35:25.700Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2021-01-25T14:35:25.720Z] 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-25T14:35:26.015Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:35:26.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T14:35:26.326Z] [2021-01-25T14:35:26.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-25T14:35:26.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T14:35:26.681Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-25T14:35:26.681Z] df20fa9351a1: Pulling fs layer [2021-01-25T14:35:26.681Z] 36b3adc4ff6f: Pulling fs layer [2021-01-25T14:35:26.681Z] 8ad3a11d3b57: Pulling fs layer [2021-01-25T14:35:26.681Z] 46f8f816bc3b: Pulling fs layer [2021-01-25T14:35:26.681Z] 93b61091891f: Pulling fs layer [2021-01-25T14:35:26.681Z] 93b9cdb0e59b: Pulling fs layer [2021-01-25T14:35:26.681Z] 5e14af77c1be: Pulling fs layer [2021-01-25T14:35:26.681Z] 01666e4c0597: Pulling fs layer [2021-01-25T14:35:26.681Z] aa168da1d23b: Pulling fs layer [2021-01-25T14:35:26.681Z] 93b9cdb0e59b: Waiting [2021-01-25T14:35:26.681Z] 5e14af77c1be: Waiting [2021-01-25T14:35:26.681Z] 01666e4c0597: Waiting [2021-01-25T14:35:26.681Z] aa168da1d23b: Waiting [2021-01-25T14:35:26.681Z] 46f8f816bc3b: Waiting [2021-01-25T14:35:26.681Z] 93b61091891f: Waiting [2021-01-25T14:35:26.681Z] 36b3adc4ff6f: Download complete [2021-01-25T14:35:26.681Z] 46f8f816bc3b: Verifying Checksum [2021-01-25T14:35:26.681Z] 46f8f816bc3b: Download complete [2021-01-25T14:35:26.947Z] df20fa9351a1: Verifying Checksum [2021-01-25T14:35:26.947Z] df20fa9351a1: Download complete [2021-01-25T14:35:26.947Z] 93b9cdb0e59b: Download complete [2021-01-25T14:35:26.947Z] 5e14af77c1be: Verifying Checksum [2021-01-25T14:35:26.947Z] 5e14af77c1be: Download complete [2021-01-25T14:35:26.947Z] 01666e4c0597: Verifying Checksum [2021-01-25T14:35:26.947Z] 01666e4c0597: Download complete [2021-01-25T14:35:26.947Z] 93b61091891f: Download complete [2021-01-25T14:35:27.605Z] df20fa9351a1: Pull complete [2021-01-25T14:35:27.605Z] 8ad3a11d3b57: Verifying Checksum [2021-01-25T14:35:27.605Z] 8ad3a11d3b57: Download complete [2021-01-25T14:35:27.605Z] 36b3adc4ff6f: Pull complete [2021-01-25T14:35:29.605Z] 8ad3a11d3b57: Pull complete [2021-01-25T14:35:29.605Z] aa168da1d23b: Verifying Checksum [2021-01-25T14:35:29.605Z] aa168da1d23b: Download complete [2021-01-25T14:35:29.869Z] 46f8f816bc3b: Pull complete [2021-01-25T14:35:30.131Z] 93b61091891f: Pull complete [2021-01-25T14:35:30.394Z] 93b9cdb0e59b: Pull complete [2021-01-25T14:35:30.394Z] 5e14af77c1be: Pull complete [2021-01-25T14:35:30.660Z] 01666e4c0597: Pull complete [2021-01-25T14:35:40.706Z] aa168da1d23b: Pull complete [2021-01-25T14:35:40.706Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-25T14:35:40.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T14:35:40.706Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-25T14:35:40.917Z] prd-centos7-docker-4c-2g-22633 does not seem to be running inside a container [2021-01-25T14:35:41.895Z] $ 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/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_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-01-25T14:35:44.891Z] $ docker top 02d9155faeb9e3b28d945a894287bbf29cb0ea9a823a13e8c80a932871418e2e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T14:35:45.410Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-25T14:35:45.709Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-25T14:35:46.008Z] + ls /var/log/sa-host [2021-01-25T14:35:46.008Z] + sadf -c /var/log/sa-host/sa23 [2021-01-25T14:35:46.008Z] file_magic: OK [2021-01-25T14:35:46.008Z] HZ: Using current value: 100 [2021-01-25T14:35:46.008Z] file_header: OK [2021-01-25T14:35:46.008Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-25T14:35:46.008Z] Statistics: [2021-01-25T14:35:46.008Z] Hnuu...uuuununununu... [2021-01-25T14:35:46.008Z] File successfully converted to sysstat format version 12.2.1 [2021-01-25T14:35:46.008Z] + sadf -c /var/log/sa-host/sa25 [2021-01-25T14:35:46.008Z] file_magic: OK [2021-01-25T14:35:46.008Z] HZ: Using current value: 100 [2021-01-25T14:35:46.008Z] file_header: OK [2021-01-25T14:35:46.008Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-25T14:35:46.008Z] Statistics: [2021-01-25T14:35:46.008Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-25T14:35:46.008Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-25T14:35:46.206Z] provisioning config files... [2021-01-25T14:35:46.221Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8995752819459188972tmp [Pipeline] { [Pipeline] echo [2021-01-25T14:35:46.304Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:35:46.604Z] ---> create-netrc.sh [Pipeline] } [2021-01-25T14:35:46.613Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-25T14:35:46.725Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:35:47.022Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-25T14:35:47.032Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:35:47.329Z] ---> sudo-logs.sh [2021-01-25T14:35:47.329Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-25T14:35:47.340Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:35:47.654Z] ---> job-cost.sh [2021-01-25T14:35:47.654Z] lf-activate-venv: SKIPPING [2021-01-25T14:35:47.654Z] INFO: No Stack... [2021-01-25T14:35:48.601Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-25T14:35:49.178Z] INFO: Archiving Costs [Pipeline] echo [2021-01-25T14:35:49.192Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T14:35:49.490Z] ---> logs-deploy.sh [2021-01-25T14:35:49.490Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/26 [2021-01-25T14:35:49.490Z] INFO: archiving workspace using pattern(s): [2021-01-25T14:35:51.412Z] Archives upload complete. [2021-01-25T14:35:51.412Z] INFO: archiving logs to Nexus