Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 02b0155287284c90936a71d9e77ebb694b67dcf1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31073’ is offline Running on prd-centos7-docker-4c-2g-31077 in /w/workspace/dry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 02b0155287284c90936a71d9e77ebb694b67dcf1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 Commit message: "Merge pull request #555 from weichou1229/issue-554" > git rev-list --no-walk 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T15:13:35.332Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T15:13:35.628Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T15:13:35.729Z] ========================================================= [2021-03-23T15:13:35.729Z] EdgeX Global Pipelines Version Info [2021-03-23T15:13:35.729Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:13:37.228Z] ------------------- [2021-03-23T15:13:37.228Z] stable info: [2021-03-23T15:13:37.228Z] ------------------- [2021-03-23T15:13:37.228Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T15:13:37.228Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:13:37.228Z] Message: update stable to v1.0.186 [2021-03-23T15:13:38.176Z] ------------------- [2021-03-23T15:13:38.176Z] experimental info: [2021-03-23T15:13:38.176Z] ------------------- [2021-03-23T15:13:38.176Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T15:13:38.176Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:13:38.176Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T15:13:38.493Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-23T15:13:38.594Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-23T15:13:38.714Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T15:13:38.808Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T15:13:38.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T15:13:38.994Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T15:13:39.087Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T15:13:39.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T15:13:39.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-23T15:13:39.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T15:13:39.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T15:13:39.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-23T15:13:39.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T15:13:39.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T15:13:39.896Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:13:39.987Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:13:40.077Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:13:40.178Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-23T15:13:40.267Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T15:13:40.430Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-23T15:13:40.563Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-23T15:13:40.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-23T15:13:40.834Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-23T15:13:40.946Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-23T15:13:41.158Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-23T15:13:41.249Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T15:13:41.368Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-23T15:13:41.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-23T15:13:41.542Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-23T15:13:41.629Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] echo [2021-03-23T15:13:41.746Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02b0155 [Pipeline] echo [2021-03-23T15:13:41.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:13:42.555Z] + git log --format=format:%s -1 02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] echo [2021-03-23T15:13:42.625Z] GIT_COMMIT: 02b0155287284c90936a71d9e77ebb694b67dcf1, Commit Message: Merge pull request #555 from weichou1229/issue-554 [Pipeline] echo [2021-03-23T15:13:42.696Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:13:43.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:13:43.975Z] [2021-03-23T15:13:43.975Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:13:44.324Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:13:44.325Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T15:13:44.325Z] 31603596830f: Pulling fs layer [2021-03-23T15:13:44.325Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T15:13:44.325Z] 6ca5941a6612: Pulling fs layer [2021-03-23T15:13:44.325Z] ecc8261a40a4: Pulling fs layer [2021-03-23T15:13:44.325Z] ecc8261a40a4: Waiting [2021-03-23T15:13:44.325Z] 2a8b12db71e7: Download complete [2021-03-23T15:13:44.587Z] 31603596830f: Verifying Checksum [2021-03-23T15:13:44.587Z] 31603596830f: Download complete [2021-03-23T15:13:44.587Z] ecc8261a40a4: Verifying Checksum [2021-03-23T15:13:44.587Z] ecc8261a40a4: Download complete [2021-03-23T15:13:44.587Z] 6ca5941a6612: Verifying Checksum [2021-03-23T15:13:44.587Z] 6ca5941a6612: Download complete [2021-03-23T15:13:44.850Z] 31603596830f: Pull complete [2021-03-23T15:13:45.113Z] 2a8b12db71e7: Pull complete [2021-03-23T15:13:45.695Z] 6ca5941a6612: Pull complete [2021-03-23T15:13:45.957Z] ecc8261a40a4: Pull complete [2021-03-23T15:13:45.957Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T15:13:45.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:13:45.957Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T15:13:46.056Z] prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container [2021-03-23T15:13:46.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:13:48.055Z] $ docker top df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:13:48.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:13:48.365Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:13:48.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:13:48.567Z] $ docker exec df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent [2021-03-23T15:13:48.723Z] SSH_AUTH_SOCK=/tmp/ssh-PnIFP3osm5rG/agent.11 [2021-03-23T15:13:48.723Z] SSH_AGENT_PID=16 [2021-03-23T15:13:48.733Z] Running ssh-add (command line suppressed) [2021-03-23T15:13:48.841Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_354688809974351852.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_354688809974351852.key) [2021-03-23T15:13:48.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:13:49.250Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T15:13:49.268Z] $ docker exec --env ******** --env ******** df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent -k [2021-03-23T15:13:49.375Z] unset SSH_AUTH_SOCK; [2021-03-23T15:13:49.376Z] unset SSH_AGENT_PID; [2021-03-23T15:13:49.376Z] echo Agent pid 16 killed; [2021-03-23T15:13:49.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T15:13:49.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:13:49.564Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:13:49.749Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:13:49.752Z] $ docker exec df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent [2021-03-23T15:13:49.914Z] SSH_AUTH_SOCK=/tmp/ssh-2hLRBxRq0GSi/agent.45 [2021-03-23T15:13:49.914Z] SSH_AGENT_PID=50 [2021-03-23T15:13:49.920Z] Running ssh-add (command line suppressed) [2021-03-23T15:13:50.049Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8806536954970274589.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8806536954970274589.key) [2021-03-23T15:13:50.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:13:50.437Z] + git semver init [2021-03-23T15:13:50.437Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:13:50.437Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-23T15:13:50.437Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-23T15:13:50.437Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:13:50.437Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:13:50.437Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:13:50.437Z] # $SEMVER_BRANCH = master [2021-03-23T15:13:50.437Z] # $SEMVER_TEMP = /tmp/semver-670060890 [2021-03-23T15:13:50.437Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-23T15:13:51.016Z] # '/tmp/semver-670060890' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-03-23T15:13:51.016Z] # -> Force: false [2021-03-23T15:13:51.016Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-23T15:13:51.030Z] $ docker exec --env ******** --env ******** df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 ssh-agent -k [2021-03-23T15:13:51.139Z] unset SSH_AUTH_SOCK; [2021-03-23T15:13:51.140Z] unset SSH_AGENT_PID; [2021-03-23T15:13:51.140Z] echo Agent pid 50 killed; [2021-03-23T15:13:51.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:13:51.650Z] + git semver [Pipeline] } [2021-03-23T15:13:51.666Z] $ docker stop --time=1 df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 [2021-03-23T15:13:53.556Z] $ docker rm -f df04ca89c88e4518ab319e40a3ac077ce14169a8b49e5d8fdf36cf45ba9483e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:13:54.024Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T15:13:54.390Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T15:13:54.392Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.55 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-23T15:14:09.910Z] Still waiting to schedule task [2021-03-23T15:14:09.910Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31077’ [2021-03-23T15:14:09.914Z] Still waiting to schedule task [2021-03-23T15:14:09.914Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-23T15:15:48.270Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31078 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-23T15:15:48.340Z] Running in /w/workspace/go-mod-core-contracts/174 [Pipeline] { [Pipeline] checkout [2021-03-23T15:15:53.546Z] using credential edgex-jenkins-ssh [2021-03-23T15:15:53.615Z] Cloning the remote Git repository [2021-03-23T15:15:53.683Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-23T15:15:53.797Z] > git init /w/workspace/go-mod-core-contracts/174 # timeout=10 [2021-03-23T15:15:53.896Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-23T15:15:53.898Z] > git --version # timeout=10 [2021-03-23T15:15:53.935Z] > git --version # 'git version 2.17.1' [2021-03-23T15:15:53.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:15:54.017Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:15:55.231Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-23T15:15:55.248Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:15:55.277Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-23T15:15:55.318Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-23T15:15:55.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:15:55.332Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T15:15:55.880Z] Checking out Revision 02b0155287284c90936a71d9e77ebb694b67dcf1 (master) [2021-03-23T15:15:55.903Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:15:55.920Z] > git checkout -f 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 [2021-03-23T15:16:00.494Z] Commit message: "Merge pull request #555 from weichou1229/issue-554" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:16:02.458Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:16:02.872Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:16:03.217Z] + true [2021-03-23T15:16:03.217Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-03-23T15:16:06.316Z] ========================================================= [2021-03-23T15:16:06.316Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T15:16:06.316Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:16:06.777Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-23T15:16:07.766Z] Sending build context to Docker daemon 2.828MB [2021-03-23T15:16:07.766Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-23T15:16:07.766Z] Step 2/7 : FROM ${BASE} [2021-03-23T15:16:08.042Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T15:16:08.042Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T15:16:08.042Z] a4357932f1b6: Pulling fs layer [2021-03-23T15:16:08.042Z] 18c013af1878: Pulling fs layer [2021-03-23T15:16:08.042Z] 00ac8860ef70: Pulling fs layer [2021-03-23T15:16:08.042Z] 63d7cb157983: Pulling fs layer [2021-03-23T15:16:08.042Z] b116817d02f9: Pulling fs layer [2021-03-23T15:16:08.042Z] 745a02a5169b: Pulling fs layer [2021-03-23T15:16:08.042Z] 00ac8860ef70: Waiting [2021-03-23T15:16:08.042Z] 63d7cb157983: Waiting [2021-03-23T15:16:08.042Z] 745a02a5169b: Waiting [2021-03-23T15:16:08.042Z] b116817d02f9: Waiting [2021-03-23T15:16:08.318Z] 18c013af1878: Download complete [2021-03-23T15:16:08.318Z] a4357932f1b6: Download complete [2021-03-23T15:16:08.318Z] 63d7cb157983: Verifying Checksum [2021-03-23T15:16:08.318Z] 63d7cb157983: Download complete [2021-03-23T15:16:08.600Z] b116817d02f9: Download complete [2021-03-23T15:16:08.600Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T15:16:08.600Z] 5f621e34cdf4: Download complete [2021-03-23T15:16:09.591Z] 5f621e34cdf4: Pull complete [2021-03-23T15:16:10.196Z] a4357932f1b6: Pull complete [2021-03-23T15:16:10.483Z] 18c013af1878: Pull complete [2021-03-23T15:16:11.083Z] 745a02a5169b: Download complete [2021-03-23T15:16:12.070Z] 00ac8860ef70: Download complete [2021-03-23T15:16:24.511Z] 00ac8860ef70: Pull complete [2021-03-23T15:16:24.511Z] 63d7cb157983: Pull complete [2021-03-23T15:16:24.511Z] b116817d02f9: Pull complete [2021-03-23T15:16:27.159Z] 745a02a5169b: Pull complete [2021-03-23T15:16:27.159Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T15:16:27.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T15:16:27.159Z] ---> b7e6874047d6 [2021-03-23T15:16:27.159Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-23T15:16:29.797Z] ---> Running in 10b286c0a3a4 [2021-03-23T15:16:30.072Z] Removing intermediate container 10b286c0a3a4 [2021-03-23T15:16:30.072Z] ---> 8cf499044ca9 [2021-03-23T15:16:30.072Z] Step 4/7 : RUN apk add bash [2021-03-23T15:16:30.348Z] ---> Running in 17b7da02fead [2021-03-23T15:16:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:16:32.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:16:32.941Z] OK: 142 MiB in 39 packages [2021-03-23T15:16:33.705Z] Running on prd-centos7-docker-4c-2g-31079 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-03-23T15:16:33.767Z] Running in /w/workspace/go-mod-core-contracts/174 [Pipeline] { [Pipeline] checkout [2021-03-23T15:16:34.381Z] Removing intermediate container 17b7da02fead [2021-03-23T15:16:34.381Z] ---> d694b0cc5238 [2021-03-23T15:16:34.381Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-23T15:16:34.381Z] ---> Running in d2f56b5ec138 [2021-03-23T15:16:34.977Z] Removing intermediate container d2f56b5ec138 [2021-03-23T15:16:34.977Z] ---> 25a26ddc4509 [2021-03-23T15:16:34.977Z] Step 6/7 : COPY go.mod . [2021-03-23T15:16:35.575Z] ---> 8ba331415b61 [2021-03-23T15:16:35.575Z] Step 7/7 : RUN go mod download [2021-03-23T15:16:35.575Z] ---> Running in 8133c6774c8a [2021-03-23T15:16:36.016Z] using credential edgex-jenkins-ssh [2021-03-23T15:16:36.073Z] Cloning the remote Git repository [2021-03-23T15:16:36.104Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-23T15:16:36.170Z] > git init /w/workspace/go-mod-core-contracts/174 # timeout=10 [2021-03-23T15:16:36.232Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-23T15:16:36.233Z] > git --version # timeout=10 [2021-03-23T15:16:36.239Z] > git --version # 'git version 2.24.3' [2021-03-23T15:16:36.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:16:36.276Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:16:36.957Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-23T15:16:36.963Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:16:36.977Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-23T15:16:36.988Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-23T15:16:36.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:16:36.993Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T15:16:37.400Z] Checking out Revision 02b0155287284c90936a71d9e77ebb694b67dcf1 (master) [2021-03-23T15:16:37.409Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:16:37.413Z] > git checkout -f 02b0155287284c90936a71d9e77ebb694b67dcf1 # timeout=10 [2021-03-23T15:16:41.016Z] Commit message: "Merge pull request #555 from weichou1229/issue-554" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:16:42.456Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:16:42.785Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:16:43.084Z] + sudo service docker restart [2021-03-23T15:16:43.084Z] + true [2021-03-23T15:16:43.084Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-23T15:16:44.157Z] ========================================================= [2021-03-23T15:16:44.157Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T15:16:44.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:16:44.534Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-23T15:16:45.112Z] Sending build context to Docker daemon 2.83MB [2021-03-23T15:16:45.112Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-23T15:16:45.112Z] Step 2/7 : FROM ${BASE} [2021-03-23T15:16:45.112Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T15:16:45.112Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T15:16:45.112Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T15:16:45.112Z] de9db76c5a1d: Pulling fs layer [2021-03-23T15:16:45.112Z] bca2f99d35d6: Pulling fs layer [2021-03-23T15:16:45.112Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T15:16:45.112Z] 7c6f9722023f: Pulling fs layer [2021-03-23T15:16:45.112Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T15:16:45.112Z] 93359f2a8cfa: Waiting [2021-03-23T15:16:45.112Z] 7c6f9722023f: Waiting [2021-03-23T15:16:45.112Z] a35cf1a2eb13: Waiting [2021-03-23T15:16:45.112Z] bca2f99d35d6: Waiting [2021-03-23T15:16:45.112Z] de9db76c5a1d: Verifying Checksum [2021-03-23T15:16:45.112Z] de9db76c5a1d: Download complete [2021-03-23T15:16:45.112Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T15:16:45.112Z] 0ef7d3d256c8: Download complete [2021-03-23T15:16:45.376Z] 93359f2a8cfa: Download complete [2021-03-23T15:16:45.376Z] 7c6f9722023f: Verifying Checksum [2021-03-23T15:16:45.376Z] 7c6f9722023f: Download complete [2021-03-23T15:16:45.376Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T15:16:45.376Z] 188c0c94c7c5: Download complete [2021-03-23T15:16:45.642Z] 188c0c94c7c5: Pull complete [2021-03-23T15:16:45.906Z] 0ef7d3d256c8: Pull complete [2021-03-23T15:16:45.906Z] de9db76c5a1d: Pull complete [2021-03-23T15:16:46.862Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T15:16:46.862Z] a35cf1a2eb13: Download complete [2021-03-23T15:16:47.440Z] bca2f99d35d6: Download complete [2021-03-23T15:16:50.691Z] Removing intermediate container 8133c6774c8a [2021-03-23T15:16:50.691Z] ---> 3063b35e1ccd [2021-03-23T15:16:50.691Z] Successfully built 3063b35e1ccd [2021-03-23T15:16:50.691Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:16:51.040Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T15:16:51.040Z] . [Pipeline] withDockerContainer [2021-03-23T15:16:51.315Z] prd-ubuntu18.04-docker-arm64-4c-16g-31078 does not seem to be running inside a container [2021-03-23T15:16:51.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-23T15:16:52.757Z] bca2f99d35d6: Pull complete [2021-03-23T15:16:52.757Z] 93359f2a8cfa: Pull complete [2021-03-23T15:16:52.757Z] 7c6f9722023f: Pull complete [2021-03-23T15:16:52.918Z] $ docker top 7eb2a4429dc98ba1472251806a7dbc10360d8941eff0f2a7da6fbba01d4fa3d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:16:54.007Z] + go version [2021-03-23T15:16:54.007Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T15:16:54.030Z] $ docker stop --time=1 7eb2a4429dc98ba1472251806a7dbc10360d8941eff0f2a7da6fbba01d4fa3d1 [2021-03-23T15:16:56.101Z] $ docker rm -f 7eb2a4429dc98ba1472251806a7dbc10360d8941eff0f2a7da6fbba01d4fa3d1 [2021-03-23T15:16:59.380Z] a35cf1a2eb13: Pull complete [2021-03-23T15:16:59.380Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T15:16:59.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T15:16:59.380Z] ---> a62c8e92a672 [2021-03-23T15:16:59.380Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-23T15:16:59.644Z] ---> Running in 989d045a9531 [2021-03-23T15:16:59.907Z] Removing intermediate container 989d045a9531 [2021-03-23T15:16:59.908Z] ---> eedd1e7c3627 [2021-03-23T15:16:59.908Z] Step 4/7 : RUN apk add bash [2021-03-23T15:16:59.908Z] ---> Running in 16c794c00996 [Pipeline] // withDockerContainer [Pipeline] } [2021-03-23T15:17:00.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:17:01.200Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T15:17:01.200Z] . [Pipeline] withDockerContainer [2021-03-23T15:17:01.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:17:01.462Z] prd-ubuntu18.04-docker-arm64-4c-16g-31078 does not seem to be running inside a container [2021-03-23T15:17:01.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-23T15:17:01.708Z] OK: 166 MiB in 39 packages [2021-03-23T15:17:02.288Z] Removing intermediate container 16c794c00996 [2021-03-23T15:17:02.288Z] ---> c22f04f6518f [2021-03-23T15:17:02.288Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-23T15:17:02.288Z] ---> Running in 11a4730cf2f3 [2021-03-23T15:17:02.551Z] Removing intermediate container 11a4730cf2f3 [2021-03-23T15:17:02.552Z] ---> 07507d2cc92a [2021-03-23T15:17:02.552Z] Step 6/7 : COPY go.mod . [2021-03-23T15:17:02.815Z] ---> 611aa78e59b5 [2021-03-23T15:17:02.815Z] Step 7/7 : RUN go mod download [2021-03-23T15:17:02.815Z] ---> Running in b3e5a6b20e78 [2021-03-23T15:17:03.093Z] $ docker top 150298314a7054d0ad5b43c5bb02b1618f5a9d1c7e005b76e548b489ff98fd59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:17:04.117Z] + make test [2021-03-23T15:17:04.117Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-23T15:17:15.104Z] Removing intermediate container b3e5a6b20e78 [2021-03-23T15:17:15.104Z] ---> 7165ed929df1 [2021-03-23T15:17:15.104Z] Successfully built 7165ed929df1 [2021-03-23T15:17:15.104Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:17:15.429Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:17:15.429Z] . [Pipeline] withDockerContainer [2021-03-23T15:17:15.554Z] prd-centos7-docker-4c-2g-31079 does not seem to be running inside a container [2021-03-23T15:17:15.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T15:17:16.393Z] $ docker top 1e9391daee112de43b373d7e2fc60292a6832409e8ab57f24504afca7c745e0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:17:16.948Z] + go version [2021-03-23T15:17:16.948Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T15:17:16.964Z] $ docker stop --time=1 1e9391daee112de43b373d7e2fc60292a6832409e8ab57f24504afca7c745e0c [2021-03-23T15:17:18.311Z] $ docker rm -f 1e9391daee112de43b373d7e2fc60292a6832409e8ab57f24504afca7c745e0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:17:19.243Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:17:19.243Z] . [Pipeline] withDockerContainer [2021-03-23T15:17:19.346Z] prd-centos7-docker-4c-2g-31079 does not seem to be running inside a container [2021-03-23T15:17:19.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/174 -v /w/workspace/go-mod-core-contracts/174:/w/workspace/go-mod-core-contracts/174:rw,z -v /w/workspace/go-mod-core-contracts/174@tmp:/w/workspace/go-mod-core-contracts/174@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T15:17:20.091Z] $ docker top fc9e550242246df878329147d9f3e50dd79ffbee3f17c8a3d5f8c92382392d38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:17:20.656Z] + make test [2021-03-23T15:17:20.656Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-23T15:17:26.350Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-23T15:17:27.320Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-23T15:17:27.597Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements [2021-03-23T15:17:27.597Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.032s coverage: 100.0% of statements [2021-03-23T15:17:27.800Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.046s coverage: 85.7% of statements [2021-03-23T15:17:27.800Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements [2021-03-23T15:17:27.873Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.037s coverage: 45.4% of statements [2021-03-23T15:17:27.873Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.018s coverage: 77.8% of statements [2021-03-23T15:17:27.873Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-23T15:17:28.981Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.011s coverage: 26.3% of statements [2021-03-23T15:17:28.981Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.030s coverage: 14.7% of statements [2021-03-23T15:17:28.981Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.012s coverage: 100.0% of statements [2021-03-23T15:17:29.251Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.102s coverage: 45.4% of statements [2021-03-23T15:17:29.276Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements [2021-03-23T15:17:29.276Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-23T15:17:29.276Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-23T15:17:29.276Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.007s coverage: 100.0% of statements [2021-03-23T15:17:29.542Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements [2021-03-23T15:17:29.852Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.026s coverage: 77.8% of statements [2021-03-23T15:17:29.852Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-23T15:17:30.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.053s coverage: 26.3% of statements [2021-03-23T15:17:31.460Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.070s coverage: 14.7% of statements [2021-03-23T15:17:31.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.054s coverage: 63.0% of statements [2021-03-23T15:17:31.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements [2021-03-23T15:17:31.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-03-23T15:17:31.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements [2021-03-23T15:17:31.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.016s coverage: 14.3% of statements [2021-03-23T15:17:31.515Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-23T15:17:32.451Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements [2021-03-23T15:17:33.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.108s coverage: 91.8% of statements [2021-03-23T15:17:33.052Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-23T15:17:33.052Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-23T15:17:33.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.024s coverage: 100.0% of statements [2021-03-23T15:17:33.329Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.021s coverage: 36.7% of statements [2021-03-23T15:17:33.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.127s coverage: 83.8% of statements [2021-03-23T15:17:33.454Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-23T15:17:33.454Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-23T15:17:33.454Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-23T15:17:33.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.024s coverage: 49.3% of statements [2021-03-23T15:17:33.454Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.031s coverage: 94.7% of statements [2021-03-23T15:17:34.033Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.043s coverage: 91.9% of statements [2021-03-23T15:17:34.033Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-03-23T15:17:34.033Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements [2021-03-23T15:17:34.296Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-23T15:17:36.244Z] gofmt -l . [2021-03-23T15:17:36.244Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-23T15:17:36.521Z] $ docker stop --time=1 fc9e550242246df878329147d9f3e50dd79ffbee3f17c8a3d5f8c92382392d38 [2021-03-23T15:17:38.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.171s coverage: 63.0% of statements [2021-03-23T15:17:38.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.035s coverage: 26.3% of statements [2021-03-23T15:17:38.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.058s coverage: 15.4% of statements [2021-03-23T15:17:38.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.037s coverage: 15.4% of statements [2021-03-23T15:17:38.762Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.012s coverage: 14.3% of statements [2021-03-23T15:17:38.762Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-23T15:17:38.791Z] $ docker rm -f fc9e550242246df878329147d9f3e50dd79ffbee3f17c8a3d5f8c92382392d38 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:17:39.479Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T15:17:39.869Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:17:41.573Z] ---> job-cost.sh [2021-03-23T15:17:41.573Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eGJf [2021-03-23T15:17:43.107Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.240s coverage: 83.8% of statements [2021-03-23T15:17:43.107Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-23T15:17:43.107Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-23T15:17:43.108Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-23T15:17:43.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.084s coverage: 49.3% of statements [2021-03-23T15:17:43.108Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.068s coverage: 94.7% of statements [2021-03-23T15:17:45.095Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 91.9% of statements [2021-03-23T15:17:45.095Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.041s coverage: 100.0% of statements [2021-03-23T15:17:45.368Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements [2021-03-23T15:17:45.642Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-23T15:17:51.058Z] gofmt -l . [2021-03-23T15:17:51.652Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-23T15:17:52.646Z] $ docker stop --time=1 150298314a7054d0ad5b43c5bb02b1618f5a9d1c7e005b76e548b489ff98fd59 [2021-03-23T15:17:54.847Z] $ docker rm -f 150298314a7054d0ad5b43c5bb02b1618f5a9d1c7e005b76e548b489ff98fd59 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:17:55.749Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-23T15:17:55.824Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T15:17:56.514Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T15:17:56.734Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:17:57.799Z] ---> job-cost.sh [2021-03-23T15:17:57.799Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-i0Ag [2021-03-23T15:18:23.144Z] lf-activate-venv(): INFO: Adding /tmp/venv-eGJf/bin to PATH [2021-03-23T15:18:23.144Z] INFO: No Stack... [2021-03-23T15:18:23.144Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T15:18:23.719Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T15:18:24.038Z] + cat /w/workspace/go-mod-core-contracts/174/archives/cost.csv [2021-03-23T15:18:24.038Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T15:18:24.117Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [2021-03-23T15:18:24.127Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] did not exist. Created. [2021-03-23T15:18:24.127Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T15:18:24.536Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-23T15:18:24.718Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T15:18:24.731Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T15:18:36.813Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T15:19:58.575Z] lf-activate-venv(): INFO: Adding /tmp/venv-i0Ag/bin to PATH [2021-03-23T15:19:58.575Z] INFO: No Stack... [2021-03-23T15:19:58.575Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T15:19:58.575Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T15:19:58.918Z] + cat /w/workspace/go-mod-core-contracts/174/archives/cost.csv [2021-03-23T15:19:58.918Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T15:19:59.030Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [2021-03-23T15:19:59.038Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] did not exist. Created. [2021-03-23T15:19:59.038Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T15:19:59.498Z] /w/workspace/go-mod-core-contracts/174@tmp/durable-e55be5e9/script.sh: 1: /w/workspace/go-mod-core-contracts/174@tmp/durable-e55be5e9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-23T15:19:59.842Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T15:19:59.910Z] Warning: overwriting stash ‘stack-cost’ [2021-03-23T15:20:00.073Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T15:20:00.101Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-174-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-23T15:20:01.733Z] provisioning config files... [2021-03-23T15:20:01.747Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3278410305882816143tmp [Pipeline] { [Pipeline] sh [2021-03-23T15:20:02.140Z] + set +x [2021-03-23T15:20:02.140Z] + curl -s https://codecov.io/bash [2021-03-23T15:20:02.140Z] + bash -s -- [2021-03-23T15:20:02.409Z] [2021-03-23T15:20:02.409Z] _____ _ [2021-03-23T15:20:02.409Z] / ____| | | [2021-03-23T15:20:02.409Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T15:20:02.409Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T15:20:02.409Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T15:20:02.409Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T15:20:02.409Z] Bash-20210309-2b87ace [2021-03-23T15:20:02.409Z] [2021-03-23T15:20:02.409Z] [2021-03-23T15:20:02.409Z] ==> git version 2.24.3 found [2021-03-23T15:20:02.409Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-23T15:20:02.409Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T15:20:02.409Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T15:20:02.409Z] ==> Jenkins CI detected. [2021-03-23T15:20:02.409Z] project root: . [2021-03-23T15:20:02.409Z] --> token set from env [2021-03-23T15:20:02.409Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T15:20:02.409Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T15:20:02.409Z] ==> Python coveragepy not found [2021-03-23T15:20:02.409Z] ==> Searching for coverage reports in: [2021-03-23T15:20:02.409Z] + . [2021-03-23T15:20:02.409Z] -> Found 1 reports [2021-03-23T15:20:02.409Z] ==> Detecting git/mercurial file structure [2021-03-23T15:20:02.409Z] ==> Reading reports [2021-03-23T15:20:02.409Z] + ./coverage.out bytes=163244 [2021-03-23T15:20:02.409Z] ==> Appending adjustments [2021-03-23T15:20:02.409Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T15:20:03.359Z] + Found adjustments [2021-03-23T15:20:03.359Z] ==> Gzipping contents [2021-03-23T15:20:03.359Z] 24K /tmp/codecov.QRuMcE.gz [2021-03-23T15:20:03.359Z] ==> Uploading reports [2021-03-23T15:20:03.359Z] url: https://codecov.io [2021-03-23T15:20:03.359Z] query: branch=master&commit=02b0155287284c90936a71d9e77ebb694b67dcf1&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F174%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T15:20:03.359Z] -> Pinging Codecov [2021-03-23T15:20:03.359Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=02b0155287284c90936a71d9e77ebb694b67dcf1&build=174&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F174%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-23T15:20:03.940Z] -> Uploading to [2021-03-23T15:20:03.940Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/71470A77251A30514AAF9C0BB2E5B6CE/02b0155287284c90936a71d9e77ebb694b67dcf1/31cbf01f-0860-464f-b161-b09256966307.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T152003Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d93242fce37e1f7141789dfed4994b9b77d7b183de901f7d741dd67f9342d00c [2021-03-23T15:20:03.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T15:20:03.940Z] Dload Upload Total Spent Left Speed [2021-03-23T15:20:04.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24393 0 0 100 24393 0 50467 --:--:-- --:--:-- --:--:-- 50398 [2021-03-23T15:20:04.514Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] } [2021-03-23T15:20:04.525Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-23T15:20:05.554Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-23T15:20:05.626Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:20:05.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T15:20:05.970Z] [2021-03-23T15:20:05.970Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:20:06.323Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T15:20:06.323Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-23T15:20:06.323Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T15:20:06.323Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T15:20:06.323Z] de9db76c5a1d: Pulling fs layer [2021-03-23T15:20:06.323Z] 0eba1c9be4d2: Pulling fs layer [2021-03-23T15:20:06.323Z] 0d57e429df01: Pulling fs layer [2021-03-23T15:20:06.323Z] 4e4be7b47b0d: Pulling fs layer [2021-03-23T15:20:06.323Z] e1f770b5df2f: Pulling fs layer [2021-03-23T15:20:06.323Z] 85a0685a4137: Pulling fs layer [2021-03-23T15:20:06.323Z] 0d57e429df01: Waiting [2021-03-23T15:20:06.323Z] 4e4be7b47b0d: Waiting [2021-03-23T15:20:06.323Z] e1f770b5df2f: Waiting [2021-03-23T15:20:06.323Z] 85a0685a4137: Waiting [2021-03-23T15:20:06.323Z] 0eba1c9be4d2: Waiting [2021-03-23T15:20:06.323Z] de9db76c5a1d: Verifying Checksum [2021-03-23T15:20:06.323Z] de9db76c5a1d: Download complete [2021-03-23T15:20:06.323Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T15:20:06.323Z] 0ef7d3d256c8: Download complete [2021-03-23T15:20:06.323Z] 0d57e429df01: Verifying Checksum [2021-03-23T15:20:06.323Z] 0d57e429df01: Download complete [2021-03-23T15:20:06.323Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T15:20:06.323Z] 4e4be7b47b0d: Verifying Checksum [2021-03-23T15:20:06.323Z] 4e4be7b47b0d: Download complete [2021-03-23T15:20:06.895Z] 188c0c94c7c5: Pull complete [2021-03-23T15:20:06.895Z] 0ef7d3d256c8: Pull complete [2021-03-23T15:20:07.156Z] de9db76c5a1d: Pull complete [2021-03-23T15:20:08.113Z] e1f770b5df2f: Verifying Checksum [2021-03-23T15:20:08.113Z] e1f770b5df2f: Download complete [2021-03-23T15:20:10.043Z] 0eba1c9be4d2: Verifying Checksum [2021-03-23T15:20:10.043Z] 0eba1c9be4d2: Download complete [2021-03-23T15:20:10.043Z] 85a0685a4137: Verifying Checksum [2021-03-23T15:20:10.043Z] 85a0685a4137: Download complete [2021-03-23T15:20:15.374Z] 0eba1c9be4d2: Pull complete [2021-03-23T15:20:15.374Z] 0d57e429df01: Pull complete [2021-03-23T15:20:15.374Z] 4e4be7b47b0d: Pull complete [2021-03-23T15:20:16.765Z] e1f770b5df2f: Pull complete [2021-03-23T15:20:24.948Z] 85a0685a4137: Pull complete [2021-03-23T15:20:24.948Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-23T15:20:24.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-23T15:20:24.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-23T15:20:25.141Z] prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container [2021-03-23T15:20:25.195Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-23T15:20:26.136Z] $ docker top d9637fa479f7dadafb3ea6a3c300cf71000c49aa9f1b5660b46839a078add13b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T15:20:26.365Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-23T15:20:26.662Z] + set -o pipefail [2021-03-23T15:20:26.663Z] + snyk monitor '--org=edgex-jenkins' [2021-03-23T15:20:33.257Z] [2021-03-23T15:20:33.257Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-03-23T15:20:33.257Z] [2021-03-23T15:20:33.257Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/dac37b91-3946-40da-9a3e-26e14eaf810a [2021-03-23T15:20:33.257Z] [2021-03-23T15:20:33.257Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-23T15:20:33.257Z] [2021-03-23T15:20:33.257Z] [Pipeline] } [2021-03-23T15:20:33.272Z] $ docker stop --time=1 d9637fa479f7dadafb3ea6a3c300cf71000c49aa9f1b5660b46839a078add13b [2021-03-23T15:20:35.520Z] $ docker rm -f d9637fa479f7dadafb3ea6a3c300cf71000c49aa9f1b5660b46839a078add13b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T15:20:37.020Z] + git log --format=format:%s -1 02b0155287284c90936a71d9e77ebb694b67dcf1 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:20:37.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:20:37.327Z] . [Pipeline] withDockerContainer [2021-03-23T15:20:37.420Z] prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container [2021-03-23T15:20:37.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:20:38.154Z] $ docker top 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:20:38.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:20:38.513Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:20:38.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:20:38.704Z] $ docker exec 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 ssh-agent [2021-03-23T15:20:38.872Z] SSH_AUTH_SOCK=/tmp/ssh-lKL802u7T6eS/agent.11 [2021-03-23T15:20:38.873Z] SSH_AGENT_PID=17 [2021-03-23T15:20:38.878Z] Running ssh-add (command line suppressed) [2021-03-23T15:20:38.999Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3694173412555698056.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3694173412555698056.key) [2021-03-23T15:20:39.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:20:39.387Z] + git semver tag [2021-03-23T15:20:39.387Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:20:39.387Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-23T15:20:39.387Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-23T15:20:39.387Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:20:39.387Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:20:39.387Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:20:39.387Z] # $SEMVER_BRANCH = master [2021-03-23T15:20:39.387Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-23T15:20:39.387Z] # 02b0155287284c90936a71d9e77ebb694b67dcf1 HEAD [2021-03-23T15:20:39.387Z] # -> Force: false [2021-03-23T15:20:39.387Z] # 80329805b52b8e4400b535299112e9e73a65c771 refs/tags/v2.0.0-dev.55 [Pipeline] } [2021-03-23T15:20:39.399Z] $ docker exec --env ******** --env ******** 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 ssh-agent -k [2021-03-23T15:20:39.531Z] unset SSH_AUTH_SOCK; [2021-03-23T15:20:39.531Z] unset SSH_AGENT_PID; [2021-03-23T15:20:39.531Z] echo Agent pid 17 killed; [2021-03-23T15:20:39.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:20:40.064Z] + git semver [Pipeline] } [2021-03-23T15:20:40.080Z] $ docker stop --time=1 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 [2021-03-23T15:20:41.426Z] $ docker rm -f 095380ed7a66c342097b1af0a8a7d7ddce72adeb0a8f9ef4fac5d21ec02974f4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:20:42.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T15:20:42.077Z] [2021-03-23T15:20:42.077Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:20:42.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T15:20:42.425Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-23T15:20:42.425Z] ab5ef0e58194: Pulling fs layer [2021-03-23T15:20:42.425Z] 9712f1f96733: Pulling fs layer [2021-03-23T15:20:42.425Z] 63f879dbbcfc: Pulling fs layer [2021-03-23T15:20:42.425Z] 0d9ebad4ef96: Pulling fs layer [2021-03-23T15:20:42.425Z] e9a5061849ea: Pulling fs layer [2021-03-23T15:20:42.425Z] d747dcd14b5f: Pulling fs layer [2021-03-23T15:20:42.425Z] 2de7ff778b66: Pulling fs layer [2021-03-23T15:20:42.425Z] e9a5061849ea: Waiting [2021-03-23T15:20:42.425Z] d747dcd14b5f: Waiting [2021-03-23T15:20:42.425Z] 2de7ff778b66: Waiting [2021-03-23T15:20:42.425Z] 0d9ebad4ef96: Waiting [2021-03-23T15:20:42.425Z] 9712f1f96733: Download complete [2021-03-23T15:20:43.825Z] 63f879dbbcfc: Verifying Checksum [2021-03-23T15:20:43.825Z] 63f879dbbcfc: Download complete [2021-03-23T15:20:44.087Z] e9a5061849ea: Verifying Checksum [2021-03-23T15:20:44.087Z] e9a5061849ea: Download complete [2021-03-23T15:20:44.087Z] d747dcd14b5f: Verifying Checksum [2021-03-23T15:20:44.087Z] d747dcd14b5f: Download complete [2021-03-23T15:20:44.638Z] 2de7ff778b66: Verifying Checksum [2021-03-23T15:20:44.638Z] 2de7ff778b66: Download complete [2021-03-23T15:20:44.638Z] 0d9ebad4ef96: Verifying Checksum [2021-03-23T15:20:44.638Z] 0d9ebad4ef96: Download complete [2021-03-23T15:20:44.903Z] ab5ef0e58194: Verifying Checksum [2021-03-23T15:20:44.903Z] ab5ef0e58194: Download complete [2021-03-23T15:20:49.134Z] ab5ef0e58194: Pull complete [2021-03-23T15:20:49.134Z] 9712f1f96733: Pull complete [2021-03-23T15:20:50.574Z] 63f879dbbcfc: Pull complete [2021-03-23T15:20:57.317Z] 0d9ebad4ef96: Pull complete [2021-03-23T15:20:58.270Z] e9a5061849ea: Pull complete [2021-03-23T15:20:58.270Z] d747dcd14b5f: Pull complete [2021-03-23T15:21:00.832Z] 2de7ff778b66: Pull complete [2021-03-23T15:21:00.832Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-23T15:21:00.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-23T15:21:00.832Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-23T15:21:01.026Z] prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container [2021-03-23T15:21:01.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-23T15:21:05.117Z] $ docker top c63b535872f23d4d462ff6961e5df01754d6a42f85af81aa609c92ab98db4146 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-23T15:21:05.388Z] provisioning config files... [2021-03-23T15:21:05.397Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6885678087993980412tmp [2021-03-23T15:21:05.414Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8943793944429557746tmp [2021-03-23T15:21:05.427Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1796144699406406280tmp [Pipeline] { [Pipeline] echo [2021-03-23T15:21:05.485Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:05.783Z] ---> sigul-configuration.sh [2021-03-23T15:21:05.783Z] gpg: directory `/root/.gnupg' created [2021-03-23T15:21:05.783Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-23T15:21:05.783Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-23T15:21:05.783Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-23T15:21:05.783Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-23T15:21:05.783Z] gpg: CAST5 encrypted data [2021-03-23T15:21:06.044Z] gpg: encrypted with 1 passphrase [2021-03-23T15:21:06.044Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-23T15:21:06.343Z] + mkdir /home/jenkins [2021-03-23T15:21:06.344Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-23T15:21:06.644Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-23T15:21:06.655Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:06.945Z] ---> sigul-install.sh [2021-03-23T15:21:15.094Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-23T15:21:15.393Z] + git tag --list [2021-03-23T15:21:15.393Z] v0.0.0 [2021-03-23T15:21:15.393Z] v0.0.1 [2021-03-23T15:21:15.393Z] v0.1.0 [2021-03-23T15:21:15.393Z] v0.1.1 [2021-03-23T15:21:15.393Z] v0.1.10 [2021-03-23T15:21:15.393Z] v0.1.100 [2021-03-23T15:21:15.393Z] v0.1.101 [2021-03-23T15:21:15.393Z] v0.1.102 [2021-03-23T15:21:15.393Z] v0.1.103 [2021-03-23T15:21:15.393Z] v0.1.104 [2021-03-23T15:21:15.393Z] v0.1.105 [2021-03-23T15:21:15.393Z] v0.1.106 [2021-03-23T15:21:15.393Z] v0.1.107 [2021-03-23T15:21:15.393Z] v0.1.108 [2021-03-23T15:21:15.393Z] v0.1.109 [2021-03-23T15:21:15.393Z] v0.1.11 [2021-03-23T15:21:15.393Z] v0.1.110 [2021-03-23T15:21:15.393Z] v0.1.111 [2021-03-23T15:21:15.393Z] v0.1.112 [2021-03-23T15:21:15.393Z] v0.1.113 [2021-03-23T15:21:15.393Z] v0.1.114 [2021-03-23T15:21:15.393Z] v0.1.115 [2021-03-23T15:21:15.393Z] v0.1.116 [2021-03-23T15:21:15.393Z] v0.1.117 [2021-03-23T15:21:15.393Z] v0.1.118 [2021-03-23T15:21:15.393Z] v0.1.119 [2021-03-23T15:21:15.393Z] v0.1.12 [2021-03-23T15:21:15.393Z] v0.1.120 [2021-03-23T15:21:15.393Z] v0.1.121 [2021-03-23T15:21:15.393Z] v0.1.122 [2021-03-23T15:21:15.393Z] v0.1.123 [2021-03-23T15:21:15.393Z] v0.1.124 [2021-03-23T15:21:15.393Z] v0.1.125 [2021-03-23T15:21:15.393Z] v0.1.126 [2021-03-23T15:21:15.393Z] v0.1.127 [2021-03-23T15:21:15.393Z] v0.1.128 [2021-03-23T15:21:15.393Z] v0.1.129 [2021-03-23T15:21:15.393Z] v0.1.13 [2021-03-23T15:21:15.393Z] v0.1.130 [2021-03-23T15:21:15.393Z] v0.1.131 [2021-03-23T15:21:15.393Z] v0.1.132 [2021-03-23T15:21:15.393Z] v0.1.133 [2021-03-23T15:21:15.393Z] v0.1.134 [2021-03-23T15:21:15.393Z] v0.1.135 [2021-03-23T15:21:15.393Z] v0.1.136 [2021-03-23T15:21:15.393Z] v0.1.137 [2021-03-23T15:21:15.393Z] v0.1.138 [2021-03-23T15:21:15.393Z] v0.1.139 [2021-03-23T15:21:15.393Z] v0.1.14 [2021-03-23T15:21:15.393Z] v0.1.140 [2021-03-23T15:21:15.393Z] v0.1.141 [2021-03-23T15:21:15.393Z] v0.1.142 [2021-03-23T15:21:15.393Z] v0.1.143 [2021-03-23T15:21:15.393Z] v0.1.144 [2021-03-23T15:21:15.393Z] v0.1.145 [2021-03-23T15:21:15.393Z] v0.1.146 [2021-03-23T15:21:15.393Z] v0.1.147 [2021-03-23T15:21:15.393Z] v0.1.148 [2021-03-23T15:21:15.393Z] v0.1.149 [2021-03-23T15:21:15.393Z] v0.1.15 [2021-03-23T15:21:15.393Z] v0.1.16 [2021-03-23T15:21:15.393Z] v0.1.17 [2021-03-23T15:21:15.393Z] v0.1.18 [2021-03-23T15:21:15.393Z] v0.1.19 [2021-03-23T15:21:15.393Z] v0.1.2 [2021-03-23T15:21:15.393Z] v0.1.20 [2021-03-23T15:21:15.393Z] v0.1.21 [2021-03-23T15:21:15.393Z] v0.1.22 [2021-03-23T15:21:15.393Z] v0.1.23 [2021-03-23T15:21:15.393Z] v0.1.24 [2021-03-23T15:21:15.393Z] v0.1.25 [2021-03-23T15:21:15.393Z] v0.1.26 [2021-03-23T15:21:15.393Z] v0.1.27 [2021-03-23T15:21:15.393Z] v0.1.28 [2021-03-23T15:21:15.393Z] v0.1.29 [2021-03-23T15:21:15.393Z] v0.1.3 [2021-03-23T15:21:15.393Z] v0.1.30 [2021-03-23T15:21:15.393Z] v0.1.31 [2021-03-23T15:21:15.393Z] v0.1.32 [2021-03-23T15:21:15.393Z] v0.1.33 [2021-03-23T15:21:15.393Z] v0.1.34 [2021-03-23T15:21:15.393Z] v0.1.35 [2021-03-23T15:21:15.393Z] v0.1.36 [2021-03-23T15:21:15.393Z] v0.1.37 [2021-03-23T15:21:15.393Z] v0.1.38 [2021-03-23T15:21:15.393Z] v0.1.39 [2021-03-23T15:21:15.393Z] v0.1.4 [2021-03-23T15:21:15.393Z] v0.1.40 [2021-03-23T15:21:15.393Z] v0.1.41 [2021-03-23T15:21:15.393Z] v0.1.42 [2021-03-23T15:21:15.393Z] v0.1.43 [2021-03-23T15:21:15.393Z] v0.1.44 [2021-03-23T15:21:15.393Z] v0.1.45 [2021-03-23T15:21:15.393Z] v0.1.46 [2021-03-23T15:21:15.393Z] v0.1.47 [2021-03-23T15:21:15.393Z] v0.1.48 [2021-03-23T15:21:15.393Z] v0.1.49 [2021-03-23T15:21:15.393Z] v0.1.5 [2021-03-23T15:21:15.393Z] v0.1.50 [2021-03-23T15:21:15.393Z] v0.1.51 [2021-03-23T15:21:15.393Z] v0.1.52 [2021-03-23T15:21:15.393Z] v0.1.53 [2021-03-23T15:21:15.393Z] v0.1.54 [2021-03-23T15:21:15.393Z] v0.1.55 [2021-03-23T15:21:15.393Z] v0.1.56 [2021-03-23T15:21:15.393Z] v0.1.57 [2021-03-23T15:21:15.393Z] v0.1.58 [2021-03-23T15:21:15.393Z] v0.1.59 [2021-03-23T15:21:15.393Z] v0.1.6 [2021-03-23T15:21:15.393Z] v0.1.60 [2021-03-23T15:21:15.393Z] v0.1.61 [2021-03-23T15:21:15.393Z] v0.1.62 [2021-03-23T15:21:15.393Z] v0.1.63 [2021-03-23T15:21:15.393Z] v0.1.64 [2021-03-23T15:21:15.393Z] v0.1.65 [2021-03-23T15:21:15.393Z] v0.1.66 [2021-03-23T15:21:15.393Z] v0.1.67 [2021-03-23T15:21:15.393Z] v0.1.68 [2021-03-23T15:21:15.393Z] v0.1.69 [2021-03-23T15:21:15.393Z] v0.1.7 [2021-03-23T15:21:15.393Z] v0.1.70 [2021-03-23T15:21:15.393Z] v0.1.71 [2021-03-23T15:21:15.393Z] v0.1.72 [2021-03-23T15:21:15.393Z] v0.1.73 [2021-03-23T15:21:15.393Z] v0.1.74 [2021-03-23T15:21:15.393Z] v0.1.75 [2021-03-23T15:21:15.393Z] v0.1.76 [2021-03-23T15:21:15.393Z] v0.1.77 [2021-03-23T15:21:15.393Z] v0.1.78 [2021-03-23T15:21:15.393Z] v0.1.79 [2021-03-23T15:21:15.393Z] v0.1.8 [2021-03-23T15:21:15.393Z] v0.1.80 [2021-03-23T15:21:15.393Z] v0.1.81 [2021-03-23T15:21:15.393Z] v0.1.82 [2021-03-23T15:21:15.393Z] v0.1.83 [2021-03-23T15:21:15.393Z] v0.1.84 [2021-03-23T15:21:15.393Z] v0.1.85 [2021-03-23T15:21:15.393Z] v0.1.86 [2021-03-23T15:21:15.393Z] v0.1.87 [2021-03-23T15:21:15.393Z] v0.1.88 [2021-03-23T15:21:15.393Z] v0.1.89 [2021-03-23T15:21:15.393Z] v0.1.9 [2021-03-23T15:21:15.393Z] v0.1.90 [2021-03-23T15:21:15.393Z] v0.1.91 [2021-03-23T15:21:15.393Z] v0.1.92 [2021-03-23T15:21:15.393Z] v0.1.93 [2021-03-23T15:21:15.393Z] v0.1.94 [2021-03-23T15:21:15.393Z] v0.1.95 [2021-03-23T15:21:15.393Z] v0.1.96 [2021-03-23T15:21:15.393Z] v0.1.97 [2021-03-23T15:21:15.393Z] v0.1.98 [2021-03-23T15:21:15.393Z] v0.1.99 [2021-03-23T15:21:15.393Z] v2.0.0-dev.1 [2021-03-23T15:21:15.393Z] v2.0.0-dev.10 [2021-03-23T15:21:15.393Z] v2.0.0-dev.11 [2021-03-23T15:21:15.393Z] v2.0.0-dev.12 [2021-03-23T15:21:15.393Z] v2.0.0-dev.13 [2021-03-23T15:21:15.393Z] v2.0.0-dev.14 [2021-03-23T15:21:15.393Z] v2.0.0-dev.15 [2021-03-23T15:21:15.393Z] v2.0.0-dev.16 [2021-03-23T15:21:15.393Z] v2.0.0-dev.17 [2021-03-23T15:21:15.393Z] v2.0.0-dev.18 [2021-03-23T15:21:15.393Z] v2.0.0-dev.19 [2021-03-23T15:21:15.393Z] v2.0.0-dev.2 [2021-03-23T15:21:15.393Z] v2.0.0-dev.20 [2021-03-23T15:21:15.393Z] v2.0.0-dev.21 [2021-03-23T15:21:15.393Z] v2.0.0-dev.22 [2021-03-23T15:21:15.393Z] v2.0.0-dev.23 [2021-03-23T15:21:15.393Z] v2.0.0-dev.24 [2021-03-23T15:21:15.393Z] v2.0.0-dev.25 [2021-03-23T15:21:15.394Z] v2.0.0-dev.26 [2021-03-23T15:21:15.394Z] v2.0.0-dev.27 [2021-03-23T15:21:15.394Z] v2.0.0-dev.28 [2021-03-23T15:21:15.394Z] v2.0.0-dev.29 [2021-03-23T15:21:15.394Z] v2.0.0-dev.3 [2021-03-23T15:21:15.394Z] v2.0.0-dev.30 [2021-03-23T15:21:15.394Z] v2.0.0-dev.31 [2021-03-23T15:21:15.394Z] v2.0.0-dev.32 [2021-03-23T15:21:15.394Z] v2.0.0-dev.33 [2021-03-23T15:21:15.394Z] v2.0.0-dev.34 [2021-03-23T15:21:15.394Z] v2.0.0-dev.35 [2021-03-23T15:21:15.394Z] v2.0.0-dev.36 [2021-03-23T15:21:15.394Z] v2.0.0-dev.37 [2021-03-23T15:21:15.394Z] v2.0.0-dev.38 [2021-03-23T15:21:15.394Z] v2.0.0-dev.39 [2021-03-23T15:21:15.394Z] v2.0.0-dev.4 [2021-03-23T15:21:15.394Z] v2.0.0-dev.40 [2021-03-23T15:21:15.394Z] v2.0.0-dev.41 [2021-03-23T15:21:15.394Z] v2.0.0-dev.42 [2021-03-23T15:21:15.394Z] v2.0.0-dev.43 [2021-03-23T15:21:15.394Z] v2.0.0-dev.44 [2021-03-23T15:21:15.394Z] v2.0.0-dev.45 [2021-03-23T15:21:15.394Z] v2.0.0-dev.46 [2021-03-23T15:21:15.394Z] v2.0.0-dev.47 [2021-03-23T15:21:15.394Z] v2.0.0-dev.48 [2021-03-23T15:21:15.394Z] v2.0.0-dev.49 [2021-03-23T15:21:15.394Z] v2.0.0-dev.5 [2021-03-23T15:21:15.394Z] v2.0.0-dev.50 [2021-03-23T15:21:15.394Z] v2.0.0-dev.51 [2021-03-23T15:21:15.394Z] v2.0.0-dev.52 [2021-03-23T15:21:15.394Z] v2.0.0-dev.53 [2021-03-23T15:21:15.394Z] v2.0.0-dev.54 [2021-03-23T15:21:15.394Z] v2.0.0-dev.55 [2021-03-23T15:21:15.394Z] v2.0.0-dev.6 [2021-03-23T15:21:15.394Z] v2.0.0-dev.7 [2021-03-23T15:21:15.394Z] v2.0.0-dev.8 [2021-03-23T15:21:15.394Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-23T15:21:15.691Z] + lftools sign git-tag v2.0.0-dev.55 [2021-03-23T15:21:17.085Z] Signing Git tag with Sigul... [2021-03-23T15:21:17.085Z] Signing v2.0.0-dev.55 [Pipeline] echo [2021-03-23T15:21:17.671Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:17.968Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-23T15:21:17.978Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-23T15:21:18.123Z] $ docker stop --time=1 c63b535872f23d4d462ff6961e5df01754d6a42f85af81aa609c92ab98db4146 [2021-03-23T15:21:20.178Z] $ docker rm -f c63b535872f23d4d462ff6961e5df01754d6a42f85af81aa609c92ab98db4146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:21:21.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:21:21.161Z] . [Pipeline] withDockerContainer [2021-03-23T15:21:21.265Z] prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container [2021-03-23T15:21:21.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:21:22.051Z] $ docker top 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:21:22.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:21:22.361Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:21:22.578Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:21:22.582Z] $ docker exec 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 ssh-agent [2021-03-23T15:21:22.766Z] SSH_AUTH_SOCK=/tmp/ssh-BuUXmxvc8ywo/agent.11 [2021-03-23T15:21:22.766Z] SSH_AGENT_PID=16 [2021-03-23T15:21:22.774Z] Running ssh-add (command line suppressed) [2021-03-23T15:21:22.895Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3350073621911954477.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3350073621911954477.key) [2021-03-23T15:21:22.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:21:23.290Z] + git semver bump pre [2021-03-23T15:21:23.290Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:21:23.290Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-23T15:21:23.290Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-23T15:21:23.290Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:21:23.290Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:21:23.290Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:21:23.290Z] # $SEMVER_BRANCH = master [2021-03-23T15:21:23.290Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-03-23T15:21:23.290Z] 2.0.0-dev.56 [Pipeline] } [2021-03-23T15:21:23.303Z] $ docker exec --env ******** --env ******** 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 ssh-agent -k [2021-03-23T15:21:23.412Z] unset SSH_AUTH_SOCK; [2021-03-23T15:21:23.412Z] unset SSH_AGENT_PID; [2021-03-23T15:21:23.412Z] echo Agent pid 16 killed; [2021-03-23T15:21:23.461Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:21:23.961Z] + git semver [Pipeline] } [2021-03-23T15:21:23.976Z] $ docker stop --time=1 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 [2021-03-23T15:21:25.314Z] $ docker rm -f 07c78f93703a72431e3ac52aa7b94f5b1d7b9f4b9a58aad37212f0a2f9a4c1e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:21:25.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:21:25.883Z] . [Pipeline] withDockerContainer [2021-03-23T15:21:25.977Z] prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container [2021-03-23T15:21:26.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:21:26.626Z] $ docker top 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:21:26.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:21:26.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:21:27.161Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:21:27.164Z] $ docker exec 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d ssh-agent [2021-03-23T15:21:27.339Z] SSH_AUTH_SOCK=/tmp/ssh-8MKvOd0HXKZE/agent.12 [2021-03-23T15:21:27.339Z] SSH_AGENT_PID=17 [2021-03-23T15:21:27.347Z] Running ssh-add (command line suppressed) [2021-03-23T15:21:27.476Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9127354364452439480.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9127354364452439480.key) [2021-03-23T15:21:27.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:21:27.889Z] + git semver push [2021-03-23T15:21:27.889Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:21:27.889Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-03-23T15:21:27.889Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-03-23T15:21:27.889Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:21:27.889Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:21:27.889Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:21:27.889Z] # $SEMVER_BRANCH = master [2021-03-23T15:21:27.889Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-03-23T15:21:32.116Z] $ docker exec --env ******** --env ******** 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d ssh-agent -k [2021-03-23T15:21:32.245Z] unset SSH_AUTH_SOCK; [2021-03-23T15:21:32.245Z] unset SSH_AGENT_PID; [2021-03-23T15:21:32.245Z] echo Agent pid 17 killed; [2021-03-23T15:21:32.300Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:21:32.815Z] + git semver [Pipeline] } [2021-03-23T15:21:32.832Z] $ docker stop --time=1 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d [2021-03-23T15:21:34.189Z] $ docker rm -f 2a3fd5bf3aa518ee5b5ed7b35d05e9e664154b261e3730e7fdf770be823dbc0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:36.276Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:36.862Z] ---> package-listing.sh [2021-03-23T15:21:36.862Z] ++ facter osfamily [2021-03-23T15:21:36.862Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T15:21:36.862Z] + OS_FAMILY=redhat [2021-03-23T15:21:36.862Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-03-23T15:21:36.862Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T15:21:36.862Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T15:21:36.862Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T15:21:36.862Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T15:21:36.862Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-23T15:21:36.862Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T15:21:36.862Z] + case "${OS_FAMILY}" in [2021-03-23T15:21:36.862Z] + rpm -qa [2021-03-23T15:21:36.862Z] + sort [2021-03-23T15:21:42.162Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T15:21:42.162Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T15:21:42.162Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T15:21:42.162Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-03-23T15:21:42.162Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-03-23T15:21:42.162Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2021-03-23T15:21:42.176Z] 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-23T15:21:42.464Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:21:42.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T15:21:42.769Z] [2021-03-23T15:21:42.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:21:43.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T15:21:43.153Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T15:21:43.153Z] df20fa9351a1: Pulling fs layer [2021-03-23T15:21:43.153Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T15:21:43.153Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T15:21:43.153Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T15:21:43.153Z] 93b61091891f: Pulling fs layer [2021-03-23T15:21:43.153Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T15:21:43.153Z] 5e14af77c1be: Pulling fs layer [2021-03-23T15:21:43.153Z] 01666e4c0597: Pulling fs layer [2021-03-23T15:21:43.153Z] aa168da1d23b: Pulling fs layer [2021-03-23T15:21:43.153Z] 93b9cdb0e59b: Waiting [2021-03-23T15:21:43.153Z] 5e14af77c1be: Waiting [2021-03-23T15:21:43.153Z] 01666e4c0597: Waiting [2021-03-23T15:21:43.153Z] aa168da1d23b: Waiting [2021-03-23T15:21:43.153Z] 46f8f816bc3b: Waiting [2021-03-23T15:21:43.153Z] 93b61091891f: Waiting [2021-03-23T15:21:43.153Z] 36b3adc4ff6f: Download complete [2021-03-23T15:21:43.153Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T15:21:43.153Z] 46f8f816bc3b: Download complete [2021-03-23T15:21:43.153Z] df20fa9351a1: Verifying Checksum [2021-03-23T15:21:43.153Z] df20fa9351a1: Download complete [2021-03-23T15:21:43.414Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T15:21:43.414Z] 93b9cdb0e59b: Download complete [2021-03-23T15:21:43.414Z] 5e14af77c1be: Verifying Checksum [2021-03-23T15:21:43.414Z] 5e14af77c1be: Download complete [2021-03-23T15:21:43.414Z] 01666e4c0597: Verifying Checksum [2021-03-23T15:21:43.414Z] 01666e4c0597: Download complete [2021-03-23T15:21:43.414Z] 93b61091891f: Download complete [2021-03-23T15:21:43.414Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T15:21:43.414Z] 8ad3a11d3b57: Download complete [2021-03-23T15:21:43.988Z] df20fa9351a1: Pull complete [2021-03-23T15:21:43.988Z] 36b3adc4ff6f: Pull complete [2021-03-23T15:21:45.393Z] aa168da1d23b: Verifying Checksum [2021-03-23T15:21:45.393Z] aa168da1d23b: Download complete [2021-03-23T15:21:45.967Z] 8ad3a11d3b57: Pull complete [2021-03-23T15:21:45.967Z] 46f8f816bc3b: Pull complete [2021-03-23T15:21:46.545Z] 93b61091891f: Pull complete [2021-03-23T15:21:46.545Z] 93b9cdb0e59b: Pull complete [2021-03-23T15:21:46.808Z] 5e14af77c1be: Pull complete [2021-03-23T15:21:46.808Z] 01666e4c0597: Pull complete [2021-03-23T15:21:53.443Z] aa168da1d23b: Pull complete [2021-03-23T15:21:53.443Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T15:21:53.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T15:21:53.443Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T15:21:53.608Z] prd-centos7-docker-4c-2g-31077 does not seem to be running inside a container [2021-03-23T15:21:53.651Z] $ 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/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T15:21:56.382Z] $ docker top 4b148148b6775b8513708aeb7752eaf23b73fa7391411142543c683d04b9ee5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:21:56.903Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T15:21:57.203Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T15:21:57.499Z] + ls /var/log/sa-host [2021-03-23T15:21:57.499Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T15:21:57.499Z] file_magic: OK [2021-03-23T15:21:57.499Z] HZ: Using current value: 100 [2021-03-23T15:21:57.499Z] file_header: OK [2021-03-23T15:21:57.499Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-23T15:21:57.499Z] Statistics: [2021-03-23T15:21:57.499Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-23T15:21:57.499Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T15:21:58.181Z] provisioning config files... [2021-03-23T15:21:58.201Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1334354946950144156tmp [Pipeline] { [Pipeline] echo [2021-03-23T15:21:58.276Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:58.576Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T15:21:58.584Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T15:21:58.690Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:58.983Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T15:21:58.995Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:59.290Z] ---> sudo-logs.sh [2021-03-23T15:21:59.290Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T15:21:59.350Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:21:59.646Z] ---> job-cost.sh [2021-03-23T15:21:59.646Z] lf-activate-venv: SKIPPING [2021-03-23T15:21:59.646Z] DEBUG: total: 0.20999999344348907 [2021-03-23T15:21:59.646Z] INFO: Retrieving Stack Cost... [2021-03-23T15:22:00.592Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T15:22:01.166Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T15:22:01.180Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:22:01.476Z] ---> logs-deploy.sh [2021-03-23T15:22:01.476Z] lf-activate-venv: SKIPPING [2021-03-23T15:22:01.476Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/174 [2021-03-23T15:22:01.476Z] INFO: archiving workspace using pattern(s): [2021-03-23T15:22:02.865Z] Archives upload complete. [2021-03-23T15:22:03.126Z] INFO: archiving logs to Nexus [2021-03-23T15:22:04.071Z] ---> uname -a: [2021-03-23T15:22:04.071Z] Linux prd-centos7-docker-4c-2g-31077.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-23T15:22:04.071Z] [2021-03-23T15:22:04.071Z] [2021-03-23T15:22:04.071Z] ---> lscpu: [2021-03-23T15:22:04.071Z] Architecture: x86_64 [2021-03-23T15:22:04.071Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-23T15:22:04.071Z] Byte Order: Little Endian [2021-03-23T15:22:04.071Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-23T15:22:04.071Z] CPU(s): 4 [2021-03-23T15:22:04.071Z] On-line CPU(s) list: 0-3 [2021-03-23T15:22:04.071Z] Thread(s) per core: 1 [2021-03-23T15:22:04.071Z] Core(s) per socket: 1 [2021-03-23T15:22:04.071Z] Socket(s): 4 [2021-03-23T15:22:04.071Z] NUMA node(s): 1 [2021-03-23T15:22:04.071Z] Vendor ID: GenuineIntel [2021-03-23T15:22:04.071Z] CPU family: 6 [2021-03-23T15:22:04.071Z] Model: 44 [2021-03-23T15:22:04.071Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-23T15:22:04.071Z] Stepping: 1 [2021-03-23T15:22:04.071Z] CPU MHz: 2933.442 [2021-03-23T15:22:04.071Z] BogoMIPS: 5866.88 [2021-03-23T15:22:04.071Z] Virtualization: VT-x [2021-03-23T15:22:04.071Z] Hypervisor vendor: KVM [2021-03-23T15:22:04.071Z] Virtualization type: full [2021-03-23T15:22:04.071Z] L1d cache: 128 KiB [2021-03-23T15:22:04.071Z] L1i cache: 128 KiB [2021-03-23T15:22:04.071Z] L2 cache: 16 MiB [2021-03-23T15:22:04.071Z] L3 cache: 64 MiB [2021-03-23T15:22:04.072Z] NUMA node0 CPU(s): 0-3 [2021-03-23T15:22:04.072Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-23T15:22:04.072Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-23T15:22:04.072Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-23T15:22:04.072Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-23T15:22:04.072Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-23T15:22:04.072Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-23T15:22:04.072Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-23T15:22:04.072Z] Vulnerability Srbds: Not affected [2021-03-23T15:22:04.072Z] Vulnerability Tsx async abort: Not affected [2021-03-23T15:22:04.072Z] 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 [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] ---> nproc: [2021-03-23T15:22:04.072Z] 4 [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] ---> df -h: [2021-03-23T15:22:04.072Z] Filesystem Size Used Available Use% Mounted on [2021-03-23T15:22:04.072Z] overlay 50.0G 8.5G 41.4G 17% / [2021-03-23T15:22:04.072Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-23T15:22:04.072Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-23T15:22:04.072Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-03-23T15:22:04.072Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] ---> free -m: [2021-03-23T15:22:04.072Z] total used free shared buff/cache available [2021-03-23T15:22:04.072Z] Mem: 1837 817 143 0 875 957 [2021-03-23T15:22:04.072Z] Swap: 1023 3 1020 [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] ---> ip addr: [2021-03-23T15:22:04.072Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-23T15:22:04.072Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-23T15:22:04.072Z] inet 127.0.0.1/8 scope host lo [2021-03-23T15:22:04.072Z] valid_lft forever preferred_lft forever [2021-03-23T15:22:04.072Z] inet6 ::1/128 scope host [2021-03-23T15:22:04.072Z] valid_lft forever preferred_lft forever [2021-03-23T15:22:04.072Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-23T15:22:04.072Z] link/ether fa:16:3e:ac:15:21 brd ff:ff:ff:ff:ff:ff [2021-03-23T15:22:04.072Z] inet 10.30.123.120/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-23T15:22:04.072Z] valid_lft 85854sec preferred_lft 85854sec [2021-03-23T15:22:04.072Z] inet6 fe80::f816:3eff:feac:1521/64 scope link [2021-03-23T15:22:04.072Z] valid_lft forever preferred_lft forever [2021-03-23T15:22:04.072Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-23T15:22:04.072Z] link/ether 02:42:fd:ec:48:ba brd ff:ff:ff:ff:ff:ff [2021-03-23T15:22:04.072Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-23T15:22:04.072Z] valid_lft forever preferred_lft forever [2021-03-23T15:22:04.072Z] inet6 fe80::42:fdff:feec:48ba/64 scope link [2021-03-23T15:22:04.072Z] valid_lft forever preferred_lft forever [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] ---> sar -b -r -n DEV: [2021-03-23T15:22:04.072Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] 15:12:47 LINUX RESTART (4 CPU) [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] 15:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-23T15:22:04.072Z] 15:14:01 201.43 114.54 86.90 0.00 12570.40 39286.25 0.00 [2021-03-23T15:22:04.072Z] 15:15:01 3.03 0.03 3.00 0.00 1.07 113.31 0.00 [2021-03-23T15:22:04.072Z] 15:16:02 0.35 0.00 0.35 0.00 0.00 5.28 0.00 [2021-03-23T15:22:04.072Z] 15:17:01 0.27 0.00 0.27 0.00 0.00 3.39 0.00 [2021-03-23T15:22:04.072Z] 15:18:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 [2021-03-23T15:22:04.072Z] 15:19:01 0.27 0.00 0.27 0.00 0.00 3.31 0.00 [2021-03-23T15:22:04.072Z] 15:20:01 0.30 0.00 0.30 0.00 0.00 3.23 0.00 [2021-03-23T15:22:04.072Z] 15:21:01 402.93 204.01 198.92 0.00 10346.75 61345.29 0.00 [2021-03-23T15:22:04.072Z] Average: 76.50 40.03 36.47 0.00 2876.49 12657.77 0.00 [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] 15:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-23T15:22:04.072Z] 15:14:01 152876 0 570788 30.34 2620 1155260 1078144 36.80 395588 1130876 128 [2021-03-23T15:22:04.072Z] 15:15:01 159808 0 563920 29.97 2620 1155196 1054044 35.97 392560 1128936 12 [2021-03-23T15:22:04.072Z] 15:16:02 157256 0 566468 30.11 2620 1155200 1054212 35.98 406700 1117552 16 [2021-03-23T15:22:04.072Z] 15:17:01 156380 0 567344 30.15 2620 1155200 1054308 35.98 407176 1117552 8 [2021-03-23T15:22:04.072Z] 15:18:01 155872 0 567844 30.18 2620 1155208 1054044 35.97 412408 1113212 8 [2021-03-23T15:22:04.072Z] 15:19:01 152672 0 571040 30.35 2620 1155212 1054128 35.98 415540 1113212 8 [2021-03-23T15:22:04.072Z] 15:20:01 153100 0 570608 30.33 2620 1155216 1054044 35.97 415124 1113212 8 [2021-03-23T15:22:04.072Z] 15:21:01 110964 0 781292 41.52 2100 987188 1283276 43.80 555676 881164 43124 [2021-03-23T15:22:04.072Z] Average: 149866 0 594913 31.62 2555 1134210 1085775 37.06 425096 1089464 5414 [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] 15:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-23T15:22:04.072Z] 15:14:01 eth0 568.73 366.38 1088.18 96.58 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:14:01 docker0 10.71 8.81 2.08 21.26 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:15:01 eth0 0.75 0.10 0.06 0.05 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:16:02 eth0 3.61 1.23 3.26 0.26 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:17:01 eth0 0.68 0.37 0.30 0.21 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:19:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:20:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:21:01 eth0 854.46 753.12 7385.37 113.70 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] 15:21:01 docker0 17.78 17.20 1.44 125.92 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] Average: eth0 179.46 140.94 1066.44 26.48 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] Average: docker0 3.58 3.27 0.44 18.51 0.00 0.00 0.00 0.00 [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] ---> sar -P ALL: [2021-03-23T15:22:04.072Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] 15:12:47 LINUX RESTART (4 CPU) [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] 15:13:01 CPU %user %nice %system %iowait %steal %idle [2021-03-23T15:22:04.072Z] 15:14:01 all 15.18 0.00 7.53 5.98 0.05 71.26 [2021-03-23T15:22:04.072Z] 15:14:01 0 15.92 0.00 7.21 5.83 0.05 70.99 [2021-03-23T15:22:04.072Z] 15:14:01 1 14.17 0.00 8.45 5.89 0.02 71.48 [2021-03-23T15:22:04.072Z] 15:14:01 2 16.38 0.00 6.80 6.18 0.05 70.59 [2021-03-23T15:22:04.072Z] 15:14:01 3 14.23 0.00 7.67 6.03 0.07 72.00 [2021-03-23T15:22:04.072Z] 15:15:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-03-23T15:22:04.072Z] 15:15:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-23T15:22:04.072Z] 15:15:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2021-03-23T15:22:04.072Z] 15:15:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-23T15:22:04.072Z] 15:15:01 3 0.48 0.00 0.02 0.00 0.00 99.50 [2021-03-23T15:22:04.072Z] 15:16:02 all 0.23 0.00 0.12 0.00 0.00 99.64 [2021-03-23T15:22:04.072Z] 15:16:02 0 0.18 0.00 0.05 0.00 0.02 99.75 [2021-03-23T15:22:04.072Z] 15:16:02 1 0.37 0.00 0.28 0.00 0.00 99.35 [2021-03-23T15:22:04.072Z] 15:16:02 2 0.12 0.00 0.10 0.00 0.00 99.78 [2021-03-23T15:22:04.072Z] 15:16:02 3 0.25 0.00 0.07 0.00 0.00 99.68 [2021-03-23T15:22:04.072Z] 15:17:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2021-03-23T15:22:04.072Z] 15:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-23T15:22:04.072Z] 15:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-23T15:22:04.072Z] 15:17:01 2 0.07 0.00 0.07 0.00 0.00 99.86 [2021-03-23T15:22:04.072Z] 15:17:01 3 0.36 0.00 0.05 0.00 0.00 99.59 [2021-03-23T15:22:04.072Z] 15:18:01 all 0.17 0.00 0.10 0.00 0.01 99.72 [2021-03-23T15:22:04.072Z] 15:18:01 0 0.05 0.00 0.13 0.00 0.00 99.82 [2021-03-23T15:22:04.072Z] 15:18:01 1 0.03 0.00 0.13 0.00 0.00 99.83 [2021-03-23T15:22:04.072Z] 15:18:01 2 0.08 0.00 0.10 0.00 0.02 99.80 [2021-03-23T15:22:04.072Z] 15:18:01 3 0.52 0.00 0.05 0.00 0.02 99.42 [2021-03-23T15:22:04.072Z] 15:19:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2021-03-23T15:22:04.072Z] 15:19:01 0 0.45 0.00 0.03 0.00 0.00 99.52 [2021-03-23T15:22:04.072Z] 15:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-23T15:22:04.072Z] 15:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-23T15:22:04.072Z] 15:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T15:22:04.072Z] 15:20:01 all 0.17 0.00 0.02 0.00 0.00 99.82 [2021-03-23T15:22:04.072Z] 15:20:01 0 0.53 0.00 0.00 0.00 0.00 99.47 [2021-03-23T15:22:04.072Z] 15:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-23T15:22:04.072Z] 15:20:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-23T15:22:04.072Z] 15:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-23T15:22:04.072Z] 15:21:01 all 16.36 0.00 10.15 3.37 0.06 70.06 [2021-03-23T15:22:04.072Z] 15:21:01 0 15.08 0.00 10.01 1.87 0.07 72.97 [2021-03-23T15:22:04.072Z] 15:21:01 1 16.79 0.00 10.65 5.85 0.05 66.67 [2021-03-23T15:22:04.072Z] 15:21:01 2 16.40 0.00 9.96 3.61 0.09 69.94 [2021-03-23T15:22:04.072Z] 15:21:01 3 17.18 0.00 9.97 2.16 0.05 70.65 [2021-03-23T15:22:04.072Z] Average: all 4.01 0.00 2.22 1.15 0.02 92.60 [2021-03-23T15:22:04.072Z] Average: 0 3.98 0.00 2.16 0.95 0.02 92.89 [2021-03-23T15:22:04.072Z] Average: 1 3.89 0.00 2.42 1.45 0.01 92.23 [2021-03-23T15:22:04.072Z] Average: 2 4.10 0.00 2.11 1.21 0.02 92.56 [2021-03-23T15:22:04.072Z] Average: 3 4.06 0.00 2.19 1.01 0.02 92.73 [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z] [2021-03-23T15:22:04.072Z]