Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28071 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Checking out Revision a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 (master) > git fetch --tags --force --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 a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#715)" > git rev-list --no-walk 8767d0343bb22558268e36dcb62db2286673396f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:37:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:37:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:37:56 ========================================================= 17:37:56 EdgeX Global Pipelines Version Info 17:37:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:37:59 ------------------- 17:37:59 stable info: 17:37:59 ------------------- 17:37:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:37:59 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 17:37:59 Message: update stable to v1.0.183 17:38:00 ------------------- 17:38:00 experimental info: 17:38:00 ------------------- 17:38:00 Commited By: **** collab-it+edgex@linuxfoundation.org 17:38:00 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 17:38:00 Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:38:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:38:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:38:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1af34c [Pipeline] echo 17:38:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:38:04 + git log --format=format:%s -1 a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 [Pipeline] echo 17:38:04 GIT_COMMIT: a1af34c7f52734c37f3173cf500a3c7bd0fc61a0, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#715) [Pipeline] echo 17:38:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:38:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:08 17:38:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:38:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:08 latest: Pulling from edgex-devops/git-semver 17:38:08 31603596830f: Pulling fs layer 17:38:08 2a8b12db71e7: Pulling fs layer 17:38:08 6ca5941a6612: Pulling fs layer 17:38:08 ecc8261a40a4: Pulling fs layer 17:38:08 ecc8261a40a4: Waiting 17:38:08 2a8b12db71e7: Verifying Checksum 17:38:08 2a8b12db71e7: Download complete 17:38:08 31603596830f: Verifying Checksum 17:38:08 31603596830f: Download complete 17:38:09 ecc8261a40a4: Verifying Checksum 17:38:09 ecc8261a40a4: Download complete 17:38:09 6ca5941a6612: Verifying Checksum 17:38:09 6ca5941a6612: Download complete 17:38:09 31603596830f: Pull complete 17:38:10 2a8b12db71e7: Pull complete 17:38:12 6ca5941a6612: Pull complete 17:38:12 ecc8261a40a4: Pull complete 17:38:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:38:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:38:13 prd-centos7-docker-4c-2g-28071 does not seem to be running inside a container 17:38:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:38:18 $ docker top 6c0a2b7eb32c8c1b4ca5c9e5064f4d01b39b2980310a0f577434b3b5cbb55275 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:38:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:18 [ssh-agent] Looking for ssh-agent implementation... 17:38:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:19 $ docker exec 6c0a2b7eb32c8c1b4ca5c9e5064f4d01b39b2980310a0f577434b3b5cbb55275 ssh-agent 17:38:20 SSH_AUTH_SOCK=/tmp/ssh-c2Zz20omndB2/agent.11 17:38:20 SSH_AGENT_PID=16 17:38:20 Running ssh-add (command line suppressed) 17:38:20 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_10546665439266593.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_10546665439266593.key) 17:38:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:20 + git tag --points-at HEAD [Pipeline] } 17:38:20 $ docker exec --env ******** --env ******** 6c0a2b7eb32c8c1b4ca5c9e5064f4d01b39b2980310a0f577434b3b5cbb55275 ssh-agent -k 17:38:21 unset SSH_AUTH_SOCK; 17:38:21 unset SSH_AGENT_PID; 17:38:21 echo Agent pid 16 killed; 17:38:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:38:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:21 [ssh-agent] Looking for ssh-agent implementation... 17:38:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:22 $ docker exec 6c0a2b7eb32c8c1b4ca5c9e5064f4d01b39b2980310a0f577434b3b5cbb55275 ssh-agent 17:38:22 SSH_AUTH_SOCK=/tmp/ssh-86sPPEMUKvvi/agent.45 17:38:22 SSH_AGENT_PID=51 17:38:22 Running ssh-add (command line suppressed) 17:38:23 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1775287443231997286.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1775287443231997286.key) 17:38:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:23 + git semver init 17:38:23 # -> Open(): unable to determine branch for HEAD 17:38:23 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:38:23 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:38:23 # $SEMVER_REMOTE_NAME = origin 17:38:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:38:23 # $SEMVER_USER_NAME = edgex-jenkins 17:38:23 # $SEMVER_BRANCH = master 17:38:23 # $SEMVER_TEMP = /tmp/semver-310332678 17:38:23 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:38:28 # '/tmp/semver-310332678' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:38:28 # -> Force: false 17:38:28 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:38:28 $ docker exec --env ******** --env ******** 6c0a2b7eb32c8c1b4ca5c9e5064f4d01b39b2980310a0f577434b3b5cbb55275 ssh-agent -k 17:38:28 unset SSH_AUTH_SOCK; 17:38:28 unset SSH_AGENT_PID; 17:38:28 echo Agent pid 51 killed; 17:38:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:38:28 + git semver [Pipeline] } 17:38:28 $ docker stop --time=1 6c0a2b7eb32c8c1b4ca5c9e5064f4d01b39b2980310a0f577434b3b5cbb55275 17:38:31 $ docker rm -f 6c0a2b7eb32c8c1b4ca5c9e5064f4d01b39b2980310a0f577434b3b5cbb55275 [Pipeline] // withDockerContainer [Pipeline] sh 17:38:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:38:34 Stashed 1 file(s) [Pipeline] echo 17:38:34 [edgeXSemver]: initialized semver on version 2.0.0-dev.24 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:38:50 Still waiting to schedule task 17:38:50 ‘prd-centos7-docker-4c-2g-28072’ is offline; ‘prd-centos7-docker-4c-2g-28073’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ 17:38:50 Still waiting to schedule task 17:38:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:40:26 Running on prd-centos7-docker-4c-2g-28074 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:40:26 Running in /w/workspace/app-functions-sdk-go/191 [Pipeline] { [Pipeline] checkout 17:40:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28076 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:40:37 Running in /w/workspace/app-functions-sdk-go/191 [Pipeline] { [Pipeline] checkout 17:40:42 using credential edgex-jenkins-ssh 17:40:42 Cloning the remote Git repository 17:40:42 using credential edgex-jenkins-ssh 17:40:42 Cloning the remote Git repository 17:40:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:42 > git init /w/workspace/app-functions-sdk-go/191 # timeout=10 17:40:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:42 > git --version # timeout=10 17:40:42 > git --version # 'git version 2.17.1' 17:40:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:42 > git init /w/workspace/app-functions-sdk-go/191 # timeout=10 17:40:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:43 > git --version # timeout=10 17:40:43 > git --version # 'git version 2.24.3' 17:40:43 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:45 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:46 Checking out Revision a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 (master) 17:40:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:46 Checking out Revision a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 (master) 17:40:46 > git config core.sparsecheckout # timeout=10 17:40:46 > git checkout -f a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 # timeout=10 17:40:46 > git config core.sparsecheckout # timeout=10 17:40:46 > git checkout -f a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 # timeout=10 17:40:50 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#715)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 17:40:51 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#715)" [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:40:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:40:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:40:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:40:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:40:53 + true 17:40:53 + sudo service docker restart 17:40:53 + sudo service docker restart 17:40:53 + true 17:40:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:40:55 ========================================================= 17:40:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:40:55 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] unstash 17:40:56 + 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 . [Pipeline] echo 17:40:56 ========================================================= 17:40:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:40:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:40:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:40:57 Sending build context to Docker daemon 19.25MB 17:40:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:40:57 Step 2/8 : FROM ${BASE} 17:40:58 Sending build context to Docker daemon 19.25MB 17:40:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:40:58 Step 2/8 : FROM ${BASE} 17:40:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:40:58 5f621e34cdf4: Pulling fs layer 17:40:58 a4357932f1b6: Pulling fs layer 17:40:58 18c013af1878: Pulling fs layer 17:40:58 00ac8860ef70: Pulling fs layer 17:40:58 63d7cb157983: Pulling fs layer 17:40:58 b116817d02f9: Pulling fs layer 17:40:58 745a02a5169b: Pulling fs layer 17:40:58 00ac8860ef70: Waiting 17:40:58 b116817d02f9: Waiting 17:40:58 745a02a5169b: Waiting 17:40:58 63d7cb157983: Waiting 17:40:58 18c013af1878: Verifying Checksum 17:40:58 18c013af1878: Download complete 17:40:58 a4357932f1b6: Verifying Checksum 17:40:58 a4357932f1b6: Download complete 17:40:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:40:58 188c0c94c7c5: Pulling fs layer 17:40:58 0ef7d3d256c8: Pulling fs layer 17:40:58 de9db76c5a1d: Pulling fs layer 17:40:58 bca2f99d35d6: Pulling fs layer 17:40:58 93359f2a8cfa: Pulling fs layer 17:40:58 7c6f9722023f: Pulling fs layer 17:40:58 a35cf1a2eb13: Pulling fs layer 17:40:58 bca2f99d35d6: Waiting 17:40:58 93359f2a8cfa: Waiting 17:40:58 7c6f9722023f: Waiting 17:40:58 a35cf1a2eb13: Waiting 17:40:58 de9db76c5a1d: Verifying Checksum 17:40:58 de9db76c5a1d: Download complete 17:40:58 0ef7d3d256c8: Verifying Checksum 17:40:58 0ef7d3d256c8: Download complete 17:40:58 93359f2a8cfa: Verifying Checksum 17:40:58 93359f2a8cfa: Download complete 17:40:58 7c6f9722023f: Verifying Checksum 17:40:58 7c6f9722023f: Download complete 17:40:58 188c0c94c7c5: Verifying Checksum 17:40:58 188c0c94c7c5: Download complete 17:40:58 63d7cb157983: Verifying Checksum 17:40:58 63d7cb157983: Download complete 17:40:58 b116817d02f9: Verifying Checksum 17:40:58 b116817d02f9: Download complete 17:40:59 188c0c94c7c5: Pull complete 17:40:59 0ef7d3d256c8: Pull complete 17:40:59 de9db76c5a1d: Pull complete 17:41:00 5f621e34cdf4: Verifying Checksum 17:41:00 5f621e34cdf4: Download complete 17:41:01 5f621e34cdf4: Pull complete 17:41:01 a4357932f1b6: Pull complete 17:41:02 18c013af1878: Pull complete 17:41:03 745a02a5169b: Verifying Checksum 17:41:03 745a02a5169b: Download complete 17:41:04 a35cf1a2eb13: Verifying Checksum 17:41:04 a35cf1a2eb13: Download complete 17:41:04 bca2f99d35d6: Verifying Checksum 17:41:04 bca2f99d35d6: Download complete 17:41:05 00ac8860ef70: Verifying Checksum 17:41:05 00ac8860ef70: Download complete 17:41:15 00ac8860ef70: Pull complete 17:41:15 63d7cb157983: Pull complete 17:41:15 b116817d02f9: Pull complete 17:41:18 745a02a5169b: Pull complete 17:41:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:41:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:41:18 ---> b7e6874047d6 17:41:18 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:41:18 20.10.0: Pulling from library/docker 17:41:18 a3cc7d3b244e: Pulling fs layer 17:41:18 02a3295e0d61: Pulling fs layer 17:41:18 0f4f2e6d8100: Pulling fs layer 17:41:18 330b718f631f: Pulling fs layer 17:41:18 a93816041522: Pulling fs layer 17:41:18 bdb6da89ff94: Pulling fs layer 17:41:18 2a70c0c122f4: Pulling fs layer 17:41:18 a93816041522: Waiting 17:41:18 330b718f631f: Waiting 17:41:18 2a70c0c122f4: Waiting 17:41:18 0f4f2e6d8100: Verifying Checksum 17:41:18 0f4f2e6d8100: Download complete 17:41:18 02a3295e0d61: Verifying Checksum 17:41:18 02a3295e0d61: Download complete 17:41:18 a3cc7d3b244e: Verifying Checksum 17:41:18 a3cc7d3b244e: Download complete 17:41:18 a93816041522: Verifying Checksum 17:41:18 a93816041522: Download complete 17:41:18 bdb6da89ff94: Verifying Checksum 17:41:18 bdb6da89ff94: Download complete 17:41:18 2a70c0c122f4: Verifying Checksum 17:41:18 2a70c0c122f4: Download complete 17:41:19 a3cc7d3b244e: Pull complete 17:41:20 02a3295e0d61: Pull complete 17:41:20 330b718f631f: Download complete 17:41:20 0f4f2e6d8100: Pull complete 17:41:23 bca2f99d35d6: Pull complete 17:41:24 93359f2a8cfa: Pull complete 17:41:24 330b718f631f: Pull complete 17:41:24 a93816041522: Pull complete 17:41:24 7c6f9722023f: Pull complete 17:41:24 bdb6da89ff94: Pull complete 17:41:25 2a70c0c122f4: Pull complete 17:41:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:41:25 Status: Downloaded newer image for docker:20.10.0 17:41:31 ---> d57b056d1529 17:41:31 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:41:31 ---> Running in 287400caa1dd 17:41:31 Removing intermediate container 287400caa1dd 17:41:31 ---> ab5bdb39dd83 17:41:31 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:41:31 ---> Running in 941d49fcacd3 17:41:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:34 (1/5) Installing libsodium (1.0.18-r0) 17:41:34 (2/5) Installing libzmq (4.3.3-r0) 17:41:34 (3/5) Installing pkgconf (1.7.2-r0) 17:41:34 (4/5) Installing libsodium-dev (1.0.18-r0) 17:41:34 (5/5) Installing zeromq-dev (4.3.3-r0) 17:41:34 Executing busybox-1.31.1-r19.trigger 17:41:34 OK: 144 MiB in 44 packages 17:41:34 a35cf1a2eb13: Pull complete 17:41:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:41:34 ---> a62c8e92a672 17:41:34 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:41:34 20.10.0: Pulling from library/docker 17:41:34 05e7bc50f07f: Pulling fs layer 17:41:34 6db28d0fdbf6: Pulling fs layer 17:41:34 292df0bc6bf3: Pulling fs layer 17:41:34 2e060f4bd70b: Pulling fs layer 17:41:34 80e8d568a223: Pulling fs layer 17:41:34 8dc6ef1a942a: Pulling fs layer 17:41:34 2312dd95470a: Pulling fs layer 17:41:34 2e060f4bd70b: Waiting 17:41:34 80e8d568a223: Waiting 17:41:34 8dc6ef1a942a: Waiting 17:41:34 2312dd95470a: Waiting 17:41:34 292df0bc6bf3: Verifying Checksum 17:41:34 292df0bc6bf3: Download complete 17:41:34 6db28d0fdbf6: Verifying Checksum 17:41:34 6db28d0fdbf6: Download complete 17:41:34 05e7bc50f07f: Verifying Checksum 17:41:34 05e7bc50f07f: Download complete 17:41:34 80e8d568a223: Verifying Checksum 17:41:34 80e8d568a223: Download complete 17:41:34 8dc6ef1a942a: Verifying Checksum 17:41:34 8dc6ef1a942a: Download complete 17:41:34 2312dd95470a: Verifying Checksum 17:41:34 2312dd95470a: Download complete 17:41:35 05e7bc50f07f: Pull complete 17:41:35 6db28d0fdbf6: Pull complete 17:41:35 292df0bc6bf3: Pull complete 17:41:36 Removing intermediate container 941d49fcacd3 17:41:36 ---> 74f62f7f87a0 17:41:36 Step 6/8 : WORKDIR /build 17:41:36 ---> Running in f601328b570f 17:41:36 2e060f4bd70b: Verifying Checksum 17:41:36 2e060f4bd70b: Download complete 17:41:36 Removing intermediate container f601328b570f 17:41:36 ---> a08f89108ac5 17:41:36 Step 7/8 : COPY go.mod . 17:41:37 ---> 3ab24fce73e0 17:41:37 Step 8/8 : RUN go mod download 17:41:37 ---> Running in 46831da47410 17:41:47 2e060f4bd70b: Pull complete 17:41:47 80e8d568a223: Pull complete 17:41:48 8dc6ef1a942a: Pull complete 17:41:48 2312dd95470a: Pull complete 17:41:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:41:48 Status: Downloaded newer image for docker:20.10.0 17:41:51 ---> 8d09fdf41bda 17:41:51 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:41:51 ---> Running in 898f9a3db12f 17:41:52 Removing intermediate container 898f9a3db12f 17:41:52 ---> 80b8f710a181 17:41:52 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:41:52 ---> Running in 47064e078f19 17:41:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:41:59 (1/5) Installing libsodium (1.0.18-r0) 17:41:59 (2/5) Installing libzmq (4.3.3-r0) 17:42:00 (3/5) Installing pkgconf (1.7.2-r0) 17:42:00 (4/5) Installing libsodium-dev (1.0.18-r0) 17:42:00 (5/5) Installing zeromq-dev (4.3.3-r0) 17:42:00 Executing busybox-1.31.1-r19.trigger 17:42:00 OK: 167 MiB in 44 packages 17:42:01 Removing intermediate container 47064e078f19 17:42:01 ---> 77080102d4a5 17:42:01 Step 6/8 : WORKDIR /build 17:42:01 ---> Running in 07d132bc54fd 17:42:02 Removing intermediate container 07d132bc54fd 17:42:02 ---> ae797319debe 17:42:02 Step 7/8 : COPY go.mod . 17:42:03 ---> a916808a8c63 17:42:03 Step 8/8 : RUN go mod download 17:42:03 ---> Running in b0d51e591a82 17:42:04 Removing intermediate container 46831da47410 17:42:04 ---> 40d080585f29 17:42:04 Successfully built 40d080585f29 17:42:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:42:04 + docker inspect -f . ci-base-image-arm64 17:42:04 . [Pipeline] withDockerContainer 17:42:05 prd-ubuntu18.04-docker-arm64-4c-16g-28076 does not seem to be running inside a container 17:42:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/191 -v /w/workspace/app-functions-sdk-go/191:/w/workspace/app-functions-sdk-go/191:rw,z -v /w/workspace/app-functions-sdk-go/191@tmp:/w/workspace/app-functions-sdk-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:42:06 $ docker top a4f72bb43ce7c69069c97e9be3efa116ad12b4a205e2e9f5edc9a4425a1ff146 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:07 + go version 17:42:07 go version go1.15.5 linux/arm64 [Pipeline] } 17:42:07 $ docker stop --time=1 a4f72bb43ce7c69069c97e9be3efa116ad12b4a205e2e9f5edc9a4425a1ff146 17:42:09 $ docker rm -f a4f72bb43ce7c69069c97e9be3efa116ad12b4a205e2e9f5edc9a4425a1ff146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:42:10 + docker inspect -f . ci-base-image-arm64 17:42:10 . [Pipeline] withDockerContainer 17:42:11 prd-ubuntu18.04-docker-arm64-4c-16g-28076 does not seem to be running inside a container 17:42:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/191 -v /w/workspace/app-functions-sdk-go/191:/w/workspace/app-functions-sdk-go/191:rw,z -v /w/workspace/app-functions-sdk-go/191@tmp:/w/workspace/app-functions-sdk-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:42:12 $ docker top cc50824451395aae0757f39845aa2533a073d9294dc942be1b38af3a54101a0a -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:13 + make test 17:42:13 make -C ./app-service-template build 17:42:13 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:42:13 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:42:46 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:42:46 make -C ./app-service-template test 17:42:46 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:42:46 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:42:50 Removing intermediate container b0d51e591a82 17:42:50 ---> 965c76073889 17:42:50 Successfully built 965c76073889 17:42:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:42:50 + docker inspect -f . ci-base-image-x86_64 17:42:51 . [Pipeline] withDockerContainer 17:42:52 prd-centos7-docker-4c-2g-28074 does not seem to be running inside a container 17:42:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/191 -v /w/workspace/app-functions-sdk-go/191:/w/workspace/app-functions-sdk-go/191:rw,z -v /w/workspace/app-functions-sdk-go/191@tmp:/w/workspace/app-functions-sdk-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:42:53 $ docker top 98007ad481b6960492de154ee479b12519c02ad2af51ddc6d5e69fb4ffd2897b -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:54 + go version 17:42:54 go version go1.15.5 linux/amd64 [Pipeline] } 17:42:54 $ docker stop --time=1 98007ad481b6960492de154ee479b12519c02ad2af51ddc6d5e69fb4ffd2897b 17:42:56 $ docker rm -f 98007ad481b6960492de154ee479b12519c02ad2af51ddc6d5e69fb4ffd2897b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:42:58 + docker inspect -f . ci-base-image-x86_64 17:42:58 . [Pipeline] withDockerContainer 17:42:59 prd-centos7-docker-4c-2g-28074 does not seem to be running inside a container 17:42:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/191 -v /w/workspace/app-functions-sdk-go/191:/w/workspace/app-functions-sdk-go/191:rw,z -v /w/workspace/app-functions-sdk-go/191@tmp:/w/workspace/app-functions-sdk-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:43:01 $ docker top 8634a4c52d4af1ff7020f8006f52250bc3f5b24529f090d0485a0e1b66002fa3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:43:03 + make test 17:43:03 make -C ./app-service-template build 17:43:03 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:43:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:43:08 ? new-app-service [no test files] 17:43:08 ok new-app-service/functions 0.023s coverage: 75.8% of statements 17:43:08 CGO_ENABLED=1 go vet ./... 17:43:16 gofmt -l . 17:43:16 [ "`gofmt -l .`" = "" ] 17:43:16 ./bin/test-go-mod-tidy.sh 17:43:16 ./bin/test-attribution-txt.sh 17:43:17 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:43:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:43:18 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 17:43:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.035s coverage: 82.6% of statements 17:43:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.101s coverage: 58.6% of statements 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:43:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.080s coverage: 61.5% of statements 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:43:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.075s coverage: 75.6% of statements 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:43:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.013s coverage: 97.0% of statements 17:43:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:43:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.025s coverage: 8.8% of statements 17:43:43 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:43:43 make -C ./app-service-template test 17:43:43 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:43:43 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:43:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.871s coverage: 77.5% of statements 17:43:47 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:43:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.073s coverage: 87.9% of statements 17:43:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.046s coverage: 80.5% of statements 17:43:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.027s coverage: 71.7% of statements 17:43:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.077s coverage: 82.8% of statements 17:43:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 17:43:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:44:02 gofmt -l . 17:44:02 [ "`gofmt -l .`" = "" ] 17:44:02 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:44:03 $ docker stop --time=1 cc50824451395aae0757f39845aa2533a073d9294dc942be1b38af3a54101a0a 17:44:05 $ docker rm -f cc50824451395aae0757f39845aa2533a073d9294dc942be1b38af3a54101a0a [Pipeline] // withDockerContainer [Pipeline] sh 17:44:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:44:07 ? new-app-service [no test files] 17:44:07 ok new-app-service/functions 0.014s coverage: 75.8% of statements 17:44:07 CGO_ENABLED=1 go vet ./... 17:44:07 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:44:08 ---> job-cost.sh 17:44:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HhO2 17:44:12 gofmt -l . 17:44:12 [ "`gofmt -l .`" = "" ] 17:44:12 ./bin/test-go-mod-tidy.sh 17:44:14 ./bin/test-attribution-txt.sh 17:44:15 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/191/app-service-template' 17:44:15 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:44:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 17:44:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.064s coverage: 82.6% of statements 17:44:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.393s coverage: 58.6% of statements 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:44:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.172s coverage: 61.5% of statements 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:44:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.199s coverage: 75.6% of statements 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:44:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.045s coverage: 97.0% of statements 17:44:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:44:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.266s coverage: 8.8% of statements 17:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 14.132s coverage: 77.5% of statements 17:44:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.029s coverage: 87.9% of statements 17:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.026s coverage: 80.5% of statements 17:44:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.017s coverage: 71.7% of statements 17:44:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:44:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.056s coverage: 82.8% of statements 17:44:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 17:44:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:45:00 gofmt -l . 17:45:00 [ "`gofmt -l .`" = "" ] 17:45:00 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:45:01 $ docker stop --time=1 8634a4c52d4af1ff7020f8006f52250bc3f5b24529f090d0485a0e1b66002fa3 17:45:05 $ docker rm -f 8634a4c52d4af1ff7020f8006f52250bc3f5b24529f090d0485a0e1b66002fa3 [Pipeline] // withDockerContainer [Pipeline] sh 17:45:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:45:07 Warning: overwriting stash ‘coverage-report’ 17:45:08 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:45:10 ---> job-cost.sh 17:45:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cS1p 17:45:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:46:30 lf-activate-venv(): INFO: Adding /tmp/venv-cS1p/bin to PATH 17:46:30 INFO: No Stack... 17:46:31 INFO: Retrieving Pricing Info for: v1-standard-2 17:46:32 INFO: Archiving Costs [Pipeline] sh 17:46:33 + cat /w/workspace/app-functions-sdk-go/191/archives/cost.csv 17:46:33 + cut -d, -f6 [Pipeline] lock 17:46:33 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] 17:46:33 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] did not exist. Created. 17:46:33 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:46:34 + echo total: 0.029999999329447746 [Pipeline] stash 17:46:34 Stashed 1 file(s) [Pipeline] } 17:46:34 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:46:54 lf-activate-venv(): INFO: Adding /tmp/venv-HhO2/bin to PATH 17:46:54 INFO: No Stack... 17:46:54 INFO: Retrieving Pricing Info for: lf-standard-4 17:46:54 INFO: Archiving Costs [Pipeline] sh 17:46:54 + cut -d, -f6 17:46:54 + cat /w/workspace/app-functions-sdk-go/191/archives/cost.csv [Pipeline] lock 17:46:54 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] 17:46:54 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] did not exist. Created. 17:46:54 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:46:55 /w/workspace/app-functions-sdk-go/191@tmp/durable-87e5976e/script.sh: 1: /w/workspace/app-functions-sdk-go/191@tmp/durable-87e5976e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:46:55 + echo total: 0.20999999344348907 [Pipeline] stash 17:46:55 Warning: overwriting stash ‘stack-cost’ 17:46:55 Stashed 1 file(s) [Pipeline] } 17:46:55 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-191-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:46:56 provisioning config files... 17:46:56 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7257894082811541639tmp [Pipeline] { [Pipeline] sh 17:46:57 + set +x 17:46:57 + curl -s https://codecov.io/bash 17:46:57 + bash -s -- 17:46:57 17:46:57 _____ _ 17:46:57 / ____| | | 17:46:57 | | ___ __| | ___ ___ _____ __ 17:46:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:46:57 | |___| (_) | (_| | __/ (_| (_) \ V / 17:46:57 \_____\___/ \__,_|\___|\___\___/ \_/ 17:46:57 Bash-20210226-7100762 17:46:57 17:46:57 17:46:57 ==> git version 2.24.3 found 17:46:57 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:46:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:46:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:46:57 ==> Jenkins CI detected. 17:46:57 project root: . 17:46:57 --> token set from env 17:46:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:46:57 ==> Running gcov in . (disable via -X gcov) 17:46:57 ==> Python coveragepy not found 17:46:57 ==> Searching for coverage reports in: 17:46:57 + . 17:46:57 -> Found 2 reports 17:46:57 ==> Detecting git/mercurial file structure 17:46:57 ==> Reading reports 17:46:57 + ./app-service-template/coverage.out bytes=1148 17:46:57 + ./coverage.out bytes=82817 17:46:57 ==> Appending adjustments 17:46:57 https://docs.codecov.io/docs/fixing-reports 17:46:59 + Found adjustments 17:46:59 ==> Gzipping contents 17:46:59 16K /tmp/codecov.7V3JZO.gz 17:46:59 ==> Uploading reports 17:46:59 url: https://codecov.io 17:46:59 query: branch=master&commit=a1af34c7f52734c37f3173cf500a3c7bd0fc61a0&build=191&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F191%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:46:59 -> Pinging Codecov 17:46:59 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=a1af34c7f52734c37f3173cf500a3c7bd0fc61a0&build=191&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F191%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:47:17 -> Uploading to 17:47:17 https://storage.googleapis.com/codecov/v4/raw/2021-03-01/3D8B5DFFC46A037C893635FACE044666/a1af34c7f52734c37f3173cf500a3c7bd0fc61a0/72f5ca08-cfa5-468c-a83c-3243226b6439.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210301T174715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d6e5bbabe40a6fdfb21c2f3a6ecc0eed1457d2b4409ae8dfe72097c6d57a0c24 17:47:17 % Total % Received % Xferd Average Speed Time Time Time Current 17:47:17 Dload Upload Total Spent Left Speed 17:47:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14455 0 0 100 14455 0 29375 --:--:-- --:--:-- --:--:-- 29439 17:47:17 -> Reports have been successfully queued for processing at upstream request timeoutupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: local resethttps://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 [Pipeline] } 17:47:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:47:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:47:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:47:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:47:19 17:47:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:47:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:47:19 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:47:19 188c0c94c7c5: Pulling fs layer 17:47:19 0ef7d3d256c8: Pulling fs layer 17:47:19 de9db76c5a1d: Pulling fs layer 17:47:19 0eba1c9be4d2: Pulling fs layer 17:47:19 0d57e429df01: Pulling fs layer 17:47:19 4e4be7b47b0d: Pulling fs layer 17:47:19 e1f770b5df2f: Pulling fs layer 17:47:19 85a0685a4137: Pulling fs layer 17:47:19 0d57e429df01: Waiting 17:47:19 4e4be7b47b0d: Waiting 17:47:19 e1f770b5df2f: Waiting 17:47:19 85a0685a4137: Waiting 17:47:19 0eba1c9be4d2: Waiting 17:47:19 de9db76c5a1d: Verifying Checksum 17:47:19 de9db76c5a1d: Download complete 17:47:19 0ef7d3d256c8: Verifying Checksum 17:47:19 0ef7d3d256c8: Download complete 17:47:19 0d57e429df01: Verifying Checksum 17:47:19 0d57e429df01: Download complete 17:47:19 4e4be7b47b0d: Download complete 17:47:19 188c0c94c7c5: Verifying Checksum 17:47:19 188c0c94c7c5: Download complete 17:47:20 188c0c94c7c5: Pull complete 17:47:20 0ef7d3d256c8: Pull complete 17:47:20 de9db76c5a1d: Pull complete 17:47:21 e1f770b5df2f: Verifying Checksum 17:47:21 e1f770b5df2f: Download complete 17:47:25 0eba1c9be4d2: Verifying Checksum 17:47:25 0eba1c9be4d2: Download complete 17:47:26 85a0685a4137: Verifying Checksum 17:47:26 85a0685a4137: Download complete 17:47:41 0eba1c9be4d2: Pull complete 17:47:41 0d57e429df01: Pull complete 17:47:42 4e4be7b47b0d: Pull complete 17:47:46 e1f770b5df2f: Pull complete 17:48:04 85a0685a4137: Pull complete 17:48:04 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:48:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:48:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:48:05 prd-centos7-docker-4c-2g-28071 does not seem to be running inside a container 17:48:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:48:07 $ docker top a4db2b229b8b483ccc6a02acdb028b774c78829f5cb90ff2bfded18b7bae36e5 -eo pid,comm [Pipeline] { [Pipeline] echo 17:48:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:48:08 + set -o pipefail 17:48:08 + snyk monitor '--org=edgex-jenkins' 17:48:27 17:48:27 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 17:48:27 17:48:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/36c86c5b-38ea-4575-aadb-5955915c217e 17:48:27 17:48:27 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:48:27 17:48:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:48:27 17:48:27 [Pipeline] } 17:48:27 $ docker stop --time=1 a4db2b229b8b483ccc6a02acdb028b774c78829f5cb90ff2bfded18b7bae36e5 17:48:31 $ docker rm -f a4db2b229b8b483ccc6a02acdb028b774c78829f5cb90ff2bfded18b7bae36e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:48:32 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:48:32 provisioning config files... 17:48:32 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8527903287264635283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:48:33 --> edgex-publish-swagger.sh 17:48:33 === Publish openapi/v2 API === 17:48:33 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:48:33 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 17:48:33 % Total % Received % Xferd Average Speed Time Time Time Current 17:48:33 Dload Upload Total Spent Left Speed 17:48:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10604 0:00:01 0:00:01 --:--:-- 10620 17:48:34 17:48:34 [Pipeline] } 17:48:34 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 17:48:35 + git log --format=format:%s -1 a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 [Pipeline] isUnix [Pipeline] sh 17:48:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:48:35 . [Pipeline] withDockerContainer 17:48:35 prd-centos7-docker-4c-2g-28071 does not seem to be running inside a container 17:48:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:48:37 $ docker top 9f0998459b32b0d62e2e6911020cf7ef902eb4856636fb10f266223f549818a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:48:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:48:37 [ssh-agent] Looking for ssh-agent implementation... 17:48:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:48:38 $ docker exec 9f0998459b32b0d62e2e6911020cf7ef902eb4856636fb10f266223f549818a8 ssh-agent 17:48:39 SSH_AUTH_SOCK=/tmp/ssh-nf5FdhYxi18x/agent.11 17:48:39 SSH_AGENT_PID=16 17:48:39 Running ssh-add (command line suppressed) 17:48:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4915783205496023345.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4915783205496023345.key) 17:48:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:48:40 + git semver tag 17:48:40 # -> Open(): unable to determine branch for HEAD 17:48:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:48:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:48:40 # $SEMVER_REMOTE_NAME = origin 17:48:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:48:40 # $SEMVER_USER_NAME = edgex-jenkins 17:48:40 # $SEMVER_BRANCH = master 17:48:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:48:40 # a1af34c7f52734c37f3173cf500a3c7bd0fc61a0 HEAD 17:48:40 # -> Force: false 17:48:40 # 4e2ec3c65b683cfa12a2456884fb4e3dcb98ff00 refs/tags/v2.0.0-dev.24 [Pipeline] } 17:48:40 $ docker exec --env ******** --env ******** 9f0998459b32b0d62e2e6911020cf7ef902eb4856636fb10f266223f549818a8 ssh-agent -k 17:48:40 unset SSH_AUTH_SOCK; 17:48:40 unset SSH_AGENT_PID; 17:48:40 echo Agent pid 16 killed; 17:48:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:48:41 + git semver [Pipeline] } 17:48:41 $ docker stop --time=1 9f0998459b32b0d62e2e6911020cf7ef902eb4856636fb10f266223f549818a8 17:48:43 $ docker rm -f 9f0998459b32b0d62e2e6911020cf7ef902eb4856636fb10f266223f549818a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:48:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:48:44 17:48:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:48:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:48:44 0.23.1-centos7: Pulling from edgex-lftools 17:48:44 ab5ef0e58194: Pulling fs layer 17:48:44 9712f1f96733: Pulling fs layer 17:48:44 63f879dbbcfc: Pulling fs layer 17:48:44 0d9ebad4ef96: Pulling fs layer 17:48:44 e9a5061849ea: Pulling fs layer 17:48:44 d747dcd14b5f: Pulling fs layer 17:48:44 2de7ff778b66: Pulling fs layer 17:48:44 e9a5061849ea: Waiting 17:48:44 d747dcd14b5f: Waiting 17:48:44 2de7ff778b66: Waiting 17:48:44 0d9ebad4ef96: Waiting 17:48:45 9712f1f96733: Verifying Checksum 17:48:45 9712f1f96733: Download complete 17:48:47 63f879dbbcfc: Verifying Checksum 17:48:47 63f879dbbcfc: Download complete 17:48:48 e9a5061849ea: Download complete 17:48:48 0d9ebad4ef96: Verifying Checksum 17:48:48 0d9ebad4ef96: Download complete 17:48:48 d747dcd14b5f: Verifying Checksum 17:48:48 d747dcd14b5f: Download complete 17:48:48 ab5ef0e58194: Verifying Checksum 17:48:48 ab5ef0e58194: Download complete 17:48:49 2de7ff778b66: Verifying Checksum 17:48:49 2de7ff778b66: Download complete 17:48:59 ab5ef0e58194: Pull complete 17:48:59 9712f1f96733: Pull complete 17:49:04 63f879dbbcfc: Pull complete 17:49:19 0d9ebad4ef96: Pull complete 17:49:21 e9a5061849ea: Pull complete 17:49:21 d747dcd14b5f: Pull complete 17:49:25 2de7ff778b66: Pull complete 17:49:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:49:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:49:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:49:26 prd-centos7-docker-4c-2g-28071 does not seem to be running inside a container 17:49:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:49:32 $ docker top ca6e2628cb1f06eec84a1eb6893dca901ce4229811989cc8f7835cc7f9ad2dce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:49:32 provisioning config files... 17:49:32 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config61008826999550166tmp 17:49:32 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5796723009681283062tmp 17:49:32 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3354535751133919151tmp [Pipeline] { [Pipeline] echo 17:49:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:49:33 ---> sigul-configuration.sh 17:49:33 gpg: directory `/root/.gnupg' created 17:49:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:49:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:49:33 gpg: keyring `/root/.gnupg/secring.gpg' created 17:49:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:49:33 gpg: CAST5 encrypted data 17:49:33 gpg: encrypted with 1 passphrase 17:49:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:49:33 + mkdir /home/jenkins 17:49:33 + mkdir /home/jenkins/sigul [Pipeline] sh 17:49:34 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:49:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:49:34 ---> sigul-install.sh 17:49:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:49:45 + git tag --list 17:49:45 v0.1.0 17:49:45 v0.1.1 17:49:45 v1.0.0 17:49:45 v1.1.0 17:49:45 v1.2.0 17:49:45 v1.3.0 17:49:45 v1.3.1 17:49:45 v1.3.1-dev.1 17:49:45 v1.3.2-dev.1 17:49:45 v2.0.0-dev.1 17:49:45 v2.0.0-dev.10 17:49:45 v2.0.0-dev.11 17:49:45 v2.0.0-dev.12 17:49:45 v2.0.0-dev.13 17:49:45 v2.0.0-dev.14 17:49:45 v2.0.0-dev.15 17:49:45 v2.0.0-dev.16 17:49:45 v2.0.0-dev.17 17:49:45 v2.0.0-dev.18 17:49:45 v2.0.0-dev.19 17:49:45 v2.0.0-dev.2 17:49:45 v2.0.0-dev.20 17:49:45 v2.0.0-dev.21 17:49:45 v2.0.0-dev.22 17:49:45 v2.0.0-dev.23 17:49:45 v2.0.0-dev.24 17:49:45 v2.0.0-dev.3 17:49:45 v2.0.0-dev.4 17:49:45 v2.0.0-dev.5 17:49:45 v2.0.0-dev.6 17:49:45 v2.0.0-dev.7 17:49:45 v2.0.0-dev.8 17:49:45 v2.0.0-dev.9 [Pipeline] sh 17:49:45 + lftools sign git-tag v2.0.0-dev.24 17:49:49 Signing Git tag with Sigul... 17:49:49 Signing v2.0.0-dev.24 [Pipeline] echo 17:49:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:49:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:49:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:49:50 $ docker stop --time=1 ca6e2628cb1f06eec84a1eb6893dca901ce4229811989cc8f7835cc7f9ad2dce 17:49:53 $ docker rm -f ca6e2628cb1f06eec84a1eb6893dca901ce4229811989cc8f7835cc7f9ad2dce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:49:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:49:55 . [Pipeline] withDockerContainer 17:49:55 prd-centos7-docker-4c-2g-28071 does not seem to be running inside a container 17:49:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:49:56 $ docker top 817fd5ccab97d932624674af0b788f27387ba29101dc9d3aa4c4e688bddad56c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:49:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:57 [ssh-agent] Looking for ssh-agent implementation... 17:49:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:57 $ docker exec 817fd5ccab97d932624674af0b788f27387ba29101dc9d3aa4c4e688bddad56c ssh-agent 17:49:58 SSH_AUTH_SOCK=/tmp/ssh-xeBwNiOWqB7h/agent.11 17:49:58 SSH_AGENT_PID=17 17:49:58 Running ssh-add (command line suppressed) 17:49:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7662465550234731111.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7662465550234731111.key) 17:49:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:49:58 + git semver bump pre 17:49:58 # -> Open(): unable to determine branch for HEAD 17:49:58 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:49:58 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:49:58 # $SEMVER_REMOTE_NAME = origin 17:49:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:49:58 # $SEMVER_USER_NAME = edgex-jenkins 17:49:58 # $SEMVER_BRANCH = master 17:49:58 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:49:59 2.0.0-dev.25 [Pipeline] } 17:49:59 $ docker exec --env ******** --env ******** 817fd5ccab97d932624674af0b788f27387ba29101dc9d3aa4c4e688bddad56c ssh-agent -k 17:49:59 unset SSH_AUTH_SOCK; 17:49:59 unset SSH_AGENT_PID; 17:49:59 echo Agent pid 17 killed; 17:49:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:50:00 + git semver [Pipeline] } 17:50:00 $ docker stop --time=1 817fd5ccab97d932624674af0b788f27387ba29101dc9d3aa4c4e688bddad56c 17:50:01 $ docker rm -f 817fd5ccab97d932624674af0b788f27387ba29101dc9d3aa4c4e688bddad56c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:50:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:50:02 . [Pipeline] withDockerContainer 17:50:02 prd-centos7-docker-4c-2g-28071 does not seem to be running inside a container 17:50:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:50:05 $ docker top edac4775a91e389b1c7c3c638230d341c51f5438d13d0d76fe03f8eb73f428e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:50:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:50:05 [ssh-agent] Looking for ssh-agent implementation... 17:50:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:50:06 $ docker exec edac4775a91e389b1c7c3c638230d341c51f5438d13d0d76fe03f8eb73f428e4 ssh-agent 17:50:06 SSH_AUTH_SOCK=/tmp/ssh-zwNlMVCKjK1r/agent.11 17:50:06 SSH_AGENT_PID=17 17:50:06 Running ssh-add (command line suppressed) 17:50:06 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8897479935420107755.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8897479935420107755.key) 17:50:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:50:06 + git semver push 17:50:06 # -> Open(): unable to determine branch for HEAD 17:50:06 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:50:06 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:50:06 # $SEMVER_REMOTE_NAME = origin 17:50:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:50:06 # $SEMVER_USER_NAME = edgex-jenkins 17:50:06 # $SEMVER_BRANCH = master 17:50:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:50:13 $ docker exec --env ******** --env ******** edac4775a91e389b1c7c3c638230d341c51f5438d13d0d76fe03f8eb73f428e4 ssh-agent -k 17:50:14 unset SSH_AUTH_SOCK; 17:50:14 unset SSH_AGENT_PID; 17:50:14 echo Agent pid 17 killed; 17:50:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:50:16 + git semver [Pipeline] } 17:50:16 $ docker stop --time=1 edac4775a91e389b1c7c3c638230d341c51f5438d13d0d76fe03f8eb73f428e4 17:50:19 $ docker rm -f edac4775a91e389b1c7c3c638230d341c51f5438d13d0d76fe03f8eb73f428e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:50:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:50:24 ---> package-listing.sh 17:50:24 ++ facter osfamily 17:50:24 ++ tr '[:upper:]' '[:lower:]' 17:50:24 + OS_FAMILY=redhat 17:50:24 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:50:24 + START_PACKAGES=/tmp/packages_start.txt 17:50:24 + END_PACKAGES=/tmp/packages_end.txt 17:50:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:50:24 + PACKAGES=/tmp/packages_start.txt 17:50:24 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:50:24 + PACKAGES=/tmp/packages_end.txt 17:50:24 + case "${OS_FAMILY}" in 17:50:24 + rpm -qa 17:50:24 + sort 17:50:34 + '[' -f /tmp/packages_start.txt ']' 17:50:34 + '[' -f /tmp/packages_end.txt ']' 17:50:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:50:34 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:50:34 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:50:34 + 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 17:50:34 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 17:50:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:36 17:50:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:50:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:37 alpine: Pulling from edgex-lftools-log-publisher 17:50:37 df20fa9351a1: Pulling fs layer 17:50:37 36b3adc4ff6f: Pulling fs layer 17:50:37 8ad3a11d3b57: Pulling fs layer 17:50:37 46f8f816bc3b: Pulling fs layer 17:50:37 93b61091891f: Pulling fs layer 17:50:37 93b9cdb0e59b: Pulling fs layer 17:50:37 5e14af77c1be: Pulling fs layer 17:50:37 01666e4c0597: Pulling fs layer 17:50:37 aa168da1d23b: Pulling fs layer 17:50:37 46f8f816bc3b: Waiting 17:50:37 93b61091891f: Waiting 17:50:37 93b9cdb0e59b: Waiting 17:50:37 5e14af77c1be: Waiting 17:50:37 01666e4c0597: Waiting 17:50:37 aa168da1d23b: Waiting 17:50:37 36b3adc4ff6f: Download complete 17:50:37 46f8f816bc3b: Verifying Checksum 17:50:37 46f8f816bc3b: Download complete 17:50:37 df20fa9351a1: Verifying Checksum 17:50:37 df20fa9351a1: Download complete 17:50:37 93b9cdb0e59b: Download complete 17:50:37 5e14af77c1be: Verifying Checksum 17:50:37 5e14af77c1be: Download complete 17:50:37 01666e4c0597: Verifying Checksum 17:50:37 01666e4c0597: Download complete 17:50:37 93b61091891f: Verifying Checksum 17:50:37 93b61091891f: Download complete 17:50:37 df20fa9351a1: Pull complete 17:50:38 8ad3a11d3b57: Verifying Checksum 17:50:38 8ad3a11d3b57: Download complete 17:50:38 36b3adc4ff6f: Pull complete 17:50:40 8ad3a11d3b57: Pull complete 17:50:40 46f8f816bc3b: Pull complete 17:50:41 aa168da1d23b: Verifying Checksum 17:50:41 aa168da1d23b: Download complete 17:50:41 93b61091891f: Pull complete 17:50:41 93b9cdb0e59b: Pull complete 17:50:41 5e14af77c1be: Pull complete 17:50:42 01666e4c0597: Pull complete 17:51:05 aa168da1d23b: Pull complete 17:51:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:51:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:51:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:51:05 prd-centos7-docker-4c-2g-28071 does not seem to be running inside a container 17:51:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:51:09 $ docker top c30f2686b3607bb14029b924b8980e5688a9be6b5b7794b9fd8273723b2e9457 -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:10 + touch /tmp/pre-build-complete [Pipeline] sh 17:51:11 + mkdir -p /var/log/sa [Pipeline] sh 17:51:11 + ls /var/log/sa-host 17:51:11 + sadf -c /var/log/sa-host/sa01 17:51:11 file_magic: OK 17:51:11 HZ: Using current value: 100 17:51:11 file_header: OK 17:51: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 17:51:11 Statistics: 17:51:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:51:11 File successfully converted to sysstat format version 12.2.1 17:51:11 + sadf -c /var/log/sa-host/sa23 17:51:11 file_magic: OK 17:51:11 HZ: Using current value: 100 17:51:11 file_header: OK 17:51: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 17:51:11 Statistics: 17:51:11 Hnuu...uuuununununu... 17:51:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:51:11 provisioning config files... 17:51:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5861117854807761823tmp [Pipeline] { [Pipeline] echo 17:51:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:51:12 ---> create-netrc.sh [Pipeline] } 17:51:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:51:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:51:12 ---> python-tools-install.sh [Pipeline] echo 17:51:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:51:14 ---> sudo-logs.sh 17:51:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:51:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:51:15 ---> job-cost.sh 17:51:15 lf-activate-venv: SKIPPING 17:51:15 DEBUG: total: 0.20999999344348907 17:51:15 INFO: Retrieving Stack Cost... 17:51:16 INFO: Retrieving Pricing Info for: v1-standard-2 17:51:17 INFO: Archiving Costs [Pipeline] echo 17:51:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:51:18 ---> logs-deploy.sh 17:51:18 lf-activate-venv: SKIPPING 17:51:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/191 17:51:18 INFO: archiving workspace using pattern(s): 17:51:21 Archives upload complete. 17:51:22 INFO: archiving logs to Nexus 17:51:25 ---> uname -a: 17:51:25 Linux prd-centos7-docker-4c-2g-28071.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:51:25 17:51:25 17:51:25 ---> lscpu: 17:51:25 Architecture: x86_64 17:51:25 CPU op-mode(s): 32-bit, 64-bit 17:51:25 Byte Order: Little Endian 17:51:25 Address sizes: 40 bits physical, 48 bits virtual 17:51:25 CPU(s): 4 17:51:25 On-line CPU(s) list: 0-3 17:51:25 Thread(s) per core: 1 17:51:25 Core(s) per socket: 1 17:51:25 Socket(s): 4 17:51:25 NUMA node(s): 1 17:51:25 Vendor ID: GenuineIntel 17:51:25 CPU family: 6 17:51:25 Model: 44 17:51:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:51:25 Stepping: 1 17:51:25 CPU MHz: 2933.438 17:51:25 BogoMIPS: 5866.87 17:51:25 Virtualization: VT-x 17:51:25 Hypervisor vendor: KVM 17:51:25 Virtualization type: full 17:51:25 L1d cache: 128 KiB 17:51:25 L1i cache: 128 KiB 17:51:25 L2 cache: 16 MiB 17:51:25 L3 cache: 64 MiB 17:51:25 NUMA node0 CPU(s): 0-3 17:51:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:51:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:51:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:51:25 Vulnerability Meltdown: Mitigation; PTI 17:51:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:51:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:51:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:51:25 Vulnerability Srbds: Not affected 17:51:25 Vulnerability Tsx async abort: Not affected 17:51:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:51:25 17:51:25 17:51:25 ---> nproc: 17:51:25 4 17:51:25 17:51:25 17:51:25 ---> df -h: 17:51:25 Filesystem Size Used Available Use% Mounted on 17:51:25 overlay 50.0G 8.2G 41.8G 16% / 17:51:25 tmpfs 64.0M 0 64.0M 0% /dev 17:51:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:51:25 shm 64.0M 0 64.0M 0% /dev/shm 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 17:51:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 17:51:25 17:51:25 17:51:25 ---> free -m: 17:51:25 total used free shared buff/cache available 17:51:25 Mem: 1837 817 142 0 877 955 17:51:25 Swap: 1023 2 1021 17:51:25 17:51:25 17:51:25 ---> ip addr: 17:51:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:51:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:51:25 inet 127.0.0.1/8 scope host lo 17:51:25 valid_lft forever preferred_lft forever 17:51:25 inet6 ::1/128 scope host 17:51:25 valid_lft forever preferred_lft forever 17:51:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:51:25 link/ether fa:16:3e:c7:12:3e brd ff:ff:ff:ff:ff:ff 17:51:25 inet 10.30.123.136/23 brd 10.30.123.255 scope global dynamic eth0 17:51:25 valid_lft 85482sec preferred_lft 85482sec 17:51:25 inet6 fe80::f816:3eff:fec7:123e/64 scope link 17:51:25 valid_lft forever preferred_lft forever 17:51:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:51:25 link/ether 02:42:df:01:03:a6 brd ff:ff:ff:ff:ff:ff 17:51:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:51:25 valid_lft forever preferred_lft forever 17:51:25 inet6 fe80::42:dfff:fe01:3a6/64 scope link 17:51:25 valid_lft forever preferred_lft forever 17:51:25 17:51:25 17:51:25 ---> sar -b -r -n DEV: 17:51:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/01/21 _x86_64_ (4 CPU) 17:51:25 17:51:25 17:35:50 LINUX RESTART (4 CPU) 17:51:25 17:51:25 17:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:51:25 17:38:01 60.03 38.04 21.99 0.00 3401.56 2964.35 0.00 17:51:25 17:39:02 37.41 12.75 24.66 0.00 4416.49 3330.76 0.00 17:51:25 17:40:01 0.93 0.00 0.93 0.00 0.00 23.73 0.00 17:51:25 17:41:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 17:51:25 17:42:01 0.22 0.00 0.22 0.00 0.00 2.91 0.00 17:51:25 17:43:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 17:51:25 17:44:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 17:51:25 17:45:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 17:51:25 17:46:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 17:51:25 17:47:01 0.37 0.08 0.28 0.00 7.32 5.91 0.00 17:51:25 17:48:01 209.00 115.98 93.02 0.00 4375.19 29337.19 0.00 17:51:25 17:49:02 157.25 75.27 81.98 0.00 4641.27 20346.34 0.00 17:51:25 17:50:01 162.71 58.55 104.16 0.00 3570.93 20400.56 0.00 17:51:25 17:51:02 115.20 52.60 62.60 0.00 4703.44 15696.47 0.00 17:51:25 Average: 53.26 25.30 27.97 0.00 1800.44 6592.90 0.00 17:51:25 17:51:25 17:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:51:25 17:38:01 82444 0 560936 29.81 2620 1235544 1030272 35.16 405652 1196840 6972 17:51:25 17:39:02 237268 0 591592 31.44 2620 1050064 1092172 37.27 403036 1043260 128 17:51:25 17:40:01 238584 0 590272 31.37 2620 1050068 1091980 37.27 402540 1042576 20 17:51:25 17:41:01 245732 0 583120 30.99 2620 1050072 1020640 34.83 412860 1026440 8 17:51:25 17:42:01 245808 0 583040 30.99 2620 1050076 1020768 34.84 439040 1000304 8 17:51:25 17:43:01 230644 0 598196 31.79 2620 1050084 1020920 34.84 467156 986936 12 17:51:25 17:44:01 231636 0 597204 31.74 2620 1050084 1020836 34.84 466784 986936 20 17:51:25 17:45:01 232924 0 595908 31.67 2620 1050092 1020572 34.83 465332 986936 12 17:51:25 17:46:01 233188 0 595640 31.66 2620 1050096 1020572 34.83 465464 986932 8 17:51:25 17:47:01 224580 0 603908 32.10 2620 1050436 1035308 35.33 473112 986428 8 17:51:25 17:48:01 80952 0 736916 39.17 2620 1061056 1529044 52.18 543060 1002492 89992 17:51:25 17:49:02 66892 0 758012 40.29 2540 1054100 1560268 53.25 630112 910932 96796 17:51:25 17:50:01 213144 0 802864 42.67 1492 864044 1588456 54.21 595092 730496 64 17:51:25 17:51:02 73776 0 841900 44.75 1052 964816 1566984 53.48 692260 751760 73364 17:51:25 Average: 188398 0 645679 34.32 2422 1045045 1187057 40.51 490107 974233 19101 17:51:25 17:51:25 17:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:51:25 17:38:01 eth0 218.25 153.42 993.26 54.96 0.00 0.00 0.00 0.00 17:51:25 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:39:02 eth0 150.50 142.18 648.17 39.11 0.00 0.00 0.00 0.00 17:51:25 17:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:39:02 docker0 92.92 84.95 8.97 310.23 0.00 0.00 0.00 0.00 17:51:25 17:40:01 eth0 2.47 0.91 1.50 0.42 0.00 0.00 0.00 0.00 17:51:25 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:41:01 eth0 1.22 0.82 0.61 0.43 0.00 0.00 0.00 0.00 17:51:25 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:42:01 eth0 2.33 0.68 0.68 0.37 0.00 0.00 0.00 0.00 17:51:25 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:43:01 eth0 1.83 0.72 0.75 0.47 0.00 0.00 0.00 0.00 17:51:25 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:44:01 eth0 0.52 0.40 0.27 0.24 0.00 0.00 0.00 0.00 17:51:25 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:45:01 eth0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:51:25 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:47:01 eth0 6.14 3.70 5.88 2.16 0.00 0.00 0.00 0.00 17:51:25 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:48:01 eth0 423.18 368.15 4074.55 70.53 0.00 0.00 0.00 0.00 17:51:25 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:49:02 eth0 418.40 360.83 3440.33 63.23 0.00 0.00 0.00 0.00 17:51:25 17:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:49:02 docker0 48.43 48.68 4.40 239.47 0.00 0.00 0.00 0.00 17:51:25 17:50:01 vethb798908 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:51:25 17:50:01 eth0 86.17 68.49 269.56 51.26 0.00 0.00 0.00 0.00 17:51:25 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:50:01 docker0 30.54 38.81 1.79 222.45 0.00 0.00 0.00 0.00 17:51:25 17:51:02 eth0 214.16 170.48 2144.59 44.75 0.00 0.00 0.00 0.00 17:51:25 17:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 17:51:02 docker0 1.82 1.30 0.30 0.31 0.00 0.00 0.00 0.00 17:51:25 Average: eth0 109.42 91.16 831.98 23.48 0.00 0.00 0.00 0.00 17:51:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:51:25 Average: docker0 12.40 12.39 1.10 55.05 0.00 0.00 0.00 0.00 17:51:25 17:51:25 17:51:25 ---> sar -P ALL: 17:51:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/01/21 _x86_64_ (4 CPU) 17:51:25 17:51:25 17:35:50 LINUX RESTART (4 CPU) 17:51:25 17:51:25 17:37:01 CPU %user %nice %system %iowait %steal %idle 17:51:25 17:38:01 all 10.88 0.00 4.75 6.21 40.19 37.98 17:51:25 17:38:01 0 11.94 0.00 4.68 7.92 41.19 34.28 17:51:25 17:38:01 1 8.75 0.00 4.54 4.45 39.69 42.57 17:51:25 17:38:01 2 12.78 0.00 5.02 6.75 39.87 35.58 17:51:25 17:38:01 3 10.22 0.00 4.77 5.81 40.03 39.17 17:51:25 17:39:02 all 2.65 0.00 1.99 2.05 9.99 83.32 17:51:25 17:39:02 0 2.22 0.00 1.75 1.88 10.66 83.50 17:51:25 17:39:02 1 2.28 0.00 1.73 1.01 9.25 85.72 17:51:25 17:39:02 2 2.34 0.00 2.17 3.73 9.53 82.23 17:51:25 17:39:02 3 3.75 0.00 2.32 1.60 10.52 81.81 17:51:25 17:40:01 all 0.09 0.00 0.05 0.00 0.77 99.09 17:51:25 17:40:01 0 0.08 0.00 0.03 0.00 1.34 98.54 17:51:25 17:40:01 1 0.05 0.00 0.03 0.00 0.29 99.63 17:51:25 17:40:01 2 0.07 0.00 0.05 0.00 0.27 99.61 17:51:25 17:40:01 3 0.15 0.00 0.08 0.00 1.18 98.59 17:51:25 17:41:01 all 0.08 0.00 0.03 0.00 1.56 98.33 17:51:25 17:41:01 0 0.02 0.00 0.03 0.00 1.55 98.40 17:51:25 17:41:01 1 0.18 0.00 0.03 0.00 1.81 97.97 17:51:25 17:41:01 2 0.10 0.00 0.02 0.00 1.75 98.14 17:51:25 17:41:01 3 0.03 0.00 0.05 0.00 1.11 98.81 17:51:25 17:42:01 all 0.14 0.00 0.08 0.00 0.27 99.51 17:51:25 17:42:01 0 0.03 0.00 0.05 0.00 0.28 99.63 17:51:25 17:42:01 1 0.43 0.00 0.05 0.00 0.23 99.28 17:51:25 17:42:01 2 0.07 0.00 0.07 0.00 0.43 99.43 17:51:25 17:42:01 3 0.02 0.00 0.15 0.00 0.13 99.70 17:51:25 17:43:01 all 0.12 0.00 0.12 0.00 1.50 98.26 17:51:25 17:43:01 0 0.07 0.00 0.03 0.00 1.47 98.43 17:51:25 17:43:01 1 0.03 0.00 0.12 0.00 1.52 98.33 17:51:25 17:43:01 2 0.02 0.00 0.12 0.00 1.64 98.23 17:51:25 17:43:01 3 0.35 0.00 0.22 0.00 1.38 98.06 17:51:25 17:44:01 all 0.08 0.00 0.02 0.00 0.30 99.60 17:51:25 17:44:01 0 0.02 0.00 0.02 0.00 0.60 99.37 17:51:25 17:44:01 1 0.03 0.00 0.00 0.00 0.13 99.83 17:51:25 17:44:01 2 0.02 0.00 0.02 0.00 0.25 99.72 17:51:25 17:44:01 3 0.27 0.00 0.03 0.00 0.22 99.48 17:51:25 17:45:01 all 0.10 0.00 0.03 0.00 0.23 99.64 17:51:25 17:45:01 0 0.02 0.00 0.00 0.00 0.17 99.82 17:51:25 17:45:01 1 0.03 0.00 0.05 0.00 0.20 99.72 17:51:25 17:45:01 2 0.03 0.00 0.02 0.00 0.38 99.57 17:51:25 17:45:01 3 0.33 0.00 0.05 0.00 0.17 99.45 17:51:25 17:46:01 all 0.08 0.00 0.02 0.00 0.10 99.80 17:51:25 17:46:01 0 0.00 0.00 0.02 0.00 0.12 99.87 17:51:25 17:46:01 1 0.02 0.00 0.02 0.00 0.08 99.88 17:51:25 17:46:01 2 0.03 0.00 0.02 0.00 0.07 99.88 17:51:25 17:46:01 3 0.27 0.00 0.03 0.00 0.12 99.58 17:51:25 17:47:01 all 0.38 0.00 0.49 0.00 2.95 96.17 17:51:25 17:47:01 0 0.83 0.00 0.67 0.00 3.38 95.12 17:51:25 17:47:01 1 0.15 0.00 0.24 0.02 3.22 96.37 17:51:25 17:47:01 2 0.34 0.00 0.80 0.00 2.21 96.64 17:51:25 17:47:01 3 0.19 0.00 0.26 0.00 2.99 96.56 17:51:25 17:48:01 all 3.74 0.00 3.40 1.21 23.79 67.86 17:51:25 17:48:01 0 3.58 0.00 3.56 0.85 24.92 67.08 17:51:25 17:48:01 1 3.24 0.00 3.79 1.74 23.92 67.31 17:51:25 17:48:01 2 4.15 0.00 2.98 1.05 24.79 67.03 17:51:25 17:48:01 3 3.98 0.00 3.28 1.20 21.46 70.08 17:51:25 17:51:25 17:48:01 CPU %user %nice %system %iowait %steal %idle 17:51:25 17:49:02 all 4.96 0.00 5.00 5.95 23.90 60.19 17:51:25 17:49:02 0 4.07 0.00 5.05 4.24 25.03 61.61 17:51:25 17:49:02 1 5.94 0.00 4.37 7.63 23.97 58.09 17:51:25 17:49:02 2 4.61 0.00 6.19 6.40 22.96 59.83 17:51:25 17:49:02 3 5.22 0.00 4.40 5.54 23.61 61.22 17:51:25 17:50:01 all 5.32 0.00 5.35 2.60 23.85 62.88 17:51:25 17:50:01 0 3.46 0.00 3.97 1.24 24.88 66.45 17:51:25 17:50:01 1 4.30 0.00 6.04 2.41 23.47 63.78 17:51:25 17:50:01 2 5.36 0.00 6.56 3.94 23.02 61.12 17:51:25 17:50:01 3 8.17 0.00 4.89 2.88 23.99 60.07 17:51:25 17:51:02 all 4.10 0.00 4.83 3.63 25.75 61.68 17:51:25 17:51:02 0 3.49 0.00 4.39 2.56 26.62 62.95 17:51:25 17:51:02 1 5.32 0.00 5.39 8.44 26.18 54.66 17:51:25 17:51:02 2 4.33 0.00 4.84 2.78 25.35 62.70 17:51:25 17:51:02 3 3.31 0.00 4.72 0.80 24.85 66.32 17:51:25 Average: all 2.48 0.00 1.98 1.64 11.73 82.17 17:51:25 Average: 0 2.26 0.00 1.84 1.42 12.26 82.22 17:51:25 Average: 1 2.35 0.00 2.00 1.97 11.74 81.93 17:51:25 Average: 2 2.57 0.00 2.16 1.84 11.43 82.01 17:51:25 Average: 3 2.73 0.00 1.91 1.35 11.49 82.52 17:51:25 17:51:25 17:51:25