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 15:01:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:02:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:02:00 ========================================================= 15:02:00 EdgeX Global Pipelines Version Info 15:02:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:02:02 ------------------- 15:02:02 stable info: 15:02:02 ------------------- 15:02:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:02:02 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 15:02:02 Message: update stable to v1.0.142 15:02:02 ------------------- 15:02:02 experimental info: 15:02:02 ------------------- 15:02:02 Commited By: **** collab-it+edgex@linuxfoundation.org 15:02:02 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 15:02:02 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:02:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:02:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:02:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:02:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:02:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd3e27ff7598c67d92b9788f6f8fff41460255d0 [Pipeline] echo 15:02:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd3e27f [Pipeline] echo 15:02:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:02:06 + git log --format=format:%s -1 fd3e27ff7598c67d92b9788f6f8fff41460255d0 [Pipeline] echo 15:02:06 GIT_COMMIT: fd3e27ff7598c67d92b9788f6f8fff41460255d0, Commit Message: build: Use latest go-mod-core-contracts and fix build errors due to name change (#543) [Pipeline] echo 15:02:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:02:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:02:07 15:02:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:02:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:02:08 latest: Pulling from edgex-devops/git-semver 15:02:08 31603596830f: Pulling fs layer 15:02:08 2a8b12db71e7: Pulling fs layer 15:02:08 6ca5941a6612: Pulling fs layer 15:02:08 ecc8261a40a4: Pulling fs layer 15:02:08 ecc8261a40a4: Waiting 15:02:08 2a8b12db71e7: Verifying Checksum 15:02:08 2a8b12db71e7: Download complete 15:02:08 31603596830f: Download complete 15:02:08 6ca5941a6612: Verifying Checksum 15:02:08 6ca5941a6612: Download complete 15:02:08 31603596830f: Pull complete 15:02:08 ecc8261a40a4: Verifying Checksum 15:02:08 ecc8261a40a4: Download complete 15:02:08 2a8b12db71e7: Pull complete 15:02:09 6ca5941a6612: Pull complete 15:02:10 ecc8261a40a4: Pull complete 15:02:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:02:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:02:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:02:10 prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container 15:02:10 $ 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 15:02:12 $ docker top 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:02:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:12 [ssh-agent] Looking for ssh-agent implementation... 15:02:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:12 $ docker exec 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent 15:02:13 SSH_AUTH_SOCK=/tmp/ssh-b1Y6IHHEjBdj/agent.11 15:02:13 SSH_AGENT_PID=16 15:02:13 Running ssh-add (command line suppressed) 15:02:13 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) 15:02:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:13 + git tag --points-at HEAD [Pipeline] } 15:02:13 $ docker exec --env ******** --env ******** 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent -k 15:02:13 unset SSH_AUTH_SOCK; 15:02:13 unset SSH_AGENT_PID; 15:02:13 echo Agent pid 16 killed; 15:02:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:02:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:14 [ssh-agent] Looking for ssh-agent implementation... 15:02:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:14 $ docker exec 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent 15:02:14 SSH_AUTH_SOCK=/tmp/ssh-DUjUEZhRKrPg/agent.44 15:02:14 SSH_AGENT_PID=50 15:02:14 Running ssh-add (command line suppressed) 15:02:14 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) 15:02:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:14 + git semver init 15:02:14 # -> Open(): unable to determine branch for HEAD 15:02:14 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:02:14 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:02:14 # $SEMVER_REMOTE_NAME = origin 15:02:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:02:14 # $SEMVER_USER_NAME = edgex-jenkins 15:02:14 # $SEMVER_BRANCH = master 15:02:14 # $SEMVER_TEMP = /tmp/semver-606390193 15:02:14 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:02:17 # '/tmp/semver-606390193' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 15:02:17 # -> Force: false 15:02:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:02:17 $ docker exec --env ******** --env ******** 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 ssh-agent -k 15:02:17 unset SSH_AUTH_SOCK; 15:02:17 unset SSH_AGENT_PID; 15:02:17 echo Agent pid 50 killed; 15:02:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:02:18 + git semver [Pipeline] } 15:02:18 $ docker stop --time=1 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 15:02:19 $ docker rm -f 35ccdbb02843d799c6281446c61f57e4fa7fdfc5a4a4d4d44c6cadfa811b8729 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:02:20 Stashed 1 file(s) [Pipeline] echo 15:02:20 [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 15:02:36 Still waiting to schedule task 15:02:36 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:02:36 Still waiting to schedule task 15:02:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 15:04:27 Running on prd-centos7-docker-4c-2g-5605 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:04:27 Running in /w/workspace/app-functions-sdk-go/129 [Pipeline] { [Pipeline] checkout 15:04:35 using credential edgex-jenkins-ssh 15:04:35 Cloning the remote Git repository 15:04:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:04:35 > git init /w/workspace/app-functions-sdk-go/129 # timeout=10 15:04:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:04:35 > git --version # timeout=10 15:04:35 > git --version # 'git version 2.16.5' 15:04:35 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:39 Checking out Revision fd3e27ff7598c67d92b9788f6f8fff41460255d0 (master) 15:04:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:04:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:04:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:04:38 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:04:39 > git config core.sparsecheckout # timeout=10 15:04:39 > git checkout -f fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 15:04:43 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 15:04:44 ========================================================= 15:04:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:04:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:04:45 + 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 . 15:04:46 Sending build context to Docker daemon 19.09MB 15:04:46 Step 1/8 : ARG BASE=golang:1.15-alpine 15:04:46 Step 2/8 : FROM ${BASE} 15:04:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:04:46 df20fa9351a1: Pulling fs layer 15:04:46 ed8968b2872e: Pulling fs layer 15:04:46 a92cc7c5fd73: Pulling fs layer 15:04:46 e871e8e8d7a9: Pulling fs layer 15:04:46 e73272ec9a57: Pulling fs layer 15:04:46 1e910a182e73: Pulling fs layer 15:04:46 4e634b169226: Pulling fs layer 15:04:46 e871e8e8d7a9: Waiting 15:04:46 e73272ec9a57: Waiting 15:04:46 1e910a182e73: Waiting 15:04:46 4e634b169226: Waiting 15:04:46 a92cc7c5fd73: Verifying Checksum 15:04:46 a92cc7c5fd73: Download complete 15:04:46 ed8968b2872e: Download complete 15:04:46 e73272ec9a57: Verifying Checksum 15:04:46 e73272ec9a57: Download complete 15:04:46 1e910a182e73: Verifying Checksum 15:04:46 1e910a182e73: Download complete 15:04:47 df20fa9351a1: Verifying Checksum 15:04:47 df20fa9351a1: Download complete 15:04:47 df20fa9351a1: Pull complete 15:04:47 ed8968b2872e: Pull complete 15:04:48 a92cc7c5fd73: Pull complete 15:04:55 4e634b169226: Verifying Checksum 15:04:55 4e634b169226: Download complete 15:04:59 e871e8e8d7a9: Verifying Checksum 15:04:59 e871e8e8d7a9: Download complete 15:05:07 e871e8e8d7a9: Pull complete 15:05:07 e73272ec9a57: Pull complete 15:05:07 1e910a182e73: Pull complete 15:05:13 4e634b169226: Pull complete 15:05:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:05:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:05:13 ---> f7629b54cfaa 15:05:13 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:05:13 latest: Pulling from library/docker 15:05:13 df20fa9351a1: Already exists 15:05:13 25ad7478873d: Pulling fs layer 15:05:13 4684f6177b5d: Pulling fs layer 15:05:13 8ba584e970af: Pulling fs layer 15:05:13 3cdc74d2b06d: Pulling fs layer 15:05:13 4cf5a0d07c1f: Pulling fs layer 15:05:13 fca0ccc462d5: Pulling fs layer 15:05:13 3cdc74d2b06d: Waiting 15:05:13 4cf5a0d07c1f: Waiting 15:05:13 fca0ccc462d5: Waiting 15:05:13 4684f6177b5d: Verifying Checksum 15:05:13 4684f6177b5d: Download complete 15:05:14 25ad7478873d: Verifying Checksum 15:05:14 25ad7478873d: Download complete 15:05:14 3cdc74d2b06d: Verifying Checksum 15:05:14 4cf5a0d07c1f: Verifying Checksum 15:05:14 4cf5a0d07c1f: Download complete 15:05:14 fca0ccc462d5: Verifying Checksum 15:05:14 fca0ccc462d5: Download complete 15:05:14 25ad7478873d: Pull complete 15:05:14 4684f6177b5d: Pull complete 15:05:18 8ba584e970af: Verifying Checksum 15:05:18 8ba584e970af: Download complete 15:05:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5609 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:05:22 Running in /w/workspace/app-functions-sdk-go/129 [Pipeline] { [Pipeline] checkout 15:05:22 8ba584e970af: Pull complete 15:05:22 3cdc74d2b06d: Pull complete 15:05:23 4cf5a0d07c1f: Pull complete 15:05:23 fca0ccc462d5: Pull complete 15:05:23 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 15:05:23 Status: Downloaded newer image for docker:latest 15:05:25 ---> 6b21b7e2c0ee 15:05:25 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:05:25 ---> Running in 9a080a4cbc07 15:05:26 Removing intermediate container 9a080a4cbc07 15:05:26 ---> 6d4fc2fdf556 15:05:26 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:05:26 ---> Running in 5734d3ffd367 15:05:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:27 using credential edgex-jenkins-ssh 15:05:27 Cloning the remote Git repository 15:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:27 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:05:27 > git init /w/workspace/app-functions-sdk-go/129 # timeout=10 15:05:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:05:27 > git --version # timeout=10 15:05:27 > git --version # 'git version 2.17.1' 15:05:27 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:28 (1/5) Installing libsodium (1.0.18-r0) 15:05:29 (2/5) Installing libzmq (4.3.3-r0) 15:05:29 (3/5) Installing pkgconf (1.7.2-r0) 15:05:29 (4/5) Installing libsodium-dev (1.0.18-r0) 15:05:29 (5/5) Installing zeromq-dev (4.3.3-r0) 15:05:29 Executing busybox-1.31.1-r16.trigger 15:05:29 OK: 167 MiB in 44 packages 15:05:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:05:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:31 Removing intermediate container 5734d3ffd367 15:05:31 ---> bff97813556f 15:05:31 Step 6/8 : WORKDIR /build 15:05:31 ---> Running in add4ac984ae4 15:05:31 Removing intermediate container add4ac984ae4 15:05:31 ---> 780f9d37a2d3 15:05:31 Step 7/8 : COPY go.mod . 15:05:31 ---> e272dcc70d29 15:05:31 Step 8/8 : RUN go mod download 15:05:31 ---> Running in 62fc561047e0 15:05:31 Checking out Revision fd3e27ff7598c67d92b9788f6f8fff41460255d0 (master) 15:05:31 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:05:31 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:05:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:05:31 > git config core.sparsecheckout # timeout=10 15:05:31 > git checkout -f fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 15:05:35 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 15:05:37 ========================================================= 15:05:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:05:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:05:38 + 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 . 15:05:39 Sending build context to Docker daemon 19.09MB 15:05:39 Step 1/8 : ARG BASE=golang:1.15-alpine 15:05:39 Step 2/8 : FROM ${BASE} 15:05:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:05:39 b538f80385f9: Pulling fs layer 15:05:39 74f711af9a0d: Pulling fs layer 15:05:39 99f96fe45779: Pulling fs layer 15:05:39 8529a6b9a6be: Pulling fs layer 15:05:39 45590311c82a: Pulling fs layer 15:05:39 69ca0ff8b7b3: Pulling fs layer 15:05:39 209524e5b208: Pulling fs layer 15:05:39 8529a6b9a6be: Waiting 15:05:39 45590311c82a: Waiting 15:05:39 69ca0ff8b7b3: Waiting 15:05:39 209524e5b208: Waiting 15:05:39 99f96fe45779: Verifying Checksum 15:05:39 99f96fe45779: Download complete 15:05:39 74f711af9a0d: Verifying Checksum 15:05:39 74f711af9a0d: Download complete 15:05:39 45590311c82a: Verifying Checksum 15:05:39 45590311c82a: Download complete 15:05:39 69ca0ff8b7b3: Download complete 15:05:39 b538f80385f9: Verifying Checksum 15:05:39 b538f80385f9: Download complete 15:05:40 b538f80385f9: Pull complete 15:05:40 74f711af9a0d: Pull complete 15:05:41 99f96fe45779: Pull complete 15:05:44 209524e5b208: Verifying Checksum 15:05:44 209524e5b208: Download complete 15:05:44 8529a6b9a6be: Verifying Checksum 15:05:44 8529a6b9a6be: Download complete 15:05:54 8529a6b9a6be: Pull complete 15:05:55 45590311c82a: Pull complete 15:05:55 69ca0ff8b7b3: Pull complete 15:05:59 209524e5b208: Pull complete 15:05:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:05:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:05:59 ---> 5bddaf1c2fca 15:05:59 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:05:59 latest: Pulling from library/docker 15:05:59 b538f80385f9: Already exists 15:05:59 259a493cd78d: Pulling fs layer 15:05:59 b8e66b5100f5: Pulling fs layer 15:05:59 7f8258a56ab6: Pulling fs layer 15:05:59 75a0a0ebb566: Pulling fs layer 15:05:59 4a2c62f0a2a3: Pulling fs layer 15:05:59 294320357d30: Pulling fs layer 15:05:59 75a0a0ebb566: Waiting 15:05:59 4a2c62f0a2a3: Waiting 15:05:59 294320357d30: Waiting 15:05:59 b8e66b5100f5: Verifying Checksum 15:05:59 b8e66b5100f5: Download complete 15:06:00 259a493cd78d: Verifying Checksum 15:06:00 259a493cd78d: Download complete 15:06:00 75a0a0ebb566: Verifying Checksum 15:06:00 75a0a0ebb566: Download complete 15:06:00 4a2c62f0a2a3: Verifying Checksum 15:06:00 4a2c62f0a2a3: Download complete 15:06:00 294320357d30: Verifying Checksum 15:06:00 294320357d30: Download complete 15:06:00 7f8258a56ab6: Retrying in 5 seconds 15:06:00 259a493cd78d: Pull complete 15:06:00 b8e66b5100f5: Pull complete 15:06:01 7f8258a56ab6: Retrying in 4 seconds 15:06:03 7f8258a56ab6: Retrying in 3 seconds 15:06:03 7f8258a56ab6: Retrying in 2 seconds 15:06:03 Removing intermediate container 62fc561047e0 15:06:03 ---> 417053b9ac49 15:06:03 Successfully built 417053b9ac49 15:06:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:06:04 + docker inspect -f . ci-base-image-x86_64 15:06:04 . [Pipeline] withDockerContainer 15:06:04 7f8258a56ab6: Retrying in 1 second 15:06:04 prd-centos7-docker-4c-2g-5605 does not seem to be running inside a container 15:06:05 $ 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 15:06:06 $ docker top 39ae0f500e5f1355ecffb65d794b111d00f843cf09141cd19ade90f80fd38cf6 -eo pid,comm [Pipeline] { 15:06:06 7f8258a56ab6: Verifying Checksum 15:06:06 7f8258a56ab6: Download complete [Pipeline] sh 15:06:07 + go version 15:06:07 go version go1.15.2 linux/amd64 [Pipeline] } 15:06:07 $ docker stop --time=1 39ae0f500e5f1355ecffb65d794b111d00f843cf09141cd19ade90f80fd38cf6 15:06:08 $ 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] } 15:06:10 7f8258a56ab6: Pull complete 15:06:10 75a0a0ebb566: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 15:06:10 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] } 15:06:10 294320357d30: Pull complete 15:06:10 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 15:06:10 Status: Downloaded newer image for docker:latest [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:06:16 ---> fe56d23b12b4 15:06:16 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:06:16 ---> Running in c03aaae588c9 15:06:17 Removing intermediate container c03aaae588c9 15:06:17 ---> d246f6744789 15:06:17 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:06:17 ---> Running in fe881a59f8d0 15:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:06:20 (1/5) Installing libsodium (1.0.18-r0) 15:06:20 (2/5) Installing libzmq (4.3.3-r0) 15:06:20 (3/5) Installing pkgconf (1.7.2-r0) 15:06:20 (4/5) Installing libsodium-dev (1.0.18-r0) 15:06:20 (5/5) Installing zeromq-dev (4.3.3-r0) 15:06:21 Executing busybox-1.31.1-r16.trigger 15:06:21 OK: 144 MiB in 44 packages 15:06:22 Removing intermediate container fe881a59f8d0 15:06:22 ---> 581f23824ddd 15:06:22 Step 6/8 : WORKDIR /build 15:06:22 ---> Running in 19cb54f2cf5c 15:06:23 Removing intermediate container 19cb54f2cf5c 15:06:23 ---> cc54b89cd740 15:06:23 Step 7/8 : COPY go.mod . 15:06:23 ---> 6f1f2a5bf6f1 15:06:23 Step 8/8 : RUN go mod download 15:06:24 ---> Running in 06f79284f704 15:06:50 Removing intermediate container 06f79284f704 15:06:50 ---> 1c2fe9a2cbff 15:06:51 Successfully built 1c2fe9a2cbff 15:06:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:06:51 + docker inspect -f . ci-base-image-arm64 15:06:51 . [Pipeline] withDockerContainer 15:06:51 prd-ubuntu18.04-docker-arm64-4c-16g-5609 does not seem to be running inside a container 15:06:51 $ 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 15:06:53 $ docker top 46880d83584266c2b9a1abc04e38083c183ac0295cc5d4f3ec9a6035685f4324 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:55 + go version 15:06:55 go version go1.15.2 linux/arm64 [Pipeline] } 15:06:55 $ docker stop --time=1 46880d83584266c2b9a1abc04e38083c183ac0295cc5d4f3ec9a6035685f4324 15:06:57 $ 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 15:07:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:07:00 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:07:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:07:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:07:00 15:07:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:07:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:07:00 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:07:00 cbdbe7a5bc2a: Pulling fs layer 15:07:00 408f87550127: Pulling fs layer 15:07:00 fe522b08c979: Pulling fs layer 15:07:00 221eaa008020: Pulling fs layer 15:07:00 2a4607e5d6b9: Pulling fs layer 15:07:00 8f79b27c4fd2: Pulling fs layer 15:07:00 e5c8dbe1645b: Pulling fs layer 15:07:00 23e8b3b47431: Pulling fs layer 15:07:00 5c568d65a230: Pulling fs layer 15:07:00 8f79b27c4fd2: Waiting 15:07:00 e5c8dbe1645b: Waiting 15:07:00 23e8b3b47431: Waiting 15:07:00 5c568d65a230: Waiting 15:07:00 2a4607e5d6b9: Waiting 15:07:00 221eaa008020: Waiting 15:07:00 fe522b08c979: Verifying Checksum 15:07:00 fe522b08c979: Download complete 15:07:00 408f87550127: Verifying Checksum 15:07:00 408f87550127: Download complete 15:07:00 2a4607e5d6b9: Download complete 15:07:01 8f79b27c4fd2: Verifying Checksum 15:07:01 8f79b27c4fd2: Download complete 15:07:01 cbdbe7a5bc2a: Verifying Checksum 15:07:01 cbdbe7a5bc2a: Download complete 15:07:02 cbdbe7a5bc2a: Pull complete 15:07:02 408f87550127: Pull complete 15:07:02 fe522b08c979: Pull complete 15:07:02 e5c8dbe1645b: Verifying Checksum 15:07:02 e5c8dbe1645b: Download complete 15:07:04 23e8b3b47431: Verifying Checksum 15:07:04 23e8b3b47431: Download complete 15:07:04 5c568d65a230: Verifying Checksum 15:07:04 5c568d65a230: Download complete 15:07:05 221eaa008020: Verifying Checksum 15:07:05 221eaa008020: Download complete 15:07:11 221eaa008020: Pull complete 15:07:11 2a4607e5d6b9: Pull complete 15:07:11 8f79b27c4fd2: Pull complete 15:07:13 e5c8dbe1645b: Pull complete 15:07:16 23e8b3b47431: Pull complete 15:07:17 5c568d65a230: Pull complete 15:07:17 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:07:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:07:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:07:17 prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container 15:07:17 $ 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 15:07:18 $ docker top 9051836d27ddc1b8637063056f33ef71d5329365d20827265c198f8653b98f5d -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:19 + snyk monitor '--org=edgex-jenkins' 15:07:37 15:07:37 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 15:07:37 15:07:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/5b81b1c0-412e-4ccf-882c-97f16783c295 15:07:37 15:07:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:07:37 15:07:37 15:07:37 Snyk CLI supports Node.js 8 and higher. 15:07:37 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 15:07:37 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 15:07:37 15:07:37 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 15:07:37 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 15:07:37 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 15:07:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:07:37 $ docker stop --time=1 9051836d27ddc1b8637063056f33ef71d5329365d20827265c198f8653b98f5d 15:07:41 $ 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 15:07:42 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:07:42 provisioning config files... 15:07:42 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8761611148421991964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:07:43 --> edgex-publish-swagger.sh 15:07:43 === Publish openapi/v2 API === 15:07:43 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:07:43 [publishToSwagger] Publishing API Name [app-functions-sdk] 15:07:43 % Total % Received % Xferd Average Speed Time Time Time Current 15:07:43 Dload Upload Total Spent Left Speed 15:07:44 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 15:07:44 15:07:44 [Pipeline] } 15:07:44 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 15:07:45 + git log --format=format:%s -1 fd3e27ff7598c67d92b9788f6f8fff41460255d0 [Pipeline] isUnix [Pipeline] sh 15:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:07:45 . [Pipeline] withDockerContainer 15:07:46 prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container 15:07:46 $ 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 15:07:46 $ docker top f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:07:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:07:47 [ssh-agent] Looking for ssh-agent implementation... 15:07:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:07:47 $ docker exec f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 ssh-agent 15:07:47 SSH_AUTH_SOCK=/tmp/ssh-pzQvaaL8Mgsy/agent.12 15:07:47 SSH_AGENT_PID=17 15:07:47 Running ssh-add (command line suppressed) 15:07:47 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) 15:07:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:07:47 + git semver tag 15:07:47 # -> Open(): unable to determine branch for HEAD 15:07:47 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:07:47 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:07:47 # $SEMVER_REMOTE_NAME = origin 15:07:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:07:47 # $SEMVER_USER_NAME = edgex-jenkins 15:07:47 # $SEMVER_BRANCH = master 15:07:47 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:07:47 # fd3e27ff7598c67d92b9788f6f8fff41460255d0 HEAD 15:07:47 # -> Force: false 15:07:47 # 5e62db2d0a2e19bc1e69136ceb03d55a662cf0fe refs/tags/v1.2.1-dev.41 [Pipeline] } 15:07:47 $ docker exec --env ******** --env ******** f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 ssh-agent -k 15:07:48 unset SSH_AUTH_SOCK; 15:07:48 unset SSH_AGENT_PID; 15:07:48 echo Agent pid 17 killed; 15:07:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:07:48 + git semver [Pipeline] } 15:07:48 $ docker stop --time=1 f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 15:07:49 $ docker rm -f f0ec363b931ec60b9bfc73c920d6161dbd330e73621413779164298f00046dd8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:07:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:07:50 15:07:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:07:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:07:51 0.23.1-centos7: Pulling from edgex-lftools 15:07:51 ab5ef0e58194: Pulling fs layer 15:07:51 9712f1f96733: Pulling fs layer 15:07:51 63f879dbbcfc: Pulling fs layer 15:07:51 0d9ebad4ef96: Pulling fs layer 15:07:51 e9a5061849ea: Pulling fs layer 15:07:51 d747dcd14b5f: Pulling fs layer 15:07:51 2de7ff778b66: Pulling fs layer 15:07:51 e9a5061849ea: Waiting 15:07:51 2de7ff778b66: Waiting 15:07:51 d747dcd14b5f: Waiting 15:07:51 0d9ebad4ef96: Waiting 15:07:51 9712f1f96733: Verifying Checksum 15:07:51 9712f1f96733: Download complete 15:07:52 63f879dbbcfc: Verifying Checksum 15:07:52 63f879dbbcfc: Download complete 15:07:52 e9a5061849ea: Download complete 15:07:52 d747dcd14b5f: Download complete 15:07:53 2de7ff778b66: Verifying Checksum 15:07:53 2de7ff778b66: Download complete 15:07:53 0d9ebad4ef96: Verifying Checksum 15:07:53 0d9ebad4ef96: Download complete 15:07:53 ab5ef0e58194: Download complete 15:07:57 ab5ef0e58194: Pull complete 15:07:57 9712f1f96733: Pull complete 15:08:00 63f879dbbcfc: Pull complete 15:08:07 0d9ebad4ef96: Pull complete 15:08:08 e9a5061849ea: Pull complete 15:08:08 d747dcd14b5f: Pull complete 15:08:13 2de7ff778b66: Pull complete 15:08:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:08:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:08:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:08:13 prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container 15:08:13 $ 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 15:08:16 $ docker top 517a99759422770fde1ca66b2868929d3f0025553c00f9e1d8c90182669c8b4c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:08:16 provisioning config files... 15:08:16 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5381707928074843570tmp 15:08:16 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5823007452568123130tmp 15:08:16 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2162000344582159548tmp [Pipeline] { [Pipeline] echo 15:08:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:08:16 ---> sigul-configuration.sh 15:08:16 gpg: directory `/root/.gnupg' created 15:08:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:08:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:08:16 gpg: keyring `/root/.gnupg/secring.gpg' created 15:08:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:08:16 gpg: CAST5 encrypted data 15:08:17 gpg: encrypted with 1 passphrase 15:08:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:08:17 + mkdir /home/jenkins 15:08:17 + mkdir /home/jenkins/sigul [Pipeline] sh 15:08:17 + 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 15:08:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:08:18 ---> sigul-install.sh 15:08:23 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:08:23 + git tag --list 15:08:23 v0.1.0 15:08:23 v0.1.1 15:08:23 v1.0.0 15:08:23 v1.1.0 15:08:23 v1.2.0 15:08:23 v1.2.1-dev.1 15:08:23 v1.2.1-dev.10 15:08:23 v1.2.1-dev.11 15:08:23 v1.2.1-dev.12 15:08:23 v1.2.1-dev.13 15:08:23 v1.2.1-dev.14 15:08:23 v1.2.1-dev.15 15:08:23 v1.2.1-dev.16 15:08:23 v1.2.1-dev.17 15:08:23 v1.2.1-dev.18 15:08:23 v1.2.1-dev.19 15:08:23 v1.2.1-dev.2 15:08:23 v1.2.1-dev.20 15:08:23 v1.2.1-dev.21 15:08:23 v1.2.1-dev.22 15:08:23 v1.2.1-dev.23 15:08:23 v1.2.1-dev.24 15:08:23 v1.2.1-dev.25 15:08:23 v1.2.1-dev.26 15:08:23 v1.2.1-dev.27 15:08:23 v1.2.1-dev.28 15:08:23 v1.2.1-dev.29 15:08:23 v1.2.1-dev.3 15:08:23 v1.2.1-dev.30 15:08:23 v1.2.1-dev.31 15:08:23 v1.2.1-dev.32 15:08:23 v1.2.1-dev.33 15:08:23 v1.2.1-dev.34 15:08:23 v1.2.1-dev.35 15:08:23 v1.2.1-dev.36 15:08:23 v1.2.1-dev.37 15:08:23 v1.2.1-dev.38 15:08:23 v1.2.1-dev.39 15:08:23 v1.2.1-dev.4 15:08:23 v1.2.1-dev.40 15:08:23 v1.2.1-dev.41 15:08:23 v1.2.1-dev.5 15:08:23 v1.2.1-dev.6 15:08:23 v1.2.1-dev.7 15:08:23 v1.2.1-dev.8 15:08:23 v1.2.1-dev.9 [Pipeline] sh 15:08:24 + lftools sign git-tag v1.2.1-dev.41 15:08:25 Signing Git tag with Sigul... 15:08:25 Signing v1.2.1-dev.41 [Pipeline] echo 15:08:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:08:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:08:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:08:27 $ docker stop --time=1 517a99759422770fde1ca66b2868929d3f0025553c00f9e1d8c90182669c8b4c 15:08:29 $ 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 15:08:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:08:30 . [Pipeline] withDockerContainer 15:08:30 prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container 15:08:30 $ 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 15:08:31 $ docker top 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:08:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:08:31 [ssh-agent] Looking for ssh-agent implementation... 15:08:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:08:31 $ docker exec 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 ssh-agent 15:08:32 SSH_AUTH_SOCK=/tmp/ssh-5TODePIEZp2s/agent.12 15:08:32 SSH_AGENT_PID=18 15:08:32 Running ssh-add (command line suppressed) 15:08:32 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) 15:08:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:08:32 + git semver bump pre 15:08:32 # -> Open(): unable to determine branch for HEAD 15:08:32 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:08:32 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:08:32 # $SEMVER_REMOTE_NAME = origin 15:08:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:08:32 # $SEMVER_USER_NAME = edgex-jenkins 15:08:32 # $SEMVER_BRANCH = master 15:08:32 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:08:32 1.2.1-dev.42 [Pipeline] } 15:08:32 $ docker exec --env ******** --env ******** 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 ssh-agent -k 15:08:32 unset SSH_AUTH_SOCK; 15:08:32 unset SSH_AGENT_PID; 15:08:32 echo Agent pid 18 killed; 15:08:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:08:33 + git semver [Pipeline] } 15:08:33 $ docker stop --time=1 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 15:08:34 $ docker rm -f 071a6ce09acfb0cef162e482c19a3dfd6ce793df61204fed5ccd88861fee35e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:08:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:08:35 . [Pipeline] withDockerContainer 15:08:35 prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container 15:08:35 $ 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 15:08:36 $ docker top 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:08:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:08:36 [ssh-agent] Looking for ssh-agent implementation... 15:08:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:08:36 $ docker exec 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 ssh-agent 15:08:37 SSH_AUTH_SOCK=/tmp/ssh-kde4q0HfJOmW/agent.12 15:08:37 SSH_AGENT_PID=17 15:08:37 Running ssh-add (command line suppressed) 15:08:37 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) 15:08:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:08:37 + git semver push 15:08:37 # -> Open(): unable to determine branch for HEAD 15:08:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:08:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:08:37 # $SEMVER_REMOTE_NAME = origin 15:08:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:08:37 # $SEMVER_USER_NAME = edgex-jenkins 15:08:37 # $SEMVER_BRANCH = master 15:08:37 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:08:44 $ docker exec --env ******** --env ******** 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 ssh-agent -k 15:08:44 unset SSH_AUTH_SOCK; 15:08:44 unset SSH_AGENT_PID; 15:08:44 echo Agent pid 17 killed; 15:08:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:08:45 + git semver [Pipeline] } 15:08:45 $ docker stop --time=1 62acf4b8e7d6ee0c13eedd47ffac86aa4e4f5a346e6257093dc699bb3b306d30 15:08:46 $ 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 15:08:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:08:49 ---> package-listing.sh 15:08:49 ++ facter osfamily 15:08:49 ++ tr '[:upper:]' '[:lower:]' 15:08:49 + OS_FAMILY=redhat 15:08:49 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 15:08:49 + START_PACKAGES=/tmp/packages_start.txt 15:08:49 + END_PACKAGES=/tmp/packages_end.txt 15:08:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:08:49 + PACKAGES=/tmp/packages_start.txt 15:08:49 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:08:49 + PACKAGES=/tmp/packages_end.txt 15:08:49 + case "${OS_FAMILY}" in 15:08:49 + rpm -qa 15:08:49 + sort 15:08:53 + '[' -f /tmp/packages_start.txt ']' 15:08:53 + '[' -f /tmp/packages_end.txt ']' 15:08:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:08:53 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:08:53 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 15:08:53 + 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 15:08:53 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 15:08:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:08:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:08:54 15:08:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:08:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:08:54 alpine: Pulling from edgex-lftools-log-publisher 15:08:54 df20fa9351a1: Pulling fs layer 15:08:54 36b3adc4ff6f: Pulling fs layer 15:08:54 8ad3a11d3b57: Pulling fs layer 15:08:54 46f8f816bc3b: Pulling fs layer 15:08:54 93b61091891f: Pulling fs layer 15:08:54 93b9cdb0e59b: Pulling fs layer 15:08:54 5e14af77c1be: Pulling fs layer 15:08:54 01666e4c0597: Pulling fs layer 15:08:54 aa168da1d23b: Pulling fs layer 15:08:54 46f8f816bc3b: Waiting 15:08:54 93b61091891f: Waiting 15:08:54 93b9cdb0e59b: Waiting 15:08:54 5e14af77c1be: Waiting 15:08:54 01666e4c0597: Waiting 15:08:54 aa168da1d23b: Waiting 15:08:54 36b3adc4ff6f: Verifying Checksum 15:08:54 36b3adc4ff6f: Download complete 15:08:54 46f8f816bc3b: Verifying Checksum 15:08:54 46f8f816bc3b: Download complete 15:08:55 df20fa9351a1: Verifying Checksum 15:08:55 df20fa9351a1: Download complete 15:08:55 93b9cdb0e59b: Download complete 15:08:55 5e14af77c1be: Verifying Checksum 15:08:55 5e14af77c1be: Download complete 15:08:55 01666e4c0597: Download complete 15:08:55 93b61091891f: Verifying Checksum 15:08:55 93b61091891f: Download complete 15:08:55 df20fa9351a1: Pull complete 15:08:55 8ad3a11d3b57: Verifying Checksum 15:08:55 8ad3a11d3b57: Download complete 15:08:55 36b3adc4ff6f: Pull complete 15:08:56 8ad3a11d3b57: Pull complete 15:08:56 46f8f816bc3b: Pull complete 15:08:57 93b61091891f: Pull complete 15:08:57 93b9cdb0e59b: Pull complete 15:08:57 5e14af77c1be: Pull complete 15:08:57 01666e4c0597: Pull complete 15:08:57 aa168da1d23b: Verifying Checksum 15:08:57 aa168da1d23b: Download complete 15:09:04 aa168da1d23b: Pull complete 15:09:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:09:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:09:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:09:04 prd-centos7-docker-4c-2g-5600 does not seem to be running inside a container 15:09:04 $ 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 15:09:10 $ docker top b91ced6b94865c700c5ac165ace5532495e86ea29f9e1dc1cbfa0aaf9b613e5c -eo pid,comm [Pipeline] { [Pipeline] sh 15:09:10 + touch /tmp/pre-build-complete [Pipeline] sh 15:09:11 + mkdir -p /var/log/sa [Pipeline] sh 15:09:11 + ls /var/log/sa-host 15:09:11 + sadf -c /var/log/sa-host/sa05 15:09:11 file_magic: OK 15:09:11 HZ: Using current value: 100 15:09:11 file_header: OK 15:09:11 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 15:09:11 Statistics: 15:09:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:09:11 File successfully converted to sysstat format version 12.2.1 15:09:11 + sadf -c /var/log/sa-host/sa15 15:09:11 file_magic: OK 15:09:11 HZ: Using current value: 100 15:09:11 file_header: OK 15:09:11 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 15:09:11 Statistics: 15:09:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:09:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:09:11 provisioning config files... 15:09:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6434240271141666984tmp [Pipeline] { [Pipeline] echo 15:09:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:09:12 ---> create-netrc.sh [Pipeline] } 15:09:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:09:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:09:12 ---> python-tools-install.sh [Pipeline] echo 15:09:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:09:13 ---> sudo-logs.sh 15:09:13 Archiving 'sudo' log.. [Pipeline] echo 15:09:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:09:13 ---> job-cost.sh 15:09:13 lf-activate-venv: SKIPPING 15:09:13 INFO: No Stack... 15:09:14 INFO: Retrieving Pricing Info for: v1-standard-2 15:09:14 INFO: Archiving Costs [Pipeline] echo 15:09:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:09:15 ---> logs-deploy.sh 15:09:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/129 15:09:15 INFO: archiving workspace using pattern(s): 15:09:16 Archives upload complete. 15:09:16 INFO: archiving logs to Nexus 15:09:17 ---> uname -a: 15:09:17 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 15:09:17 15:09:17 15:09:17 ---> lscpu: 15:09:17 Architecture: x86_64 15:09:17 CPU op-mode(s): 32-bit, 64-bit 15:09:17 Byte Order: Little Endian 15:09:17 Address sizes: 40 bits physical, 48 bits virtual 15:09:17 CPU(s): 4 15:09:17 On-line CPU(s) list: 0-3 15:09:17 Thread(s) per core: 1 15:09:17 Core(s) per socket: 1 15:09:17 Socket(s): 4 15:09:17 NUMA node(s): 1 15:09:17 Vendor ID: GenuineIntel 15:09:17 CPU family: 6 15:09:17 Model: 44 15:09:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:09:17 Stepping: 1 15:09:17 CPU MHz: 2933.442 15:09:17 BogoMIPS: 5866.88 15:09:17 Virtualization: VT-x 15:09:17 Hypervisor vendor: KVM 15:09:17 Virtualization type: full 15:09:17 L1d cache: 128 KiB 15:09:17 L1i cache: 128 KiB 15:09:17 L2 cache: 16 MiB 15:09:17 L3 cache: 64 MiB 15:09:17 NUMA node0 CPU(s): 0-3 15:09:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:09:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:09:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:09:17 Vulnerability Meltdown: Mitigation; PTI 15:09:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:09:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:09:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:09:17 Vulnerability Tsx async abort: Not affected 15:09:17 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 15:09:17 15:09:17 15:09:17 ---> nproc: 15:09:17 4 15:09:17 15:09:17 15:09:17 ---> df -h: 15:09:17 Filesystem Size Used Available Use% Mounted on 15:09:17 overlay 50.0G 8.5G 41.5G 17% / 15:09:17 tmpfs 64.0M 0 64.0M 0% /dev 15:09:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:09:17 shm 64.0M 0 64.0M 0% /dev/shm 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 15:09:17 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 15:09:17 15:09:17 15:09:17 ---> free -m: 15:09:17 total used free shared buff/cache available 15:09:17 Mem: 1837 784 157 0 894 992 15:09:17 Swap: 1023 3 1020 15:09:17 15:09:17 15:09:17 ---> ip addr: 15:09:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:09:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:09:17 inet 127.0.0.1/8 scope host lo 15:09:17 valid_lft forever preferred_lft forever 15:09:17 inet6 ::1/128 scope host 15:09:17 valid_lft forever preferred_lft forever 15:09:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:09:17 link/ether fa:16:3e:79:33:55 brd ff:ff:ff:ff:ff:ff 15:09:17 inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 15:09:17 valid_lft 85930sec preferred_lft 85930sec 15:09:17 inet6 fe80::f816:3eff:fe79:3355/64 scope link 15:09:17 valid_lft forever preferred_lft forever 15:09:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:09:17 link/ether 02:42:88:b2:cd:99 brd ff:ff:ff:ff:ff:ff 15:09:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:09:17 valid_lft forever preferred_lft forever 15:09:17 inet6 fe80::42:88ff:feb2:cd99/64 scope link 15:09:17 valid_lft forever preferred_lft forever 15:09:17 15:09:17 15:09:17 ---> sar -b -r -n DEV: 15:09:17 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) 15:09:17 15:09:17 15:01:09 LINUX RESTART (4 CPU) 15:09:17 15:09:17 15:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:09:17 15:03:01 30.06 10.97 19.09 0.00 4478.43 3345.07 0.00 15:09:17 15:04:01 1.50 0.00 1.50 0.00 0.00 26.76 0.00 15:09:17 15:05:02 0.42 0.00 0.42 0.00 0.00 6.38 0.00 15:09:17 15:06:01 0.24 0.00 0.24 0.00 0.00 2.74 0.00 15:09:17 15:07:01 0.23 0.00 0.23 0.00 0.00 3.26 0.00 15:09:17 15:08:01 301.31 143.64 157.68 0.00 7993.22 53733.67 0.00 15:09:17 15:09:01 229.74 112.74 117.00 0.00 8355.90 26311.91 0.00 15:09:17 Average: 80.78 38.33 42.46 0.00 2985.14 11962.03 0.00 15:09:17 15:09:17 15:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:09:17 15:03:01 238652 0 573652 30.49 2620 1066632 1114972 38.05 413168 1071800 20 15:09:17 15:04:01 239444 0 572856 30.45 2620 1066636 1096084 37.41 415952 1068584 8 15:09:17 15:05:02 237248 0 575044 30.56 2620 1066644 1096072 37.41 417788 1068512 8 15:09:17 15:06:01 236504 0 575788 30.60 2620 1066644 1096160 37.41 420092 1067832 8 15:09:17 15:07:01 200160 0 610464 32.44 2620 1068312 1289316 44.00 461424 1061348 1684 15:09:17 15:08:01 67596 0 719200 38.22 2564 1092196 1515140 51.71 628740 964248 15460 15:09:17 15:09:01 73896 0 797608 42.39 1544 1008508 1533948 52.35 726236 784152 79168 15:09:17 Average: 184786 0 632087 33.59 2458 1062225 1248813 42.62 497629 1012354 13765 15:09:17 15:09:17 15:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:09:17 15:03:01 eth0 132.52 143.53 640.18 36.77 0.00 0.00 0.00 0.00 15:09:17 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:03:01 docker0 89.90 60.52 7.81 302.27 0.00 0.00 0.00 0.00 15:09:17 15:04:01 eth0 3.70 0.95 1.26 0.74 0.00 0.00 0.00 0.00 15:09:17 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:05:02 eth0 1.80 0.52 0.61 0.42 0.00 0.00 0.00 0.00 15:09:17 15:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:06:01 eth0 1.39 0.32 0.44 0.20 0.00 0.00 0.00 0.00 15:09:17 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:07:01 eth0 10.08 7.81 37.98 1.63 0.00 0.00 0.00 0.00 15:09:17 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:08:01 eth0 846.56 752.87 7358.81 68.21 0.00 0.00 0.00 0.00 15:09:17 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:08:01 docker0 65.24 69.36 5.04 409.93 0.00 0.00 0.00 0.00 15:09:17 15:09:01 eth0 297.64 260.20 2424.14 131.87 0.00 0.00 0.00 0.00 15:09:17 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 15:09:01 docker0 31.10 36.99 1.95 199.23 0.00 0.00 0.00 0.00 15:09:17 Average: eth0 185.47 167.19 1500.27 34.37 0.00 0.00 0.00 0.00 15:09:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:09:17 Average: docker0 26.69 23.91 2.12 130.63 0.00 0.00 0.00 0.00 15:09:17 15:09:17 15:09:17 ---> sar -P ALL: 15:09:17 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) 15:09:17 15:09:17 15:01:09 LINUX RESTART (4 CPU) 15:09:17 15:09:17 15:02:01 CPU %user %nice %system %iowait %steal %idle 15:09:17 15:03:01 all 3.32 0.00 1.82 0.61 0.02 94.24 15:09:17 15:03:01 0 2.73 0.00 1.74 0.05 0.02 95.46 15:09:17 15:03:01 1 3.98 0.00 1.89 0.49 0.02 93.63 15:09:17 15:03:01 2 3.68 0.00 1.57 0.28 0.02 94.45 15:09:17 15:03:01 3 2.88 0.00 2.06 1.62 0.02 93.42 15:09:17 15:04:01 all 0.18 0.00 0.05 0.00 0.00 99.76 15:09:17 15:04:01 0 0.05 0.00 0.05 0.00 0.00 99.90 15:09:17 15:04:01 1 0.58 0.00 0.05 0.00 0.00 99.37 15:09:17 15:04:01 2 0.05 0.00 0.07 0.00 0.00 99.88 15:09:17 15:04:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:09:17 15:05:02 all 0.19 0.00 0.03 0.00 0.00 99.78 15:09:17 15:05:02 0 0.13 0.00 0.03 0.00 0.00 99.83 15:09:17 15:05:02 1 0.53 0.00 0.05 0.00 0.00 99.42 15:09:17 15:05:02 2 0.07 0.00 0.02 0.00 0.00 99.92 15:09:17 15:05:02 3 0.03 0.00 0.02 0.02 0.00 99.93 15:09:17 15:06:01 all 0.27 0.00 0.03 0.00 0.00 99.70 15:09:17 15:06:01 0 0.49 0.00 0.03 0.00 0.00 99.47 15:09:17 15:06:01 1 0.52 0.00 0.03 0.00 0.00 99.44 15:09:17 15:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:09:17 15:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:09:17 15:07:01 all 0.26 0.00 0.18 0.00 0.00 99.57 15:09:17 15:07:01 0 0.13 0.00 0.13 0.00 0.00 99.73 15:09:17 15:07:01 1 0.45 0.00 0.22 0.00 0.00 99.33 15:09:17 15:07:01 2 0.10 0.00 0.08 0.00 0.00 99.82 15:09:17 15:07:01 3 0.35 0.00 0.27 0.00 0.00 99.38 15:09:17 15:08:01 all 13.07 0.00 8.46 3.95 0.06 74.46 15:09:17 15:08:01 0 13.67 0.00 8.91 3.46 0.05 73.92 15:09:17 15:08:01 1 13.36 0.00 8.13 3.05 0.07 75.40 15:09:17 15:08:01 2 12.47 0.00 8.38 4.50 0.07 74.58 15:09:17 15:08:01 3 12.79 0.00 8.42 4.80 0.07 73.92 15:09:17 15:09:01 all 10.92 0.00 7.78 3.72 0.08 77.50 15:09:17 15:09:01 0 9.70 0.00 7.61 4.52 0.08 78.08 15:09:17 15:09:01 1 10.92 0.00 7.22 3.97 0.07 77.82 15:09:17 15:09:01 2 11.20 0.00 7.83 2.85 0.08 78.05 15:09:17 15:09:01 3 11.85 0.00 8.46 3.54 0.09 76.06 15:09:17 Average: all 3.99 0.00 2.59 1.17 0.02 92.22 15:09:17 Average: 0 3.79 0.00 2.61 1.13 0.02 92.44 15:09:17 Average: 1 4.30 0.00 2.49 1.06 0.02 92.13 15:09:17 Average: 2 3.91 0.00 2.55 1.08 0.02 92.44 15:09:17 Average: 3 3.96 0.00 2.73 1.41 0.02 91.88 15:09:17 15:09:17 15:09:17