Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f21943c21c7ff2270331d5fa01f8bff27d8f4049 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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-26518 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 > 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 Checking out Revision f21943c21c7ff2270331d5fa01f8bff27d8f4049 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" > git rev-list --no-walk a7ba41660956bdfcebf9ed2ce21e8f5ace26436c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-15T16:52:56.947Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-15T16:52:57.213Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-15T16:52:57.324Z] ========================================================= [2021-02-15T16:52:57.324Z] EdgeX Global Pipelines Version Info [2021-02-15T16:52:57.324Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-15T16:52:58.803Z] ------------------- [2021-02-15T16:52:58.803Z] stable info: [2021-02-15T16:52:58.803Z] ------------------- [2021-02-15T16:52:58.803Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-15T16:52:58.803Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-15T16:52:58.803Z] Message: update stable to v1.0.179 [2021-02-15T16:52:59.751Z] ------------------- [2021-02-15T16:52:59.751Z] experimental info: [2021-02-15T16:52:59.751Z] ------------------- [2021-02-15T16:52:59.751Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-15T16:52:59.751Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-15T16:52:59.751Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-15T16:53:00.000Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-02-15T16:53:00.140Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-02-15T16:53:00.258Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-15T16:53:00.343Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-15T16:53:00.505Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-15T16:53:00.652Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-15T16:53:00.749Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-15T16:53:00.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-15T16:53:00.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-15T16:53:01.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-15T16:53:01.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-15T16:53:01.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-02-15T16:53:01.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-15T16:53:01.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-15T16:53:01.469Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-15T16:53:01.551Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-15T16:53:01.634Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-15T16:53:01.716Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-15T16:53:01.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-15T16:53:01.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-15T16:53:02.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-15T16:53:02.178Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-15T16:53:02.281Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-15T16:53:02.372Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-15T16:53:02.453Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-15T16:53:02.532Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-15T16:53:02.642Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-15T16:53:02.723Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-15T16:53:02.803Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-15T16:53:02.882Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-15T16:53:02.958Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] echo [2021-02-15T16:53:03.040Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f21943c [Pipeline] echo [2021-02-15T16:53:03.122Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-15T16:53:03.793Z] + git log --format=format:%s -1 f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] echo [2021-02-15T16:53:03.864Z] GIT_COMMIT: f21943c21c7ff2270331d5fa01f8bff27d8f4049, Commit Message: Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34 [Pipeline] echo [2021-02-15T16:53:03.907Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:53:04.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:53:04.755Z] [2021-02-15T16:53:04.755Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:53:05.143Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:53:05.143Z] latest: Pulling from edgex-devops/git-semver [2021-02-15T16:53:05.143Z] 31603596830f: Pulling fs layer [2021-02-15T16:53:05.143Z] 2a8b12db71e7: Pulling fs layer [2021-02-15T16:53:05.143Z] 6ca5941a6612: Pulling fs layer [2021-02-15T16:53:05.143Z] ecc8261a40a4: Pulling fs layer [2021-02-15T16:53:05.143Z] ecc8261a40a4: Waiting [2021-02-15T16:53:05.143Z] 2a8b12db71e7: Verifying Checksum [2021-02-15T16:53:05.143Z] 2a8b12db71e7: Download complete [2021-02-15T16:53:05.431Z] 31603596830f: Verifying Checksum [2021-02-15T16:53:05.431Z] 31603596830f: Download complete [2021-02-15T16:53:05.431Z] ecc8261a40a4: Verifying Checksum [2021-02-15T16:53:05.431Z] ecc8261a40a4: Download complete [2021-02-15T16:53:05.696Z] 6ca5941a6612: Verifying Checksum [2021-02-15T16:53:05.696Z] 6ca5941a6612: Download complete [2021-02-15T16:53:05.962Z] 31603596830f: Pull complete [2021-02-15T16:53:05.962Z] 2a8b12db71e7: Pull complete [2021-02-15T16:53:06.919Z] 6ca5941a6612: Pull complete [2021-02-15T16:53:07.184Z] ecc8261a40a4: Pull complete [2021-02-15T16:53:07.184Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-15T16:53:07.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T16:53:07.184Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-15T16:53:07.304Z] prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container [2021-02-15T16:53:07.354Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-15T16:53:09.694Z] $ docker top f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T16:53:10.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T16:53:10.095Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T16:53:10.367Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T16:53:10.372Z] $ docker exec f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent [2021-02-15T16:53:10.595Z] SSH_AUTH_SOCK=/tmp/ssh-pq2ejLqZbnZx/agent.11 [2021-02-15T16:53:10.595Z] SSH_AGENT_PID=17 [2021-02-15T16:53:10.857Z] Running ssh-add (command line suppressed) [2021-02-15T16:53:10.995Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4168133111377922828.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4168133111377922828.key) [2021-02-15T16:53:11.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T16:53:11.441Z] + git tag --points-at HEAD [Pipeline] } [2021-02-15T16:53:11.579Z] $ docker exec --env ******** --env ******** f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent -k [2021-02-15T16:53:11.749Z] unset SSH_AUTH_SOCK; [2021-02-15T16:53:11.750Z] unset SSH_AGENT_PID; [2021-02-15T16:53:11.750Z] echo Agent pid 17 killed; [2021-02-15T16:53:11.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-15T16:53:11.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T16:53:11.963Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T16:53:12.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T16:53:12.195Z] $ docker exec f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent [2021-02-15T16:53:12.380Z] SSH_AUTH_SOCK=/tmp/ssh-rFArnKJhV2KO/agent.47 [2021-02-15T16:53:12.380Z] SSH_AGENT_PID=52 [2021-02-15T16:53:12.388Z] Running ssh-add (command line suppressed) [2021-02-15T16:53:12.518Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_963449328726025007.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_963449328726025007.key) [2021-02-15T16:53:12.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T16:53:12.916Z] + git semver init [2021-02-15T16:53:12.917Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T16:53:12.917Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-15T16:53:12.917Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-15T16:53:12.917Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T16:53:12.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T16:53:12.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T16:53:12.917Z] # $SEMVER_BRANCH = master [2021-02-15T16:53:12.917Z] # $SEMVER_TEMP = /tmp/semver-157431738 [2021-02-15T16:53:12.917Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-02-15T16:53:13.180Z] # '/tmp/semver-157431738' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-02-15T16:53:13.445Z] # -> Force: false [2021-02-15T16:53:13.445Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-02-15T16:53:13.460Z] $ docker exec --env ******** --env ******** f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 ssh-agent -k [2021-02-15T16:53:13.591Z] unset SSH_AUTH_SOCK; [2021-02-15T16:53:13.592Z] unset SSH_AGENT_PID; [2021-02-15T16:53:13.592Z] echo Agent pid 52 killed; [2021-02-15T16:53:13.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T16:53:14.104Z] + git semver [Pipeline] } [2021-02-15T16:53:14.128Z] $ docker stop --time=1 f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 [2021-02-15T16:53:15.697Z] $ docker rm -f f25aae85e46ef8ff2da1199fca6047269b260d706f8a6a5a4a29d47562d26319 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-15T16:53:16.192Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-15T16:53:16.620Z] Stashed 1 file(s) [Pipeline] echo [2021-02-15T16:53:16.623Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-15T16:53:32.069Z] Still waiting to schedule task [2021-02-15T16:53:32.070Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-15T16:53:32.072Z] Still waiting to schedule task [2021-02-15T16:53:32.072Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26515’ [2021-02-15T16:56:33.708Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26523 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-02-15T16:56:33.772Z] Running in /w/workspace/go-mod-secrets/29 [Pipeline] { [Pipeline] checkout [2021-02-15T16:56:39.428Z] using credential edgex-jenkins-ssh [2021-02-15T16:56:39.500Z] Cloning the remote Git repository [2021-02-15T16:56:39.570Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-15T16:56:39.706Z] > git init /w/workspace/go-mod-secrets/29 # timeout=10 [2021-02-15T16:56:39.803Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-15T16:56:39.804Z] > git --version # timeout=10 [2021-02-15T16:56:39.827Z] > git --version # 'git version 2.17.1' [2021-02-15T16:56:39.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:56:39.918Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-15T16:56:41.240Z] Checking out Revision f21943c21c7ff2270331d5fa01f8bff27d8f4049 (master) [2021-02-15T16:56:40.655Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-15T16:56:40.682Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-15T16:56:40.707Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-15T16:56:40.747Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-15T16:56:40.748Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:56:40.762Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-15T16:56:41.261Z] > git config core.sparsecheckout # timeout=10 [2021-02-15T16:56:41.276Z] > git checkout -f f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 [2021-02-15T16:56:46.754Z] Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-15T16:56:48.290Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:56:48.748Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:56:49.103Z] + true [2021-02-15T16:56:49.103Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-15T16:56:51.410Z] ========================================================= [2021-02-15T16:56:51.410Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-15T16:56:51.410Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:56:51.828Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-15T16:56:52.818Z] Sending build context to Docker daemon 457.2kB [2021-02-15T16:56:52.818Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-15T16:56:52.818Z] Step 2/7 : FROM ${BASE} [2021-02-15T16:56:53.092Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-15T16:56:53.092Z] 5f621e34cdf4: Pulling fs layer [2021-02-15T16:56:53.092Z] a4357932f1b6: Pulling fs layer [2021-02-15T16:56:53.092Z] 18c013af1878: Pulling fs layer [2021-02-15T16:56:53.092Z] 00ac8860ef70: Pulling fs layer [2021-02-15T16:56:53.092Z] 63d7cb157983: Pulling fs layer [2021-02-15T16:56:53.092Z] b116817d02f9: Pulling fs layer [2021-02-15T16:56:53.092Z] 745a02a5169b: Pulling fs layer [2021-02-15T16:56:53.092Z] 00ac8860ef70: Waiting [2021-02-15T16:56:53.092Z] 63d7cb157983: Waiting [2021-02-15T16:56:53.092Z] b116817d02f9: Waiting [2021-02-15T16:56:53.092Z] 745a02a5169b: Waiting [2021-02-15T16:56:53.092Z] 18c013af1878: Verifying Checksum [2021-02-15T16:56:53.092Z] 18c013af1878: Download complete [2021-02-15T16:56:53.092Z] a4357932f1b6: Verifying Checksum [2021-02-15T16:56:53.092Z] a4357932f1b6: Download complete [2021-02-15T16:56:53.092Z] 63d7cb157983: Verifying Checksum [2021-02-15T16:56:53.092Z] 63d7cb157983: Download complete [2021-02-15T16:56:53.365Z] b116817d02f9: Verifying Checksum [2021-02-15T16:56:53.365Z] b116817d02f9: Download complete [2021-02-15T16:56:53.641Z] 5f621e34cdf4: Verifying Checksum [2021-02-15T16:56:53.641Z] 5f621e34cdf4: Download complete [2021-02-15T16:56:54.632Z] 5f621e34cdf4: Pull complete [2021-02-15T16:56:54.907Z] a4357932f1b6: Pull complete [2021-02-15T16:56:55.509Z] 18c013af1878: Pull complete [2021-02-15T16:56:55.789Z] 745a02a5169b: Download complete [2021-02-15T16:56:57.231Z] 00ac8860ef70: Verifying Checksum [2021-02-15T16:56:57.231Z] 00ac8860ef70: Download complete [2021-02-15T16:57:07.447Z] 00ac8860ef70: Pull complete [2021-02-15T16:57:07.447Z] 63d7cb157983: Pull complete [2021-02-15T16:57:07.447Z] b116817d02f9: Pull complete [2021-02-15T16:57:10.848Z] 745a02a5169b: Pull complete [2021-02-15T16:57:10.848Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-15T16:57:10.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-15T16:57:10.848Z] ---> b7e6874047d6 [2021-02-15T16:57:10.848Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-15T16:57:13.476Z] ---> Running in ef62d9cd22fc [2021-02-15T16:57:13.751Z] Removing intermediate container ef62d9cd22fc [2021-02-15T16:57:13.751Z] ---> d4afc6c0b1c7 [2021-02-15T16:57:13.751Z] Step 4/7 : RUN apk add --update bash [2021-02-15T16:57:13.751Z] ---> Running in 8b581118b4b4 [2021-02-15T16:57:15.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-15T16:57:16.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-15T16:57:16.765Z] OK: 142 MiB in 39 packages [2021-02-15T16:57:18.210Z] Removing intermediate container 8b581118b4b4 [2021-02-15T16:57:18.210Z] ---> 197279aa1e46 [2021-02-15T16:57:18.210Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-15T16:57:18.210Z] ---> Running in 14b5c47800d7 [2021-02-15T16:57:18.814Z] Removing intermediate container 14b5c47800d7 [2021-02-15T16:57:18.814Z] ---> 82cf64871584 [2021-02-15T16:57:18.814Z] Step 6/7 : COPY go.mod . [2021-02-15T16:57:19.794Z] ---> 28077e9b93d4 [2021-02-15T16:57:19.794Z] Step 7/7 : RUN go mod download [2021-02-15T16:57:19.794Z] ---> Running in 81ad85688dd1 [2021-02-15T16:57:38.154Z] Removing intermediate container 81ad85688dd1 [2021-02-15T16:57:38.154Z] ---> bedda1a69430 [2021-02-15T16:57:38.154Z] Successfully built bedda1a69430 [2021-02-15T16:57:38.154Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:57:38.499Z] + docker inspect -f . ci-base-image-arm64 [2021-02-15T16:57:38.499Z] . [Pipeline] withDockerContainer [2021-02-15T16:57:38.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-26523 does not seem to be running inside a container [2021-02-15T16:57:38.889Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-15T16:57:40.532Z] $ docker top c09b6f94a76bfa8df211085230b766ae1de38de989488be595884246dcfbc141 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:57:41.579Z] + go version [2021-02-15T16:57:41.579Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-15T16:57:41.607Z] $ docker stop --time=1 c09b6f94a76bfa8df211085230b766ae1de38de989488be595884246dcfbc141 [2021-02-15T16:57:43.685Z] $ docker rm -f c09b6f94a76bfa8df211085230b766ae1de38de989488be595884246dcfbc141 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:57:44.717Z] + docker inspect -f . ci-base-image-arm64 [2021-02-15T16:57:44.717Z] . [Pipeline] withDockerContainer [2021-02-15T16:57:45.018Z] prd-ubuntu18.04-docker-arm64-4c-16g-26523 does not seem to be running inside a container [2021-02-15T16:57:45.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-15T16:57:46.717Z] $ docker top bdbeb7fe9b4aca62a466c14046225ac74a8919689a1817fdeb2275666d8046aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:57:47.806Z] + make test [2021-02-15T16:57:47.806Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-15T16:58:04.995Z] Running on prd-centos7-docker-4c-2g-26524 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-02-15T16:58:05.047Z] Running in /w/workspace/go-mod-secrets/29 [Pipeline] { [Pipeline] checkout [2021-02-15T16:58:09.243Z] using credential edgex-jenkins-ssh [2021-02-15T16:58:09.297Z] Cloning the remote Git repository [2021-02-15T16:58:10.103Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-02-15T16:58:10.103Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-02-15T16:58:09.328Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-15T16:58:09.398Z] > git init /w/workspace/go-mod-secrets/29 # timeout=10 [2021-02-15T16:58:09.465Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-15T16:58:09.465Z] > git --version # timeout=10 [2021-02-15T16:58:09.473Z] > git --version # 'git version 2.24.3' [2021-02-15T16:58:09.473Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:58:09.500Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-15T16:58:10.611Z] Checking out Revision f21943c21c7ff2270331d5fa01f8bff27d8f4049 (master) [2021-02-15T16:58:10.162Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-15T16:58:10.175Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-15T16:58:10.189Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-15T16:58:10.204Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-15T16:58:10.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-15T16:58:10.209Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-15T16:58:10.623Z] > git config core.sparsecheckout # timeout=10 [2021-02-15T16:58:10.635Z] > git checkout -f f21943c21c7ff2270331d5fa01f8bff27d8f4049 # timeout=10 [2021-02-15T16:58:14.520Z] Commit message: "Merge pull request #90 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-15T16:58:15.738Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:58:16.118Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-15T16:58:16.433Z] + sudo service docker restart [2021-02-15T16:58:16.433Z] + true [2021-02-15T16:58:16.433Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-15T16:58:17.684Z] ========================================================= [2021-02-15T16:58:17.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-15T16:58:17.684Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:58:18.073Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-15T16:58:18.693Z] Sending build context to Docker daemon 458.2kB [2021-02-15T16:58:18.693Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-15T16:58:18.693Z] Step 2/7 : FROM ${BASE} [2021-02-15T16:58:18.987Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-15T16:58:18.987Z] 188c0c94c7c5: Pulling fs layer [2021-02-15T16:58:18.987Z] 0ef7d3d256c8: Pulling fs layer [2021-02-15T16:58:18.987Z] de9db76c5a1d: Pulling fs layer [2021-02-15T16:58:18.987Z] bca2f99d35d6: Pulling fs layer [2021-02-15T16:58:18.987Z] 93359f2a8cfa: Pulling fs layer [2021-02-15T16:58:18.987Z] 7c6f9722023f: Pulling fs layer [2021-02-15T16:58:18.987Z] a35cf1a2eb13: Pulling fs layer [2021-02-15T16:58:18.987Z] bca2f99d35d6: Waiting [2021-02-15T16:58:18.987Z] 93359f2a8cfa: Waiting [2021-02-15T16:58:18.987Z] 7c6f9722023f: Waiting [2021-02-15T16:58:18.987Z] a35cf1a2eb13: Waiting [2021-02-15T16:58:18.987Z] de9db76c5a1d: Verifying Checksum [2021-02-15T16:58:18.987Z] de9db76c5a1d: Download complete [2021-02-15T16:58:18.987Z] 0ef7d3d256c8: Verifying Checksum [2021-02-15T16:58:18.987Z] 0ef7d3d256c8: Download complete [2021-02-15T16:58:18.987Z] 93359f2a8cfa: Verifying Checksum [2021-02-15T16:58:18.987Z] 93359f2a8cfa: Download complete [2021-02-15T16:58:19.267Z] 7c6f9722023f: Verifying Checksum [2021-02-15T16:58:19.267Z] 7c6f9722023f: Download complete [2021-02-15T16:58:19.926Z] 188c0c94c7c5: Verifying Checksum [2021-02-15T16:58:19.926Z] 188c0c94c7c5: Download complete [2021-02-15T16:58:20.537Z] 188c0c94c7c5: Pull complete [2021-02-15T16:58:20.537Z] 0ef7d3d256c8: Pull complete [2021-02-15T16:58:20.803Z] de9db76c5a1d: Pull complete [2021-02-15T16:58:22.568Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.040s coverage: 96.7% of statements [2021-02-15T16:58:22.569Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.042s coverage: 44.1% of statements [2021-02-15T16:58:22.569Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.031s coverage: 89.5% of statements [2021-02-15T16:58:22.569Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-02-15T16:58:22.569Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.024s coverage: 100.0% of statements [2021-02-15T16:58:22.569Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-02-15T16:58:22.569Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.025s coverage: 87.5% of statements [2021-02-15T16:58:24.213Z] a35cf1a2eb13: Verifying Checksum [2021-02-15T16:58:24.213Z] a35cf1a2eb13: Download complete [2021-02-15T16:58:25.176Z] bca2f99d35d6: Verifying Checksum [2021-02-15T16:58:25.176Z] bca2f99d35d6: Download complete [2021-02-15T16:58:32.721Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.024s coverage: 93.3% of statements [2021-02-15T16:58:32.721Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-02-15T16:58:32.721Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-15T16:58:33.445Z] bca2f99d35d6: Pull complete [2021-02-15T16:58:33.445Z] 93359f2a8cfa: Pull complete [2021-02-15T16:58:33.445Z] 7c6f9722023f: Pull complete [2021-02-15T16:58:35.366Z] gofmt -l . [2021-02-15T16:58:35.641Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-15T16:58:35.672Z] $ docker stop --time=1 bdbeb7fe9b4aca62a466c14046225ac74a8919689a1817fdeb2275666d8046aa [2021-02-15T16:58:38.043Z] $ docker rm -f bdbeb7fe9b4aca62a466c14046225ac74a8919689a1817fdeb2275666d8046aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-15T16:58:38.990Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-15T16:58:39.929Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-15T16:58:40.174Z] a35cf1a2eb13: Pull complete [2021-02-15T16:58:40.174Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-15T16:58:40.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-15T16:58:40.174Z] ---> a62c8e92a672 [2021-02-15T16:58:40.174Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-15T16:58:40.174Z] ---> Running in 5849cc525084 [2021-02-15T16:58:40.174Z] Removing intermediate container 5849cc525084 [2021-02-15T16:58:40.174Z] ---> d254a7158027 [2021-02-15T16:58:40.174Z] Step 4/7 : RUN apk add --update bash [2021-02-15T16:58:40.174Z] ---> Running in 230761e85af2 [2021-02-15T16:58:40.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [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] } [2021-02-15T16:58:40.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-02-15T16:58:41.351Z] OK: 166 MiB in 39 packages [Pipeline] } [2021-02-15T16:58:41.935Z] Removing intermediate container 230761e85af2 [2021-02-15T16:58:41.935Z] ---> 0be5d6bc5b90 [2021-02-15T16:58:41.935Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-15T16:58:42.200Z] ---> Running in 1744bd8eb896 [2021-02-15T16:58:42.200Z] Removing intermediate container 1744bd8eb896 [2021-02-15T16:58:42.200Z] ---> d65d4c59a77e [2021-02-15T16:58:42.200Z] Step 6/7 : COPY go.mod . [2021-02-15T16:58:42.464Z] ---> 1e171c87f076 [2021-02-15T16:58:42.465Z] Step 7/7 : RUN go mod download [2021-02-15T16:58:42.738Z] ---> Running in abc19c087dc7 [2021-02-15T16:58:57.887Z] Removing intermediate container abc19c087dc7 [2021-02-15T16:58:57.887Z] ---> 4edf05a45f42 [2021-02-15T16:58:57.887Z] Successfully built 4edf05a45f42 [2021-02-15T16:58:57.887Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:58:58.224Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-15T16:58:58.224Z] . [Pipeline] withDockerContainer [2021-02-15T16:58:58.369Z] prd-centos7-docker-4c-2g-26524 does not seem to be running inside a container [2021-02-15T16:58:58.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-15T16:58:59.265Z] $ docker top 6876ed5b4cfabda69432d4b6c9323d49e57014b6d38b38c2256a8a5f1a3debb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:58:59.958Z] + go version [2021-02-15T16:58:59.958Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-15T16:58:59.980Z] $ docker stop --time=1 6876ed5b4cfabda69432d4b6c9323d49e57014b6d38b38c2256a8a5f1a3debb5 [2021-02-15T16:59:01.363Z] $ docker rm -f 6876ed5b4cfabda69432d4b6c9323d49e57014b6d38b38c2256a8a5f1a3debb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:02.169Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-15T16:59:02.169Z] . [Pipeline] withDockerContainer [2021-02-15T16:59:02.272Z] prd-centos7-docker-4c-2g-26524 does not seem to be running inside a container [2021-02-15T16:59:02.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/29 -v /w/workspace/go-mod-secrets/29:/w/workspace/go-mod-secrets/29:rw,z -v /w/workspace/go-mod-secrets/29@tmp:/w/workspace/go-mod-secrets/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-15T16:59:03.182Z] $ docker top 35fa8a5e497fcf6368391920d04c38afe75ea78eb1ff71915668282f081e9dd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T16:59:03.686Z] + make test [2021-02-15T16:59:03.686Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-15T16:59:11.063Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-02-15T16:59:11.063Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-02-15T16:59:21.179Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.012s coverage: 96.7% of statements [2021-02-15T16:59:21.179Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.013s coverage: 44.1% of statements [2021-02-15T16:59:21.179Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements [2021-02-15T16:59:21.179Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-02-15T16:59:21.179Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.025s coverage: 100.0% of statements [2021-02-15T16:59:21.179Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-02-15T16:59:21.179Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.015s coverage: 87.5% of statements [2021-02-15T16:59:29.363Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.011s coverage: 93.3% of statements [2021-02-15T16:59:29.363Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-02-15T16:59:29.363Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-15T16:59:29.626Z] gofmt -l . [2021-02-15T16:59:29.626Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-15T16:59:29.645Z] $ docker stop --time=1 35fa8a5e497fcf6368391920d04c38afe75ea78eb1ff71915668282f081e9dd4 [2021-02-15T16:59:31.950Z] $ docker rm -f 35fa8a5e497fcf6368391920d04c38afe75ea78eb1ff71915668282f081e9dd4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-15T16:59:32.569Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-15T16:59:32.623Z] Warning: overwriting stash ‘coverage-report’ [2021-02-15T16:59:32.933Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-15T16:59:34.658Z] provisioning config files... [2021-02-15T16:59:34.675Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6663110574462504231tmp [Pipeline] { [Pipeline] sh [2021-02-15T16:59:35.074Z] + set +x [2021-02-15T16:59:35.074Z] + curl -s https://codecov.io/bash [2021-02-15T16:59:35.074Z] + bash -s -- [2021-02-15T16:59:35.339Z] [2021-02-15T16:59:35.339Z] _____ _ [2021-02-15T16:59:35.339Z] / ____| | | [2021-02-15T16:59:35.339Z] | | ___ __| | ___ ___ _____ __ [2021-02-15T16:59:35.339Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-15T16:59:35.339Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-15T16:59:35.339Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-15T16:59:35.339Z] Bash-20210129-7c25fce [2021-02-15T16:59:35.339Z] [2021-02-15T16:59:35.339Z] [2021-02-15T16:59:35.339Z] ==> git version 2.24.3 found [2021-02-15T16:59:35.339Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-15T16:59:35.339Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-15T16:59:35.339Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-15T16:59:35.339Z] ==> Jenkins CI detected. [2021-02-15T16:59:35.339Z] project root: . [2021-02-15T16:59:35.339Z] --> token set from env [2021-02-15T16:59:35.339Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-15T16:59:35.339Z] ==> Running gcov in . (disable via -X gcov) [2021-02-15T16:59:35.339Z] ==> Python coveragepy not found [2021-02-15T16:59:35.339Z] ==> Searching for coverage reports in: [2021-02-15T16:59:35.339Z] + . [2021-02-15T16:59:35.339Z] -> Found 1 reports [2021-02-15T16:59:35.339Z] ==> Detecting git/mercurial file structure [2021-02-15T16:59:35.339Z] ==> Reading reports [2021-02-15T16:59:35.339Z] + ./coverage.out bytes=17226 [2021-02-15T16:59:35.339Z] ==> Appending adjustments [2021-02-15T16:59:35.339Z] https://docs.codecov.io/docs/fixing-reports [2021-02-15T16:59:35.604Z] + Found adjustments [2021-02-15T16:59:35.604Z] ==> Gzipping contents [2021-02-15T16:59:35.604Z] 4.0K /tmp/codecov.V5g5zn.gz [2021-02-15T16:59:35.604Z] ==> Uploading reports [2021-02-15T16:59:35.604Z] url: https://codecov.io [2021-02-15T16:59:35.604Z] query: branch=master&commit=f21943c21c7ff2270331d5fa01f8bff27d8f4049&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-15T16:59:35.604Z] -> Pinging Codecov [2021-02-15T16:59:35.604Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=f21943c21c7ff2270331d5fa01f8bff27d8f4049&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-15T16:59:36.182Z] -> Uploading to [2021-02-15T16:59:36.182Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-15/D63849C06B6B67093493C71CE874ED06/f21943c21c7ff2270331d5fa01f8bff27d8f4049/5fdcfdc6-7b61-4a97-96a8-3cfc82c153b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210215T165935Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be77630228a3a2bc104086c030563be5673d0f63633278587717b9d4cdcc1ce5 [2021-02-15T16:59:36.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-15T16:59:36.182Z] Dload Upload Total Spent Left Speed [2021-02-15T16:59:36.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3706 0 0 100 3706 0 8344 --:--:-- --:--:-- --:--:-- 8346 100 3706 0 0 100 3706 0 8340 --:--:-- --:--:-- --:--:-- 8328 [2021-02-15T16:59:36.447Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] } [2021-02-15T16:59:36.457Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-15T16:59:36.897Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-15T16:59:36.957Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:37.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-15T16:59:37.302Z] [2021-02-15T16:59:37.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-15T16:59:37.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-15T16:59:37.656Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-15T16:59:37.656Z] 188c0c94c7c5: Pulling fs layer [2021-02-15T16:59:37.656Z] 0ef7d3d256c8: Pulling fs layer [2021-02-15T16:59:37.656Z] de9db76c5a1d: Pulling fs layer [2021-02-15T16:59:37.656Z] 0eba1c9be4d2: Pulling fs layer [2021-02-15T16:59:37.656Z] 0d57e429df01: Pulling fs layer [2021-02-15T16:59:37.656Z] 4e4be7b47b0d: Pulling fs layer [2021-02-15T16:59:37.656Z] e1f770b5df2f: Pulling fs layer [2021-02-15T16:59:37.656Z] 85a0685a4137: Pulling fs layer [2021-02-15T16:59:37.656Z] 0d57e429df01: Waiting [2021-02-15T16:59:37.656Z] 4e4be7b47b0d: Waiting [2021-02-15T16:59:37.656Z] e1f770b5df2f: Waiting [2021-02-15T16:59:37.656Z] 85a0685a4137: Waiting [2021-02-15T16:59:37.656Z] 0eba1c9be4d2: Waiting [2021-02-15T16:59:37.656Z] de9db76c5a1d: Verifying Checksum [2021-02-15T16:59:37.656Z] de9db76c5a1d: Download complete [2021-02-15T16:59:37.656Z] 0ef7d3d256c8: Download complete [2021-02-15T16:59:37.656Z] 0d57e429df01: Download complete [2021-02-15T16:59:37.657Z] 4e4be7b47b0d: Verifying Checksum [2021-02-15T16:59:37.657Z] 4e4be7b47b0d: Download complete [2021-02-15T16:59:37.657Z] 188c0c94c7c5: Verifying Checksum [2021-02-15T16:59:37.657Z] 188c0c94c7c5: Download complete [2021-02-15T16:59:38.265Z] 188c0c94c7c5: Pull complete [2021-02-15T16:59:38.265Z] 0ef7d3d256c8: Pull complete [2021-02-15T16:59:38.528Z] de9db76c5a1d: Pull complete [2021-02-15T16:59:39.502Z] e1f770b5df2f: Verifying Checksum [2021-02-15T16:59:39.502Z] e1f770b5df2f: Download complete [2021-02-15T16:59:41.446Z] 0eba1c9be4d2: Verifying Checksum [2021-02-15T16:59:41.446Z] 0eba1c9be4d2: Download complete [2021-02-15T16:59:41.710Z] 85a0685a4137: Verifying Checksum [2021-02-15T16:59:41.710Z] 85a0685a4137: Download complete [2021-02-15T16:59:48.383Z] 0eba1c9be4d2: Pull complete [2021-02-15T16:59:48.383Z] 0d57e429df01: Pull complete [2021-02-15T16:59:48.383Z] 4e4be7b47b0d: Pull complete [2021-02-15T16:59:53.728Z] e1f770b5df2f: Pull complete [2021-02-15T17:00:00.374Z] 85a0685a4137: Pull complete [2021-02-15T17:00:00.374Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-15T17:00:00.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-15T17:00:00.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-15T17:00:00.645Z] prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container [2021-02-15T17:00:00.710Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-15T17:00:01.755Z] $ docker top 5a133d7f12100d9734cc44cf16afdcbceef341a96ed9aaa03e1a25bac82a4494 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-15T17:00:02.069Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-15T17:00:02.400Z] + set -o pipefail [2021-02-15T17:00:02.400Z] + snyk monitor '--org=edgex-jenkins' [2021-02-15T17:00:06.646Z] [2021-02-15T17:00:06.646Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-02-15T17:00:06.646Z] [2021-02-15T17:00:06.646Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/fac2ac02-5624-43c3-9b3a-dbbd53a91646 [2021-02-15T17:00:06.646Z] [2021-02-15T17:00:06.646Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-15T17:00:06.646Z] [2021-02-15T17:00:06.646Z] [2021-02-15T17:00:06.646Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-15T17:00:06.646Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-15T17:00:06.664Z] $ docker stop --time=1 5a133d7f12100d9734cc44cf16afdcbceef341a96ed9aaa03e1a25bac82a4494 [2021-02-15T17:00:08.669Z] $ docker rm -f 5a133d7f12100d9734cc44cf16afdcbceef341a96ed9aaa03e1a25bac82a4494 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-15T17:00:10.313Z] + git log --format=format:%s -1 f21943c21c7ff2270331d5fa01f8bff27d8f4049 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:10.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T17:00:10.625Z] . [Pipeline] withDockerContainer [2021-02-15T17:00:10.746Z] prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container [2021-02-15T17:00:10.799Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-15T17:00:12.062Z] $ docker top cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T17:00:12.427Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T17:00:12.427Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T17:00:12.745Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T17:00:12.751Z] $ docker exec cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c ssh-agent [2021-02-15T17:00:12.959Z] SSH_AUTH_SOCK=/tmp/ssh-yHmzKzHBPQH9/agent.13 [2021-02-15T17:00:12.959Z] SSH_AGENT_PID=19 [2021-02-15T17:00:12.969Z] Running ssh-add (command line suppressed) [2021-02-15T17:00:13.117Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5603959397958062089.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5603959397958062089.key) [2021-02-15T17:00:13.180Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T17:00:13.522Z] + git semver tag [2021-02-15T17:00:13.522Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T17:00:13.522Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-15T17:00:13.522Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-15T17:00:13.522Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T17:00:13.522Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T17:00:13.522Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T17:00:13.522Z] # $SEMVER_BRANCH = master [2021-02-15T17:00:13.522Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-02-15T17:00:13.522Z] # f21943c21c7ff2270331d5fa01f8bff27d8f4049 HEAD [2021-02-15T17:00:13.522Z] # -> Force: false [2021-02-15T17:00:13.522Z] # 3596b74281e5575987dc78b41a27d04d62f13ac3 refs/tags/v2.0.0-dev.6 [Pipeline] } [2021-02-15T17:00:13.537Z] $ docker exec --env ******** --env ******** cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c ssh-agent -k [2021-02-15T17:00:13.666Z] unset SSH_AUTH_SOCK; [2021-02-15T17:00:13.667Z] unset SSH_AGENT_PID; [2021-02-15T17:00:13.667Z] echo Agent pid 19 killed; [2021-02-15T17:00:13.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T17:00:14.217Z] + git semver [Pipeline] } [2021-02-15T17:00:14.251Z] $ docker stop --time=1 cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c [2021-02-15T17:00:15.622Z] $ docker rm -f cfbb4524dda04472f2b517e03f225380579161726adc0c69303965c0f9db5a1c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:16.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-15T17:00:16.264Z] [2021-02-15T17:00:16.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:16.620Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-15T17:00:16.620Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-15T17:00:16.620Z] ab5ef0e58194: Pulling fs layer [2021-02-15T17:00:16.620Z] 9712f1f96733: Pulling fs layer [2021-02-15T17:00:16.620Z] 63f879dbbcfc: Pulling fs layer [2021-02-15T17:00:16.620Z] 0d9ebad4ef96: Pulling fs layer [2021-02-15T17:00:16.620Z] e9a5061849ea: Pulling fs layer [2021-02-15T17:00:16.620Z] d747dcd14b5f: Pulling fs layer [2021-02-15T17:00:16.620Z] 2de7ff778b66: Pulling fs layer [2021-02-15T17:00:16.620Z] e9a5061849ea: Waiting [2021-02-15T17:00:16.620Z] d747dcd14b5f: Waiting [2021-02-15T17:00:16.620Z] 2de7ff778b66: Waiting [2021-02-15T17:00:16.620Z] 0d9ebad4ef96: Waiting [2021-02-15T17:00:16.620Z] 9712f1f96733: Verifying Checksum [2021-02-15T17:00:18.557Z] 63f879dbbcfc: Verifying Checksum [2021-02-15T17:00:18.557Z] 63f879dbbcfc: Download complete [2021-02-15T17:00:18.557Z] e9a5061849ea: Verifying Checksum [2021-02-15T17:00:18.557Z] e9a5061849ea: Download complete [2021-02-15T17:00:18.557Z] d747dcd14b5f: Verifying Checksum [2021-02-15T17:00:18.557Z] d747dcd14b5f: Download complete [2021-02-15T17:00:19.135Z] 2de7ff778b66: Download complete [2021-02-15T17:00:19.135Z] 0d9ebad4ef96: Verifying Checksum [2021-02-15T17:00:19.135Z] 0d9ebad4ef96: Download complete [2021-02-15T17:00:19.135Z] ab5ef0e58194: Verifying Checksum [2021-02-15T17:00:19.135Z] ab5ef0e58194: Download complete [2021-02-15T17:00:23.389Z] ab5ef0e58194: Pull complete [2021-02-15T17:00:23.389Z] 9712f1f96733: Pull complete [2021-02-15T17:00:25.951Z] 63f879dbbcfc: Pull complete [2021-02-15T17:00:32.672Z] 0d9ebad4ef96: Pull complete [2021-02-15T17:00:36.030Z] e9a5061849ea: Pull complete [2021-02-15T17:00:36.295Z] d747dcd14b5f: Pull complete [2021-02-15T17:00:37.825Z] 2de7ff778b66: Pull complete [2021-02-15T17:00:37.825Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-15T17:00:37.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-15T17:00:37.825Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-15T17:00:38.199Z] prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container [2021-02-15T17:00:38.265Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-15T17:00:41.515Z] $ docker top 992a31b10f463b10ff7cd2fc295aed791ca71ad3f16c0a5f3694b7a97d0461dc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-15T17:00:41.813Z] provisioning config files... [2021-02-15T17:00:41.826Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config407504103266942881tmp [2021-02-15T17:00:41.845Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8242878110217012227tmp [2021-02-15T17:00:41.863Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7552182107480104814tmp [Pipeline] { [Pipeline] echo [2021-02-15T17:00:41.916Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:00:42.215Z] ---> sigul-configuration.sh [2021-02-15T17:00:42.479Z] gpg: directory `/root/.gnupg' created [2021-02-15T17:00:42.479Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-15T17:00:42.479Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-15T17:00:42.479Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-15T17:00:42.479Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-15T17:00:42.479Z] gpg: CAST5 encrypted data [2021-02-15T17:00:42.479Z] gpg: encrypted with 1 passphrase [2021-02-15T17:00:42.479Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-15T17:00:42.782Z] + mkdir /home/jenkins [2021-02-15T17:00:42.783Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-15T17:00:43.085Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-15T17:00:43.097Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:00:43.395Z] ---> sigul-install.sh [2021-02-15T17:00:50.025Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-15T17:00:50.349Z] + git tag --list [2021-02-15T17:00:50.349Z] v0.0.0 [2021-02-15T17:00:50.349Z] v0.0.1 [2021-02-15T17:00:50.349Z] v0.0.10 [2021-02-15T17:00:50.349Z] v0.0.11 [2021-02-15T17:00:50.349Z] v0.0.12 [2021-02-15T17:00:50.349Z] v0.0.13 [2021-02-15T17:00:50.349Z] v0.0.14 [2021-02-15T17:00:50.349Z] v0.0.15 [2021-02-15T17:00:50.349Z] v0.0.16 [2021-02-15T17:00:50.349Z] v0.0.17 [2021-02-15T17:00:50.349Z] v0.0.18 [2021-02-15T17:00:50.349Z] v0.0.19 [2021-02-15T17:00:50.349Z] v0.0.2 [2021-02-15T17:00:50.349Z] v0.0.20 [2021-02-15T17:00:50.349Z] v0.0.21 [2021-02-15T17:00:50.349Z] v0.0.22 [2021-02-15T17:00:50.349Z] v0.0.23 [2021-02-15T17:00:50.349Z] v0.0.24 [2021-02-15T17:00:50.349Z] v0.0.25 [2021-02-15T17:00:50.349Z] v0.0.26 [2021-02-15T17:00:50.349Z] v0.0.27 [2021-02-15T17:00:50.349Z] v0.0.28 [2021-02-15T17:00:50.349Z] v0.0.29 [2021-02-15T17:00:50.349Z] v0.0.3 [2021-02-15T17:00:50.349Z] v0.0.30 [2021-02-15T17:00:50.349Z] v0.0.31 [2021-02-15T17:00:50.349Z] v0.0.32 [2021-02-15T17:00:50.349Z] v0.0.33 [2021-02-15T17:00:50.349Z] v0.0.4 [2021-02-15T17:00:50.349Z] v0.0.5 [2021-02-15T17:00:50.349Z] v0.0.6 [2021-02-15T17:00:50.349Z] v0.0.7 [2021-02-15T17:00:50.349Z] v0.0.8 [2021-02-15T17:00:50.349Z] v0.0.9 [2021-02-15T17:00:50.349Z] v2.0.0-dev.1 [2021-02-15T17:00:50.349Z] v2.0.0-dev.2 [2021-02-15T17:00:50.349Z] v2.0.0-dev.3 [2021-02-15T17:00:50.349Z] v2.0.0-dev.4 [2021-02-15T17:00:50.349Z] v2.0.0-dev.5 [2021-02-15T17:00:50.349Z] v2.0.0-dev.6 [Pipeline] sh [2021-02-15T17:00:50.660Z] + lftools sign git-tag v2.0.0-dev.6 [2021-02-15T17:00:52.074Z] Signing Git tag with Sigul... [2021-02-15T17:00:52.074Z] Signing v2.0.0-dev.6 [Pipeline] echo [2021-02-15T17:00:53.067Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:00:53.395Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-15T17:00:53.405Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-15T17:00:53.508Z] $ docker stop --time=1 992a31b10f463b10ff7cd2fc295aed791ca71ad3f16c0a5f3694b7a97d0461dc [2021-02-15T17:00:55.620Z] $ docker rm -f 992a31b10f463b10ff7cd2fc295aed791ca71ad3f16c0a5f3694b7a97d0461dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:00:56.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T17:00:56.621Z] . [Pipeline] withDockerContainer [2021-02-15T17:00:56.736Z] prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container [2021-02-15T17:00:56.789Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-15T17:00:57.518Z] $ docker top 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T17:00:57.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T17:00:57.823Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T17:00:58.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T17:00:58.041Z] $ docker exec 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e ssh-agent [2021-02-15T17:00:58.236Z] SSH_AUTH_SOCK=/tmp/ssh-1ebKlIOTy8bi/agent.11 [2021-02-15T17:00:58.236Z] SSH_AGENT_PID=16 [2021-02-15T17:00:58.243Z] Running ssh-add (command line suppressed) [2021-02-15T17:00:58.386Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1363137131926547177.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1363137131926547177.key) [2021-02-15T17:00:58.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T17:00:58.801Z] + git semver bump pre [2021-02-15T17:00:58.801Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T17:00:58.801Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-15T17:00:58.801Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-15T17:00:58.801Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T17:00:58.801Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T17:00:58.801Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T17:00:58.801Z] # $SEMVER_BRANCH = master [2021-02-15T17:00:58.801Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-02-15T17:00:58.801Z] 2.0.0-dev.7 [Pipeline] } [2021-02-15T17:00:58.817Z] $ docker exec --env ******** --env ******** 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e ssh-agent -k [2021-02-15T17:00:58.944Z] unset SSH_AUTH_SOCK; [2021-02-15T17:00:58.944Z] unset SSH_AGENT_PID; [2021-02-15T17:00:58.944Z] echo Agent pid 16 killed; [2021-02-15T17:00:58.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T17:00:59.466Z] + git semver [Pipeline] } [2021-02-15T17:00:59.487Z] $ docker stop --time=1 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e [2021-02-15T17:01:00.888Z] $ docker rm -f 30f69b203d6be3e657975286b37324437df89f98e8d57bb5b6e7eb6f0821295e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:01.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-15T17:01:01.412Z] . [Pipeline] withDockerContainer [2021-02-15T17:01:01.540Z] prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container [2021-02-15T17:01:01.603Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-15T17:01:02.406Z] $ docker top a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-15T17:01:02.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-15T17:01:02.765Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-15T17:01:02.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-15T17:01:02.981Z] $ docker exec a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 ssh-agent [2021-02-15T17:01:03.174Z] SSH_AUTH_SOCK=/tmp/ssh-rP10Xqn0XYbi/agent.12 [2021-02-15T17:01:03.174Z] SSH_AGENT_PID=17 [2021-02-15T17:01:03.183Z] Running ssh-add (command line suppressed) [2021-02-15T17:01:03.328Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_553122732289729847.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_553122732289729847.key) [2021-02-15T17:01:03.402Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-15T17:01:03.766Z] + git semver push [2021-02-15T17:01:03.766Z] # -> Open(): unable to determine branch for HEAD [2021-02-15T17:01:03.766Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-15T17:01:03.766Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-15T17:01:03.766Z] # $SEMVER_REMOTE_NAME = origin [2021-02-15T17:01:03.766Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-15T17:01:03.766Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-15T17:01:03.766Z] # $SEMVER_BRANCH = master [2021-02-15T17:01:03.766Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-02-15T17:01:10.426Z] $ docker exec --env ******** --env ******** a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 ssh-agent -k [2021-02-15T17:01:10.563Z] unset SSH_AUTH_SOCK; [2021-02-15T17:01:10.565Z] unset SSH_AGENT_PID; [2021-02-15T17:01:10.565Z] echo Agent pid 17 killed; [2021-02-15T17:01:10.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-15T17:01:11.124Z] + git semver [Pipeline] } [2021-02-15T17:01:11.150Z] $ docker stop --time=1 a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 [2021-02-15T17:01:12.590Z] $ docker rm -f a1516fb13e298aa7c8223328c237d26332ba36dae527f4f70590272bbf3c0282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:14.027Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:14.609Z] ---> package-listing.sh [2021-02-15T17:01:14.609Z] ++ facter osfamily [2021-02-15T17:01:14.609Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-15T17:01:14.609Z] + OS_FAMILY=redhat [2021-02-15T17:01:14.609Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-02-15T17:01:14.609Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-15T17:01:14.609Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-15T17:01:14.609Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-15T17:01:14.609Z] + PACKAGES=/tmp/packages_start.txt [2021-02-15T17:01:14.609Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-02-15T17:01:14.609Z] + PACKAGES=/tmp/packages_end.txt [2021-02-15T17:01:14.609Z] + case "${OS_FAMILY}" in [2021-02-15T17:01:14.609Z] + rpm -qa [2021-02-15T17:01:14.609Z] + sort [2021-02-15T17:01:19.933Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-15T17:01:19.933Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-15T17:01:19.933Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-15T17:01:19.933Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-02-15T17:01:19.933Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-02-15T17:01:19.933Z] + 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-02-15T17:01:19.950Z] 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-02-15T17:01:20.246Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:20.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:01:20.569Z] [2021-02-15T17:01:20.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-15T17:01:21.068Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:01:21.068Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-15T17:01:21.068Z] df20fa9351a1: Pulling fs layer [2021-02-15T17:01:21.068Z] 36b3adc4ff6f: Pulling fs layer [2021-02-15T17:01:21.068Z] 8ad3a11d3b57: Pulling fs layer [2021-02-15T17:01:21.068Z] 46f8f816bc3b: Pulling fs layer [2021-02-15T17:01:21.068Z] 93b61091891f: Pulling fs layer [2021-02-15T17:01:21.068Z] 93b9cdb0e59b: Pulling fs layer [2021-02-15T17:01:21.068Z] 5e14af77c1be: Pulling fs layer [2021-02-15T17:01:21.068Z] 46f8f816bc3b: Waiting [2021-02-15T17:01:21.068Z] 01666e4c0597: Pulling fs layer [2021-02-15T17:01:21.068Z] aa168da1d23b: Pulling fs layer [2021-02-15T17:01:21.068Z] 93b9cdb0e59b: Waiting [2021-02-15T17:01:21.068Z] 93b61091891f: Waiting [2021-02-15T17:01:21.068Z] 5e14af77c1be: Waiting [2021-02-15T17:01:21.068Z] 01666e4c0597: Waiting [2021-02-15T17:01:21.068Z] 36b3adc4ff6f: Verifying Checksum [2021-02-15T17:01:21.068Z] 36b3adc4ff6f: Download complete [2021-02-15T17:01:21.068Z] 46f8f816bc3b: Verifying Checksum [2021-02-15T17:01:21.068Z] 46f8f816bc3b: Download complete [2021-02-15T17:01:21.068Z] df20fa9351a1: Verifying Checksum [2021-02-15T17:01:21.068Z] df20fa9351a1: Download complete [2021-02-15T17:01:21.068Z] 93b9cdb0e59b: Verifying Checksum [2021-02-15T17:01:21.068Z] 93b9cdb0e59b: Download complete [2021-02-15T17:01:21.068Z] 93b61091891f: Verifying Checksum [2021-02-15T17:01:21.068Z] 93b61091891f: Download complete [2021-02-15T17:01:21.068Z] 5e14af77c1be: Verifying Checksum [2021-02-15T17:01:21.068Z] 5e14af77c1be: Download complete [2021-02-15T17:01:21.068Z] 01666e4c0597: Verifying Checksum [2021-02-15T17:01:21.068Z] 01666e4c0597: Download complete [2021-02-15T17:01:21.354Z] df20fa9351a1: Pull complete [2021-02-15T17:01:21.686Z] 36b3adc4ff6f: Pull complete [2021-02-15T17:01:22.264Z] 8ad3a11d3b57: Verifying Checksum [2021-02-15T17:01:22.264Z] 8ad3a11d3b57: Download complete [2021-02-15T17:01:23.234Z] 8ad3a11d3b57: Pull complete [2021-02-15T17:01:23.511Z] 46f8f816bc3b: Pull complete [2021-02-15T17:01:23.787Z] aa168da1d23b: Verifying Checksum [2021-02-15T17:01:23.787Z] aa168da1d23b: Download complete [2021-02-15T17:01:24.377Z] 93b61091891f: Pull complete [2021-02-15T17:01:24.377Z] 93b9cdb0e59b: Pull complete [2021-02-15T17:01:24.644Z] 5e14af77c1be: Pull complete [2021-02-15T17:01:24.644Z] 01666e4c0597: Pull complete [2021-02-15T17:01:32.876Z] aa168da1d23b: Pull complete [2021-02-15T17:01:32.876Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-15T17:01:32.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-15T17:01:32.876Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-15T17:01:33.103Z] prd-centos7-docker-4c-2g-26518 does not seem to be running inside a container [2021-02-15T17:01:33.157Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-15T17:01:36.296Z] $ docker top 1d044fc76234c0a8da5bdefc3c4db237baff5ba10e7430a2dfbe0b1f26a3c1ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-15T17:01:36.775Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-15T17:01:37.076Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-15T17:01:37.386Z] + ls /var/log/sa-host [2021-02-15T17:01:37.386Z] + sadf -c /var/log/sa-host/sa15 [2021-02-15T17:01:37.386Z] file_magic: OK [2021-02-15T17:01:37.386Z] HZ: Using current value: 100 [2021-02-15T17:01:37.386Z] file_header: OK [2021-02-15T17:01:37.386Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-15T17:01:37.386Z] Statistics: [2021-02-15T17:01:37.386Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-15T17:01:37.386Z] File successfully converted to sysstat format version 12.2.1 [2021-02-15T17:01:37.386Z] + sadf -c /var/log/sa-host/sa23 [2021-02-15T17:01:37.386Z] file_magic: OK [2021-02-15T17:01:37.386Z] HZ: Using current value: 100 [2021-02-15T17:01:37.386Z] file_header: OK [2021-02-15T17:01:37.386Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-15T17:01:37.386Z] Statistics: [2021-02-15T17:01:37.386Z] Hnuu...uuuununununu... [2021-02-15T17:01:37.387Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-15T17:01:37.634Z] provisioning config files... [2021-02-15T17:01:37.658Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3687392094721576545tmp [Pipeline] { [Pipeline] echo [2021-02-15T17:01:37.729Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:38.035Z] ---> create-netrc.sh [Pipeline] } [2021-02-15T17:01:38.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-15T17:01:38.162Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:38.470Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-15T17:01:38.482Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:38.782Z] ---> sudo-logs.sh [2021-02-15T17:01:38.782Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-15T17:01:38.847Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:39.156Z] ---> job-cost.sh [2021-02-15T17:01:39.156Z] lf-activate-venv: SKIPPING [2021-02-15T17:01:39.156Z] INFO: No Stack... [2021-02-15T17:01:40.551Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-15T17:01:40.819Z] INFO: Archiving Costs [Pipeline] echo [2021-02-15T17:01:40.835Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-15T17:01:41.143Z] ---> logs-deploy.sh [2021-02-15T17:01:41.143Z] lf-activate-venv: SKIPPING [2021-02-15T17:01:41.143Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/29 [2021-02-15T17:01:41.143Z] INFO: archiving workspace using pattern(s): [2021-02-15T17:01:43.068Z] Archives upload complete. [2021-02-15T17:01:43.331Z] INFO: archiving logs to Nexus