Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go 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: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Running on prd-centos7-docker-4c-2g-7593 in /w/workspace/ndry_app-functions-sdk-go_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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559)" > git rev-list --no-walk d7502e4a4c464622ceb4bf99fdbbcc4855e2f57a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-21T23:19:27.056Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-21T23:19:27.329Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-21T23:19:27.430Z] ========================================================= [2020-10-21T23:19:27.430Z] EdgeX Global Pipelines Version Info [2020-10-21T23:19:27.430Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:19:28.868Z] ------------------- [2020-10-21T23:19:28.868Z] stable info: [2020-10-21T23:19:28.868Z] ------------------- [2020-10-21T23:19:28.868Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-21T23:19:28.868Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-21T23:19:28.868Z] Message: update stable to v1.0.144 [2020-10-21T23:19:29.815Z] ------------------- [2020-10-21T23:19:29.816Z] experimental info: [2020-10-21T23:19:29.816Z] ------------------- [2020-10-21T23:19:29.816Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-21T23:19:29.816Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-21T23:19:29.816Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-21T23:19:30.204Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-21T23:19:30.298Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-21T23:19:30.442Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-21T23:19:30.543Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-21T23:19:30.685Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-21T23:19:30.785Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-21T23:19:30.956Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-21T23:19:31.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-21T23:19:31.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-21T23:19:31.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-21T23:19:31.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-21T23:19:31.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-21T23:19:31.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-21T23:19:31.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-21T23:19:31.729Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T23:19:31.821Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T23:19:31.955Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T23:19:32.046Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T23:19:32.162Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-21T23:19:32.261Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-21T23:19:32.349Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-21T23:19:32.504Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-21T23:19:32.632Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-21T23:19:32.722Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-21T23:19:32.815Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-21T23:19:32.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-21T23:19:33.027Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-21T23:19:33.120Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-21T23:19:33.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec [Pipeline] echo [2020-10-21T23:19:33.302Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1d4da3c [Pipeline] echo [2020-10-21T23:19:33.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-21T23:19:34.010Z] + git log --format=format:%s -1 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec [Pipeline] echo [2020-10-21T23:19:34.073Z] GIT_COMMIT: 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559) [Pipeline] echo [2020-10-21T23:19:34.117Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:19:34.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T23:19:35.688Z] [2020-10-21T23:19:35.688Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:19:36.035Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T23:19:36.035Z] latest: Pulling from edgex-devops/git-semver [2020-10-21T23:19:36.035Z] 31603596830f: Pulling fs layer [2020-10-21T23:19:36.035Z] 2a8b12db71e7: Pulling fs layer [2020-10-21T23:19:36.035Z] 6ca5941a6612: Pulling fs layer [2020-10-21T23:19:36.035Z] ecc8261a40a4: Pulling fs layer [2020-10-21T23:19:36.035Z] ecc8261a40a4: Waiting [2020-10-21T23:19:36.035Z] 2a8b12db71e7: Verifying Checksum [2020-10-21T23:19:36.035Z] 2a8b12db71e7: Download complete [2020-10-21T23:19:36.298Z] 31603596830f: Verifying Checksum [2020-10-21T23:19:36.298Z] 31603596830f: Download complete [2020-10-21T23:19:36.298Z] ecc8261a40a4: Verifying Checksum [2020-10-21T23:19:36.298Z] ecc8261a40a4: Download complete [2020-10-21T23:19:36.298Z] 6ca5941a6612: Verifying Checksum [2020-10-21T23:19:36.298Z] 6ca5941a6612: Download complete [2020-10-21T23:19:36.562Z] 31603596830f: Pull complete [2020-10-21T23:19:36.827Z] 2a8b12db71e7: Pull complete [2020-10-21T23:19:37.410Z] 6ca5941a6612: Pull complete [2020-10-21T23:19:37.672Z] ecc8261a40a4: Pull complete [2020-10-21T23:19:37.672Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-21T23:19:37.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T23:19:37.672Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-21T23:19:37.779Z] prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container [2020-10-21T23:19:37.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-21T23:19:40.753Z] $ docker top 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T23:19:41.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T23:19:41.123Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T23:19:41.354Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T23:19:41.363Z] $ docker exec 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent [2020-10-21T23:19:41.655Z] SSH_AUTH_SOCK=/tmp/ssh-xZGbzlx5kOTM/agent.12 [2020-10-21T23:19:41.655Z] SSH_AGENT_PID=17 [2020-10-21T23:19:41.667Z] Running ssh-add (command line suppressed) [2020-10-21T23:19:41.805Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5729829291890357273.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5729829291890357273.key) [2020-10-21T23:19:41.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T23:19:42.197Z] + git tag --points-at HEAD [Pipeline] } [2020-10-21T23:19:42.221Z] $ docker exec --env ******** --env ******** 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent -k [2020-10-21T23:19:42.338Z] unset SSH_AUTH_SOCK; [2020-10-21T23:19:42.338Z] unset SSH_AGENT_PID; [2020-10-21T23:19:42.339Z] echo Agent pid 17 killed; [2020-10-21T23:19:42.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-21T23:19:42.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T23:19:42.535Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T23:19:42.693Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T23:19:42.698Z] $ docker exec 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent [2020-10-21T23:19:42.854Z] SSH_AUTH_SOCK=/tmp/ssh-KglxNQoCLDdM/agent.46 [2020-10-21T23:19:42.854Z] SSH_AGENT_PID=51 [2020-10-21T23:19:42.862Z] Running ssh-add (command line suppressed) [2020-10-21T23:19:42.985Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5363990994644916780.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5363990994644916780.key) [2020-10-21T23:19:43.033Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T23:19:43.372Z] + git semver init [2020-10-21T23:19:43.372Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T23:19:43.372Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T23:19:43.372Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T23:19:43.372Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T23:19:43.372Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T23:19:43.372Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T23:19:43.372Z] # $SEMVER_BRANCH = master [2020-10-21T23:19:43.372Z] # $SEMVER_TEMP = /tmp/semver-702979685 [2020-10-21T23:19:43.372Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-21T23:19:45.943Z] # '/tmp/semver-702979685' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-21T23:19:45.943Z] # -> Force: false [2020-10-21T23:19:45.943Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-21T23:19:45.957Z] $ docker exec --env ******** --env ******** 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d ssh-agent -k [2020-10-21T23:19:46.086Z] unset SSH_AUTH_SOCK; [2020-10-21T23:19:46.087Z] unset SSH_AGENT_PID; [2020-10-21T23:19:46.087Z] echo Agent pid 51 killed; [2020-10-21T23:19:46.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T23:19:46.623Z] + git semver [Pipeline] } [2020-10-21T23:19:46.641Z] $ docker stop --time=1 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d [2020-10-21T23:19:48.345Z] $ docker rm -f 7aa762d7d8220eec2c0637a17fec1d98647e1b5d73ebc77ceac7ca6fd2d7a00d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-21T23:19:48.813Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-21T23:19:49.226Z] Stashed 1 file(s) [Pipeline] echo [2020-10-21T23:19:49.229Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.49 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-21T23:20:04.886Z] Still waiting to schedule task [2020-10-21T23:20:04.886Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-21T23:20:04.889Z] Still waiting to schedule task [2020-10-21T23:20:04.889Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-21T23:24:00.570Z] Running on prd-centos7-docker-4c-2g-7597 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-21T23:24:00.635Z] Running in /w/workspace/app-functions-sdk-go/137 [Pipeline] { [Pipeline] checkout [2020-10-21T23:24:06.423Z] using credential edgex-jenkins-ssh [2020-10-21T23:24:06.479Z] Cloning the remote Git repository [2020-10-21T23:24:06.540Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T23:24:06.624Z] > git init /w/workspace/app-functions-sdk-go/137 # timeout=10 [2020-10-21T23:24:06.701Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T23:24:06.701Z] > git --version # timeout=10 [2020-10-21T23:24:06.711Z] > git --version # 'git version 2.16.5' [2020-10-21T23:24:06.712Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T23:24:06.961Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T23:24:09.831Z] Checking out Revision 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec (master) [2020-10-21T23:24:09.320Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T23:24:09.344Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T23:24:09.367Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T23:24:09.393Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T23:24:09.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T23:24:09.407Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-21T23:24:09.881Z] > git config core.sparsecheckout # timeout=10 [2020-10-21T23:24:09.888Z] > git checkout -f 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 [2020-10-21T23:24:14.284Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-21T23:24:15.310Z] ========================================================= [2020-10-21T23:24:15.310Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-21T23:24:15.310Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:24:16.098Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-21T23:24:17.102Z] Sending build context to Docker daemon 19.14MB [2020-10-21T23:24:17.102Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-21T23:24:17.102Z] Step 2/8 : FROM ${BASE} [2020-10-21T23:24:17.102Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-21T23:24:17.102Z] df20fa9351a1: Pulling fs layer [2020-10-21T23:24:17.102Z] ed8968b2872e: Pulling fs layer [2020-10-21T23:24:17.102Z] a92cc7c5fd73: Pulling fs layer [2020-10-21T23:24:17.102Z] e871e8e8d7a9: Pulling fs layer [2020-10-21T23:24:17.102Z] e73272ec9a57: Pulling fs layer [2020-10-21T23:24:17.102Z] 1e910a182e73: Pulling fs layer [2020-10-21T23:24:17.102Z] 4e634b169226: Pulling fs layer [2020-10-21T23:24:17.102Z] e871e8e8d7a9: Waiting [2020-10-21T23:24:17.102Z] e73272ec9a57: Waiting [2020-10-21T23:24:17.102Z] 1e910a182e73: Waiting [2020-10-21T23:24:17.102Z] 4e634b169226: Waiting [2020-10-21T23:24:17.102Z] a92cc7c5fd73: Download complete [2020-10-21T23:24:17.102Z] ed8968b2872e: Verifying Checksum [2020-10-21T23:24:17.102Z] ed8968b2872e: Download complete [2020-10-21T23:24:17.384Z] e73272ec9a57: Verifying Checksum [2020-10-21T23:24:17.384Z] e73272ec9a57: Download complete [2020-10-21T23:24:17.384Z] 1e910a182e73: Verifying Checksum [2020-10-21T23:24:17.384Z] 1e910a182e73: Download complete [2020-10-21T23:24:17.384Z] df20fa9351a1: Verifying Checksum [2020-10-21T23:24:17.384Z] df20fa9351a1: Download complete [2020-10-21T23:24:17.712Z] df20fa9351a1: Pull complete [2020-10-21T23:24:18.005Z] ed8968b2872e: Pull complete [2020-10-21T23:24:18.299Z] a92cc7c5fd73: Pull complete [2020-10-21T23:24:21.016Z] 4e634b169226: Verifying Checksum [2020-10-21T23:24:21.016Z] 4e634b169226: Download complete [2020-10-21T23:24:22.587Z] e871e8e8d7a9: Verifying Checksum [2020-10-21T23:24:22.587Z] e871e8e8d7a9: Download complete [2020-10-21T23:24:29.328Z] e871e8e8d7a9: Pull complete [2020-10-21T23:24:29.592Z] e73272ec9a57: Pull complete [2020-10-21T23:24:29.858Z] 1e910a182e73: Pull complete [2020-10-21T23:24:35.251Z] 4e634b169226: Pull complete [2020-10-21T23:24:35.251Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-21T23:24:35.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-21T23:24:35.251Z] ---> f7629b54cfaa [2020-10-21T23:24:35.251Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-21T23:24:35.588Z] latest: Pulling from library/docker [2020-10-21T23:24:35.588Z] df20fa9351a1: Already exists [2020-10-21T23:24:35.588Z] 25ad7478873d: Pulling fs layer [2020-10-21T23:24:35.588Z] 4684f6177b5d: Pulling fs layer [2020-10-21T23:24:35.588Z] 206f78d23536: Pulling fs layer [2020-10-21T23:24:35.588Z] cee0542293f3: Pulling fs layer [2020-10-21T23:24:35.588Z] d951dd9fd09f: Pulling fs layer [2020-10-21T23:24:35.588Z] dce9c88c04bd: Pulling fs layer [2020-10-21T23:24:35.588Z] cee0542293f3: Waiting [2020-10-21T23:24:35.588Z] d951dd9fd09f: Waiting [2020-10-21T23:24:35.588Z] dce9c88c04bd: Waiting [2020-10-21T23:24:35.967Z] 4684f6177b5d: Verifying Checksum [2020-10-21T23:24:35.967Z] 4684f6177b5d: Download complete [2020-10-21T23:24:35.967Z] 25ad7478873d: Verifying Checksum [2020-10-21T23:24:35.967Z] 25ad7478873d: Download complete [2020-10-21T23:24:36.472Z] cee0542293f3: Verifying Checksum [2020-10-21T23:24:36.472Z] cee0542293f3: Download complete [2020-10-21T23:24:36.472Z] d951dd9fd09f: Verifying Checksum [2020-10-21T23:24:36.472Z] d951dd9fd09f: Download complete [2020-10-21T23:24:36.872Z] 25ad7478873d: Pull complete [2020-10-21T23:24:36.872Z] 4684f6177b5d: Pull complete [2020-10-21T23:24:36.872Z] dce9c88c04bd: Verifying Checksum [2020-10-21T23:24:36.872Z] dce9c88c04bd: Download complete [2020-10-21T23:24:38.048Z] 206f78d23536: Verifying Checksum [2020-10-21T23:24:38.048Z] 206f78d23536: Download complete [2020-10-21T23:24:41.459Z] 206f78d23536: Pull complete [2020-10-21T23:24:41.740Z] cee0542293f3: Pull complete [2020-10-21T23:24:41.740Z] d951dd9fd09f: Pull complete [2020-10-21T23:24:42.021Z] dce9c88c04bd: Pull complete [2020-10-21T23:24:42.021Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-21T23:24:42.021Z] Status: Downloaded newer image for docker:latest [2020-10-21T23:24:44.019Z] ---> d9dde610fbde [2020-10-21T23:24:44.019Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-21T23:24:44.019Z] ---> Running in 19f6373a577a [2020-10-21T23:24:44.019Z] Removing intermediate container 19f6373a577a [2020-10-21T23:24:44.019Z] ---> b13eafe05956 [2020-10-21T23:24:44.019Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-21T23:24:44.019Z] ---> Running in 29d11c2cb166 [2020-10-21T23:24:45.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-21T23:24:46.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-21T23:24:47.012Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-21T23:24:47.012Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-21T23:24:47.296Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-21T23:24:47.296Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-21T23:24:47.296Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-21T23:24:47.567Z] Executing busybox-1.31.1-r16.trigger [2020-10-21T23:24:47.567Z] OK: 167 MiB in 44 packages [2020-10-21T23:24:48.555Z] Removing intermediate container 29d11c2cb166 [2020-10-21T23:24:48.555Z] ---> 50d0b3ec1507 [2020-10-21T23:24:48.555Z] Step 6/8 : WORKDIR /build [2020-10-21T23:24:48.555Z] ---> Running in 90c15b12003a [2020-10-21T23:24:48.555Z] Removing intermediate container 90c15b12003a [2020-10-21T23:24:48.555Z] ---> 52535f643c18 [2020-10-21T23:24:48.555Z] Step 7/8 : COPY go.mod . [2020-10-21T23:24:49.168Z] ---> 272d75079fd1 [2020-10-21T23:24:49.168Z] Step 8/8 : RUN go mod download [2020-10-21T23:24:49.168Z] ---> Running in cc370e5169fa [2020-10-21T23:25:16.281Z] Removing intermediate container cc370e5169fa [2020-10-21T23:25:16.281Z] ---> 787a09ec0bc6 [2020-10-21T23:25:16.281Z] Successfully built 787a09ec0bc6 [2020-10-21T23:25:16.281Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:25:16.750Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-21T23:25:16.750Z] . [Pipeline] withDockerContainer [2020-10-21T23:25:16.977Z] prd-centos7-docker-4c-2g-7597 does not seem to be running inside a container [2020-10-21T23:25:17.107Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/137 -v /w/workspace/app-functions-sdk-go/137:/w/workspace/app-functions-sdk-go/137:rw,z -v /w/workspace/app-functions-sdk-go/137@tmp:/w/workspace/app-functions-sdk-go/137@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-21T23:25:18.133Z] $ docker top 467e8f73fe40d70eb91b94922c87aed69269b8cddfd00bdc2d20de2926cefe83 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T23:25:18.693Z] + go version [2020-10-21T23:25:18.693Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-21T23:25:18.710Z] $ docker stop --time=1 467e8f73fe40d70eb91b94922c87aed69269b8cddfd00bdc2d20de2926cefe83 [2020-10-21T23:25:20.163Z] $ docker rm -f 467e8f73fe40d70eb91b94922c87aed69269b8cddfd00bdc2d20de2926cefe83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-10-21T23:25:21.595Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7595 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] ws [2020-10-21T23:25:21.724Z] Running in /w/workspace/app-functions-sdk-go/137 [Pipeline] { [Pipeline] checkout Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-21T23:25:26.995Z] using credential edgex-jenkins-ssh [2020-10-21T23:25:27.053Z] Cloning the remote Git repository [2020-10-21T23:25:27.101Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T23:25:27.207Z] > git init /w/workspace/app-functions-sdk-go/137 # timeout=10 [2020-10-21T23:25:27.286Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T23:25:27.288Z] > git --version # timeout=10 [2020-10-21T23:25:27.313Z] > git --version # 'git version 2.17.1' [2020-10-21T23:25:27.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T23:25:27.367Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T23:25:30.826Z] Checking out Revision 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec (master) [2020-10-21T23:25:30.221Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T23:25:30.243Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T23:25:30.276Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T23:25:30.315Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T23:25:30.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T23:25:30.328Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-21T23:25:30.875Z] > git config core.sparsecheckout # timeout=10 [2020-10-21T23:25:30.905Z] > git checkout -f 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec # timeout=10 [2020-10-21T23:25:35.178Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#559)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-21T23:25:36.167Z] ========================================================= [2020-10-21T23:25:36.167Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-21T23:25:36.167Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:25:37.245Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-21T23:25:38.252Z] Sending build context to Docker daemon 19.14MB [2020-10-21T23:25:38.252Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-21T23:25:38.252Z] Step 2/8 : FROM ${BASE} [2020-10-21T23:25:38.536Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-21T23:25:38.536Z] b538f80385f9: Pulling fs layer [2020-10-21T23:25:38.536Z] 74f711af9a0d: Pulling fs layer [2020-10-21T23:25:38.536Z] 99f96fe45779: Pulling fs layer [2020-10-21T23:25:38.536Z] 8529a6b9a6be: Pulling fs layer [2020-10-21T23:25:38.536Z] 45590311c82a: Pulling fs layer [2020-10-21T23:25:38.536Z] 8529a6b9a6be: Waiting [2020-10-21T23:25:38.536Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-21T23:25:38.536Z] 209524e5b208: Pulling fs layer [2020-10-21T23:25:38.536Z] 99f96fe45779: Verifying Checksum [2020-10-21T23:25:38.536Z] 99f96fe45779: Download complete [2020-10-21T23:25:38.813Z] 74f711af9a0d: Verifying Checksum [2020-10-21T23:25:38.813Z] 74f711af9a0d: Download complete [2020-10-21T23:25:38.813Z] 45590311c82a: Verifying Checksum [2020-10-21T23:25:38.813Z] 45590311c82a: Download complete [2020-10-21T23:25:38.813Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-21T23:25:38.813Z] 69ca0ff8b7b3: Download complete [2020-10-21T23:25:38.813Z] b538f80385f9: Verifying Checksum [2020-10-21T23:25:38.813Z] b538f80385f9: Download complete [2020-10-21T23:25:39.416Z] b538f80385f9: Pull complete [2020-10-21T23:25:40.017Z] 74f711af9a0d: Pull complete [2020-10-21T23:25:40.307Z] 99f96fe45779: Pull complete [2020-10-21T23:25:41.326Z] 209524e5b208: Verifying Checksum [2020-10-21T23:25:41.326Z] 209524e5b208: Download complete [2020-10-21T23:25:42.764Z] 8529a6b9a6be: Verifying Checksum [2020-10-21T23:25:42.764Z] 8529a6b9a6be: Download complete [2020-10-21T23:25:52.935Z] 8529a6b9a6be: Pull complete [2020-10-21T23:25:53.207Z] 45590311c82a: Pull complete [2020-10-21T23:25:53.485Z] 69ca0ff8b7b3: Pull complete [2020-10-21T23:25:57.819Z] 209524e5b208: Pull complete [2020-10-21T23:25:57.819Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-21T23:25:57.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-21T23:25:57.819Z] ---> 5bddaf1c2fca [2020-10-21T23:25:57.819Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-21T23:25:57.819Z] latest: Pulling from library/docker [2020-10-21T23:25:57.819Z] b538f80385f9: Already exists [2020-10-21T23:25:57.819Z] 259a493cd78d: Pulling fs layer [2020-10-21T23:25:57.819Z] b8e66b5100f5: Pulling fs layer [2020-10-21T23:25:57.819Z] 203964748c9f: Pulling fs layer [2020-10-21T23:25:57.819Z] d6fc4445224b: Pulling fs layer [2020-10-21T23:25:57.819Z] 5ea39d09386c: Pulling fs layer [2020-10-21T23:25:57.819Z] 78a785fe32a7: Pulling fs layer [2020-10-21T23:25:57.819Z] d6fc4445224b: Waiting [2020-10-21T23:25:57.819Z] 78a785fe32a7: Waiting [2020-10-21T23:25:57.819Z] 5ea39d09386c: Waiting [2020-10-21T23:25:57.819Z] b8e66b5100f5: Verifying Checksum [2020-10-21T23:25:57.819Z] b8e66b5100f5: Download complete [2020-10-21T23:25:58.092Z] d6fc4445224b: Verifying Checksum [2020-10-21T23:25:58.092Z] d6fc4445224b: Download complete [2020-10-21T23:25:58.092Z] 5ea39d09386c: Verifying Checksum [2020-10-21T23:25:58.092Z] 5ea39d09386c: Download complete [2020-10-21T23:25:58.092Z] 259a493cd78d: Verifying Checksum [2020-10-21T23:25:58.092Z] 259a493cd78d: Download complete [2020-10-21T23:25:58.373Z] 78a785fe32a7: Verifying Checksum [2020-10-21T23:25:58.373Z] 78a785fe32a7: Download complete [2020-10-21T23:25:58.972Z] 259a493cd78d: Pull complete [2020-10-21T23:25:59.247Z] b8e66b5100f5: Pull complete [2020-10-21T23:25:59.247Z] 203964748c9f: Verifying Checksum [2020-10-21T23:25:59.247Z] 203964748c9f: Download complete [2020-10-21T23:26:02.651Z] 203964748c9f: Pull complete [2020-10-21T23:26:03.249Z] d6fc4445224b: Pull complete [2020-10-21T23:26:03.524Z] 5ea39d09386c: Pull complete [2020-10-21T23:26:03.815Z] 78a785fe32a7: Pull complete [2020-10-21T23:26:03.815Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-21T23:26:03.815Z] Status: Downloaded newer image for docker:latest [2020-10-21T23:26:10.543Z] ---> 503ac58f27b4 [2020-10-21T23:26:10.543Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-21T23:26:10.543Z] ---> Running in df6f0564b635 [2020-10-21T23:26:10.543Z] Removing intermediate container df6f0564b635 [2020-10-21T23:26:10.543Z] ---> 15138c5f5a21 [2020-10-21T23:26:10.543Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-21T23:26:10.543Z] ---> Running in aaddb1426777 [2020-10-21T23:26:11.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-21T23:26:12.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-21T23:26:14.001Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-21T23:26:14.001Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-21T23:26:14.274Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-21T23:26:14.274Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-21T23:26:14.274Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-21T23:26:14.554Z] Executing busybox-1.31.1-r16.trigger [2020-10-21T23:26:14.554Z] OK: 144 MiB in 44 packages [2020-10-21T23:26:16.001Z] Removing intermediate container aaddb1426777 [2020-10-21T23:26:16.001Z] ---> 76a86e95ecb8 [2020-10-21T23:26:16.001Z] Step 6/8 : WORKDIR /build [2020-10-21T23:26:16.001Z] ---> Running in 09962aa84611 [2020-10-21T23:26:16.597Z] Removing intermediate container 09962aa84611 [2020-10-21T23:26:16.597Z] ---> 8a07b64c707a [2020-10-21T23:26:16.597Z] Step 7/8 : COPY go.mod . [2020-10-21T23:26:17.197Z] ---> c438434cbc3e [2020-10-21T23:26:17.197Z] Step 8/8 : RUN go mod download [2020-10-21T23:26:17.474Z] ---> Running in f39c3a8cd952 [2020-10-21T23:26:44.332Z] Removing intermediate container f39c3a8cd952 [2020-10-21T23:26:44.332Z] ---> 88a5f010964b [2020-10-21T23:26:44.332Z] Successfully built 88a5f010964b [2020-10-21T23:26:44.332Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:26:44.747Z] + docker inspect -f . ci-base-image-arm64 [2020-10-21T23:26:44.747Z] . [Pipeline] withDockerContainer [2020-10-21T23:26:45.256Z] prd-ubuntu18.04-docker-arm64-4c-16g-7595 does not seem to be running inside a container [2020-10-21T23:26:45.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/137 -v /w/workspace/app-functions-sdk-go/137:/w/workspace/app-functions-sdk-go/137:rw,z -v /w/workspace/app-functions-sdk-go/137@tmp:/w/workspace/app-functions-sdk-go/137@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-21T23:26:47.179Z] $ docker top 0161d022db60ae8862ae8adc37cfd636c6633f8385de5d8b55605a661e0344a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T23:26:48.679Z] + go version [2020-10-21T23:26:48.679Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-21T23:26:48.702Z] $ docker stop --time=1 0161d022db60ae8862ae8adc37cfd636c6633f8385de5d8b55605a661e0344a8 [2020-10-21T23:26:50.584Z] $ docker rm -f 0161d022db60ae8862ae8adc37cfd636c6633f8385de5d8b55605a661e0344a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-21T23:26:53.819Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-21T23:26:53.821Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-21T23:26:53.881Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:26:54.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-21T23:26:54.243Z] [2020-10-21T23:26:54.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:26:54.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-21T23:26:54.594Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-21T23:26:54.594Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-21T23:26:54.594Z] 408f87550127: Pulling fs layer [2020-10-21T23:26:54.594Z] fe522b08c979: Pulling fs layer [2020-10-21T23:26:54.594Z] 221eaa008020: Pulling fs layer [2020-10-21T23:26:54.594Z] 2a4607e5d6b9: Pulling fs layer [2020-10-21T23:26:54.594Z] 8f79b27c4fd2: Pulling fs layer [2020-10-21T23:26:54.594Z] e5c8dbe1645b: Pulling fs layer [2020-10-21T23:26:54.594Z] 23e8b3b47431: Pulling fs layer [2020-10-21T23:26:54.594Z] 5c568d65a230: Pulling fs layer [2020-10-21T23:26:54.594Z] 8f79b27c4fd2: Waiting [2020-10-21T23:26:54.594Z] e5c8dbe1645b: Waiting [2020-10-21T23:26:54.594Z] 23e8b3b47431: Waiting [2020-10-21T23:26:54.594Z] 5c568d65a230: Waiting [2020-10-21T23:26:54.594Z] 221eaa008020: Waiting [2020-10-21T23:26:54.594Z] 2a4607e5d6b9: Waiting [2020-10-21T23:26:54.594Z] fe522b08c979: Verifying Checksum [2020-10-21T23:26:54.594Z] fe522b08c979: Download complete [2020-10-21T23:26:54.594Z] 408f87550127: Verifying Checksum [2020-10-21T23:26:54.594Z] 408f87550127: Download complete [2020-10-21T23:26:54.594Z] 2a4607e5d6b9: Download complete [2020-10-21T23:26:54.855Z] 8f79b27c4fd2: Verifying Checksum [2020-10-21T23:26:54.855Z] 8f79b27c4fd2: Download complete [2020-10-21T23:26:54.855Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-21T23:26:54.855Z] cbdbe7a5bc2a: Download complete [2020-10-21T23:26:55.117Z] cbdbe7a5bc2a: Pull complete [2020-10-21T23:26:55.378Z] 408f87550127: Pull complete [2020-10-21T23:26:55.378Z] fe522b08c979: Pull complete [2020-10-21T23:26:56.346Z] e5c8dbe1645b: Verifying Checksum [2020-10-21T23:26:56.346Z] e5c8dbe1645b: Download complete [2020-10-21T23:26:57.298Z] 5c568d65a230: Verifying Checksum [2020-10-21T23:26:57.298Z] 5c568d65a230: Download complete [2020-10-21T23:26:57.298Z] 23e8b3b47431: Verifying Checksum [2020-10-21T23:26:57.298Z] 23e8b3b47431: Download complete [2020-10-21T23:26:58.693Z] 221eaa008020: Verifying Checksum [2020-10-21T23:26:58.693Z] 221eaa008020: Download complete [2020-10-21T23:27:04.021Z] 221eaa008020: Pull complete [2020-10-21T23:27:04.021Z] 2a4607e5d6b9: Pull complete [2020-10-21T23:27:04.021Z] 8f79b27c4fd2: Pull complete [2020-10-21T23:27:06.586Z] e5c8dbe1645b: Pull complete [2020-10-21T23:27:09.915Z] 23e8b3b47431: Pull complete [2020-10-21T23:27:11.843Z] 5c568d65a230: Pull complete [2020-10-21T23:27:11.843Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-21T23:27:11.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-21T23:27:11.843Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-21T23:27:12.063Z] prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container [2020-10-21T23:27:12.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-21T23:27:13.145Z] $ docker top 69cd696462090217f1d8ea4f9df2e01cf357b5f4ee9a08e4736995569aa001c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T23:27:13.678Z] + snyk monitor '--org=edgex-jenkins' [2020-10-21T23:27:28.617Z] [2020-10-21T23:27:28.617Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-21T23:27:28.617Z] [2020-10-21T23:27:28.617Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/77895537-9e8d-4326-a10f-773852d67d30 [2020-10-21T23:27:28.617Z] [2020-10-21T23:27:28.617Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-21T23:27:28.617Z] [2020-10-21T23:27:28.617Z] [2020-10-21T23:27:28.617Z] Snyk CLI supports Node.js 8 and higher. [2020-10-21T23:27:28.617Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-21T23:27:28.617Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-21T23:27:28.617Z] [2020-10-21T23:27:28.617Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-21T23:27:28.617Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-21T23:27:28.617Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-21T23:27:28.617Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-21T23:27:28.638Z] $ docker stop --time=1 69cd696462090217f1d8ea4f9df2e01cf357b5f4ee9a08e4736995569aa001c9 [2020-10-21T23:27:32.037Z] $ docker rm -f 69cd696462090217f1d8ea4f9df2e01cf357b5f4ee9a08e4736995569aa001c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-21T23:27:33.627Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-21T23:27:33.689Z] provisioning config files... [2020-10-21T23:27:33.703Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6635609078802479106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:27:34.087Z] --> edgex-publish-swagger.sh [2020-10-21T23:27:34.087Z] === Publish openapi/v2 API === [2020-10-21T23:27:34.087Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-21T23:27:34.087Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-21T23:27:34.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-21T23:27:34.087Z] Dload Upload Total Spent Left Speed [2020-10-21T23:27:35.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11374 0:00:01 0:00:01 --:--:-- 11385 100 13025 0 0 100 13025 0 11371 0:00:01 0:00:01 --:--:-- 11385 [2020-10-21T23:27:35.041Z] [2020-10-21T23:27:35.041Z] [Pipeline] } [2020-10-21T23:27:35.053Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-21T23:27:35.899Z] + git log --format=format:%s -1 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:27:36.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T23:27:36.211Z] . [Pipeline] withDockerContainer [2020-10-21T23:27:36.316Z] prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container [2020-10-21T23:27:36.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-21T23:27:37.174Z] $ docker top 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T23:27:37.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T23:27:37.555Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T23:27:37.809Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T23:27:37.814Z] $ docker exec 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 ssh-agent [2020-10-21T23:27:37.986Z] SSH_AUTH_SOCK=/tmp/ssh-r5DvcYFgSsWi/agent.11 [2020-10-21T23:27:37.986Z] SSH_AGENT_PID=16 [2020-10-21T23:27:37.995Z] Running ssh-add (command line suppressed) [2020-10-21T23:27:38.129Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2999020950057899925.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2999020950057899925.key) [2020-10-21T23:27:38.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T23:27:38.527Z] + git semver tag [2020-10-21T23:27:38.527Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T23:27:38.527Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T23:27:38.527Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T23:27:38.527Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T23:27:38.527Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T23:27:38.527Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T23:27:38.527Z] # $SEMVER_BRANCH = master [2020-10-21T23:27:38.527Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-21T23:27:38.527Z] # 1d4da3cb6647d2aecc194ea8d5407e7bdef15fec HEAD [2020-10-21T23:27:38.527Z] # -> Force: false [2020-10-21T23:27:38.527Z] # 4e105c6ab9398986cf7bc64e02c1fb0c115eeb90 refs/tags/v1.2.1-dev.49 [Pipeline] } [2020-10-21T23:27:38.540Z] $ docker exec --env ******** --env ******** 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 ssh-agent -k [2020-10-21T23:27:38.662Z] unset SSH_AUTH_SOCK; [2020-10-21T23:27:38.663Z] unset SSH_AGENT_PID; [2020-10-21T23:27:38.663Z] echo Agent pid 16 killed; [2020-10-21T23:27:38.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T23:27:39.205Z] + git semver [Pipeline] } [2020-10-21T23:27:39.224Z] $ docker stop --time=1 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 [2020-10-21T23:27:40.612Z] $ docker rm -f 597e021519ab4f50f03a5ed4cf28c7389c79233044c75eb5d52449b860d4f000 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:27:41.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-21T23:27:41.407Z] [2020-10-21T23:27:41.407Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:27:41.765Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-21T23:27:41.765Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-21T23:27:41.765Z] ab5ef0e58194: Pulling fs layer [2020-10-21T23:27:41.765Z] 9712f1f96733: Pulling fs layer [2020-10-21T23:27:41.765Z] 63f879dbbcfc: Pulling fs layer [2020-10-21T23:27:41.765Z] 0d9ebad4ef96: Pulling fs layer [2020-10-21T23:27:41.765Z] e9a5061849ea: Pulling fs layer [2020-10-21T23:27:41.765Z] d747dcd14b5f: Pulling fs layer [2020-10-21T23:27:41.765Z] 2de7ff778b66: Pulling fs layer [2020-10-21T23:27:41.765Z] e9a5061849ea: Waiting [2020-10-21T23:27:41.765Z] d747dcd14b5f: Waiting [2020-10-21T23:27:41.765Z] 2de7ff778b66: Waiting [2020-10-21T23:27:41.765Z] 0d9ebad4ef96: Waiting [2020-10-21T23:27:41.765Z] 9712f1f96733: Download complete [2020-10-21T23:27:43.700Z] 63f879dbbcfc: Verifying Checksum [2020-10-21T23:27:43.700Z] 63f879dbbcfc: Download complete [2020-10-21T23:27:43.964Z] e9a5061849ea: Verifying Checksum [2020-10-21T23:27:43.964Z] e9a5061849ea: Download complete [2020-10-21T23:27:44.234Z] d747dcd14b5f: Verifying Checksum [2020-10-21T23:27:44.234Z] d747dcd14b5f: Download complete [2020-10-21T23:27:44.234Z] 0d9ebad4ef96: Verifying Checksum [2020-10-21T23:27:44.234Z] 0d9ebad4ef96: Download complete [2020-10-21T23:27:44.497Z] 2de7ff778b66: Verifying Checksum [2020-10-21T23:27:44.497Z] 2de7ff778b66: Download complete [2020-10-21T23:27:44.497Z] ab5ef0e58194: Verifying Checksum [2020-10-21T23:27:44.497Z] ab5ef0e58194: Download complete [2020-10-21T23:27:48.740Z] ab5ef0e58194: Pull complete [2020-10-21T23:27:48.740Z] 9712f1f96733: Pull complete [2020-10-21T23:27:51.297Z] 63f879dbbcfc: Pull complete [2020-10-21T23:27:58.076Z] 0d9ebad4ef96: Pull complete [2020-10-21T23:27:59.515Z] e9a5061849ea: Pull complete [2020-10-21T23:27:59.515Z] d747dcd14b5f: Pull complete [2020-10-21T23:28:02.104Z] 2de7ff778b66: Pull complete [2020-10-21T23:28:02.104Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-21T23:28:02.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-21T23:28:02.104Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-21T23:28:02.303Z] prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container [2020-10-21T23:28:02.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-21T23:28:06.272Z] $ docker top ebba76e88145b1f75b4ee2540fdf80ec55503a0d1402373c1b011d68fe99b72c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-21T23:28:06.500Z] provisioning config files... [2020-10-21T23:28:06.510Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9211222391840121416tmp [2020-10-21T23:28:06.526Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7376419912642906739tmp [2020-10-21T23:28:06.544Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1722984915553031231tmp [Pipeline] { [Pipeline] echo [2020-10-21T23:28:06.598Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:28:06.896Z] ---> sigul-configuration.sh [2020-10-21T23:28:06.896Z] gpg: directory `/root/.gnupg' created [2020-10-21T23:28:06.897Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-21T23:28:06.897Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-21T23:28:06.897Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-21T23:28:06.897Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-21T23:28:06.897Z] gpg: CAST5 encrypted data [2020-10-21T23:28:07.160Z] gpg: encrypted with 1 passphrase [2020-10-21T23:28:07.160Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-21T23:28:07.460Z] + mkdir /home/jenkins [2020-10-21T23:28:07.460Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-21T23:28:07.761Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-21T23:28:07.772Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:28:08.070Z] ---> sigul-install.sh [2020-10-21T23:28:14.681Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-21T23:28:14.992Z] + git tag --list [2020-10-21T23:28:14.992Z] v0.1.0 [2020-10-21T23:28:14.992Z] v0.1.1 [2020-10-21T23:28:14.992Z] v1.0.0 [2020-10-21T23:28:14.992Z] v1.1.0 [2020-10-21T23:28:14.992Z] v1.2.0 [2020-10-21T23:28:14.992Z] v1.2.1-dev.1 [2020-10-21T23:28:14.992Z] v1.2.1-dev.10 [2020-10-21T23:28:14.992Z] v1.2.1-dev.11 [2020-10-21T23:28:14.992Z] v1.2.1-dev.12 [2020-10-21T23:28:14.992Z] v1.2.1-dev.13 [2020-10-21T23:28:14.992Z] v1.2.1-dev.14 [2020-10-21T23:28:14.992Z] v1.2.1-dev.15 [2020-10-21T23:28:14.992Z] v1.2.1-dev.16 [2020-10-21T23:28:14.992Z] v1.2.1-dev.17 [2020-10-21T23:28:14.992Z] v1.2.1-dev.18 [2020-10-21T23:28:14.992Z] v1.2.1-dev.19 [2020-10-21T23:28:14.992Z] v1.2.1-dev.2 [2020-10-21T23:28:14.992Z] v1.2.1-dev.20 [2020-10-21T23:28:14.992Z] v1.2.1-dev.21 [2020-10-21T23:28:14.992Z] v1.2.1-dev.22 [2020-10-21T23:28:14.992Z] v1.2.1-dev.23 [2020-10-21T23:28:14.992Z] v1.2.1-dev.24 [2020-10-21T23:28:14.992Z] v1.2.1-dev.25 [2020-10-21T23:28:14.992Z] v1.2.1-dev.26 [2020-10-21T23:28:14.992Z] v1.2.1-dev.27 [2020-10-21T23:28:14.992Z] v1.2.1-dev.28 [2020-10-21T23:28:14.992Z] v1.2.1-dev.29 [2020-10-21T23:28:14.992Z] v1.2.1-dev.3 [2020-10-21T23:28:14.992Z] v1.2.1-dev.30 [2020-10-21T23:28:14.992Z] v1.2.1-dev.31 [2020-10-21T23:28:14.992Z] v1.2.1-dev.32 [2020-10-21T23:28:14.992Z] v1.2.1-dev.33 [2020-10-21T23:28:14.992Z] v1.2.1-dev.34 [2020-10-21T23:28:14.992Z] v1.2.1-dev.35 [2020-10-21T23:28:14.992Z] v1.2.1-dev.36 [2020-10-21T23:28:14.992Z] v1.2.1-dev.37 [2020-10-21T23:28:14.992Z] v1.2.1-dev.38 [2020-10-21T23:28:14.992Z] v1.2.1-dev.39 [2020-10-21T23:28:14.992Z] v1.2.1-dev.4 [2020-10-21T23:28:14.992Z] v1.2.1-dev.40 [2020-10-21T23:28:14.992Z] v1.2.1-dev.41 [2020-10-21T23:28:14.992Z] v1.2.1-dev.42 [2020-10-21T23:28:14.992Z] v1.2.1-dev.43 [2020-10-21T23:28:14.992Z] v1.2.1-dev.44 [2020-10-21T23:28:14.992Z] v1.2.1-dev.45 [2020-10-21T23:28:14.992Z] v1.2.1-dev.46 [2020-10-21T23:28:14.992Z] v1.2.1-dev.47 [2020-10-21T23:28:14.992Z] v1.2.1-dev.48 [2020-10-21T23:28:14.992Z] v1.2.1-dev.49 [2020-10-21T23:28:14.992Z] v1.2.1-dev.5 [2020-10-21T23:28:14.992Z] v1.2.1-dev.6 [2020-10-21T23:28:14.992Z] v1.2.1-dev.7 [2020-10-21T23:28:14.992Z] v1.2.1-dev.8 [2020-10-21T23:28:14.992Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-21T23:28:15.303Z] + lftools sign git-tag v1.2.1-dev.49 [2020-10-21T23:28:16.699Z] Signing Git tag with Sigul... [2020-10-21T23:28:16.699Z] Signing v1.2.1-dev.49 [Pipeline] echo [2020-10-21T23:28:17.658Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:28:17.958Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-21T23:28:17.968Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-21T23:28:18.112Z] $ docker stop --time=1 ebba76e88145b1f75b4ee2540fdf80ec55503a0d1402373c1b011d68fe99b72c [2020-10-21T23:28:20.193Z] $ docker rm -f ebba76e88145b1f75b4ee2540fdf80ec55503a0d1402373c1b011d68fe99b72c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:28:21.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T23:28:21.617Z] . [Pipeline] withDockerContainer [2020-10-21T23:28:21.717Z] prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container [2020-10-21T23:28:21.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-21T23:28:22.439Z] $ docker top 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T23:28:22.735Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T23:28:22.735Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T23:28:22.920Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T23:28:22.924Z] $ docker exec 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b ssh-agent [2020-10-21T23:28:23.119Z] SSH_AUTH_SOCK=/tmp/ssh-JT4okAv9S9yJ/agent.11 [2020-10-21T23:28:23.119Z] SSH_AGENT_PID=16 [2020-10-21T23:28:23.127Z] Running ssh-add (command line suppressed) [2020-10-21T23:28:23.251Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1905298168398203016.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1905298168398203016.key) [2020-10-21T23:28:23.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T23:28:23.654Z] + git semver bump pre [2020-10-21T23:28:23.654Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T23:28:23.654Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T23:28:23.654Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T23:28:23.654Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T23:28:23.654Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T23:28:23.654Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T23:28:23.654Z] # $SEMVER_BRANCH = master [2020-10-21T23:28:23.654Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-21T23:28:23.654Z] 1.2.1-dev.50 [Pipeline] } [2020-10-21T23:28:23.667Z] $ docker exec --env ******** --env ******** 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b ssh-agent -k [2020-10-21T23:28:23.784Z] unset SSH_AUTH_SOCK; [2020-10-21T23:28:23.784Z] unset SSH_AGENT_PID; [2020-10-21T23:28:23.784Z] echo Agent pid 16 killed; [2020-10-21T23:28:23.832Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T23:28:24.318Z] + git semver [Pipeline] } [2020-10-21T23:28:24.337Z] $ docker stop --time=1 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b [2020-10-21T23:28:25.671Z] $ docker rm -f 88764f378fb662fa7b783b962a875a8456afeeeb22c67808d8b1e268a7eec07b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:28:26.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T23:28:26.219Z] . [Pipeline] withDockerContainer [2020-10-21T23:28:26.313Z] prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container [2020-10-21T23:28:26.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-21T23:28:26.998Z] $ docker top c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T23:28:27.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T23:28:27.307Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T23:28:27.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T23:28:27.495Z] $ docker exec c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 ssh-agent [2020-10-21T23:28:27.676Z] SSH_AUTH_SOCK=/tmp/ssh-bjQSKNBhSpMI/agent.12 [2020-10-21T23:28:27.676Z] SSH_AGENT_PID=18 [2020-10-21T23:28:27.684Z] Running ssh-add (command line suppressed) [2020-10-21T23:28:27.814Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7379753395828543051.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7379753395828543051.key) [2020-10-21T23:28:27.871Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T23:28:28.213Z] + git semver push [2020-10-21T23:28:28.213Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T23:28:28.213Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T23:28:28.213Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T23:28:28.213Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T23:28:28.213Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T23:28:28.213Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T23:28:28.213Z] # $SEMVER_BRANCH = master [2020-10-21T23:28:28.213Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-21T23:28:34.826Z] $ docker exec --env ******** --env ******** c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 ssh-agent -k [2020-10-21T23:28:34.958Z] unset SSH_AUTH_SOCK; [2020-10-21T23:28:34.958Z] unset SSH_AGENT_PID; [2020-10-21T23:28:34.959Z] echo Agent pid 18 killed; [2020-10-21T23:28:35.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T23:28:35.511Z] + git semver [Pipeline] } [2020-10-21T23:28:35.528Z] $ docker stop --time=1 c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 [2020-10-21T23:28:36.860Z] $ docker rm -f c1a91f408f0daaa4dd069bec99b9298cded0efa66f38d053ef7ed829f995ca34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:28:38.404Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:28:38.980Z] ---> package-listing.sh [2020-10-21T23:28:38.980Z] ++ facter osfamily [2020-10-21T23:28:38.980Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-21T23:28:38.980Z] + OS_FAMILY=redhat [2020-10-21T23:28:38.980Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T23:28:38.980Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-21T23:28:38.980Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-21T23:28:38.980Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-21T23:28:38.980Z] + PACKAGES=/tmp/packages_start.txt [2020-10-21T23:28:38.980Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-21T23:28:38.980Z] + PACKAGES=/tmp/packages_end.txt [2020-10-21T23:28:38.980Z] + case "${OS_FAMILY}" in [2020-10-21T23:28:38.980Z] + rpm -qa [2020-10-21T23:28:38.980Z] + sort [2020-10-21T23:28:43.201Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-21T23:28:43.201Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-21T23:28:43.201Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-21T23:28:43.201Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-21T23:28:43.201Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-21T23:28:43.201Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2020-10-21T23:28:43.214Z] 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/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-21T23:28:43.507Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:28:43.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T23:28:43.872Z] [2020-10-21T23:28:43.872Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-21T23:28:44.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T23:28:44.291Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-21T23:28:44.291Z] df20fa9351a1: Pulling fs layer [2020-10-21T23:28:44.291Z] 36b3adc4ff6f: Pulling fs layer [2020-10-21T23:28:44.291Z] 8ad3a11d3b57: Pulling fs layer [2020-10-21T23:28:44.291Z] 46f8f816bc3b: Pulling fs layer [2020-10-21T23:28:44.291Z] 93b61091891f: Pulling fs layer [2020-10-21T23:28:44.291Z] 93b9cdb0e59b: Pulling fs layer [2020-10-21T23:28:44.291Z] 5e14af77c1be: Pulling fs layer [2020-10-21T23:28:44.291Z] 01666e4c0597: Pulling fs layer [2020-10-21T23:28:44.291Z] aa168da1d23b: Pulling fs layer [2020-10-21T23:28:44.291Z] 93b9cdb0e59b: Waiting [2020-10-21T23:28:44.291Z] 5e14af77c1be: Waiting [2020-10-21T23:28:44.291Z] 01666e4c0597: Waiting [2020-10-21T23:28:44.291Z] aa168da1d23b: Waiting [2020-10-21T23:28:44.291Z] 46f8f816bc3b: Waiting [2020-10-21T23:28:44.291Z] 93b61091891f: Waiting [2020-10-21T23:28:44.291Z] 36b3adc4ff6f: Verifying Checksum [2020-10-21T23:28:44.291Z] 36b3adc4ff6f: Download complete [2020-10-21T23:28:44.291Z] 46f8f816bc3b: Verifying Checksum [2020-10-21T23:28:44.291Z] 46f8f816bc3b: Download complete [2020-10-21T23:28:44.554Z] df20fa9351a1: Verifying Checksum [2020-10-21T23:28:44.554Z] df20fa9351a1: Download complete [2020-10-21T23:28:44.554Z] 93b9cdb0e59b: Verifying Checksum [2020-10-21T23:28:44.554Z] 93b9cdb0e59b: Download complete [2020-10-21T23:28:44.554Z] 5e14af77c1be: Verifying Checksum [2020-10-21T23:28:44.554Z] 5e14af77c1be: Download complete [2020-10-21T23:28:44.554Z] 01666e4c0597: Verifying Checksum [2020-10-21T23:28:44.554Z] 01666e4c0597: Download complete [2020-10-21T23:28:44.554Z] 93b61091891f: Verifying Checksum [2020-10-21T23:28:44.554Z] 93b61091891f: Download complete [2020-10-21T23:28:44.816Z] df20fa9351a1: Pull complete [2020-10-21T23:28:45.079Z] 36b3adc4ff6f: Pull complete [2020-10-21T23:28:45.079Z] 8ad3a11d3b57: Verifying Checksum [2020-10-21T23:28:45.079Z] 8ad3a11d3b57: Download complete [2020-10-21T23:28:46.050Z] 8ad3a11d3b57: Pull complete [2020-10-21T23:28:46.050Z] 46f8f816bc3b: Pull complete [2020-10-21T23:28:46.313Z] 93b61091891f: Pull complete [2020-10-21T23:28:46.578Z] 93b9cdb0e59b: Pull complete [2020-10-21T23:28:46.841Z] 5e14af77c1be: Pull complete [2020-10-21T23:28:46.841Z] aa168da1d23b: Verifying Checksum [2020-10-21T23:28:46.841Z] aa168da1d23b: Download complete [2020-10-21T23:28:47.104Z] 01666e4c0597: Pull complete [2020-10-21T23:28:53.742Z] aa168da1d23b: Pull complete [2020-10-21T23:28:53.742Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-21T23:28:53.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T23:28:53.742Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-21T23:28:53.869Z] prd-centos7-docker-4c-2g-7593 does not seem to be running inside a container [2020-10-21T23:28:53.917Z] $ 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/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-21T23:28:57.178Z] $ docker top 253c19e0193cb29ba547dc89b074e080b9e44e58a7c9e152c30915fea40b89bc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T23:28:57.708Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-21T23:28:58.004Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-21T23:28:58.299Z] + ls /var/log/sa-host [2020-10-21T23:28:58.299Z] + sadf -c /var/log/sa-host/sa05 [2020-10-21T23:28:58.299Z] file_magic: OK [2020-10-21T23:28:58.299Z] HZ: Using current value: 100 [2020-10-21T23:28:58.299Z] file_header: OK [2020-10-21T23:28:58.299Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-21T23:28:58.299Z] Statistics: [2020-10-21T23:28:58.299Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-21T23:28:58.299Z] File successfully converted to sysstat format version 12.2.1 [2020-10-21T23:28:58.299Z] + sadf -c /var/log/sa-host/sa21 [2020-10-21T23:28:58.299Z] file_magic: OK [2020-10-21T23:28:58.299Z] HZ: Using current value: 100 [2020-10-21T23:28:58.299Z] file_header: OK [2020-10-21T23:28:58.299Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-21T23:28:58.299Z] Statistics: [2020-10-21T23:28:58.299Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-21T23:28:58.299Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-21T23:28:58.926Z] provisioning config files... [2020-10-21T23:28:58.941Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1951732428596257657tmp [Pipeline] { [Pipeline] echo [2020-10-21T23:28:59.029Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:28:59.335Z] ---> create-netrc.sh [Pipeline] } [2020-10-21T23:28:59.345Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-21T23:28:59.444Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:28:59.743Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-21T23:28:59.755Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:29:00.054Z] ---> sudo-logs.sh [2020-10-21T23:29:00.054Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-21T23:29:00.066Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:29:00.366Z] ---> job-cost.sh [2020-10-21T23:29:00.366Z] lf-activate-venv: SKIPPING [2020-10-21T23:29:00.366Z] INFO: No Stack... [2020-10-21T23:29:01.311Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-21T23:29:01.886Z] INFO: Archiving Costs [Pipeline] echo [2020-10-21T23:29:01.901Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T23:29:02.211Z] ---> logs-deploy.sh [2020-10-21T23:29:02.212Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/137 [2020-10-21T23:29:02.212Z] INFO: archiving workspace using pattern(s): [2020-10-21T23:29:04.148Z] Archives upload complete. [2020-10-21T23:29:04.148Z] INFO: archiving logs to Nexus [2020-10-21T23:29:05.106Z] ---> uname -a: [2020-10-21T23:29:05.106Z] Linux prd-centos7-docker-4c-2g-7593.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-21T23:29:05.106Z] [2020-10-21T23:29:05.106Z] [2020-10-21T23:29:05.106Z] ---> lscpu: [2020-10-21T23:29:05.106Z] Architecture: x86_64 [2020-10-21T23:29:05.106Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-21T23:29:05.106Z] Byte Order: Little Endian [2020-10-21T23:29:05.106Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-21T23:29:05.106Z] CPU(s): 4 [2020-10-21T23:29:05.106Z] On-line CPU(s) list: 0-3 [2020-10-21T23:29:05.106Z] Thread(s) per core: 1 [2020-10-21T23:29:05.106Z] Core(s) per socket: 1 [2020-10-21T23:29:05.106Z] Socket(s): 4 [2020-10-21T23:29:05.106Z] NUMA node(s): 1 [2020-10-21T23:29:05.106Z] Vendor ID: GenuineIntel [2020-10-21T23:29:05.106Z] CPU family: 6 [2020-10-21T23:29:05.106Z] Model: 44 [2020-10-21T23:29:05.106Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-21T23:29:05.106Z] Stepping: 1 [2020-10-21T23:29:05.106Z] CPU MHz: 2933.438 [2020-10-21T23:29:05.106Z] BogoMIPS: 5866.87 [2020-10-21T23:29:05.106Z] Virtualization: VT-x [2020-10-21T23:29:05.106Z] Hypervisor vendor: KVM [2020-10-21T23:29:05.106Z] Virtualization type: full [2020-10-21T23:29:05.106Z] L1d cache: 128 KiB [2020-10-21T23:29:05.106Z] L1i cache: 128 KiB [2020-10-21T23:29:05.106Z] L2 cache: 16 MiB [2020-10-21T23:29:05.106Z] L3 cache: 64 MiB [2020-10-21T23:29:05.106Z] NUMA node0 CPU(s): 0-3 [2020-10-21T23:29:05.106Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-21T23:29:05.106Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-21T23:29:05.106Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-21T23:29:05.106Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-21T23:29:05.106Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-21T23:29:05.106Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-21T23:29:05.106Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-21T23:29:05.106Z] Vulnerability Tsx async abort: Not affected [2020-10-21T23:29:05.106Z] 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 [2020-10-21T23:29:05.106Z] [2020-10-21T23:29:05.106Z] [2020-10-21T23:29:05.106Z] ---> nproc: [2020-10-21T23:29:05.106Z] 4 [2020-10-21T23:29:05.106Z] [2020-10-21T23:29:05.106Z] [2020-10-21T23:29:05.106Z] ---> df -h: [2020-10-21T23:29:05.106Z] Filesystem Size Used Available Use% Mounted on [2020-10-21T23:29:05.106Z] overlay 50.0G 8.5G 41.5G 17% / [2020-10-21T23:29:05.106Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-21T23:29:05.106Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-21T23:29:05.106Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-21T23:29:05.106Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-10-21T23:29:05.107Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] ---> free -m: [2020-10-21T23:29:05.107Z] total used free shared buff/cache available [2020-10-21T23:29:05.107Z] Mem: 1837 792 156 0 888 984 [2020-10-21T23:29:05.107Z] Swap: 1023 3 1020 [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] ---> ip addr: [2020-10-21T23:29:05.107Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-21T23:29:05.107Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-21T23:29:05.107Z] inet 127.0.0.1/8 scope host lo [2020-10-21T23:29:05.107Z] valid_lft forever preferred_lft forever [2020-10-21T23:29:05.107Z] inet6 ::1/128 scope host [2020-10-21T23:29:05.107Z] valid_lft forever preferred_lft forever [2020-10-21T23:29:05.107Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-21T23:29:05.107Z] link/ether fa:16:3e:fb:64:d1 brd ff:ff:ff:ff:ff:ff [2020-10-21T23:29:05.107Z] inet 10.30.123.253/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-21T23:29:05.107Z] valid_lft 85790sec preferred_lft 85790sec [2020-10-21T23:29:05.107Z] inet6 fe80::f816:3eff:fefb:64d1/64 scope link [2020-10-21T23:29:05.107Z] valid_lft forever preferred_lft forever [2020-10-21T23:29:05.107Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-21T23:29:05.107Z] link/ether 02:42:6b:c9:a7:1e brd ff:ff:ff:ff:ff:ff [2020-10-21T23:29:05.107Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-21T23:29:05.107Z] valid_lft forever preferred_lft forever [2020-10-21T23:29:05.107Z] inet6 fe80::42:6bff:fec9:a71e/64 scope link [2020-10-21T23:29:05.107Z] valid_lft forever preferred_lft forever [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] ---> sar -b -r -n DEV: [2020-10-21T23:29:05.107Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] 23:18:39 LINUX RESTART (4 CPU) [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] 23:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-21T23:29:05.107Z] 23:20:01 162.66 68.29 94.37 0.00 8753.69 42092.34 0.00 [2020-10-21T23:29:05.107Z] 23:21:01 2.56 0.00 2.56 0.00 0.00 58.17 0.00 [2020-10-21T23:29:05.107Z] 23:22:01 0.35 0.00 0.35 0.00 0.00 5.01 0.00 [2020-10-21T23:29:05.107Z] 23:23:01 0.32 0.00 0.32 0.00 0.00 3.28 0.00 [2020-10-21T23:29:05.107Z] 23:24:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 [2020-10-21T23:29:05.107Z] 23:25:01 0.37 0.00 0.37 0.00 0.00 5.38 0.00 [2020-10-21T23:29:05.107Z] 23:26:01 0.55 0.02 0.53 0.00 0.13 7.16 0.00 [2020-10-21T23:29:05.107Z] 23:27:01 24.48 2.13 22.34 0.00 273.06 15138.26 0.00 [2020-10-21T23:29:05.107Z] 23:28:01 365.61 176.23 189.38 0.00 9053.40 46507.01 0.00 [2020-10-21T23:29:05.107Z] Average: 61.92 27.42 34.51 0.00 2009.60 11539.01 0.00 [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] 23:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-21T23:29:05.107Z] 23:20:01 247628 0 580320 30.84 2620 1050988 1124560 38.38 406928 1069096 132 [2020-10-21T23:29:05.107Z] 23:21:01 254840 0 573016 30.45 2620 1051080 1087908 37.13 403576 1066312 12 [2020-10-21T23:29:05.107Z] 23:22:01 254164 0 573688 30.49 2620 1051084 1080712 36.88 407120 1063812 8 [2020-10-21T23:29:05.107Z] 23:23:01 254080 0 573772 30.49 2620 1051084 1080712 36.88 406976 1063812 8 [2020-10-21T23:29:05.107Z] 23:24:01 252084 0 575760 30.60 2620 1051092 1080832 36.89 421996 1051196 20 [2020-10-21T23:29:05.107Z] 23:25:01 249300 0 578540 30.75 2620 1051096 1080820 36.89 429992 1046056 8 [2020-10-21T23:29:05.107Z] 23:26:01 248916 0 578912 30.77 2620 1051108 1080856 36.89 430308 1046056 8 [2020-10-21T23:29:05.107Z] 23:27:01 74244 0 665112 35.35 2620 1139580 1505820 51.39 596484 1038496 68988 [2020-10-21T23:29:05.107Z] 23:28:01 128288 0 754908 40.12 2088 996272 1299012 44.33 568684 907132 70608 [2020-10-21T23:29:05.107Z] Average: 218172 0 606003 32.21 2561 1054820 1157915 39.52 452452 1039108 15532 [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] 23:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-21T23:29:05.107Z] 23:20:01 eth0 605.49 470.87 1647.49 103.92 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:20:01 docker0 127.85 94.19 10.03 304.95 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:21:01 eth0 3.48 1.85 3.01 0.13 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:23:01 eth0 1.02 0.08 0.08 0.01 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:24:01 eth0 1.03 0.32 0.32 0.20 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:25:01 eth0 1.85 0.45 0.54 0.27 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:26:01 eth0 0.92 0.62 0.53 0.40 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:27:01 eth0 379.54 338.69 3774.96 25.02 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:28:01 eth0 480.23 426.30 3638.91 99.81 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] 23:28:01 docker0 58.02 59.70 4.73 411.20 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] Average: eth0 163.78 137.73 1007.57 25.54 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] Average: docker0 20.66 17.10 1.64 79.60 0.00 0.00 0.00 0.00 [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] ---> sar -P ALL: [2020-10-21T23:29:05.107Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] 23:18:39 LINUX RESTART (4 CPU) [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] 23:19:01 CPU %user %nice %system %iowait %steal %idle [2020-10-21T23:29:05.107Z] 23:20:01 all 17.30 0.00 9.60 7.03 0.06 66.01 [2020-10-21T23:29:05.107Z] 23:20:01 0 15.79 0.00 9.67 7.24 0.07 67.23 [2020-10-21T23:29:05.107Z] 23:20:01 1 17.98 0.00 8.63 6.60 0.07 66.72 [2020-10-21T23:29:05.107Z] 23:20:01 2 18.51 0.00 9.66 6.16 0.05 65.62 [2020-10-21T23:29:05.107Z] 23:20:01 3 16.92 0.00 10.45 8.13 0.05 64.45 [2020-10-21T23:29:05.107Z] 23:21:01 all 0.21 0.00 0.06 0.00 0.00 99.73 [2020-10-21T23:29:05.107Z] 23:21:01 0 0.07 0.00 0.08 0.00 0.00 99.85 [2020-10-21T23:29:05.107Z] 23:21:01 1 0.12 0.00 0.07 0.00 0.00 99.82 [2020-10-21T23:29:05.107Z] 23:21:01 2 0.60 0.00 0.02 0.00 0.00 99.38 [2020-10-21T23:29:05.107Z] 23:21:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-21T23:29:05.107Z] 23:22:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2020-10-21T23:29:05.107Z] 23:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-21T23:29:05.107Z] 23:22:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-21T23:29:05.107Z] 23:22:01 2 0.47 0.00 0.03 0.00 0.00 99.50 [2020-10-21T23:29:05.107Z] 23:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-21T23:29:05.107Z] 23:23:01 all 0.13 0.00 0.03 0.00 0.00 99.83 [2020-10-21T23:29:05.107Z] 23:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-21T23:29:05.107Z] 23:23:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-21T23:29:05.107Z] 23:23:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2020-10-21T23:29:05.107Z] 23:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-21T23:29:05.107Z] 23:24:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-10-21T23:29:05.107Z] 23:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-21T23:29:05.107Z] 23:24:01 1 0.12 0.00 0.10 0.00 0.02 99.77 [2020-10-21T23:29:05.107Z] 23:24:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2020-10-21T23:29:05.107Z] 23:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-21T23:29:05.107Z] 23:25:01 all 0.16 0.00 0.08 0.00 0.00 99.75 [2020-10-21T23:29:05.107Z] 23:25:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2020-10-21T23:29:05.107Z] 23:25:01 1 0.48 0.00 0.22 0.00 0.00 99.30 [2020-10-21T23:29:05.107Z] 23:25:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2020-10-21T23:29:05.107Z] 23:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-21T23:29:05.107Z] 23:26:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-21T23:29:05.107Z] 23:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-21T23:29:05.107Z] 23:26:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-21T23:29:05.107Z] 23:26:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2020-10-21T23:29:05.107Z] 23:26:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-10-21T23:29:05.107Z] 23:27:01 all 3.29 0.00 2.03 0.05 0.02 94.62 [2020-10-21T23:29:05.107Z] 23:27:01 0 3.25 0.00 2.36 0.03 0.02 94.34 [2020-10-21T23:29:05.107Z] 23:27:01 1 3.18 0.00 1.99 0.13 0.02 94.67 [2020-10-21T23:29:05.107Z] 23:27:01 2 3.65 0.00 1.91 0.00 0.02 94.42 [2020-10-21T23:29:05.107Z] 23:27:01 3 3.05 0.00 1.85 0.02 0.03 95.05 [2020-10-21T23:29:05.107Z] 23:28:01 all 13.96 0.00 10.18 4.20 0.06 71.60 [2020-10-21T23:29:05.107Z] 23:28:01 0 12.90 0.00 10.39 4.15 0.09 72.48 [2020-10-21T23:29:05.107Z] 23:28:01 1 13.59 0.00 10.98 3.76 0.05 71.61 [2020-10-21T23:29:05.107Z] 23:28:01 2 13.90 0.00 10.12 4.26 0.07 71.65 [2020-10-21T23:29:05.107Z] 23:28:01 3 15.44 0.00 9.21 4.62 0.05 70.68 [2020-10-21T23:29:05.107Z] Average: all 3.89 0.00 2.42 1.23 0.02 92.44 [2020-10-21T23:29:05.107Z] Average: 0 3.52 0.00 2.48 1.25 0.02 92.74 [2020-10-21T23:29:05.107Z] Average: 1 3.90 0.00 2.43 1.15 0.02 92.50 [2020-10-21T23:29:05.107Z] Average: 2 4.25 0.00 2.40 1.14 0.01 92.19 [2020-10-21T23:29:05.107Z] Average: 3 3.89 0.00 2.37 1.39 0.02 92.32 [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z] [2020-10-21T23:29:05.107Z]