Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bbaf2c82bd747ee4698fc03fed09388017017ca6 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28087 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 bbaf2c82bd747ee4698fc03fed09388017017ca6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bbaf2c82bd747ee4698fc03fed09388017017ca6 # timeout=10 Commit message: "Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.41" > git rev-list --no-walk 652b40cde4686e70b83888794a3250f57b64b500 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-01T18:47:23.478Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-01T18:47:23.722Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-01T18:47:23.816Z] ========================================================= [2021-03-01T18:47:23.816Z] EdgeX Global Pipelines Version Info [2021-03-01T18:47:23.816Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:47:25.252Z] ------------------- [2021-03-01T18:47:25.252Z] stable info: [2021-03-01T18:47:25.252Z] ------------------- [2021-03-01T18:47:25.252Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-01T18:47:25.252Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T18:47:25.252Z] Message: update stable to v1.0.183 [2021-03-01T18:47:26.640Z] ------------------- [2021-03-01T18:47:26.640Z] experimental info: [2021-03-01T18:47:26.640Z] ------------------- [2021-03-01T18:47:26.640Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-01T18:47:26.640Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-01T18:47:26.640Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-01T18:47:26.898Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-03-01T18:47:27.021Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-03-01T18:47:27.125Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-01T18:47:27.213Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-01T18:47:27.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-01T18:47:27.438Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-01T18:47:27.524Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-01T18:47:27.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-01T18:47:27.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-01T18:47:27.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-01T18:47:27.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-01T18:47:28.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-03-01T18:47:28.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-01T18:47:28.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-01T18:47:28.327Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T18:47:28.413Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T18:47:28.496Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T18:47:28.583Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-01T18:47:28.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-01T18:47:28.759Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-01T18:47:28.893Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-01T18:47:28.980Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-01T18:47:29.063Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-01T18:47:29.178Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-01T18:47:29.268Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-01T18:47:29.361Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-01T18:47:29.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-01T18:47:29.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-01T18:47:29.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-01T18:47:29.712Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbaf2c82bd747ee4698fc03fed09388017017ca6 [Pipeline] echo [2021-03-01T18:47:29.796Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbaf2c8 [Pipeline] echo [2021-03-01T18:47:29.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T18:47:31.885Z] + git log --format=format:%s -1 bbaf2c82bd747ee4698fc03fed09388017017ca6 [Pipeline] echo [2021-03-01T18:47:31.950Z] GIT_COMMIT: bbaf2c82bd747ee4698fc03fed09388017017ca6, Commit Message: Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.41 [Pipeline] echo [2021-03-01T18:47:31.996Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:47:32.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T18:47:32.875Z] [2021-03-01T18:47:32.875Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:47:33.227Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T18:47:33.227Z] latest: Pulling from edgex-devops/git-semver [2021-03-01T18:47:33.227Z] 31603596830f: Pulling fs layer [2021-03-01T18:47:33.227Z] 2a8b12db71e7: Pulling fs layer [2021-03-01T18:47:33.227Z] 6ca5941a6612: Pulling fs layer [2021-03-01T18:47:33.227Z] ecc8261a40a4: Pulling fs layer [2021-03-01T18:47:33.227Z] ecc8261a40a4: Waiting [2021-03-01T18:47:33.227Z] 2a8b12db71e7: Verifying Checksum [2021-03-01T18:47:33.227Z] 2a8b12db71e7: Download complete [2021-03-01T18:47:33.494Z] 31603596830f: Download complete [2021-03-01T18:47:33.494Z] ecc8261a40a4: Verifying Checksum [2021-03-01T18:47:33.494Z] ecc8261a40a4: Download complete [2021-03-01T18:47:33.494Z] 6ca5941a6612: Verifying Checksum [2021-03-01T18:47:33.494Z] 6ca5941a6612: Download complete [2021-03-01T18:47:33.759Z] 31603596830f: Pull complete [2021-03-01T18:47:34.022Z] 2a8b12db71e7: Pull complete [2021-03-01T18:47:34.608Z] 6ca5941a6612: Pull complete [2021-03-01T18:47:34.874Z] ecc8261a40a4: Pull complete [2021-03-01T18:47:34.874Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-01T18:47:35.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T18:47:35.138Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-01T18:47:35.335Z] prd-centos7-docker-4c-2g-28087 does not seem to be running inside a container [2021-03-01T18:47:35.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-01T18:47:37.470Z] $ docker top 523c65e646771e42ef372e3ca89348ff9e917f9f39bf90f821347668cd745674 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T18:47:37.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T18:47:37.782Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T18:47:38.029Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T18:47:38.034Z] $ docker exec 523c65e646771e42ef372e3ca89348ff9e917f9f39bf90f821347668cd745674 ssh-agent [2021-03-01T18:47:38.219Z] SSH_AUTH_SOCK=/tmp/ssh-MZ1XQouOVKkT/agent.12 [2021-03-01T18:47:38.219Z] SSH_AGENT_PID=18 [2021-03-01T18:47:38.231Z] Running ssh-add (command line suppressed) [2021-03-01T18:47:38.347Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2383582967662261763.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2383582967662261763.key) [2021-03-01T18:47:38.403Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T18:47:38.745Z] + git tag --points-at HEAD [Pipeline] } [2021-03-01T18:47:38.870Z] $ docker exec --env ******** --env ******** 523c65e646771e42ef372e3ca89348ff9e917f9f39bf90f821347668cd745674 ssh-agent -k [2021-03-01T18:47:39.022Z] unset SSH_AUTH_SOCK; [2021-03-01T18:47:39.022Z] unset SSH_AGENT_PID; [2021-03-01T18:47:39.022Z] echo Agent pid 18 killed; [2021-03-01T18:47:39.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-01T18:47:39.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T18:47:39.222Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T18:47:39.394Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T18:47:39.400Z] $ docker exec 523c65e646771e42ef372e3ca89348ff9e917f9f39bf90f821347668cd745674 ssh-agent [2021-03-01T18:47:39.563Z] SSH_AUTH_SOCK=/tmp/ssh-ZYwa2wM69uqy/agent.48 [2021-03-01T18:47:39.563Z] SSH_AGENT_PID=53 [2021-03-01T18:47:39.570Z] Running ssh-add (command line suppressed) [2021-03-01T18:47:39.698Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4900256088103081049.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4900256088103081049.key) [2021-03-01T18:47:39.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T18:47:40.087Z] + git semver init [2021-03-01T18:47:40.088Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T18:47:40.088Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-01T18:47:40.088Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-01T18:47:40.088Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T18:47:40.088Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T18:47:40.088Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T18:47:40.088Z] # $SEMVER_BRANCH = master [2021-03-01T18:47:40.088Z] # $SEMVER_TEMP = /tmp/semver-445325797 [2021-03-01T18:47:40.088Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-03-01T18:47:40.664Z] # '/tmp/semver-445325797' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-03-01T18:47:40.664Z] # -> Force: false [2021-03-01T18:47:40.664Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-03-01T18:47:40.678Z] $ docker exec --env ******** --env ******** 523c65e646771e42ef372e3ca89348ff9e917f9f39bf90f821347668cd745674 ssh-agent -k [2021-03-01T18:47:40.804Z] unset SSH_AUTH_SOCK; [2021-03-01T18:47:40.805Z] unset SSH_AGENT_PID; [2021-03-01T18:47:40.805Z] echo Agent pid 53 killed; [2021-03-01T18:47:40.852Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T18:47:41.417Z] + git semver [Pipeline] } [2021-03-01T18:47:41.438Z] $ docker stop --time=1 523c65e646771e42ef372e3ca89348ff9e917f9f39bf90f821347668cd745674 [2021-03-01T18:47:42.927Z] $ docker rm -f 523c65e646771e42ef372e3ca89348ff9e917f9f39bf90f821347668cd745674 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T18:47:43.414Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-01T18:47:43.867Z] Stashed 1 file(s) [Pipeline] echo [2021-03-01T18:47:43.870Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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-03-01T18:47:59.415Z] Still waiting to schedule task [2021-03-01T18:47:59.415Z] ‘prd-centos7-docker-4c-2g-28085’ is offline; ‘prd-centos7-docker-4c-2g-28088’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-01T18:47:59.418Z] Still waiting to schedule task [2021-03-01T18:47:59.418Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-01T18:49:00.983Z] Running on prd-centos7-docker-4c-2g-28090 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-01T18:49:01.064Z] Running in /w/workspace/go-mod-secrets/31 [Pipeline] { [Pipeline] checkout [2021-03-01T18:49:03.593Z] using credential edgex-jenkins-ssh [2021-03-01T18:49:03.674Z] Cloning the remote Git repository [2021-03-01T18:49:03.701Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-01T18:49:03.775Z] > git init /w/workspace/go-mod-secrets/31 # timeout=10 [2021-03-01T18:49:03.841Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-01T18:49:03.841Z] > git --version # timeout=10 [2021-03-01T18:49:03.849Z] > git --version # 'git version 2.24.3' [2021-03-01T18:49:03.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T18:49:03.888Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T18:49:05.345Z] Checking out Revision bbaf2c82bd747ee4698fc03fed09388017017ca6 (master) [2021-03-01T18:49:04.910Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-01T18:49:04.920Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T18:49:04.934Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-01T18:49:04.950Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-01T18:49:04.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T18:49:04.956Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-01T18:49:05.355Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T18:49:05.361Z] > git checkout -f bbaf2c82bd747ee4698fc03fed09388017017ca6 # timeout=10 [2021-03-01T18:49:09.051Z] Commit message: "Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.41" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T18:49:10.211Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-01T18:49:10.546Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T18:49:10.863Z] + sudo service docker restart [2021-03-01T18:49:10.863Z] + true [2021-03-01T18:49:10.863Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-01T18:49:12.474Z] ========================================================= [2021-03-01T18:49:12.474Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-01T18:49:12.474Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:49:12.836Z] + 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-03-01T18:49:13.102Z] Sending build context to Docker daemon 573.4kB [2021-03-01T18:49:13.102Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-01T18:49:13.102Z] Step 2/7 : FROM ${BASE} [2021-03-01T18:49:13.366Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-01T18:49:13.366Z] 188c0c94c7c5: Pulling fs layer [2021-03-01T18:49:13.366Z] 0ef7d3d256c8: Pulling fs layer [2021-03-01T18:49:13.366Z] de9db76c5a1d: Pulling fs layer [2021-03-01T18:49:13.366Z] bca2f99d35d6: Pulling fs layer [2021-03-01T18:49:13.366Z] 93359f2a8cfa: Pulling fs layer [2021-03-01T18:49:13.366Z] 7c6f9722023f: Pulling fs layer [2021-03-01T18:49:13.366Z] a35cf1a2eb13: Pulling fs layer [2021-03-01T18:49:13.366Z] bca2f99d35d6: Waiting [2021-03-01T18:49:13.366Z] 93359f2a8cfa: Waiting [2021-03-01T18:49:13.366Z] 7c6f9722023f: Waiting [2021-03-01T18:49:13.366Z] a35cf1a2eb13: Waiting [2021-03-01T18:49:13.366Z] de9db76c5a1d: Download complete [2021-03-01T18:49:13.366Z] 0ef7d3d256c8: Verifying Checksum [2021-03-01T18:49:13.366Z] 0ef7d3d256c8: Download complete [2021-03-01T18:49:13.366Z] 93359f2a8cfa: Verifying Checksum [2021-03-01T18:49:13.366Z] 93359f2a8cfa: Download complete [2021-03-01T18:49:13.366Z] 7c6f9722023f: Verifying Checksum [2021-03-01T18:49:13.366Z] 7c6f9722023f: Download complete [2021-03-01T18:49:13.366Z] 188c0c94c7c5: Verifying Checksum [2021-03-01T18:49:13.366Z] 188c0c94c7c5: Download complete [2021-03-01T18:49:13.630Z] 188c0c94c7c5: Pull complete [2021-03-01T18:49:13.898Z] 0ef7d3d256c8: Pull complete [2021-03-01T18:49:14.162Z] de9db76c5a1d: Pull complete [2021-03-01T18:49:15.564Z] a35cf1a2eb13: Verifying Checksum [2021-03-01T18:49:15.564Z] a35cf1a2eb13: Download complete [2021-03-01T18:49:16.523Z] bca2f99d35d6: Verifying Checksum [2021-03-01T18:49:16.523Z] bca2f99d35d6: Download complete [2021-03-01T18:49:21.839Z] bca2f99d35d6: Pull complete [2021-03-01T18:49:21.839Z] 93359f2a8cfa: Pull complete [2021-03-01T18:49:21.839Z] 7c6f9722023f: Pull complete [2021-03-01T18:49:30.043Z] a35cf1a2eb13: Pull complete [2021-03-01T18:49:30.043Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-01T18:49:30.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-01T18:49:30.314Z] ---> a62c8e92a672 [2021-03-01T18:49:30.314Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-01T18:49:30.314Z] ---> Running in afd7aa8b365e [2021-03-01T18:49:30.897Z] Removing intermediate container afd7aa8b365e [2021-03-01T18:49:30.897Z] ---> 33874a03f6b8 [2021-03-01T18:49:30.897Z] Step 4/7 : RUN apk add --update bash [2021-03-01T18:49:30.897Z] ---> Running in 810bbd0eda78 [2021-03-01T18:49:31.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-01T18:49:32.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-01T18:49:33.004Z] OK: 166 MiB in 39 packages [2021-03-01T18:49:33.583Z] Removing intermediate container 810bbd0eda78 [2021-03-01T18:49:33.583Z] ---> f2ee1e074315 [2021-03-01T18:49:33.583Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-01T18:49:33.583Z] ---> Running in 2b3e4c73e41d [2021-03-01T18:49:33.849Z] Removing intermediate container 2b3e4c73e41d [2021-03-01T18:49:33.849Z] ---> 27dcfa885603 [2021-03-01T18:49:33.849Z] Step 6/7 : COPY go.mod . [2021-03-01T18:49:34.117Z] ---> 2357d2529e66 [2021-03-01T18:49:34.117Z] Step 7/7 : RUN go mod download [2021-03-01T18:49:34.117Z] ---> Running in 5ff4a5db9163 [2021-03-01T18:49:49.098Z] Removing intermediate container 5ff4a5db9163 [2021-03-01T18:49:49.098Z] ---> 928e89e69495 [2021-03-01T18:49:49.098Z] Successfully built 928e89e69495 [2021-03-01T18:49:49.098Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:49:49.430Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T18:49:49.430Z] . [Pipeline] withDockerContainer [2021-03-01T18:49:49.546Z] prd-centos7-docker-4c-2g-28090 does not seem to be running inside a container [2021-03-01T18:49:49.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/31 -v /w/workspace/go-mod-secrets/31:/w/workspace/go-mod-secrets/31:rw,z -v /w/workspace/go-mod-secrets/31@tmp:/w/workspace/go-mod-secrets/31@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-03-01T18:49:50.666Z] $ docker top 1bc0a1be250a01e04d974e911a3c2a5af5a8cad0ee1dce99424b61a29d3f1010 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T18:49:51.267Z] + go version [2021-03-01T18:49:51.267Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-01T18:49:51.282Z] $ docker stop --time=1 1bc0a1be250a01e04d974e911a3c2a5af5a8cad0ee1dce99424b61a29d3f1010 [2021-03-01T18:49:52.646Z] $ docker rm -f 1bc0a1be250a01e04d974e911a3c2a5af5a8cad0ee1dce99424b61a29d3f1010 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:49:53.537Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-01T18:49:53.537Z] . [Pipeline] withDockerContainer [2021-03-01T18:49:53.633Z] prd-centos7-docker-4c-2g-28090 does not seem to be running inside a container [2021-03-01T18:49:53.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/31 -v /w/workspace/go-mod-secrets/31:/w/workspace/go-mod-secrets/31:rw,z -v /w/workspace/go-mod-secrets/31@tmp:/w/workspace/go-mod-secrets/31@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-03-01T18:49:54.410Z] $ docker top 16ec0022efce661338933f7089eb90edc0b63bce0a39d8c9bec8e3a6d0ea46ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T18:49:54.925Z] + make test [2021-03-01T18:49:54.925Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-01T18:50:13.213Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.149s coverage: 80.7% of statements [2021-03-01T18:50:13.213Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.018s coverage: 57.1% of statements [2021-03-01T18:50:13.213Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-01T18:50:13.213Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.009s coverage: 96.7% of statements [2021-03-01T18:50:13.213Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.008s coverage: 89.5% of statements [2021-03-01T18:50:13.213Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-01T18:50:13.213Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.006s coverage: 100.0% of statements [2021-03-01T18:50:13.213Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-01T18:50:13.213Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.006s coverage: 85.7% of statements [2021-03-01T18:50:13.213Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.006s coverage: 100.0% of statements [2021-03-01T18:50:13.213Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-01T18:50:13.213Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-01T18:50:13.792Z] gofmt -l . [2021-03-01T18:50:13.792Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-01T18:50:14.072Z] $ docker stop --time=1 16ec0022efce661338933f7089eb90edc0b63bce0a39d8c9bec8e3a6d0ea46ac [2021-03-01T18:50:16.307Z] $ docker rm -f 16ec0022efce661338933f7089eb90edc0b63bce0a39d8c9bec8e3a6d0ea46ac [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T18:50:16.927Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-01T18:50:17.241Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:50:18.555Z] ---> job-cost.sh [2021-03-01T18:50:18.556Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cvWv [2021-03-01T18:50:33.514Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-01T18:50:47.724Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28092 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-01T18:50:47.777Z] Running in /w/workspace/go-mod-secrets/31 [Pipeline] { [Pipeline] checkout [2021-03-01T18:50:53.076Z] using credential edgex-jenkins-ssh [2021-03-01T18:50:53.130Z] Cloning the remote Git repository [2021-03-01T18:50:53.183Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-01T18:50:53.293Z] > git init /w/workspace/go-mod-secrets/31 # timeout=10 [2021-03-01T18:50:53.367Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-01T18:50:53.368Z] > git --version # timeout=10 [2021-03-01T18:50:53.391Z] > git --version # 'git version 2.17.1' [2021-03-01T18:50:53.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T18:50:53.481Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T18:50:54.219Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-01T18:50:54.246Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-01T18:50:54.281Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-01T18:50:54.975Z] Checking out Revision bbaf2c82bd747ee4698fc03fed09388017017ca6 (master) [2021-03-01T18:50:54.408Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-01T18:50:54.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-01T18:50:54.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-01T18:50:54.994Z] > git config core.sparsecheckout # timeout=10 [2021-03-01T18:50:55.014Z] > git checkout -f bbaf2c82bd747ee4698fc03fed09388017017ca6 # timeout=10 [2021-03-01T18:50:59.339Z] Commit message: "Merge pull request #92 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.41" [2021-03-01T18:50:59.638Z] [2021-03-01T18:50:59.638Z] GitHub has been notified of this commit’s build result [2021-03-01T18:50:59.638Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-01T18:51:00.936Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-01T18:51:01.367Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-01T18:51:01.783Z] + true [2021-03-01T18:51:01.783Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-01T18:51:04.720Z] ========================================================= [2021-03-01T18:51:04.720Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-01T18:51:04.720Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:51:05.112Z] + 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-03-01T18:51:05.686Z] lf-activate-venv(): INFO: Adding /tmp/venv-cvWv/bin to PATH [2021-03-01T18:51:05.687Z] INFO: No Stack... [2021-03-01T18:51:05.687Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-01T18:51:05.687Z] INFO: Archiving Costs [Pipeline] sh [2021-03-01T18:51:05.996Z] + cat /w/workspace/go-mod-secrets/31/archives/cost.csv [2021-03-01T18:51:05.996Z] + cut -d, -f6 [Pipeline] lock [2021-03-01T18:51:06.070Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] [2021-03-01T18:51:06.086Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] did not exist. Created. [2021-03-01T18:51:06.087Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] [Pipeline] { [2021-03-01T18:51:06.132Z] Sending build context to Docker daemon 572.4kB [2021-03-01T18:51:06.132Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-01T18:51:06.132Z] Step 2/7 : FROM ${BASE} [2021-03-01T18:51:06.132Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-01T18:51:06.132Z] 5f621e34cdf4: Pulling fs layer [2021-03-01T18:51:06.132Z] a4357932f1b6: Pulling fs layer [2021-03-01T18:51:06.132Z] 18c013af1878: Pulling fs layer [2021-03-01T18:51:06.132Z] 00ac8860ef70: Pulling fs layer [2021-03-01T18:51:06.132Z] 63d7cb157983: Pulling fs layer [2021-03-01T18:51:06.132Z] b116817d02f9: Pulling fs layer [2021-03-01T18:51:06.132Z] 745a02a5169b: Pulling fs layer [2021-03-01T18:51:06.132Z] 00ac8860ef70: Waiting [2021-03-01T18:51:06.132Z] 63d7cb157983: Waiting [2021-03-01T18:51:06.132Z] b116817d02f9: Waiting [2021-03-01T18:51:06.132Z] 745a02a5169b: Waiting [2021-03-01T18:51:06.132Z] 18c013af1878: Verifying Checksum [2021-03-01T18:51:06.132Z] 18c013af1878: Download complete [2021-03-01T18:51:06.132Z] a4357932f1b6: Verifying Checksum [2021-03-01T18:51:06.132Z] a4357932f1b6: Download complete [Pipeline] unstash [Pipeline] sh [2021-03-01T18:51:06.405Z] 63d7cb157983: Verifying Checksum [2021-03-01T18:51:06.405Z] 63d7cb157983: Download complete [2021-03-01T18:51:06.405Z] b116817d02f9: Download complete [2021-03-01T18:51:06.405Z] 5f621e34cdf4: Verifying Checksum [2021-03-01T18:51:06.405Z] 5f621e34cdf4: Download complete [2021-03-01T18:51:06.550Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-01T18:51:06.719Z] Stashed 1 file(s) [Pipeline] } [2021-03-01T18:51:06.733Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-01T18:51:07.004Z] 5f621e34cdf4: Pull complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-01T18:51:07.608Z] a4357932f1b6: Pull complete [2021-03-01T18:51:07.884Z] 18c013af1878: Pull complete [2021-03-01T18:51:08.865Z] 745a02a5169b: Verifying Checksum [2021-03-01T18:51:08.865Z] 745a02a5169b: Download complete [2021-03-01T18:51:10.303Z] 00ac8860ef70: Verifying Checksum [2021-03-01T18:51:10.303Z] 00ac8860ef70: Download complete [2021-03-01T18:51:20.495Z] 00ac8860ef70: Pull complete [2021-03-01T18:51:20.495Z] 63d7cb157983: Pull complete [2021-03-01T18:51:20.495Z] b116817d02f9: Pull complete [2021-03-01T18:51:23.115Z] 745a02a5169b: Pull complete [2021-03-01T18:51:23.115Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-01T18:51:23.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-01T18:51:23.115Z] ---> b7e6874047d6 [2021-03-01T18:51:23.115Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-01T18:51:25.793Z] ---> Running in 1c9c6720b381 [2021-03-01T18:51:26.068Z] Removing intermediate container 1c9c6720b381 [2021-03-01T18:51:26.068Z] ---> 2718fc1fea19 [2021-03-01T18:51:26.068Z] Step 4/7 : RUN apk add --update bash [2021-03-01T18:51:26.341Z] ---> Running in 3582c8b5dd99 [2021-03-01T18:51:27.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-01T18:51:28.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-01T18:51:29.399Z] OK: 142 MiB in 39 packages [2021-03-01T18:51:30.398Z] Removing intermediate container 3582c8b5dd99 [2021-03-01T18:51:30.398Z] ---> 46963ed112c1 [2021-03-01T18:51:30.398Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-01T18:51:30.674Z] ---> Running in d188b0ee2171 [2021-03-01T18:51:31.273Z] Removing intermediate container d188b0ee2171 [2021-03-01T18:51:31.273Z] ---> 469f98745652 [2021-03-01T18:51:31.273Z] Step 6/7 : COPY go.mod . [2021-03-01T18:51:31.876Z] ---> 135a6aae7957 [2021-03-01T18:51:31.876Z] Step 7/7 : RUN go mod download [2021-03-01T18:51:32.151Z] ---> Running in 1e454ca2be2e [2021-03-01T18:51:50.500Z] Removing intermediate container 1e454ca2be2e [2021-03-01T18:51:50.500Z] ---> 93259c0fd536 [2021-03-01T18:51:50.500Z] Successfully built 93259c0fd536 [2021-03-01T18:51:50.500Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:51:50.852Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T18:51:50.852Z] . [Pipeline] withDockerContainer [2021-03-01T18:51:51.100Z] prd-ubuntu18.04-docker-arm64-4c-16g-28092 does not seem to be running inside a container [2021-03-01T18:51:51.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/31 -v /w/workspace/go-mod-secrets/31:/w/workspace/go-mod-secrets/31:rw,z -v /w/workspace/go-mod-secrets/31@tmp:/w/workspace/go-mod-secrets/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-01T18:51:52.562Z] $ docker top 6f22ae2fe580282a1c51e39e1cd1a32fb6bcc17eec8fc94fad31d7a9cba96d36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T18:51:53.577Z] + go version [2021-03-01T18:51:53.577Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-01T18:51:53.598Z] $ docker stop --time=1 6f22ae2fe580282a1c51e39e1cd1a32fb6bcc17eec8fc94fad31d7a9cba96d36 [2021-03-01T18:51:55.480Z] $ docker rm -f 6f22ae2fe580282a1c51e39e1cd1a32fb6bcc17eec8fc94fad31d7a9cba96d36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:51:56.487Z] + docker inspect -f . ci-base-image-arm64 [2021-03-01T18:51:56.487Z] . [Pipeline] withDockerContainer [2021-03-01T18:51:56.804Z] prd-ubuntu18.04-docker-arm64-4c-16g-28092 does not seem to be running inside a container [2021-03-01T18:51:56.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/31 -v /w/workspace/go-mod-secrets/31:/w/workspace/go-mod-secrets/31:rw,z -v /w/workspace/go-mod-secrets/31@tmp:/w/workspace/go-mod-secrets/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-01T18:51:58.469Z] $ docker top 2dcdef633b85786dcd1a51cefdb3b793ad825ede93c2008681eebd53e2e03c75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T18:51:59.604Z] + make test [2021-03-01T18:51:59.604Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-01T18:52:38.681Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.490s coverage: 80.7% of statements [2021-03-01T18:52:38.681Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.015s coverage: 57.1% of statements [2021-03-01T18:52:38.681Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-01T18:52:38.681Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.020s coverage: 96.7% of statements [2021-03-01T18:52:38.681Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.017s coverage: 89.5% of statements [2021-03-01T18:52:38.681Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-01T18:52:38.681Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.016s coverage: 100.0% of statements [2021-03-01T18:52:38.681Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-01T18:52:38.681Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.022s coverage: 85.7% of statements [2021-03-01T18:52:38.681Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.022s coverage: 100.0% of statements [2021-03-01T18:52:38.681Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-01T18:52:38.681Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-01T18:52:38.681Z] gofmt -l . [2021-03-01T18:52:38.681Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-01T18:52:38.706Z] $ docker stop --time=1 2dcdef633b85786dcd1a51cefdb3b793ad825ede93c2008681eebd53e2e03c75 [2021-03-01T18:52:40.838Z] $ docker rm -f 2dcdef633b85786dcd1a51cefdb3b793ad825ede93c2008681eebd53e2e03c75 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-01T18:52:41.758Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-01T18:52:41.848Z] Warning: overwriting stash ‘coverage-report’ [2021-03-01T18:52:42.634Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:52:43.626Z] ---> job-cost.sh [2021-03-01T18:52:43.626Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VpSz [2021-03-01T18:53:22.608Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-01T18:55:29.446Z] lf-activate-venv(): INFO: Adding /tmp/venv-VpSz/bin to PATH [2021-03-01T18:55:29.446Z] INFO: No Stack... [2021-03-01T18:55:30.418Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-01T18:55:31.010Z] INFO: Archiving Costs [Pipeline] sh [2021-03-01T18:55:31.348Z] + cat /w/workspace/go-mod-secrets/31/archives/cost.csv [2021-03-01T18:55:31.348Z] + cut -d, -f6 [Pipeline] lock [2021-03-01T18:55:31.456Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] [2021-03-01T18:55:31.540Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] did not exist. Created. [2021-03-01T18:55:31.540Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-01T18:55:32.013Z] /w/workspace/go-mod-secrets/31@tmp/durable-708ef26f/script.sh: 1: /w/workspace/go-mod-secrets/31@tmp/durable-708ef26f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-01T18:55:32.359Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-01T18:55:32.425Z] Warning: overwriting stash ‘stack-cost’ [2021-03-01T18:55:32.578Z] Stashed 1 file(s) [Pipeline] } [2021-03-01T18:55:32.597Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-31-stack-cost] [Pipeline] // lock [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-03-01T18:55:33.755Z] provisioning config files... [2021-03-01T18:55:33.768Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config1740044367626266748tmp [Pipeline] { [Pipeline] sh [2021-03-01T18:55:34.156Z] + set +x [2021-03-01T18:55:34.156Z] + curl -s https://codecov.io/bash [2021-03-01T18:55:34.156Z] + bash -s -- [2021-03-01T18:55:34.156Z] [2021-03-01T18:55:34.156Z] _____ _ [2021-03-01T18:55:34.156Z] / ____| | | [2021-03-01T18:55:34.156Z] | | ___ __| | ___ ___ _____ __ [2021-03-01T18:55:34.156Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-01T18:55:34.156Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-01T18:55:34.156Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-01T18:55:34.156Z] Bash-20210226-7100762 [2021-03-01T18:55:34.156Z] [2021-03-01T18:55:34.156Z] [2021-03-01T18:55:34.419Z] ==> git version 2.24.3 found [2021-03-01T18:55:34.419Z] ==> 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-03-01T18:55:34.419Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-01T18:55:34.419Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-01T18:55:34.419Z] ==> Jenkins CI detected. [2021-03-01T18:55:34.419Z] project root: . [2021-03-01T18:55:34.419Z] --> token set from env [2021-03-01T18:55:34.419Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-01T18:55:34.419Z] ==> Running gcov in . (disable via -X gcov) [2021-03-01T18:55:34.419Z] ==> Python coveragepy not found [2021-03-01T18:55:34.419Z] ==> Searching for coverage reports in: [2021-03-01T18:55:34.419Z] + . [2021-03-01T18:55:34.419Z] -> Found 1 reports [2021-03-01T18:55:34.419Z] ==> Detecting git/mercurial file structure [2021-03-01T18:55:34.419Z] ==> Reading reports [2021-03-01T18:55:34.419Z] + ./coverage.out bytes=27424 [2021-03-01T18:55:34.419Z] ==> Appending adjustments [2021-03-01T18:55:34.419Z] https://docs.codecov.io/docs/fixing-reports [2021-03-01T18:55:34.682Z] + Found adjustments [2021-03-01T18:55:34.682Z] ==> Gzipping contents [2021-03-01T18:55:34.682Z] 8.0K /tmp/codecov.z0KkyU.gz [2021-03-01T18:55:34.682Z] ==> Uploading reports [2021-03-01T18:55:34.682Z] url: https://codecov.io [2021-03-01T18:55:34.682Z] query: branch=master&commit=bbaf2c82bd747ee4698fc03fed09388017017ca6&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F31%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-01T18:55:34.682Z] -> Pinging Codecov [2021-03-01T18:55:34.682Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=bbaf2c82bd747ee4698fc03fed09388017017ca6&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F31%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-01T18:55:34.943Z] -> Uploading to [2021-03-01T18:55:34.944Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-01/D63849C06B6B67093493C71CE874ED06/bbaf2c82bd747ee4698fc03fed09388017017ca6/7d60af3c-0e23-4c10-abf2-cd45c5061537.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210301T185534Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b50c85e8cc62f4ea92b9af0a4cd884b4a7bfe66ba22849095bb409b06ab7d45a [2021-03-01T18:55:34.944Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-01T18:55:34.944Z] Dload Upload Total Spent Left Speed [2021-03-01T18:55:35.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5634 0 0 100 5634 0 12001 --:--:-- --:--:-- --:--:-- 12012 [2021-03-01T18:55:35.519Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/bbaf2c82bd747ee4698fc03fed09388017017ca6 [Pipeline] } [2021-03-01T18:55:35.528Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-01T18:55:36.013Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-01T18:55:36.068Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:55:36.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-01T18:55:36.417Z] [2021-03-01T18:55:36.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:55:36.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-01T18:55:36.764Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-01T18:55:36.764Z] 188c0c94c7c5: Pulling fs layer [2021-03-01T18:55:36.764Z] 0ef7d3d256c8: Pulling fs layer [2021-03-01T18:55:36.764Z] de9db76c5a1d: Pulling fs layer [2021-03-01T18:55:36.764Z] 0eba1c9be4d2: Pulling fs layer [2021-03-01T18:55:36.764Z] 0d57e429df01: Pulling fs layer [2021-03-01T18:55:36.764Z] 4e4be7b47b0d: Pulling fs layer [2021-03-01T18:55:36.764Z] e1f770b5df2f: Pulling fs layer [2021-03-01T18:55:36.764Z] 85a0685a4137: Pulling fs layer [2021-03-01T18:55:36.764Z] 0d57e429df01: Waiting [2021-03-01T18:55:36.764Z] 4e4be7b47b0d: Waiting [2021-03-01T18:55:36.764Z] e1f770b5df2f: Waiting [2021-03-01T18:55:36.764Z] 85a0685a4137: Waiting [2021-03-01T18:55:36.764Z] 0eba1c9be4d2: Waiting [2021-03-01T18:55:36.764Z] de9db76c5a1d: Verifying Checksum [2021-03-01T18:55:36.764Z] de9db76c5a1d: Download complete [2021-03-01T18:55:36.764Z] 0ef7d3d256c8: Download complete [2021-03-01T18:55:36.764Z] 0d57e429df01: Verifying Checksum [2021-03-01T18:55:36.764Z] 0d57e429df01: Download complete [2021-03-01T18:55:36.764Z] 4e4be7b47b0d: Verifying Checksum [2021-03-01T18:55:36.764Z] 4e4be7b47b0d: Download complete [2021-03-01T18:55:36.764Z] 188c0c94c7c5: Verifying Checksum [2021-03-01T18:55:36.764Z] 188c0c94c7c5: Download complete [2021-03-01T18:55:37.342Z] 188c0c94c7c5: Pull complete [2021-03-01T18:55:37.342Z] 0ef7d3d256c8: Pull complete [2021-03-01T18:55:37.606Z] de9db76c5a1d: Pull complete [2021-03-01T18:55:38.188Z] e1f770b5df2f: Verifying Checksum [2021-03-01T18:55:38.188Z] e1f770b5df2f: Download complete [2021-03-01T18:55:40.125Z] 0eba1c9be4d2: Verifying Checksum [2021-03-01T18:55:40.125Z] 0eba1c9be4d2: Download complete [2021-03-01T18:55:40.705Z] 85a0685a4137: Verifying Checksum [2021-03-01T18:55:40.705Z] 85a0685a4137: Download complete [2021-03-01T18:55:46.027Z] 0eba1c9be4d2: Pull complete [2021-03-01T18:55:46.027Z] 0d57e429df01: Pull complete [2021-03-01T18:55:46.027Z] 4e4be7b47b0d: Pull complete [2021-03-01T18:55:47.426Z] e1f770b5df2f: Pull complete [2021-03-01T18:55:55.615Z] 85a0685a4137: Pull complete [2021-03-01T18:55:55.615Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-01T18:55:55.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-01T18:55:55.615Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-01T18:55:55.840Z] prd-centos7-docker-4c-2g-28087 does not seem to be running inside a container [2021-03-01T18:55:55.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-01T18:55:56.989Z] $ docker top cf5145e5ce3865b7cc05eaf149a9575619360c7ff765bb208497b35bc9dec1fd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-01T18:55:57.235Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-01T18:55:57.532Z] + set -o pipefail [2021-03-01T18:55:57.532Z] + snyk monitor '--org=edgex-jenkins' [2021-03-01T18:56:00.863Z] [2021-03-01T18:56:00.863Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-03-01T18:56:00.863Z] [2021-03-01T18:56:00.863Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/df221969-82f8-4023-9d68-0e7678a8baf3 [2021-03-01T18:56:00.863Z] [2021-03-01T18:56:00.863Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-01T18:56:00.863Z] [2021-03-01T18:56:01.126Z] [Pipeline] } [2021-03-01T18:56:01.141Z] $ docker stop --time=1 cf5145e5ce3865b7cc05eaf149a9575619360c7ff765bb208497b35bc9dec1fd [2021-03-01T18:56:03.018Z] $ docker rm -f cf5145e5ce3865b7cc05eaf149a9575619360c7ff765bb208497b35bc9dec1fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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-03-01T18:56:04.490Z] + git log --format=format:%s -1 bbaf2c82bd747ee4698fc03fed09388017017ca6 [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:56:04.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T18:56:04.823Z] . [Pipeline] withDockerContainer [2021-03-01T18:56:04.930Z] prd-centos7-docker-4c-2g-28087 does not seem to be running inside a container [2021-03-01T18:56:04.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-01T18:56:06.232Z] $ docker top 31bedd4e4bfbf416ab659979c71968285888910b0c0ee44476868f0c0fae371d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T18:56:06.667Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T18:56:06.667Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T18:56:06.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T18:56:06.916Z] $ docker exec 31bedd4e4bfbf416ab659979c71968285888910b0c0ee44476868f0c0fae371d ssh-agent [2021-03-01T18:56:07.119Z] SSH_AUTH_SOCK=/tmp/ssh-QSan6bEjM2Fq/agent.11 [2021-03-01T18:56:07.119Z] SSH_AGENT_PID=17 [2021-03-01T18:56:07.127Z] Running ssh-add (command line suppressed) [2021-03-01T18:56:07.257Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5405246761781063126.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_5405246761781063126.key) [2021-03-01T18:56:07.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T18:56:07.650Z] + git semver tag [2021-03-01T18:56:07.650Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T18:56:07.650Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-01T18:56:07.650Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-01T18:56:07.650Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T18:56:07.650Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T18:56:07.650Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T18:56:07.650Z] # $SEMVER_BRANCH = master [2021-03-01T18:56:07.650Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-03-01T18:56:07.650Z] # bbaf2c82bd747ee4698fc03fed09388017017ca6 HEAD [2021-03-01T18:56:07.650Z] # -> Force: false [2021-03-01T18:56:07.650Z] # b0568fab852e639e19353a2ce58b39d37148f94a refs/tags/v2.0.0-dev.8 [Pipeline] } [2021-03-01T18:56:07.661Z] $ docker exec --env ******** --env ******** 31bedd4e4bfbf416ab659979c71968285888910b0c0ee44476868f0c0fae371d ssh-agent -k [2021-03-01T18:56:07.789Z] unset SSH_AUTH_SOCK; [2021-03-01T18:56:07.789Z] unset SSH_AGENT_PID; [2021-03-01T18:56:07.789Z] echo Agent pid 17 killed; [2021-03-01T18:56:07.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T18:56:08.300Z] + git semver [Pipeline] } [2021-03-01T18:56:08.317Z] $ docker stop --time=1 31bedd4e4bfbf416ab659979c71968285888910b0c0ee44476868f0c0fae371d [2021-03-01T18:56:09.690Z] $ docker rm -f 31bedd4e4bfbf416ab659979c71968285888910b0c0ee44476868f0c0fae371d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:56:10.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-01T18:56:10.326Z] [2021-03-01T18:56:10.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:56:10.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-01T18:56:10.717Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-01T18:56:10.717Z] ab5ef0e58194: Pulling fs layer [2021-03-01T18:56:10.717Z] 9712f1f96733: Pulling fs layer [2021-03-01T18:56:10.717Z] 63f879dbbcfc: Pulling fs layer [2021-03-01T18:56:10.717Z] 0d9ebad4ef96: Pulling fs layer [2021-03-01T18:56:10.717Z] e9a5061849ea: Pulling fs layer [2021-03-01T18:56:10.717Z] d747dcd14b5f: Pulling fs layer [2021-03-01T18:56:10.717Z] 2de7ff778b66: Pulling fs layer [2021-03-01T18:56:10.717Z] e9a5061849ea: Waiting [2021-03-01T18:56:10.717Z] 0d9ebad4ef96: Waiting [2021-03-01T18:56:10.717Z] d747dcd14b5f: Waiting [2021-03-01T18:56:10.717Z] 2de7ff778b66: Waiting [2021-03-01T18:56:10.717Z] 9712f1f96733: Verifying Checksum [2021-03-01T18:56:10.717Z] 9712f1f96733: Download complete [2021-03-01T18:56:12.650Z] 63f879dbbcfc: Verifying Checksum [2021-03-01T18:56:12.650Z] 63f879dbbcfc: Download complete [2021-03-01T18:56:12.650Z] e9a5061849ea: Verifying Checksum [2021-03-01T18:56:12.650Z] e9a5061849ea: Download complete [2021-03-01T18:56:12.650Z] d747dcd14b5f: Download complete [2021-03-01T18:56:12.913Z] 2de7ff778b66: Verifying Checksum [2021-03-01T18:56:12.913Z] 2de7ff778b66: Download complete [2021-03-01T18:56:13.175Z] ab5ef0e58194: Verifying Checksum [2021-03-01T18:56:13.176Z] ab5ef0e58194: Download complete [2021-03-01T18:56:13.176Z] 0d9ebad4ef96: Verifying Checksum [2021-03-01T18:56:13.176Z] 0d9ebad4ef96: Download complete [2021-03-01T18:56:17.414Z] ab5ef0e58194: Pull complete [2021-03-01T18:56:17.683Z] 9712f1f96733: Pull complete [2021-03-01T18:56:20.354Z] 63f879dbbcfc: Pull complete [2021-03-01T18:56:27.075Z] 0d9ebad4ef96: Pull complete [2021-03-01T18:56:27.653Z] e9a5061849ea: Pull complete [2021-03-01T18:56:27.919Z] d747dcd14b5f: Pull complete [2021-03-01T18:56:31.239Z] 2de7ff778b66: Pull complete [2021-03-01T18:56:31.239Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-01T18:56:31.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-01T18:56:31.239Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-01T18:56:31.440Z] prd-centos7-docker-4c-2g-28087 does not seem to be running inside a container [2021-03-01T18:56:31.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-01T18:56:35.171Z] $ docker top 20f788287c2a388ea9d152b4beb173be2bdb1aa5a7a93ca8ced04bb25174af07 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-01T18:56:35.404Z] provisioning config files... [2021-03-01T18:56:35.438Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config7860741749516868414tmp [2021-03-01T18:56:35.457Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3095959153058036764tmp [2021-03-01T18:56:35.472Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6240205080572161725tmp [Pipeline] { [Pipeline] echo [2021-03-01T18:56:35.526Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:56:35.831Z] ---> sigul-configuration.sh [2021-03-01T18:56:35.831Z] gpg: directory `/root/.gnupg' created [2021-03-01T18:56:35.831Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-01T18:56:35.831Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-01T18:56:35.831Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-01T18:56:35.831Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-01T18:56:35.831Z] gpg: CAST5 encrypted data [2021-03-01T18:56:36.093Z] gpg: encrypted with 1 passphrase [2021-03-01T18:56:36.093Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-01T18:56:36.399Z] + mkdir /home/jenkins [2021-03-01T18:56:36.399Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-01T18:56:36.705Z] + 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-03-01T18:56:36.718Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:56:37.019Z] ---> sigul-install.sh [2021-03-01T18:56:43.623Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-01T18:56:43.928Z] + git tag --list [2021-03-01T18:56:43.928Z] v0.0.0 [2021-03-01T18:56:43.928Z] v0.0.1 [2021-03-01T18:56:43.928Z] v0.0.10 [2021-03-01T18:56:43.928Z] v0.0.11 [2021-03-01T18:56:43.928Z] v0.0.12 [2021-03-01T18:56:43.928Z] v0.0.13 [2021-03-01T18:56:43.928Z] v0.0.14 [2021-03-01T18:56:43.928Z] v0.0.15 [2021-03-01T18:56:43.928Z] v0.0.16 [2021-03-01T18:56:43.928Z] v0.0.17 [2021-03-01T18:56:43.928Z] v0.0.18 [2021-03-01T18:56:43.928Z] v0.0.19 [2021-03-01T18:56:43.928Z] v0.0.2 [2021-03-01T18:56:43.928Z] v0.0.20 [2021-03-01T18:56:43.928Z] v0.0.21 [2021-03-01T18:56:43.928Z] v0.0.22 [2021-03-01T18:56:43.928Z] v0.0.23 [2021-03-01T18:56:43.928Z] v0.0.24 [2021-03-01T18:56:43.928Z] v0.0.25 [2021-03-01T18:56:43.928Z] v0.0.26 [2021-03-01T18:56:43.928Z] v0.0.27 [2021-03-01T18:56:43.928Z] v0.0.28 [2021-03-01T18:56:43.928Z] v0.0.29 [2021-03-01T18:56:43.928Z] v0.0.3 [2021-03-01T18:56:43.928Z] v0.0.30 [2021-03-01T18:56:43.928Z] v0.0.31 [2021-03-01T18:56:43.928Z] v0.0.32 [2021-03-01T18:56:43.928Z] v0.0.33 [2021-03-01T18:56:43.928Z] v0.0.4 [2021-03-01T18:56:43.928Z] v0.0.5 [2021-03-01T18:56:43.928Z] v0.0.6 [2021-03-01T18:56:43.928Z] v0.0.7 [2021-03-01T18:56:43.928Z] v0.0.8 [2021-03-01T18:56:43.928Z] v0.0.9 [2021-03-01T18:56:43.928Z] v2.0.0-dev.1 [2021-03-01T18:56:43.928Z] v2.0.0-dev.2 [2021-03-01T18:56:43.928Z] v2.0.0-dev.3 [2021-03-01T18:56:43.928Z] v2.0.0-dev.4 [2021-03-01T18:56:43.928Z] v2.0.0-dev.5 [2021-03-01T18:56:43.928Z] v2.0.0-dev.6 [2021-03-01T18:56:43.928Z] v2.0.0-dev.7 [2021-03-01T18:56:43.928Z] v2.0.0-dev.8 [Pipeline] sh [2021-03-01T18:56:44.237Z] + lftools sign git-tag v2.0.0-dev.8 [2021-03-01T18:56:45.637Z] Signing Git tag with Sigul... [2021-03-01T18:56:45.637Z] Signing v2.0.0-dev.8 [Pipeline] echo [2021-03-01T18:56:46.603Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:56:46.928Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-01T18:56:46.938Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-01T18:56:47.028Z] $ docker stop --time=1 20f788287c2a388ea9d152b4beb173be2bdb1aa5a7a93ca8ced04bb25174af07 [2021-03-01T18:56:49.076Z] $ docker rm -f 20f788287c2a388ea9d152b4beb173be2bdb1aa5a7a93ca8ced04bb25174af07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:56:49.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T18:56:49.965Z] . [Pipeline] withDockerContainer [2021-03-01T18:56:50.077Z] prd-centos7-docker-4c-2g-28087 does not seem to be running inside a container [2021-03-01T18:56:50.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-01T18:56:50.794Z] $ docker top 9b1bbf5be9356f94f0244d206a7fc28fdd8c556c6066f136f9912e35f1beae83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T18:56:51.158Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T18:56:51.158Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T18:56:51.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T18:56:51.364Z] $ docker exec 9b1bbf5be9356f94f0244d206a7fc28fdd8c556c6066f136f9912e35f1beae83 ssh-agent [2021-03-01T18:56:51.566Z] SSH_AUTH_SOCK=/tmp/ssh-uGFWjVwlByDi/agent.11 [2021-03-01T18:56:51.566Z] SSH_AGENT_PID=16 [2021-03-01T18:56:51.573Z] Running ssh-add (command line suppressed) [2021-03-01T18:56:51.698Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_309771453490009628.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_309771453490009628.key) [2021-03-01T18:56:51.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T18:56:52.103Z] + git semver bump pre [2021-03-01T18:56:52.103Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T18:56:52.103Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-01T18:56:52.103Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-01T18:56:52.103Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T18:56:52.103Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T18:56:52.103Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T18:56:52.103Z] # $SEMVER_BRANCH = master [2021-03-01T18:56:52.103Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-03-01T18:56:52.103Z] 2.0.0-dev.9 [Pipeline] } [2021-03-01T18:56:52.116Z] $ docker exec --env ******** --env ******** 9b1bbf5be9356f94f0244d206a7fc28fdd8c556c6066f136f9912e35f1beae83 ssh-agent -k [2021-03-01T18:56:52.275Z] unset SSH_AUTH_SOCK; [2021-03-01T18:56:52.276Z] unset SSH_AGENT_PID; [2021-03-01T18:56:52.276Z] echo Agent pid 16 killed; [2021-03-01T18:56:52.334Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T18:56:52.799Z] + git semver [Pipeline] } [2021-03-01T18:56:52.814Z] $ docker stop --time=1 9b1bbf5be9356f94f0244d206a7fc28fdd8c556c6066f136f9912e35f1beae83 [2021-03-01T18:56:54.181Z] $ docker rm -f 9b1bbf5be9356f94f0244d206a7fc28fdd8c556c6066f136f9912e35f1beae83 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:56:54.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-01T18:56:54.703Z] . [Pipeline] withDockerContainer [2021-03-01T18:56:54.808Z] prd-centos7-docker-4c-2g-28087 does not seem to be running inside a container [2021-03-01T18:56:54.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-01T18:56:55.567Z] $ docker top f1c733578a0cd5fd77e5decaddb59ce1b8e2f65d70a4d2c8fc0edaa053e7d376 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-01T18:56:55.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-01T18:56:55.912Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-01T18:56:56.140Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-01T18:56:56.142Z] $ docker exec f1c733578a0cd5fd77e5decaddb59ce1b8e2f65d70a4d2c8fc0edaa053e7d376 ssh-agent [2021-03-01T18:56:56.332Z] SSH_AUTH_SOCK=/tmp/ssh-GNK3HfTj3agI/agent.11 [2021-03-01T18:56:56.332Z] SSH_AGENT_PID=16 [2021-03-01T18:56:56.340Z] Running ssh-add (command line suppressed) [2021-03-01T18:56:56.468Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4001113269474932812.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_4001113269474932812.key) [2021-03-01T18:56:56.526Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-01T18:56:56.869Z] + git semver push [2021-03-01T18:56:56.869Z] # -> Open(): unable to determine branch for HEAD [2021-03-01T18:56:56.869Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-01T18:56:56.869Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-01T18:56:56.869Z] # $SEMVER_REMOTE_NAME = origin [2021-03-01T18:56:56.869Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-01T18:56:56.869Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-01T18:56:56.869Z] # $SEMVER_BRANCH = master [2021-03-01T18:56:56.869Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-03-01T18:57:02.184Z] $ docker exec --env ******** --env ******** f1c733578a0cd5fd77e5decaddb59ce1b8e2f65d70a4d2c8fc0edaa053e7d376 ssh-agent -k [2021-03-01T18:57:02.359Z] unset SSH_AUTH_SOCK; [2021-03-01T18:57:02.360Z] unset SSH_AGENT_PID; [2021-03-01T18:57:02.360Z] echo Agent pid 16 killed; [2021-03-01T18:57:02.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-01T18:57:02.953Z] + git semver [Pipeline] } [2021-03-01T18:57:02.978Z] $ docker stop --time=1 f1c733578a0cd5fd77e5decaddb59ce1b8e2f65d70a4d2c8fc0edaa053e7d376 [2021-03-01T18:57:04.375Z] $ docker rm -f f1c733578a0cd5fd77e5decaddb59ce1b8e2f65d70a4d2c8fc0edaa053e7d376 [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-03-01T18:57:05.748Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:57:06.321Z] ---> package-listing.sh [2021-03-01T18:57:06.321Z] ++ facter osfamily [2021-03-01T18:57:06.321Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-01T18:57:06.321Z] + OS_FAMILY=redhat [2021-03-01T18:57:06.321Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-03-01T18:57:06.321Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-01T18:57:06.321Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-01T18:57:06.321Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-01T18:57:06.321Z] + PACKAGES=/tmp/packages_start.txt [2021-03-01T18:57:06.321Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-01T18:57:06.321Z] + PACKAGES=/tmp/packages_end.txt [2021-03-01T18:57:06.321Z] + case "${OS_FAMILY}" in [2021-03-01T18:57:06.321Z] + rpm -qa [2021-03-01T18:57:06.321Z] + sort [2021-03-01T18:57:11.645Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-01T18:57:11.645Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-01T18:57:11.645Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-01T18:57:11.645Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-01T18:57:11.645Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-03-01T18:57:11.645Z] + 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-03-01T18:57:11.664Z] 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-03-01T18:57:11.966Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:57:12.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T18:57:12.284Z] [2021-03-01T18:57:12.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-01T18:57:12.746Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T18:57:13.081Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-01T18:57:13.081Z] df20fa9351a1: Pulling fs layer [2021-03-01T18:57:13.081Z] 36b3adc4ff6f: Pulling fs layer [2021-03-01T18:57:13.081Z] 8ad3a11d3b57: Pulling fs layer [2021-03-01T18:57:13.081Z] 46f8f816bc3b: Pulling fs layer [2021-03-01T18:57:13.081Z] 93b61091891f: Pulling fs layer [2021-03-01T18:57:13.081Z] 93b9cdb0e59b: Pulling fs layer [2021-03-01T18:57:13.081Z] 5e14af77c1be: Pulling fs layer [2021-03-01T18:57:13.081Z] 01666e4c0597: Pulling fs layer [2021-03-01T18:57:13.081Z] aa168da1d23b: Pulling fs layer [2021-03-01T18:57:13.081Z] 93b9cdb0e59b: Waiting [2021-03-01T18:57:13.081Z] 5e14af77c1be: Waiting [2021-03-01T18:57:13.081Z] aa168da1d23b: Waiting [2021-03-01T18:57:13.081Z] 01666e4c0597: Waiting [2021-03-01T18:57:13.081Z] 46f8f816bc3b: Waiting [2021-03-01T18:57:13.081Z] 93b61091891f: Waiting [2021-03-01T18:57:13.081Z] 36b3adc4ff6f: Download complete [2021-03-01T18:57:13.081Z] 46f8f816bc3b: Verifying Checksum [2021-03-01T18:57:13.081Z] 46f8f816bc3b: Download complete [2021-03-01T18:57:13.081Z] df20fa9351a1: Download complete [2021-03-01T18:57:13.081Z] 93b9cdb0e59b: Verifying Checksum [2021-03-01T18:57:13.081Z] 93b9cdb0e59b: Download complete [2021-03-01T18:57:13.081Z] 93b61091891f: Verifying Checksum [2021-03-01T18:57:13.082Z] 93b61091891f: Download complete [2021-03-01T18:57:13.082Z] 01666e4c0597: Verifying Checksum [2021-03-01T18:57:13.082Z] 01666e4c0597: Download complete [2021-03-01T18:57:13.082Z] 5e14af77c1be: Verifying Checksum [2021-03-01T18:57:13.082Z] 5e14af77c1be: Download complete [2021-03-01T18:57:13.357Z] 8ad3a11d3b57: Verifying Checksum [2021-03-01T18:57:13.357Z] 8ad3a11d3b57: Download complete [2021-03-01T18:57:13.620Z] df20fa9351a1: Pull complete [2021-03-01T18:57:13.888Z] 36b3adc4ff6f: Pull complete [2021-03-01T18:57:14.863Z] 8ad3a11d3b57: Pull complete [2021-03-01T18:57:15.137Z] 46f8f816bc3b: Pull complete [2021-03-01T18:57:15.137Z] aa168da1d23b: Verifying Checksum [2021-03-01T18:57:15.137Z] aa168da1d23b: Download complete [2021-03-01T18:57:15.713Z] 93b61091891f: Pull complete [2021-03-01T18:57:15.713Z] 93b9cdb0e59b: Pull complete [2021-03-01T18:57:15.978Z] 5e14af77c1be: Pull complete [2021-03-01T18:57:15.978Z] 01666e4c0597: Pull complete [2021-03-01T18:57:24.201Z] aa168da1d23b: Pull complete [2021-03-01T18:57:24.201Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-01T18:57:24.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-01T18:57:24.201Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-01T18:57:24.334Z] prd-centos7-docker-4c-2g-28087 does not seem to be running inside a container [2021-03-01T18:57:24.380Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-01T18:57:26.887Z] $ docker top f879a0fa68efb33a98599cd7f6a0e148d587d664a29c34cf3b5c2483e8cbc790 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-01T18:57:27.377Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-01T18:57:27.678Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-01T18:57:27.979Z] + ls /var/log/sa-host [2021-03-01T18:57:27.979Z] + sadf -c /var/log/sa-host/sa01 [2021-03-01T18:57:27.979Z] file_magic: OK [2021-03-01T18:57:27.979Z] HZ: Using current value: 100 [2021-03-01T18:57:27.979Z] file_header: OK [2021-03-01T18:57:27.979Z] 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-03-01T18:57:27.979Z] Statistics: [2021-03-01T18:57:27.979Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-01T18:57:27.979Z] File successfully converted to sysstat format version 12.2.1 [2021-03-01T18:57:27.979Z] + sadf -c /var/log/sa-host/sa23 [2021-03-01T18:57:27.979Z] file_magic: OK [2021-03-01T18:57:27.979Z] HZ: Using current value: 100 [2021-03-01T18:57:27.979Z] file_header: OK [2021-03-01T18:57:27.979Z] 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-03-01T18:57:27.979Z] Statistics: [2021-03-01T18:57:27.979Z] Hnuu...uuuununununu... [2021-03-01T18:57:27.979Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-01T18:57:28.182Z] provisioning config files... [2021-03-01T18:57:28.196Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2415672477874280208tmp [Pipeline] { [Pipeline] echo [2021-03-01T18:57:28.281Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:57:28.578Z] ---> create-netrc.sh [Pipeline] } [2021-03-01T18:57:28.588Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-01T18:57:28.684Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:57:28.983Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-01T18:57:28.994Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:57:29.288Z] ---> sudo-logs.sh [2021-03-01T18:57:29.288Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-01T18:57:29.360Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:57:29.675Z] ---> job-cost.sh [2021-03-01T18:57:29.675Z] lf-activate-venv: SKIPPING [2021-03-01T18:57:29.675Z] DEBUG: total: 0.20999999344348907 [2021-03-01T18:57:29.675Z] INFO: Retrieving Stack Cost... [2021-03-01T18:57:30.623Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-01T18:57:31.197Z] INFO: Archiving Costs [Pipeline] echo [2021-03-01T18:57:31.211Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-01T18:57:31.507Z] ---> logs-deploy.sh [2021-03-01T18:57:31.507Z] lf-activate-venv: SKIPPING [2021-03-01T18:57:31.507Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/31 [2021-03-01T18:57:31.507Z] INFO: archiving workspace using pattern(s): [2021-03-01T18:57:33.428Z] Archives upload complete. [2021-03-01T18:57:33.428Z] INFO: archiving logs to Nexus