Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9364d4bfa8615e5bcda3f5158202ba8079163006 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24369’ is offline; ‘prd-centos7-docker-4c-2g-24372’ is offline; ‘prd-centos7-docker-4c-2g-24374’ is offline Running on prd-centos7-docker-4c-2g-24377 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9364d4bfa8615e5bcda3f5158202ba8079163006 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9364d4bfa8615e5bcda3f5158202ba8079163006 # timeout=10 Commit message: "Merge pull request #88 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.13" > git rev-list --no-walk 3b6091f8eff40fc84d400135c919cf8aac043fac # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T18:29:32.563Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T18:29:32.810Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T18:29:32.942Z] ========================================================= [2021-02-01T18:29:32.942Z] EdgeX Global Pipelines Version Info [2021-02-01T18:29:32.942Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:29:35.359Z] ------------------- [2021-02-01T18:29:35.359Z] stable info: [2021-02-01T18:29:35.359Z] ------------------- [2021-02-01T18:29:35.360Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:29:35.360Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:29:35.360Z] Message: update stable to v1.0.179 [2021-02-01T18:29:36.356Z] ------------------- [2021-02-01T18:29:36.356Z] experimental info: [2021-02-01T18:29:36.356Z] ------------------- [2021-02-01T18:29:36.356Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T18:29:36.356Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T18:29:36.356Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T18:29:36.621Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-02-01T18:29:36.707Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-02-01T18:29:36.790Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T18:29:36.891Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T18:29:36.977Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T18:29:37.088Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T18:29:37.173Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T18:29:37.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T18:29:37.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-01T18:29:37.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T18:29:37.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T18:29:37.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-02-01T18:29:37.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T18:29:37.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T18:29:37.887Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:29:37.976Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:29:38.069Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:29:38.202Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T18:29:38.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T18:29:38.380Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-01T18:29:38.475Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-01T18:29:38.574Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-01T18:29:38.677Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-01T18:29:38.772Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-01T18:29:38.858Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-01T18:29:38.959Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T18:29:39.049Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T18:29:39.201Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-01T18:29:39.302Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-01T18:29:39.399Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-01T18:29:39.512Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9364d4bfa8615e5bcda3f5158202ba8079163006 [Pipeline] echo [2021-02-01T18:29:39.602Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9364d4b [Pipeline] echo [2021-02-01T18:29:39.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:29:40.567Z] + git log --format=format:%s -1 9364d4bfa8615e5bcda3f5158202ba8079163006 [Pipeline] echo [2021-02-01T18:29:40.690Z] GIT_COMMIT: 9364d4bfa8615e5bcda3f5158202ba8079163006, Commit Message: Merge pull request #88 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.13 [Pipeline] echo [2021-02-01T18:29:40.737Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:29:41.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:29:42.005Z] [2021-02-01T18:29:42.005Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:29:42.477Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:29:42.477Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T18:29:42.477Z] 31603596830f: Pulling fs layer [2021-02-01T18:29:42.477Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T18:29:42.477Z] 6ca5941a6612: Pulling fs layer [2021-02-01T18:29:42.477Z] ecc8261a40a4: Pulling fs layer [2021-02-01T18:29:42.477Z] ecc8261a40a4: Waiting [2021-02-01T18:29:42.782Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T18:29:42.782Z] 2a8b12db71e7: Download complete [2021-02-01T18:29:43.105Z] 31603596830f: Verifying Checksum [2021-02-01T18:29:43.106Z] 31603596830f: Download complete [2021-02-01T18:29:43.395Z] ecc8261a40a4: Verifying Checksum [2021-02-01T18:29:43.395Z] ecc8261a40a4: Download complete [2021-02-01T18:29:43.692Z] 6ca5941a6612: Verifying Checksum [2021-02-01T18:29:43.692Z] 6ca5941a6612: Download complete [2021-02-01T18:29:43.964Z] 31603596830f: Pull complete [2021-02-01T18:29:43.964Z] 2a8b12db71e7: Pull complete [2021-02-01T18:29:45.994Z] 6ca5941a6612: Pull complete [2021-02-01T18:29:46.272Z] ecc8261a40a4: Pull complete [2021-02-01T18:29:46.272Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T18:29:46.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:29:46.272Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T18:29:46.517Z] prd-centos7-docker-4c-2g-24377 does not seem to be running inside a container [2021-02-01T18:29:46.844Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:29:50.471Z] $ docker top df45ceaf24d139574188ff7ad71a82fcee91cd3b4a982892eadf6359b04a9b71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:29:50.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:29:50.972Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:29:51.338Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:29:51.349Z] $ docker exec df45ceaf24d139574188ff7ad71a82fcee91cd3b4a982892eadf6359b04a9b71 ssh-agent [2021-02-01T18:29:51.728Z] SSH_AUTH_SOCK=/tmp/ssh-CXmTmv45snJt/agent.12 [2021-02-01T18:29:51.728Z] SSH_AGENT_PID=17 [2021-02-01T18:29:51.757Z] Running ssh-add (command line suppressed) [2021-02-01T18:29:52.020Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_953452612420952827.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_953452612420952827.key) [2021-02-01T18:29:52.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:29:53.030Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T18:29:53.093Z] $ docker exec --env ******** --env ******** df45ceaf24d139574188ff7ad71a82fcee91cd3b4a982892eadf6359b04a9b71 ssh-agent -k [2021-02-01T18:29:53.662Z] unset SSH_AUTH_SOCK; [2021-02-01T18:29:53.664Z] unset SSH_AGENT_PID; [2021-02-01T18:29:53.665Z] echo Agent pid 17 killed; [2021-02-01T18:29:53.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T18:29:53.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:29:53.992Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:29:54.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:29:54.538Z] $ docker exec df45ceaf24d139574188ff7ad71a82fcee91cd3b4a982892eadf6359b04a9b71 ssh-agent [2021-02-01T18:29:55.085Z] SSH_AUTH_SOCK=/tmp/ssh-WEnUIZP5W67v/agent.45 [2021-02-01T18:29:55.085Z] SSH_AGENT_PID=50 [2021-02-01T18:29:55.098Z] Running ssh-add (command line suppressed) [2021-02-01T18:29:55.713Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6023651390086606853.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6023651390086606853.key) [2021-02-01T18:29:55.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:29:56.806Z] + git semver init [2021-02-01T18:29:57.096Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:29:57.096Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-01T18:29:57.096Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-01T18:29:57.096Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:29:57.096Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:29:57.096Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:29:57.096Z] # $SEMVER_BRANCH = master [2021-02-01T18:29:57.096Z] # $SEMVER_TEMP = /tmp/semver-450404142 [2021-02-01T18:29:57.096Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-02-01T18:29:57.739Z] # '/tmp/semver-450404142' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-02-01T18:29:57.739Z] # -> Force: false [2021-02-01T18:29:57.739Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-02-01T18:29:57.804Z] $ docker exec --env ******** --env ******** df45ceaf24d139574188ff7ad71a82fcee91cd3b4a982892eadf6359b04a9b71 ssh-agent -k [2021-02-01T18:29:58.462Z] unset SSH_AUTH_SOCK; [2021-02-01T18:29:58.462Z] unset SSH_AGENT_PID; [2021-02-01T18:29:58.462Z] echo Agent pid 50 killed; [2021-02-01T18:29:58.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:29:59.223Z] + git semver [Pipeline] } [2021-02-01T18:29:59.334Z] $ docker stop --time=1 df45ceaf24d139574188ff7ad71a82fcee91cd3b4a982892eadf6359b04a9b71 [2021-02-01T18:30:01.292Z] $ docker rm -f df45ceaf24d139574188ff7ad71a82fcee91cd3b4a982892eadf6359b04a9b71 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:30:02.183Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T18:30:03.297Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T18:30:03.299Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-01T18:30:18.821Z] Still waiting to schedule task [2021-02-01T18:30:18.821Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-01T18:30:18.827Z] Still waiting to schedule task [2021-02-01T18:30:18.827Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-01T18:32:06.045Z] Running on prd-centos7-docker-4c-2g-24381 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-02-01T18:32:06.102Z] Running in /w/workspace/go-mod-secrets/27 [Pipeline] { [Pipeline] checkout [2021-02-01T18:32:08.863Z] using credential edgex-jenkins-ssh [2021-02-01T18:32:08.951Z] Cloning the remote Git repository [2021-02-01T18:32:08.690Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-01T18:32:08.770Z] > git init /w/workspace/go-mod-secrets/27 # timeout=10 [2021-02-01T18:32:08.838Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-01T18:32:08.839Z] > git --version # timeout=10 [2021-02-01T18:32:08.847Z] > git --version # 'git version 2.24.3' [2021-02-01T18:32:08.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:32:08.878Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:32:10.247Z] Checking out Revision 9364d4bfa8615e5bcda3f5158202ba8079163006 (master) [2021-02-01T18:32:09.562Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-01T18:32:09.574Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:32:09.587Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-01T18:32:09.604Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-01T18:32:09.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:32:09.609Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:32:10.073Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:32:10.080Z] > git checkout -f 9364d4bfa8615e5bcda3f5158202ba8079163006 # timeout=10 [2021-02-01T18:32:13.849Z] Commit message: "Merge pull request #88 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:32:15.012Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:32:15.346Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:32:15.653Z] + sudo service docker restart [2021-02-01T18:32:15.653Z] + true [2021-02-01T18:32:15.653Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-01T18:32:16.776Z] ========================================================= [2021-02-01T18:32:16.776Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T18:32:16.777Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:32:17.137Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-01T18:32:17.400Z] Sending build context to Docker daemon 451.1kB [2021-02-01T18:32:17.669Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:32:17.669Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:32:17.669Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T18:32:17.669Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:32:17.669Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:32:17.669Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:32:17.669Z] bca2f99d35d6: Pulling fs layer [2021-02-01T18:32:17.669Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T18:32:17.669Z] 7c6f9722023f: Pulling fs layer [2021-02-01T18:32:17.669Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T18:32:17.669Z] 93359f2a8cfa: Waiting [2021-02-01T18:32:17.669Z] 7c6f9722023f: Waiting [2021-02-01T18:32:17.669Z] a35cf1a2eb13: Waiting [2021-02-01T18:32:17.669Z] bca2f99d35d6: Waiting [2021-02-01T18:32:17.669Z] de9db76c5a1d: Verifying Checksum [2021-02-01T18:32:17.669Z] de9db76c5a1d: Download complete [2021-02-01T18:32:17.669Z] 0ef7d3d256c8: Download complete [2021-02-01T18:32:17.669Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T18:32:17.669Z] 93359f2a8cfa: Download complete [2021-02-01T18:32:17.669Z] 7c6f9722023f: Verifying Checksum [2021-02-01T18:32:17.669Z] 7c6f9722023f: Download complete [2021-02-01T18:32:17.669Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:32:17.669Z] 188c0c94c7c5: Download complete [2021-02-01T18:32:17.939Z] 188c0c94c7c5: Pull complete [2021-02-01T18:32:18.204Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:32:18.204Z] de9db76c5a1d: Pull complete [2021-02-01T18:32:19.604Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T18:32:19.604Z] a35cf1a2eb13: Download complete [2021-02-01T18:32:20.185Z] bca2f99d35d6: Verifying Checksum [2021-02-01T18:32:20.185Z] bca2f99d35d6: Download complete [2021-02-01T18:32:25.540Z] bca2f99d35d6: Pull complete [2021-02-01T18:32:25.540Z] 93359f2a8cfa: Pull complete [2021-02-01T18:32:25.540Z] 7c6f9722023f: Pull complete [2021-02-01T18:32:32.160Z] a35cf1a2eb13: Pull complete [2021-02-01T18:32:32.160Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T18:32:32.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T18:32:32.161Z] ---> a62c8e92a672 [2021-02-01T18:32:32.161Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T18:32:32.161Z] ---> Running in ca54d57fab84 [2021-02-01T18:32:32.425Z] Removing intermediate container ca54d57fab84 [2021-02-01T18:32:32.425Z] ---> 92cd4628ed5f [2021-02-01T18:32:32.425Z] Step 4/7 : RUN apk add --update bash [2021-02-01T18:32:32.425Z] ---> Running in 5943f009e610 [2021-02-01T18:32:33.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T18:32:33.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T18:32:34.549Z] OK: 166 MiB in 39 packages [2021-02-01T18:32:35.129Z] Removing intermediate container 5943f009e610 [2021-02-01T18:32:35.129Z] ---> 2af916558296 [2021-02-01T18:32:35.129Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:32:35.395Z] ---> Running in cdfc05130ede [2021-02-01T18:32:35.395Z] Removing intermediate container cdfc05130ede [2021-02-01T18:32:35.395Z] ---> bb9cec6c54c4 [2021-02-01T18:32:35.395Z] Step 6/7 : COPY go.mod . [2021-02-01T18:32:35.661Z] ---> 269cc8c69f70 [2021-02-01T18:32:35.661Z] Step 7/7 : RUN go mod download [2021-02-01T18:32:35.661Z] ---> Running in de59757b2585 [2021-02-01T18:32:47.951Z] Removing intermediate container de59757b2585 [2021-02-01T18:32:47.951Z] ---> 789c4dae11e9 [2021-02-01T18:32:47.951Z] Successfully built 789c4dae11e9 [2021-02-01T18:32:47.951Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:32:48.280Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:32:48.280Z] . [Pipeline] withDockerContainer [2021-02-01T18:32:48.406Z] prd-centos7-docker-4c-2g-24381 does not seem to be running inside a container [2021-02-01T18:32:48.470Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/27 -v /w/workspace/go-mod-secrets/27:/w/workspace/go-mod-secrets/27:rw,z -v /w/workspace/go-mod-secrets/27@tmp:/w/workspace/go-mod-secrets/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T18:32:49.247Z] $ docker top 347909cf9c26e8fe7853e6618985893cee12527a1f8d2075d21263313d2dcf30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:32:49.749Z] + go version [2021-02-01T18:32:49.749Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T18:32:49.765Z] $ docker stop --time=1 347909cf9c26e8fe7853e6618985893cee12527a1f8d2075d21263313d2dcf30 [2021-02-01T18:32:51.143Z] $ docker rm -f 347909cf9c26e8fe7853e6618985893cee12527a1f8d2075d21263313d2dcf30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:32:51.981Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T18:32:51.981Z] . [Pipeline] withDockerContainer [2021-02-01T18:32:52.268Z] prd-centos7-docker-4c-2g-24381 does not seem to be running inside a container [2021-02-01T18:32:52.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/27 -v /w/workspace/go-mod-secrets/27:/w/workspace/go-mod-secrets/27:rw,z -v /w/workspace/go-mod-secrets/27@tmp:/w/workspace/go-mod-secrets/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T18:32:53.141Z] $ docker top e28af96d98bead6dc637cd81800f0a9503db629c9f56b9f090f968385c939c00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:32:53.680Z] + make test [2021-02-01T18:32:53.680Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-01T18:33:00.371Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-02-01T18:33:00.372Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-02-01T18:33:11.187Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.022s coverage: 96.7% of statements [2021-02-01T18:33:11.187Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.016s coverage: 44.1% of statements [2021-02-01T18:33:11.187Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.014s coverage: 89.5% of statements [2021-02-01T18:33:11.187Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-02-01T18:33:11.187Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.009s coverage: 100.0% of statements [2021-02-01T18:33:11.187Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-02-01T18:33:11.187Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 87.5% of statements [2021-02-01T18:33:17.803Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.012s coverage: 93.3% of statements [2021-02-01T18:33:17.803Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-02-01T18:33:18.377Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-01T18:33:19.796Z] gofmt -l . [2021-02-01T18:33:19.796Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:33:19.813Z] $ docker stop --time=1 e28af96d98bead6dc637cd81800f0a9503db629c9f56b9f090f968385c939c00 [2021-02-01T18:33:21.411Z] $ docker rm -f e28af96d98bead6dc637cd81800f0a9503db629c9f56b9f090f968385c939c00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:33:22.023Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:33:22.420Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T18:34:37.201Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24382 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-02-01T18:34:37.258Z] Running in /w/workspace/go-mod-secrets/27 [Pipeline] { [Pipeline] checkout [2021-02-01T18:34:42.373Z] using credential edgex-jenkins-ssh [2021-02-01T18:34:42.465Z] Cloning the remote Git repository [2021-02-01T18:34:42.560Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-01T18:34:42.669Z] > git init /w/workspace/go-mod-secrets/27 # timeout=10 [2021-02-01T18:34:42.748Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-01T18:34:42.753Z] > git --version # timeout=10 [2021-02-01T18:34:42.768Z] > git --version # 'git version 2.17.1' [2021-02-01T18:34:42.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:34:42.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:34:43.616Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-01T18:34:44.214Z] Checking out Revision 9364d4bfa8615e5bcda3f5158202ba8079163006 (master) [2021-02-01T18:34:43.650Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T18:34:43.676Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-02-01T18:34:43.721Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-02-01T18:34:43.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T18:34:43.733Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T18:34:44.234Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T18:34:44.254Z] > git checkout -f 9364d4bfa8615e5bcda3f5158202ba8079163006 # timeout=10 [2021-02-01T18:34:48.641Z] Commit message: "Merge pull request #88 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T18:34:50.073Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:34:50.499Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T18:34:50.851Z] + true [2021-02-01T18:34:50.851Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-01T18:34:53.901Z] ========================================================= [2021-02-01T18:34:53.901Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T18:34:53.901Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:34:54.307Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-01T18:34:55.292Z] Sending build context to Docker daemon 450kB [2021-02-01T18:34:55.292Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-01T18:34:55.292Z] Step 2/7 : FROM ${BASE} [2021-02-01T18:34:55.563Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T18:34:55.563Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T18:34:55.563Z] a4357932f1b6: Pulling fs layer [2021-02-01T18:34:55.563Z] 18c013af1878: Pulling fs layer [2021-02-01T18:34:55.563Z] 00ac8860ef70: Pulling fs layer [2021-02-01T18:34:55.563Z] 63d7cb157983: Pulling fs layer [2021-02-01T18:34:55.563Z] b116817d02f9: Pulling fs layer [2021-02-01T18:34:55.563Z] 745a02a5169b: Pulling fs layer [2021-02-01T18:34:55.563Z] 63d7cb157983: Waiting [2021-02-01T18:34:55.563Z] b116817d02f9: Waiting [2021-02-01T18:34:55.563Z] 745a02a5169b: Waiting [2021-02-01T18:34:55.563Z] 00ac8860ef70: Waiting [2021-02-01T18:34:55.563Z] 18c013af1878: Verifying Checksum [2021-02-01T18:34:55.563Z] 18c013af1878: Download complete [2021-02-01T18:34:55.563Z] a4357932f1b6: Verifying Checksum [2021-02-01T18:34:55.563Z] a4357932f1b6: Download complete [2021-02-01T18:34:55.563Z] 63d7cb157983: Verifying Checksum [2021-02-01T18:34:55.563Z] 63d7cb157983: Download complete [2021-02-01T18:34:55.563Z] b116817d02f9: Verifying Checksum [2021-02-01T18:34:55.563Z] b116817d02f9: Download complete [2021-02-01T18:34:55.563Z] 5f621e34cdf4: Download complete [2021-02-01T18:34:56.160Z] 5f621e34cdf4: Pull complete [2021-02-01T18:34:56.758Z] a4357932f1b6: Pull complete [2021-02-01T18:34:57.032Z] 18c013af1878: Pull complete [2021-02-01T18:34:58.023Z] 745a02a5169b: Verifying Checksum [2021-02-01T18:34:58.023Z] 745a02a5169b: Download complete [2021-02-01T18:34:58.997Z] 00ac8860ef70: Verifying Checksum [2021-02-01T18:34:58.997Z] 00ac8860ef70: Download complete [2021-02-01T18:35:09.187Z] 00ac8860ef70: Pull complete [2021-02-01T18:35:09.187Z] 63d7cb157983: Pull complete [2021-02-01T18:35:09.462Z] b116817d02f9: Pull complete [2021-02-01T18:35:13.783Z] 745a02a5169b: Pull complete [2021-02-01T18:35:13.783Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T18:35:13.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T18:35:13.783Z] ---> b7e6874047d6 [2021-02-01T18:35:13.783Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T18:35:16.407Z] ---> Running in 82b54f9f6746 [2021-02-01T18:35:16.407Z] Removing intermediate container 82b54f9f6746 [2021-02-01T18:35:16.407Z] ---> 99d6f785da5b [2021-02-01T18:35:16.407Z] Step 4/7 : RUN apk add --update bash [2021-02-01T18:35:16.407Z] ---> Running in 9fb720a60174 [2021-02-01T18:35:17.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T18:35:18.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T18:35:19.874Z] OK: 142 MiB in 39 packages [2021-02-01T18:35:20.857Z] Removing intermediate container 9fb720a60174 [2021-02-01T18:35:20.857Z] ---> 9fb05ca76474 [2021-02-01T18:35:20.857Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-01T18:35:21.135Z] ---> Running in 8fbe2af5bb1b [2021-02-01T18:35:21.408Z] Removing intermediate container 8fbe2af5bb1b [2021-02-01T18:35:21.408Z] ---> c45dd371cb99 [2021-02-01T18:35:21.408Z] Step 6/7 : COPY go.mod . [2021-02-01T18:35:22.388Z] ---> 866b800e04d0 [2021-02-01T18:35:22.388Z] Step 7/7 : RUN go mod download [2021-02-01T18:35:22.388Z] ---> Running in 02eff88417fb [2021-02-01T18:35:37.477Z] Removing intermediate container 02eff88417fb [2021-02-01T18:35:37.477Z] ---> ddd899cd1940 [2021-02-01T18:35:37.477Z] Successfully built ddd899cd1940 [2021-02-01T18:35:37.477Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:35:37.815Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:35:37.815Z] . [Pipeline] withDockerContainer [2021-02-01T18:35:38.068Z] prd-ubuntu18.04-docker-arm64-4c-16g-24382 does not seem to be running inside a container [2021-02-01T18:35:38.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/27 -v /w/workspace/go-mod-secrets/27:/w/workspace/go-mod-secrets/27:rw,z -v /w/workspace/go-mod-secrets/27@tmp:/w/workspace/go-mod-secrets/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T18:35:39.834Z] $ docker top eed3d1a758d977f047ca703932271631c56d63ce1e3d070639e1fbddbae09a30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:35:40.877Z] + go version [2021-02-01T18:35:40.877Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T18:35:40.907Z] $ docker stop --time=1 eed3d1a758d977f047ca703932271631c56d63ce1e3d070639e1fbddbae09a30 [2021-02-01T18:35:42.802Z] $ docker rm -f eed3d1a758d977f047ca703932271631c56d63ce1e3d070639e1fbddbae09a30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:35:43.823Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T18:35:43.823Z] . [Pipeline] withDockerContainer [2021-02-01T18:35:44.091Z] prd-ubuntu18.04-docker-arm64-4c-16g-24382 does not seem to be running inside a container [2021-02-01T18:35:44.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/27 -v /w/workspace/go-mod-secrets/27:/w/workspace/go-mod-secrets/27:rw,z -v /w/workspace/go-mod-secrets/27@tmp:/w/workspace/go-mod-secrets/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T18:35:45.728Z] $ docker top 09075b81f15c44812f758ba3b3fa890588893d81639afc13c742bfe5d6ee9260 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:35:46.753Z] + make test [2021-02-01T18:35:46.753Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-01T18:36:09.048Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] [2021-02-01T18:36:09.048Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-02-01T18:36:17.354Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.031s coverage: 96.7% of statements [2021-02-01T18:36:17.354Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.044s coverage: 44.1% of statements [2021-02-01T18:36:17.354Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.014s coverage: 89.5% of statements [2021-02-01T18:36:17.354Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-02-01T18:36:17.354Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.034s coverage: 100.0% of statements [2021-02-01T18:36:17.354Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-02-01T18:36:17.354Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.019s coverage: 87.5% of statements [2021-02-01T18:36:29.740Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.025s coverage: 93.3% of statements [2021-02-01T18:36:29.740Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-02-01T18:36:29.740Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-01T18:36:32.374Z] gofmt -l . [2021-02-01T18:36:32.374Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-01T18:36:32.402Z] $ docker stop --time=1 09075b81f15c44812f758ba3b3fa890588893d81639afc13c742bfe5d6ee9260 [2021-02-01T18:36:34.550Z] $ docker rm -f 09075b81f15c44812f758ba3b3fa890588893d81639afc13c742bfe5d6ee9260 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T18:36:35.368Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T18:36:35.436Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T18:36:36.170Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-01T18:36:37.947Z] provisioning config files... [2021-02-01T18:36:37.968Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4344644514146991516tmp [Pipeline] { [Pipeline] sh [2021-02-01T18:36:38.433Z] + set +x [2021-02-01T18:36:38.433Z] + curl -s https://codecov.io/bash [2021-02-01T18:36:38.433Z] + bash -s -- [2021-02-01T18:36:38.732Z] [2021-02-01T18:36:38.732Z] _____ _ [2021-02-01T18:36:38.732Z] / ____| | | [2021-02-01T18:36:38.732Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T18:36:38.732Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T18:36:38.732Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T18:36:38.732Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T18:36:38.732Z] Bash-20210129-7c25fce [2021-02-01T18:36:38.732Z] [2021-02-01T18:36:38.732Z] [2021-02-01T18:36:38.732Z] ==> git version 2.24.3 found [2021-02-01T18:36:38.732Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-01T18:36:38.732Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T18:36:38.732Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T18:36:38.732Z] ==> Jenkins CI detected. [2021-02-01T18:36:38.732Z] project root: . [2021-02-01T18:36:38.732Z] --> token set from env [2021-02-01T18:36:38.732Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T18:36:39.026Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T18:36:39.026Z] ==> Python coveragepy not found [2021-02-01T18:36:39.026Z] ==> Searching for coverage reports in: [2021-02-01T18:36:39.026Z] + . [2021-02-01T18:36:39.026Z] -> Found 1 reports [2021-02-01T18:36:39.026Z] ==> Detecting git/mercurial file structure [2021-02-01T18:36:39.026Z] ==> Reading reports [2021-02-01T18:36:39.026Z] + ./coverage.out bytes=17226 [2021-02-01T18:36:39.026Z] ==> Appending adjustments [2021-02-01T18:36:39.026Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T18:36:39.310Z] + Found adjustments [2021-02-01T18:36:39.310Z] ==> Gzipping contents [2021-02-01T18:36:39.310Z] 4.0K /tmp/codecov.7q760t.gz [2021-02-01T18:36:39.310Z] ==> Uploading reports [2021-02-01T18:36:39.310Z] url: https://codecov.io [2021-02-01T18:36:39.310Z] query: branch=master&commit=9364d4bfa8615e5bcda3f5158202ba8079163006&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T18:36:39.310Z] -> Pinging Codecov [2021-02-01T18:36:39.310Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=9364d4bfa8615e5bcda3f5158202ba8079163006&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T18:36:39.944Z] -> Uploading to [2021-02-01T18:36:39.944Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/D63849C06B6B67093493C71CE874ED06/9364d4bfa8615e5bcda3f5158202ba8079163006/15006b25-72b7-495f-a176-383f6ccd5216.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T183639Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bef540abd4b19c72e199b8644b83538dc0fa624ede5aed3c33ab6a07661a9a95 [2021-02-01T18:36:39.944Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T18:36:39.944Z] Dload Upload Total Spent Left Speed [2021-02-01T18:36:40.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3706 0 0 100 3706 0 6112 --:--:-- --:--:-- --:--:-- 6105 [2021-02-01T18:36:40.488Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/9364d4bfa8615e5bcda3f5158202ba8079163006 [Pipeline] } [2021-02-01T18:36:40.511Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-01T18:36:41.176Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-01T18:36:41.229Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:36:41.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:36:41.923Z] [2021-02-01T18:36:41.923Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:36:42.368Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:36:42.663Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-01T18:36:42.663Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T18:36:42.663Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T18:36:42.663Z] de9db76c5a1d: Pulling fs layer [2021-02-01T18:36:42.663Z] 0eba1c9be4d2: Pulling fs layer [2021-02-01T18:36:42.663Z] 0d57e429df01: Pulling fs layer [2021-02-01T18:36:42.663Z] 4e4be7b47b0d: Pulling fs layer [2021-02-01T18:36:42.663Z] e1f770b5df2f: Pulling fs layer [2021-02-01T18:36:42.663Z] 85a0685a4137: Pulling fs layer [2021-02-01T18:36:42.663Z] 0eba1c9be4d2: Waiting [2021-02-01T18:36:42.663Z] 0d57e429df01: Waiting [2021-02-01T18:36:42.663Z] e1f770b5df2f: Waiting [2021-02-01T18:36:42.663Z] 85a0685a4137: Waiting [2021-02-01T18:36:42.663Z] 4e4be7b47b0d: Waiting [2021-02-01T18:36:42.663Z] de9db76c5a1d: Verifying Checksum [2021-02-01T18:36:42.663Z] de9db76c5a1d: Download complete [2021-02-01T18:36:42.663Z] 0ef7d3d256c8: Download complete [2021-02-01T18:36:42.663Z] 0d57e429df01: Verifying Checksum [2021-02-01T18:36:42.663Z] 0d57e429df01: Download complete [2021-02-01T18:36:42.663Z] 4e4be7b47b0d: Download complete [2021-02-01T18:36:43.277Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T18:36:43.277Z] 188c0c94c7c5: Download complete [2021-02-01T18:36:43.924Z] 188c0c94c7c5: Pull complete [2021-02-01T18:36:44.584Z] 0ef7d3d256c8: Pull complete [2021-02-01T18:36:44.874Z] de9db76c5a1d: Pull complete [2021-02-01T18:36:45.924Z] e1f770b5df2f: Verifying Checksum [2021-02-01T18:36:45.924Z] e1f770b5df2f: Download complete [2021-02-01T18:36:57.010Z] 0eba1c9be4d2: Verifying Checksum [2021-02-01T18:36:57.010Z] 0eba1c9be4d2: Download complete [2021-02-01T18:36:58.326Z] 85a0685a4137: Verifying Checksum [2021-02-01T18:36:58.326Z] 85a0685a4137: Download complete [2021-02-01T18:37:14.036Z] 0eba1c9be4d2: Pull complete [2021-02-01T18:37:14.036Z] 0d57e429df01: Pull complete [2021-02-01T18:37:14.036Z] 4e4be7b47b0d: Pull complete [2021-02-01T18:37:18.574Z] e1f770b5df2f: Pull complete [2021-02-01T18:37:37.634Z] 85a0685a4137: Pull complete [2021-02-01T18:37:37.634Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-01T18:37:37.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T18:37:37.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-01T18:37:38.197Z] prd-centos7-docker-4c-2g-24377 does not seem to be running inside a container [2021-02-01T18:37:38.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-01T18:37:40.567Z] $ docker top 53a37e376a9d43bf0c515cf3739bcca6d63ec7e7ff310e23632108108f9e4bd2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T18:37:41.116Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-01T18:37:41.564Z] + set -o pipefail [2021-02-01T18:37:41.564Z] + snyk monitor '--org=edgex-jenkins' [2021-02-01T18:37:51.868Z] [2021-02-01T18:37:51.868Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-02-01T18:37:51.868Z] [2021-02-01T18:37:51.868Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/da5de5f9-1b27-421b-9e4c-bae60289b0e2 [2021-02-01T18:37:51.868Z] [2021-02-01T18:37:51.868Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-01T18:37:51.868Z] [2021-02-01T18:37:51.868Z] [Pipeline] } [2021-02-01T18:37:51.892Z] $ docker stop --time=1 53a37e376a9d43bf0c515cf3739bcca6d63ec7e7ff310e23632108108f9e4bd2 [2021-02-01T18:37:54.152Z] $ docker rm -f 53a37e376a9d43bf0c515cf3739bcca6d63ec7e7ff310e23632108108f9e4bd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-01T18:37:56.027Z] + git log --format=format:%s -1 9364d4bfa8615e5bcda3f5158202ba8079163006 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:37:56.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:37:56.409Z] . [Pipeline] withDockerContainer [2021-02-01T18:37:56.856Z] prd-centos7-docker-4c-2g-24377 does not seem to be running inside a container [2021-02-01T18:37:57.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:37:59.173Z] $ docker top f4f30099839b57efaca49debd8f099ee0701ee70ad1ea2801d0ae72ccbc8c2b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:37:59.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:37:59.845Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:38:00.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:38:00.380Z] $ docker exec f4f30099839b57efaca49debd8f099ee0701ee70ad1ea2801d0ae72ccbc8c2b0 ssh-agent [2021-02-01T18:38:00.697Z] SSH_AUTH_SOCK=/tmp/ssh-4Y94t9IsVY9B/agent.11 [2021-02-01T18:38:00.697Z] SSH_AGENT_PID=16 [2021-02-01T18:38:00.717Z] Running ssh-add (command line suppressed) [2021-02-01T18:38:00.997Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4305422026269474046.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4305422026269474046.key) [2021-02-01T18:38:01.140Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:38:01.575Z] + git semver tag [2021-02-01T18:38:01.980Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:38:01.980Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-01T18:38:01.980Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-01T18:38:01.980Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:38:01.980Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:38:01.980Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:38:01.980Z] # $SEMVER_BRANCH = master [2021-02-01T18:38:01.980Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-02-01T18:38:01.980Z] # 9364d4bfa8615e5bcda3f5158202ba8079163006 HEAD [2021-02-01T18:38:01.980Z] # -> Force: false [2021-02-01T18:38:01.980Z] # 9cfc5244b08a96652e578b22f39d718d3cfc2b90 refs/tags/v2.0.0-dev.4 [Pipeline] } [2021-02-01T18:38:02.043Z] $ docker exec --env ******** --env ******** f4f30099839b57efaca49debd8f099ee0701ee70ad1ea2801d0ae72ccbc8c2b0 ssh-agent -k [2021-02-01T18:38:03.033Z] unset SSH_AUTH_SOCK; [2021-02-01T18:38:03.033Z] unset SSH_AGENT_PID; [2021-02-01T18:38:03.034Z] echo Agent pid 16 killed; [2021-02-01T18:38:03.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:38:04.437Z] + git semver [Pipeline] } [2021-02-01T18:38:04.523Z] $ docker stop --time=1 f4f30099839b57efaca49debd8f099ee0701ee70ad1ea2801d0ae72ccbc8c2b0 [2021-02-01T18:38:06.452Z] $ docker rm -f f4f30099839b57efaca49debd8f099ee0701ee70ad1ea2801d0ae72ccbc8c2b0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:38:07.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:38:07.825Z] [2021-02-01T18:38:07.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:38:08.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:38:08.415Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-01T18:38:08.415Z] ab5ef0e58194: Pulling fs layer [2021-02-01T18:38:08.415Z] 9712f1f96733: Pulling fs layer [2021-02-01T18:38:08.415Z] 63f879dbbcfc: Pulling fs layer [2021-02-01T18:38:08.415Z] 0d9ebad4ef96: Pulling fs layer [2021-02-01T18:38:08.415Z] e9a5061849ea: Pulling fs layer [2021-02-01T18:38:08.415Z] d747dcd14b5f: Pulling fs layer [2021-02-01T18:38:08.415Z] 2de7ff778b66: Pulling fs layer [2021-02-01T18:38:08.415Z] e9a5061849ea: Waiting [2021-02-01T18:38:08.415Z] d747dcd14b5f: Waiting [2021-02-01T18:38:08.415Z] 2de7ff778b66: Waiting [2021-02-01T18:38:08.415Z] 0d9ebad4ef96: Waiting [2021-02-01T18:38:08.415Z] 9712f1f96733: Download complete [2021-02-01T18:38:14.491Z] 63f879dbbcfc: Verifying Checksum [2021-02-01T18:38:14.491Z] 63f879dbbcfc: Download complete [2021-02-01T18:38:15.594Z] e9a5061849ea: Verifying Checksum [2021-02-01T18:38:15.594Z] e9a5061849ea: Download complete [2021-02-01T18:38:15.594Z] d747dcd14b5f: Verifying Checksum [2021-02-01T18:38:15.594Z] d747dcd14b5f: Download complete [2021-02-01T18:38:16.642Z] 0d9ebad4ef96: Verifying Checksum [2021-02-01T18:38:16.642Z] 0d9ebad4ef96: Download complete [2021-02-01T18:38:17.391Z] 2de7ff778b66: Verifying Checksum [2021-02-01T18:38:17.391Z] 2de7ff778b66: Download complete [2021-02-01T18:38:19.571Z] ab5ef0e58194: Download complete [2021-02-01T18:38:35.745Z] ab5ef0e58194: Pull complete [2021-02-01T18:38:35.745Z] 9712f1f96733: Pull complete [2021-02-01T18:38:40.253Z] 63f879dbbcfc: Pull complete [2021-02-01T18:38:55.660Z] 0d9ebad4ef96: Pull complete [2021-02-01T18:38:57.222Z] e9a5061849ea: Pull complete [2021-02-01T18:38:57.222Z] d747dcd14b5f: Pull complete [2021-02-01T18:39:00.710Z] 2de7ff778b66: Pull complete [2021-02-01T18:39:00.710Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-01T18:39:00.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T18:39:00.710Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-01T18:39:01.136Z] prd-centos7-docker-4c-2g-24377 does not seem to be running inside a container [2021-02-01T18:39:01.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-01T18:39:04.618Z] $ docker top 9c6d818d238daf4d1c17fa228b315679181297d807e999760cc7b176e649005e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:39:05.032Z] provisioning config files... [2021-02-01T18:39:05.051Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2407836078377027690tmp [2021-02-01T18:39:05.072Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3493247399831629180tmp [2021-02-01T18:39:05.092Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2966322035820313086tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:39:05.161Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:39:05.827Z] ---> sigul-configuration.sh [2021-02-01T18:39:05.827Z] gpg: directory `/root/.gnupg' created [2021-02-01T18:39:05.827Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-01T18:39:05.827Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-01T18:39:05.827Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-01T18:39:05.827Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-01T18:39:05.827Z] gpg: CAST5 encrypted data [2021-02-01T18:39:05.827Z] gpg: encrypted with 1 passphrase [2021-02-01T18:39:05.827Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-01T18:39:06.431Z] + mkdir /home/jenkins [2021-02-01T18:39:06.431Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-01T18:39:06.769Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-01T18:39:06.782Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:39:07.117Z] ---> sigul-install.sh [2021-02-01T18:39:17.239Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-01T18:39:17.899Z] + git tag --list [2021-02-01T18:39:17.899Z] v0.0.0 [2021-02-01T18:39:17.899Z] v0.0.1 [2021-02-01T18:39:17.899Z] v0.0.10 [2021-02-01T18:39:17.899Z] v0.0.11 [2021-02-01T18:39:17.899Z] v0.0.12 [2021-02-01T18:39:17.899Z] v0.0.13 [2021-02-01T18:39:17.899Z] v0.0.14 [2021-02-01T18:39:17.899Z] v0.0.15 [2021-02-01T18:39:17.899Z] v0.0.16 [2021-02-01T18:39:17.899Z] v0.0.17 [2021-02-01T18:39:17.899Z] v0.0.18 [2021-02-01T18:39:17.899Z] v0.0.19 [2021-02-01T18:39:17.899Z] v0.0.2 [2021-02-01T18:39:17.899Z] v0.0.20 [2021-02-01T18:39:17.899Z] v0.0.21 [2021-02-01T18:39:17.899Z] v0.0.22 [2021-02-01T18:39:17.899Z] v0.0.23 [2021-02-01T18:39:17.899Z] v0.0.24 [2021-02-01T18:39:17.899Z] v0.0.25 [2021-02-01T18:39:17.899Z] v0.0.26 [2021-02-01T18:39:17.899Z] v0.0.27 [2021-02-01T18:39:17.899Z] v0.0.28 [2021-02-01T18:39:17.899Z] v0.0.29 [2021-02-01T18:39:17.899Z] v0.0.3 [2021-02-01T18:39:17.899Z] v0.0.30 [2021-02-01T18:39:17.899Z] v0.0.31 [2021-02-01T18:39:17.899Z] v0.0.32 [2021-02-01T18:39:17.899Z] v0.0.33 [2021-02-01T18:39:17.899Z] v0.0.4 [2021-02-01T18:39:17.899Z] v0.0.5 [2021-02-01T18:39:17.899Z] v0.0.6 [2021-02-01T18:39:17.899Z] v0.0.7 [2021-02-01T18:39:17.899Z] v0.0.8 [2021-02-01T18:39:17.899Z] v0.0.9 [2021-02-01T18:39:17.899Z] v2.0.0-dev.1 [2021-02-01T18:39:17.899Z] v2.0.0-dev.2 [2021-02-01T18:39:17.899Z] v2.0.0-dev.3 [2021-02-01T18:39:17.899Z] v2.0.0-dev.4 [Pipeline] sh [2021-02-01T18:39:18.233Z] + lftools sign git-tag v2.0.0-dev.4 [2021-02-01T18:39:20.210Z] Signing Git tag with Sigul... [2021-02-01T18:39:20.210Z] Signing v2.0.0-dev.4 [Pipeline] echo [2021-02-01T18:39:21.225Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:39:21.564Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-01T18:39:21.610Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-01T18:39:21.708Z] $ docker stop --time=1 9c6d818d238daf4d1c17fa228b315679181297d807e999760cc7b176e649005e [2021-02-01T18:39:23.673Z] $ docker rm -f 9c6d818d238daf4d1c17fa228b315679181297d807e999760cc7b176e649005e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:39:24.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:39:24.712Z] . [Pipeline] withDockerContainer [2021-02-01T18:39:24.876Z] prd-centos7-docker-4c-2g-24377 does not seem to be running inside a container [2021-02-01T18:39:24.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:39:25.944Z] $ docker top 5530a4f29689a48b29dc1ff6060cd54ca6ec4aac0a6d2c9f2f33a31ce66eb0f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:39:26.328Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:39:26.328Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:39:26.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:39:26.814Z] $ docker exec 5530a4f29689a48b29dc1ff6060cd54ca6ec4aac0a6d2c9f2f33a31ce66eb0f3 ssh-agent [2021-02-01T18:39:27.154Z] SSH_AUTH_SOCK=/tmp/ssh-hUkbApdNr4qw/agent.11 [2021-02-01T18:39:27.154Z] SSH_AGENT_PID=17 [2021-02-01T18:39:27.163Z] Running ssh-add (command line suppressed) [2021-02-01T18:39:27.345Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5664019993351349499.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5664019993351349499.key) [2021-02-01T18:39:27.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:39:27.793Z] + git semver bump pre [2021-02-01T18:39:27.793Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:39:27.793Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-01T18:39:27.793Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-01T18:39:27.793Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:39:27.793Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:39:27.793Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:39:27.793Z] # $SEMVER_BRANCH = master [2021-02-01T18:39:27.793Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-02-01T18:39:28.062Z] 2.0.0-dev.5 [Pipeline] } [2021-02-01T18:39:28.086Z] $ docker exec --env ******** --env ******** 5530a4f29689a48b29dc1ff6060cd54ca6ec4aac0a6d2c9f2f33a31ce66eb0f3 ssh-agent -k [2021-02-01T18:39:28.357Z] unset SSH_AUTH_SOCK; [2021-02-01T18:39:28.358Z] unset SSH_AGENT_PID; [2021-02-01T18:39:28.358Z] echo Agent pid 17 killed; [2021-02-01T18:39:28.450Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:39:28.968Z] + git semver [Pipeline] } [2021-02-01T18:39:29.009Z] $ docker stop --time=1 5530a4f29689a48b29dc1ff6060cd54ca6ec4aac0a6d2c9f2f33a31ce66eb0f3 [2021-02-01T18:39:30.595Z] $ docker rm -f 5530a4f29689a48b29dc1ff6060cd54ca6ec4aac0a6d2c9f2f33a31ce66eb0f3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:39:31.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T18:39:31.304Z] . [Pipeline] withDockerContainer [2021-02-01T18:39:31.460Z] prd-centos7-docker-4c-2g-24377 does not seem to be running inside a container [2021-02-01T18:39:31.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T18:39:32.864Z] $ docker top bcc5441f6a86a5b43583ab39440b53db32e67c446536418a403db9a430d3f263 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T18:39:33.285Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T18:39:33.285Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T18:39:33.893Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T18:39:33.899Z] $ docker exec bcc5441f6a86a5b43583ab39440b53db32e67c446536418a403db9a430d3f263 ssh-agent [2021-02-01T18:39:34.258Z] SSH_AUTH_SOCK=/tmp/ssh-p54fWRTEoRJj/agent.12 [2021-02-01T18:39:34.259Z] SSH_AGENT_PID=17 [2021-02-01T18:39:34.269Z] Running ssh-add (command line suppressed) [2021-02-01T18:39:34.554Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_24400261514405918.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_24400261514405918.key) [2021-02-01T18:39:34.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T18:39:35.192Z] + git semver push [2021-02-01T18:39:35.193Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T18:39:35.193Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-02-01T18:39:35.193Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-02-01T18:39:35.193Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T18:39:35.193Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T18:39:35.193Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T18:39:35.193Z] # $SEMVER_BRANCH = master [2021-02-01T18:39:35.193Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-02-01T18:39:43.628Z] $ docker exec --env ******** --env ******** bcc5441f6a86a5b43583ab39440b53db32e67c446536418a403db9a430d3f263 ssh-agent -k [2021-02-01T18:39:44.013Z] unset SSH_AUTH_SOCK; [2021-02-01T18:39:44.016Z] unset SSH_AGENT_PID; [2021-02-01T18:39:44.016Z] echo Agent pid 17 killed; [2021-02-01T18:39:44.175Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T18:39:44.910Z] + git semver [Pipeline] } [2021-02-01T18:39:44.932Z] $ docker stop --time=1 bcc5441f6a86a5b43583ab39440b53db32e67c446536418a403db9a430d3f263 [2021-02-01T18:39:46.595Z] $ docker rm -f bcc5441f6a86a5b43583ab39440b53db32e67c446536418a403db9a430d3f263 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:39:48.462Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:39:49.080Z] ---> package-listing.sh [2021-02-01T18:39:49.080Z] ++ facter osfamily [2021-02-01T18:39:49.080Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T18:39:49.354Z] + OS_FAMILY=redhat [2021-02-01T18:39:49.354Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-02-01T18:39:49.354Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T18:39:49.354Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T18:39:49.354Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T18:39:49.354Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T18:39:49.354Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-02-01T18:39:49.354Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T18:39:49.354Z] + case "${OS_FAMILY}" in [2021-02-01T18:39:49.354Z] + rpm -qa [2021-02-01T18:39:49.354Z] + sort [2021-02-01T18:39:54.718Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T18:39:54.718Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T18:39:54.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T18:39:54.718Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-02-01T18:39:54.718Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-02-01T18:39:54.718Z] + 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-01T18:39:54.740Z] 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-01T18:39:55.088Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:39:55.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:39:56.006Z] [2021-02-01T18:39:56.006Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T18:39:56.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:39:56.480Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T18:39:56.480Z] df20fa9351a1: Pulling fs layer [2021-02-01T18:39:56.480Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T18:39:56.480Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T18:39:56.480Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T18:39:56.480Z] 93b61091891f: Pulling fs layer [2021-02-01T18:39:56.480Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T18:39:56.480Z] 5e14af77c1be: Pulling fs layer [2021-02-01T18:39:56.480Z] 01666e4c0597: Pulling fs layer [2021-02-01T18:39:56.480Z] aa168da1d23b: Pulling fs layer [2021-02-01T18:39:56.480Z] 46f8f816bc3b: Waiting [2021-02-01T18:39:56.480Z] 93b9cdb0e59b: Waiting [2021-02-01T18:39:56.480Z] 5e14af77c1be: Waiting [2021-02-01T18:39:56.480Z] 01666e4c0597: Waiting [2021-02-01T18:39:56.480Z] 93b61091891f: Waiting [2021-02-01T18:39:56.774Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T18:39:56.774Z] 36b3adc4ff6f: Download complete [2021-02-01T18:39:56.774Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T18:39:56.774Z] 46f8f816bc3b: Download complete [2021-02-01T18:39:56.774Z] df20fa9351a1: Verifying Checksum [2021-02-01T18:39:56.774Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T18:39:56.774Z] 93b9cdb0e59b: Download complete [2021-02-01T18:39:56.774Z] 5e14af77c1be: Download complete [2021-02-01T18:39:57.051Z] 01666e4c0597: Verifying Checksum [2021-02-01T18:39:57.051Z] 01666e4c0597: Download complete [2021-02-01T18:39:57.322Z] 93b61091891f: Verifying Checksum [2021-02-01T18:39:57.322Z] 93b61091891f: Download complete [2021-02-01T18:39:57.595Z] df20fa9351a1: Pull complete [2021-02-01T18:39:57.595Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T18:39:57.595Z] 8ad3a11d3b57: Download complete [2021-02-01T18:39:57.871Z] 36b3adc4ff6f: Pull complete [2021-02-01T18:39:59.355Z] 8ad3a11d3b57: Pull complete [2021-02-01T18:39:59.355Z] 46f8f816bc3b: Pull complete [2021-02-01T18:40:00.812Z] 93b61091891f: Pull complete [2021-02-01T18:40:00.812Z] 93b9cdb0e59b: Pull complete [2021-02-01T18:40:01.565Z] 5e14af77c1be: Pull complete [2021-02-01T18:40:01.882Z] 01666e4c0597: Pull complete [2021-02-01T18:40:03.329Z] aa168da1d23b: Verifying Checksum [2021-02-01T18:40:03.329Z] aa168da1d23b: Download complete [2021-02-01T18:40:16.972Z] aa168da1d23b: Pull complete [2021-02-01T18:40:16.972Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T18:40:16.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T18:40:16.972Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T18:40:17.259Z] prd-centos7-docker-4c-2g-24377 does not seem to be running inside a container [2021-02-01T18:40:17.332Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T18:40:20.653Z] $ docker top 1412814948ff322b240f10a818a3a6d159a109333a7ed28300e4532919f9305a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T18:40:21.288Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T18:40:21.991Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T18:40:22.348Z] + ls /var/log/sa-host [2021-02-01T18:40:22.348Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T18:40:22.348Z] file_magic: OK [2021-02-01T18:40:22.348Z] HZ: Using current value: 100 [2021-02-01T18:40:22.348Z] file_header: OK [2021-02-01T18:40:22.348Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T18:40:22.348Z] Statistics: [2021-02-01T18:40:22.348Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T18:40:22.348Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T18:40:22.348Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T18:40:22.348Z] file_magic: OK [2021-02-01T18:40:22.348Z] HZ: Using current value: 100 [2021-02-01T18:40:22.348Z] file_header: OK [2021-02-01T18:40:22.348Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T18:40:22.348Z] Statistics: [2021-02-01T18:40:22.348Z] Hnuu...uuuununununu... [2021-02-01T18:40:22.348Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T18:40:22.577Z] provisioning config files... [2021-02-01T18:40:22.599Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4325877760506919604tmp [Pipeline] { [Pipeline] echo [2021-02-01T18:40:22.672Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:40:22.990Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T18:40:23.007Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T18:40:23.144Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:40:23.512Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T18:40:23.531Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:40:23.878Z] ---> sudo-logs.sh [2021-02-01T18:40:23.878Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T18:40:23.897Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:40:24.222Z] ---> job-cost.sh [2021-02-01T18:40:24.487Z] lf-activate-venv: SKIPPING [2021-02-01T18:40:24.487Z] INFO: No Stack... [2021-02-01T18:40:25.453Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T18:40:26.035Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T18:40:26.056Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T18:40:26.388Z] ---> logs-deploy.sh [2021-02-01T18:40:26.388Z] lf-activate-venv: SKIPPING [2021-02-01T18:40:26.388Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/27 [2021-02-01T18:40:26.388Z] INFO: archiving workspace using pattern(s): [2021-02-01T18:40:29.009Z] Archives upload complete. [2021-02-01T18:40:29.009Z] INFO: archiving logs to Nexus