Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd3e27ff7598c67d92b9788f6f8fff41460255d0 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5600 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 Checking out Revision fd3e27ff7598c67d92b9788f6f8fff41460255d0 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 Commit message: "build: Use latest go-mod-core-contracts and fix build errors due to name change (#543)" > git rev-list --no-walk c8e7ff089f1a2c07127fbe8e5bfcbe3f04fcc01e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T15:01:59.814Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T15:02:00.137Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T15:02:00.369Z] ========================================================= [2020-10-15T15:02:00.369Z] EdgeX Global Pipelines Version Info [2020-10-15T15:02:00.369Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:02:02.312Z] ------------------- [2020-10-15T15:02:02.313Z] stable info: [2020-10-15T15:02:02.313Z] ------------------- [2020-10-15T15:02:02.313Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T15:02:02.313Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T15:02:02.313Z] Message: update stable to v1.0.142 [2020-10-15T15:02:02.887Z] ------------------- [2020-10-15T15:02:02.887Z] experimental info: [2020-10-15T15:02:02.887Z] ------------------- [2020-10-15T15:02:02.887Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T15:02:02.887Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T15:02:02.887Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-15T15:02:03.239Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-15T15:02:03.333Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-15T15:02:03.423Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T15:02:03.521Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T15:02:03.639Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T15:02:03.743Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T15:02:03.855Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T15:02:03.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T15:02:04.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-15T15:02:04.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T15:02:04.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T15:02:04.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-15T15:02:04.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T15:02:04.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T15:02:04.588Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:02:04.800Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:02:04.887Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:02:04.980Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:02:05.064Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T15:02:05.152Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-15T15:02:05.243Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T15:02:05.334Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-15T15:02:05.443Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-15T15:02:05.532Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-15T15:02:05.613Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-15T15:02:05.793Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-15T15:02:05.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-15T15:02:06.013Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-15T15:02:06.095Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd3e27ff7598c67d92b9788f6f8fff41460255d0 [Pipeline] echo [2020-10-15T15:02:06.179Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd3e27f [Pipeline] echo [2020-10-15T15:02:06.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-15T15:02:06.868Z] + git log --format=format:%s -1 fd3e27ff7598c67d92b9788f6f8fff41460255d0 [Pipeline] echo [2020-10-15T15:02:06.934Z] GIT_COMMIT: fd3e27ff7598c67d92b9788f6f8fff41460255d0, Commit Message: build: Use latest go-mod-core-contracts and fix build errors due to name change (#543) [Pipeline] echo [2020-10-15T15:02:06.980Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:02:07.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:02:07.923Z] [2020-10-15T15:02:07.923Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:02:08.274Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:02:08.274Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T15:02:08.274Z] 31603596830f: Pulling fs layer [2020-10-15T15:02:08.274Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T15:02:08.274Z] 6ca5941a6612: Pulling fs layer [2020-10-15T15:02:08.274Z] ecc8261a40a4: Pulling fs layer [2020-10-15T15:02:08.274Z] ecc8261a40a4: Waiting [2020-10-15T15:02:08.274Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T15:02:08.274Z] 2a8b12db71e7: Download complete [2020-10-15T15:02:08.539Z] 31603596830f: Download complete [2020-10-15T15:02:08.539Z] 6ca5941a6612: Verifying Checksum [2020-10-15T15:02:08.539Z] 6ca5941a6612: Download complete [2020-10-15T15:02:08.805Z] 31603596830f: Pull complete [2020-10-15T15:02:08.805Z] ecc8261a40a4: Verifying Checksum [2020-10-15T15:02:08.805Z] ecc8261a40a4: Download complete [2020-10-15T15:02:08.805Z] 2a8b12db71e7: Pull complete [2020-10-15T15:02:09.754Z] 6ca5941a6612: Pull complete [2020-10-15T15:02:10.015Z] ecc8261a40a4: Pull complete [2020-10-15T15:02:10.015Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T15:02:10.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:02:10.015Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T15:02:10.137Z] prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container [2020-10-15T15:02:10.189Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T15:02:12.462Z] $ docker top 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T15:02:12.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:02:12.770Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:02:12.972Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:02:12.976Z] $ docker exec 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent [2020-10-15T15:02:13.132Z] SSH_AUTH_SOCK=/tmp/ssh-b1Y6IHHEjBdj/agent.11 [2020-10-15T15:02:13.132Z] SSH_AGENT_PID=16 [2020-10-15T15:02:13.145Z] Running ssh-add (command line suppressed) [2020-10-15T15:02:13.261Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3164720316420728586.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3164720316420728586.key) [2020-10-15T15:02:13.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:02:13.652Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T15:02:13.682Z] $ docker exec --env ******** --env ******** 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent -k [2020-10-15T15:02:13.790Z] unset SSH_AUTH_SOCK; [2020-10-15T15:02:13.790Z] unset SSH_AGENT_PID; [2020-10-15T15:02:13.790Z] echo Agent pid 16 killed; [2020-10-15T15:02:13.835Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T15:02:14.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:02:14.003Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:02:14.223Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:02:14.234Z] $ docker exec 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent [2020-10-15T15:02:14.405Z] SSH_AUTH_SOCK=/tmp/ssh-DUjUEZhRKrPg/agent.44 [2020-10-15T15:02:14.405Z] SSH_AGENT_PID=50 [2020-10-15T15:02:14.412Z] Running ssh-add (command line suppressed) [2020-10-15T15:02:14.534Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3368673173710955119.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3368673173710955119.key) [2020-10-15T15:02:14.582Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:02:14.914Z] + git semver init [2020-10-15T15:02:14.914Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T15:02:14.914Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-15T15:02:14.914Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-15T15:02:14.914Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T15:02:14.914Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T15:02:14.914Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T15:02:14.914Z] # $SEMVER_BRANCH = master [2020-10-15T15:02:14.914Z] # $SEMVER_TEMP = /tmp/semver-606390193 [2020-10-15T15:02:14.914Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-15T15:02:17.473Z] # '/tmp/semver-606390193' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-15T15:02:17.473Z] # -> Force: false [2020-10-15T15:02:17.473Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-15T15:02:17.487Z] $ docker exec --env ******** --env ******** 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent -k [2020-10-15T15:02:17.600Z] unset SSH_AUTH_SOCK; [2020-10-15T15:02:17.601Z] unset SSH_AGENT_PID; [2020-10-15T15:02:17.601Z] echo Agent pid 50 killed; [2020-10-15T15:02:17.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T15:02:18.137Z] + git semver [Pipeline] } [2020-10-15T15:02:18.154Z] $ docker stop --time=1 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 [2020-10-15T15:02:19.661Z] $ docker rm -f 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T15:02:20.453Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T15:02:20.455Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.41 [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-15T15:02:36.141Z] Still waiting to schedule task [2020-10-15T15:02:36.141Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-15T15:02:36.144Z] Still waiting to schedule task [2020-10-15T15:02:36.144Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-15T15:04:27.176Z] Running on prd-centos7-docker-4c-2g-5605 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-15T15:04:27.275Z] Running in /w/workspace/app-functions-sdk-go/129 [Pipeline] { [Pipeline] checkout [2020-10-15T15:04:35.264Z] using credential edgex-jenkins-ssh [2020-10-15T15:04:35.341Z] Cloning the remote Git repository [2020-10-15T15:04:35.411Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:04:35.538Z] > git init /w/workspace/app-functions-sdk-go/129 # timeout=10 [2020-10-15T15:04:35.642Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:04:35.643Z] > git --version # timeout=10 [2020-10-15T15:04:35.688Z] > git --version # 'git version 2.16.5' [2020-10-15T15:04:35.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:04:35.790Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:04:39.070Z] Checking out Revision fd3e27ff7598c67d92b9788f6f8fff41460255d0 (master) [2020-10-15T15:04:38.327Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:04:38.449Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:04:38.575Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:04:38.637Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:04:38.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:04:38.645Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T15:04:39.085Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:04:39.121Z] > git checkout -f fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 [2020-10-15T15:04:43.284Z] Commit message: "build: Use latest go-mod-core-contracts and fix build errors due to name change (#543)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T15:04:44.336Z] ========================================================= [2020-10-15T15:04:44.336Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T15:04:44.336Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:04:45.365Z] + 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-15T15:04:46.337Z] Sending build context to Docker daemon 19.09MB [2020-10-15T15:04:46.337Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T15:04:46.337Z] Step 2/8 : FROM ${BASE} [2020-10-15T15:04:46.337Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-15T15:04:46.337Z] df20fa9351a1: Pulling fs layer [2020-10-15T15:04:46.337Z] ed8968b2872e: Pulling fs layer [2020-10-15T15:04:46.337Z] a92cc7c5fd73: Pulling fs layer [2020-10-15T15:04:46.337Z] e871e8e8d7a9: Pulling fs layer [2020-10-15T15:04:46.337Z] e73272ec9a57: Pulling fs layer [2020-10-15T15:04:46.337Z] 1e910a182e73: Pulling fs layer [2020-10-15T15:04:46.337Z] 4e634b169226: Pulling fs layer [2020-10-15T15:04:46.337Z] e871e8e8d7a9: Waiting [2020-10-15T15:04:46.337Z] e73272ec9a57: Waiting [2020-10-15T15:04:46.337Z] 1e910a182e73: Waiting [2020-10-15T15:04:46.337Z] 4e634b169226: Waiting [2020-10-15T15:04:46.337Z] a92cc7c5fd73: Verifying Checksum [2020-10-15T15:04:46.337Z] a92cc7c5fd73: Download complete [2020-10-15T15:04:46.337Z] ed8968b2872e: Download complete [2020-10-15T15:04:46.337Z] e73272ec9a57: Verifying Checksum [2020-10-15T15:04:46.337Z] e73272ec9a57: Download complete [2020-10-15T15:04:46.337Z] 1e910a182e73: Verifying Checksum [2020-10-15T15:04:46.337Z] 1e910a182e73: Download complete [2020-10-15T15:04:47.041Z] df20fa9351a1: Verifying Checksum [2020-10-15T15:04:47.042Z] df20fa9351a1: Download complete [2020-10-15T15:04:47.348Z] df20fa9351a1: Pull complete [2020-10-15T15:04:47.995Z] ed8968b2872e: Pull complete [2020-10-15T15:04:48.369Z] a92cc7c5fd73: Pull complete [2020-10-15T15:04:55.813Z] 4e634b169226: Verifying Checksum [2020-10-15T15:04:55.813Z] 4e634b169226: Download complete [2020-10-15T15:04:59.287Z] e871e8e8d7a9: Verifying Checksum [2020-10-15T15:04:59.287Z] e871e8e8d7a9: Download complete [2020-10-15T15:05:07.641Z] e871e8e8d7a9: Pull complete [2020-10-15T15:05:07.950Z] e73272ec9a57: Pull complete [2020-10-15T15:05:07.950Z] 1e910a182e73: Pull complete [2020-10-15T15:05:13.420Z] 4e634b169226: Pull complete [2020-10-15T15:05:13.420Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-15T15:05:13.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-15T15:05:13.420Z] ---> f7629b54cfaa [2020-10-15T15:05:13.420Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T15:05:13.689Z] latest: Pulling from library/docker [2020-10-15T15:05:13.975Z] df20fa9351a1: Already exists [2020-10-15T15:05:13.975Z] 25ad7478873d: Pulling fs layer [2020-10-15T15:05:13.975Z] 4684f6177b5d: Pulling fs layer [2020-10-15T15:05:13.975Z] 8ba584e970af: Pulling fs layer [2020-10-15T15:05:13.975Z] 3cdc74d2b06d: Pulling fs layer [2020-10-15T15:05:13.975Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-15T15:05:13.975Z] fca0ccc462d5: Pulling fs layer [2020-10-15T15:05:13.975Z] 3cdc74d2b06d: Waiting [2020-10-15T15:05:13.975Z] 4cf5a0d07c1f: Waiting [2020-10-15T15:05:13.975Z] fca0ccc462d5: Waiting [2020-10-15T15:05:13.975Z] 4684f6177b5d: Verifying Checksum [2020-10-15T15:05:13.975Z] 4684f6177b5d: Download complete [2020-10-15T15:05:14.319Z] 25ad7478873d: Verifying Checksum [2020-10-15T15:05:14.319Z] 25ad7478873d: Download complete [2020-10-15T15:05:14.319Z] 3cdc74d2b06d: Verifying Checksum [2020-10-15T15:05:14.319Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-15T15:05:14.319Z] 4cf5a0d07c1f: Download complete [2020-10-15T15:05:14.319Z] fca0ccc462d5: Verifying Checksum [2020-10-15T15:05:14.319Z] fca0ccc462d5: Download complete [2020-10-15T15:05:14.611Z] 25ad7478873d: Pull complete [2020-10-15T15:05:14.886Z] 4684f6177b5d: Pull complete [2020-10-15T15:05:18.406Z] 8ba584e970af: Verifying Checksum [2020-10-15T15:05:18.406Z] 8ba584e970af: Download complete [2020-10-15T15:05:21.996Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5609 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-15T15:05:22.059Z] Running in /w/workspace/app-functions-sdk-go/129 [Pipeline] { [Pipeline] checkout [2020-10-15T15:05:22.818Z] 8ba584e970af: Pull complete [2020-10-15T15:05:22.818Z] 3cdc74d2b06d: Pull complete [2020-10-15T15:05:23.089Z] 4cf5a0d07c1f: Pull complete [2020-10-15T15:05:23.372Z] fca0ccc462d5: Pull complete [2020-10-15T15:05:23.372Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T15:05:23.372Z] Status: Downloaded newer image for docker:latest [2020-10-15T15:05:25.418Z] ---> 6b21b7e2c0ee [2020-10-15T15:05:25.418Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-15T15:05:25.684Z] ---> Running in 9a080a4cbc07 [2020-10-15T15:05:26.028Z] Removing intermediate container 9a080a4cbc07 [2020-10-15T15:05:26.028Z] ---> 6d4fc2fdf556 [2020-10-15T15:05:26.028Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-15T15:05:26.028Z] ---> Running in 5734d3ffd367 [2020-10-15T15:05:27.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T15:05:27.207Z] using credential edgex-jenkins-ssh [2020-10-15T15:05:27.304Z] Cloning the remote Git repository [2020-10-15T15:05:28.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T15:05:27.360Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:05:27.471Z] > git init /w/workspace/app-functions-sdk-go/129 # timeout=10 [2020-10-15T15:05:27.539Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:05:27.540Z] > git --version # timeout=10 [2020-10-15T15:05:27.560Z] > git --version # 'git version 2.17.1' [2020-10-15T15:05:27.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:05:27.633Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:05:28.761Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-15T15:05:29.089Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-15T15:05:29.089Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-15T15:05:29.364Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-15T15:05:29.364Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-15T15:05:29.364Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:05:29.364Z] OK: 167 MiB in 44 packages [2020-10-15T15:05:30.686Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:05:30.705Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:05:31.092Z] Removing intermediate container 5734d3ffd367 [2020-10-15T15:05:31.092Z] ---> bff97813556f [2020-10-15T15:05:31.092Z] Step 6/8 : WORKDIR /build [2020-10-15T15:05:31.092Z] ---> Running in add4ac984ae4 [2020-10-15T15:05:31.092Z] Removing intermediate container add4ac984ae4 [2020-10-15T15:05:31.092Z] ---> 780f9d37a2d3 [2020-10-15T15:05:31.092Z] Step 7/8 : COPY go.mod . [2020-10-15T15:05:31.092Z] ---> e272dcc70d29 [2020-10-15T15:05:31.092Z] Step 8/8 : RUN go mod download [2020-10-15T15:05:31.092Z] ---> Running in 62fc561047e0 [2020-10-15T15:05:31.586Z] Checking out Revision fd3e27ff7598c67d92b9788f6f8fff41460255d0 (master) [2020-10-15T15:05:31.087Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:05:31.123Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:05:31.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:05:31.135Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T15:05:31.605Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:05:31.623Z] > git checkout -f fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 [2020-10-15T15:05:35.944Z] Commit message: "build: Use latest go-mod-core-contracts and fix build errors due to name change (#543)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T15:05:37.121Z] ========================================================= [2020-10-15T15:05:37.121Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T15:05:37.121Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:05:38.154Z] + 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-15T15:05:39.142Z] Sending build context to Docker daemon 19.09MB [2020-10-15T15:05:39.142Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T15:05:39.142Z] Step 2/8 : FROM ${BASE} [2020-10-15T15:05:39.742Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T15:05:39.742Z] b538f80385f9: Pulling fs layer [2020-10-15T15:05:39.742Z] 74f711af9a0d: Pulling fs layer [2020-10-15T15:05:39.742Z] 99f96fe45779: Pulling fs layer [2020-10-15T15:05:39.742Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T15:05:39.742Z] 45590311c82a: Pulling fs layer [2020-10-15T15:05:39.742Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T15:05:39.742Z] 209524e5b208: Pulling fs layer [2020-10-15T15:05:39.742Z] 8529a6b9a6be: Waiting [2020-10-15T15:05:39.742Z] 45590311c82a: Waiting [2020-10-15T15:05:39.742Z] 69ca0ff8b7b3: Waiting [2020-10-15T15:05:39.742Z] 209524e5b208: Waiting [2020-10-15T15:05:39.742Z] 99f96fe45779: Verifying Checksum [2020-10-15T15:05:39.742Z] 99f96fe45779: Download complete [2020-10-15T15:05:39.742Z] 74f711af9a0d: Verifying Checksum [2020-10-15T15:05:39.742Z] 74f711af9a0d: Download complete [2020-10-15T15:05:39.742Z] 45590311c82a: Verifying Checksum [2020-10-15T15:05:39.742Z] 45590311c82a: Download complete [2020-10-15T15:05:39.742Z] 69ca0ff8b7b3: Download complete [2020-10-15T15:05:39.742Z] b538f80385f9: Verifying Checksum [2020-10-15T15:05:39.742Z] b538f80385f9: Download complete [2020-10-15T15:05:40.343Z] b538f80385f9: Pull complete [2020-10-15T15:05:40.950Z] 74f711af9a0d: Pull complete [2020-10-15T15:05:41.551Z] 99f96fe45779: Pull complete [2020-10-15T15:05:44.181Z] 209524e5b208: Verifying Checksum [2020-10-15T15:05:44.181Z] 209524e5b208: Download complete [2020-10-15T15:05:44.783Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T15:05:44.783Z] 8529a6b9a6be: Download complete [2020-10-15T15:05:54.959Z] 8529a6b9a6be: Pull complete [2020-10-15T15:05:55.233Z] 45590311c82a: Pull complete [2020-10-15T15:05:55.506Z] 69ca0ff8b7b3: Pull complete [2020-10-15T15:05:59.835Z] 209524e5b208: Pull complete [2020-10-15T15:05:59.835Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T15:05:59.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T15:05:59.835Z] ---> 5bddaf1c2fca [2020-10-15T15:05:59.835Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T15:05:59.835Z] latest: Pulling from library/docker [2020-10-15T15:05:59.835Z] b538f80385f9: Already exists [2020-10-15T15:05:59.835Z] 259a493cd78d: Pulling fs layer [2020-10-15T15:05:59.835Z] b8e66b5100f5: Pulling fs layer [2020-10-15T15:05:59.835Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T15:05:59.835Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T15:05:59.835Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T15:05:59.835Z] 294320357d30: Pulling fs layer [2020-10-15T15:05:59.835Z] 75a0a0ebb566: Waiting [2020-10-15T15:05:59.835Z] 4a2c62f0a2a3: Waiting [2020-10-15T15:05:59.835Z] 294320357d30: Waiting [2020-10-15T15:05:59.835Z] b8e66b5100f5: Verifying Checksum [2020-10-15T15:05:59.835Z] b8e66b5100f5: Download complete [2020-10-15T15:06:00.120Z] 259a493cd78d: Verifying Checksum [2020-10-15T15:06:00.120Z] 259a493cd78d: Download complete [2020-10-15T15:06:00.120Z] 75a0a0ebb566: Verifying Checksum [2020-10-15T15:06:00.120Z] 75a0a0ebb566: Download complete [2020-10-15T15:06:00.120Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T15:06:00.120Z] 4a2c62f0a2a3: Download complete [2020-10-15T15:06:00.120Z] 294320357d30: Verifying Checksum [2020-10-15T15:06:00.120Z] 294320357d30: Download complete [2020-10-15T15:06:00.722Z] 7f8258a56ab6: Retrying in 5 seconds [2020-10-15T15:06:00.722Z] 259a493cd78d: Pull complete [2020-10-15T15:06:00.996Z] b8e66b5100f5: Pull complete [2020-10-15T15:06:01.594Z] 7f8258a56ab6: Retrying in 4 seconds [2020-10-15T15:06:03.027Z] 7f8258a56ab6: Retrying in 3 seconds [2020-10-15T15:06:03.624Z] 7f8258a56ab6: Retrying in 2 seconds [2020-10-15T15:06:03.649Z] Removing intermediate container 62fc561047e0 [2020-10-15T15:06:03.649Z] ---> 417053b9ac49 [2020-10-15T15:06:03.649Z] Successfully built 417053b9ac49 [2020-10-15T15:06:03.649Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:06:04.364Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T15:06:04.364Z] . [Pipeline] withDockerContainer [2020-10-15T15:06:04.627Z] 7f8258a56ab6: Retrying in 1 second [2020-10-15T15:06:04.830Z] prd-centos7-docker-4c-2g-5605 does not seem to be running inside a container [2020-10-15T15:06:05.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/129 -v /w/workspace/app-functions-sdk-go/129:/w/workspace/app-functions-sdk-go/129:rw,z -v /w/workspace/app-functions-sdk-go/129@tmp:/w/workspace/app-functions-sdk-go/129@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-15T15:06:06.293Z] $ docker top 39ae0f500e5f1355ecffb65d794b111d00f843cf09141cd19ade90f80fd38cf6 -eo pid,comm [Pipeline] { [2020-10-15T15:06:06.605Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T15:06:06.605Z] 7f8258a56ab6: Download complete [Pipeline] sh [2020-10-15T15:06:07.056Z] + go version [2020-10-15T15:06:07.088Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-15T15:06:07.113Z] $ docker stop --time=1 39ae0f500e5f1355ecffb65d794b111d00f843cf09141cd19ade90f80fd38cf6 [2020-10-15T15:06:08.879Z] $ docker rm -f 39ae0f500e5f1355ecffb65d794b111d00f843cf09141cd19ade90f80fd38cf6 [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] } [2020-10-15T15:06:10.012Z] 7f8258a56ab6: Pull complete [2020-10-15T15:06:10.012Z] 75a0a0ebb566: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-10-15T15:06:10.297Z] 4a2c62f0a2a3: Pull complete 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] } [2020-10-15T15:06:10.917Z] 294320357d30: Pull complete [2020-10-15T15:06:10.917Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T15:06:10.917Z] Status: Downloaded newer image for docker:latest [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-15T15:06:16.330Z] ---> fe56d23b12b4 [2020-10-15T15:06:16.330Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-15T15:06:16.605Z] ---> Running in c03aaae588c9 [2020-10-15T15:06:17.201Z] Removing intermediate container c03aaae588c9 [2020-10-15T15:06:17.201Z] ---> d246f6744789 [2020-10-15T15:06:17.201Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-15T15:06:17.201Z] ---> Running in fe881a59f8d0 [2020-10-15T15:06:19.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T15:06:19.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T15:06:20.383Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-15T15:06:20.653Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-15T15:06:20.923Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-15T15:06:20.923Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-15T15:06:20.923Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-15T15:06:21.196Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:06:21.196Z] OK: 144 MiB in 44 packages [2020-10-15T15:06:22.632Z] Removing intermediate container fe881a59f8d0 [2020-10-15T15:06:22.632Z] ---> 581f23824ddd [2020-10-15T15:06:22.632Z] Step 6/8 : WORKDIR /build [2020-10-15T15:06:22.632Z] ---> Running in 19cb54f2cf5c [2020-10-15T15:06:23.227Z] Removing intermediate container 19cb54f2cf5c [2020-10-15T15:06:23.227Z] ---> cc54b89cd740 [2020-10-15T15:06:23.227Z] Step 7/8 : COPY go.mod . [2020-10-15T15:06:23.826Z] ---> 6f1f2a5bf6f1 [2020-10-15T15:06:23.826Z] Step 8/8 : RUN go mod download [2020-10-15T15:06:24.113Z] ---> Running in 06f79284f704 [2020-10-15T15:06:50.903Z] Removing intermediate container 06f79284f704 [2020-10-15T15:06:50.903Z] ---> 1c2fe9a2cbff [2020-10-15T15:06:51.176Z] Successfully built 1c2fe9a2cbff [2020-10-15T15:06:51.176Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:06:51.609Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T15:06:51.609Z] . [Pipeline] withDockerContainer [2020-10-15T15:06:51.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-5609 does not seem to be running inside a container [2020-10-15T15:06:51.945Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/129 -v /w/workspace/app-functions-sdk-go/129:/w/workspace/app-functions-sdk-go/129:rw,z -v /w/workspace/app-functions-sdk-go/129@tmp:/w/workspace/app-functions-sdk-go/129@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-15T15:06:53.856Z] $ docker top 46880d83584266c2b9a1abc04e38083c183ac0295cc5d4f3ec9a6035685f4324 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:06:55.310Z] + go version [2020-10-15T15:06:55.310Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T15:06:55.337Z] $ docker stop --time=1 46880d83584266c2b9a1abc04e38083c183ac0295cc5d4f3ec9a6035685f4324 [2020-10-15T15:06:57.291Z] $ docker rm -f 46880d83584266c2b9a1abc04e38083c183ac0295cc5d4f3ec9a6035685f4324 [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-15T15:07:00.093Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-15T15:07:00.094Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-15T15:07:00.202Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:07:00.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T15:07:00.562Z] [2020-10-15T15:07:00.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:07:00.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T15:07:00.908Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-15T15:07:00.908Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-15T15:07:00.908Z] 408f87550127: Pulling fs layer [2020-10-15T15:07:00.908Z] fe522b08c979: Pulling fs layer [2020-10-15T15:07:00.908Z] 221eaa008020: Pulling fs layer [2020-10-15T15:07:00.908Z] 2a4607e5d6b9: Pulling fs layer [2020-10-15T15:07:00.908Z] 8f79b27c4fd2: Pulling fs layer [2020-10-15T15:07:00.908Z] e5c8dbe1645b: Pulling fs layer [2020-10-15T15:07:00.908Z] 23e8b3b47431: Pulling fs layer [2020-10-15T15:07:00.908Z] 5c568d65a230: Pulling fs layer [2020-10-15T15:07:00.908Z] 8f79b27c4fd2: Waiting [2020-10-15T15:07:00.908Z] e5c8dbe1645b: Waiting [2020-10-15T15:07:00.908Z] 23e8b3b47431: Waiting [2020-10-15T15:07:00.908Z] 5c568d65a230: Waiting [2020-10-15T15:07:00.908Z] 2a4607e5d6b9: Waiting [2020-10-15T15:07:00.908Z] 221eaa008020: Waiting [2020-10-15T15:07:00.908Z] fe522b08c979: Verifying Checksum [2020-10-15T15:07:00.908Z] fe522b08c979: Download complete [2020-10-15T15:07:00.908Z] 408f87550127: Verifying Checksum [2020-10-15T15:07:00.908Z] 408f87550127: Download complete [2020-10-15T15:07:00.908Z] 2a4607e5d6b9: Download complete [2020-10-15T15:07:01.855Z] 8f79b27c4fd2: Verifying Checksum [2020-10-15T15:07:01.855Z] 8f79b27c4fd2: Download complete [2020-10-15T15:07:01.855Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-15T15:07:01.855Z] cbdbe7a5bc2a: Download complete [2020-10-15T15:07:02.119Z] cbdbe7a5bc2a: Pull complete [2020-10-15T15:07:02.381Z] 408f87550127: Pull complete [2020-10-15T15:07:02.381Z] fe522b08c979: Pull complete [2020-10-15T15:07:02.956Z] e5c8dbe1645b: Verifying Checksum [2020-10-15T15:07:02.956Z] e5c8dbe1645b: Download complete [2020-10-15T15:07:04.365Z] 23e8b3b47431: Verifying Checksum [2020-10-15T15:07:04.365Z] 23e8b3b47431: Download complete [2020-10-15T15:07:04.365Z] 5c568d65a230: Verifying Checksum [2020-10-15T15:07:04.365Z] 5c568d65a230: Download complete [2020-10-15T15:07:05.762Z] 221eaa008020: Verifying Checksum [2020-10-15T15:07:05.762Z] 221eaa008020: Download complete [2020-10-15T15:07:11.086Z] 221eaa008020: Pull complete [2020-10-15T15:07:11.086Z] 2a4607e5d6b9: Pull complete [2020-10-15T15:07:11.351Z] 8f79b27c4fd2: Pull complete [2020-10-15T15:07:13.277Z] e5c8dbe1645b: Pull complete [2020-10-15T15:07:16.595Z] 23e8b3b47431: Pull complete [2020-10-15T15:07:17.169Z] 5c568d65a230: Pull complete [2020-10-15T15:07:17.169Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-15T15:07:17.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T15:07:17.431Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-15T15:07:17.642Z] prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container [2020-10-15T15:07:17.695Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-15T15:07:18.852Z] $ docker top 9051836d27ddc1b8637063056f33ef71d5329365d20827265c198f8653b98f5d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:07:19.397Z] + snyk monitor '--org=edgex-jenkins' [2020-10-15T15:07:37.550Z] [2020-10-15T15:07:37.550Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-15T15:07:37.550Z] [2020-10-15T15:07:37.550Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/5b81b1c0-412e-4ccf-882c-97f16783c295 [2020-10-15T15:07:37.550Z] [2020-10-15T15:07:37.550Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-15T15:07:37.550Z] [2020-10-15T15:07:37.550Z] [2020-10-15T15:07:37.550Z] Snyk CLI supports Node.js 8 and higher. [2020-10-15T15:07:37.550Z] 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-15T15:07:37.550Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-15T15:07:37.550Z] [2020-10-15T15:07:37.550Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-15T15:07:37.550Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-15T15:07:37.550Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-15T15:07:37.550Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-15T15:07:37.569Z] $ docker stop --time=1 9051836d27ddc1b8637063056f33ef71d5329365d20827265c198f8653b98f5d [2020-10-15T15:07:41.160Z] $ docker rm -f 9051836d27ddc1b8637063056f33ef71d5329365d20827265c198f8653b98f5d [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-15T15:07:42.851Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T15:07:42.907Z] provisioning config files... [2020-10-15T15:07:42.922Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8761611148421991964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:07:43.320Z] --> edgex-publish-swagger.sh [2020-10-15T15:07:43.321Z] === Publish openapi/v2 API === [2020-10-15T15:07:43.321Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-15T15:07:43.321Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-15T15:07:43.321Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T15:07:43.321Z] Dload Upload Total Spent Left Speed [2020-10-15T15:07:44.712Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10589 0:00:01 0:00:01 --:--:-- 10598 100 13025 0 0 100 13025 0 10587 0:00:01 0:00:01 --:--:-- 10598 [2020-10-15T15:07:44.712Z] [2020-10-15T15:07:44.712Z] [Pipeline] } [2020-10-15T15:07:44.722Z] 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-15T15:07:45.617Z] + git log --format=format:%s -1 fd3e27ff7598c67d92b9788f6f8fff41460255d0 [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:07:45.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:07:45.924Z] . [Pipeline] withDockerContainer [2020-10-15T15:07:46.021Z] prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container [2020-10-15T15:07:46.067Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T15:07:46.778Z] $ docker top f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T15:07:47.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:07:47.080Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:07:47.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:07:47.284Z] $ docker exec f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 ssh-agent [2020-10-15T15:07:47.444Z] SSH_AUTH_SOCK=/tmp/ssh-pzQvaaL8Mgsy/agent.12 [2020-10-15T15:07:47.444Z] SSH_AGENT_PID=17 [2020-10-15T15:07:47.450Z] Running ssh-add (command line suppressed) [2020-10-15T15:07:47.574Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2310285214667679246.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2310285214667679246.key) [2020-10-15T15:07:47.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:07:47.958Z] + git semver tag [2020-10-15T15:07:47.958Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T15:07:47.958Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-15T15:07:47.958Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-15T15:07:47.958Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T15:07:47.958Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T15:07:47.958Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T15:07:47.958Z] # $SEMVER_BRANCH = master [2020-10-15T15:07:47.958Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-15T15:07:47.958Z] # fd3e27ff7598c67d92b9788f6f8fff41460255d0 HEAD [2020-10-15T15:07:47.958Z] # -> Force: false [2020-10-15T15:07:47.958Z] # 5e62db2d0a2e19bc1e69136ceb03d55a662cf0fe refs/tags/v1.2.1-dev.41 [Pipeline] } [2020-10-15T15:07:47.970Z] $ docker exec --env ******** --env ******** f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 ssh-agent -k [2020-10-15T15:07:48.080Z] unset SSH_AUTH_SOCK; [2020-10-15T15:07:48.080Z] unset SSH_AGENT_PID; [2020-10-15T15:07:48.080Z] echo Agent pid 17 killed; [2020-10-15T15:07:48.125Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T15:07:48.610Z] + git semver [Pipeline] } [2020-10-15T15:07:48.628Z] $ docker stop --time=1 f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 [2020-10-15T15:07:49.963Z] $ docker rm -f f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:07:50.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T15:07:50.675Z] [2020-10-15T15:07:50.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:07:51.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T15:07:51.024Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-15T15:07:51.024Z] ab5ef0e58194: Pulling fs layer [2020-10-15T15:07:51.024Z] 9712f1f96733: Pulling fs layer [2020-10-15T15:07:51.024Z] 63f879dbbcfc: Pulling fs layer [2020-10-15T15:07:51.024Z] 0d9ebad4ef96: Pulling fs layer [2020-10-15T15:07:51.024Z] e9a5061849ea: Pulling fs layer [2020-10-15T15:07:51.024Z] d747dcd14b5f: Pulling fs layer [2020-10-15T15:07:51.024Z] 2de7ff778b66: Pulling fs layer [2020-10-15T15:07:51.024Z] e9a5061849ea: Waiting [2020-10-15T15:07:51.024Z] 2de7ff778b66: Waiting [2020-10-15T15:07:51.024Z] d747dcd14b5f: Waiting [2020-10-15T15:07:51.024Z] 0d9ebad4ef96: Waiting [2020-10-15T15:07:51.024Z] 9712f1f96733: Verifying Checksum [2020-10-15T15:07:51.024Z] 9712f1f96733: Download complete [2020-10-15T15:07:52.948Z] 63f879dbbcfc: Verifying Checksum [2020-10-15T15:07:52.948Z] 63f879dbbcfc: Download complete [2020-10-15T15:07:52.948Z] e9a5061849ea: Download complete [2020-10-15T15:07:52.948Z] d747dcd14b5f: Download complete [2020-10-15T15:07:53.216Z] 2de7ff778b66: Verifying Checksum [2020-10-15T15:07:53.216Z] 2de7ff778b66: Download complete [2020-10-15T15:07:53.481Z] 0d9ebad4ef96: Verifying Checksum [2020-10-15T15:07:53.481Z] 0d9ebad4ef96: Download complete [2020-10-15T15:07:53.744Z] ab5ef0e58194: Download complete [2020-10-15T15:07:57.996Z] ab5ef0e58194: Pull complete [2020-10-15T15:07:57.996Z] 9712f1f96733: Pull complete [2020-10-15T15:08:00.557Z] 63f879dbbcfc: Pull complete [2020-10-15T15:08:07.197Z] 0d9ebad4ef96: Pull complete [2020-10-15T15:08:08.598Z] e9a5061849ea: Pull complete [2020-10-15T15:08:08.861Z] d747dcd14b5f: Pull complete [2020-10-15T15:08:13.250Z] 2de7ff778b66: Pull complete [2020-10-15T15:08:13.250Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-15T15:08:13.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T15:08:13.250Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-15T15:08:13.465Z] prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container [2020-10-15T15:08:13.513Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-15T15:08:16.252Z] $ docker top 517a99759422770fde1ca66b2868929d3f0025553c00f9e1d8c90182669c8b4c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-15T15:08:16.468Z] provisioning config files... [2020-10-15T15:08:16.479Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5381707928074843570tmp [2020-10-15T15:08:16.494Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5823007452568123130tmp [2020-10-15T15:08:16.512Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2162000344582159548tmp [Pipeline] { [Pipeline] echo [2020-10-15T15:08:16.624Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:08:16.923Z] ---> sigul-configuration.sh [2020-10-15T15:08:16.923Z] gpg: directory `/root/.gnupg' created [2020-10-15T15:08:16.923Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-15T15:08:16.923Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-15T15:08:16.923Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-15T15:08:16.923Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-15T15:08:16.923Z] gpg: CAST5 encrypted data [2020-10-15T15:08:17.185Z] gpg: encrypted with 1 passphrase [2020-10-15T15:08:17.185Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-15T15:08:17.484Z] + mkdir /home/jenkins [2020-10-15T15:08:17.484Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-15T15:08:17.781Z] + 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-15T15:08:17.792Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:08:18.092Z] ---> sigul-install.sh [2020-10-15T15:08:23.506Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-15T15:08:23.855Z] + git tag --list [2020-10-15T15:08:23.855Z] v0.1.0 [2020-10-15T15:08:23.855Z] v0.1.1 [2020-10-15T15:08:23.855Z] v1.0.0 [2020-10-15T15:08:23.855Z] v1.1.0 [2020-10-15T15:08:23.855Z] v1.2.0 [2020-10-15T15:08:23.855Z] v1.2.1-dev.1 [2020-10-15T15:08:23.855Z] v1.2.1-dev.10 [2020-10-15T15:08:23.855Z] v1.2.1-dev.11 [2020-10-15T15:08:23.855Z] v1.2.1-dev.12 [2020-10-15T15:08:23.855Z] v1.2.1-dev.13 [2020-10-15T15:08:23.855Z] v1.2.1-dev.14 [2020-10-15T15:08:23.855Z] v1.2.1-dev.15 [2020-10-15T15:08:23.855Z] v1.2.1-dev.16 [2020-10-15T15:08:23.855Z] v1.2.1-dev.17 [2020-10-15T15:08:23.855Z] v1.2.1-dev.18 [2020-10-15T15:08:23.855Z] v1.2.1-dev.19 [2020-10-15T15:08:23.855Z] v1.2.1-dev.2 [2020-10-15T15:08:23.855Z] v1.2.1-dev.20 [2020-10-15T15:08:23.855Z] v1.2.1-dev.21 [2020-10-15T15:08:23.855Z] v1.2.1-dev.22 [2020-10-15T15:08:23.855Z] v1.2.1-dev.23 [2020-10-15T15:08:23.855Z] v1.2.1-dev.24 [2020-10-15T15:08:23.855Z] v1.2.1-dev.25 [2020-10-15T15:08:23.855Z] v1.2.1-dev.26 [2020-10-15T15:08:23.855Z] v1.2.1-dev.27 [2020-10-15T15:08:23.855Z] v1.2.1-dev.28 [2020-10-15T15:08:23.855Z] v1.2.1-dev.29 [2020-10-15T15:08:23.855Z] v1.2.1-dev.3 [2020-10-15T15:08:23.855Z] v1.2.1-dev.30 [2020-10-15T15:08:23.855Z] v1.2.1-dev.31 [2020-10-15T15:08:23.855Z] v1.2.1-dev.32 [2020-10-15T15:08:23.855Z] v1.2.1-dev.33 [2020-10-15T15:08:23.855Z] v1.2.1-dev.34 [2020-10-15T15:08:23.855Z] v1.2.1-dev.35 [2020-10-15T15:08:23.855Z] v1.2.1-dev.36 [2020-10-15T15:08:23.855Z] v1.2.1-dev.37 [2020-10-15T15:08:23.855Z] v1.2.1-dev.38 [2020-10-15T15:08:23.855Z] v1.2.1-dev.39 [2020-10-15T15:08:23.855Z] v1.2.1-dev.4 [2020-10-15T15:08:23.855Z] v1.2.1-dev.40 [2020-10-15T15:08:23.855Z] v1.2.1-dev.41 [2020-10-15T15:08:23.855Z] v1.2.1-dev.5 [2020-10-15T15:08:23.855Z] v1.2.1-dev.6 [2020-10-15T15:08:23.855Z] v1.2.1-dev.7 [2020-10-15T15:08:23.855Z] v1.2.1-dev.8 [2020-10-15T15:08:23.855Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-15T15:08:24.210Z] + lftools sign git-tag v1.2.1-dev.41 [2020-10-15T15:08:25.200Z] Signing Git tag with Sigul... [2020-10-15T15:08:25.200Z] Signing v1.2.1-dev.41 [Pipeline] echo [2020-10-15T15:08:26.704Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:08:27.217Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-15T15:08:27.229Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-15T15:08:27.329Z] $ docker stop --time=1 517a99759422770fde1ca66b2868929d3f0025553c00f9e1d8c90182669c8b4c [2020-10-15T15:08:29.332Z] $ docker rm -f 517a99759422770fde1ca66b2868929d3f0025553c00f9e1d8c90182669c8b4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:08:30.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:08:30.443Z] . [Pipeline] withDockerContainer [2020-10-15T15:08:30.586Z] prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container [2020-10-15T15:08:30.655Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T15:08:31.349Z] $ docker top 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T15:08:31.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:08:31.665Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:08:31.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:08:31.895Z] $ docker exec 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 ssh-agent [2020-10-15T15:08:32.075Z] SSH_AUTH_SOCK=/tmp/ssh-5TODePIEZp2s/agent.12 [2020-10-15T15:08:32.075Z] SSH_AGENT_PID=18 [2020-10-15T15:08:32.085Z] Running ssh-add (command line suppressed) [2020-10-15T15:08:32.216Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8019926856867406956.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8019926856867406956.key) [2020-10-15T15:08:32.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:08:32.721Z] + git semver bump pre [2020-10-15T15:08:32.721Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T15:08:32.721Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-15T15:08:32.721Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-15T15:08:32.721Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T15:08:32.721Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T15:08:32.721Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T15:08:32.721Z] # $SEMVER_BRANCH = master [2020-10-15T15:08:32.721Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-15T15:08:32.721Z] 1.2.1-dev.42 [Pipeline] } [2020-10-15T15:08:32.736Z] $ docker exec --env ******** --env ******** 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 ssh-agent -k [2020-10-15T15:08:32.854Z] unset SSH_AUTH_SOCK; [2020-10-15T15:08:32.855Z] unset SSH_AGENT_PID; [2020-10-15T15:08:32.855Z] echo Agent pid 18 killed; [2020-10-15T15:08:32.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T15:08:33.462Z] + git semver [Pipeline] } [2020-10-15T15:08:33.488Z] $ docker stop --time=1 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 [2020-10-15T15:08:34.855Z] $ docker rm -f 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:08:35.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:08:35.442Z] . [Pipeline] withDockerContainer [2020-10-15T15:08:35.557Z] prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container [2020-10-15T15:08:35.670Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T15:08:36.302Z] $ docker top 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T15:08:36.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:08:36.680Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:08:36.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:08:36.882Z] $ docker exec 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 ssh-agent [2020-10-15T15:08:37.059Z] SSH_AUTH_SOCK=/tmp/ssh-kde4q0HfJOmW/agent.12 [2020-10-15T15:08:37.059Z] SSH_AGENT_PID=17 [2020-10-15T15:08:37.073Z] Running ssh-add (command line suppressed) [2020-10-15T15:08:37.203Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7284493755568878281.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7284493755568878281.key) [2020-10-15T15:08:37.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:08:37.669Z] + git semver push [2020-10-15T15:08:37.669Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T15:08:37.669Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-15T15:08:37.669Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-15T15:08:37.669Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T15:08:37.669Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T15:08:37.669Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T15:08:37.669Z] # $SEMVER_BRANCH = master [2020-10-15T15:08:37.669Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-15T15:08:44.470Z] $ docker exec --env ******** --env ******** 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 ssh-agent -k [2020-10-15T15:08:44.682Z] unset SSH_AUTH_SOCK; [2020-10-15T15:08:44.684Z] unset SSH_AGENT_PID; [2020-10-15T15:08:44.684Z] echo Agent pid 17 killed; [2020-10-15T15:08:44.756Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T15:08:45.308Z] + git semver [Pipeline] } [2020-10-15T15:08:45.340Z] $ docker stop --time=1 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 [2020-10-15T15:08:46.742Z] $ docker rm -f 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 [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-15T15:08:48.674Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:08:49.331Z] ---> package-listing.sh [2020-10-15T15:08:49.331Z] ++ facter osfamily [2020-10-15T15:08:49.331Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T15:08:49.331Z] + OS_FAMILY=redhat [2020-10-15T15:08:49.331Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-15T15:08:49.331Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T15:08:49.331Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T15:08:49.331Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T15:08:49.331Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T15:08:49.331Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-15T15:08:49.331Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T15:08:49.331Z] + case "${OS_FAMILY}" in [2020-10-15T15:08:49.331Z] + rpm -qa [2020-10-15T15:08:49.331Z] + sort [2020-10-15T15:08:53.870Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T15:08:53.870Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T15:08:53.870Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T15:08:53.870Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-15T15:08:53.870Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-15T15:08:53.870Z] + 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-15T15:08:53.883Z] 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-15T15:08:54.214Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:08:54.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:08:54.536Z] [2020-10-15T15:08:54.536Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:08:54.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:08:54.913Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T15:08:54.913Z] df20fa9351a1: Pulling fs layer [2020-10-15T15:08:54.913Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T15:08:54.913Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T15:08:54.913Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T15:08:54.913Z] 93b61091891f: Pulling fs layer [2020-10-15T15:08:54.913Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T15:08:54.913Z] 5e14af77c1be: Pulling fs layer [2020-10-15T15:08:54.913Z] 01666e4c0597: Pulling fs layer [2020-10-15T15:08:54.913Z] aa168da1d23b: Pulling fs layer [2020-10-15T15:08:54.913Z] 46f8f816bc3b: Waiting [2020-10-15T15:08:54.913Z] 93b61091891f: Waiting [2020-10-15T15:08:54.913Z] 93b9cdb0e59b: Waiting [2020-10-15T15:08:54.913Z] 5e14af77c1be: Waiting [2020-10-15T15:08:54.913Z] 01666e4c0597: Waiting [2020-10-15T15:08:54.913Z] aa168da1d23b: Waiting [2020-10-15T15:08:54.913Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T15:08:54.913Z] 36b3adc4ff6f: Download complete [2020-10-15T15:08:54.913Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T15:08:54.913Z] 46f8f816bc3b: Download complete [2020-10-15T15:08:55.185Z] df20fa9351a1: Verifying Checksum [2020-10-15T15:08:55.185Z] df20fa9351a1: Download complete [2020-10-15T15:08:55.185Z] 93b9cdb0e59b: Download complete [2020-10-15T15:08:55.185Z] 5e14af77c1be: Verifying Checksum [2020-10-15T15:08:55.185Z] 5e14af77c1be: Download complete [2020-10-15T15:08:55.185Z] 01666e4c0597: Download complete [2020-10-15T15:08:55.185Z] 93b61091891f: Verifying Checksum [2020-10-15T15:08:55.185Z] 93b61091891f: Download complete [2020-10-15T15:08:55.775Z] df20fa9351a1: Pull complete [2020-10-15T15:08:55.776Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T15:08:55.776Z] 8ad3a11d3b57: Download complete [2020-10-15T15:08:55.776Z] 36b3adc4ff6f: Pull complete [2020-10-15T15:08:56.768Z] 8ad3a11d3b57: Pull complete [2020-10-15T15:08:56.768Z] 46f8f816bc3b: Pull complete [2020-10-15T15:08:57.034Z] 93b61091891f: Pull complete [2020-10-15T15:08:57.306Z] 93b9cdb0e59b: Pull complete [2020-10-15T15:08:57.574Z] 5e14af77c1be: Pull complete [2020-10-15T15:08:57.574Z] 01666e4c0597: Pull complete [2020-10-15T15:08:57.861Z] aa168da1d23b: Verifying Checksum [2020-10-15T15:08:57.861Z] aa168da1d23b: Download complete [2020-10-15T15:09:04.548Z] aa168da1d23b: Pull complete [2020-10-15T15:09:04.549Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T15:09:04.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:09:04.549Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T15:09:04.717Z] prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container [2020-10-15T15:09:04.769Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T15:09:10.321Z] $ docker top b91ced6b94865c700c5ac165ace5532495e86ea29f9e1dc1cbfa0aaf9b613e5c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:09:10.889Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T15:09:11.185Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T15:09:11.481Z] + ls /var/log/sa-host [2020-10-15T15:09:11.482Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T15:09:11.482Z] file_magic: OK [2020-10-15T15:09:11.482Z] HZ: Using current value: 100 [2020-10-15T15:09:11.482Z] file_header: OK [2020-10-15T15:09:11.482Z] 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-15T15:09:11.482Z] Statistics: [2020-10-15T15:09:11.482Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T15:09:11.482Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T15:09:11.482Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T15:09:11.482Z] file_magic: OK [2020-10-15T15:09:11.482Z] HZ: Using current value: 100 [2020-10-15T15:09:11.482Z] file_header: OK [2020-10-15T15:09:11.482Z] 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-15T15:09:11.482Z] Statistics: [2020-10-15T15:09:11.482Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T15:09:11.482Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T15:09:11.696Z] provisioning config files... [2020-10-15T15:09:11.717Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6434240271141666984tmp [Pipeline] { [Pipeline] echo [2020-10-15T15:09:11.804Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:09:12.418Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T15:09:12.428Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T15:09:12.522Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:09:12.837Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T15:09:12.848Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:09:13.146Z] ---> sudo-logs.sh [2020-10-15T15:09:13.146Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T15:09:13.158Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:09:13.456Z] ---> job-cost.sh [2020-10-15T15:09:13.456Z] lf-activate-venv: SKIPPING [2020-10-15T15:09:13.456Z] INFO: No Stack... [2020-10-15T15:09:14.402Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T15:09:14.977Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T15:09:14.993Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:09:15.291Z] ---> logs-deploy.sh [2020-10-15T15:09:15.292Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/129 [2020-10-15T15:09:15.292Z] INFO: archiving workspace using pattern(s): [2020-10-15T15:09:16.683Z] Archives upload complete. [2020-10-15T15:09:16.948Z] INFO: archiving logs to Nexus [2020-10-15T15:09:17.894Z] ---> uname -a: [2020-10-15T15:09:17.894Z] Linux prd-centos7-docker-4c-2g-5600.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] ---> lscpu: [2020-10-15T15:09:17.894Z] Architecture: x86_64 [2020-10-15T15:09:17.894Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-15T15:09:17.894Z] Byte Order: Little Endian [2020-10-15T15:09:17.894Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-15T15:09:17.894Z] CPU(s): 4 [2020-10-15T15:09:17.894Z] On-line CPU(s) list: 0-3 [2020-10-15T15:09:17.894Z] Thread(s) per core: 1 [2020-10-15T15:09:17.894Z] Core(s) per socket: 1 [2020-10-15T15:09:17.894Z] Socket(s): 4 [2020-10-15T15:09:17.894Z] NUMA node(s): 1 [2020-10-15T15:09:17.894Z] Vendor ID: GenuineIntel [2020-10-15T15:09:17.894Z] CPU family: 6 [2020-10-15T15:09:17.894Z] Model: 44 [2020-10-15T15:09:17.894Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-15T15:09:17.894Z] Stepping: 1 [2020-10-15T15:09:17.894Z] CPU MHz: 2933.442 [2020-10-15T15:09:17.894Z] BogoMIPS: 5866.88 [2020-10-15T15:09:17.894Z] Virtualization: VT-x [2020-10-15T15:09:17.894Z] Hypervisor vendor: KVM [2020-10-15T15:09:17.894Z] Virtualization type: full [2020-10-15T15:09:17.894Z] L1d cache: 128 KiB [2020-10-15T15:09:17.894Z] L1i cache: 128 KiB [2020-10-15T15:09:17.894Z] L2 cache: 16 MiB [2020-10-15T15:09:17.894Z] L3 cache: 64 MiB [2020-10-15T15:09:17.894Z] NUMA node0 CPU(s): 0-3 [2020-10-15T15:09:17.894Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-15T15:09:17.894Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-15T15:09:17.894Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-15T15:09:17.894Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-15T15:09:17.894Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-15T15:09:17.894Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-15T15:09:17.894Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-15T15:09:17.894Z] Vulnerability Tsx async abort: Not affected [2020-10-15T15:09:17.894Z] 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-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] ---> nproc: [2020-10-15T15:09:17.894Z] 4 [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] ---> df -h: [2020-10-15T15:09:17.894Z] Filesystem Size Used Available Use% Mounted on [2020-10-15T15:09:17.894Z] overlay 50.0G 8.5G 41.5G 17% / [2020-10-15T15:09:17.894Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-15T15:09:17.894Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-15T15:09:17.894Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-10-15T15:09:17.894Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] ---> free -m: [2020-10-15T15:09:17.894Z] total used free shared buff/cache available [2020-10-15T15:09:17.894Z] Mem: 1837 784 157 0 894 992 [2020-10-15T15:09:17.894Z] Swap: 1023 3 1020 [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] ---> ip addr: [2020-10-15T15:09:17.894Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-15T15:09:17.894Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-15T15:09:17.894Z] inet 127.0.0.1/8 scope host lo [2020-10-15T15:09:17.894Z] valid_lft forever preferred_lft forever [2020-10-15T15:09:17.894Z] inet6 ::1/128 scope host [2020-10-15T15:09:17.894Z] valid_lft forever preferred_lft forever [2020-10-15T15:09:17.894Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-15T15:09:17.894Z] link/ether fa:16:3e:79:33:55 brd ff:ff:ff:ff:ff:ff [2020-10-15T15:09:17.894Z] inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-15T15:09:17.894Z] valid_lft 85930sec preferred_lft 85930sec [2020-10-15T15:09:17.894Z] inet6 fe80::f816:3eff:fe79:3355/64 scope link [2020-10-15T15:09:17.894Z] valid_lft forever preferred_lft forever [2020-10-15T15:09:17.894Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-15T15:09:17.894Z] link/ether 02:42:88:b2:cd:99 brd ff:ff:ff:ff:ff:ff [2020-10-15T15:09:17.894Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-15T15:09:17.894Z] valid_lft forever preferred_lft forever [2020-10-15T15:09:17.894Z] inet6 fe80::42:88ff:feb2:cd99/64 scope link [2020-10-15T15:09:17.894Z] valid_lft forever preferred_lft forever [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] ---> sar -b -r -n DEV: [2020-10-15T15:09:17.894Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] 15:01:09 LINUX RESTART (4 CPU) [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] 15:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-15T15:09:17.894Z] 15:03:01 30.06 10.97 19.09 0.00 4478.43 3345.07 0.00 [2020-10-15T15:09:17.894Z] 15:04:01 1.50 0.00 1.50 0.00 0.00 26.76 0.00 [2020-10-15T15:09:17.894Z] 15:05:02 0.42 0.00 0.42 0.00 0.00 6.38 0.00 [2020-10-15T15:09:17.894Z] 15:06:01 0.24 0.00 0.24 0.00 0.00 2.74 0.00 [2020-10-15T15:09:17.894Z] 15:07:01 0.23 0.00 0.23 0.00 0.00 3.26 0.00 [2020-10-15T15:09:17.894Z] 15:08:01 301.31 143.64 157.68 0.00 7993.22 53733.67 0.00 [2020-10-15T15:09:17.894Z] 15:09:01 229.74 112.74 117.00 0.00 8355.90 26311.91 0.00 [2020-10-15T15:09:17.894Z] Average: 80.78 38.33 42.46 0.00 2985.14 11962.03 0.00 [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] 15:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-15T15:09:17.894Z] 15:03:01 238652 0 573652 30.49 2620 1066632 1114972 38.05 413168 1071800 20 [2020-10-15T15:09:17.894Z] 15:04:01 239444 0 572856 30.45 2620 1066636 1096084 37.41 415952 1068584 8 [2020-10-15T15:09:17.894Z] 15:05:02 237248 0 575044 30.56 2620 1066644 1096072 37.41 417788 1068512 8 [2020-10-15T15:09:17.894Z] 15:06:01 236504 0 575788 30.60 2620 1066644 1096160 37.41 420092 1067832 8 [2020-10-15T15:09:17.894Z] 15:07:01 200160 0 610464 32.44 2620 1068312 1289316 44.00 461424 1061348 1684 [2020-10-15T15:09:17.894Z] 15:08:01 67596 0 719200 38.22 2564 1092196 1515140 51.71 628740 964248 15460 [2020-10-15T15:09:17.894Z] 15:09:01 73896 0 797608 42.39 1544 1008508 1533948 52.35 726236 784152 79168 [2020-10-15T15:09:17.894Z] Average: 184786 0 632087 33.59 2458 1062225 1248813 42.62 497629 1012354 13765 [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] 15:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-15T15:09:17.894Z] 15:03:01 eth0 132.52 143.53 640.18 36.77 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:03:01 docker0 89.90 60.52 7.81 302.27 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:04:01 eth0 3.70 0.95 1.26 0.74 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:05:02 eth0 1.80 0.52 0.61 0.42 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:06:01 eth0 1.39 0.32 0.44 0.20 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:07:01 eth0 10.08 7.81 37.98 1.63 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:08:01 eth0 846.56 752.87 7358.81 68.21 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:08:01 docker0 65.24 69.36 5.04 409.93 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:09:01 eth0 297.64 260.20 2424.14 131.87 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] 15:09:01 docker0 31.10 36.99 1.95 199.23 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] Average: eth0 185.47 167.19 1500.27 34.37 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] Average: docker0 26.69 23.91 2.12 130.63 0.00 0.00 0.00 0.00 [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] ---> sar -P ALL: [2020-10-15T15:09:17.894Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] 15:01:09 LINUX RESTART (4 CPU) [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] 15:02:01 CPU %user %nice %system %iowait %steal %idle [2020-10-15T15:09:17.894Z] 15:03:01 all 3.32 0.00 1.82 0.61 0.02 94.24 [2020-10-15T15:09:17.894Z] 15:03:01 0 2.73 0.00 1.74 0.05 0.02 95.46 [2020-10-15T15:09:17.894Z] 15:03:01 1 3.98 0.00 1.89 0.49 0.02 93.63 [2020-10-15T15:09:17.894Z] 15:03:01 2 3.68 0.00 1.57 0.28 0.02 94.45 [2020-10-15T15:09:17.894Z] 15:03:01 3 2.88 0.00 2.06 1.62 0.02 93.42 [2020-10-15T15:09:17.894Z] 15:04:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2020-10-15T15:09:17.894Z] 15:04:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-15T15:09:17.894Z] 15:04:01 1 0.58 0.00 0.05 0.00 0.00 99.37 [2020-10-15T15:09:17.894Z] 15:04:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-10-15T15:09:17.894Z] 15:04:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-15T15:09:17.894Z] 15:05:02 all 0.19 0.00 0.03 0.00 0.00 99.78 [2020-10-15T15:09:17.894Z] 15:05:02 0 0.13 0.00 0.03 0.00 0.00 99.83 [2020-10-15T15:09:17.894Z] 15:05:02 1 0.53 0.00 0.05 0.00 0.00 99.42 [2020-10-15T15:09:17.894Z] 15:05:02 2 0.07 0.00 0.02 0.00 0.00 99.92 [2020-10-15T15:09:17.894Z] 15:05:02 3 0.03 0.00 0.02 0.02 0.00 99.93 [2020-10-15T15:09:17.894Z] 15:06:01 all 0.27 0.00 0.03 0.00 0.00 99.70 [2020-10-15T15:09:17.894Z] 15:06:01 0 0.49 0.00 0.03 0.00 0.00 99.47 [2020-10-15T15:09:17.894Z] 15:06:01 1 0.52 0.00 0.03 0.00 0.00 99.44 [2020-10-15T15:09:17.894Z] 15:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-15T15:09:17.894Z] 15:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-15T15:09:17.894Z] 15:07:01 all 0.26 0.00 0.18 0.00 0.00 99.57 [2020-10-15T15:09:17.894Z] 15:07:01 0 0.13 0.00 0.13 0.00 0.00 99.73 [2020-10-15T15:09:17.894Z] 15:07:01 1 0.45 0.00 0.22 0.00 0.00 99.33 [2020-10-15T15:09:17.894Z] 15:07:01 2 0.10 0.00 0.08 0.00 0.00 99.82 [2020-10-15T15:09:17.894Z] 15:07:01 3 0.35 0.00 0.27 0.00 0.00 99.38 [2020-10-15T15:09:17.894Z] 15:08:01 all 13.07 0.00 8.46 3.95 0.06 74.46 [2020-10-15T15:09:17.894Z] 15:08:01 0 13.67 0.00 8.91 3.46 0.05 73.92 [2020-10-15T15:09:17.894Z] 15:08:01 1 13.36 0.00 8.13 3.05 0.07 75.40 [2020-10-15T15:09:17.894Z] 15:08:01 2 12.47 0.00 8.38 4.50 0.07 74.58 [2020-10-15T15:09:17.894Z] 15:08:01 3 12.79 0.00 8.42 4.80 0.07 73.92 [2020-10-15T15:09:17.894Z] 15:09:01 all 10.92 0.00 7.78 3.72 0.08 77.50 [2020-10-15T15:09:17.894Z] 15:09:01 0 9.70 0.00 7.61 4.52 0.08 78.08 [2020-10-15T15:09:17.894Z] 15:09:01 1 10.92 0.00 7.22 3.97 0.07 77.82 [2020-10-15T15:09:17.894Z] 15:09:01 2 11.20 0.00 7.83 2.85 0.08 78.05 [2020-10-15T15:09:17.894Z] 15:09:01 3 11.85 0.00 8.46 3.54 0.09 76.06 [2020-10-15T15:09:17.894Z] Average: all 3.99 0.00 2.59 1.17 0.02 92.22 [2020-10-15T15:09:17.894Z] Average: 0 3.79 0.00 2.61 1.13 0.02 92.44 [2020-10-15T15:09:17.894Z] Average: 1 4.30 0.00 2.49 1.06 0.02 92.13 [2020-10-15T15:09:17.894Z] Average: 2 3.91 0.00 2.55 1.08 0.02 92.44 [2020-10-15T15:09:17.894Z] Average: 3 3.96 0.00 2.73 1.41 0.02 91.88 [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z] [2020-10-15T15:09:17.894Z]