Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 56512cd11a939a123a86bcf526f428629016a167 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-13414’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13417 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 56512cd11a939a123a86bcf526f428629016a167 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 Commit message: "Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" > git rev-list --no-walk cdc83e6a035d7284a4501830fd11fcb851a98cc0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-25T17:21:17.657Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-25T17:21:17.912Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-25T17:21:18.018Z] ========================================================= [2020-11-25T17:21:18.018Z] EdgeX Global Pipelines Version Info [2020-11-25T17:21:18.018Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:21:19.522Z] ------------------- [2020-11-25T17:21:19.522Z] stable info: [2020-11-25T17:21:19.522Z] ------------------- [2020-11-25T17:21:19.522Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-25T17:21:19.522Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-25T17:21:19.522Z] Message: update stable to v1.0.167 [2020-11-25T17:21:20.474Z] ------------------- [2020-11-25T17:21:20.474Z] experimental info: [2020-11-25T17:21:20.474Z] ------------------- [2020-11-25T17:21:20.474Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-25T17:21:20.474Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-25T17:21:20.474Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-25T17:21:20.905Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2020-11-25T17:21:21.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2020-11-25T17:21:21.155Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-25T17:21:21.241Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-25T17:21:21.354Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-25T17:21:21.456Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-25T17:21:21.543Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-25T17:21:21.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-25T17:21:21.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-25T17:21:21.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-25T17:21:22.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-25T17:21:22.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2020-11-25T17:21:22.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-25T17:21:22.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-25T17:21:22.408Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:21:22.497Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:21:22.684Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:21:22.791Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:21:22.887Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-25T17:21:22.977Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-25T17:21:23.078Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-25T17:21:23.164Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-25T17:21:23.287Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-25T17:21:23.412Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-25T17:21:23.498Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-25T17:21:23.584Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-25T17:21:23.733Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-25T17:21:23.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-25T17:21:23.909Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-25T17:21:23.995Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56512cd11a939a123a86bcf526f428629016a167 [Pipeline] echo [2020-11-25T17:21:24.083Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56512cd [Pipeline] echo [2020-11-25T17:21:24.167Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:21:24.336Z] provisioning config files... [2020-11-25T17:21:24.368Z] copy managed file [go-mod-secrets-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2938743177526349964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:21:24.732Z] ---> docker-login.sh [2020-11-25T17:21:24.732Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:21:24.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:25.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:25.262Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:25.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:25.262Z] [2020-11-25T17:21:25.262Z] Login Succeeded [2020-11-25T17:21:25.262Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:21:25.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:25.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:25.262Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:25.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:25.262Z] [2020-11-25T17:21:25.262Z] Login Succeeded [2020-11-25T17:21:25.262Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:21:25.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:25.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:25.528Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:25.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:25.528Z] [2020-11-25T17:21:25.528Z] Login Succeeded [2020-11-25T17:21:25.528Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:21:25.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:25.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:25.795Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:25.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:25.795Z] [2020-11-25T17:21:25.795Z] Login Succeeded [2020-11-25T17:21:25.795Z] docker.io [2020-11-25T17:21:25.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:26.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:26.061Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:26.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:26.061Z] [2020-11-25T17:21:26.061Z] Login Succeeded [2020-11-25T17:21:26.061Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:21:26.072Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:21:26.806Z] + git log --format=format:%s -1 56512cd11a939a123a86bcf526f428629016a167 [Pipeline] echo [2020-11-25T17:21:26.880Z] GIT_COMMIT: 56512cd11a939a123a86bcf526f428629016a167, Commit Message: Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115 [Pipeline] echo [2020-11-25T17:21:26.926Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:21:27.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:21:27.554Z] [2020-11-25T17:21:27.554Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:21:27.921Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:21:27.921Z] latest: Pulling from edgex-devops/git-semver [2020-11-25T17:21:27.921Z] 31603596830f: Pulling fs layer [2020-11-25T17:21:27.921Z] 2a8b12db71e7: Pulling fs layer [2020-11-25T17:21:27.921Z] 6ca5941a6612: Pulling fs layer [2020-11-25T17:21:27.921Z] ecc8261a40a4: Pulling fs layer [2020-11-25T17:21:27.921Z] ecc8261a40a4: Waiting [2020-11-25T17:21:27.921Z] 2a8b12db71e7: Verifying Checksum [2020-11-25T17:21:27.921Z] 2a8b12db71e7: Download complete [2020-11-25T17:21:27.921Z] 31603596830f: Verifying Checksum [2020-11-25T17:21:27.921Z] 31603596830f: Download complete [2020-11-25T17:21:28.193Z] 6ca5941a6612: Verifying Checksum [2020-11-25T17:21:28.193Z] 6ca5941a6612: Download complete [2020-11-25T17:21:28.193Z] ecc8261a40a4: Verifying Checksum [2020-11-25T17:21:28.193Z] ecc8261a40a4: Download complete [2020-11-25T17:21:28.454Z] 31603596830f: Pull complete [2020-11-25T17:21:28.454Z] 2a8b12db71e7: Pull complete [2020-11-25T17:21:29.411Z] 6ca5941a6612: Pull complete [2020-11-25T17:21:29.675Z] ecc8261a40a4: Pull complete [2020-11-25T17:21:29.675Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-25T17:21:29.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:21:29.676Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-25T17:21:29.791Z] prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container [2020-11-25T17:21:29.856Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-25T17:21:32.836Z] $ docker top f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:21:33.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:21:33.164Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:21:33.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:21:33.412Z] $ docker exec f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent [2020-11-25T17:21:33.585Z] SSH_AUTH_SOCK=/tmp/ssh-6Pza0Jl6frpW/agent.11 [2020-11-25T17:21:33.586Z] SSH_AGENT_PID=16 [2020-11-25T17:21:33.596Z] Running ssh-add (command line suppressed) [2020-11-25T17:21:33.727Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1602036519766737060.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1602036519766737060.key) [2020-11-25T17:21:33.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:21:34.127Z] + git tag --points-at HEAD [Pipeline] } [2020-11-25T17:21:34.154Z] $ docker exec --env ******** --env ******** f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent -k [2020-11-25T17:21:34.293Z] unset SSH_AUTH_SOCK; [2020-11-25T17:21:34.294Z] unset SSH_AGENT_PID; [2020-11-25T17:21:34.294Z] echo Agent pid 16 killed; [2020-11-25T17:21:34.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-25T17:21:34.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:21:34.524Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:21:34.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:21:34.723Z] $ docker exec f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent [2020-11-25T17:21:34.904Z] SSH_AUTH_SOCK=/tmp/ssh-ruXEnI3uTSpG/agent.44 [2020-11-25T17:21:34.904Z] SSH_AGENT_PID=49 [2020-11-25T17:21:34.912Z] Running ssh-add (command line suppressed) [2020-11-25T17:21:35.070Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7479903831113845182.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_7479903831113845182.key) [2020-11-25T17:21:35.127Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:21:35.464Z] + git semver init [2020-11-25T17:21:35.464Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:21:35.464Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-11-25T17:21:35.464Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-11-25T17:21:35.464Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:21:35.464Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:21:35.464Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:21:35.464Z] # $SEMVER_BRANCH = master [2020-11-25T17:21:35.464Z] # $SEMVER_TEMP = /tmp/semver-799713096 [2020-11-25T17:21:35.464Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-11-25T17:21:35.728Z] # '/tmp/semver-799713096' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' [2020-11-25T17:21:35.990Z] # -> Force: false [2020-11-25T17:21:35.990Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-11-25T17:21:36.006Z] $ docker exec --env ******** --env ******** f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent -k [2020-11-25T17:21:36.133Z] unset SSH_AUTH_SOCK; [2020-11-25T17:21:36.134Z] unset SSH_AGENT_PID; [2020-11-25T17:21:36.134Z] echo Agent pid 49 killed; [2020-11-25T17:21:36.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:21:36.671Z] + git semver [Pipeline] } [2020-11-25T17:21:36.692Z] $ docker stop --time=1 f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf [2020-11-25T17:21:38.116Z] $ docker rm -f f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:21:38.573Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-25T17:21:38.961Z] Stashed 1 file(s) [Pipeline] echo [2020-11-25T17:21:38.964Z] [edgeXSemver]: initialized semver on version 0.0.27 [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 [2020-11-25T17:21:54.508Z] Still waiting to schedule task [2020-11-25T17:21:54.508Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-25T17:21:54.510Z] Still waiting to schedule task [2020-11-25T17:21:54.510Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-25T17:23:23.629Z] Running on prd-centos7-docker-4c-2g-13421 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-11-25T17:23:23.680Z] Running in /w/workspace/go-mod-secrets/17 [Pipeline] { [Pipeline] checkout [2020-11-25T17:23:29.098Z] using credential edgex-jenkins-ssh [2020-11-25T17:23:29.198Z] Cloning the remote Git repository [2020-11-25T17:23:29.243Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-11-25T17:23:29.331Z] > git init /w/workspace/go-mod-secrets/17 # timeout=10 [2020-11-25T17:23:29.398Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-11-25T17:23:29.398Z] > git --version # timeout=10 [2020-11-25T17:23:29.410Z] > git --version # 'git version 2.24.3' [2020-11-25T17:23:29.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:23:29.451Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:23:29.995Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-11-25T17:23:30.022Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:23:30.094Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-11-25T17:23:30.236Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-11-25T17:23:30.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:23:30.249Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T17:23:30.679Z] Checking out Revision 56512cd11a939a123a86bcf526f428629016a167 (master) [2020-11-25T17:23:30.697Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T17:23:30.705Z] > git checkout -f 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 [2020-11-25T17:23:34.630Z] Commit message: "Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:23:36.010Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:23:36.446Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:23:36.798Z] + true [2020-11-25T17:23:36.798Z] + sudo service docker restart [2020-11-25T17:23:36.798Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:23:37.848Z] provisioning config files... [2020-11-25T17:23:37.874Z] copy managed file [go-mod-secrets-settings] to file:/w/workspace/go-mod-secrets/17@tmp/config6515179383703848120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:23:38.310Z] ---> docker-login.sh [2020-11-25T17:23:38.310Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:23:38.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:38.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:38.900Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:38.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:38.900Z] [2020-11-25T17:23:38.900Z] Login Succeeded [2020-11-25T17:23:38.900Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:23:39.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:39.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:39.172Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:39.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:39.172Z] [2020-11-25T17:23:39.172Z] Login Succeeded [2020-11-25T17:23:39.172Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:23:39.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:39.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:39.457Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:39.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:39.457Z] [2020-11-25T17:23:39.457Z] Login Succeeded [2020-11-25T17:23:39.457Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:23:39.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:39.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:39.737Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:39.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:39.737Z] [2020-11-25T17:23:39.737Z] Login Succeeded [2020-11-25T17:23:39.737Z] docker.io [2020-11-25T17:23:40.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:23:40.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:23:40.075Z] Configure a credential helper to remove this warning. See [2020-11-25T17:23:40.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:23:40.075Z] [2020-11-25T17:23:40.075Z] Login Succeeded [2020-11-25T17:23:40.075Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:23:40.138Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T17:23:40.895Z] ========================================================= [2020-11-25T17:23:40.895Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-25T17:23:40.896Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:23:41.444Z] + 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 . [2020-11-25T17:23:41.711Z] Sending build context to Docker daemon 400.4kB [2020-11-25T17:23:41.711Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-25T17:23:41.711Z] Step 2/7 : FROM ${BASE} [2020-11-25T17:23:41.711Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-25T17:23:41.711Z] df20fa9351a1: Pulling fs layer [2020-11-25T17:23:41.711Z] ed8968b2872e: Pulling fs layer [2020-11-25T17:23:41.711Z] a92cc7c5fd73: Pulling fs layer [2020-11-25T17:23:41.711Z] e871e8e8d7a9: Pulling fs layer [2020-11-25T17:23:41.711Z] e73272ec9a57: Pulling fs layer [2020-11-25T17:23:41.711Z] 1e910a182e73: Pulling fs layer [2020-11-25T17:23:41.711Z] 4e634b169226: Pulling fs layer [2020-11-25T17:23:41.711Z] e73272ec9a57: Waiting [2020-11-25T17:23:41.711Z] 1e910a182e73: Waiting [2020-11-25T17:23:41.711Z] 4e634b169226: Waiting [2020-11-25T17:23:41.711Z] e871e8e8d7a9: Waiting [2020-11-25T17:23:41.711Z] a92cc7c5fd73: Verifying Checksum [2020-11-25T17:23:41.711Z] a92cc7c5fd73: Download complete [2020-11-25T17:23:41.711Z] ed8968b2872e: Download complete [2020-11-25T17:23:41.711Z] e73272ec9a57: Verifying Checksum [2020-11-25T17:23:41.711Z] e73272ec9a57: Download complete [2020-11-25T17:23:41.711Z] 1e910a182e73: Verifying Checksum [2020-11-25T17:23:41.711Z] 1e910a182e73: Download complete [2020-11-25T17:23:41.711Z] df20fa9351a1: Verifying Checksum [2020-11-25T17:23:41.711Z] df20fa9351a1: Download complete [2020-11-25T17:23:42.295Z] df20fa9351a1: Pull complete [2020-11-25T17:23:42.295Z] ed8968b2872e: Pull complete [2020-11-25T17:23:42.577Z] a92cc7c5fd73: Pull complete [2020-11-25T17:23:44.580Z] 4e634b169226: Verifying Checksum [2020-11-25T17:23:44.580Z] 4e634b169226: Download complete [2020-11-25T17:23:45.550Z] e871e8e8d7a9: Verifying Checksum [2020-11-25T17:23:45.550Z] e871e8e8d7a9: Download complete [2020-11-25T17:23:53.945Z] e871e8e8d7a9: Pull complete [2020-11-25T17:23:53.945Z] e73272ec9a57: Pull complete [2020-11-25T17:23:53.945Z] 1e910a182e73: Pull complete [2020-11-25T17:24:00.996Z] 4e634b169226: Pull complete [2020-11-25T17:24:00.996Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-25T17:24:00.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-25T17:24:00.996Z] ---> f7629b54cfaa [2020-11-25T17:24:00.996Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T17:24:00.996Z] ---> Running in 7dee5c6309f1 [2020-11-25T17:24:00.996Z] Removing intermediate container 7dee5c6309f1 [2020-11-25T17:24:00.996Z] ---> f128f66c6abf [2020-11-25T17:24:00.996Z] Step 4/7 : RUN apk add --update bash [2020-11-25T17:24:00.996Z] ---> Running in 042bfd6ccb44 [2020-11-25T17:24:01.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-25T17:24:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-25T17:24:02.494Z] OK: 166 MiB in 39 packages [2020-11-25T17:24:03.466Z] Removing intermediate container 042bfd6ccb44 [2020-11-25T17:24:03.466Z] ---> a792344a2fb7 [2020-11-25T17:24:03.466Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-25T17:24:03.466Z] ---> Running in 640dabf0fa49 [2020-11-25T17:24:03.466Z] Removing intermediate container 640dabf0fa49 [2020-11-25T17:24:03.466Z] ---> 3fc19c101287 [2020-11-25T17:24:03.466Z] Step 6/7 : COPY go.mod . [2020-11-25T17:24:03.734Z] ---> f0ef88dec898 [2020-11-25T17:24:03.734Z] Step 7/7 : RUN go mod download [2020-11-25T17:24:04.007Z] ---> Running in e1dde07d82c2 [2020-11-25T17:24:19.135Z] Removing intermediate container e1dde07d82c2 [2020-11-25T17:24:19.135Z] ---> f81e9d6b519f [2020-11-25T17:24:19.135Z] Successfully built f81e9d6b519f [2020-11-25T17:24:19.135Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:24:19.559Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T17:24:19.559Z] . [Pipeline] withDockerContainer [2020-11-25T17:24:19.709Z] prd-centos7-docker-4c-2g-13421 does not seem to be running inside a container [2020-11-25T17:24:19.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/17 -v /w/workspace/go-mod-secrets/17:/w/workspace/go-mod-secrets/17:rw,z -v /w/workspace/go-mod-secrets/17@tmp:/w/workspace/go-mod-secrets/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-25T17:24:20.738Z] $ docker top 9ec0d6e296a0e23cabf5d26c0faeef04c3e0e3e884874aa9495ecd63e9fdb574 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:24:21.363Z] + go version [2020-11-25T17:24:21.363Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-25T17:24:21.460Z] $ docker stop --time=1 9ec0d6e296a0e23cabf5d26c0faeef04c3e0e3e884874aa9495ecd63e9fdb574 [2020-11-25T17:24:22.903Z] $ docker rm -f 9ec0d6e296a0e23cabf5d26c0faeef04c3e0e3e884874aa9495ecd63e9fdb574 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:24:23.940Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T17:24:23.940Z] . [Pipeline] withDockerContainer [2020-11-25T17:24:24.127Z] prd-centos7-docker-4c-2g-13421 does not seem to be running inside a container [2020-11-25T17:24:24.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/17 -v /w/workspace/go-mod-secrets/17:/w/workspace/go-mod-secrets/17:rw,z -v /w/workspace/go-mod-secrets/17@tmp:/w/workspace/go-mod-secrets/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-25T17:24:24.984Z] $ docker top 4d90c3d9d33b8edd43f45b296a3fb42e700f02f6e3e1c6ddd102ae17934621ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:24:25.601Z] + make test [2020-11-25T17:24:25.601Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-25T17:24:33.170Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-11-25T17:24:33.170Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-11-25T17:24:41.532Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.081s coverage: 96.7% of statements [2020-11-25T17:24:53.884Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.026s coverage: 86.4% of statements [2020-11-25T17:24:53.884Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.011s coverage: 89.5% of statements [2020-11-25T17:24:53.884Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.006s coverage: 100.0% of statements [2020-11-25T17:24:53.884Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.009s coverage: 100.0% of statements [2020-11-25T17:24:53.884Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.006s coverage: 100.0% of statements [2020-11-25T17:24:53.884Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-25T17:24:54.868Z] gofmt -l . [2020-11-25T17:24:54.868Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-25T17:24:54.891Z] $ docker stop --time=1 4d90c3d9d33b8edd43f45b296a3fb42e700f02f6e3e1c6ddd102ae17934621ac [2020-11-25T17:24:57.241Z] $ docker rm -f 4d90c3d9d33b8edd43f45b296a3fb42e700f02f6e3e1c6ddd102ae17934621ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:24:58.042Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T17:24:58.537Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-25T17:25:19.110Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13422 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws [2020-11-25T17:25:19.168Z] Running in /w/workspace/go-mod-secrets/17 [Pipeline] { [Pipeline] checkout [2020-11-25T17:25:24.525Z] using credential edgex-jenkins-ssh [2020-11-25T17:25:24.590Z] Cloning the remote Git repository [2020-11-25T17:25:24.659Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-11-25T17:25:24.783Z] > git init /w/workspace/go-mod-secrets/17 # timeout=10 [2020-11-25T17:25:24.880Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-11-25T17:25:24.881Z] > git --version # timeout=10 [2020-11-25T17:25:24.903Z] > git --version # 'git version 2.17.1' [2020-11-25T17:25:24.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:25:24.968Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:25:26.317Z] Checking out Revision 56512cd11a939a123a86bcf526f428629016a167 (master) [2020-11-25T17:25:25.724Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-11-25T17:25:25.753Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:25:25.789Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-11-25T17:25:25.845Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-11-25T17:25:25.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:25:25.866Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T17:25:26.389Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T17:25:26.436Z] > git checkout -f 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 [2020-11-25T17:25:30.840Z] Commit message: "Merge pull request #68 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:25:32.436Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:25:32.855Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:25:33.258Z] + sudo service docker restart [2020-11-25T17:25:33.258Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:25:36.027Z] provisioning config files... [2020-11-25T17:25:36.072Z] copy managed file [go-mod-secrets-settings] to file:/w/workspace/go-mod-secrets/17@tmp/config7567573548383556049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:25:36.514Z] ---> docker-login.sh [2020-11-25T17:25:36.514Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:25:37.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:25:37.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:25:37.778Z] Configure a credential helper to remove this warning. See [2020-11-25T17:25:37.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:25:37.778Z] [2020-11-25T17:25:37.778Z] Login Succeeded [2020-11-25T17:25:37.778Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:25:38.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:25:38.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:25:38.388Z] Configure a credential helper to remove this warning. See [2020-11-25T17:25:38.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:25:38.388Z] [2020-11-25T17:25:38.388Z] Login Succeeded [2020-11-25T17:25:38.388Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:25:38.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:25:38.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:25:38.940Z] Configure a credential helper to remove this warning. See [2020-11-25T17:25:38.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:25:38.940Z] [2020-11-25T17:25:38.940Z] Login Succeeded [2020-11-25T17:25:38.940Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:25:39.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:25:39.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:25:39.489Z] Configure a credential helper to remove this warning. See [2020-11-25T17:25:39.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:25:39.490Z] [2020-11-25T17:25:39.490Z] Login Succeeded [2020-11-25T17:25:39.490Z] docker.io [2020-11-25T17:25:40.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:25:40.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:25:40.363Z] Configure a credential helper to remove this warning. See [2020-11-25T17:25:40.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:25:40.363Z] [2020-11-25T17:25:40.363Z] Login Succeeded [2020-11-25T17:25:40.363Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:25:40.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T17:25:40.847Z] ========================================================= [2020-11-25T17:25:40.847Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-25T17:25:40.847Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:25:41.237Z] + 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 . [2020-11-25T17:25:41.518Z] Sending build context to Docker daemon 399.4kB [2020-11-25T17:25:41.802Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-25T17:25:41.802Z] Step 2/7 : FROM ${BASE} [2020-11-25T17:25:41.802Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-25T17:25:41.802Z] b538f80385f9: Pulling fs layer [2020-11-25T17:25:41.802Z] 74f711af9a0d: Pulling fs layer [2020-11-25T17:25:41.802Z] 99f96fe45779: Pulling fs layer [2020-11-25T17:25:41.802Z] 8529a6b9a6be: Pulling fs layer [2020-11-25T17:25:41.802Z] 45590311c82a: Pulling fs layer [2020-11-25T17:25:41.802Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-25T17:25:41.802Z] 209524e5b208: Pulling fs layer [2020-11-25T17:25:41.802Z] 8529a6b9a6be: Waiting [2020-11-25T17:25:41.802Z] 45590311c82a: Waiting [2020-11-25T17:25:41.802Z] 69ca0ff8b7b3: Waiting [2020-11-25T17:25:41.802Z] 209524e5b208: Waiting [2020-11-25T17:25:41.802Z] 99f96fe45779: Verifying Checksum [2020-11-25T17:25:41.802Z] 99f96fe45779: Download complete [2020-11-25T17:25:41.802Z] 74f711af9a0d: Download complete [2020-11-25T17:25:41.802Z] 45590311c82a: Verifying Checksum [2020-11-25T17:25:41.802Z] 45590311c82a: Download complete [2020-11-25T17:25:41.802Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-25T17:25:41.802Z] 69ca0ff8b7b3: Download complete [2020-11-25T17:25:41.802Z] b538f80385f9: Verifying Checksum [2020-11-25T17:25:41.802Z] b538f80385f9: Download complete [2020-11-25T17:25:42.814Z] b538f80385f9: Pull complete [2020-11-25T17:25:43.434Z] 74f711af9a0d: Pull complete [2020-11-25T17:25:44.041Z] 99f96fe45779: Pull complete [2020-11-25T17:25:44.317Z] 209524e5b208: Verifying Checksum [2020-11-25T17:25:44.317Z] 209524e5b208: Download complete [2020-11-25T17:25:45.748Z] 8529a6b9a6be: Verifying Checksum [2020-11-25T17:25:45.748Z] 8529a6b9a6be: Download complete [2020-11-25T17:25:55.910Z] 8529a6b9a6be: Pull complete [2020-11-25T17:25:55.910Z] 45590311c82a: Pull complete [2020-11-25T17:25:55.910Z] 69ca0ff8b7b3: Pull complete [2020-11-25T17:25:59.305Z] 209524e5b208: Pull complete [2020-11-25T17:25:59.305Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-25T17:25:59.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-25T17:25:59.305Z] ---> 5bddaf1c2fca [2020-11-25T17:25:59.305Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T17:26:01.927Z] ---> Running in 691e406ee123 [2020-11-25T17:26:02.522Z] Removing intermediate container 691e406ee123 [2020-11-25T17:26:02.522Z] ---> 28d297887e26 [2020-11-25T17:26:02.522Z] Step 4/7 : RUN apk add --update bash [2020-11-25T17:26:02.522Z] ---> Running in c3d0af20d4dc [2020-11-25T17:26:03.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-25T17:26:04.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-25T17:26:05.545Z] OK: 142 MiB in 39 packages [2020-11-25T17:26:06.531Z] Removing intermediate container c3d0af20d4dc [2020-11-25T17:26:06.531Z] ---> d5930ad48e24 [2020-11-25T17:26:06.531Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-11-25T17:26:06.809Z] ---> Running in c826fbf1a34a [2020-11-25T17:26:07.084Z] Removing intermediate container c826fbf1a34a [2020-11-25T17:26:07.084Z] ---> 596c0498f510 [2020-11-25T17:26:07.084Z] Step 6/7 : COPY go.mod . [2020-11-25T17:26:08.106Z] ---> 9a99d79d6846 [2020-11-25T17:26:08.106Z] Step 7/7 : RUN go mod download [2020-11-25T17:26:08.106Z] ---> Running in 61f34cf2966b [2020-11-25T17:26:23.220Z] Removing intermediate container 61f34cf2966b [2020-11-25T17:26:23.220Z] ---> 223745356eae [2020-11-25T17:26:23.220Z] Successfully built 223745356eae [2020-11-25T17:26:23.220Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:23.556Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T17:26:23.556Z] . [Pipeline] withDockerContainer [2020-11-25T17:26:23.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-13422 does not seem to be running inside a container [2020-11-25T17:26:23.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/17 -v /w/workspace/go-mod-secrets/17:/w/workspace/go-mod-secrets/17:rw,z -v /w/workspace/go-mod-secrets/17@tmp:/w/workspace/go-mod-secrets/17@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 ******** ci-base-image-arm64 cat [2020-11-25T17:26:25.340Z] $ docker top affee123b184968db168f1f1681dab0230bfa5f397e765919b5f32831886e7ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:26:26.377Z] + go version [2020-11-25T17:26:26.377Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-25T17:26:26.402Z] $ docker stop --time=1 affee123b184968db168f1f1681dab0230bfa5f397e765919b5f32831886e7ca [2020-11-25T17:26:28.256Z] $ docker rm -f affee123b184968db168f1f1681dab0230bfa5f397e765919b5f32831886e7ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:29.276Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T17:26:29.276Z] . [Pipeline] withDockerContainer [2020-11-25T17:26:29.536Z] prd-ubuntu18.04-docker-arm64-4c-16g-13422 does not seem to be running inside a container [2020-11-25T17:26:29.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/17 -v /w/workspace/go-mod-secrets/17:/w/workspace/go-mod-secrets/17:rw,z -v /w/workspace/go-mod-secrets/17@tmp:/w/workspace/go-mod-secrets/17@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 ******** ci-base-image-arm64 cat [2020-11-25T17:26:31.005Z] $ docker top 9495bbf47c55f07ff84d448d49f984ca8ac0ea89cd1070dda56b5e4de68459ad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:26:31.971Z] + make test [2020-11-25T17:26:31.971Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-25T17:26:44.428Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-11-25T17:26:44.428Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-11-25T17:26:52.747Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.074s coverage: 96.7% of statements [2020-11-25T17:27:14.922Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.044s coverage: 86.4% of statements [2020-11-25T17:27:14.922Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.017s coverage: 89.5% of statements [2020-11-25T17:27:14.922Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.012s coverage: 100.0% of statements [2020-11-25T17:27:14.922Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements [2020-11-25T17:27:14.922Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.011s coverage: 100.0% of statements [2020-11-25T17:27:14.922Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-25T17:27:14.922Z] gofmt -l . [2020-11-25T17:27:14.922Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-25T17:27:14.950Z] $ docker stop --time=1 9495bbf47c55f07ff84d448d49f984ca8ac0ea89cd1070dda56b5e4de68459ad [2020-11-25T17:27:17.129Z] $ docker rm -f 9495bbf47c55f07ff84d448d49f984ca8ac0ea89cd1070dda56b5e4de68459ad [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:27:17.989Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T17:27:18.007Z] Warning: overwriting stash ‘coverage-report’ [2020-11-25T17:27:18.735Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-25T17:27:22.149Z] provisioning config files... [2020-11-25T17:27:22.160Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6822354807278802800tmp [Pipeline] { [Pipeline] sh [2020-11-25T17:27:22.547Z] + set +x [2020-11-25T17:27:22.548Z] + curl -s https://codecov.io/bash [2020-11-25T17:27:22.548Z] + bash -s -- [2020-11-25T17:27:22.810Z] [2020-11-25T17:27:22.810Z] _____ _ [2020-11-25T17:27:22.810Z] / ____| | | [2020-11-25T17:27:22.811Z] | | ___ __| | ___ ___ _____ __ [2020-11-25T17:27:22.811Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-25T17:27:22.811Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-25T17:27:22.811Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-25T17:27:22.811Z] Bash-20201124-79cbc08 [2020-11-25T17:27:22.811Z] [2020-11-25T17:27:22.811Z] [2020-11-25T17:27:22.811Z] ==> Jenkins CI detected. [2020-11-25T17:27:22.811Z] project root: . [2020-11-25T17:27:22.811Z] --> token set from env [2020-11-25T17:27:22.811Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-25T17:27:22.811Z] ==> Running gcov in . (disable via -X gcov) [2020-11-25T17:27:22.811Z] ==> Python coveragepy not found [2020-11-25T17:27:22.811Z] ==> Searching for coverage reports in: [2020-11-25T17:27:22.811Z] + . [2020-11-25T17:27:22.811Z] -> Found 1 reports [2020-11-25T17:27:22.811Z] ==> Detecting git/mercurial file structure [2020-11-25T17:27:22.811Z] ==> Reading reports [2020-11-25T17:27:22.811Z] + ./coverage.out bytes=16941 [2020-11-25T17:27:22.811Z] ==> Appending adjustments [2020-11-25T17:27:22.811Z] https://docs.codecov.io/docs/fixing-reports [2020-11-25T17:27:22.811Z] + Found adjustments [2020-11-25T17:27:23.073Z] ==> Gzipping contents [2020-11-25T17:27:23.073Z] 4.0K /tmp/codecov.JXtOTq.gz [2020-11-25T17:27:23.073Z] ==> Uploading reports [2020-11-25T17:27:23.073Z] url: https://codecov.io [2020-11-25T17:27:23.073Z] query: branch=master&commit=56512cd11a939a123a86bcf526f428629016a167&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-25T17:27:23.073Z] -> Pinging Codecov [2020-11-25T17:27:23.073Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=56512cd11a939a123a86bcf526f428629016a167&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmaster%2F17%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-25T17:27:23.335Z] -> Uploading to [2020-11-25T17:27:23.335Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-25/D63849C06B6B67093493C71CE874ED06/56512cd11a939a123a86bcf526f428629016a167/6caf0ab1-7be0-49ad-b68b-420a4aee9bc0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201125T172723Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4fccf1c90e622478e9c0049423dc80fa6a19f153bbaf7b1420fdf65d63c142ab [2020-11-25T17:27:23.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-25T17:27:23.598Z] Dload Upload Total Spent Left Speed [2020-11-25T17:27:23.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3854 0 0 100 3854 0 8483 --:--:-- --:--:-- --:--:-- 8470 100 3854 0 0 100 3854 0 8481 --:--:-- --:--:-- --:--:-- 8470 [2020-11-25T17:27:23.861Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/56512cd11a939a123a86bcf526f428629016a167 [Pipeline] } [2020-11-25T17:27:23.876Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-25T17:27:24.381Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-25T17:27:24.480Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:24.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:27:24.844Z] [2020-11-25T17:27:24.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:25.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:27:25.193Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-25T17:27:25.193Z] 188c0c94c7c5: Pulling fs layer [2020-11-25T17:27:25.193Z] 0ef7d3d256c8: Pulling fs layer [2020-11-25T17:27:25.193Z] de9db76c5a1d: Pulling fs layer [2020-11-25T17:27:25.193Z] 0eba1c9be4d2: Pulling fs layer [2020-11-25T17:27:25.193Z] 0d57e429df01: Pulling fs layer [2020-11-25T17:27:25.193Z] 4e4be7b47b0d: Pulling fs layer [2020-11-25T17:27:25.193Z] e1f770b5df2f: Pulling fs layer [2020-11-25T17:27:25.193Z] 85a0685a4137: Pulling fs layer [2020-11-25T17:27:25.193Z] 4e4be7b47b0d: Waiting [2020-11-25T17:27:25.193Z] e1f770b5df2f: Waiting [2020-11-25T17:27:25.193Z] 0eba1c9be4d2: Waiting [2020-11-25T17:27:25.193Z] 85a0685a4137: Waiting [2020-11-25T17:27:25.193Z] de9db76c5a1d: Download complete [2020-11-25T17:27:25.193Z] 0ef7d3d256c8: Verifying Checksum [2020-11-25T17:27:25.193Z] 0ef7d3d256c8: Download complete [2020-11-25T17:27:25.193Z] 0d57e429df01: Verifying Checksum [2020-11-25T17:27:25.193Z] 0d57e429df01: Download complete [2020-11-25T17:27:25.193Z] 188c0c94c7c5: Verifying Checksum [2020-11-25T17:27:25.193Z] 188c0c94c7c5: Download complete [2020-11-25T17:27:25.193Z] 4e4be7b47b0d: Verifying Checksum [2020-11-25T17:27:25.193Z] 4e4be7b47b0d: Download complete [2020-11-25T17:27:25.769Z] 188c0c94c7c5: Pull complete [2020-11-25T17:27:25.769Z] 0ef7d3d256c8: Pull complete [2020-11-25T17:27:26.032Z] de9db76c5a1d: Pull complete [2020-11-25T17:27:26.612Z] e1f770b5df2f: Verifying Checksum [2020-11-25T17:27:26.612Z] e1f770b5df2f: Download complete [2020-11-25T17:27:28.567Z] 0eba1c9be4d2: Verifying Checksum [2020-11-25T17:27:28.568Z] 0eba1c9be4d2: Download complete [2020-11-25T17:27:28.835Z] 85a0685a4137: Verifying Checksum [2020-11-25T17:27:28.835Z] 85a0685a4137: Download complete [2020-11-25T17:27:34.168Z] 0eba1c9be4d2: Pull complete [2020-11-25T17:27:34.168Z] 0d57e429df01: Pull complete [2020-11-25T17:27:34.168Z] 4e4be7b47b0d: Pull complete [2020-11-25T17:27:36.099Z] e1f770b5df2f: Pull complete [2020-11-25T17:27:44.315Z] 85a0685a4137: Pull complete [2020-11-25T17:27:44.315Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-25T17:27:44.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:27:44.315Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-25T17:27:44.543Z] prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container [2020-11-25T17:27:44.604Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-25T17:27:45.610Z] $ docker top 4866914abf6ef5c983d78f0dc391c437eac5ed7d48cb67122098694e146b01c4 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-25T17:27:45.795Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-25T17:27:46.089Z] + set -o pipefail [2020-11-25T17:27:46.089Z] + snyk monitor '--org=edgex-jenkins' [2020-11-25T17:27:50.317Z] [2020-11-25T17:27:50.317Z] Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... [2020-11-25T17:27:50.317Z] [2020-11-25T17:27:50.317Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/ead1bb81-0943-447d-8080-f01fd795cbb6 [2020-11-25T17:27:50.317Z] [2020-11-25T17:27:50.317Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-25T17:27:50.317Z] [2020-11-25T17:27:50.317Z] [2020-11-25T17:27:50.317Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-25T17:27:50.317Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-25T17:27:50.335Z] $ docker stop --time=1 4866914abf6ef5c983d78f0dc391c437eac5ed7d48cb67122098694e146b01c4 [2020-11-25T17:27:52.131Z] $ docker rm -f 4866914abf6ef5c983d78f0dc391c437eac5ed7d48cb67122098694e146b01c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-25T17:27:53.905Z] + git log --format=format:%s -1 56512cd11a939a123a86bcf526f428629016a167 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:54.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:27:54.219Z] . [Pipeline] withDockerContainer [2020-11-25T17:27:54.318Z] prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container [2020-11-25T17:27:54.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-25T17:27:55.540Z] $ docker top 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:27:55.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:27:55.921Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:27:56.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:27:56.156Z] $ docker exec 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af ssh-agent [2020-11-25T17:27:56.326Z] SSH_AUTH_SOCK=/tmp/ssh-b43Om6fz1TkF/agent.11 [2020-11-25T17:27:56.327Z] SSH_AGENT_PID=17 [2020-11-25T17:27:56.335Z] Running ssh-add (command line suppressed) [2020-11-25T17:27:56.467Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6680498721992561261.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_6680498721992561261.key) [2020-11-25T17:27:56.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:27:56.867Z] + git semver tag [2020-11-25T17:27:56.868Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:27:56.868Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-11-25T17:27:56.868Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-11-25T17:27:56.868Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:27:56.868Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:27:56.868Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:27:56.868Z] # $SEMVER_BRANCH = master [2020-11-25T17:27:56.868Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-11-25T17:27:56.868Z] # 56512cd11a939a123a86bcf526f428629016a167 HEAD [2020-11-25T17:27:56.868Z] # -> Force: false [2020-11-25T17:27:56.868Z] # 071ff163115100d1618f3afae3e3eaecb53c5b30 refs/tags/v0.0.27 [Pipeline] } [2020-11-25T17:27:56.883Z] $ docker exec --env ******** --env ******** 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af ssh-agent -k [2020-11-25T17:27:57.010Z] unset SSH_AUTH_SOCK; [2020-11-25T17:27:57.010Z] unset SSH_AGENT_PID; [2020-11-25T17:27:57.011Z] echo Agent pid 17 killed; [2020-11-25T17:27:57.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:27:57.520Z] + git semver [Pipeline] } [2020-11-25T17:27:57.539Z] $ docker stop --time=1 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af [2020-11-25T17:27:58.893Z] $ docker rm -f 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:59.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:27:59.567Z] [2020-11-25T17:27:59.567Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:27:59.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:27:59.911Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-25T17:27:59.911Z] ab5ef0e58194: Pulling fs layer [2020-11-25T17:27:59.911Z] 9712f1f96733: Pulling fs layer [2020-11-25T17:27:59.911Z] 63f879dbbcfc: Pulling fs layer [2020-11-25T17:27:59.911Z] 0d9ebad4ef96: Pulling fs layer [2020-11-25T17:27:59.911Z] e9a5061849ea: Pulling fs layer [2020-11-25T17:27:59.911Z] d747dcd14b5f: Pulling fs layer [2020-11-25T17:27:59.911Z] 2de7ff778b66: Pulling fs layer [2020-11-25T17:27:59.911Z] 2de7ff778b66: Waiting [2020-11-25T17:27:59.911Z] e9a5061849ea: Waiting [2020-11-25T17:27:59.911Z] d747dcd14b5f: Waiting [2020-11-25T17:27:59.912Z] 0d9ebad4ef96: Waiting [2020-11-25T17:27:59.912Z] 9712f1f96733: Download complete [2020-11-25T17:28:01.322Z] 63f879dbbcfc: Verifying Checksum [2020-11-25T17:28:01.322Z] 63f879dbbcfc: Download complete [2020-11-25T17:28:01.594Z] e9a5061849ea: Verifying Checksum [2020-11-25T17:28:01.594Z] e9a5061849ea: Download complete [2020-11-25T17:28:01.594Z] d747dcd14b5f: Verifying Checksum [2020-11-25T17:28:01.594Z] d747dcd14b5f: Download complete [2020-11-25T17:28:01.871Z] 2de7ff778b66: Verifying Checksum [2020-11-25T17:28:01.871Z] 2de7ff778b66: Download complete [2020-11-25T17:28:02.145Z] 0d9ebad4ef96: Verifying Checksum [2020-11-25T17:28:02.145Z] 0d9ebad4ef96: Download complete [2020-11-25T17:28:02.414Z] ab5ef0e58194: Verifying Checksum [2020-11-25T17:28:02.414Z] ab5ef0e58194: Download complete [2020-11-25T17:28:06.640Z] ab5ef0e58194: Pull complete [2020-11-25T17:28:06.640Z] 9712f1f96733: Pull complete [2020-11-25T17:28:09.202Z] 63f879dbbcfc: Pull complete [2020-11-25T17:28:14.638Z] 0d9ebad4ef96: Pull complete [2020-11-25T17:28:16.629Z] e9a5061849ea: Pull complete [2020-11-25T17:28:16.629Z] d747dcd14b5f: Pull complete [2020-11-25T17:28:19.191Z] 2de7ff778b66: Pull complete [2020-11-25T17:28:19.191Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-25T17:28:19.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:28:19.191Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-25T17:28:19.402Z] prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container [2020-11-25T17:28:19.451Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-25T17:28:23.533Z] $ docker top 0302721bd8206218de5a563a1c716de7ce98ffd6f39e4f82160b318b3b163e81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-25T17:28:23.753Z] provisioning config files... [2020-11-25T17:28:23.763Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2520353612822754573tmp [2020-11-25T17:28:23.780Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2140970742026387506tmp [2020-11-25T17:28:23.795Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2222746499887880507tmp [Pipeline] { [Pipeline] echo [2020-11-25T17:28:23.863Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:24.158Z] ---> sigul-configuration.sh [2020-11-25T17:28:24.159Z] gpg: directory `/root/.gnupg' created [2020-11-25T17:28:24.159Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-25T17:28:24.159Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-25T17:28:24.159Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-25T17:28:24.159Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-25T17:28:24.159Z] gpg: CAST5 encrypted data [2020-11-25T17:28:24.421Z] gpg: encrypted with 1 passphrase [2020-11-25T17:28:24.421Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-25T17:28:24.716Z] + mkdir /home/jenkins [2020-11-25T17:28:24.716Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-25T17:28:25.013Z] + 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 [2020-11-25T17:28:25.024Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:25.320Z] ---> sigul-install.sh [2020-11-25T17:28:30.624Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-25T17:28:30.922Z] + git tag --list [2020-11-25T17:28:30.923Z] v0.0.0 [2020-11-25T17:28:30.923Z] v0.0.1 [2020-11-25T17:28:30.923Z] v0.0.10 [2020-11-25T17:28:30.923Z] v0.0.11 [2020-11-25T17:28:30.923Z] v0.0.12 [2020-11-25T17:28:30.923Z] v0.0.13 [2020-11-25T17:28:30.923Z] v0.0.14 [2020-11-25T17:28:30.923Z] v0.0.15 [2020-11-25T17:28:30.923Z] v0.0.16 [2020-11-25T17:28:30.923Z] v0.0.17 [2020-11-25T17:28:30.923Z] v0.0.18 [2020-11-25T17:28:30.923Z] v0.0.19 [2020-11-25T17:28:30.923Z] v0.0.2 [2020-11-25T17:28:30.923Z] v0.0.20 [2020-11-25T17:28:30.923Z] v0.0.21 [2020-11-25T17:28:30.923Z] v0.0.22 [2020-11-25T17:28:30.923Z] v0.0.23 [2020-11-25T17:28:30.923Z] v0.0.24 [2020-11-25T17:28:30.923Z] v0.0.25 [2020-11-25T17:28:30.923Z] v0.0.26 [2020-11-25T17:28:30.923Z] v0.0.27 [2020-11-25T17:28:30.923Z] v0.0.3 [2020-11-25T17:28:30.923Z] v0.0.4 [2020-11-25T17:28:30.923Z] v0.0.5 [2020-11-25T17:28:30.923Z] v0.0.6 [2020-11-25T17:28:30.923Z] v0.0.7 [2020-11-25T17:28:30.923Z] v0.0.8 [2020-11-25T17:28:30.923Z] v0.0.9 [Pipeline] sh [2020-11-25T17:28:31.222Z] + lftools sign git-tag v0.0.27 [2020-11-25T17:28:32.614Z] Signing Git tag with Sigul... [2020-11-25T17:28:32.614Z] Signing v0.0.27 [Pipeline] echo [2020-11-25T17:28:33.573Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:33.871Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-25T17:28:33.880Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-25T17:28:33.979Z] $ docker stop --time=1 0302721bd8206218de5a563a1c716de7ce98ffd6f39e4f82160b318b3b163e81 [2020-11-25T17:28:35.980Z] $ docker rm -f 0302721bd8206218de5a563a1c716de7ce98ffd6f39e4f82160b318b3b163e81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:28:37.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:28:37.187Z] . [Pipeline] withDockerContainer [2020-11-25T17:28:37.295Z] prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container [2020-11-25T17:28:37.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-25T17:28:38.152Z] $ docker top 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:28:38.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:28:38.555Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:28:38.795Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:28:38.800Z] $ docker exec 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 ssh-agent [2020-11-25T17:28:38.972Z] SSH_AUTH_SOCK=/tmp/ssh-BR2yF8EAuqYS/agent.12 [2020-11-25T17:28:38.972Z] SSH_AGENT_PID=17 [2020-11-25T17:28:38.979Z] Running ssh-add (command line suppressed) [2020-11-25T17:28:39.118Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3501328376041060386.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_3501328376041060386.key) [2020-11-25T17:28:39.176Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:28:39.529Z] + git semver bump patch [2020-11-25T17:28:39.529Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:28:39.529Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-11-25T17:28:39.529Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-11-25T17:28:39.529Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:28:39.529Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:28:39.529Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:28:39.529Z] # $SEMVER_BRANCH = master [2020-11-25T17:28:39.529Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [2020-11-25T17:28:39.529Z] 0.0.28 [Pipeline] } [2020-11-25T17:28:39.543Z] $ docker exec --env ******** --env ******** 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 ssh-agent -k [2020-11-25T17:28:39.668Z] unset SSH_AUTH_SOCK; [2020-11-25T17:28:39.668Z] unset SSH_AGENT_PID; [2020-11-25T17:28:39.668Z] echo Agent pid 17 killed; [2020-11-25T17:28:39.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:28:40.186Z] + git semver [Pipeline] } [2020-11-25T17:28:40.205Z] $ docker stop --time=1 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 [2020-11-25T17:28:41.573Z] $ docker rm -f 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:28:42.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:28:42.142Z] . [Pipeline] withDockerContainer [2020-11-25T17:28:42.244Z] prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container [2020-11-25T17:28:42.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-25T17:28:42.885Z] $ docker top 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:28:43.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:28:43.202Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:28:43.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:28:43.389Z] $ docker exec 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 ssh-agent [2020-11-25T17:28:43.579Z] SSH_AUTH_SOCK=/tmp/ssh-FyUsc4fbblhC/agent.11 [2020-11-25T17:28:43.579Z] SSH_AGENT_PID=16 [2020-11-25T17:28:43.591Z] Running ssh-add (command line suppressed) [2020-11-25T17:28:43.730Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1664162399349877814.key (/w/workspace/gexfoundry_go-mod-secrets_master@tmp/private_key_1664162399349877814.key) [2020-11-25T17:28:43.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:28:44.141Z] + git semver push [2020-11-25T17:28:44.141Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:28:44.141Z] # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git [2020-11-25T17:28:44.141Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master [2020-11-25T17:28:44.141Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:28:44.141Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:28:44.141Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:28:44.141Z] # $SEMVER_BRANCH = master [2020-11-25T17:28:44.141Z] # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } [2020-11-25T17:28:50.750Z] $ docker exec --env ******** --env ******** 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 ssh-agent -k [2020-11-25T17:28:50.869Z] unset SSH_AUTH_SOCK; [2020-11-25T17:28:50.870Z] unset SSH_AGENT_PID; [2020-11-25T17:28:50.870Z] echo Agent pid 16 killed; [2020-11-25T17:28:50.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:28:51.430Z] + git semver [Pipeline] } [2020-11-25T17:28:51.449Z] $ docker stop --time=1 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 [2020-11-25T17:28:52.826Z] $ docker rm -f 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 [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 [2020-11-25T17:28:54.410Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:28:54.982Z] ---> package-listing.sh [2020-11-25T17:28:54.982Z] ++ facter osfamily [2020-11-25T17:28:54.982Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-25T17:28:54.982Z] + OS_FAMILY=redhat [2020-11-25T17:28:54.982Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_master [2020-11-25T17:28:54.982Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-25T17:28:54.982Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-25T17:28:54.982Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-25T17:28:54.982Z] + PACKAGES=/tmp/packages_start.txt [2020-11-25T17:28:54.982Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-11-25T17:28:54.982Z] + PACKAGES=/tmp/packages_end.txt [2020-11-25T17:28:54.982Z] + case "${OS_FAMILY}" in [2020-11-25T17:28:54.982Z] + rpm -qa [2020-11-25T17:28:54.982Z] + sort [2020-11-25T17:29:00.296Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-25T17:29:00.296Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-25T17:29:00.296Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-25T17:29:00.296Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' [2020-11-25T17:29:00.296Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [2020-11-25T17:29:00.296Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo [2020-11-25T17:29:00.309Z] 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 [2020-11-25T17:29:00.607Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:29:00.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:29:00.947Z] [2020-11-25T17:29:00.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:29:01.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:29:01.370Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-25T17:29:01.370Z] df20fa9351a1: Pulling fs layer [2020-11-25T17:29:01.370Z] 36b3adc4ff6f: Pulling fs layer [2020-11-25T17:29:01.370Z] 8ad3a11d3b57: Pulling fs layer [2020-11-25T17:29:01.370Z] 46f8f816bc3b: Pulling fs layer [2020-11-25T17:29:01.370Z] 93b61091891f: Pulling fs layer [2020-11-25T17:29:01.370Z] 93b9cdb0e59b: Pulling fs layer [2020-11-25T17:29:01.370Z] 5e14af77c1be: Pulling fs layer [2020-11-25T17:29:01.370Z] 01666e4c0597: Pulling fs layer [2020-11-25T17:29:01.370Z] aa168da1d23b: Pulling fs layer [2020-11-25T17:29:01.370Z] 93b61091891f: Waiting [2020-11-25T17:29:01.370Z] 93b9cdb0e59b: Waiting [2020-11-25T17:29:01.370Z] 5e14af77c1be: Waiting [2020-11-25T17:29:01.370Z] 01666e4c0597: Waiting [2020-11-25T17:29:01.370Z] aa168da1d23b: Waiting [2020-11-25T17:29:01.370Z] 46f8f816bc3b: Waiting [2020-11-25T17:29:01.370Z] 36b3adc4ff6f: Verifying Checksum [2020-11-25T17:29:01.370Z] 36b3adc4ff6f: Download complete [2020-11-25T17:29:01.370Z] 46f8f816bc3b: Verifying Checksum [2020-11-25T17:29:01.370Z] 46f8f816bc3b: Download complete [2020-11-25T17:29:01.637Z] df20fa9351a1: Verifying Checksum [2020-11-25T17:29:01.637Z] 93b61091891f: Download complete [2020-11-25T17:29:01.637Z] 5e14af77c1be: Verifying Checksum [2020-11-25T17:29:01.637Z] 5e14af77c1be: Download complete [2020-11-25T17:29:01.637Z] 93b9cdb0e59b: Verifying Checksum [2020-11-25T17:29:01.637Z] 93b9cdb0e59b: Download complete [2020-11-25T17:29:01.637Z] 01666e4c0597: Verifying Checksum [2020-11-25T17:29:01.637Z] 01666e4c0597: Download complete [2020-11-25T17:29:01.637Z] 8ad3a11d3b57: Verifying Checksum [2020-11-25T17:29:01.637Z] 8ad3a11d3b57: Download complete [2020-11-25T17:29:02.215Z] df20fa9351a1: Pull complete [2020-11-25T17:29:02.477Z] 36b3adc4ff6f: Pull complete [2020-11-25T17:29:03.430Z] aa168da1d23b: Verifying Checksum [2020-11-25T17:29:03.430Z] aa168da1d23b: Download complete [2020-11-25T17:29:03.430Z] 8ad3a11d3b57: Pull complete [2020-11-25T17:29:04.009Z] 46f8f816bc3b: Pull complete [2020-11-25T17:29:04.273Z] 93b61091891f: Pull complete [2020-11-25T17:29:04.273Z] 93b9cdb0e59b: Pull complete [2020-11-25T17:29:04.537Z] 5e14af77c1be: Pull complete [2020-11-25T17:29:04.537Z] 01666e4c0597: Pull complete [2020-11-25T17:29:12.710Z] aa168da1d23b: Pull complete [2020-11-25T17:29:12.710Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-25T17:29:12.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:29:12.710Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-25T17:29:12.900Z] prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container [2020-11-25T17:29:12.949Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-25T17:29:16.118Z] $ docker top fdb746f899ef018a77c8a782d7e5857075101b8d5650adc24b19e2ceef61bad7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:29:16.681Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-25T17:29:16.994Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-25T17:29:17.299Z] + ls /var/log/sa-host [2020-11-25T17:29:17.299Z] + sadf -c /var/log/sa-host/sa23 [2020-11-25T17:29:17.299Z] file_magic: OK [2020-11-25T17:29:17.299Z] HZ: Using current value: 100 [2020-11-25T17:29:17.299Z] file_header: OK [2020-11-25T17:29:17.299Z] 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 [2020-11-25T17:29:17.299Z] Statistics: [2020-11-25T17:29:17.299Z] Hnuu...uuuununununu... [2020-11-25T17:29:17.299Z] File successfully converted to sysstat format version 12.2.1 [2020-11-25T17:29:17.299Z] + sadf -c /var/log/sa-host/sa25 [2020-11-25T17:29:17.299Z] file_magic: OK [2020-11-25T17:29:17.299Z] HZ: Using current value: 100 [2020-11-25T17:29:17.299Z] file_header: OK [2020-11-25T17:29:17.299Z] 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 [2020-11-25T17:29:17.299Z] Statistics: [2020-11-25T17:29:17.299Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-25T17:29:17.299Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-25T17:29:17.529Z] provisioning config files... [2020-11-25T17:29:17.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config258593376047537460tmp [Pipeline] { [Pipeline] echo [2020-11-25T17:29:17.635Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:29:17.937Z] ---> create-netrc.sh [Pipeline] } [2020-11-25T17:29:17.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-25T17:29:18.047Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:29:18.351Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-25T17:29:18.362Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:29:18.656Z] ---> sudo-logs.sh [2020-11-25T17:29:18.656Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-25T17:29:18.667Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:29:18.960Z] ---> job-cost.sh [2020-11-25T17:29:18.960Z] lf-activate-venv: SKIPPING [2020-11-25T17:29:18.960Z] INFO: No Stack... [2020-11-25T17:29:20.347Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-25T17:29:20.608Z] INFO: Archiving Costs [Pipeline] echo [2020-11-25T17:29:20.622Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:29:20.918Z] ---> logs-deploy.sh [2020-11-25T17:29:20.918Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/17 [2020-11-25T17:29:20.918Z] INFO: archiving workspace using pattern(s): [2020-11-25T17:29:22.361Z] Archives upload complete. [2020-11-25T17:29:22.661Z] INFO: archiving logs to Nexus