Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 27cb942c6f3ef89d32f958651ca6c8b656d8b14d 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: patch 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18906 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 27cb942c6f3ef89d32f958651ca6c8b656d8b14d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 Commit message: "Merge pull request #77 from lenny-intel/mock-logger" > git rev-list --no-walk 16de5b488733f447078f81771069bd4e8e31fe78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T21:20:54.762Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T21:20:55.088Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T21:20:55.185Z] ========================================================= [2021-01-07T21:20:55.185Z] EdgeX Global Pipelines Version Info [2021-01-07T21:20:55.185Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:20:56.667Z] ------------------- [2021-01-07T21:20:56.667Z] stable info: [2021-01-07T21:20:56.667Z] ------------------- [2021-01-07T21:20:56.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T21:20:56.667Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T21:20:56.667Z] Message: update stable to v1.0.173 [2021-01-07T21:20:57.614Z] ------------------- [2021-01-07T21:20:57.614Z] experimental info: [2021-01-07T21:20:57.614Z] ------------------- [2021-01-07T21:20:57.614Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T21:20:57.614Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T21:20:57.614Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T21:20:57.863Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-01-07T21:20:57.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-01-07T21:20:58.128Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T21:20:58.341Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T21:20:58.443Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T21:20:58.533Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T21:20:58.629Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T21:20:58.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T21:20:58.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-07T21:20:58.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T21:20:59.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T21:20:59.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-01-07T21:20:59.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T21:20:59.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T21:20:59.404Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:20:59.486Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:20:59.578Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:20:59.699Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T21:20:59.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-07T21:20:59.920Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-07T21:21:00.013Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-07T21:21:00.153Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-07T21:21:00.252Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-07T21:21:00.382Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-07T21:21:00.551Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-07T21:21:00.639Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T21:21:00.722Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T21:21:00.843Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-07T21:21:00.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-07T21:21:01.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-07T21:21:01.182Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] echo [2021-01-07T21:21:01.287Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27cb942 [Pipeline] echo [2021-01-07T21:21:01.375Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:21:02.113Z] + git log --format=format:%s -1 27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] echo [2021-01-07T21:21:02.179Z] GIT_COMMIT: 27cb942c6f3ef89d32f958651ca6c8b656d8b14d, Commit Message: Merge pull request #77 from lenny-intel/mock-logger [Pipeline] echo [2021-01-07T21:21:02.222Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:21:03.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:21:03.481Z] [2021-01-07T21:21:03.481Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:21:03.842Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:21:03.842Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T21:21:03.842Z] 31603596830f: Pulling fs layer [2021-01-07T21:21:03.842Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T21:21:03.842Z] 6ca5941a6612: Pulling fs layer [2021-01-07T21:21:03.842Z] ecc8261a40a4: Pulling fs layer [2021-01-07T21:21:03.842Z] ecc8261a40a4: Waiting [2021-01-07T21:21:03.842Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T21:21:03.842Z] 2a8b12db71e7: Download complete [2021-01-07T21:21:04.105Z] 31603596830f: Verifying Checksum [2021-01-07T21:21:04.105Z] 31603596830f: Download complete [2021-01-07T21:21:04.105Z] ecc8261a40a4: Verifying Checksum [2021-01-07T21:21:04.105Z] ecc8261a40a4: Download complete [2021-01-07T21:21:04.105Z] 6ca5941a6612: Verifying Checksum [2021-01-07T21:21:04.105Z] 6ca5941a6612: Download complete [2021-01-07T21:21:04.368Z] 31603596830f: Pull complete [2021-01-07T21:21:04.637Z] 2a8b12db71e7: Pull complete [2021-01-07T21:21:05.597Z] 6ca5941a6612: Pull complete [2021-01-07T21:21:05.597Z] ecc8261a40a4: Pull complete [2021-01-07T21:21:05.597Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T21:21:05.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:21:05.597Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T21:21:05.697Z] prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container [2021-01-07T21:21:05.742Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T21:21:07.646Z] $ docker top 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T21:21:07.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:21:07.919Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:21:08.143Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:21:08.146Z] $ docker exec 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent [2021-01-07T21:21:08.311Z] SSH_AUTH_SOCK=/tmp/ssh-T8weaTvNvrku/agent.12 [2021-01-07T21:21:08.311Z] SSH_AGENT_PID=17 [2021-01-07T21:21:08.320Z] Running ssh-add (command line suppressed) [2021-01-07T21:21:08.485Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4941669201814315970.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4941669201814315970.key) [2021-01-07T21:21:08.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:21:08.866Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T21:21:08.889Z] $ docker exec --env ******** --env ******** 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent -k [2021-01-07T21:21:09.003Z] unset SSH_AUTH_SOCK; [2021-01-07T21:21:09.004Z] unset SSH_AGENT_PID; [2021-01-07T21:21:09.004Z] echo Agent pid 17 killed; [2021-01-07T21:21:09.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T21:21:09.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:21:09.206Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:21:09.366Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:21:09.368Z] $ docker exec 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent [2021-01-07T21:21:09.529Z] SSH_AUTH_SOCK=/tmp/ssh-SZW1drx9DB3E/agent.46 [2021-01-07T21:21:09.529Z] SSH_AGENT_PID=51 [2021-01-07T21:21:09.535Z] Running ssh-add (command line suppressed) [2021-01-07T21:21:09.655Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5539189071239764600.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5539189071239764600.key) [2021-01-07T21:21:09.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:21:10.199Z] + git semver init [2021-01-07T21:21:10.199Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T21:21:10.199Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-07T21:21:10.199Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-07T21:21:10.199Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T21:21:10.199Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T21:21:10.199Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T21:21:10.199Z] # $SEMVER_BRANCH = master [2021-01-07T21:21:10.199Z] # $SEMVER_TEMP = /tmp/semver-626417206 [2021-01-07T21:21:10.199Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-01-07T21:21:10.462Z] # '/tmp/semver-626417206' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-01-07T21:21:10.462Z] # -> Force: false [2021-01-07T21:21:10.462Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-07T21:21:10.474Z] $ docker exec --env ******** --env ******** 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent -k [2021-01-07T21:21:10.590Z] unset SSH_AUTH_SOCK; [2021-01-07T21:21:10.590Z] unset SSH_AGENT_PID; [2021-01-07T21:21:10.590Z] echo Agent pid 51 killed; [2021-01-07T21:21:10.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T21:21:11.104Z] + git semver [Pipeline] } [2021-01-07T21:21:11.121Z] $ docker stop --time=1 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 [2021-01-07T21:21:12.504Z] $ docker rm -f 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:21:12.959Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T21:21:13.440Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T21:21:13.443Z] [edgeXSemver]: initialized semver on version 0.0.30 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-07T21:21:28.968Z] Still waiting to schedule task [2021-01-07T21:21:28.968Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-07T21:21:28.971Z] Still waiting to schedule task [2021-01-07T21:21:28.971Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-07T21:23:05.885Z] Running on prd-centos7-docker-4c-2g-18910 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-07T21:23:05.958Z] Running in /w/workspace/go-mod-secrets/20 [Pipeline] { [Pipeline] checkout [2021-01-07T21:23:08.441Z] using credential edgex-jenkins-ssh [2021-01-07T21:23:08.488Z] Cloning the remote Git repository [2021-01-07T21:23:07.993Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-07T21:23:08.062Z] > git init /w/workspace/go-mod-secrets/20 # timeout=10 [2021-01-07T21:23:08.135Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-07T21:23:08.136Z] > git --version # timeout=10 [2021-01-07T21:23:08.144Z] > git --version # 'git version 2.24.3' [2021-01-07T21:23:08.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:23:08.175Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:23:08.823Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-07T21:23:08.829Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:23:08.843Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-07T21:23:08.856Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-07T21:23:08.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:23:08.861Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T21:23:09.752Z] Checking out Revision 27cb942c6f3ef89d32f958651ca6c8b656d8b14d (master) [2021-01-07T21:23:09.330Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:23:09.336Z] > git checkout -f 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 [2021-01-07T21:23:10.526Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18908 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-01-07T21:23:10.580Z] Running in /w/workspace/go-mod-secrets/20 [Pipeline] { [Pipeline] checkout [2021-01-07T21:23:13.203Z] Commit message: "Merge pull request #77 from lenny-intel/mock-logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:23:14.503Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:23:14.869Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:23:15.198Z] + sudo service docker restart [2021-01-07T21:23:15.198Z] + true [2021-01-07T21:23:15.198Z] Redirecting to /bin/systemctl restart docker.service [2021-01-07T21:23:15.859Z] using credential edgex-jenkins-ssh [2021-01-07T21:23:15.916Z] Cloning the remote Git repository [Pipeline] unstash [Pipeline] echo [2021-01-07T21:23:16.771Z] ========================================================= [2021-01-07T21:23:16.771Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T21:23:16.771Z] ========================================================= [2021-01-07T21:23:15.973Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-07T21:23:16.084Z] > git init /w/workspace/go-mod-secrets/20 # timeout=10 [2021-01-07T21:23:16.166Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-07T21:23:16.168Z] > git --version # timeout=10 [2021-01-07T21:23:16.193Z] > git --version # 'git version 2.17.1' [2021-01-07T21:23:16.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:23:16.281Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:23:17.123Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-07T21:23:17.392Z] Sending build context to Docker daemon 435.7kB [2021-01-07T21:23:17.392Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-07T21:23:17.392Z] Step 2/7 : FROM ${BASE} [2021-01-07T21:23:17.642Z] Checking out Revision 27cb942c6f3ef89d32f958651ca6c8b656d8b14d (master) [2021-01-07T21:23:17.654Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T21:23:17.654Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T21:23:17.654Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T21:23:17.654Z] de9db76c5a1d: Pulling fs layer [2021-01-07T21:23:17.654Z] bca2f99d35d6: Pulling fs layer [2021-01-07T21:23:17.654Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T21:23:17.654Z] 7c6f9722023f: Pulling fs layer [2021-01-07T21:23:17.654Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T21:23:17.654Z] 93359f2a8cfa: Waiting [2021-01-07T21:23:17.654Z] 7c6f9722023f: Waiting [2021-01-07T21:23:17.654Z] a35cf1a2eb13: Waiting [2021-01-07T21:23:17.654Z] bca2f99d35d6: Waiting [2021-01-07T21:23:17.654Z] de9db76c5a1d: Verifying Checksum [2021-01-07T21:23:17.654Z] de9db76c5a1d: Download complete [2021-01-07T21:23:17.654Z] 0ef7d3d256c8: Download complete [2021-01-07T21:23:17.654Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T21:23:17.654Z] 93359f2a8cfa: Download complete [2021-01-07T21:23:17.654Z] 7c6f9722023f: Verifying Checksum [2021-01-07T21:23:17.654Z] 7c6f9722023f: Download complete [2021-01-07T21:23:17.654Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T21:23:17.654Z] 188c0c94c7c5: Download complete [2021-01-07T21:23:17.916Z] 188c0c94c7c5: Pull complete [2021-01-07T21:23:17.035Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-07T21:23:17.054Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T21:23:17.087Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-01-07T21:23:17.122Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-01-07T21:23:17.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T21:23:17.135Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T21:23:17.655Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T21:23:17.678Z] > git checkout -f 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 [2021-01-07T21:23:18.185Z] 0ef7d3d256c8: Pull complete [2021-01-07T21:23:18.185Z] de9db76c5a1d: Pull complete [2021-01-07T21:23:19.582Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T21:23:19.582Z] a35cf1a2eb13: Download complete [2021-01-07T21:23:20.541Z] bca2f99d35d6: Verifying Checksum [2021-01-07T21:23:20.541Z] bca2f99d35d6: Download complete [2021-01-07T21:23:22.160Z] Commit message: "Merge pull request #77 from lenny-intel/mock-logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T21:23:23.558Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:23:23.973Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T21:23:24.317Z] + true [2021-01-07T21:23:24.317Z] + sudo service docker restart [2021-01-07T21:23:25.875Z] bca2f99d35d6: Pull complete [2021-01-07T21:23:26.138Z] 93359f2a8cfa: Pull complete [2021-01-07T21:23:26.138Z] 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo [2021-01-07T21:23:27.231Z] ========================================================= [2021-01-07T21:23:27.231Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T21:23:27.231Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:23:27.624Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-07T21:23:28.609Z] Sending build context to Docker daemon 434.7kB [2021-01-07T21:23:28.609Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-07T21:23:28.609Z] Step 2/7 : FROM ${BASE} [2021-01-07T21:23:28.884Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T21:23:28.885Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T21:23:28.885Z] a4357932f1b6: Pulling fs layer [2021-01-07T21:23:28.885Z] 18c013af1878: Pulling fs layer [2021-01-07T21:23:28.885Z] 00ac8860ef70: Pulling fs layer [2021-01-07T21:23:28.885Z] 63d7cb157983: Pulling fs layer [2021-01-07T21:23:28.885Z] b116817d02f9: Pulling fs layer [2021-01-07T21:23:28.885Z] 745a02a5169b: Pulling fs layer [2021-01-07T21:23:28.885Z] 00ac8860ef70: Waiting [2021-01-07T21:23:28.885Z] 63d7cb157983: Waiting [2021-01-07T21:23:28.885Z] b116817d02f9: Waiting [2021-01-07T21:23:28.885Z] 745a02a5169b: Waiting [2021-01-07T21:23:28.885Z] 18c013af1878: Verifying Checksum [2021-01-07T21:23:28.885Z] 18c013af1878: Download complete [2021-01-07T21:23:28.885Z] a4357932f1b6: Download complete [2021-01-07T21:23:28.885Z] 63d7cb157983: Download complete [2021-01-07T21:23:28.885Z] b116817d02f9: Verifying Checksum [2021-01-07T21:23:28.885Z] b116817d02f9: Download complete [2021-01-07T21:23:28.885Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T21:23:28.885Z] 5f621e34cdf4: Download complete [2021-01-07T21:23:29.873Z] 5f621e34cdf4: Pull complete [2021-01-07T21:23:30.474Z] a4357932f1b6: Pull complete [2021-01-07T21:23:30.753Z] 18c013af1878: Pull complete [2021-01-07T21:23:31.028Z] 745a02a5169b: Verifying Checksum [2021-01-07T21:23:31.028Z] 745a02a5169b: Download complete [2021-01-07T21:23:31.462Z] a35cf1a2eb13: Pull complete [2021-01-07T21:23:31.462Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T21:23:31.462Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T21:23:31.462Z] ---> a62c8e92a672 [2021-01-07T21:23:31.462Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-07T21:23:31.462Z] ---> Running in 0810a906abdb [2021-01-07T21:23:31.462Z] Removing intermediate container 0810a906abdb [2021-01-07T21:23:31.462Z] ---> c3f13e30bf0f [2021-01-07T21:23:31.462Z] Step 4/7 : RUN apk add --update bash [2021-01-07T21:23:31.729Z] ---> Running in 37c674a70309 [2021-01-07T21:23:32.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T21:23:32.469Z] 00ac8860ef70: Verifying Checksum [2021-01-07T21:23:32.469Z] 00ac8860ef70: Download complete [2021-01-07T21:23:33.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T21:23:33.840Z] OK: 166 MiB in 39 packages [2021-01-07T21:23:34.423Z] Removing intermediate container 37c674a70309 [2021-01-07T21:23:34.423Z] ---> e0e9faa15e79 [2021-01-07T21:23:34.423Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-07T21:23:34.423Z] ---> Running in 827398dec238 [2021-01-07T21:23:34.685Z] Removing intermediate container 827398dec238 [2021-01-07T21:23:34.685Z] ---> fd578a91cec9 [2021-01-07T21:23:34.685Z] Step 6/7 : COPY go.mod . [2021-01-07T21:23:34.949Z] ---> 43c35d7ac656 [2021-01-07T21:23:34.949Z] Step 7/7 : RUN go mod download [2021-01-07T21:23:34.949Z] ---> Running in cbd9e1adca55 [2021-01-07T21:23:42.640Z] 00ac8860ef70: Pull complete [2021-01-07T21:23:42.640Z] 63d7cb157983: Pull complete [2021-01-07T21:23:42.640Z] b116817d02f9: Pull complete [2021-01-07T21:23:46.962Z] 745a02a5169b: Pull complete [2021-01-07T21:23:46.962Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T21:23:46.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T21:23:46.962Z] ---> b7e6874047d6 [2021-01-07T21:23:46.962Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-07T21:23:47.220Z] Removing intermediate container cbd9e1adca55 [2021-01-07T21:23:47.220Z] ---> 7fb964d943bf [2021-01-07T21:23:47.220Z] Successfully built 7fb964d943bf [2021-01-07T21:23:47.220Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:23:47.538Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T21:23:47.538Z] . [Pipeline] withDockerContainer [2021-01-07T21:23:47.651Z] prd-centos7-docker-4c-2g-18910 does not seem to be running inside a container [2021-01-07T21:23:47.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/20 -v /w/workspace/go-mod-secrets/20:/w/workspace/go-mod-secrets/20:rw,z -v /w/workspace/go-mod-secrets/20@tmp:/w/workspace/go-mod-secrets/20@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 ******** ci-base-image-x86_64 cat [2021-01-07T21:23:48.553Z] $ docker top cc7540c991e532226c53eaf2a5a682b70c03291f106abd74a2919eec79494149 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:23:49.037Z] + go version [2021-01-07T21:23:49.037Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T21:23:49.054Z] $ docker stop --time=1 cc7540c991e532226c53eaf2a5a682b70c03291f106abd74a2919eec79494149 [2021-01-07T21:23:49.602Z] ---> Running in bc3c951b90bf [2021-01-07T21:23:49.602Z] Removing intermediate container bc3c951b90bf [2021-01-07T21:23:49.602Z] ---> 596fb41a1c6f [2021-01-07T21:23:49.602Z] Step 4/7 : RUN apk add --update bash [2021-01-07T21:23:49.602Z] ---> Running in b6e37180d9ea [2021-01-07T21:23:50.395Z] $ docker rm -f cc7540c991e532226c53eaf2a5a682b70c03291f106abd74a2919eec79494149 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:23:51.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T21:23:51.400Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T21:23:51.400Z] . [Pipeline] withDockerContainer [2021-01-07T21:23:51.517Z] prd-centos7-docker-4c-2g-18910 does not seem to be running inside a container [2021-01-07T21:23:51.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/20 -v /w/workspace/go-mod-secrets/20:/w/workspace/go-mod-secrets/20:rw,z -v /w/workspace/go-mod-secrets/20@tmp:/w/workspace/go-mod-secrets/20@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 ******** ci-base-image-x86_64 cat [2021-01-07T21:23:52.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T21:23:52.161Z] $ docker top a472a4e3e18e596c308b18f7f573ecd993f83890dc126c7f837d32cce6736201 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:23:52.632Z] + make test [2021-01-07T21:23:52.632Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-07T21:23:53.017Z] OK: 142 MiB in 39 packages [2021-01-07T21:23:53.998Z] Removing intermediate container b6e37180d9ea [2021-01-07T21:23:53.998Z] ---> 0c3c351bb577 [2021-01-07T21:23:53.998Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-07T21:23:54.273Z] ---> Running in 23bc6498b039 [2021-01-07T21:23:54.547Z] Removing intermediate container 23bc6498b039 [2021-01-07T21:23:54.547Z] ---> 3ec5ee781b19 [2021-01-07T21:23:54.547Z] Step 6/7 : COPY go.mod . [2021-01-07T21:23:55.527Z] ---> c2141ee2a880 [2021-01-07T21:23:55.527Z] Step 7/7 : RUN go mod download [2021-01-07T21:23:55.527Z] ---> Running in e41dbde02015 [2021-01-07T21:23:59.355Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-07T21:23:59.355Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-07T21:24:09.423Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.019s coverage: 96.7% of statements [2021-01-07T21:24:09.424Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.007s coverage: 44.1% of statements [2021-01-07T21:24:09.424Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.017s coverage: 89.5% of statements [2021-01-07T21:24:09.424Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-07T21:24:09.424Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.005s coverage: 100.0% of statements [2021-01-07T21:24:09.424Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-07T21:24:09.424Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.009s coverage: 87.5% of statements [2021-01-07T21:24:10.673Z] Removing intermediate container e41dbde02015 [2021-01-07T21:24:10.674Z] ---> 9b178c893539 [2021-01-07T21:24:10.674Z] Successfully built 9b178c893539 [2021-01-07T21:24:10.674Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:24:11.021Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T21:24:11.021Z] . [Pipeline] withDockerContainer [2021-01-07T21:24:11.293Z] prd-ubuntu18.04-docker-arm64-4c-16g-18908 does not seem to be running inside a container [2021-01-07T21:24:11.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/20 -v /w/workspace/go-mod-secrets/20:/w/workspace/go-mod-secrets/20:rw,z -v /w/workspace/go-mod-secrets/20@tmp:/w/workspace/go-mod-secrets/20@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 ******** ci-base-image-arm64 cat [2021-01-07T21:24:12.923Z] $ docker top c53ce779bfc32afb4679b518dbcaa77b6f3837d07b4238aca82bd4f79f9dcdcf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:24:13.965Z] + go version [2021-01-07T21:24:13.965Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T21:24:13.982Z] $ docker stop --time=1 c53ce779bfc32afb4679b518dbcaa77b6f3837d07b4238aca82bd4f79f9dcdcf [2021-01-07T21:24:15.898Z] $ docker rm -f c53ce779bfc32afb4679b518dbcaa77b6f3837d07b4238aca82bd4f79f9dcdcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:24:16.957Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T21:24:16.957Z] . [Pipeline] withDockerContainer [2021-01-07T21:24:17.222Z] prd-ubuntu18.04-docker-arm64-4c-16g-18908 does not seem to be running inside a container [2021-01-07T21:24:17.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/20 -v /w/workspace/go-mod-secrets/20:/w/workspace/go-mod-secrets/20:rw,z -v /w/workspace/go-mod-secrets/20@tmp:/w/workspace/go-mod-secrets/20@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 ******** ci-base-image-arm64 cat [2021-01-07T21:24:17.586Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements [2021-01-07T21:24:17.586Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-07T21:24:17.586Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-07T21:24:17.586Z] gofmt -l . [2021-01-07T21:24:17.586Z] [ "`gofmt -l .`" = "" ] [2021-01-07T21:24:18.781Z] $ docker top 73fbe07ebeadece0602e97e7aa0719477728fea784ee0f974c4fcc586470b386 -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-07T21:24:19.149Z] $ docker stop --time=1 a472a4e3e18e596c308b18f7f573ecd993f83890dc126c7f837d32cce6736201 [2021-01-07T21:24:21.273Z] $ docker rm -f a472a4e3e18e596c308b18f7f573ecd993f83890dc126c7f837d32cce6736201 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-07T21:24:21.809Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-07T21:24:22.099Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-07T21:24:22.193Z] + make test [2021-01-07T21:24:22.194Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [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-01-07T21:24:44.424Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2021-01-07T21:24:44.424Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2021-01-07T21:24:52.713Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.020s coverage: 96.7% of statements [2021-01-07T21:24:52.713Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.045s coverage: 44.1% of statements [2021-01-07T21:24:52.713Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.046s coverage: 89.5% of statements [2021-01-07T21:24:52.713Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] [2021-01-07T21:24:52.713Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements [2021-01-07T21:24:52.713Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] [2021-01-07T21:24:52.713Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.018s coverage: 87.5% of statements [2021-01-07T21:25:02.873Z] ok github.com/edgexfoundry/go-mod-secrets/secrets 15.025s coverage: 93.3% of statements [2021-01-07T21:25:02.873Z] ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] [2021-01-07T21:25:02.873Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-07T21:25:06.272Z] gofmt -l . [2021-01-07T21:25:06.272Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-07T21:25:06.288Z] $ docker stop --time=1 73fbe07ebeadece0602e97e7aa0719477728fea784ee0f974c4fcc586470b386 [2021-01-07T21:25:08.340Z] $ docker rm -f 73fbe07ebeadece0602e97e7aa0719477728fea784ee0f974c4fcc586470b386 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T21:25:09.148Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-07T21:25:09.167Z] Warning: overwriting stash ‘coverage-report’ [2021-01-07T21:25:09.894Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-07T21:25:11.481Z] provisioning config files... [2021-01-07T21:25:11.494Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6564214539932825160tmp [Pipeline] { [Pipeline] sh [2021-01-07T21:25:11.886Z] + set +x [2021-01-07T21:25:11.886Z] + curl -s https://codecov.io/bash [2021-01-07T21:25:11.886Z] + bash -s -- [2021-01-07T21:25:12.149Z] [2021-01-07T21:25:12.149Z] _____ _ [2021-01-07T21:25:12.149Z] / ____| | | [2021-01-07T21:25:12.149Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T21:25:12.149Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T21:25:12.149Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T21:25:12.149Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T21:25:12.149Z] Bash-20201231-23d4836 [2021-01-07T21:25:12.149Z] [2021-01-07T21:25:12.149Z] [2021-01-07T21:25:12.149Z] ==> git version 2.24.3 found [2021-01-07T21:25:12.149Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-07T21:25:12.149Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T21:25:12.149Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T21:25:12.149Z] ==> Jenkins CI detected. [2021-01-07T21:25:12.149Z] project root: . [2021-01-07T21:25:12.149Z] --> token set from env [2021-01-07T21:25:12.149Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T21:25:12.149Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T21:25:12.149Z] ==> Python coveragepy not found [2021-01-07T21:25:12.149Z] ==> Searching for coverage reports in: [2021-01-07T21:25:12.149Z] + . [2021-01-07T21:25:12.149Z] -> Found 1 reports [2021-01-07T21:25:12.149Z] ==> Detecting git/mercurial file structure [2021-01-07T21:25:12.149Z] ==> Reading reports [2021-01-07T21:25:12.149Z] + ./coverage.out bytes=16629 [2021-01-07T21:25:12.149Z] ==> Appending adjustments [2021-01-07T21:25:12.149Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T21:25:12.419Z] + Found adjustments [2021-01-07T21:25:12.419Z] ==> Gzipping contents [2021-01-07T21:25:12.419Z] 4.0K /tmp/codecov.42jQLN.gz [2021-01-07T21:25:12.419Z] ==> Uploading reports [2021-01-07T21:25:12.419Z] url: https://codecov.io [2021-01-07T21:25:12.419Z] query: branch=master&commit=27cb942c6f3ef89d32f958651ca6c8b656d8b14d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T21:25:12.419Z] -> Pinging Codecov [2021-01-07T21:25:12.419Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=27cb942c6f3ef89d32f958651ca6c8b656d8b14d&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T21:25:12.995Z] -> Uploading to [2021-01-07T21:25:12.996Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/D63849C06B6B67093493C71CE874ED06/27cb942c6f3ef89d32f958651ca6c8b656d8b14d/6b72ae02-b21e-423a-b047-ad6ee575e5cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T212512Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=86ac3505a731197895fb672ecbda0c3461ea530355a412371439c097c858525c [2021-01-07T21:25:12.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T21:25:12.996Z] Dload Upload Total Spent Left Speed [2021-01-07T21:25:13.258Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 8517 --:--:-- --:--:-- --:--:-- 8536 [2021-01-07T21:25:13.258Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] } [2021-01-07T21:25:13.271Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-07T21:25:14.233Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-07T21:25:14.299Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:25:14.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T21:25:14.677Z] [2021-01-07T21:25:14.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:25:15.026Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T21:25:15.026Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-07T21:25:15.026Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T21:25:15.026Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T21:25:15.026Z] de9db76c5a1d: Pulling fs layer [2021-01-07T21:25:15.026Z] 0eba1c9be4d2: Pulling fs layer [2021-01-07T21:25:15.026Z] 0d57e429df01: Pulling fs layer [2021-01-07T21:25:15.026Z] 4e4be7b47b0d: Pulling fs layer [2021-01-07T21:25:15.026Z] e1f770b5df2f: Pulling fs layer [2021-01-07T21:25:15.026Z] 0eba1c9be4d2: Waiting [2021-01-07T21:25:15.026Z] 85a0685a4137: Pulling fs layer [2021-01-07T21:25:15.026Z] 0d57e429df01: Waiting [2021-01-07T21:25:15.026Z] 4e4be7b47b0d: Waiting [2021-01-07T21:25:15.026Z] e1f770b5df2f: Waiting [2021-01-07T21:25:15.026Z] 85a0685a4137: Waiting [2021-01-07T21:25:15.026Z] de9db76c5a1d: Verifying Checksum [2021-01-07T21:25:15.026Z] de9db76c5a1d: Download complete [2021-01-07T21:25:15.026Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T21:25:15.026Z] 0ef7d3d256c8: Download complete [2021-01-07T21:25:15.026Z] 0d57e429df01: Verifying Checksum [2021-01-07T21:25:15.026Z] 0d57e429df01: Download complete [2021-01-07T21:25:15.026Z] 4e4be7b47b0d: Verifying Checksum [2021-01-07T21:25:15.026Z] 4e4be7b47b0d: Download complete [2021-01-07T21:25:15.026Z] 188c0c94c7c5: Download complete [2021-01-07T21:25:15.292Z] 188c0c94c7c5: Pull complete [2021-01-07T21:25:15.565Z] 0ef7d3d256c8: Pull complete [2021-01-07T21:25:15.827Z] de9db76c5a1d: Pull complete [2021-01-07T21:25:15.827Z] e1f770b5df2f: Verifying Checksum [2021-01-07T21:25:15.827Z] e1f770b5df2f: Download complete [2021-01-07T21:25:18.421Z] 0eba1c9be4d2: Verifying Checksum [2021-01-07T21:25:18.421Z] 0eba1c9be4d2: Download complete [2021-01-07T21:25:18.684Z] 85a0685a4137: Verifying Checksum [2021-01-07T21:25:18.684Z] 85a0685a4137: Download complete [2021-01-07T21:25:24.004Z] 0eba1c9be4d2: Pull complete [2021-01-07T21:25:24.004Z] 0d57e429df01: Pull complete [2021-01-07T21:25:24.004Z] 4e4be7b47b0d: Pull complete [2021-01-07T21:25:26.564Z] e1f770b5df2f: Pull complete [2021-01-07T21:25:34.754Z] 85a0685a4137: Pull complete [2021-01-07T21:25:34.754Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-07T21:25:34.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T21:25:34.754Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-07T21:25:34.977Z] prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container [2021-01-07T21:25:35.028Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-07T21:25:35.970Z] $ docker top 7c860877327d24e896fc277809a6a7b10a1d1c6cf0bfb8b346fdd26db822cc5f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T21:25:36.210Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-07T21:25:36.506Z] + set -o pipefail [2021-01-07T21:25:36.506Z] + snyk monitor '--org=edgex-jenkins' [2021-01-07T21:25:41.828Z] [2021-01-07T21:25:41.828Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2021-01-07T21:25:41.828Z] [2021-01-07T21:25:41.828Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/1c46b8ad-842b-43a3-ac51-aa957f664d72 [2021-01-07T21:25:41.828Z] [2021-01-07T21:25:41.828Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-07T21:25:41.828Z] [2021-01-07T21:25:41.828Z] [Pipeline] } [2021-01-07T21:25:41.843Z] $ docker stop --time=1 7c860877327d24e896fc277809a6a7b10a1d1c6cf0bfb8b346fdd26db822cc5f [2021-01-07T21:25:43.928Z] $ docker rm -f 7c860877327d24e896fc277809a6a7b10a1d1c6cf0bfb8b346fdd26db822cc5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-07T21:25:45.462Z] + git log --format=format:%s -1 27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:25:45.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:25:45.775Z] . [Pipeline] withDockerContainer [2021-01-07T21:25:45.893Z] prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container [2021-01-07T21:25:45.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T21:25:46.866Z] $ docker top 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T21:25:47.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:25:47.146Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:25:47.390Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:25:47.393Z] $ docker exec 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b ssh-agent [2021-01-07T21:25:47.555Z] SSH_AUTH_SOCK=/tmp/ssh-JaJfA4pSNmUf/agent.12 [2021-01-07T21:25:47.555Z] SSH_AGENT_PID=17 [2021-01-07T21:25:47.563Z] Running ssh-add (command line suppressed) [2021-01-07T21:25:47.690Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2422657338010067834.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2422657338010067834.key) [2021-01-07T21:25:47.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:25:48.150Z] + git semver tag [2021-01-07T21:25:48.150Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T21:25:48.150Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-07T21:25:48.150Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-07T21:25:48.150Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T21:25:48.150Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T21:25:48.150Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T21:25:48.150Z] # $SEMVER_BRANCH = master [2021-01-07T21:25:48.150Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-07T21:25:48.150Z] # 27cb942c6f3ef89d32f958651ca6c8b656d8b14d HEAD [2021-01-07T21:25:48.150Z] # -> Force: false [2021-01-07T21:25:48.150Z] # fbe338b7bbf06478bb3e8675609fb7bfb70155f4 refs/tags/v0.0.30 [Pipeline] } [2021-01-07T21:25:48.162Z] $ docker exec --env ******** --env ******** 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b ssh-agent -k [2021-01-07T21:25:48.278Z] unset SSH_AUTH_SOCK; [2021-01-07T21:25:48.279Z] unset SSH_AGENT_PID; [2021-01-07T21:25:48.279Z] echo Agent pid 17 killed; [2021-01-07T21:25:48.326Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T21:25:48.786Z] + git semver [Pipeline] } [2021-01-07T21:25:48.803Z] $ docker stop --time=1 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b [2021-01-07T21:25:50.133Z] $ docker rm -f 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:25:50.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T21:25:50.853Z] [2021-01-07T21:25:50.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:25:51.224Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T21:25:51.224Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-07T21:25:51.224Z] ab5ef0e58194: Pulling fs layer [2021-01-07T21:25:51.224Z] 9712f1f96733: Pulling fs layer [2021-01-07T21:25:51.224Z] 63f879dbbcfc: Pulling fs layer [2021-01-07T21:25:51.224Z] 0d9ebad4ef96: Pulling fs layer [2021-01-07T21:25:51.224Z] e9a5061849ea: Pulling fs layer [2021-01-07T21:25:51.224Z] d747dcd14b5f: Pulling fs layer [2021-01-07T21:25:51.224Z] 2de7ff778b66: Pulling fs layer [2021-01-07T21:25:51.224Z] e9a5061849ea: Waiting [2021-01-07T21:25:51.224Z] d747dcd14b5f: Waiting [2021-01-07T21:25:51.224Z] 2de7ff778b66: Waiting [2021-01-07T21:25:51.224Z] 9712f1f96733: Verifying Checksum [2021-01-07T21:25:51.224Z] 9712f1f96733: Download complete [2021-01-07T21:25:52.616Z] 63f879dbbcfc: Verifying Checksum [2021-01-07T21:25:52.616Z] 63f879dbbcfc: Download complete [2021-01-07T21:25:52.616Z] e9a5061849ea: Verifying Checksum [2021-01-07T21:25:52.616Z] e9a5061849ea: Download complete [2021-01-07T21:25:52.616Z] d747dcd14b5f: Verifying Checksum [2021-01-07T21:25:52.616Z] d747dcd14b5f: Download complete [2021-01-07T21:25:52.882Z] 2de7ff778b66: Verifying Checksum [2021-01-07T21:25:52.882Z] 2de7ff778b66: Download complete [2021-01-07T21:25:53.145Z] 0d9ebad4ef96: Verifying Checksum [2021-01-07T21:25:53.145Z] 0d9ebad4ef96: Download complete [2021-01-07T21:25:53.408Z] ab5ef0e58194: Verifying Checksum [2021-01-07T21:25:53.408Z] ab5ef0e58194: Download complete [2021-01-07T21:25:57.655Z] ab5ef0e58194: Pull complete [2021-01-07T21:25:57.655Z] 9712f1f96733: Pull complete [2021-01-07T21:26:00.215Z] 63f879dbbcfc: Pull complete [2021-01-07T21:26:06.856Z] 0d9ebad4ef96: Pull complete [2021-01-07T21:26:07.119Z] e9a5061849ea: Pull complete [2021-01-07T21:26:07.119Z] d747dcd14b5f: Pull complete [2021-01-07T21:26:11.345Z] 2de7ff778b66: Pull complete [2021-01-07T21:26:11.345Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-07T21:26:11.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-07T21:26:11.345Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-07T21:26:11.556Z] prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container [2021-01-07T21:26:11.601Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-07T21:26:15.106Z] $ docker top 1329fafe5f4a4a4a644fdc9c218d9752a262068fa5b55b2385deb867c3c7d4be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-07T21:26:15.439Z] provisioning config files... [2021-01-07T21:26:15.457Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6860752444503916872tmp [2021-01-07T21:26:15.475Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8118956102756207226tmp [2021-01-07T21:26:15.491Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4206113290463023782tmp [Pipeline] { [Pipeline] echo [2021-01-07T21:26:15.544Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:26:15.853Z] ---> sigul-configuration.sh [2021-01-07T21:26:15.853Z] gpg: directory `/root/.gnupg' created [2021-01-07T21:26:15.853Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-07T21:26:15.853Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-07T21:26:15.853Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-07T21:26:15.853Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-07T21:26:15.853Z] gpg: CAST5 encrypted data [2021-01-07T21:26:16.115Z] gpg: encrypted with 1 passphrase [2021-01-07T21:26:16.115Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-07T21:26:16.474Z] + mkdir /home/jenkins [2021-01-07T21:26:16.475Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-07T21:26:16.839Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-07T21:26:16.869Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:26:17.218Z] ---> sigul-install.sh [2021-01-07T21:26:22.517Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-07T21:26:22.815Z] + git tag --list [2021-01-07T21:26:22.815Z] v0.0.0 [2021-01-07T21:26:22.815Z] v0.0.1 [2021-01-07T21:26:22.815Z] v0.0.10 [2021-01-07T21:26:22.815Z] v0.0.11 [2021-01-07T21:26:22.815Z] v0.0.12 [2021-01-07T21:26:22.815Z] v0.0.13 [2021-01-07T21:26:22.815Z] v0.0.14 [2021-01-07T21:26:22.815Z] v0.0.15 [2021-01-07T21:26:22.815Z] v0.0.16 [2021-01-07T21:26:22.815Z] v0.0.17 [2021-01-07T21:26:22.815Z] v0.0.18 [2021-01-07T21:26:22.815Z] v0.0.19 [2021-01-07T21:26:22.815Z] v0.0.2 [2021-01-07T21:26:22.815Z] v0.0.20 [2021-01-07T21:26:22.815Z] v0.0.21 [2021-01-07T21:26:22.815Z] v0.0.22 [2021-01-07T21:26:22.815Z] v0.0.23 [2021-01-07T21:26:22.815Z] v0.0.24 [2021-01-07T21:26:22.815Z] v0.0.25 [2021-01-07T21:26:22.815Z] v0.0.26 [2021-01-07T21:26:22.815Z] v0.0.27 [2021-01-07T21:26:22.815Z] v0.0.28 [2021-01-07T21:26:22.815Z] v0.0.29 [2021-01-07T21:26:22.815Z] v0.0.3 [2021-01-07T21:26:22.815Z] v0.0.30 [2021-01-07T21:26:22.815Z] v0.0.4 [2021-01-07T21:26:22.815Z] v0.0.5 [2021-01-07T21:26:22.815Z] v0.0.6 [2021-01-07T21:26:22.815Z] v0.0.7 [2021-01-07T21:26:22.815Z] v0.0.8 [2021-01-07T21:26:22.815Z] v0.0.9 [Pipeline] sh [2021-01-07T21:26:23.121Z] + lftools sign git-tag v0.0.30 [2021-01-07T21:26:24.510Z] Signing Git tag with Sigul... [2021-01-07T21:26:24.510Z] Signing v0.0.30 [Pipeline] echo [2021-01-07T21:26:25.469Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:26:25.767Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-07T21:26:25.777Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-07T21:26:25.881Z] $ docker stop --time=1 1329fafe5f4a4a4a644fdc9c218d9752a262068fa5b55b2385deb867c3c7d4be [2021-01-07T21:26:27.912Z] $ docker rm -f 1329fafe5f4a4a4a644fdc9c218d9752a262068fa5b55b2385deb867c3c7d4be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:26:28.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:26:28.899Z] . [Pipeline] withDockerContainer [2021-01-07T21:26:29.006Z] prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container [2021-01-07T21:26:29.055Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T21:26:29.746Z] $ docker top 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T21:26:30.043Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:26:30.044Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:26:30.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:26:30.246Z] $ docker exec 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 ssh-agent [2021-01-07T21:26:30.432Z] SSH_AUTH_SOCK=/tmp/ssh-fSNZv22fVW27/agent.11 [2021-01-07T21:26:30.432Z] SSH_AGENT_PID=16 [2021-01-07T21:26:30.440Z] Running ssh-add (command line suppressed) [2021-01-07T21:26:30.565Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5962245838657616971.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5962245838657616971.key) [2021-01-07T21:26:30.622Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:26:30.959Z] + git semver bump patch [2021-01-07T21:26:30.959Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T21:26:30.959Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-07T21:26:30.959Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-07T21:26:30.959Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T21:26:30.959Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T21:26:30.959Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T21:26:30.959Z] # $SEMVER_BRANCH = master [2021-01-07T21:26:30.959Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-01-07T21:26:30.959Z] 0.0.31 [Pipeline] } [2021-01-07T21:26:30.972Z] $ docker exec --env ******** --env ******** 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 ssh-agent -k [2021-01-07T21:26:31.104Z] unset SSH_AUTH_SOCK; [2021-01-07T21:26:31.104Z] unset SSH_AGENT_PID; [2021-01-07T21:26:31.104Z] echo Agent pid 16 killed; [2021-01-07T21:26:31.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T21:26:31.660Z] + git semver [Pipeline] } [2021-01-07T21:26:31.678Z] $ docker stop --time=1 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 [2021-01-07T21:26:33.062Z] $ docker rm -f 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:26:33.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T21:26:33.628Z] . [Pipeline] withDockerContainer [2021-01-07T21:26:33.731Z] prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container [2021-01-07T21:26:33.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T21:26:34.532Z] $ docker top 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T21:26:34.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T21:26:34.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T21:26:35.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T21:26:35.083Z] $ docker exec 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 ssh-agent [2021-01-07T21:26:35.263Z] SSH_AUTH_SOCK=/tmp/ssh-mKqdNx6DxFg8/agent.12 [2021-01-07T21:26:35.263Z] SSH_AGENT_PID=17 [2021-01-07T21:26:35.270Z] Running ssh-add (command line suppressed) [2021-01-07T21:26:35.398Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1165407401839311436.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1165407401839311436.key) [2021-01-07T21:26:35.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T21:26:35.791Z] + git semver push [2021-01-07T21:26:35.791Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T21:26:35.791Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-01-07T21:26:35.791Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-01-07T21:26:35.791Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T21:26:35.791Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T21:26:35.791Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T21:26:35.791Z] # $SEMVER_BRANCH = master [2021-01-07T21:26:35.791Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-01-07T21:26:42.427Z] $ docker exec --env ******** --env ******** 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 ssh-agent -k [2021-01-07T21:26:42.589Z] unset SSH_AUTH_SOCK; [2021-01-07T21:26:42.589Z] unset SSH_AGENT_PID; [2021-01-07T21:26:42.589Z] echo Agent pid 17 killed; [2021-01-07T21:26:42.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T21:26:43.148Z] + git semver [Pipeline] } [2021-01-07T21:26:43.165Z] $ docker stop --time=1 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 [2021-01-07T21:26:44.560Z] $ docker rm -f 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:26:46.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:26:46.574Z] ---> package-listing.sh [2021-01-07T21:26:46.574Z] ++ facter osfamily [2021-01-07T21:26:46.574Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T21:26:46.574Z] + OS_FAMILY=redhat [2021-01-07T21:26:46.574Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-01-07T21:26:46.574Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T21:26:46.574Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T21:26:46.574Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T21:26:46.574Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T21:26:46.574Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-07T21:26:46.574Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T21:26:46.574Z] + case "${OS_FAMILY}" in [2021-01-07T21:26:46.574Z] + rpm -qa [2021-01-07T21:26:46.574Z] + sort [2021-01-07T21:26:51.902Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T21:26:51.903Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T21:26:51.903Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T21:26:51.903Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-01-07T21:26:51.903Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-01-07T21:26:51.903Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2021-01-07T21:26:51.917Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T21:26:52.211Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:26:52.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:26:52.519Z] [2021-01-07T21:26:52.519Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T21:26:52.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:26:52.878Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T21:26:52.878Z] df20fa9351a1: Pulling fs layer [2021-01-07T21:26:52.878Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T21:26:52.878Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T21:26:52.878Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T21:26:52.878Z] 93b61091891f: Pulling fs layer [2021-01-07T21:26:52.878Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T21:26:52.878Z] 5e14af77c1be: Pulling fs layer [2021-01-07T21:26:52.878Z] 01666e4c0597: Pulling fs layer [2021-01-07T21:26:52.878Z] aa168da1d23b: Pulling fs layer [2021-01-07T21:26:52.878Z] 93b9cdb0e59b: Waiting [2021-01-07T21:26:52.878Z] 5e14af77c1be: Waiting [2021-01-07T21:26:52.878Z] 01666e4c0597: Waiting [2021-01-07T21:26:52.878Z] 46f8f816bc3b: Waiting [2021-01-07T21:26:52.878Z] aa168da1d23b: Waiting [2021-01-07T21:26:52.878Z] 36b3adc4ff6f: Verifying Checksum [2021-01-07T21:26:52.878Z] 36b3adc4ff6f: Download complete [2021-01-07T21:26:52.878Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T21:26:52.878Z] 46f8f816bc3b: Download complete [2021-01-07T21:26:53.141Z] df20fa9351a1: Verifying Checksum [2021-01-07T21:26:53.141Z] df20fa9351a1: Download complete [2021-01-07T21:26:53.141Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T21:26:53.141Z] 93b9cdb0e59b: Download complete [2021-01-07T21:26:53.141Z] 93b61091891f: Verifying Checksum [2021-01-07T21:26:53.141Z] 93b61091891f: Download complete [2021-01-07T21:26:53.141Z] 5e14af77c1be: Verifying Checksum [2021-01-07T21:26:53.141Z] 5e14af77c1be: Download complete [2021-01-07T21:26:53.141Z] 01666e4c0597: Verifying Checksum [2021-01-07T21:26:53.141Z] 01666e4c0597: Download complete [2021-01-07T21:26:53.403Z] df20fa9351a1: Pull complete [2021-01-07T21:26:53.666Z] 36b3adc4ff6f: Pull complete [2021-01-07T21:26:53.666Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T21:26:53.666Z] 8ad3a11d3b57: Download complete [2021-01-07T21:26:54.619Z] 8ad3a11d3b57: Pull complete [2021-01-07T21:26:54.884Z] 46f8f816bc3b: Pull complete [2021-01-07T21:26:55.457Z] aa168da1d23b: Verifying Checksum [2021-01-07T21:26:55.457Z] aa168da1d23b: Download complete [2021-01-07T21:26:56.031Z] 93b61091891f: Pull complete [2021-01-07T21:26:56.031Z] 93b9cdb0e59b: Pull complete [2021-01-07T21:26:56.295Z] 5e14af77c1be: Pull complete [2021-01-07T21:26:56.295Z] 01666e4c0597: Pull complete [2021-01-07T21:27:04.572Z] aa168da1d23b: Pull complete [2021-01-07T21:27:04.572Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T21:27:04.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T21:27:04.572Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T21:27:04.772Z] prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container [2021-01-07T21:27:04.852Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-07T21:27:07.522Z] $ docker top dc9e217b9ff698c563e340cddc0b62272609474fb93d5fe247265c37d683e111 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T21:27:08.093Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T21:27:08.391Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T21:27:08.691Z] + ls /var/log/sa-host [2021-01-07T21:27:08.691Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T21:27:08.691Z] file_magic: OK [2021-01-07T21:27:08.691Z] HZ: Using current value: 100 [2021-01-07T21:27:08.691Z] file_header: OK [2021-01-07T21:27:08.691Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T21:27:08.691Z] Statistics: [2021-01-07T21:27:08.691Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-07T21:27:08.691Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T21:27:08.691Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T21:27:08.691Z] file_magic: OK [2021-01-07T21:27:08.691Z] HZ: Using current value: 100 [2021-01-07T21:27:08.691Z] file_header: OK [2021-01-07T21:27:08.691Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T21:27:08.691Z] Statistics: [2021-01-07T21:27:08.691Z] Hnuu...uuuununununu... [2021-01-07T21:27:08.691Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T21:27:08.889Z] provisioning config files... [2021-01-07T21:27:08.904Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1413653393426377087tmp [Pipeline] { [Pipeline] echo [2021-01-07T21:27:08.983Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:27:09.279Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T21:27:09.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T21:27:09.388Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:27:09.684Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T21:27:09.697Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:27:09.989Z] ---> sudo-logs.sh [2021-01-07T21:27:09.989Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T21:27:09.999Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:27:10.293Z] ---> job-cost.sh [2021-01-07T21:27:10.293Z] lf-activate-venv: SKIPPING [2021-01-07T21:27:10.293Z] INFO: No Stack... [2021-01-07T21:27:10.868Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T21:27:11.444Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T21:27:11.459Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T21:27:11.755Z] ---> logs-deploy.sh [2021-01-07T21:27:11.755Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/20 [2021-01-07T21:27:11.755Z] INFO: archiving workspace using pattern(s): [2021-01-07T21:27:13.708Z] Archives upload complete. [2021-01-07T21:27:13.708Z] INFO: archiving logs to Nexus