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 17:21:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:21:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:21:18 ========================================================= 17:21:18 EdgeX Global Pipelines Version Info 17:21:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:21:19 ------------------- 17:21:19 stable info: 17:21:19 ------------------- 17:21:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:21:19 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 17:21:19 Message: update stable to v1.0.167 17:21:20 ------------------- 17:21:20 experimental info: 17:21:20 ------------------- 17:21:20 Commited By: **** collab-it+edgex@linuxfoundation.org 17:21:20 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 17:21:20 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:21:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:21:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 17:21:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:21:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56512cd11a939a123a86bcf526f428629016a167 [Pipeline] echo 17:21:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56512cd [Pipeline] echo 17:21:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:21:24 provisioning config files... 17:21:24 copy managed file [go-mod-secrets-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2938743177526349964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:21:24 ---> docker-login.sh 17:21:24 nexus3.edgexfoundry.org:10001 17:21:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:25 Configure a credential helper to remove this warning. See 17:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:25 17:21:25 Login Succeeded 17:21:25 nexus3.edgexfoundry.org:10002 17:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:25 Configure a credential helper to remove this warning. See 17:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:25 17:21:25 Login Succeeded 17:21:25 nexus3.edgexfoundry.org:10003 17:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:25 Configure a credential helper to remove this warning. See 17:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:25 17:21:25 Login Succeeded 17:21:25 nexus3.edgexfoundry.org:10004 17:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:25 Configure a credential helper to remove this warning. See 17:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:25 17:21:25 Login Succeeded 17:21:25 docker.io 17:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:26 Configure a credential helper to remove this warning. See 17:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:26 17:21:26 Login Succeeded 17:21:26 ---> docker-login.sh ends [Pipeline] } 17:21:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:21:26 + git log --format=format:%s -1 56512cd11a939a123a86bcf526f428629016a167 [Pipeline] echo 17:21:26 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 17:21:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:21:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:27 17:21:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:21:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:27 latest: Pulling from edgex-devops/git-semver 17:21:27 31603596830f: Pulling fs layer 17:21:27 2a8b12db71e7: Pulling fs layer 17:21:27 6ca5941a6612: Pulling fs layer 17:21:27 ecc8261a40a4: Pulling fs layer 17:21:27 ecc8261a40a4: Waiting 17:21:27 2a8b12db71e7: Verifying Checksum 17:21:27 2a8b12db71e7: Download complete 17:21:27 31603596830f: Verifying Checksum 17:21:27 31603596830f: Download complete 17:21:28 6ca5941a6612: Verifying Checksum 17:21:28 6ca5941a6612: Download complete 17:21:28 ecc8261a40a4: Verifying Checksum 17:21:28 ecc8261a40a4: Download complete 17:21:28 31603596830f: Pull complete 17:21:28 2a8b12db71e7: Pull complete 17:21:29 6ca5941a6612: Pull complete 17:21:29 ecc8261a40a4: Pull complete 17:21:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:21:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:21:29 prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container 17:21:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_master -v /w/workspace/gexfoundry_go-mod-secrets_master:/w/workspace/gexfoundry_go-mod-secrets_master:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_master@tmp:/w/workspace/gexfoundry_go-mod-secrets_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:21:32 $ docker top f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:21:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:33 [ssh-agent] Looking for ssh-agent implementation... 17:21:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:33 $ docker exec f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent 17:21:33 SSH_AUTH_SOCK=/tmp/ssh-6Pza0Jl6frpW/agent.11 17:21:33 SSH_AGENT_PID=16 17:21:33 Running ssh-add (command line suppressed) 17:21:33 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) 17:21:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:34 + git tag --points-at HEAD [Pipeline] } 17:21:34 $ docker exec --env ******** --env ******** f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent -k 17:21:34 unset SSH_AUTH_SOCK; 17:21:34 unset SSH_AGENT_PID; 17:21:34 echo Agent pid 16 killed; 17:21:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:21:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:34 [ssh-agent] Looking for ssh-agent implementation... 17:21:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:34 $ docker exec f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent 17:21:34 SSH_AUTH_SOCK=/tmp/ssh-ruXEnI3uTSpG/agent.44 17:21:34 SSH_AGENT_PID=49 17:21:34 Running ssh-add (command line suppressed) 17:21:35 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) 17:21:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:35 + git semver init 17:21:35 # -> Open(): unable to determine branch for HEAD 17:21:35 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:21:35 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:21:35 # $SEMVER_REMOTE_NAME = origin 17:21:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:21:35 # $SEMVER_USER_NAME = edgex-jenkins 17:21:35 # $SEMVER_BRANCH = master 17:21:35 # $SEMVER_TEMP = /tmp/semver-799713096 17:21:35 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 17:21:35 # '/tmp/semver-799713096' -> '/w/workspace/gexfoundry_go-mod-secrets_master/.semver' 17:21:35 # -> Force: false 17:21:35 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 17:21:36 $ docker exec --env ******** --env ******** f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf ssh-agent -k 17:21:36 unset SSH_AUTH_SOCK; 17:21:36 unset SSH_AGENT_PID; 17:21:36 echo Agent pid 49 killed; 17:21:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:21:36 + git semver [Pipeline] } 17:21:36 $ docker stop --time=1 f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf 17:21:38 $ docker rm -f f438e9a41ff3480e820e756567614b7295bca2a63baa1fd48435c3ef7fe3ddaf [Pipeline] // withDockerContainer [Pipeline] sh 17:21:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:21:38 Stashed 1 file(s) [Pipeline] echo 17:21:38 [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 17:21:54 Still waiting to schedule task 17:21:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:21:54 Still waiting to schedule task 17:21:54 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:23:23 Running on prd-centos7-docker-4c-2g-13421 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 17:23:23 Running in /w/workspace/go-mod-secrets/17 [Pipeline] { [Pipeline] checkout 17:23:29 using credential edgex-jenkins-ssh 17:23:29 Cloning the remote Git repository 17:23:29 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 17:23:29 > git init /w/workspace/go-mod-secrets/17 # timeout=10 17:23:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:23:29 > git --version # timeout=10 17:23:29 > git --version # 'git version 2.24.3' 17:23:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:23:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:23:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:23:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:30 Checking out Revision 56512cd11a939a123a86bcf526f428629016a167 (master) 17:23:30 > git config core.sparsecheckout # timeout=10 17:23:30 > git checkout -f 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 17:23:34 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 17:23:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:23:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:23:36 + true 17:23:36 + sudo service docker restart 17:23:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:23:37 provisioning config files... 17:23:37 copy managed file [go-mod-secrets-settings] to file:/w/workspace/go-mod-secrets/17@tmp/config6515179383703848120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:38 ---> docker-login.sh 17:23:38 nexus3.edgexfoundry.org:10001 17:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:38 Configure a credential helper to remove this warning. See 17:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:38 17:23:38 Login Succeeded 17:23:38 nexus3.edgexfoundry.org:10002 17:23:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:39 Configure a credential helper to remove this warning. See 17:23:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:39 17:23:39 Login Succeeded 17:23:39 nexus3.edgexfoundry.org:10003 17:23:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:39 Configure a credential helper to remove this warning. See 17:23:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:39 17:23:39 Login Succeeded 17:23:39 nexus3.edgexfoundry.org:10004 17:23:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:39 Configure a credential helper to remove this warning. See 17:23:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:39 17:23:39 Login Succeeded 17:23:39 docker.io 17:23:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:40 Configure a credential helper to remove this warning. See 17:23:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:40 17:23:40 Login Succeeded 17:23:40 ---> docker-login.sh ends [Pipeline] } 17:23:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:23:40 ========================================================= 17:23:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:23:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23:41 + 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 . 17:23:41 Sending build context to Docker daemon 400.4kB 17:23:41 Step 1/7 : ARG BASE=golang:1.15-alpine 17:23:41 Step 2/7 : FROM ${BASE} 17:23:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:23:41 df20fa9351a1: Pulling fs layer 17:23:41 ed8968b2872e: Pulling fs layer 17:23:41 a92cc7c5fd73: Pulling fs layer 17:23:41 e871e8e8d7a9: Pulling fs layer 17:23:41 e73272ec9a57: Pulling fs layer 17:23:41 1e910a182e73: Pulling fs layer 17:23:41 4e634b169226: Pulling fs layer 17:23:41 e73272ec9a57: Waiting 17:23:41 1e910a182e73: Waiting 17:23:41 4e634b169226: Waiting 17:23:41 e871e8e8d7a9: Waiting 17:23:41 a92cc7c5fd73: Verifying Checksum 17:23:41 a92cc7c5fd73: Download complete 17:23:41 ed8968b2872e: Download complete 17:23:41 e73272ec9a57: Verifying Checksum 17:23:41 e73272ec9a57: Download complete 17:23:41 1e910a182e73: Verifying Checksum 17:23:41 1e910a182e73: Download complete 17:23:41 df20fa9351a1: Verifying Checksum 17:23:41 df20fa9351a1: Download complete 17:23:42 df20fa9351a1: Pull complete 17:23:42 ed8968b2872e: Pull complete 17:23:42 a92cc7c5fd73: Pull complete 17:23:44 4e634b169226: Verifying Checksum 17:23:44 4e634b169226: Download complete 17:23:45 e871e8e8d7a9: Verifying Checksum 17:23:45 e871e8e8d7a9: Download complete 17:23:53 e871e8e8d7a9: Pull complete 17:23:53 e73272ec9a57: Pull complete 17:23:53 1e910a182e73: Pull complete 17:24:00 4e634b169226: Pull complete 17:24:00 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:24:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:24:00 ---> f7629b54cfaa 17:24:00 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:24:00 ---> Running in 7dee5c6309f1 17:24:00 Removing intermediate container 7dee5c6309f1 17:24:00 ---> f128f66c6abf 17:24:00 Step 4/7 : RUN apk add --update bash 17:24:00 ---> Running in 042bfd6ccb44 17:24:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:24:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:24:02 OK: 166 MiB in 39 packages 17:24:03 Removing intermediate container 042bfd6ccb44 17:24:03 ---> a792344a2fb7 17:24:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:24:03 ---> Running in 640dabf0fa49 17:24:03 Removing intermediate container 640dabf0fa49 17:24:03 ---> 3fc19c101287 17:24:03 Step 6/7 : COPY go.mod . 17:24:03 ---> f0ef88dec898 17:24:03 Step 7/7 : RUN go mod download 17:24:04 ---> Running in e1dde07d82c2 17:24:19 Removing intermediate container e1dde07d82c2 17:24:19 ---> f81e9d6b519f 17:24:19 Successfully built f81e9d6b519f 17:24:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:24:19 + docker inspect -f . ci-base-image-x86_64 17:24:19 . [Pipeline] withDockerContainer 17:24:19 prd-centos7-docker-4c-2g-13421 does not seem to be running inside a container 17:24:19 $ 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 17:24:20 $ docker top 9ec0d6e296a0e23cabf5d26c0faeef04c3e0e3e884874aa9495ecd63e9fdb574 -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:21 + go version 17:24:21 go version go1.15.2 linux/amd64 [Pipeline] } 17:24:21 $ docker stop --time=1 9ec0d6e296a0e23cabf5d26c0faeef04c3e0e3e884874aa9495ecd63e9fdb574 17:24:22 $ docker rm -f 9ec0d6e296a0e23cabf5d26c0faeef04c3e0e3e884874aa9495ecd63e9fdb574 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:24:23 + docker inspect -f . ci-base-image-x86_64 17:24:23 . [Pipeline] withDockerContainer 17:24:24 prd-centos7-docker-4c-2g-13421 does not seem to be running inside a container 17:24:24 $ 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 17:24:24 $ docker top 4d90c3d9d33b8edd43f45b296a3fb42e700f02f6e3e1c6ddd102ae17934621ac -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:25 + make test 17:24:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:24:33 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 17:24:33 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 17:24:41 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.081s coverage: 96.7% of statements 17:24:53 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.026s coverage: 86.4% of statements 17:24:53 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.011s coverage: 89.5% of statements 17:24:53 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.006s coverage: 100.0% of statements 17:24:53 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.009s coverage: 100.0% of statements 17:24:53 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.006s coverage: 100.0% of statements 17:24:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:24:54 gofmt -l . 17:24:54 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:24:54 $ docker stop --time=1 4d90c3d9d33b8edd43f45b296a3fb42e700f02f6e3e1c6ddd102ae17934621ac 17:24:57 $ docker rm -f 4d90c3d9d33b8edd43f45b296a3fb42e700f02f6e3e1c6ddd102ae17934621ac [Pipeline] // withDockerContainer [Pipeline] sh 17:24:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:58 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] } 17:25:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13422 in /w/workspace/gexfoundry_go-mod-secrets_master [Pipeline] { [Pipeline] ws 17:25:19 Running in /w/workspace/go-mod-secrets/17 [Pipeline] { [Pipeline] checkout 17:25:24 using credential edgex-jenkins-ssh 17:25:24 Cloning the remote Git repository 17:25:24 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 17:25:24 > git init /w/workspace/go-mod-secrets/17 # timeout=10 17:25:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:25:24 > git --version # timeout=10 17:25:24 > git --version # 'git version 2.17.1' 17:25:24 using GIT_SSH to set credentials SSH Credentials for GitHub 17:25:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:25:26 Checking out Revision 56512cd11a939a123a86bcf526f428629016a167 (master) 17:25:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:25:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:25:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 17:25:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 17:25:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:25:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:25:26 > git config core.sparsecheckout # timeout=10 17:25:26 > git checkout -f 56512cd11a939a123a86bcf526f428629016a167 # timeout=10 17:25:30 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 17:25:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:25:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:25:33 + sudo service docker restart 17:25:33 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:25:36 provisioning config files... 17:25:36 copy managed file [go-mod-secrets-settings] to file:/w/workspace/go-mod-secrets/17@tmp/config7567573548383556049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:25:36 ---> docker-login.sh 17:25:36 nexus3.edgexfoundry.org:10001 17:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:37 Configure a credential helper to remove this warning. See 17:25:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:37 17:25:37 Login Succeeded 17:25:37 nexus3.edgexfoundry.org:10002 17:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:38 Configure a credential helper to remove this warning. See 17:25:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:38 17:25:38 Login Succeeded 17:25:38 nexus3.edgexfoundry.org:10003 17:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:38 Configure a credential helper to remove this warning. See 17:25:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:38 17:25:38 Login Succeeded 17:25:38 nexus3.edgexfoundry.org:10004 17:25:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:39 Configure a credential helper to remove this warning. See 17:25:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:39 17:25:39 Login Succeeded 17:25:39 docker.io 17:25:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:40 Configure a credential helper to remove this warning. See 17:25:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:40 17:25:40 Login Succeeded 17:25:40 ---> docker-login.sh ends [Pipeline] } 17:25:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:25:40 ========================================================= 17:25:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:25:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:25:41 + 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 . 17:25:41 Sending build context to Docker daemon 399.4kB 17:25:41 Step 1/7 : ARG BASE=golang:1.15-alpine 17:25:41 Step 2/7 : FROM ${BASE} 17:25:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:25:41 b538f80385f9: Pulling fs layer 17:25:41 74f711af9a0d: Pulling fs layer 17:25:41 99f96fe45779: Pulling fs layer 17:25:41 8529a6b9a6be: Pulling fs layer 17:25:41 45590311c82a: Pulling fs layer 17:25:41 69ca0ff8b7b3: Pulling fs layer 17:25:41 209524e5b208: Pulling fs layer 17:25:41 8529a6b9a6be: Waiting 17:25:41 45590311c82a: Waiting 17:25:41 69ca0ff8b7b3: Waiting 17:25:41 209524e5b208: Waiting 17:25:41 99f96fe45779: Verifying Checksum 17:25:41 99f96fe45779: Download complete 17:25:41 74f711af9a0d: Download complete 17:25:41 45590311c82a: Verifying Checksum 17:25:41 45590311c82a: Download complete 17:25:41 69ca0ff8b7b3: Verifying Checksum 17:25:41 69ca0ff8b7b3: Download complete 17:25:41 b538f80385f9: Verifying Checksum 17:25:41 b538f80385f9: Download complete 17:25:42 b538f80385f9: Pull complete 17:25:43 74f711af9a0d: Pull complete 17:25:44 99f96fe45779: Pull complete 17:25:44 209524e5b208: Verifying Checksum 17:25:44 209524e5b208: Download complete 17:25:45 8529a6b9a6be: Verifying Checksum 17:25:45 8529a6b9a6be: Download complete 17:25:55 8529a6b9a6be: Pull complete 17:25:55 45590311c82a: Pull complete 17:25:55 69ca0ff8b7b3: Pull complete 17:25:59 209524e5b208: Pull complete 17:25:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:25:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:25:59 ---> 5bddaf1c2fca 17:25:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:26:01 ---> Running in 691e406ee123 17:26:02 Removing intermediate container 691e406ee123 17:26:02 ---> 28d297887e26 17:26:02 Step 4/7 : RUN apk add --update bash 17:26:02 ---> Running in c3d0af20d4dc 17:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:05 OK: 142 MiB in 39 packages 17:26:06 Removing intermediate container c3d0af20d4dc 17:26:06 ---> d5930ad48e24 17:26:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:26:06 ---> Running in c826fbf1a34a 17:26:07 Removing intermediate container c826fbf1a34a 17:26:07 ---> 596c0498f510 17:26:07 Step 6/7 : COPY go.mod . 17:26:08 ---> 9a99d79d6846 17:26:08 Step 7/7 : RUN go mod download 17:26:08 ---> Running in 61f34cf2966b 17:26:23 Removing intermediate container 61f34cf2966b 17:26:23 ---> 223745356eae 17:26:23 Successfully built 223745356eae 17:26:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:26:23 + docker inspect -f . ci-base-image-arm64 17:26:23 . [Pipeline] withDockerContainer 17:26:23 prd-ubuntu18.04-docker-arm64-4c-16g-13422 does not seem to be running inside a container 17:26:23 $ 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 17:26:25 $ docker top affee123b184968db168f1f1681dab0230bfa5f397e765919b5f32831886e7ca -eo pid,comm [Pipeline] { [Pipeline] sh 17:26:26 + go version 17:26:26 go version go1.15.2 linux/arm64 [Pipeline] } 17:26:26 $ docker stop --time=1 affee123b184968db168f1f1681dab0230bfa5f397e765919b5f32831886e7ca 17:26:28 $ docker rm -f affee123b184968db168f1f1681dab0230bfa5f397e765919b5f32831886e7ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:26:29 + docker inspect -f . ci-base-image-arm64 17:26:29 . [Pipeline] withDockerContainer 17:26:29 prd-ubuntu18.04-docker-arm64-4c-16g-13422 does not seem to be running inside a container 17:26:29 $ 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 17:26:31 $ docker top 9495bbf47c55f07ff84d448d49f984ca8ac0ea89cd1070dda56b5e4de68459ad -eo pid,comm [Pipeline] { [Pipeline] sh 17:26:31 + make test 17:26:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:26:44 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 17:26:44 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 17:26:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.074s coverage: 96.7% of statements 17:27:14 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.044s coverage: 86.4% of statements 17:27:14 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.017s coverage: 89.5% of statements 17:27:14 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.012s coverage: 100.0% of statements 17:27:14 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements 17:27:14 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.011s coverage: 100.0% of statements 17:27:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:27:14 gofmt -l . 17:27:14 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:27:14 $ docker stop --time=1 9495bbf47c55f07ff84d448d49f984ca8ac0ea89cd1070dda56b5e4de68459ad 17:27:17 $ docker rm -f 9495bbf47c55f07ff84d448d49f984ca8ac0ea89cd1070dda56b5e4de68459ad [Pipeline] // withDockerContainer [Pipeline] sh 17:27:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:27:18 Warning: overwriting stash ‘coverage-report’ 17:27:18 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 17:27:22 provisioning config files... 17:27:22 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config6822354807278802800tmp [Pipeline] { [Pipeline] sh 17:27:22 + set +x 17:27:22 + curl -s https://codecov.io/bash 17:27:22 + bash -s -- 17:27:22 17:27:22 _____ _ 17:27:22 / ____| | | 17:27:22 | | ___ __| | ___ ___ _____ __ 17:27:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:27:22 | |___| (_) | (_| | __/ (_| (_) \ V / 17:27:22 \_____\___/ \__,_|\___|\___\___/ \_/ 17:27:22 Bash-20201124-79cbc08 17:27:22 17:27:22 17:27:22 ==> Jenkins CI detected. 17:27:22 project root: . 17:27:22 --> token set from env 17:27:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:27:22 ==> Running gcov in . (disable via -X gcov) 17:27:22 ==> Python coveragepy not found 17:27:22 ==> Searching for coverage reports in: 17:27:22 + . 17:27:22 -> Found 1 reports 17:27:22 ==> Detecting git/mercurial file structure 17:27:22 ==> Reading reports 17:27:22 + ./coverage.out bytes=16941 17:27:22 ==> Appending adjustments 17:27:22 https://docs.codecov.io/docs/fixing-reports 17:27:22 + Found adjustments 17:27:23 ==> Gzipping contents 17:27:23 4.0K /tmp/codecov.JXtOTq.gz 17:27:23 ==> Uploading reports 17:27:23 url: https://codecov.io 17:27:23 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= 17:27:23 -> Pinging Codecov 17:27:23 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= 17:27:23 -> Uploading to 17:27:23 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 17:27:23 % Total % Received % Xferd Average Speed Time Time Time Current 17:27:23 Dload Upload Total Spent Left Speed 17:27:23 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 17:27:23 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/56512cd11a939a123a86bcf526f428629016a167 [Pipeline] } 17:27:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:27:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:27:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:24 17:27:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:27:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:27:25 188c0c94c7c5: Pulling fs layer 17:27:25 0ef7d3d256c8: Pulling fs layer 17:27:25 de9db76c5a1d: Pulling fs layer 17:27:25 0eba1c9be4d2: Pulling fs layer 17:27:25 0d57e429df01: Pulling fs layer 17:27:25 4e4be7b47b0d: Pulling fs layer 17:27:25 e1f770b5df2f: Pulling fs layer 17:27:25 85a0685a4137: Pulling fs layer 17:27:25 4e4be7b47b0d: Waiting 17:27:25 e1f770b5df2f: Waiting 17:27:25 0eba1c9be4d2: Waiting 17:27:25 85a0685a4137: Waiting 17:27:25 de9db76c5a1d: Download complete 17:27:25 0ef7d3d256c8: Verifying Checksum 17:27:25 0ef7d3d256c8: Download complete 17:27:25 0d57e429df01: Verifying Checksum 17:27:25 0d57e429df01: Download complete 17:27:25 188c0c94c7c5: Verifying Checksum 17:27:25 188c0c94c7c5: Download complete 17:27:25 4e4be7b47b0d: Verifying Checksum 17:27:25 4e4be7b47b0d: Download complete 17:27:25 188c0c94c7c5: Pull complete 17:27:25 0ef7d3d256c8: Pull complete 17:27:26 de9db76c5a1d: Pull complete 17:27:26 e1f770b5df2f: Verifying Checksum 17:27:26 e1f770b5df2f: Download complete 17:27:28 0eba1c9be4d2: Verifying Checksum 17:27:28 0eba1c9be4d2: Download complete 17:27:28 85a0685a4137: Verifying Checksum 17:27:28 85a0685a4137: Download complete 17:27:34 0eba1c9be4d2: Pull complete 17:27:34 0d57e429df01: Pull complete 17:27:34 4e4be7b47b0d: Pull complete 17:27:36 e1f770b5df2f: Pull complete 17:27:44 85a0685a4137: Pull complete 17:27:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:27:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:27:44 prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container 17:27:44 $ 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 17:27:45 $ docker top 4866914abf6ef5c983d78f0dc391c437eac5ed7d48cb67122098694e146b01c4 -eo pid,comm [Pipeline] { [Pipeline] echo 17:27:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:27:46 + set -o pipefail 17:27:46 + snyk monitor '--org=edgex-jenkins' 17:27:50 17:27:50 Monitoring /w/workspace/gexfoundry_go-mod-secrets_master (github.com/edgexfoundry/go-mod-secrets)... 17:27:50 17:27:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4cfb1d28-864a-4661-be71-b40abb9d5161/history/ead1bb81-0943-447d-8080-f01fd795cbb6 17:27:50 17:27:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:27:50 17:27:50 17:27:50 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 17:27:50 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:27:50 $ docker stop --time=1 4866914abf6ef5c983d78f0dc391c437eac5ed7d48cb67122098694e146b01c4 17:27:52 $ 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 17:27:53 + git log --format=format:%s -1 56512cd11a939a123a86bcf526f428629016a167 [Pipeline] isUnix [Pipeline] sh 17:27:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:27:54 . [Pipeline] withDockerContainer 17:27:54 prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container 17:27:54 $ 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 17:27:55 $ docker top 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:27:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:27:55 [ssh-agent] Looking for ssh-agent implementation... 17:27:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:27:56 $ docker exec 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af ssh-agent 17:27:56 SSH_AUTH_SOCK=/tmp/ssh-b43Om6fz1TkF/agent.11 17:27:56 SSH_AGENT_PID=17 17:27:56 Running ssh-add (command line suppressed) 17:27:56 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) 17:27:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:27:56 + git semver tag 17:27:56 # -> Open(): unable to determine branch for HEAD 17:27:56 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:27:56 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:27:56 # $SEMVER_REMOTE_NAME = origin 17:27:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:27:56 # $SEMVER_USER_NAME = edgex-jenkins 17:27:56 # $SEMVER_BRANCH = master 17:27:56 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 17:27:56 # 56512cd11a939a123a86bcf526f428629016a167 HEAD 17:27:56 # -> Force: false 17:27:56 # 071ff163115100d1618f3afae3e3eaecb53c5b30 refs/tags/v0.0.27 [Pipeline] } 17:27:56 $ docker exec --env ******** --env ******** 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af ssh-agent -k 17:27:57 unset SSH_AUTH_SOCK; 17:27:57 unset SSH_AGENT_PID; 17:27:57 echo Agent pid 17 killed; 17:27:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:57 + git semver [Pipeline] } 17:27:57 $ docker stop --time=1 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af 17:27:58 $ docker rm -f 0f57c6de044d3b35c1c4e6cf51fa95771c3eeee9ccc4af61f48ae0dba66131af [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:27:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:27:59 17:27:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:27:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:27:59 0.23.1-centos7: Pulling from edgex-lftools 17:27:59 ab5ef0e58194: Pulling fs layer 17:27:59 9712f1f96733: Pulling fs layer 17:27:59 63f879dbbcfc: Pulling fs layer 17:27:59 0d9ebad4ef96: Pulling fs layer 17:27:59 e9a5061849ea: Pulling fs layer 17:27:59 d747dcd14b5f: Pulling fs layer 17:27:59 2de7ff778b66: Pulling fs layer 17:27:59 2de7ff778b66: Waiting 17:27:59 e9a5061849ea: Waiting 17:27:59 d747dcd14b5f: Waiting 17:27:59 0d9ebad4ef96: Waiting 17:27:59 9712f1f96733: Download complete 17:28:01 63f879dbbcfc: Verifying Checksum 17:28:01 63f879dbbcfc: Download complete 17:28:01 e9a5061849ea: Verifying Checksum 17:28:01 e9a5061849ea: Download complete 17:28:01 d747dcd14b5f: Verifying Checksum 17:28:01 d747dcd14b5f: Download complete 17:28:01 2de7ff778b66: Verifying Checksum 17:28:01 2de7ff778b66: Download complete 17:28:02 0d9ebad4ef96: Verifying Checksum 17:28:02 0d9ebad4ef96: Download complete 17:28:02 ab5ef0e58194: Verifying Checksum 17:28:02 ab5ef0e58194: Download complete 17:28:06 ab5ef0e58194: Pull complete 17:28:06 9712f1f96733: Pull complete 17:28:09 63f879dbbcfc: Pull complete 17:28:14 0d9ebad4ef96: Pull complete 17:28:16 e9a5061849ea: Pull complete 17:28:16 d747dcd14b5f: Pull complete 17:28:19 2de7ff778b66: Pull complete 17:28:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:28:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:28:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:28:19 prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container 17:28:19 $ 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 17:28:23 $ docker top 0302721bd8206218de5a563a1c716de7ce98ffd6f39e4f82160b318b3b163e81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:28:23 provisioning config files... 17:28:23 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2520353612822754573tmp 17:28:23 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2140970742026387506tmp 17:28:23 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config2222746499887880507tmp [Pipeline] { [Pipeline] echo 17:28:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:28:24 ---> sigul-configuration.sh 17:28:24 gpg: directory `/root/.gnupg' created 17:28:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:28:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:28:24 gpg: keyring `/root/.gnupg/secring.gpg' created 17:28:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:28:24 gpg: CAST5 encrypted data 17:28:24 gpg: encrypted with 1 passphrase 17:28:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:28:24 + mkdir /home/jenkins 17:28:24 + mkdir /home/jenkins/sigul [Pipeline] sh 17:28:25 + 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 17:28:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:28:25 ---> sigul-install.sh 17:28:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:28:30 + git tag --list 17:28:30 v0.0.0 17:28:30 v0.0.1 17:28:30 v0.0.10 17:28:30 v0.0.11 17:28:30 v0.0.12 17:28:30 v0.0.13 17:28:30 v0.0.14 17:28:30 v0.0.15 17:28:30 v0.0.16 17:28:30 v0.0.17 17:28:30 v0.0.18 17:28:30 v0.0.19 17:28:30 v0.0.2 17:28:30 v0.0.20 17:28:30 v0.0.21 17:28:30 v0.0.22 17:28:30 v0.0.23 17:28:30 v0.0.24 17:28:30 v0.0.25 17:28:30 v0.0.26 17:28:30 v0.0.27 17:28:30 v0.0.3 17:28:30 v0.0.4 17:28:30 v0.0.5 17:28:30 v0.0.6 17:28:30 v0.0.7 17:28:30 v0.0.8 17:28:30 v0.0.9 [Pipeline] sh 17:28:31 + lftools sign git-tag v0.0.27 17:28:32 Signing Git tag with Sigul... 17:28:32 Signing v0.0.27 [Pipeline] echo 17:28:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:28:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:28:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:28:33 $ docker stop --time=1 0302721bd8206218de5a563a1c716de7ce98ffd6f39e4f82160b318b3b163e81 17:28:35 $ 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 17:28:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:37 . [Pipeline] withDockerContainer 17:28:37 prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container 17:28:37 $ 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 17:28:38 $ docker top 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:28:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:28:38 [ssh-agent] Looking for ssh-agent implementation... 17:28:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:28:38 $ docker exec 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 ssh-agent 17:28:38 SSH_AUTH_SOCK=/tmp/ssh-BR2yF8EAuqYS/agent.12 17:28:38 SSH_AGENT_PID=17 17:28:38 Running ssh-add (command line suppressed) 17:28:39 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) 17:28:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:28:39 + git semver bump patch 17:28:39 # -> Open(): unable to determine branch for HEAD 17:28:39 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:28:39 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:28:39 # $SEMVER_REMOTE_NAME = origin 17:28:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:28:39 # $SEMVER_USER_NAME = edgex-jenkins 17:28:39 # $SEMVER_BRANCH = master 17:28:39 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver 17:28:39 0.0.28 [Pipeline] } 17:28:39 $ docker exec --env ******** --env ******** 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 ssh-agent -k 17:28:39 unset SSH_AUTH_SOCK; 17:28:39 unset SSH_AGENT_PID; 17:28:39 echo Agent pid 17 killed; 17:28:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:28:40 + git semver [Pipeline] } 17:28:40 $ docker stop --time=1 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 17:28:41 $ docker rm -f 299a1d55bac383c40ae7e7e535719e60bee0f82d14474478c67c933f46e658d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:28:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:42 . [Pipeline] withDockerContainer 17:28:42 prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container 17:28:42 $ 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 17:28:42 $ docker top 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:28:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:28:43 [ssh-agent] Looking for ssh-agent implementation... 17:28:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:28:43 $ docker exec 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 ssh-agent 17:28:43 SSH_AUTH_SOCK=/tmp/ssh-FyUsc4fbblhC/agent.11 17:28:43 SSH_AGENT_PID=16 17:28:43 Running ssh-add (command line suppressed) 17:28:43 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) 17:28:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:28:44 + git semver push 17:28:44 # -> Open(): unable to determine branch for HEAD 17:28:44 # $GIT_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.git 17:28:44 # $GIT_WORK_TREE = /w/workspace/gexfoundry_go-mod-secrets_master 17:28:44 # $SEMVER_REMOTE_NAME = origin 17:28:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:28:44 # $SEMVER_USER_NAME = edgex-jenkins 17:28:44 # $SEMVER_BRANCH = master 17:28:44 # $SEMVER_DIR = /w/workspace/gexfoundry_go-mod-secrets_master/.semver [Pipeline] } 17:28:50 $ docker exec --env ******** --env ******** 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 ssh-agent -k 17:28:50 unset SSH_AUTH_SOCK; 17:28:50 unset SSH_AGENT_PID; 17:28:50 echo Agent pid 16 killed; 17:28:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:28:51 + git semver [Pipeline] } 17:28:51 $ docker stop --time=1 49949498c8cf108ccab989c5eac295e5229a31a4c0372316e5ed512affcb73d4 17:28:52 $ 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 17:28:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:28:54 ---> package-listing.sh 17:28:54 ++ facter osfamily 17:28:54 ++ tr '[:upper:]' '[:lower:]' 17:28:54 + OS_FAMILY=redhat 17:28:54 + workspace=/w/workspace/gexfoundry_go-mod-secrets_master 17:28:54 + START_PACKAGES=/tmp/packages_start.txt 17:28:54 + END_PACKAGES=/tmp/packages_end.txt 17:28:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:28:54 + PACKAGES=/tmp/packages_start.txt 17:28:54 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 17:28:54 + PACKAGES=/tmp/packages_end.txt 17:28:54 + case "${OS_FAMILY}" in 17:28:54 + rpm -qa 17:28:54 + sort 17:29:00 + '[' -f /tmp/packages_start.txt ']' 17:29:00 + '[' -f /tmp/packages_end.txt ']' 17:29:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:29:00 + '[' /w/workspace/gexfoundry_go-mod-secrets_master ']' 17:29:00 + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_master/archives/ 17:29:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_master/archives/ [Pipeline] echo 17:29:00 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 17:29:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:29:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:00 17:29:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:29:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:01 alpine: Pulling from edgex-lftools-log-publisher 17:29:01 df20fa9351a1: Pulling fs layer 17:29:01 36b3adc4ff6f: Pulling fs layer 17:29:01 8ad3a11d3b57: Pulling fs layer 17:29:01 46f8f816bc3b: Pulling fs layer 17:29:01 93b61091891f: Pulling fs layer 17:29:01 93b9cdb0e59b: Pulling fs layer 17:29:01 5e14af77c1be: Pulling fs layer 17:29:01 01666e4c0597: Pulling fs layer 17:29:01 aa168da1d23b: Pulling fs layer 17:29:01 93b61091891f: Waiting 17:29:01 93b9cdb0e59b: Waiting 17:29:01 5e14af77c1be: Waiting 17:29:01 01666e4c0597: Waiting 17:29:01 aa168da1d23b: Waiting 17:29:01 46f8f816bc3b: Waiting 17:29:01 36b3adc4ff6f: Verifying Checksum 17:29:01 36b3adc4ff6f: Download complete 17:29:01 46f8f816bc3b: Verifying Checksum 17:29:01 46f8f816bc3b: Download complete 17:29:01 df20fa9351a1: Verifying Checksum 17:29:01 93b61091891f: Download complete 17:29:01 5e14af77c1be: Verifying Checksum 17:29:01 5e14af77c1be: Download complete 17:29:01 93b9cdb0e59b: Verifying Checksum 17:29:01 93b9cdb0e59b: Download complete 17:29:01 01666e4c0597: Verifying Checksum 17:29:01 01666e4c0597: Download complete 17:29:01 8ad3a11d3b57: Verifying Checksum 17:29:01 8ad3a11d3b57: Download complete 17:29:02 df20fa9351a1: Pull complete 17:29:02 36b3adc4ff6f: Pull complete 17:29:03 aa168da1d23b: Verifying Checksum 17:29:03 aa168da1d23b: Download complete 17:29:03 8ad3a11d3b57: Pull complete 17:29:04 46f8f816bc3b: Pull complete 17:29:04 93b61091891f: Pull complete 17:29:04 93b9cdb0e59b: Pull complete 17:29:04 5e14af77c1be: Pull complete 17:29:04 01666e4c0597: Pull complete 17:29:12 aa168da1d23b: Pull complete 17:29:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:29:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:29:12 prd-centos7-docker-4c-2g-13417 does not seem to be running inside a container 17:29:12 $ 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 17:29:16 $ docker top fdb746f899ef018a77c8a782d7e5857075101b8d5650adc24b19e2ceef61bad7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:16 + touch /tmp/pre-build-complete [Pipeline] sh 17:29:16 + mkdir -p /var/log/sa [Pipeline] sh 17:29:17 + ls /var/log/sa-host 17:29:17 + sadf -c /var/log/sa-host/sa23 17:29:17 file_magic: OK 17:29:17 HZ: Using current value: 100 17:29:17 file_header: OK 17:29:17 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 17:29:17 Statistics: 17:29:17 Hnuu...uuuununununu... 17:29:17 File successfully converted to sysstat format version 12.2.1 17:29:17 + sadf -c /var/log/sa-host/sa25 17:29:17 file_magic: OK 17:29:17 HZ: Using current value: 100 17:29:17 file_header: OK 17:29:17 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 17:29:17 Statistics: 17:29:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:29:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:29:17 provisioning config files... 17:29:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_master@tmp/config258593376047537460tmp [Pipeline] { [Pipeline] echo 17:29:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:29:17 ---> create-netrc.sh [Pipeline] } 17:29:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:29:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:29:18 ---> python-tools-install.sh [Pipeline] echo 17:29:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:29:18 ---> sudo-logs.sh 17:29:18 Archiving 'sudo' log.. [Pipeline] echo 17:29:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:29:18 ---> job-cost.sh 17:29:18 lf-activate-venv: SKIPPING 17:29:18 INFO: No Stack... 17:29:20 INFO: Retrieving Pricing Info for: v1-standard-2 17:29:20 INFO: Archiving Costs [Pipeline] echo 17:29:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:29:20 ---> logs-deploy.sh 17:29:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/master/17 17:29:20 INFO: archiving workspace using pattern(s): 17:29:22 Archives upload complete. 17:29:22 INFO: archiving logs to Nexus 17:29:23 ---> uname -a: 17:29:23 Linux prd-centos7-docker-4c-2g-13417.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:29:23 17:29:23 17:29:23 ---> lscpu: 17:29:23 Architecture: x86_64 17:29:23 CPU op-mode(s): 32-bit, 64-bit 17:29:23 Byte Order: Little Endian 17:29:23 Address sizes: 40 bits physical, 48 bits virtual 17:29:23 CPU(s): 4 17:29:23 On-line CPU(s) list: 0-3 17:29:23 Thread(s) per core: 1 17:29:23 Core(s) per socket: 1 17:29:23 Socket(s): 4 17:29:23 NUMA node(s): 1 17:29:23 Vendor ID: GenuineIntel 17:29:23 CPU family: 6 17:29:23 Model: 44 17:29:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:29:23 Stepping: 1 17:29:23 CPU MHz: 2933.442 17:29:23 BogoMIPS: 5866.88 17:29:23 Virtualization: VT-x 17:29:23 Hypervisor vendor: KVM 17:29:23 Virtualization type: full 17:29:23 L1d cache: 128 KiB 17:29:23 L1i cache: 128 KiB 17:29:23 L2 cache: 16 MiB 17:29:23 L3 cache: 64 MiB 17:29:23 NUMA node0 CPU(s): 0-3 17:29:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:29:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:29:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:29:23 Vulnerability Meltdown: Mitigation; PTI 17:29:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:29:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:29:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:29:23 Vulnerability Srbds: Not affected 17:29:23 Vulnerability Tsx async abort: Not affected 17:29:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:29:23 17:29:23 17:29:23 ---> nproc: 17:29:23 4 17:29:23 17:29:23 17:29:23 ---> df -h: 17:29:23 Filesystem Size Used Available Use% Mounted on 17:29:23 overlay 50.0G 8.5G 41.4G 17% / 17:29:23 tmpfs 64.0M 0 64.0M 0% /dev 17:29:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:29:23 shm 64.0M 0 64.0M 0% /dev/shm 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/gexfoundry_go-mod-secrets_master@tmp 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:29:23 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:29:23 17:29:23 17:29:23 ---> free -m: 17:29:23 total used free shared buff/cache available 17:29:23 Mem: 1837 835 154 0 847 938 17:29:23 Swap: 1023 3 1020 17:29:23 17:29:23 17:29:23 ---> ip addr: 17:29:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:29:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:29:23 inet 127.0.0.1/8 scope host lo 17:29:23 valid_lft forever preferred_lft forever 17:29:23 inet6 ::1/128 scope host 17:29:23 valid_lft forever preferred_lft forever 17:29:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:29:23 link/ether fa:16:3e:01:50:82 brd ff:ff:ff:ff:ff:ff 17:29:23 inet 10.30.123.182/23 brd 10.30.123.255 scope global dynamic eth0 17:29:23 valid_lft 85882sec preferred_lft 85882sec 17:29:23 inet6 fe80::f816:3eff:fe01:5082/64 scope link 17:29:23 valid_lft forever preferred_lft forever 17:29:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:29:23 link/ether 02:42:c8:e2:5d:e9 brd ff:ff:ff:ff:ff:ff 17:29:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:29:23 valid_lft forever preferred_lft forever 17:29:23 inet6 fe80::42:c8ff:fee2:5de9/64 scope link 17:29:23 valid_lft forever preferred_lft forever 17:29:23 17:29:23 17:29:23 ---> sar -b -r -n DEV: 17:29:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/25/20 _x86_64_ (4 CPU) 17:29:23 17:29:23 17:20:32 LINUX RESTART (4 CPU) 17:29:23 17:29:23 17:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:29:23 17:22:01 70.86 30.39 40.46 0.00 7262.82 3724.71 0.00 17:29:23 17:23:01 1.91 0.00 1.91 0.00 0.00 38.34 0.00 17:29:23 17:24:01 0.50 0.00 0.50 0.00 0.00 8.54 0.00 17:29:23 17:25:01 0.38 0.00 0.38 0.00 0.00 5.08 0.00 17:29:23 17:26:01 0.32 0.00 0.32 0.00 0.00 5.55 0.00 17:29:23 17:27:01 0.38 0.00 0.38 0.00 0.00 4.68 0.00 17:29:23 17:28:02 276.26 174.67 101.59 0.00 8402.98 36907.33 0.00 17:29:23 17:29:01 243.25 120.46 122.79 0.00 8346.53 29580.25 0.00 17:29:23 Average: 74.02 40.63 33.39 0.00 2985.55 8769.64 0.00 17:29:23 17:29:23 17:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:29:23 17:22:01 151228 0 622788 33.10 2620 1104908 1112372 37.96 457324 1074776 128 17:29:23 17:23:01 155948 0 617952 32.84 2620 1105024 1079100 36.83 455584 1072444 12 17:29:23 17:24:01 154688 0 619204 32.91 2620 1105032 1079304 36.83 471904 1057524 12 17:29:23 17:25:01 154708 0 619184 32.91 2620 1105032 1079100 36.83 472732 1056996 20 17:29:23 17:26:01 154432 0 619452 32.92 2620 1105040 1079284 36.83 468848 1061364 8 17:29:23 17:27:01 154580 0 619300 32.91 2620 1105044 1079236 36.83 468720 1061364 8 17:29:23 17:28:02 79872 0 707416 37.60 2596 1091660 1292352 44.11 565960 989244 81544 17:29:23 17:29:01 84688 0 806172 42.85 1492 989192 1305856 44.57 620732 836436 164 17:29:23 Average: 136268 0 653934 34.76 2476 1088866 1138326 38.85 497726 1026268 10237 17:29:23 17:29:23 17:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:29:23 17:22:01 eth0 552.45 343.34 1074.30 94.49 0.00 0.00 0.00 0.00 17:29:23 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:22:01 docker0 1.69 1.42 0.32 2.69 0.00 0.00 0.00 0.00 17:29:23 17:23:01 eth0 1.83 0.08 0.17 0.01 0.00 0.00 0.00 0.00 17:29:23 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:24:01 eth0 1.53 0.87 0.85 0.59 0.00 0.00 0.00 0.00 17:29:23 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:25:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:29:23 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:26:01 eth0 0.52 0.38 0.27 0.20 0.00 0.00 0.00 0.00 17:29:23 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:27:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 17:29:23 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:28:02 eth0 792.96 702.39 7235.41 61.16 0.00 0.00 0.00 0.00 17:29:23 17:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:28:02 docker0 8.52 7.97 0.82 12.00 0.00 0.00 0.00 0.00 17:29:23 17:29:01 eth0 142.61 111.08 297.03 118.75 0.00 0.00 0.00 0.00 17:29:23 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 17:29:01 docker0 23.81 30.24 1.53 188.50 0.00 0.00 0.00 0.00 17:29:23 Average: eth0 186.32 144.80 1081.18 34.14 0.00 0.00 0.00 0.00 17:29:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:29:23 Average: docker0 4.22 4.91 0.33 25.11 0.00 0.00 0.00 0.00 17:29:23 17:29:23 17:29:23 ---> sar -P ALL: 17:29:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/25/20 _x86_64_ (4 CPU) 17:29:23 17:29:23 17:20:32 LINUX RESTART (4 CPU) 17:29:23 17:29:23 17:21:02 CPU %user %nice %system %iowait %steal %idle 17:29:23 17:22:01 all 13.04 0.00 4.45 1.49 0.06 80.97 17:29:23 17:22:01 0 12.64 0.00 5.40 0.58 0.05 81.32 17:29:23 17:22:01 1 12.51 0.00 4.26 1.36 0.05 81.83 17:29:23 17:22:01 2 13.10 0.00 3.90 0.67 0.09 82.25 17:29:23 17:22:01 3 13.91 0.00 4.24 3.33 0.05 78.47 17:29:23 17:23:01 all 0.19 0.00 0.06 0.00 0.00 99.75 17:29:23 17:23:01 0 0.35 0.00 0.05 0.00 0.00 99.60 17:29:23 17:23:01 1 0.07 0.00 0.03 0.00 0.00 99.90 17:29:23 17:23:01 2 0.08 0.00 0.08 0.00 0.00 99.83 17:29:23 17:23:01 3 0.27 0.00 0.07 0.00 0.00 99.67 17:29:23 17:24:01 all 0.16 0.00 0.06 0.00 0.00 99.77 17:29:23 17:24:01 0 0.03 0.00 0.05 0.00 0.02 99.90 17:29:23 17:24:01 1 0.07 0.00 0.03 0.00 0.00 99.90 17:29:23 17:24:01 2 0.10 0.00 0.03 0.00 0.00 99.87 17:29:23 17:24:01 3 0.45 0.00 0.12 0.00 0.00 99.43 17:29:23 17:25:01 all 0.14 0.00 0.03 0.00 0.00 99.83 17:29:23 17:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:29:23 17:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:29:23 17:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:29:23 17:25:01 3 0.50 0.00 0.03 0.00 0.00 99.47 17:29:23 17:26:01 all 0.18 0.00 0.03 0.00 0.00 99.79 17:29:23 17:26:01 0 0.08 0.00 0.05 0.00 0.00 99.87 17:29:23 17:26:01 1 0.38 0.00 0.03 0.00 0.00 99.58 17:29:23 17:26:01 2 0.07 0.00 0.00 0.00 0.00 99.93 17:29:23 17:26:01 3 0.18 0.00 0.05 0.00 0.00 99.77 17:29:23 17:27:01 all 0.15 0.00 0.04 0.00 0.00 99.81 17:29:23 17:27:01 0 0.03 0.00 0.07 0.00 0.00 99.90 17:29:23 17:27:01 1 0.53 0.00 0.03 0.00 0.00 99.43 17:29:23 17:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:29:23 17:27:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:29:23 17:28:02 all 9.79 0.00 7.48 2.25 0.05 80.43 17:29:23 17:28:02 0 9.35 0.00 7.80 2.37 0.03 80.46 17:29:23 17:28:02 1 9.80 0.00 7.47 1.88 0.05 80.80 17:29:23 17:28:02 2 10.65 0.00 7.46 2.30 0.07 79.52 17:29:23 17:28:02 3 9.34 0.00 7.20 2.47 0.03 80.95 17:29:23 17:29:01 all 11.28 0.00 8.39 3.73 0.04 76.57 17:29:23 17:29:01 0 10.18 0.00 7.78 4.29 0.02 77.74 17:29:23 17:29:01 1 13.73 0.00 8.64 5.38 0.05 72.20 17:29:23 17:29:01 2 10.66 0.00 8.43 3.41 0.05 77.45 17:29:23 17:29:01 3 10.56 0.00 8.70 1.84 0.03 78.87 17:29:23 Average: all 4.29 0.00 2.52 0.92 0.02 92.25 17:29:23 Average: 0 4.02 0.00 2.61 0.89 0.01 92.48 17:29:23 Average: 1 4.55 0.00 2.52 1.05 0.02 91.86 17:29:23 Average: 2 4.26 0.00 2.45 0.78 0.03 92.47 17:29:23 Average: 3 4.32 0.00 2.51 0.94 0.01 92.21 17:29:23 17:29:23 17:29:23