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 21:20:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:20:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:20:55 ========================================================= 21:20:55 EdgeX Global Pipelines Version Info 21:20:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:20:56 ------------------- 21:20:56 stable info: 21:20:56 ------------------- 21:20:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:20:56 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:20:56 Message: update stable to v1.0.173 21:20:57 ------------------- 21:20:57 experimental info: 21:20:57 ------------------- 21:20:57 Commited By: **** collab-it+edgex@linuxfoundation.org 21:20:57 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:20:57 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:20:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 21:20:57 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:20:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 21:20:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:21:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27cb942 [Pipeline] echo 21:21:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:02 + git log --format=format:%s -1 27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] echo 21:21:02 GIT_COMMIT: 27cb942c6f3ef89d32f958651ca6c8b656d8b14d, Commit Message: Merge pull request #77 from lenny-intel/mock-logger [Pipeline] echo 21:21:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:21:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:03 21:21:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:21:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:03 latest: Pulling from edgex-devops/git-semver 21:21:03 31603596830f: Pulling fs layer 21:21:03 2a8b12db71e7: Pulling fs layer 21:21:03 6ca5941a6612: Pulling fs layer 21:21:03 ecc8261a40a4: Pulling fs layer 21:21:03 ecc8261a40a4: Waiting 21:21:03 2a8b12db71e7: Verifying Checksum 21:21:03 2a8b12db71e7: Download complete 21:21:04 31603596830f: Verifying Checksum 21:21:04 31603596830f: Download complete 21:21:04 ecc8261a40a4: Verifying Checksum 21:21:04 ecc8261a40a4: Download complete 21:21:04 6ca5941a6612: Verifying Checksum 21:21:04 6ca5941a6612: Download complete 21:21:04 31603596830f: Pull complete 21:21:04 2a8b12db71e7: Pull complete 21:21:05 6ca5941a6612: Pull complete 21:21:05 ecc8261a40a4: Pull complete 21:21:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:21:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:21:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:21:05 prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container 21:21:05 $ 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 21:21:07 $ docker top 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:21:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:07 [ssh-agent] Looking for ssh-agent implementation... 21:21:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:08 $ docker exec 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent 21:21:08 SSH_AUTH_SOCK=/tmp/ssh-T8weaTvNvrku/agent.12 21:21:08 SSH_AGENT_PID=17 21:21:08 Running ssh-add (command line suppressed) 21:21:08 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) 21:21:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:08 + git tag --points-at HEAD [Pipeline] } 21:21:08 $ docker exec --env ******** --env ******** 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent -k 21:21:09 unset SSH_AUTH_SOCK; 21:21:09 unset SSH_AGENT_PID; 21:21:09 echo Agent pid 17 killed; 21:21:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:21:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:21:09 [ssh-agent] Looking for ssh-agent implementation... 21:21:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:21:09 $ docker exec 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent 21:21:09 SSH_AUTH_SOCK=/tmp/ssh-SZW1drx9DB3E/agent.46 21:21:09 SSH_AGENT_PID=51 21:21:09 Running ssh-add (command line suppressed) 21:21:09 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) 21:21:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:21:10 + git semver init 21:21:10 # -> Open(): unable to determine branch for HEAD 21:21:10 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:21:10 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:21:10 # $SEMVER_REMOTE_NAME = origin 21:21:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:21:10 # $SEMVER_USER_NAME = edgex-jenkins 21:21:10 # $SEMVER_BRANCH = master 21:21:10 # $SEMVER_TEMP = /tmp/semver-626417206 21:21:10 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 21:21:10 # '/tmp/semver-626417206' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 21:21:10 # -> Force: false 21:21:10 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 21:21:10 $ docker exec --env ******** --env ******** 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 ssh-agent -k 21:21:10 unset SSH_AUTH_SOCK; 21:21:10 unset SSH_AGENT_PID; 21:21:10 echo Agent pid 51 killed; 21:21:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:21:11 + git semver [Pipeline] } 21:21:11 $ docker stop --time=1 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 21:21:12 $ docker rm -f 792330d01b7c9202a662128bf1a9b700229a9e03cbfeea4c2856c0b5db1663e4 [Pipeline] // withDockerContainer [Pipeline] sh 21:21:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:21:13 Stashed 1 file(s) [Pipeline] echo 21:21:13 [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 21:21:28 Still waiting to schedule task 21:21:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:21:28 Still waiting to schedule task 21:21:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:23:05 Running on prd-centos7-docker-4c-2g-18910 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:23:05 Running in /w/workspace/go-mod-secrets/20 [Pipeline] { [Pipeline] checkout 21:23:08 using credential edgex-jenkins-ssh 21:23:08 Cloning the remote Git repository 21:23:07 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:23:08 > git init /w/workspace/go-mod-secrets/20 # timeout=10 21:23:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:23:08 > git --version # timeout=10 21:23:08 > git --version # 'git version 2.24.3' 21:23:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:23:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:23:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:23:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:23:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:23:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:23:09 Checking out Revision 27cb942c6f3ef89d32f958651ca6c8b656d8b14d (master) 21:23:09 > git config core.sparsecheckout # timeout=10 21:23:09 > git checkout -f 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 21:23:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18908 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 21:23:10 Running in /w/workspace/go-mod-secrets/20 [Pipeline] { [Pipeline] checkout 21:23:13 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 21:23:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:23:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:23:15 + sudo service docker restart 21:23:15 + true 21:23:15 Redirecting to /bin/systemctl restart docker.service 21:23:15 using credential edgex-jenkins-ssh 21:23:15 Cloning the remote Git repository [Pipeline] unstash [Pipeline] echo 21:23:16 ========================================================= 21:23:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:23:16 ========================================================= 21:23:15 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 21:23:16 > git init /w/workspace/go-mod-secrets/20 # timeout=10 21:23:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:23:16 > git --version # timeout=10 21:23:16 > git --version # 'git version 2.17.1' 21:23:16 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] isUnix [Pipeline] sh 21:23:17 + 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 . 21:23:17 Sending build context to Docker daemon 435.7kB 21:23:17 Step 1/7 : ARG BASE=golang:1.15-alpine 21:23:17 Step 2/7 : FROM ${BASE} 21:23:17 Checking out Revision 27cb942c6f3ef89d32f958651ca6c8b656d8b14d (master) 21:23:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:23:17 188c0c94c7c5: Pulling fs layer 21:23:17 0ef7d3d256c8: Pulling fs layer 21:23:17 de9db76c5a1d: Pulling fs layer 21:23:17 bca2f99d35d6: Pulling fs layer 21:23:17 93359f2a8cfa: Pulling fs layer 21:23:17 7c6f9722023f: Pulling fs layer 21:23:17 a35cf1a2eb13: Pulling fs layer 21:23:17 93359f2a8cfa: Waiting 21:23:17 7c6f9722023f: Waiting 21:23:17 a35cf1a2eb13: Waiting 21:23:17 bca2f99d35d6: Waiting 21:23:17 de9db76c5a1d: Verifying Checksum 21:23:17 de9db76c5a1d: Download complete 21:23:17 0ef7d3d256c8: Download complete 21:23:17 93359f2a8cfa: Verifying Checksum 21:23:17 93359f2a8cfa: Download complete 21:23:17 7c6f9722023f: Verifying Checksum 21:23:17 7c6f9722023f: Download complete 21:23:17 188c0c94c7c5: Verifying Checksum 21:23:17 188c0c94c7c5: Download complete 21:23:17 188c0c94c7c5: Pull complete 21:23:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:23:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:23:17 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 21:23:17 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 21:23:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:23:17 > git config core.sparsecheckout # timeout=10 21:23:17 > git checkout -f 27cb942c6f3ef89d32f958651ca6c8b656d8b14d # timeout=10 21:23:18 0ef7d3d256c8: Pull complete 21:23:18 de9db76c5a1d: Pull complete 21:23:19 a35cf1a2eb13: Verifying Checksum 21:23:19 a35cf1a2eb13: Download complete 21:23:20 bca2f99d35d6: Verifying Checksum 21:23:20 bca2f99d35d6: Download complete 21:23:22 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 21:23:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:23:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:23:24 + true 21:23:24 + sudo service docker restart 21:23:25 bca2f99d35d6: Pull complete 21:23:26 93359f2a8cfa: Pull complete 21:23:26 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo 21:23:27 ========================================================= 21:23:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:23:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:23:27 + 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 . 21:23:28 Sending build context to Docker daemon 434.7kB 21:23:28 Step 1/7 : ARG BASE=golang:1.15-alpine 21:23:28 Step 2/7 : FROM ${BASE} 21:23:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:23:28 5f621e34cdf4: Pulling fs layer 21:23:28 a4357932f1b6: Pulling fs layer 21:23:28 18c013af1878: Pulling fs layer 21:23:28 00ac8860ef70: Pulling fs layer 21:23:28 63d7cb157983: Pulling fs layer 21:23:28 b116817d02f9: Pulling fs layer 21:23:28 745a02a5169b: Pulling fs layer 21:23:28 00ac8860ef70: Waiting 21:23:28 63d7cb157983: Waiting 21:23:28 b116817d02f9: Waiting 21:23:28 745a02a5169b: Waiting 21:23:28 18c013af1878: Verifying Checksum 21:23:28 18c013af1878: Download complete 21:23:28 a4357932f1b6: Download complete 21:23:28 63d7cb157983: Download complete 21:23:28 b116817d02f9: Verifying Checksum 21:23:28 b116817d02f9: Download complete 21:23:28 5f621e34cdf4: Verifying Checksum 21:23:28 5f621e34cdf4: Download complete 21:23:29 5f621e34cdf4: Pull complete 21:23:30 a4357932f1b6: Pull complete 21:23:30 18c013af1878: Pull complete 21:23:31 745a02a5169b: Verifying Checksum 21:23:31 745a02a5169b: Download complete 21:23:31 a35cf1a2eb13: Pull complete 21:23:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:23:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:23:31 ---> a62c8e92a672 21:23:31 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:23:31 ---> Running in 0810a906abdb 21:23:31 Removing intermediate container 0810a906abdb 21:23:31 ---> c3f13e30bf0f 21:23:31 Step 4/7 : RUN apk add --update bash 21:23:31 ---> Running in 37c674a70309 21:23:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:32 00ac8860ef70: Verifying Checksum 21:23:32 00ac8860ef70: Download complete 21:23:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:33 OK: 166 MiB in 39 packages 21:23:34 Removing intermediate container 37c674a70309 21:23:34 ---> e0e9faa15e79 21:23:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:23:34 ---> Running in 827398dec238 21:23:34 Removing intermediate container 827398dec238 21:23:34 ---> fd578a91cec9 21:23:34 Step 6/7 : COPY go.mod . 21:23:34 ---> 43c35d7ac656 21:23:34 Step 7/7 : RUN go mod download 21:23:34 ---> Running in cbd9e1adca55 21:23:42 00ac8860ef70: Pull complete 21:23:42 63d7cb157983: Pull complete 21:23:42 b116817d02f9: Pull complete 21:23:46 745a02a5169b: Pull complete 21:23:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:23:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:23:46 ---> b7e6874047d6 21:23:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:23:47 Removing intermediate container cbd9e1adca55 21:23:47 ---> 7fb964d943bf 21:23:47 Successfully built 7fb964d943bf 21:23:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:23:47 + docker inspect -f . ci-base-image-x86_64 21:23:47 . [Pipeline] withDockerContainer 21:23:47 prd-centos7-docker-4c-2g-18910 does not seem to be running inside a container 21:23:47 $ 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 21:23:48 $ docker top cc7540c991e532226c53eaf2a5a682b70c03291f106abd74a2919eec79494149 -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:49 + go version 21:23:49 go version go1.15.5 linux/amd64 [Pipeline] } 21:23:49 $ docker stop --time=1 cc7540c991e532226c53eaf2a5a682b70c03291f106abd74a2919eec79494149 21:23:49 ---> Running in bc3c951b90bf 21:23:49 Removing intermediate container bc3c951b90bf 21:23:49 ---> 596fb41a1c6f 21:23:49 Step 4/7 : RUN apk add --update bash 21:23:49 ---> Running in b6e37180d9ea 21:23:50 $ docker rm -f cc7540c991e532226c53eaf2a5a682b70c03291f106abd74a2919eec79494149 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:51 + docker inspect -f . ci-base-image-x86_64 21:23:51 . [Pipeline] withDockerContainer 21:23:51 prd-centos7-docker-4c-2g-18910 does not seem to be running inside a container 21:23:51 $ 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 21:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:52 $ docker top a472a4e3e18e596c308b18f7f573ecd993f83890dc126c7f837d32cce6736201 -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:52 + make test 21:23:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 21:23:53 OK: 142 MiB in 39 packages 21:23:53 Removing intermediate container b6e37180d9ea 21:23:53 ---> 0c3c351bb577 21:23:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 21:23:54 ---> Running in 23bc6498b039 21:23:54 Removing intermediate container 23bc6498b039 21:23:54 ---> 3ec5ee781b19 21:23:54 Step 6/7 : COPY go.mod . 21:23:55 ---> c2141ee2a880 21:23:55 Step 7/7 : RUN go mod download 21:23:55 ---> Running in e41dbde02015 21:23:59 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 21:23:59 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 21:24:09 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.019s coverage: 96.7% of statements 21:24:09 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.007s coverage: 44.1% of statements 21:24:09 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.017s coverage: 89.5% of statements 21:24:09 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 21:24:09 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.005s coverage: 100.0% of statements 21:24:09 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 21:24:09 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.009s coverage: 87.5% of statements 21:24:10 Removing intermediate container e41dbde02015 21:24:10 ---> 9b178c893539 21:24:10 Successfully built 9b178c893539 21:24:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:24:11 + docker inspect -f . ci-base-image-arm64 21:24:11 . [Pipeline] withDockerContainer 21:24:11 prd-ubuntu18.04-docker-arm64-4c-16g-18908 does not seem to be running inside a container 21:24:11 $ 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 21:24:12 $ docker top c53ce779bfc32afb4679b518dbcaa77b6f3837d07b4238aca82bd4f79f9dcdcf -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:13 + go version 21:24:13 go version go1.15.5 linux/arm64 [Pipeline] } 21:24:13 $ docker stop --time=1 c53ce779bfc32afb4679b518dbcaa77b6f3837d07b4238aca82bd4f79f9dcdcf 21:24:15 $ docker rm -f c53ce779bfc32afb4679b518dbcaa77b6f3837d07b4238aca82bd4f79f9dcdcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:24:16 + docker inspect -f . ci-base-image-arm64 21:24:16 . [Pipeline] withDockerContainer 21:24:17 prd-ubuntu18.04-docker-arm64-4c-16g-18908 does not seem to be running inside a container 21:24:17 $ 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 21:24:17 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.012s coverage: 93.3% of statements 21:24:17 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 21:24:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:24:17 gofmt -l . 21:24:17 [ "`gofmt -l .`" = "" ] 21:24:18 $ docker top 73fbe07ebeadece0602e97e7aa0719477728fea784ee0f974c4fcc586470b386 -eo pid,comm [Pipeline] { [Pipeline] } 21:24:19 $ docker stop --time=1 a472a4e3e18e596c308b18f7f573ecd993f83890dc126c7f837d32cce6736201 21:24:21 $ docker rm -f a472a4e3e18e596c308b18f7f573ecd993f83890dc126c7f837d32cce6736201 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 21:24:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:24:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 21:24:22 + make test 21:24:22 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] } 21:24:44 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 21:24:44 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 21:24:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.020s coverage: 96.7% of statements 21:24:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.045s coverage: 44.1% of statements 21:24:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.046s coverage: 89.5% of statements 21:24:52 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks [no test files] 21:24:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements 21:24:52 ? github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks [no test files] 21:24:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/types 0.018s coverage: 87.5% of statements 21:25:02 ok github.com/edgexfoundry/go-mod-secrets/secrets 15.025s coverage: 93.3% of statements 21:25:02 ? github.com/edgexfoundry/go-mod-secrets/secrets/mocks [no test files] 21:25:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:25:06 gofmt -l . 21:25:06 [ "`gofmt -l .`" = "" ] [Pipeline] } 21:25:06 $ docker stop --time=1 73fbe07ebeadece0602e97e7aa0719477728fea784ee0f974c4fcc586470b386 21:25:08 $ docker rm -f 73fbe07ebeadece0602e97e7aa0719477728fea784ee0f974c4fcc586470b386 [Pipeline] // withDockerContainer [Pipeline] sh 21:25:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:25:09 Warning: overwriting stash ‘coverage-report’ 21:25:09 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 21:25:11 provisioning config files... 21:25:11 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6564214539932825160tmp [Pipeline] { [Pipeline] sh 21:25:11 + set +x 21:25:11 + curl -s https://codecov.io/bash 21:25:11 + bash -s -- 21:25:12 21:25:12 _____ _ 21:25:12 / ____| | | 21:25:12 | | ___ __| | ___ ___ _____ __ 21:25:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:25:12 | |___| (_) | (_| | __/ (_| (_) \ V / 21:25:12 \_____\___/ \__,_|\___|\___\___/ \_/ 21:25:12 Bash-20201231-23d4836 21:25:12 21:25:12 21:25:12 ==> git version 2.24.3 found 21:25:12 ==> 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 21:25:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:25:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:25:12 ==> Jenkins CI detected. 21:25:12 project root: . 21:25:12 --> token set from env 21:25:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:25:12 ==> Running gcov in . (disable via -X gcov) 21:25:12 ==> Python coveragepy not found 21:25:12 ==> Searching for coverage reports in: 21:25:12 + . 21:25:12 -> Found 1 reports 21:25:12 ==> Detecting git/mercurial file structure 21:25:12 ==> Reading reports 21:25:12 + ./coverage.out bytes=16629 21:25:12 ==> Appending adjustments 21:25:12 https://docs.codecov.io/docs/fixing-reports 21:25:12 + Found adjustments 21:25:12 ==> Gzipping contents 21:25:12 4.0K /tmp/codecov.42jQLN.gz 21:25:12 ==> Uploading reports 21:25:12 url: https://codecov.io 21:25:12 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= 21:25:12 -> Pinging Codecov 21:25:12 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= 21:25:12 -> Uploading to 21:25:12 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 21:25:12 % Total % Received % Xferd Average Speed Time Time Time Current 21:25:12 Dload Upload Total Spent Left Speed 21:25:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3739 0 0 100 3739 0 8517 --:--:-- --:--:-- --:--:-- 8536 21:25:13 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] } 21:25:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:25:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:25:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:25:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:25:14 21:25:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:25:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:25:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:25:15 188c0c94c7c5: Pulling fs layer 21:25:15 0ef7d3d256c8: Pulling fs layer 21:25:15 de9db76c5a1d: Pulling fs layer 21:25:15 0eba1c9be4d2: Pulling fs layer 21:25:15 0d57e429df01: Pulling fs layer 21:25:15 4e4be7b47b0d: Pulling fs layer 21:25:15 e1f770b5df2f: Pulling fs layer 21:25:15 0eba1c9be4d2: Waiting 21:25:15 85a0685a4137: Pulling fs layer 21:25:15 0d57e429df01: Waiting 21:25:15 4e4be7b47b0d: Waiting 21:25:15 e1f770b5df2f: Waiting 21:25:15 85a0685a4137: Waiting 21:25:15 de9db76c5a1d: Verifying Checksum 21:25:15 de9db76c5a1d: Download complete 21:25:15 0ef7d3d256c8: Verifying Checksum 21:25:15 0ef7d3d256c8: Download complete 21:25:15 0d57e429df01: Verifying Checksum 21:25:15 0d57e429df01: Download complete 21:25:15 4e4be7b47b0d: Verifying Checksum 21:25:15 4e4be7b47b0d: Download complete 21:25:15 188c0c94c7c5: Download complete 21:25:15 188c0c94c7c5: Pull complete 21:25:15 0ef7d3d256c8: Pull complete 21:25:15 de9db76c5a1d: Pull complete 21:25:15 e1f770b5df2f: Verifying Checksum 21:25:15 e1f770b5df2f: Download complete 21:25:18 0eba1c9be4d2: Verifying Checksum 21:25:18 0eba1c9be4d2: Download complete 21:25:18 85a0685a4137: Verifying Checksum 21:25:18 85a0685a4137: Download complete 21:25:24 0eba1c9be4d2: Pull complete 21:25:24 0d57e429df01: Pull complete 21:25:24 4e4be7b47b0d: Pull complete 21:25:26 e1f770b5df2f: Pull complete 21:25:34 85a0685a4137: Pull complete 21:25:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:25:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:25:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:25:34 prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container 21:25:35 $ 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 21:25:35 $ docker top 7c860877327d24e896fc277809a6a7b10a1d1c6cf0bfb8b346fdd26db822cc5f -eo pid,comm [Pipeline] { [Pipeline] echo 21:25:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:25:36 + set -o pipefail 21:25:36 + snyk monitor '--org=edgex-jenkins' 21:25:41 21:25:41 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 21:25:41 21:25:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/1c46b8ad-842b-43a3-ac51-aa957f664d72 21:25:41 21:25:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:25:41 21:25:41 [Pipeline] } 21:25:41 $ docker stop --time=1 7c860877327d24e896fc277809a6a7b10a1d1c6cf0bfb8b346fdd26db822cc5f 21:25:43 $ 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 21:25:45 + git log --format=format:%s -1 27cb942c6f3ef89d32f958651ca6c8b656d8b14d [Pipeline] isUnix [Pipeline] sh 21:25:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:25:45 . [Pipeline] withDockerContainer 21:25:45 prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container 21:25:45 $ 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 21:25:46 $ docker top 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:25:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:25:47 [ssh-agent] Looking for ssh-agent implementation... 21:25:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:25:47 $ docker exec 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b ssh-agent 21:25:47 SSH_AUTH_SOCK=/tmp/ssh-JaJfA4pSNmUf/agent.12 21:25:47 SSH_AGENT_PID=17 21:25:47 Running ssh-add (command line suppressed) 21:25:47 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) 21:25:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:25:48 + git semver tag 21:25:48 # -> Open(): unable to determine branch for HEAD 21:25:48 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:25:48 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:25:48 # $SEMVER_REMOTE_NAME = origin 21:25:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:25:48 # $SEMVER_USER_NAME = edgex-jenkins 21:25:48 # $SEMVER_BRANCH = master 21:25:48 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:25:48 # 27cb942c6f3ef89d32f958651ca6c8b656d8b14d HEAD 21:25:48 # -> Force: false 21:25:48 # fbe338b7bbf06478bb3e8675609fb7bfb70155f4 refs/tags/v0.0.30 [Pipeline] } 21:25:48 $ docker exec --env ******** --env ******** 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b ssh-agent -k 21:25:48 unset SSH_AUTH_SOCK; 21:25:48 unset SSH_AGENT_PID; 21:25:48 echo Agent pid 17 killed; 21:25:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:25:48 + git semver [Pipeline] } 21:25:48 $ docker stop --time=1 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b 21:25:50 $ docker rm -f 41e2309a993705641575b562c643ceddb8de14766c1e9301a1a98ed1af3a004b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:25:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:25:50 21:25:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:25:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:25:51 0.23.1-centos7: Pulling from edgex-lftools 21:25:51 ab5ef0e58194: Pulling fs layer 21:25:51 9712f1f96733: Pulling fs layer 21:25:51 63f879dbbcfc: Pulling fs layer 21:25:51 0d9ebad4ef96: Pulling fs layer 21:25:51 e9a5061849ea: Pulling fs layer 21:25:51 d747dcd14b5f: Pulling fs layer 21:25:51 2de7ff778b66: Pulling fs layer 21:25:51 e9a5061849ea: Waiting 21:25:51 d747dcd14b5f: Waiting 21:25:51 2de7ff778b66: Waiting 21:25:51 9712f1f96733: Verifying Checksum 21:25:51 9712f1f96733: Download complete 21:25:52 63f879dbbcfc: Verifying Checksum 21:25:52 63f879dbbcfc: Download complete 21:25:52 e9a5061849ea: Verifying Checksum 21:25:52 e9a5061849ea: Download complete 21:25:52 d747dcd14b5f: Verifying Checksum 21:25:52 d747dcd14b5f: Download complete 21:25:52 2de7ff778b66: Verifying Checksum 21:25:52 2de7ff778b66: Download complete 21:25:53 0d9ebad4ef96: Verifying Checksum 21:25:53 0d9ebad4ef96: Download complete 21:25:53 ab5ef0e58194: Verifying Checksum 21:25:53 ab5ef0e58194: Download complete 21:25:57 ab5ef0e58194: Pull complete 21:25:57 9712f1f96733: Pull complete 21:26:00 63f879dbbcfc: Pull complete 21:26:06 0d9ebad4ef96: Pull complete 21:26:07 e9a5061849ea: Pull complete 21:26:07 d747dcd14b5f: Pull complete 21:26:11 2de7ff778b66: Pull complete 21:26:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:26:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:26:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:26:11 prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container 21:26:11 $ 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 21:26:15 $ docker top 1329fafe5f4a4a4a644fdc9c218d9752a262068fa5b55b2385deb867c3c7d4be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:26:15 provisioning config files... 21:26:15 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6860752444503916872tmp 21:26:15 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8118956102756207226tmp 21:26:15 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config4206113290463023782tmp [Pipeline] { [Pipeline] echo 21:26:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:26:15 ---> sigul-configuration.sh 21:26:15 gpg: directory `/root/.gnupg' created 21:26:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:26:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:26:15 gpg: keyring `/root/.gnupg/secring.gpg' created 21:26:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:26:15 gpg: CAST5 encrypted data 21:26:16 gpg: encrypted with 1 passphrase 21:26:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:26:16 + mkdir /home/jenkins 21:26:16 + mkdir /home/jenkins/sigul [Pipeline] sh 21:26:16 + 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 21:26:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:26:17 ---> sigul-install.sh 21:26:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:26:22 + git tag --list 21:26:22 v0.0.0 21:26:22 v0.0.1 21:26:22 v0.0.10 21:26:22 v0.0.11 21:26:22 v0.0.12 21:26:22 v0.0.13 21:26:22 v0.0.14 21:26:22 v0.0.15 21:26:22 v0.0.16 21:26:22 v0.0.17 21:26:22 v0.0.18 21:26:22 v0.0.19 21:26:22 v0.0.2 21:26:22 v0.0.20 21:26:22 v0.0.21 21:26:22 v0.0.22 21:26:22 v0.0.23 21:26:22 v0.0.24 21:26:22 v0.0.25 21:26:22 v0.0.26 21:26:22 v0.0.27 21:26:22 v0.0.28 21:26:22 v0.0.29 21:26:22 v0.0.3 21:26:22 v0.0.30 21:26:22 v0.0.4 21:26:22 v0.0.5 21:26:22 v0.0.6 21:26:22 v0.0.7 21:26:22 v0.0.8 21:26:22 v0.0.9 [Pipeline] sh 21:26:23 + lftools sign git-tag v0.0.30 21:26:24 Signing Git tag with Sigul... 21:26:24 Signing v0.0.30 [Pipeline] echo 21:26:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:26:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:26:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:26:25 $ docker stop --time=1 1329fafe5f4a4a4a644fdc9c218d9752a262068fa5b55b2385deb867c3c7d4be 21:26:27 $ 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 21:26:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:26:28 . [Pipeline] withDockerContainer 21:26:29 prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container 21:26:29 $ 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 21:26:29 $ docker top 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:26:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:26:30 [ssh-agent] Looking for ssh-agent implementation... 21:26:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:26:30 $ docker exec 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 ssh-agent 21:26:30 SSH_AUTH_SOCK=/tmp/ssh-fSNZv22fVW27/agent.11 21:26:30 SSH_AGENT_PID=16 21:26:30 Running ssh-add (command line suppressed) 21:26:30 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) 21:26:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:26:30 + git semver bump patch 21:26:30 # -> Open(): unable to determine branch for HEAD 21:26:30 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:26:30 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:26:30 # $SEMVER_REMOTE_NAME = origin 21:26:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:26:30 # $SEMVER_USER_NAME = edgex-jenkins 21:26:30 # $SEMVER_BRANCH = master 21:26:30 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 21:26:30 0.0.31 [Pipeline] } 21:26:30 $ docker exec --env ******** --env ******** 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 ssh-agent -k 21:26:31 unset SSH_AUTH_SOCK; 21:26:31 unset SSH_AGENT_PID; 21:26:31 echo Agent pid 16 killed; 21:26:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:26:31 + git semver [Pipeline] } 21:26:31 $ docker stop --time=1 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 21:26:33 $ docker rm -f 628566bba758feedd9be0b484d3210943f98f690e72e78c0d706f433767947b3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:26:33 . [Pipeline] withDockerContainer 21:26:33 prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container 21:26:33 $ 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 21:26:34 $ docker top 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:26:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:26:34 [ssh-agent] Looking for ssh-agent implementation... 21:26:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:26:35 $ docker exec 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 ssh-agent 21:26:35 SSH_AUTH_SOCK=/tmp/ssh-mKqdNx6DxFg8/agent.12 21:26:35 SSH_AGENT_PID=17 21:26:35 Running ssh-add (command line suppressed) 21:26:35 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) 21:26:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:26:35 + git semver push 21:26:35 # -> Open(): unable to determine branch for HEAD 21:26:35 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 21:26:35 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 21:26:35 # $SEMVER_REMOTE_NAME = origin 21:26:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:26:35 # $SEMVER_USER_NAME = edgex-jenkins 21:26:35 # $SEMVER_BRANCH = master 21:26:35 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 21:26:42 $ docker exec --env ******** --env ******** 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 ssh-agent -k 21:26:42 unset SSH_AUTH_SOCK; 21:26:42 unset SSH_AGENT_PID; 21:26:42 echo Agent pid 17 killed; 21:26:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:26:43 + git semver [Pipeline] } 21:26:43 $ docker stop --time=1 2df0a66bc3d6627e9fa4dfbfbee5137b38e5277ee695a06ee57e82c183842d30 21:26:44 $ 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 21:26:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:26:46 ---> package-listing.sh 21:26:46 ++ facter osfamily 21:26:46 ++ tr '[:upper:]' '[:lower:]' 21:26:46 + OS_FAMILY=redhat 21:26:46 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 21:26:46 + START_PACKAGES=/tmp/packages_start.txt 21:26:46 + END_PACKAGES=/tmp/packages_end.txt 21:26:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:26:46 + PACKAGES=/tmp/packages_start.txt 21:26:46 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:26:46 + PACKAGES=/tmp/packages_end.txt 21:26:46 + case "${OS_FAMILY}" in 21:26:46 + rpm -qa 21:26:46 + sort 21:26:51 + '[' -f /tmp/packages_start.txt ']' 21:26:51 + '[' -f /tmp/packages_end.txt ']' 21:26:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:26:51 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 21:26:51 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 21:26:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 21:26:51 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 21:26:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:26:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:52 21:26:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:26:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:26:52 alpine: Pulling from edgex-lftools-log-publisher 21:26:52 df20fa9351a1: Pulling fs layer 21:26:52 36b3adc4ff6f: Pulling fs layer 21:26:52 8ad3a11d3b57: Pulling fs layer 21:26:52 46f8f816bc3b: Pulling fs layer 21:26:52 93b61091891f: Pulling fs layer 21:26:52 93b9cdb0e59b: Pulling fs layer 21:26:52 5e14af77c1be: Pulling fs layer 21:26:52 01666e4c0597: Pulling fs layer 21:26:52 aa168da1d23b: Pulling fs layer 21:26:52 93b9cdb0e59b: Waiting 21:26:52 5e14af77c1be: Waiting 21:26:52 01666e4c0597: Waiting 21:26:52 46f8f816bc3b: Waiting 21:26:52 aa168da1d23b: Waiting 21:26:52 36b3adc4ff6f: Verifying Checksum 21:26:52 36b3adc4ff6f: Download complete 21:26:52 46f8f816bc3b: Verifying Checksum 21:26:52 46f8f816bc3b: Download complete 21:26:53 df20fa9351a1: Verifying Checksum 21:26:53 df20fa9351a1: Download complete 21:26:53 93b9cdb0e59b: Verifying Checksum 21:26:53 93b9cdb0e59b: Download complete 21:26:53 93b61091891f: Verifying Checksum 21:26:53 93b61091891f: Download complete 21:26:53 5e14af77c1be: Verifying Checksum 21:26:53 5e14af77c1be: Download complete 21:26:53 01666e4c0597: Verifying Checksum 21:26:53 01666e4c0597: Download complete 21:26:53 df20fa9351a1: Pull complete 21:26:53 36b3adc4ff6f: Pull complete 21:26:53 8ad3a11d3b57: Verifying Checksum 21:26:53 8ad3a11d3b57: Download complete 21:26:54 8ad3a11d3b57: Pull complete 21:26:54 46f8f816bc3b: Pull complete 21:26:55 aa168da1d23b: Verifying Checksum 21:26:55 aa168da1d23b: Download complete 21:26:56 93b61091891f: Pull complete 21:26:56 93b9cdb0e59b: Pull complete 21:26:56 5e14af77c1be: Pull complete 21:26:56 01666e4c0597: Pull complete 21:27:04 aa168da1d23b: Pull complete 21:27:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:27:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:27:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:27:04 prd-centos7-docker-4c-2g-18906 does not seem to be running inside a container 21:27:04 $ 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 21:27:07 $ docker top dc9e217b9ff698c563e340cddc0b62272609474fb93d5fe247265c37d683e111 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:08 + touch /tmp/pre-build-complete [Pipeline] sh 21:27:08 + mkdir -p /var/log/sa [Pipeline] sh 21:27:08 + ls /var/log/sa-host 21:27:08 + sadf -c /var/log/sa-host/sa07 21:27:08 file_magic: OK 21:27:08 HZ: Using current value: 100 21:27:08 file_header: OK 21:27:08 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 21:27:08 Statistics: 21:27:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:27:08 File successfully converted to sysstat format version 12.2.1 21:27:08 + sadf -c /var/log/sa-host/sa23 21:27:08 file_magic: OK 21:27:08 HZ: Using current value: 100 21:27:08 file_header: OK 21:27:08 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 21:27:08 Statistics: 21:27:08 Hnuu...uuuununununu... 21:27:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:27:08 provisioning config files... 21:27:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1413653393426377087tmp [Pipeline] { [Pipeline] echo 21:27:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:27:09 ---> create-netrc.sh [Pipeline] } 21:27:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:27:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:27:09 ---> python-tools-install.sh [Pipeline] echo 21:27:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:27:09 ---> sudo-logs.sh 21:27:09 Archiving 'sudo' log.. [Pipeline] echo 21:27:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:27:10 ---> job-cost.sh 21:27:10 lf-activate-venv: SKIPPING 21:27:10 INFO: No Stack... 21:27:10 INFO: Retrieving Pricing Info for: v1-standard-2 21:27:11 INFO: Archiving Costs [Pipeline] echo 21:27:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:27:11 ---> logs-deploy.sh 21:27:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/20 21:27:11 INFO: archiving workspace using pattern(s): 21:27:13 Archives upload complete. 21:27:13 INFO: archiving logs to Nexus