Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba13cc667efa8488f1388563b3303a08f2c8bd2a 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-30723 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 Checking out Revision ba13cc667efa8488f1388563b3303a08f2c8bd2a (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ba13cc667efa8488f1388563b3303a08f2c8bd2a # timeout=10 Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48" > git rev-list --no-walk bbaf2c82bd747ee4698fc03fed09388017017ca6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-20T17:20:11.685Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-20T17:20:11.993Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-20T17:20:12.105Z] ========================================================= [2021-03-20T17:20:12.105Z] EdgeX Global Pipelines Version Info [2021-03-20T17:20:12.105Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:20:13.577Z] ------------------- [2021-03-20T17:20:13.577Z] stable info: [2021-03-20T17:20:13.577Z] ------------------- [2021-03-20T17:20:13.577Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-20T17:20:13.577Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:20:13.577Z] Message: update stable to v1.0.186 [2021-03-20T17:20:14.531Z] ------------------- [2021-03-20T17:20:14.531Z] experimental info: [2021-03-20T17:20:14.531Z] ------------------- [2021-03-20T17:20:14.531Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-20T17:20:14.531Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:20:14.531Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-20T17:20:14.808Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2021-03-20T17:20:14.903Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2021-03-20T17:20:14.990Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-20T17:20:15.075Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-20T17:20:15.183Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-20T17:20:15.272Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-20T17:20:15.351Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-20T17:20:15.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-20T17:20:15.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-20T17:20:15.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-20T17:20:15.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-20T17:20:15.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2021-03-20T17:20:15.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-20T17:20:15.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-20T17:20:16.050Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-20T17:20:16.158Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-20T17:20:16.286Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-20T17:20:16.408Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-20T17:20:16.513Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-20T17:20:16.622Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-20T17:20:16.734Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-20T17:20:16.973Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-20T17:20:17.066Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-20T17:20:17.148Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-20T17:20:17.284Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-20T17:20:17.391Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-20T17:20:17.476Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-20T17:20:17.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-20T17:20:17.646Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-20T17:20:17.734Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] echo [2021-03-20T17:20:17.818Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba13cc6 [Pipeline] echo [2021-03-20T17:20:17.947Z] [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-20T17:20:18.726Z] + git log --format=format:%s -1 ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] echo [2021-03-20T17:20:18.805Z] GIT_COMMIT: ba13cc667efa8488f1388563b3303a08f2c8bd2a, Commit Message: Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48 [Pipeline] echo [2021-03-20T17:20:18.856Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:20:19.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:20:19.739Z] [2021-03-20T17:20:19.739Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:20:20.098Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:20:20.098Z] latest: Pulling from edgex-devops/git-semver [2021-03-20T17:20:20.098Z] 31603596830f: Pulling fs layer [2021-03-20T17:20:20.098Z] 2a8b12db71e7: Pulling fs layer [2021-03-20T17:20:20.098Z] 6ca5941a6612: Pulling fs layer [2021-03-20T17:20:20.098Z] ecc8261a40a4: Pulling fs layer [2021-03-20T17:20:20.098Z] ecc8261a40a4: Waiting [2021-03-20T17:20:20.098Z] 2a8b12db71e7: Verifying Checksum [2021-03-20T17:20:20.098Z] 2a8b12db71e7: Download complete [2021-03-20T17:20:20.098Z] 31603596830f: Verifying Checksum [2021-03-20T17:20:20.098Z] 31603596830f: Download complete [2021-03-20T17:20:20.367Z] ecc8261a40a4: Verifying Checksum [2021-03-20T17:20:20.367Z] ecc8261a40a4: Download complete [2021-03-20T17:20:20.367Z] 6ca5941a6612: Verifying Checksum [2021-03-20T17:20:20.367Z] 6ca5941a6612: Download complete [2021-03-20T17:20:20.643Z] 31603596830f: Pull complete [2021-03-20T17:20:20.643Z] 2a8b12db71e7: Pull complete [2021-03-20T17:20:21.604Z] 6ca5941a6612: Pull complete [2021-03-20T17:20:21.869Z] ecc8261a40a4: Pull complete [2021-03-20T17:20:21.869Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-20T17:20:21.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:20:21.869Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-20T17:20:21.981Z] prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container [2021-03-20T17:20:22.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-20T17:20:23.926Z] $ docker top b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:20:24.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:20:24.206Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:20:24.466Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:20:24.470Z] $ docker exec b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent [2021-03-20T17:20:24.656Z] SSH_AUTH_SOCK=/tmp/ssh-X8dAu3nfdw45/agent.11 [2021-03-20T17:20:24.656Z] SSH_AGENT_PID=16 [2021-03-20T17:20:24.667Z] Running ssh-add (command line suppressed) [2021-03-20T17:20:24.798Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_526105402107090791.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_526105402107090791.key) [2021-03-20T17:20:24.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:20:25.196Z] + git tag --points-at HEAD [Pipeline] } [2021-03-20T17:20:25.290Z] $ docker exec --env ******** --env ******** b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent -k [2021-03-20T17:20:25.448Z] unset SSH_AUTH_SOCK; [2021-03-20T17:20:25.448Z] unset SSH_AGENT_PID; [2021-03-20T17:20:25.448Z] echo Agent pid 16 killed; [2021-03-20T17:20:25.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-20T17:20:25.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:20:25.659Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:20:25.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:20:25.834Z] $ docker exec b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent [2021-03-20T17:20:25.993Z] SSH_AUTH_SOCK=/tmp/ssh-FByWl6t1Dkxz/agent.46 [2021-03-20T17:20:25.993Z] SSH_AGENT_PID=51 [2021-03-20T17:20:26.000Z] Running ssh-add (command line suppressed) [2021-03-20T17:20:26.118Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8140968121844792948.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8140968121844792948.key) [2021-03-20T17:20:26.170Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:20:26.500Z] + git semver init [2021-03-20T17:20:26.500Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:20:26.500Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-20T17:20:26.500Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-20T17:20:26.500Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:20:26.500Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:20:26.500Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:20:26.500Z] # $SEMVER_BRANCH = master [2021-03-20T17:20:26.500Z] # $SEMVER_TEMP = /tmp/semver-793560839 [2021-03-20T17:20:26.500Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2021-03-20T17:20:27.075Z] # '/tmp/semver-793560839' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2021-03-20T17:20:27.075Z] # -> Force: false [2021-03-20T17:20:27.075Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-03-20T17:20:27.088Z] $ docker exec --env ******** --env ******** b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c ssh-agent -k [2021-03-20T17:20:27.206Z] unset SSH_AUTH_SOCK; [2021-03-20T17:20:27.206Z] unset SSH_AGENT_PID; [2021-03-20T17:20:27.207Z] echo Agent pid 51 killed; [2021-03-20T17:20:27.251Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:20:27.731Z] + git semver [Pipeline] } [2021-03-20T17:20:27.751Z] $ docker stop --time=1 b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c [2021-03-20T17:20:29.188Z] $ docker rm -f b9fb1a2a0eb0ecd521976259346d1e5768416fc53b3d6f2479ddce95c68dc42c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:20:29.660Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-20T17:20:30.073Z] Stashed 1 file(s) [Pipeline] echo [2021-03-20T17:20:30.077Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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-20T17:20:45.701Z] Still waiting to schedule task [2021-03-20T17:20:45.701Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30726’ 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’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-20T17:20:45.704Z] Still waiting to schedule task [2021-03-20T17:20:45.704Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30726’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ is offline [2021-03-20T17:22:48.783Z] Running on prd-centos7-docker-4c-2g-30732 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-20T17:22:48.830Z] Running in /w/workspace/go-mod-secrets/32 [Pipeline] { [Pipeline] checkout [2021-03-20T17:22:51.761Z] using credential edgex-jenkins-ssh [2021-03-20T17:22:51.809Z] Cloning the remote Git repository [2021-03-20T17:22:51.838Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-20T17:22:51.910Z] > git init /w/workspace/go-mod-secrets/32 # timeout=10 [2021-03-20T17:22:51.991Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-20T17:22:51.992Z] > git --version # timeout=10 [2021-03-20T17:22:51.999Z] > git --version # 'git version 2.24.3' [2021-03-20T17:22:52.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:22:52.031Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:22:52.970Z] Checking out Revision ba13cc667efa8488f1388563b3303a08f2c8bd2a (master) [2021-03-20T17:22:52.541Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-20T17:22:52.549Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:22:52.564Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-20T17:22:52.577Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-20T17:22:52.578Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:22:52.582Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:22:52.978Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:22:52.985Z] > git checkout -f ba13cc667efa8488f1388563b3303a08f2c8bd2a # timeout=10 [2021-03-20T17:22:56.741Z] Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:22:57.900Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:22:58.231Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:22:58.544Z] + sudo service docker restart [2021-03-20T17:22:58.544Z] + true [2021-03-20T17:22:58.544Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-20T17:22:59.642Z] ========================================================= [2021-03-20T17:22:59.642Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-20T17:22:59.642Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:22:59.989Z] + 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-20T17:23:00.568Z] Sending build context to Docker daemon 576.5kB [2021-03-20T17:23:00.568Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-20T17:23:00.568Z] Step 2/7 : FROM ${BASE} [2021-03-20T17:23:00.568Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-20T17:23:00.568Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:23:00.568Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:23:00.568Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:23:00.568Z] bca2f99d35d6: Pulling fs layer [2021-03-20T17:23:00.568Z] 93359f2a8cfa: Pulling fs layer [2021-03-20T17:23:00.568Z] 7c6f9722023f: Pulling fs layer [2021-03-20T17:23:00.568Z] a35cf1a2eb13: Pulling fs layer [2021-03-20T17:23:00.568Z] bca2f99d35d6: Waiting [2021-03-20T17:23:00.568Z] 93359f2a8cfa: Waiting [2021-03-20T17:23:00.568Z] 7c6f9722023f: Waiting [2021-03-20T17:23:00.568Z] a35cf1a2eb13: Waiting [2021-03-20T17:23:00.568Z] de9db76c5a1d: Verifying Checksum [2021-03-20T17:23:00.568Z] de9db76c5a1d: Download complete [2021-03-20T17:23:00.568Z] 0ef7d3d256c8: Verifying Checksum [2021-03-20T17:23:00.568Z] 0ef7d3d256c8: Download complete [2021-03-20T17:23:00.568Z] 93359f2a8cfa: Verifying Checksum [2021-03-20T17:23:00.568Z] 93359f2a8cfa: Download complete [2021-03-20T17:23:01.515Z] 7c6f9722023f: Verifying Checksum [2021-03-20T17:23:01.515Z] 7c6f9722023f: Download complete [2021-03-20T17:23:01.515Z] 188c0c94c7c5: Verifying Checksum [2021-03-20T17:23:01.515Z] 188c0c94c7c5: Download complete [2021-03-20T17:23:01.515Z] 188c0c94c7c5: Pull complete [2021-03-20T17:23:01.787Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:23:02.057Z] de9db76c5a1d: Pull complete [2021-03-20T17:23:03.017Z] a35cf1a2eb13: Verifying Checksum [2021-03-20T17:23:03.017Z] a35cf1a2eb13: Download complete [2021-03-20T17:23:03.977Z] bca2f99d35d6: Verifying Checksum [2021-03-20T17:23:03.977Z] bca2f99d35d6: Download complete [2021-03-20T17:23:09.311Z] bca2f99d35d6: Pull complete [2021-03-20T17:23:09.311Z] 93359f2a8cfa: Pull complete [2021-03-20T17:23:09.311Z] 7c6f9722023f: Pull complete [2021-03-20T17:23:13.568Z] a35cf1a2eb13: Pull complete [2021-03-20T17:23:13.568Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-20T17:23:13.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-20T17:23:13.568Z] ---> a62c8e92a672 [2021-03-20T17:23:13.568Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-20T17:23:13.568Z] ---> Running in 3f376d25a9e2 [2021-03-20T17:23:13.833Z] Removing intermediate container 3f376d25a9e2 [2021-03-20T17:23:13.833Z] ---> 7f496e30ea75 [2021-03-20T17:23:13.833Z] Step 4/7 : RUN apk add --update bash [2021-03-20T17:23:13.833Z] ---> Running in a895df42aef4 [2021-03-20T17:23:14.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:23:15.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:23:15.944Z] OK: 166 MiB in 39 packages [2021-03-20T17:23:16.522Z] Removing intermediate container a895df42aef4 [2021-03-20T17:23:16.522Z] ---> f3b5c401ade4 [2021-03-20T17:23:16.522Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-20T17:23:16.522Z] ---> Running in f53318994f60 [2021-03-20T17:23:16.522Z] Removing intermediate container f53318994f60 [2021-03-20T17:23:16.522Z] ---> 26d9da7a6f90 [2021-03-20T17:23:16.522Z] Step 6/7 : COPY go.mod . [2021-03-20T17:23:16.786Z] ---> f1c5e8532eab [2021-03-20T17:23:16.786Z] Step 7/7 : RUN go mod download [2021-03-20T17:23:16.786Z] ---> Running in 001679ffccb4 [2021-03-20T17:23:20.370Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30730 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2021-03-20T17:23:20.435Z] Running in /w/workspace/go-mod-secrets/32 [Pipeline] { [Pipeline] checkout [2021-03-20T17:23:25.665Z] using credential edgex-jenkins-ssh [2021-03-20T17:23:25.744Z] Cloning the remote Git repository [2021-03-20T17:23:25.807Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-20T17:23:25.909Z] > git init /w/workspace/go-mod-secrets/32 # timeout=10 [2021-03-20T17:23:26.016Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-20T17:23:26.016Z] > git --version # timeout=10 [2021-03-20T17:23:26.037Z] > git --version # 'git version 2.17.1' [2021-03-20T17:23:26.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:23:26.094Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:23:27.513Z] Checking out Revision ba13cc667efa8488f1388563b3303a08f2c8bd2a (master) [2021-03-20T17:23:26.916Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-20T17:23:26.934Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:23:26.956Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2021-03-20T17:23:26.997Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2021-03-20T17:23:26.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:23:27.010Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:23:27.538Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:23:27.574Z] > git checkout -f ba13cc667efa8488f1388563b3303a08f2c8bd2a # timeout=10 [2021-03-20T17:23:29.116Z] Removing intermediate container 001679ffccb4 [2021-03-20T17:23:29.116Z] ---> 42820b78b219 [2021-03-20T17:23:29.116Z] Successfully built 42820b78b219 [2021-03-20T17:23:29.116Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:23:29.433Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:23:29.433Z] . [Pipeline] withDockerContainer [2021-03-20T17:23:29.561Z] prd-centos7-docker-4c-2g-30732 does not seem to be running inside a container [2021-03-20T17:23:29.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@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-x86_64 cat [2021-03-20T17:23:30.406Z] $ docker top 3e930d4afabf438b9aded4f5627a81d56f3254b025c9e6e9a89c9fb9f02c5f3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:23:30.936Z] + go version [2021-03-20T17:23:30.936Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-20T17:23:30.953Z] $ docker stop --time=1 3e930d4afabf438b9aded4f5627a81d56f3254b025c9e6e9a89c9fb9f02c5f3a [2021-03-20T17:23:31.929Z] Commit message: "Merge pull request #94 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.48" [2021-03-20T17:23:32.360Z] $ docker rm -f 3e930d4afabf438b9aded4f5627a81d56f3254b025c9e6e9a89c9fb9f02c5f3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:23:33.436Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:23:33.436Z] . [Pipeline] withDockerContainer [2021-03-20T17:23:34.014Z] prd-centos7-docker-4c-2g-30732 does not seem to be running inside a container [2021-03-20T17:23:34.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@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-x86_64 cat [2021-03-20T17:23:34.205Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-20T17:23:34.874Z] $ docker top fb443efe686d6b86219a8048fb97d16abfbaded4234c62b292d70c935b339a09 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-20T17:23:35.421Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:23:35.530Z] + make test [2021-03-20T17:23:35.530Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-20T17:23:35.779Z] + sudo service docker restart [2021-03-20T17:23:35.779Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-20T17:23:38.059Z] ========================================================= [2021-03-20T17:23:38.059Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-20T17:23:38.059Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:23:38.538Z] + 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-20T17:23:39.520Z] Sending build context to Docker daemon 575.5kB [2021-03-20T17:23:39.520Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-20T17:23:39.520Z] Step 2/7 : FROM ${BASE} [2021-03-20T17:23:39.795Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-20T17:23:39.795Z] 5f621e34cdf4: Pulling fs layer [2021-03-20T17:23:39.795Z] a4357932f1b6: Pulling fs layer [2021-03-20T17:23:39.795Z] 18c013af1878: Pulling fs layer [2021-03-20T17:23:39.795Z] 00ac8860ef70: Pulling fs layer [2021-03-20T17:23:39.795Z] 63d7cb157983: Pulling fs layer [2021-03-20T17:23:39.795Z] b116817d02f9: Pulling fs layer [2021-03-20T17:23:39.795Z] 745a02a5169b: Pulling fs layer [2021-03-20T17:23:39.795Z] 00ac8860ef70: Waiting [2021-03-20T17:23:39.795Z] 63d7cb157983: Waiting [2021-03-20T17:23:39.795Z] b116817d02f9: Waiting [2021-03-20T17:23:39.795Z] 745a02a5169b: Waiting [2021-03-20T17:23:39.795Z] 18c013af1878: Verifying Checksum [2021-03-20T17:23:39.795Z] 18c013af1878: Download complete [2021-03-20T17:23:39.795Z] a4357932f1b6: Verifying Checksum [2021-03-20T17:23:39.795Z] a4357932f1b6: Download complete [2021-03-20T17:23:39.795Z] 63d7cb157983: Verifying Checksum [2021-03-20T17:23:39.795Z] 63d7cb157983: Download complete [2021-03-20T17:23:39.795Z] b116817d02f9: Download complete [2021-03-20T17:23:40.077Z] 5f621e34cdf4: Verifying Checksum [2021-03-20T17:23:40.077Z] 5f621e34cdf4: Download complete [2021-03-20T17:23:40.680Z] 5f621e34cdf4: Pull complete [2021-03-20T17:23:41.282Z] a4357932f1b6: Pull complete [2021-03-20T17:23:41.574Z] 18c013af1878: Pull complete [2021-03-20T17:23:42.172Z] 745a02a5169b: Verifying Checksum [2021-03-20T17:23:42.172Z] 745a02a5169b: Download complete [2021-03-20T17:23:43.610Z] 00ac8860ef70: Verifying Checksum [2021-03-20T17:23:43.610Z] 00ac8860ef70: Download complete [2021-03-20T17:23:53.759Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.196s coverage: 80.7% of statements [2021-03-20T17:23:53.760Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.023s coverage: 57.1% of statements [2021-03-20T17:23:53.760Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-20T17:23:53.760Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.008s coverage: 96.7% of statements [2021-03-20T17:23:53.760Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.010s coverage: 89.5% of statements [2021-03-20T17:23:53.760Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-20T17:23:53.760Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.006s coverage: 100.0% of statements [2021-03-20T17:23:53.760Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-20T17:23:53.760Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.005s coverage: 85.7% of statements [2021-03-20T17:23:53.760Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.006s coverage: 100.0% of statements [2021-03-20T17:23:53.760Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-20T17:23:53.760Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-20T17:23:53.780Z] 00ac8860ef70: Pull complete [2021-03-20T17:23:54.028Z] gofmt -l . [2021-03-20T17:23:54.029Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:23:54.055Z] 63d7cb157983: Pull complete [Pipeline] } [2021-03-20T17:23:54.308Z] $ docker stop --time=1 fb443efe686d6b86219a8048fb97d16abfbaded4234c62b292d70c935b339a09 [2021-03-20T17:23:54.327Z] b116817d02f9: Pull complete [2021-03-20T17:23:56.391Z] $ docker rm -f fb443efe686d6b86219a8048fb97d16abfbaded4234c62b292d70c935b339a09 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:23:56.951Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-20T17:23:57.345Z] 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-20T17:23:58.434Z] ---> job-cost.sh [2021-03-20T17:23:58.434Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-K6TQ [2021-03-20T17:23:58.660Z] 745a02a5169b: Pull complete [2021-03-20T17:23:58.660Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-20T17:23:58.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-20T17:23:58.660Z] ---> b7e6874047d6 [2021-03-20T17:23:58.660Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-20T17:24:01.292Z] ---> Running in 2b81dda23272 [2021-03-20T17:24:01.567Z] Removing intermediate container 2b81dda23272 [2021-03-20T17:24:01.568Z] ---> f5ad72ee897a [2021-03-20T17:24:01.568Z] Step 4/7 : RUN apk add --update bash [2021-03-20T17:24:01.842Z] ---> Running in f12fbfab7084 [2021-03-20T17:24:03.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:24:04.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:24:05.712Z] OK: 142 MiB in 39 packages [2021-03-20T17:24:06.717Z] Removing intermediate container f12fbfab7084 [2021-03-20T17:24:06.717Z] ---> cd5c25ef795d [2021-03-20T17:24:06.717Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-20T17:24:06.998Z] ---> Running in d299692242d7 [2021-03-20T17:24:07.595Z] Removing intermediate container d299692242d7 [2021-03-20T17:24:07.595Z] ---> 7de7e2d474be [2021-03-20T17:24:07.595Z] Step 6/7 : COPY go.mod . [2021-03-20T17:24:08.194Z] ---> dae15db7361a [2021-03-20T17:24:08.194Z] Step 7/7 : RUN go mod download [2021-03-20T17:24:08.474Z] ---> Running in 6c8db4cfb1d2 [2021-03-20T17:24:14.559Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:24:24.343Z] Removing intermediate container 6c8db4cfb1d2 [2021-03-20T17:24:24.344Z] ---> 44adc98a24a2 [2021-03-20T17:24:24.344Z] Successfully built 44adc98a24a2 [2021-03-20T17:24:24.344Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:24:24.690Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:24:24.690Z] . [Pipeline] withDockerContainer [2021-03-20T17:24:24.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-30730 does not seem to be running inside a container [2021-03-20T17:24:25.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@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-20T17:24:26.624Z] $ docker top 6969a78a342cf809cba69656fb916c04bf77aa07790220f0c6e00899e867811f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:24:27.689Z] + go version [2021-03-20T17:24:27.689Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-20T17:24:27.712Z] $ docker stop --time=1 6969a78a342cf809cba69656fb916c04bf77aa07790220f0c6e00899e867811f [2021-03-20T17:24:29.627Z] $ docker rm -f 6969a78a342cf809cba69656fb916c04bf77aa07790220f0c6e00899e867811f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:24:30.602Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:24:30.602Z] . [Pipeline] withDockerContainer [2021-03-20T17:24:30.863Z] prd-ubuntu18.04-docker-arm64-4c-16g-30730 does not seem to be running inside a container [2021-03-20T17:24:30.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/32 -v /w/workspace/go-mod-secrets/32:/w/workspace/go-mod-secrets/32:rw,z -v /w/workspace/go-mod-secrets/32@tmp:/w/workspace/go-mod-secrets/32@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-20T17:24:32.526Z] $ docker top 68a72c84141c2217803e1f696602abf535f56a449b2b8c165aeaa885ce52ce1d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:24:33.547Z] + make test [2021-03-20T17:24:33.547Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-20T17:24:41.193Z] lf-activate-venv(): INFO: Adding /tmp/venv-K6TQ/bin to PATH [2021-03-20T17:24:41.194Z] INFO: No Stack... [2021-03-20T17:24:41.470Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:24:42.420Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:24:42.739Z] + cat /w/workspace/go-mod-secrets/32/archives/cost.csv [2021-03-20T17:24:42.739Z] + cut -d, -f6 [Pipeline] lock [2021-03-20T17:24:42.831Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [2021-03-20T17:24:42.845Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] did not exist. Created. [2021-03-20T17:24:42.846Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:24:43.263Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-20T17:24:43.397Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:24:43.403Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-20T17:25:06.004Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.438s coverage: 80.7% of statements [2021-03-20T17:25:06.004Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.036s coverage: 57.1% of statements [2021-03-20T17:25:06.004Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2021-03-20T17:25:06.005Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.053s coverage: 96.7% of statements [2021-03-20T17:25:06.005Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.022s coverage: 89.5% of statements [2021-03-20T17:25:06.005Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2021-03-20T17:25:06.005Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.020s coverage: 100.0% of statements [2021-03-20T17:25:06.005Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2021-03-20T17:25:06.005Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.023s coverage: 85.7% of statements [2021-03-20T17:25:06.005Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.021s coverage: 100.0% of statements [2021-03-20T17:25:06.005Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2021-03-20T17:25:06.005Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-20T17:25:09.413Z] gofmt -l . [2021-03-20T17:25:09.414Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-20T17:25:09.444Z] $ docker stop --time=1 68a72c84141c2217803e1f696602abf535f56a449b2b8c165aeaa885ce52ce1d [2021-03-20T17:25:11.514Z] $ docker rm -f 68a72c84141c2217803e1f696602abf535f56a449b2b8c165aeaa885ce52ce1d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:25:12.325Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-20T17:25:12.345Z] Warning: overwriting stash ‘coverage-report’ [2021-03-20T17:25:13.086Z] 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-20T17:25:14.079Z] ---> job-cost.sh [2021-03-20T17:25:14.079Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rcak [2021-03-20T17:25:53.148Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:27:29.959Z] lf-activate-venv(): INFO: Adding /tmp/venv-rcak/bin to PATH [2021-03-20T17:27:29.959Z] INFO: No Stack... [2021-03-20T17:27:29.959Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-20T17:27:29.959Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:27:30.307Z] + cut -d, -f6 [2021-03-20T17:27:30.307Z] + cat /w/workspace/go-mod-secrets/32/archives/cost.csv [Pipeline] lock [2021-03-20T17:27:30.419Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [2021-03-20T17:27:30.439Z] Resource [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] did not exist. Created. [2021-03-20T17:27:30.440Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-master-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:27:30.891Z] /w/workspace/go-mod-secrets/32@tmp/durable-5e2b1697/script.sh: 1: /w/workspace/go-mod-secrets/32@tmp/durable-5e2b1697/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-20T17:27:31.258Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-20T17:27:31.320Z] Warning: overwriting stash ‘stack-cost’ [2021-03-20T17:27:31.497Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:27:31.517Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-master-32-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-20T17:27:32.605Z] provisioning config files... [2021-03-20T17:27:32.620Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config3669237209133969216tmp [Pipeline] { [Pipeline] sh [2021-03-20T17:27:32.994Z] + set +x [2021-03-20T17:27:32.994Z] + curl -s https://codecov.io/bash [2021-03-20T17:27:32.994Z] + bash -s -- [2021-03-20T17:27:33.576Z] [2021-03-20T17:27:33.576Z] _____ _ [2021-03-20T17:27:33.576Z] / ____| | | [2021-03-20T17:27:33.576Z] | | ___ __| | ___ ___ _____ __ [2021-03-20T17:27:33.576Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-20T17:27:33.576Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-20T17:27:33.576Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-20T17:27:33.576Z] Bash-20210309-2b87ace [2021-03-20T17:27:33.576Z] [2021-03-20T17:27:33.576Z] [2021-03-20T17:27:33.576Z] ==> git version 2.24.3 found [2021-03-20T17:27:33.576Z] ==> 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-20T17:27:33.576Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-20T17:27:33.576Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-20T17:27:33.576Z] ==> Jenkins CI detected. [2021-03-20T17:27:33.576Z] project root: . [2021-03-20T17:27:33.576Z] --> token set from env [2021-03-20T17:27:33.576Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-20T17:27:33.576Z] ==> Running gcov in . (disable via -X gcov) [2021-03-20T17:27:33.576Z] ==> Python coveragepy not found [2021-03-20T17:27:33.576Z] ==> Searching for coverage reports in: [2021-03-20T17:27:33.576Z] + . [2021-03-20T17:27:33.576Z] -> Found 1 reports [2021-03-20T17:27:33.576Z] ==> Detecting git/mercurial file structure [2021-03-20T17:27:33.576Z] ==> Reading reports [2021-03-20T17:27:33.576Z] + ./coverage.out bytes=27424 [2021-03-20T17:27:33.576Z] ==> Appending adjustments [2021-03-20T17:27:33.576Z] https://docs.codecov.io/docs/fixing-reports [2021-03-20T17:27:33.840Z] + Found adjustments [2021-03-20T17:27:33.840Z] ==> Gzipping contents [2021-03-20T17:27:33.840Z] 8.0K /tmp/codecov.M5gaQo.gz [2021-03-20T17:27:33.840Z] ==> Uploading reports [2021-03-20T17:27:33.840Z] url: https://codecov.io [2021-03-20T17:27:33.840Z] query: branch=master&commit=ba13cc667efa8488f1388563b3303a08f2c8bd2a&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-20T17:27:33.840Z] -> Pinging Codecov [2021-03-20T17:27:33.840Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ba13cc667efa8488f1388563b3303a08f2c8bd2a&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-20T17:27:34.102Z] -> Uploading to [2021-03-20T17:27:34.102Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-20/D63849C06B6B67093493C71CE874ED06/ba13cc667efa8488f1388563b3303a08f2c8bd2a/2fa3f9b3-2b9f-4378-b5db-20ab0eb731a4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T172734Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8a1781ddf41288cfd08187668a64cc3e5ea71f7a46a95fd159d9fb8a646bad8 [2021-03-20T17:27:34.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:27:34.102Z] Dload Upload Total Spent Left Speed [2021-03-20T17:27:34.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5615 0 0 100 5615 0 13246 --:--:-- --:--:-- --:--:-- 13274 [2021-03-20T17:27:34.675Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] } [2021-03-20T17:27:34.686Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-20T17:27:35.104Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-20T17:27:35.183Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:35.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-20T17:27:35.522Z] [2021-03-20T17:27:35.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:35.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-20T17:27:35.879Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-20T17:27:35.879Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:27:35.879Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:27:35.879Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:27:35.879Z] 0eba1c9be4d2: Pulling fs layer [2021-03-20T17:27:35.879Z] 0d57e429df01: Pulling fs layer [2021-03-20T17:27:35.879Z] 4e4be7b47b0d: Pulling fs layer [2021-03-20T17:27:35.879Z] e1f770b5df2f: Pulling fs layer [2021-03-20T17:27:35.879Z] 85a0685a4137: Pulling fs layer [2021-03-20T17:27:35.879Z] 0d57e429df01: Waiting [2021-03-20T17:27:35.879Z] 4e4be7b47b0d: Waiting [2021-03-20T17:27:35.879Z] e1f770b5df2f: Waiting [2021-03-20T17:27:35.879Z] 85a0685a4137: Waiting [2021-03-20T17:27:35.879Z] 0eba1c9be4d2: Waiting [2021-03-20T17:27:35.879Z] de9db76c5a1d: Verifying Checksum [2021-03-20T17:27:35.879Z] de9db76c5a1d: Download complete [2021-03-20T17:27:35.879Z] 0ef7d3d256c8: Verifying Checksum [2021-03-20T17:27:35.879Z] 0ef7d3d256c8: Download complete [2021-03-20T17:27:35.879Z] 0d57e429df01: Verifying Checksum [2021-03-20T17:27:35.879Z] 0d57e429df01: Download complete [2021-03-20T17:27:35.879Z] 4e4be7b47b0d: Verifying Checksum [2021-03-20T17:27:35.879Z] 4e4be7b47b0d: Download complete [2021-03-20T17:27:35.879Z] 188c0c94c7c5: Download complete [2021-03-20T17:27:36.454Z] 188c0c94c7c5: Pull complete [2021-03-20T17:27:36.726Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:27:36.726Z] de9db76c5a1d: Pull complete [2021-03-20T17:27:38.123Z] e1f770b5df2f: Verifying Checksum [2021-03-20T17:27:38.123Z] e1f770b5df2f: Download complete [2021-03-20T17:27:40.698Z] 0eba1c9be4d2: Verifying Checksum [2021-03-20T17:27:40.698Z] 0eba1c9be4d2: Download complete [2021-03-20T17:27:41.276Z] 85a0685a4137: Verifying Checksum [2021-03-20T17:27:41.276Z] 85a0685a4137: Download complete [2021-03-20T17:27:46.638Z] 0eba1c9be4d2: Pull complete [2021-03-20T17:27:46.639Z] 0d57e429df01: Pull complete [2021-03-20T17:27:46.639Z] 4e4be7b47b0d: Pull complete [2021-03-20T17:27:48.593Z] e1f770b5df2f: Pull complete [2021-03-20T17:27:56.842Z] 85a0685a4137: Pull complete [2021-03-20T17:27:56.842Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-20T17:27:56.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-20T17:27:56.842Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-20T17:27:57.066Z] prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container [2021-03-20T17:27:57.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-20T17:27:58.170Z] $ docker top 061f182881421fc7b464174139fd44d3fd89eb1341d3d1052384e80bacb7b551 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:27:58.449Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-20T17:27:58.750Z] + set -o pipefail [2021-03-20T17:27:58.750Z] + snyk monitor '--org=edgex-jenkins' [2021-03-20T17:28:03.015Z] [2021-03-20T17:28:03.015Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets/v2)... [2021-03-20T17:28:03.015Z] [2021-03-20T17:28:03.015Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09f0d814-f697-40d2-af90-946e9eb2af5e/history/5470c01b-2453-4a38-a11c-3e382cfcae83 [2021-03-20T17:28:03.015Z] [2021-03-20T17:28:03.015Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-20T17:28:03.015Z] [2021-03-20T17:28:03.015Z] [Pipeline] } [2021-03-20T17:28:03.032Z] $ docker stop --time=1 061f182881421fc7b464174139fd44d3fd89eb1341d3d1052384e80bacb7b551 [2021-03-20T17:28:05.135Z] $ docker rm -f 061f182881421fc7b464174139fd44d3fd89eb1341d3d1052384e80bacb7b551 [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-20T17:28:06.792Z] + git log --format=format:%s -1 ba13cc667efa8488f1388563b3303a08f2c8bd2a [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:07.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:28:07.110Z] . [Pipeline] withDockerContainer [2021-03-20T17:28:07.212Z] prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container [2021-03-20T17:28:07.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-20T17:28:08.364Z] $ docker top 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:28:08.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:28:08.688Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:28:09.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:28:09.074Z] $ docker exec 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 ssh-agent [2021-03-20T17:28:09.291Z] SSH_AUTH_SOCK=/tmp/ssh-tE65VXDlEpHd/agent.11 [2021-03-20T17:28:09.291Z] SSH_AGENT_PID=17 [2021-03-20T17:28:09.299Z] Running ssh-add (command line suppressed) [2021-03-20T17:28:09.471Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8053804030044926960.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_8053804030044926960.key) [2021-03-20T17:28:09.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:28:09.901Z] + git semver tag [2021-03-20T17:28:09.901Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:28:09.901Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-20T17:28:09.901Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-20T17:28:09.901Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:28:09.901Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:28:09.901Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:28:09.901Z] # $SEMVER_BRANCH = master [2021-03-20T17:28:09.901Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-03-20T17:28:09.901Z] # ba13cc667efa8488f1388563b3303a08f2c8bd2a HEAD [2021-03-20T17:28:09.901Z] # -> Force: false [2021-03-20T17:28:09.901Z] # 8d52be9cb49135100af73bad42c7fa96bb1ce88e refs/tags/v2.0.0-dev.9 [Pipeline] } [2021-03-20T17:28:09.912Z] $ docker exec --env ******** --env ******** 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 ssh-agent -k [2021-03-20T17:28:10.059Z] unset SSH_AUTH_SOCK; [2021-03-20T17:28:10.059Z] unset SSH_AGENT_PID; [2021-03-20T17:28:10.060Z] echo Agent pid 17 killed; [2021-03-20T17:28:10.121Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:28:10.590Z] + git semver [Pipeline] } [2021-03-20T17:28:10.608Z] $ docker stop --time=1 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 [2021-03-20T17:28:12.010Z] $ docker rm -f 9e54f91d6d2ad8ff8688269f2b0752c9e117e444d14c687299db6adc41e57589 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:12.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-20T17:28:12.706Z] [2021-03-20T17:28:12.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:13.139Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-20T17:28:13.139Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-20T17:28:13.139Z] ab5ef0e58194: Pulling fs layer [2021-03-20T17:28:13.139Z] 9712f1f96733: Pulling fs layer [2021-03-20T17:28:13.139Z] 63f879dbbcfc: Pulling fs layer [2021-03-20T17:28:13.139Z] 0d9ebad4ef96: Pulling fs layer [2021-03-20T17:28:13.139Z] e9a5061849ea: Pulling fs layer [2021-03-20T17:28:13.139Z] d747dcd14b5f: Pulling fs layer [2021-03-20T17:28:13.139Z] 2de7ff778b66: Pulling fs layer [2021-03-20T17:28:13.139Z] e9a5061849ea: Waiting [2021-03-20T17:28:13.139Z] d747dcd14b5f: Waiting [2021-03-20T17:28:13.139Z] 0d9ebad4ef96: Waiting [2021-03-20T17:28:13.139Z] 2de7ff778b66: Waiting [2021-03-20T17:28:13.139Z] 9712f1f96733: Verifying Checksum [2021-03-20T17:28:13.139Z] 9712f1f96733: Download complete [2021-03-20T17:28:15.731Z] 63f879dbbcfc: Verifying Checksum [2021-03-20T17:28:15.731Z] 63f879dbbcfc: Download complete [2021-03-20T17:28:16.310Z] e9a5061849ea: Verifying Checksum [2021-03-20T17:28:16.310Z] e9a5061849ea: Download complete [2021-03-20T17:28:16.310Z] d747dcd14b5f: Verifying Checksum [2021-03-20T17:28:16.310Z] d747dcd14b5f: Download complete [2021-03-20T17:28:16.889Z] 2de7ff778b66: Verifying Checksum [2021-03-20T17:28:16.889Z] 2de7ff778b66: Download complete [2021-03-20T17:28:16.889Z] ab5ef0e58194: Verifying Checksum [2021-03-20T17:28:16.889Z] ab5ef0e58194: Download complete [2021-03-20T17:28:17.155Z] 0d9ebad4ef96: Verifying Checksum [2021-03-20T17:28:17.155Z] 0d9ebad4ef96: Download complete [2021-03-20T17:28:21.561Z] ab5ef0e58194: Pull complete [2021-03-20T17:28:21.824Z] 9712f1f96733: Pull complete [2021-03-20T17:28:24.399Z] 63f879dbbcfc: Pull complete [2021-03-20T17:28:31.168Z] 0d9ebad4ef96: Pull complete [2021-03-20T17:28:32.567Z] e9a5061849ea: Pull complete [2021-03-20T17:28:32.567Z] d747dcd14b5f: Pull complete [2021-03-20T17:28:35.153Z] 2de7ff778b66: Pull complete [2021-03-20T17:28:35.153Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-20T17:28:35.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-20T17:28:35.153Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-20T17:28:35.356Z] prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container [2021-03-20T17:28:35.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-20T17:28:39.165Z] $ docker top 927f3d60ee41db5f4cab406cf64b1e7337ae55951511b0ba8504af3a8a87c864 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:28:39.435Z] provisioning config files... [2021-03-20T17:28:39.456Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5757192843297152473tmp [2021-03-20T17:28:39.482Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config8859256724415503596tmp [2021-03-20T17:28:39.505Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config5650717858013015114tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:28:39.568Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:28:39.876Z] ---> sigul-configuration.sh [2021-03-20T17:28:39.876Z] gpg: directory `/root/.gnupg' created [2021-03-20T17:28:39.876Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-20T17:28:39.876Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-20T17:28:39.876Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-20T17:28:39.877Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-20T17:28:39.877Z] gpg: CAST5 encrypted data [2021-03-20T17:28:40.139Z] gpg: encrypted with 1 passphrase [2021-03-20T17:28:40.139Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-20T17:28:40.448Z] + mkdir /home/jenkins [2021-03-20T17:28:40.448Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-20T17:28:40.755Z] + 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-20T17:28:40.767Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:28:41.077Z] ---> sigul-install.sh [2021-03-20T17:28:47.717Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-20T17:28:48.024Z] + git tag --list [2021-03-20T17:28:48.024Z] v0.0.0 [2021-03-20T17:28:48.024Z] v0.0.1 [2021-03-20T17:28:48.024Z] v0.0.10 [2021-03-20T17:28:48.024Z] v0.0.11 [2021-03-20T17:28:48.024Z] v0.0.12 [2021-03-20T17:28:48.024Z] v0.0.13 [2021-03-20T17:28:48.024Z] v0.0.14 [2021-03-20T17:28:48.024Z] v0.0.15 [2021-03-20T17:28:48.024Z] v0.0.16 [2021-03-20T17:28:48.024Z] v0.0.17 [2021-03-20T17:28:48.024Z] v0.0.18 [2021-03-20T17:28:48.024Z] v0.0.19 [2021-03-20T17:28:48.024Z] v0.0.2 [2021-03-20T17:28:48.024Z] v0.0.20 [2021-03-20T17:28:48.024Z] v0.0.21 [2021-03-20T17:28:48.024Z] v0.0.22 [2021-03-20T17:28:48.024Z] v0.0.23 [2021-03-20T17:28:48.024Z] v0.0.24 [2021-03-20T17:28:48.024Z] v0.0.25 [2021-03-20T17:28:48.024Z] v0.0.26 [2021-03-20T17:28:48.024Z] v0.0.27 [2021-03-20T17:28:48.024Z] v0.0.28 [2021-03-20T17:28:48.024Z] v0.0.29 [2021-03-20T17:28:48.024Z] v0.0.3 [2021-03-20T17:28:48.024Z] v0.0.30 [2021-03-20T17:28:48.024Z] v0.0.31 [2021-03-20T17:28:48.024Z] v0.0.32 [2021-03-20T17:28:48.024Z] v0.0.33 [2021-03-20T17:28:48.024Z] v0.0.4 [2021-03-20T17:28:48.024Z] v0.0.5 [2021-03-20T17:28:48.024Z] v0.0.6 [2021-03-20T17:28:48.024Z] v0.0.7 [2021-03-20T17:28:48.024Z] v0.0.8 [2021-03-20T17:28:48.024Z] v0.0.9 [2021-03-20T17:28:48.024Z] v2.0.0-dev.1 [2021-03-20T17:28:48.024Z] v2.0.0-dev.2 [2021-03-20T17:28:48.024Z] v2.0.0-dev.3 [2021-03-20T17:28:48.024Z] v2.0.0-dev.4 [2021-03-20T17:28:48.024Z] v2.0.0-dev.5 [2021-03-20T17:28:48.024Z] v2.0.0-dev.6 [2021-03-20T17:28:48.024Z] v2.0.0-dev.7 [2021-03-20T17:28:48.024Z] v2.0.0-dev.8 [2021-03-20T17:28:48.024Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-20T17:28:48.345Z] + lftools sign git-tag v2.0.0-dev.9 [2021-03-20T17:28:49.755Z] Signing Git tag with Sigul... [2021-03-20T17:28:49.755Z] Signing v2.0.0-dev.9 [Pipeline] echo [2021-03-20T17:28:50.719Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:28:51.036Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-20T17:28:51.052Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-20T17:28:51.146Z] $ docker stop --time=1 927f3d60ee41db5f4cab406cf64b1e7337ae55951511b0ba8504af3a8a87c864 [2021-03-20T17:28:53.337Z] $ docker rm -f 927f3d60ee41db5f4cab406cf64b1e7337ae55951511b0ba8504af3a8a87c864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:54.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:28:54.262Z] . [Pipeline] withDockerContainer [2021-03-20T17:28:54.386Z] prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container [2021-03-20T17:28:54.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-20T17:28:55.279Z] $ docker top b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:28:55.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:28:55.656Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:28:55.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:28:55.902Z] $ docker exec b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 ssh-agent [2021-03-20T17:28:56.123Z] SSH_AUTH_SOCK=/tmp/ssh-FaOe2MmHR1ZL/agent.11 [2021-03-20T17:28:56.123Z] SSH_AGENT_PID=17 [2021-03-20T17:28:56.131Z] Running ssh-add (command line suppressed) [2021-03-20T17:28:56.279Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2462903353094002764.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_2462903353094002764.key) [2021-03-20T17:28:56.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:28:56.685Z] + git semver bump pre [2021-03-20T17:28:56.685Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:28:56.685Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-20T17:28:56.685Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-20T17:28:56.685Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:28:56.685Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:28:56.685Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:28:56.685Z] # $SEMVER_BRANCH = master [2021-03-20T17:28:56.685Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2021-03-20T17:28:56.685Z] 2.0.0-dev.10 [Pipeline] } [2021-03-20T17:28:56.697Z] $ docker exec --env ******** --env ******** b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 ssh-agent -k [2021-03-20T17:28:56.840Z] unset SSH_AUTH_SOCK; [2021-03-20T17:28:56.844Z] unset SSH_AGENT_PID; [2021-03-20T17:28:56.845Z] echo Agent pid 17 killed; [2021-03-20T17:28:56.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:28:57.403Z] + git semver [Pipeline] } [2021-03-20T17:28:57.436Z] $ docker stop --time=1 b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 [2021-03-20T17:28:58.810Z] $ docker rm -f b634127f5a84b38c4694fa345087064559b6b807ccc7f0e06b00bc8560a32b62 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:59.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:28:59.349Z] . [Pipeline] withDockerContainer [2021-03-20T17:28:59.457Z] prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container [2021-03-20T17:28:59.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-20T17:29:00.178Z] $ docker top 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:29:00.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:29:00.495Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:29:00.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:29:00.706Z] $ docker exec 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 ssh-agent [2021-03-20T17:29:00.939Z] SSH_AUTH_SOCK=/tmp/ssh-pC0fwBulBObk/agent.12 [2021-03-20T17:29:00.939Z] SSH_AGENT_PID=18 [2021-03-20T17:29:00.949Z] Running ssh-add (command line suppressed) [2021-03-20T17:29:01.118Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3580080710334503558.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3580080710334503558.key) [2021-03-20T17:29:01.205Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:29:01.581Z] + git semver push [2021-03-20T17:29:01.581Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:29:01.581Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2021-03-20T17:29:01.581Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2021-03-20T17:29:01.581Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:29:01.581Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:29:01.581Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:29:01.581Z] # $SEMVER_BRANCH = master [2021-03-20T17:29:01.581Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2021-03-20T17:29:05.827Z] $ docker exec --env ******** --env ******** 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 ssh-agent -k [2021-03-20T17:29:05.999Z] unset SSH_AUTH_SOCK; [2021-03-20T17:29:06.001Z] unset SSH_AGENT_PID; [2021-03-20T17:29:06.001Z] echo Agent pid 18 killed; [2021-03-20T17:29:06.066Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:29:06.632Z] + git semver [Pipeline] } [2021-03-20T17:29:06.656Z] $ docker stop --time=1 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 [2021-03-20T17:29:08.089Z] $ docker rm -f 9020349e378bd9255a4a5f0dc87aca826cc57ec8f870ed681e0f29cc627fdfb9 [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-20T17:29:09.492Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:29:10.061Z] ---> package-listing.sh [2021-03-20T17:29:10.061Z] ++ facter osfamily [2021-03-20T17:29:10.061Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-20T17:29:10.061Z] + OS_FAMILY=redhat [2021-03-20T17:29:10.061Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2021-03-20T17:29:10.061Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-20T17:29:10.061Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-20T17:29:10.061Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-20T17:29:10.061Z] + PACKAGES=/tmp/packages_start.txt [2021-03-20T17:29:10.061Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-20T17:29:10.061Z] + PACKAGES=/tmp/packages_end.txt [2021-03-20T17:29:10.061Z] + case "${OS_FAMILY}" in [2021-03-20T17:29:10.061Z] + rpm -qa [2021-03-20T17:29:10.061Z] + sort [2021-03-20T17:29:15.538Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-20T17:29:15.538Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-20T17:29:15.538Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-20T17:29:15.538Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2021-03-20T17:29:15.538Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2021-03-20T17:29:15.538Z] + 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-20T17:29:15.554Z] 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-20T17:29:15.866Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:29:16.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:29:16.182Z] [2021-03-20T17:29:16.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:29:16.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:29:16.539Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-20T17:29:16.539Z] df20fa9351a1: Pulling fs layer [2021-03-20T17:29:16.539Z] 36b3adc4ff6f: Pulling fs layer [2021-03-20T17:29:16.539Z] 8ad3a11d3b57: Pulling fs layer [2021-03-20T17:29:16.539Z] 46f8f816bc3b: Pulling fs layer [2021-03-20T17:29:16.539Z] 93b61091891f: Pulling fs layer [2021-03-20T17:29:16.539Z] 93b9cdb0e59b: Pulling fs layer [2021-03-20T17:29:16.539Z] 5e14af77c1be: Pulling fs layer [2021-03-20T17:29:16.539Z] 01666e4c0597: Pulling fs layer [2021-03-20T17:29:16.539Z] aa168da1d23b: Pulling fs layer [2021-03-20T17:29:16.539Z] 93b61091891f: Waiting [2021-03-20T17:29:16.539Z] 93b9cdb0e59b: Waiting [2021-03-20T17:29:16.539Z] 5e14af77c1be: Waiting [2021-03-20T17:29:16.539Z] 01666e4c0597: Waiting [2021-03-20T17:29:16.539Z] aa168da1d23b: Waiting [2021-03-20T17:29:16.539Z] 46f8f816bc3b: Waiting [2021-03-20T17:29:16.539Z] 36b3adc4ff6f: Verifying Checksum [2021-03-20T17:29:16.539Z] 36b3adc4ff6f: Download complete [2021-03-20T17:29:16.539Z] 46f8f816bc3b: Verifying Checksum [2021-03-20T17:29:16.539Z] 46f8f816bc3b: Download complete [2021-03-20T17:29:16.539Z] df20fa9351a1: Download complete [2021-03-20T17:29:16.804Z] 93b9cdb0e59b: Download complete [2021-03-20T17:29:16.804Z] 5e14af77c1be: Verifying Checksum [2021-03-20T17:29:16.804Z] 5e14af77c1be: Download complete [2021-03-20T17:29:16.804Z] 01666e4c0597: Download complete [2021-03-20T17:29:16.804Z] 93b61091891f: Verifying Checksum [2021-03-20T17:29:16.804Z] 93b61091891f: Download complete [2021-03-20T17:29:16.804Z] 8ad3a11d3b57: Verifying Checksum [2021-03-20T17:29:16.804Z] 8ad3a11d3b57: Download complete [2021-03-20T17:29:17.392Z] df20fa9351a1: Pull complete [2021-03-20T17:29:17.658Z] 36b3adc4ff6f: Pull complete [2021-03-20T17:29:19.075Z] 8ad3a11d3b57: Pull complete [2021-03-20T17:29:19.075Z] aa168da1d23b: Verifying Checksum [2021-03-20T17:29:19.075Z] aa168da1d23b: Download complete [2021-03-20T17:29:19.345Z] 46f8f816bc3b: Pull complete [2021-03-20T17:29:19.931Z] 93b61091891f: Pull complete [2021-03-20T17:29:19.931Z] 93b9cdb0e59b: Pull complete [2021-03-20T17:29:20.203Z] 5e14af77c1be: Pull complete [2021-03-20T17:29:20.203Z] 01666e4c0597: Pull complete [2021-03-20T17:29:28.437Z] aa168da1d23b: Pull complete [2021-03-20T17:29:28.437Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-20T17:29:28.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:29:28.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-20T17:29:28.613Z] prd-centos7-docker-4c-2g-30723 does not seem to be running inside a container [2021-03-20T17:29:28.670Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-20T17:29:31.961Z] $ docker top 68d2d30eb6eafc3a9a5f7794a5eefba14efef78da7ed2e7ca436b7b7506ac760 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:29:32.574Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-20T17:29:32.881Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-20T17:29:33.185Z] + ls /var/log/sa-host [2021-03-20T17:29:33.185Z] + sadf -c /var/log/sa-host/sa20 [2021-03-20T17:29:33.185Z] file_magic: OK [2021-03-20T17:29:33.185Z] HZ: Using current value: 100 [2021-03-20T17:29:33.185Z] file_header: OK [2021-03-20T17:29:33.185Z] 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-20T17:29:33.185Z] Statistics: [2021-03-20T17:29:33.185Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-20T17:29:33.185Z] File successfully converted to sysstat format version 12.2.1 [2021-03-20T17:29:33.185Z] + sadf -c /var/log/sa-host/sa23 [2021-03-20T17:29:33.185Z] file_magic: OK [2021-03-20T17:29:33.185Z] HZ: Using current value: 100 [2021-03-20T17:29:33.185Z] file_header: OK [2021-03-20T17:29:33.185Z] 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-20T17:29:33.185Z] Statistics: [2021-03-20T17:29:33.185Z] Hnuu...uuuununununu... [2021-03-20T17:29:33.185Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:29:33.413Z] provisioning config files... [2021-03-20T17:29:33.431Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2122722699095867070tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:29:33.511Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:29:33.813Z] ---> create-netrc.sh [Pipeline] } [2021-03-20T17:29:33.824Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-20T17:29:33.920Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:29:34.226Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-20T17:29:34.237Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:29:34.536Z] ---> sudo-logs.sh [2021-03-20T17:29:34.537Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-20T17:29:34.603Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:29:34.907Z] ---> job-cost.sh [2021-03-20T17:29:34.907Z] lf-activate-venv: SKIPPING [2021-03-20T17:29:34.907Z] DEBUG: total: 0.20999999344348907 [2021-03-20T17:29:34.907Z] INFO: Retrieving Stack Cost... [2021-03-20T17:29:35.859Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:29:36.436Z] INFO: Archiving Costs [Pipeline] echo [2021-03-20T17:29:36.451Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:29:36.764Z] ---> logs-deploy.sh [2021-03-20T17:29:36.764Z] lf-activate-venv: SKIPPING [2021-03-20T17:29:36.764Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/32 [2021-03-20T17:29:36.764Z] INFO: archiving workspace using pattern(s): [2021-03-20T17:29:38.693Z] Archives upload complete. [2021-03-20T17:29:38.693Z] INFO: archiving logs to Nexus