Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 32260fce1ebf405fc924284e9c557ee5720e11ee 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20510 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 Checking out Revision 32260fce1ebf405fc924284e9c557ee5720e11ee (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 32260fce1ebf405fc924284e9c557ee5720e11ee # timeout=10 Commit message: "build: Update to use go-mod-messaging v2 (#638)" > git rev-list --no-walk b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:33:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:33:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:33:16 ========================================================= 16:33:16 EdgeX Global Pipelines Version Info 16:33:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:33:17 ------------------- 16:33:17 stable info: 16:33:17 ------------------- 16:33:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:33:17 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:33:17 Message: update stable to v1.0.177 16:33:18 ------------------- 16:33:18 experimental info: 16:33:18 ------------------- 16:33:18 Commited By: **** collab-it+edgex@linuxfoundation.org 16:33:18 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:33:18 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:33:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:33:18 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:33:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:33:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32260fce1ebf405fc924284e9c557ee5720e11ee [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32260fc [Pipeline] echo 16:33:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:33:22 + git log --format=format:%s -1 32260fce1ebf405fc924284e9c557ee5720e11ee [Pipeline] echo 16:33:22 GIT_COMMIT: 32260fce1ebf405fc924284e9c557ee5720e11ee, Commit Message: build: Update to use go-mod-messaging v2 (#638) [Pipeline] echo 16:33:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:33:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:23 16:33:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:33:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:24 latest: Pulling from edgex-devops/git-semver 16:33:24 31603596830f: Pulling fs layer 16:33:24 2a8b12db71e7: Pulling fs layer 16:33:24 6ca5941a6612: Pulling fs layer 16:33:24 ecc8261a40a4: Pulling fs layer 16:33:24 ecc8261a40a4: Waiting 16:33:24 2a8b12db71e7: Verifying Checksum 16:33:24 2a8b12db71e7: Download complete 16:33:24 31603596830f: Download complete 16:33:24 ecc8261a40a4: Verifying Checksum 16:33:24 ecc8261a40a4: Download complete 16:33:24 6ca5941a6612: Verifying Checksum 16:33:24 6ca5941a6612: Download complete 16:33:24 31603596830f: Pull complete 16:33:25 2a8b12db71e7: Pull complete 16:33:25 6ca5941a6612: Pull complete 16:33:25 ecc8261a40a4: Pull complete 16:33:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:33:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:33:26 prd-centos7-docker-4c-2g-20510 does not seem to be running inside a container 16:33:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:33:28 $ docker top 9a5ded4c4ac7a22195ede55d01c72503617a288e25a6bc5bdd27f1ef691b351d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:29 [ssh-agent] Looking for ssh-agent implementation... 16:33:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:29 $ docker exec 9a5ded4c4ac7a22195ede55d01c72503617a288e25a6bc5bdd27f1ef691b351d ssh-agent 16:33:29 SSH_AUTH_SOCK=/tmp/ssh-qShu0Zm9cWfR/agent.12 16:33:29 SSH_AGENT_PID=17 16:33:29 Running ssh-add (command line suppressed) 16:33:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9183432520386525229.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9183432520386525229.key) 16:33:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:30 + git tag --points-at HEAD [Pipeline] } 16:33:30 $ docker exec --env ******** --env ******** 9a5ded4c4ac7a22195ede55d01c72503617a288e25a6bc5bdd27f1ef691b351d ssh-agent -k 16:33:30 unset SSH_AUTH_SOCK; 16:33:30 unset SSH_AGENT_PID; 16:33:30 echo Agent pid 17 killed; 16:33:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:33:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:30 [ssh-agent] Looking for ssh-agent implementation... 16:33:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:30 $ docker exec 9a5ded4c4ac7a22195ede55d01c72503617a288e25a6bc5bdd27f1ef691b351d ssh-agent 16:33:31 SSH_AUTH_SOCK=/tmp/ssh-IUaqEgVFvtzK/agent.48 16:33:31 SSH_AGENT_PID=53 16:33:31 Running ssh-add (command line suppressed) 16:33:31 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_492061006597947463.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_492061006597947463.key) 16:33:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:31 + git semver init 16:33:31 # -> Open(): unable to determine branch for HEAD 16:33:31 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:33:31 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:33:31 # $SEMVER_REMOTE_NAME = origin 16:33:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:33:31 # $SEMVER_USER_NAME = edgex-jenkins 16:33:31 # $SEMVER_BRANCH = master 16:33:31 # $SEMVER_TEMP = /tmp/semver-073837976 16:33:31 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:33:34 # '/tmp/semver-073837976' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:33:34 # -> Force: false 16:33:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:33:34 $ docker exec --env ******** --env ******** 9a5ded4c4ac7a22195ede55d01c72503617a288e25a6bc5bdd27f1ef691b351d ssh-agent -k 16:33:34 unset SSH_AUTH_SOCK; 16:33:34 unset SSH_AGENT_PID; 16:33:34 echo Agent pid 53 killed; 16:33:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:35 + git semver [Pipeline] } 16:33:35 $ docker stop --time=1 9a5ded4c4ac7a22195ede55d01c72503617a288e25a6bc5bdd27f1ef691b351d 16:33:36 $ docker rm -f 9a5ded4c4ac7a22195ede55d01c72503617a288e25a6bc5bdd27f1ef691b351d [Pipeline] // withDockerContainer [Pipeline] sh 16:33:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:33:37 Stashed 1 file(s) [Pipeline] echo 16:33:37 [edgeXSemver]: initialized semver on version 1.3.1-dev.18 [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 16:33:53 Still waiting to schedule task 16:33:53 Still waiting to schedule task 16:33:53 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 16:33:53 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20512’ is offline; ‘prd-centos7-docker-4c-2g-20514’ is offline; ‘prd-centos7-docker-4c-2g-20515’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 16:35:31 Running on prd-centos7-docker-4c-2g-20526 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:35:31 Running in /w/workspace/app-functions-sdk-go/167 [Pipeline] { [Pipeline] checkout 16:35:37 using credential edgex-jenkins-ssh 16:35:37 Cloning the remote Git repository 16:35:37 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:37 > git init /w/workspace/app-functions-sdk-go/167 # timeout=10 16:35:37 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:37 > git --version # timeout=10 16:35:37 > git --version # 'git version 2.24.3' 16:35:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:43 Checking out Revision 32260fce1ebf405fc924284e9c557ee5720e11ee (master) 16:35:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:35:43 > git config core.sparsecheckout # timeout=10 16:35:43 > git checkout -f 32260fce1ebf405fc924284e9c557ee5720e11ee # timeout=10 16:35:47 Commit message: "build: Update to use go-mod-messaging v2 (#638)" 16:35:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20524 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:35:48 Running in /w/workspace/app-functions-sdk-go/167 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:35:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:35:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:35:50 + true 16:35:50 + sudo service docker restart 16:35:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:35:51 ========================================================= 16:35:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:35:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:35:52 + 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 . 16:35:53 Sending build context to Docker daemon 19.14MB 16:35:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:35:53 Step 2/8 : FROM ${BASE} 16:35:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:35:53 188c0c94c7c5: Pulling fs layer 16:35:53 0ef7d3d256c8: Pulling fs layer 16:35:53 de9db76c5a1d: Pulling fs layer 16:35:53 bca2f99d35d6: Pulling fs layer 16:35:53 93359f2a8cfa: Pulling fs layer 16:35:53 7c6f9722023f: Pulling fs layer 16:35:53 a35cf1a2eb13: Pulling fs layer 16:35:53 bca2f99d35d6: Waiting 16:35:53 93359f2a8cfa: Waiting 16:35:53 7c6f9722023f: Waiting 16:35:53 de9db76c5a1d: Verifying Checksum 16:35:53 de9db76c5a1d: Download complete 16:35:53 0ef7d3d256c8: Verifying Checksum 16:35:53 0ef7d3d256c8: Download complete 16:35:53 93359f2a8cfa: Verifying Checksum 16:35:53 93359f2a8cfa: Download complete 16:35:53 7c6f9722023f: Verifying Checksum 16:35:53 7c6f9722023f: Download complete 16:35:53 188c0c94c7c5: Verifying Checksum 16:35:53 188c0c94c7c5: Download complete 16:35:53 188c0c94c7c5: Pull complete 16:35:53 using credential edgex-jenkins-ssh 16:35:53 0ef7d3d256c8: Pull complete 16:35:53 Cloning the remote Git repository 16:35:54 de9db76c5a1d: Pull complete 16:35:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:54 > git init /w/workspace/app-functions-sdk-go/167 # timeout=10 16:35:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:54 > git --version # timeout=10 16:35:54 > git --version # 'git version 2.17.1' 16:35:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:56 a35cf1a2eb13: Verifying Checksum 16:35:56 a35cf1a2eb13: Download complete 16:35:58 bca2f99d35d6: Verifying Checksum 16:35:58 bca2f99d35d6: Download complete 16:36:00 Checking out Revision 32260fce1ebf405fc924284e9c557ee5720e11ee (master) 16:35:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:35:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:35:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:00 > git config core.sparsecheckout # timeout=10 16:36:00 > git checkout -f 32260fce1ebf405fc924284e9c557ee5720e11ee # timeout=10 16:36:04 Commit message: "build: Update to use go-mod-messaging v2 (#638)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:36:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:36:07 bca2f99d35d6: Pull complete 16:36:07 93359f2a8cfa: Pull complete 16:36:07 7c6f9722023f: Pull complete [Pipeline] sh 16:36:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:36:08 + true 16:36:08 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:36:11 ========================================================= 16:36:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:36:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:36:11 + 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 . 16:36:12 Sending build context to Docker daemon 19.14MB 16:36:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:36:13 Step 2/8 : FROM ${BASE} 16:36:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:36:13 5f621e34cdf4: Pulling fs layer 16:36:13 a4357932f1b6: Pulling fs layer 16:36:13 18c013af1878: Pulling fs layer 16:36:13 00ac8860ef70: Pulling fs layer 16:36:13 63d7cb157983: Pulling fs layer 16:36:13 b116817d02f9: Pulling fs layer 16:36:13 745a02a5169b: Pulling fs layer 16:36:13 00ac8860ef70: Waiting 16:36:13 63d7cb157983: Waiting 16:36:13 b116817d02f9: Waiting 16:36:13 18c013af1878: Download complete 16:36:13 a4357932f1b6: Download complete 16:36:13 63d7cb157983: Verifying Checksum 16:36:13 63d7cb157983: Download complete 16:36:13 b116817d02f9: Verifying Checksum 16:36:13 b116817d02f9: Download complete 16:36:13 5f621e34cdf4: Verifying Checksum 16:36:13 5f621e34cdf4: Download complete 16:36:14 a35cf1a2eb13: Pull complete 16:36:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:36:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:36:14 ---> a62c8e92a672 16:36:14 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:36:14 20.10.0: Pulling from library/docker 16:36:14 05e7bc50f07f: Pulling fs layer 16:36:14 6db28d0fdbf6: Pulling fs layer 16:36:14 292df0bc6bf3: Pulling fs layer 16:36:14 2e060f4bd70b: Pulling fs layer 16:36:14 80e8d568a223: Pulling fs layer 16:36:14 8dc6ef1a942a: Pulling fs layer 16:36:14 2312dd95470a: Pulling fs layer 16:36:14 2e060f4bd70b: Waiting 16:36:14 80e8d568a223: Waiting 16:36:14 8dc6ef1a942a: Waiting 16:36:14 2312dd95470a: Waiting 16:36:14 292df0bc6bf3: Verifying Checksum 16:36:14 292df0bc6bf3: Download complete 16:36:14 6db28d0fdbf6: Verifying Checksum 16:36:14 6db28d0fdbf6: Download complete 16:36:14 80e8d568a223: Verifying Checksum 16:36:14 80e8d568a223: Download complete 16:36:14 8dc6ef1a942a: Verifying Checksum 16:36:14 8dc6ef1a942a: Download complete 16:36:14 2312dd95470a: Verifying Checksum 16:36:14 2312dd95470a: Download complete 16:36:14 05e7bc50f07f: Verifying Checksum 16:36:14 05e7bc50f07f: Download complete 16:36:14 5f621e34cdf4: Pull complete 16:36:14 a4357932f1b6: Pull complete 16:36:15 05e7bc50f07f: Pull complete 16:36:15 6db28d0fdbf6: Pull complete 16:36:15 18c013af1878: Pull complete 16:36:15 292df0bc6bf3: Pull complete 16:36:16 745a02a5169b: Verifying Checksum 16:36:16 745a02a5169b: Download complete 16:36:17 2e060f4bd70b: Verifying Checksum 16:36:17 2e060f4bd70b: Download complete 16:36:17 00ac8860ef70: Verifying Checksum 16:36:17 00ac8860ef70: Download complete 16:36:23 2e060f4bd70b: Pull complete 16:36:23 80e8d568a223: Pull complete 16:36:23 8dc6ef1a942a: Pull complete 16:36:23 2312dd95470a: Pull complete 16:36:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:36:23 Status: Downloaded newer image for docker:20.10.0 16:36:25 ---> 005729043ad4 16:36:25 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:36:25 ---> Running in 356abf95bf8a 16:36:25 Removing intermediate container 356abf95bf8a 16:36:25 ---> 2d58bc448a94 16:36:25 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:36:25 ---> Running in 96da6f0f12b8 16:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:28 00ac8860ef70: Pull complete 16:36:28 63d7cb157983: Pull complete 16:36:28 b116817d02f9: Pull complete 16:36:28 (1/5) Installing libsodium (1.0.18-r0) 16:36:28 (2/5) Installing libzmq (4.3.3-r0) 16:36:28 (3/5) Installing pkgconf (1.7.2-r0) 16:36:28 (4/5) Installing libsodium-dev (1.0.18-r0) 16:36:29 (5/5) Installing zeromq-dev (4.3.3-r0) 16:36:29 Executing busybox-1.31.1-r19.trigger 16:36:29 OK: 167 MiB in 44 packages 16:36:30 Removing intermediate container 96da6f0f12b8 16:36:30 ---> e6dc0c7a261c 16:36:30 Step 6/8 : WORKDIR /build 16:36:30 ---> Running in 43741d4098a1 16:36:30 Removing intermediate container 43741d4098a1 16:36:30 ---> b4beafc66b56 16:36:30 Step 7/8 : COPY go.mod . 16:36:31 ---> 548aec14571d 16:36:31 Step 8/8 : RUN go mod download 16:36:31 ---> Running in 1ae858b32a91 16:36:31 745a02a5169b: Pull complete 16:36:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:36:31 ---> b7e6874047d6 16:36:31 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:36:31 20.10.0: Pulling from library/docker 16:36:32 a3cc7d3b244e: Pulling fs layer 16:36:32 02a3295e0d61: Pulling fs layer 16:36:32 0f4f2e6d8100: Pulling fs layer 16:36:32 330b718f631f: Pulling fs layer 16:36:32 a93816041522: Pulling fs layer 16:36:32 bdb6da89ff94: Pulling fs layer 16:36:32 2a70c0c122f4: Pulling fs layer 16:36:32 a93816041522: Waiting 16:36:32 bdb6da89ff94: Waiting 16:36:32 2a70c0c122f4: Waiting 16:36:32 0f4f2e6d8100: Verifying Checksum 16:36:32 0f4f2e6d8100: Download complete 16:36:32 02a3295e0d61: Download complete 16:36:32 a93816041522: Verifying Checksum 16:36:32 a93816041522: Download complete 16:36:32 bdb6da89ff94: Verifying Checksum 16:36:32 bdb6da89ff94: Download complete 16:36:32 a3cc7d3b244e: Verifying Checksum 16:36:32 a3cc7d3b244e: Download complete 16:36:32 2a70c0c122f4: Verifying Checksum 16:36:32 2a70c0c122f4: Download complete 16:36:32 a3cc7d3b244e: Pull complete 16:36:33 02a3295e0d61: Pull complete 16:36:34 330b718f631f: Verifying Checksum 16:36:34 330b718f631f: Download complete 16:36:34 0f4f2e6d8100: Pull complete 16:36:38 330b718f631f: Pull complete 16:36:38 a93816041522: Pull complete 16:36:38 bdb6da89ff94: Pull complete 16:36:39 2a70c0c122f4: Pull complete 16:36:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:36:39 Status: Downloaded newer image for docker:20.10.0 16:36:46 ---> 40e55bd6a7b2 16:36:46 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:36:46 ---> Running in 62e23bba38fa 16:36:46 Removing intermediate container 62e23bba38fa 16:36:46 ---> 31da48d52984 16:36:46 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:36:46 ---> Running in a7a11fae6008 16:36:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:36:49 (1/5) Installing libsodium (1.0.18-r0) 16:36:49 (2/5) Installing libzmq (4.3.3-r0) 16:36:50 (3/5) Installing pkgconf (1.7.2-r0) 16:36:50 (4/5) Installing libsodium-dev (1.0.18-r0) 16:36:50 (5/5) Installing zeromq-dev (4.3.3-r0) 16:36:50 Executing busybox-1.31.1-r19.trigger 16:36:50 OK: 144 MiB in 44 packages 16:36:51 Removing intermediate container a7a11fae6008 16:36:51 ---> cdf648a50a27 16:36:51 Step 6/8 : WORKDIR /build 16:36:51 ---> Running in 9fa49349bc18 16:36:52 Removing intermediate container 9fa49349bc18 16:36:52 ---> 48c0c75db6a7 16:36:52 Step 7/8 : COPY go.mod . 16:36:53 ---> 97cd7d755a84 16:36:53 Step 8/8 : RUN go mod download 16:36:53 ---> Running in 66b3e4a15e4e 16:37:03 Removing intermediate container 1ae858b32a91 16:37:03 ---> 337784c2bff8 16:37:03 Successfully built 337784c2bff8 16:37:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:37:04 + docker inspect -f . ci-base-image-x86_64 16:37:04 . [Pipeline] withDockerContainer 16:37:04 prd-centos7-docker-4c-2g-20526 does not seem to be running inside a container 16:37:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/167 -v /w/workspace/app-functions-sdk-go/167:/w/workspace/app-functions-sdk-go/167:rw,z -v /w/workspace/app-functions-sdk-go/167@tmp:/w/workspace/app-functions-sdk-go/167@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 16:37:06 $ docker top c02152e65f3b3ca2e6af16463cc911ffa7fe8fcc120f8331e69839b06ece0eb1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:06 + go version 16:37:06 go version go1.15.5 linux/amd64 [Pipeline] } 16:37:06 $ docker stop --time=1 c02152e65f3b3ca2e6af16463cc911ffa7fe8fcc120f8331e69839b06ece0eb1 16:37:08 $ docker rm -f c02152e65f3b3ca2e6af16463cc911ffa7fe8fcc120f8331e69839b06ece0eb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:37:09 + docker inspect -f . ci-base-image-x86_64 16:37:09 . [Pipeline] withDockerContainer 16:37:09 prd-centos7-docker-4c-2g-20526 does not seem to be running inside a container 16:37:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/167 -v /w/workspace/app-functions-sdk-go/167:/w/workspace/app-functions-sdk-go/167:rw,z -v /w/workspace/app-functions-sdk-go/167@tmp:/w/workspace/app-functions-sdk-go/167@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 16:37:11 $ docker top a230037eda6d6c8c0e9f3e278b92baf88026ac8d354d0214eb1701111d79c6d9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:11 + make test 16:37:11 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:37:14 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:37:20 Removing intermediate container 66b3e4a15e4e 16:37:20 ---> 2e313a5f9e4b 16:37:20 Successfully built 2e313a5f9e4b 16:37:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:37:20 + docker inspect -f . ci-base-image-arm64 16:37:20 . [Pipeline] withDockerContainer 16:37:20 prd-ubuntu18.04-docker-arm64-4c-16g-20524 does not seem to be running inside a container 16:37:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/167 -v /w/workspace/app-functions-sdk-go/167:/w/workspace/app-functions-sdk-go/167:rw,z -v /w/workspace/app-functions-sdk-go/167@tmp:/w/workspace/app-functions-sdk-go/167@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 16:37:22 $ docker top 645e36b176d66d65eb2ff76e99b7340b16cb4fc9b8519f279f00e93c20eab183 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:23 + go version 16:37:23 go version go1.15.5 linux/arm64 [Pipeline] } 16:37:23 $ docker stop --time=1 645e36b176d66d65eb2ff76e99b7340b16cb4fc9b8519f279f00e93c20eab183 16:37:25 $ docker rm -f 645e36b176d66d65eb2ff76e99b7340b16cb4fc9b8519f279f00e93c20eab183 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:37:26 + docker inspect -f . ci-base-image-arm64 16:37:26 . [Pipeline] withDockerContainer 16:37:26 prd-ubuntu18.04-docker-arm64-4c-16g-20524 does not seem to be running inside a container 16:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/167 -v /w/workspace/app-functions-sdk-go/167:/w/workspace/app-functions-sdk-go/167:rw,z -v /w/workspace/app-functions-sdk-go/167@tmp:/w/workspace/app-functions-sdk-go/167@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 16:37:28 $ docker top e9404a8c2ab010b04296960c995f0e64900ecfe5221ac0b4cd3dad5533314ce2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:29 + make test 16:37:29 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:37:30 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.020s coverage: 81.0% of statements 16:37:30 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:37:40 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.094s coverage: 48.6% of statements 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:37:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.048s coverage: 61.5% of statements 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:37:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.135s coverage: 67.7% of statements 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:37:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.007s coverage: 97.0% of statements 16:37:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:37:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements 16:37:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.268s coverage: 75.4% of statements 16:37:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:37:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.030s coverage: 87.9% of statements 16:37:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.047s coverage: 80.5% of statements 16:37:50 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 16:37:57 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.053s coverage: 81.0% of statements 16:38:09 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.059s coverage: 81.4% of statements 16:38:09 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.008s coverage: 94.4% of statements 16:38:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:38:16 gofmt -l . 16:38:16 [ "`gofmt -l .`" = "" ] 16:38:16 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:38:17 $ docker stop --time=1 a230037eda6d6c8c0e9f3e278b92baf88026ac8d354d0214eb1701111d79c6d9 16:38:19 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.060s coverage: 48.6% of statements 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:38:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.087s coverage: 61.5% of statements 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:38:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.064s coverage: 67.7% of statements 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:38:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.0% of statements 16:38:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:38:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.033s coverage: 8.8% of statements 16:38:20 $ docker rm -f a230037eda6d6c8c0e9f3e278b92baf88026ac8d354d0214eb1701111d79c6d9 [Pipeline] // withDockerContainer [Pipeline] sh 16:38:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:38:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:38:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.316s coverage: 75.4% of statements 16:38:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:38:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.047s coverage: 87.9% of statements 16:38:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.042s coverage: 80.5% of statements 16:38:24 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.031s coverage: 71.7% of statements 16:38:46 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 81.4% of statements 16:38:46 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 16:38:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:38:56 gofmt -l . 16:38:56 [ "`gofmt -l .`" = "" ] 16:38:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:38:57 $ docker stop --time=1 e9404a8c2ab010b04296960c995f0e64900ecfe5221ac0b4cd3dad5533314ce2 16:38:59 $ docker rm -f e9404a8c2ab010b04296960c995f0e64900ecfe5221ac0b4cd3dad5533314ce2 [Pipeline] // withDockerContainer [Pipeline] sh 16:39:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:39:00 Warning: overwriting stash ‘coverage-report’ 16:39:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [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 16:39:03 provisioning config files... 16:39:03 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config534228366241224928tmp [Pipeline] { [Pipeline] sh 16:39:03 + set +x 16:39:03 + curl -s https://codecov.io/bash 16:39:03 + bash -s -- 16:39:04 16:39:04 _____ _ 16:39:04 / ____| | | 16:39:04 | | ___ __| | ___ ___ _____ __ 16:39:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:39:04 | |___| (_) | (_| | __/ (_| (_) \ V / 16:39:04 \_____\___/ \__,_|\___|\___\___/ \_/ 16:39:04 Bash-20210115-cec3c92 16:39:04 16:39:04 16:39:04 ==> git version 2.24.3 found 16:39:04 ==> 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 16:39:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:39:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:39:04 ==> Jenkins CI detected. 16:39:04 project root: . 16:39:04 --> token set from env 16:39:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:39:04 ==> Running gcov in . (disable via -X gcov) 16:39:04 ==> Python coveragepy not found 16:39:04 ==> Searching for coverage reports in: 16:39:04 + . 16:39:04 -> Found 1 reports 16:39:04 ==> Detecting git/mercurial file structure 16:39:04 ==> Reading reports 16:39:04 + ./coverage.out bytes=71696 16:39:04 ==> Appending adjustments 16:39:04 https://docs.codecov.io/docs/fixing-reports 16:39:04 + Found adjustments 16:39:04 ==> Gzipping contents 16:39:04 16K /tmp/codecov.lQDoIY.gz 16:39:04 ==> Uploading reports 16:39:04 url: https://codecov.io 16:39:04 query: branch=master&commit=32260fce1ebf405fc924284e9c557ee5720e11ee&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F167%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:39:04 -> Pinging Codecov 16:39:04 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=32260fce1ebf405fc924284e9c557ee5720e11ee&build=167&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F167%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:39:06 -> Uploading to 16:39:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/3D8B5DFFC46A037C893635FACE044666/32260fce1ebf405fc924284e9c557ee5720e11ee/d24bf718-a538-4b17-8ff7-246cdd031b7e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T163905Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0318ff1ef02a766662dd24acd47bb557beeea8ef703244cdffc13f9f387022ff 16:39:06 % Total % Received % Xferd Average Speed Time Time Time Current 16:39:06 Dload Upload Total Spent Left Speed 16:39:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12793 0 0 100 12793 0 23138 --:--:-- --:--:-- --:--:-- 23175 16:39:06 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/32260fce1ebf405fc924284e9c557ee5720e11ee [Pipeline] } 16:39:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:39:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:39:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:39:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:39:08 16:39:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:39:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:39:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:39:08 188c0c94c7c5: Pulling fs layer 16:39:08 0ef7d3d256c8: Pulling fs layer 16:39:08 de9db76c5a1d: Pulling fs layer 16:39:08 0eba1c9be4d2: Pulling fs layer 16:39:08 0d57e429df01: Pulling fs layer 16:39:08 4e4be7b47b0d: Pulling fs layer 16:39:08 e1f770b5df2f: Pulling fs layer 16:39:08 85a0685a4137: Pulling fs layer 16:39:08 0eba1c9be4d2: Waiting 16:39:08 0d57e429df01: Waiting 16:39:08 4e4be7b47b0d: Waiting 16:39:08 e1f770b5df2f: Waiting 16:39:08 85a0685a4137: Waiting 16:39:08 de9db76c5a1d: Verifying Checksum 16:39:08 de9db76c5a1d: Download complete 16:39:08 0ef7d3d256c8: Verifying Checksum 16:39:08 0ef7d3d256c8: Download complete 16:39:08 0d57e429df01: Verifying Checksum 16:39:08 0d57e429df01: Download complete 16:39:08 4e4be7b47b0d: Verifying Checksum 16:39:08 4e4be7b47b0d: Download complete 16:39:08 188c0c94c7c5: Verifying Checksum 16:39:08 188c0c94c7c5: Download complete 16:39:09 188c0c94c7c5: Pull complete 16:39:09 0ef7d3d256c8: Pull complete 16:39:09 de9db76c5a1d: Pull complete 16:39:09 e1f770b5df2f: Verifying Checksum 16:39:09 e1f770b5df2f: Download complete 16:39:12 0eba1c9be4d2: Verifying Checksum 16:39:12 0eba1c9be4d2: Download complete 16:39:12 85a0685a4137: Verifying Checksum 16:39:12 85a0685a4137: Download complete 16:39:17 0eba1c9be4d2: Pull complete 16:39:18 0d57e429df01: Pull complete 16:39:18 4e4be7b47b0d: Pull complete 16:39:20 e1f770b5df2f: Pull complete 16:39:28 85a0685a4137: Pull complete 16:39:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:39:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:39:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:39:28 prd-centos7-docker-4c-2g-20510 does not seem to be running inside a container 16:39:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:39:29 $ docker top 9c03c6769b266789e16b081a8e45e9bd506161a2a65d55a5f5fda3739a6369b6 -eo pid,comm [Pipeline] { [Pipeline] echo 16:39:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:39:30 + set -o pipefail 16:39:30 + snyk monitor '--org=edgex-jenkins' 16:39:40 16:39:40 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 16:39:40 16:39:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/ac706814-f97c-4bbb-90c4-c33d5eb0f191 16:39:40 16:39:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:39:40 16:39:40 [Pipeline] } 16:39:40 $ docker stop --time=1 9c03c6769b266789e16b081a8e45e9bd506161a2a65d55a5f5fda3739a6369b6 16:39:43 $ docker rm -f 9c03c6769b266789e16b081a8e45e9bd506161a2a65d55a5f5fda3739a6369b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:39:44 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:39:44 provisioning config files... 16:39:44 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8204494833421273816tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:39:45 --> edgex-publish-swagger.sh 16:39:45 === Publish openapi/v2 API === 16:39:45 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:39:45 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 16:39:45 % Total % Received % Xferd Average Speed Time Time Time Current 16:39:45 Dload Upload Total Spent Left Speed 16:39:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13026 0 0 100 13026 0 11556 0:00:01 0:00:01 --:--:-- 11568 100 13026 0 0 100 13026 0 11554 0:00:01 0:00:01 --:--:-- 11558 16:39:46 16:39:46 [Pipeline] } 16:39:46 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 16:39:47 + git log --format=format:%s -1 32260fce1ebf405fc924284e9c557ee5720e11ee [Pipeline] isUnix [Pipeline] sh 16:39:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:39:47 . [Pipeline] withDockerContainer 16:39:47 prd-centos7-docker-4c-2g-20510 does not seem to be running inside a container 16:39:47 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:39:48 $ docker top 15db4ee9c9f0fe631c85bc434529ecc8085397205d9a09068b8e506f805e2378 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:39:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:39:48 [ssh-agent] Looking for ssh-agent implementation... 16:39:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:39:48 $ docker exec 15db4ee9c9f0fe631c85bc434529ecc8085397205d9a09068b8e506f805e2378 ssh-agent 16:39:48 SSH_AUTH_SOCK=/tmp/ssh-TbJOXN8kBBMn/agent.12 16:39:48 SSH_AGENT_PID=17 16:39:48 Running ssh-add (command line suppressed) 16:39:49 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2311214956815501438.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2311214956815501438.key) 16:39:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:39:49 + git semver tag 16:39:49 # -> Open(): unable to determine branch for HEAD 16:39:49 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:39:49 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:39:49 # $SEMVER_REMOTE_NAME = origin 16:39:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:39:49 # $SEMVER_USER_NAME = edgex-jenkins 16:39:49 # $SEMVER_BRANCH = master 16:39:49 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:39:49 # 32260fce1ebf405fc924284e9c557ee5720e11ee HEAD 16:39:49 # -> Force: false 16:39:49 # 63b18f9bc0b506844d8fbe335ce3083164ce56f1 refs/tags/v1.3.1-dev.18 [Pipeline] } 16:39:49 $ docker exec --env ******** --env ******** 15db4ee9c9f0fe631c85bc434529ecc8085397205d9a09068b8e506f805e2378 ssh-agent -k 16:39:49 unset SSH_AUTH_SOCK; 16:39:49 unset SSH_AGENT_PID; 16:39:49 echo Agent pid 17 killed; 16:39:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:39:50 + git semver [Pipeline] } 16:39:50 $ docker stop --time=1 15db4ee9c9f0fe631c85bc434529ecc8085397205d9a09068b8e506f805e2378 16:39:51 $ docker rm -f 15db4ee9c9f0fe631c85bc434529ecc8085397205d9a09068b8e506f805e2378 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:39:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:39:52 16:39:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:39:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:39:52 0.23.1-centos7: Pulling from edgex-lftools 16:39:52 ab5ef0e58194: Pulling fs layer 16:39:52 9712f1f96733: Pulling fs layer 16:39:52 63f879dbbcfc: Pulling fs layer 16:39:52 0d9ebad4ef96: Pulling fs layer 16:39:52 e9a5061849ea: Pulling fs layer 16:39:52 d747dcd14b5f: Pulling fs layer 16:39:52 2de7ff778b66: Pulling fs layer 16:39:52 e9a5061849ea: Waiting 16:39:52 d747dcd14b5f: Waiting 16:39:52 2de7ff778b66: Waiting 16:39:52 0d9ebad4ef96: Waiting 16:39:52 9712f1f96733: Verifying Checksum 16:39:52 9712f1f96733: Download complete 16:39:53 63f879dbbcfc: Verifying Checksum 16:39:53 63f879dbbcfc: Download complete 16:39:54 e9a5061849ea: Verifying Checksum 16:39:54 e9a5061849ea: Download complete 16:39:54 d747dcd14b5f: Verifying Checksum 16:39:54 d747dcd14b5f: Download complete 16:39:54 2de7ff778b66: Download complete 16:39:55 0d9ebad4ef96: Verifying Checksum 16:39:55 0d9ebad4ef96: Download complete 16:39:55 ab5ef0e58194: Verifying Checksum 16:39:55 ab5ef0e58194: Download complete 16:39:59 ab5ef0e58194: Pull complete 16:39:59 9712f1f96733: Pull complete 16:40:01 63f879dbbcfc: Pull complete 16:40:07 0d9ebad4ef96: Pull complete 16:40:09 e9a5061849ea: Pull complete 16:40:09 d747dcd14b5f: Pull complete 16:40:11 2de7ff778b66: Pull complete 16:40:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:40:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:40:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:40:11 prd-centos7-docker-4c-2g-20510 does not seem to be running inside a container 16:40:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:40:14 $ docker top c8bf3d72b8d7b7e0854c82e1299b3a2ef9515664aceb4d5af4ca9680d498a3b2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:40:15 provisioning config files... 16:40:15 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2521537058337053683tmp 16:40:15 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config980956317703361999tmp 16:40:15 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6943103674567428807tmp [Pipeline] { [Pipeline] echo 16:40:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:40:15 ---> sigul-configuration.sh 16:40:15 gpg: directory `/root/.gnupg' created 16:40:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:40:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:40:15 gpg: keyring `/root/.gnupg/secring.gpg' created 16:40:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:40:15 gpg: CAST5 encrypted data 16:40:15 gpg: encrypted with 1 passphrase 16:40:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:40:16 + mkdir /home/jenkins 16:40:16 + mkdir /home/jenkins/sigul [Pipeline] sh 16:40:16 + 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 16:40:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:40:16 ---> sigul-install.sh 16:40:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:40:22 + git tag --list 16:40:22 v0.1.0 16:40:22 v0.1.1 16:40:22 v1.0.0 16:40:22 v1.1.0 16:40:22 v1.2.0 16:40:22 v1.2.1-dev.1 16:40:22 v1.2.1-dev.10 16:40:22 v1.2.1-dev.11 16:40:22 v1.2.1-dev.12 16:40:22 v1.2.1-dev.13 16:40:22 v1.2.1-dev.14 16:40:22 v1.2.1-dev.15 16:40:22 v1.2.1-dev.16 16:40:22 v1.2.1-dev.17 16:40:22 v1.2.1-dev.18 16:40:22 v1.2.1-dev.19 16:40:22 v1.2.1-dev.2 16:40:22 v1.2.1-dev.20 16:40:22 v1.2.1-dev.21 16:40:22 v1.2.1-dev.22 16:40:22 v1.2.1-dev.23 16:40:22 v1.2.1-dev.24 16:40:22 v1.2.1-dev.25 16:40:22 v1.2.1-dev.26 16:40:22 v1.2.1-dev.27 16:40:22 v1.2.1-dev.28 16:40:22 v1.2.1-dev.29 16:40:22 v1.2.1-dev.3 16:40:22 v1.2.1-dev.30 16:40:22 v1.2.1-dev.31 16:40:22 v1.2.1-dev.32 16:40:22 v1.2.1-dev.33 16:40:22 v1.2.1-dev.34 16:40:22 v1.2.1-dev.35 16:40:22 v1.2.1-dev.36 16:40:22 v1.2.1-dev.37 16:40:22 v1.2.1-dev.38 16:40:22 v1.2.1-dev.39 16:40:22 v1.2.1-dev.4 16:40:22 v1.2.1-dev.40 16:40:22 v1.2.1-dev.41 16:40:22 v1.2.1-dev.42 16:40:22 v1.2.1-dev.43 16:40:22 v1.2.1-dev.44 16:40:22 v1.2.1-dev.45 16:40:22 v1.2.1-dev.46 16:40:22 v1.2.1-dev.47 16:40:22 v1.2.1-dev.48 16:40:22 v1.2.1-dev.49 16:40:22 v1.2.1-dev.5 16:40:22 v1.2.1-dev.50 16:40:22 v1.2.1-dev.51 16:40:22 v1.2.1-dev.52 16:40:22 v1.2.1-dev.53 16:40:22 v1.2.1-dev.54 16:40:22 v1.2.1-dev.55 16:40:22 v1.2.1-dev.56 16:40:22 v1.2.1-dev.57 16:40:22 v1.2.1-dev.58 16:40:22 v1.2.1-dev.6 16:40:22 v1.2.1-dev.7 16:40:22 v1.2.1-dev.8 16:40:22 v1.2.1-dev.9 16:40:22 v1.3.0 16:40:22 v1.3.1-dev.1 16:40:22 v1.3.1-dev.10 16:40:22 v1.3.1-dev.11 16:40:22 v1.3.1-dev.12 16:40:22 v1.3.1-dev.13 16:40:22 v1.3.1-dev.14 16:40:22 v1.3.1-dev.15 16:40:22 v1.3.1-dev.16 16:40:22 v1.3.1-dev.17 16:40:22 v1.3.1-dev.18 16:40:22 v1.3.1-dev.2 16:40:22 v1.3.1-dev.3 16:40:22 v1.3.1-dev.4 16:40:22 v1.3.1-dev.5 16:40:22 v1.3.1-dev.6 16:40:22 v1.3.1-dev.7 16:40:22 v1.3.1-dev.8 16:40:22 v1.3.1-dev.9 [Pipeline] sh 16:40:22 + lftools sign git-tag v1.3.1-dev.18 16:40:23 Signing Git tag with Sigul... 16:40:23 Signing v1.3.1-dev.18 [Pipeline] echo 16:40:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:40:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:40:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:40:24 $ docker stop --time=1 c8bf3d72b8d7b7e0854c82e1299b3a2ef9515664aceb4d5af4ca9680d498a3b2 16:40:26 $ docker rm -f c8bf3d72b8d7b7e0854c82e1299b3a2ef9515664aceb4d5af4ca9680d498a3b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:40:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:27 . [Pipeline] withDockerContainer 16:40:27 prd-centos7-docker-4c-2g-20510 does not seem to be running inside a container 16:40:27 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:40:28 $ docker top 8c1dd20054cee399ccddf809ecfde5e02d981fb90302a40ff1174658e31234cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:40:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:28 [ssh-agent] Looking for ssh-agent implementation... 16:40:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:29 $ docker exec 8c1dd20054cee399ccddf809ecfde5e02d981fb90302a40ff1174658e31234cd ssh-agent 16:40:29 SSH_AUTH_SOCK=/tmp/ssh-Y3VLte2tYZ91/agent.13 16:40:29 SSH_AGENT_PID=19 16:40:29 Running ssh-add (command line suppressed) 16:40:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4418476233938601601.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4418476233938601601.key) 16:40:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:29 + git semver bump pre 16:40:29 # -> Open(): unable to determine branch for HEAD 16:40:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:40:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:40:29 # $SEMVER_REMOTE_NAME = origin 16:40:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:40:29 # $SEMVER_USER_NAME = edgex-jenkins 16:40:29 # $SEMVER_BRANCH = master 16:40:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:40:29 1.3.1-dev.19 [Pipeline] } 16:40:29 $ docker exec --env ******** --env ******** 8c1dd20054cee399ccddf809ecfde5e02d981fb90302a40ff1174658e31234cd ssh-agent -k 16:40:29 unset SSH_AUTH_SOCK; 16:40:29 unset SSH_AGENT_PID; 16:40:29 echo Agent pid 19 killed; 16:40:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:40:30 + git semver [Pipeline] } 16:40:30 $ docker stop --time=1 8c1dd20054cee399ccddf809ecfde5e02d981fb90302a40ff1174658e31234cd 16:40:31 $ docker rm -f 8c1dd20054cee399ccddf809ecfde5e02d981fb90302a40ff1174658e31234cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:40:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:40:32 . [Pipeline] withDockerContainer 16:40:32 prd-centos7-docker-4c-2g-20510 does not seem to be running inside a container 16:40:33 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:40:33 $ docker top 625ab20e38eec7bf067bc0df90edca1a19bce6366512abd3baa92553e5a657c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:40:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:40:33 [ssh-agent] Looking for ssh-agent implementation... 16:40:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:40:34 $ docker exec 625ab20e38eec7bf067bc0df90edca1a19bce6366512abd3baa92553e5a657c7 ssh-agent 16:40:34 SSH_AUTH_SOCK=/tmp/ssh-ttQwb6CHDUPD/agent.12 16:40:34 SSH_AGENT_PID=17 16:40:34 Running ssh-add (command line suppressed) 16:40:34 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3409095221133405214.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3409095221133405214.key) 16:40:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:40:34 + git semver push 16:40:34 # -> Open(): unable to determine branch for HEAD 16:40:34 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:40:34 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:40:34 # $SEMVER_REMOTE_NAME = origin 16:40:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:40:34 # $SEMVER_USER_NAME = edgex-jenkins 16:40:34 # $SEMVER_BRANCH = master 16:40:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:40:41 $ docker exec --env ******** --env ******** 625ab20e38eec7bf067bc0df90edca1a19bce6366512abd3baa92553e5a657c7 ssh-agent -k 16:40:41 unset SSH_AUTH_SOCK; 16:40:41 unset SSH_AGENT_PID; 16:40:41 echo Agent pid 17 killed; 16:40:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:40:42 + git semver [Pipeline] } 16:40:42 $ docker stop --time=1 625ab20e38eec7bf067bc0df90edca1a19bce6366512abd3baa92553e5a657c7 16:40:43 $ docker rm -f 625ab20e38eec7bf067bc0df90edca1a19bce6366512abd3baa92553e5a657c7 [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 16:40:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:40:45 ---> package-listing.sh 16:40:45 ++ facter osfamily 16:40:45 ++ tr '[:upper:]' '[:lower:]' 16:40:45 + OS_FAMILY=redhat 16:40:45 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:40:45 + START_PACKAGES=/tmp/packages_start.txt 16:40:45 + END_PACKAGES=/tmp/packages_end.txt 16:40:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:40:45 + PACKAGES=/tmp/packages_start.txt 16:40:45 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:40:45 + PACKAGES=/tmp/packages_end.txt 16:40:45 + case "${OS_FAMILY}" in 16:40:45 + rpm -qa 16:40:45 + sort 16:40:50 + '[' -f /tmp/packages_start.txt ']' 16:40:50 + '[' -f /tmp/packages_end.txt ']' 16:40:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:40:50 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:40:50 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:40:50 + 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 16:40:50 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 16:40:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:40:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:40:51 16:40:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:40:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:40:51 alpine: Pulling from edgex-lftools-log-publisher 16:40:51 df20fa9351a1: Pulling fs layer 16:40:51 36b3adc4ff6f: Pulling fs layer 16:40:51 8ad3a11d3b57: Pulling fs layer 16:40:51 46f8f816bc3b: Pulling fs layer 16:40:51 93b61091891f: Pulling fs layer 16:40:51 93b9cdb0e59b: Pulling fs layer 16:40:51 5e14af77c1be: Pulling fs layer 16:40:51 01666e4c0597: Pulling fs layer 16:40:51 aa168da1d23b: Pulling fs layer 16:40:51 93b9cdb0e59b: Waiting 16:40:51 01666e4c0597: Waiting 16:40:51 aa168da1d23b: Waiting 16:40:51 5e14af77c1be: Waiting 16:40:51 46f8f816bc3b: Waiting 16:40:51 93b61091891f: Waiting 16:40:51 36b3adc4ff6f: Verifying Checksum 16:40:51 36b3adc4ff6f: Download complete 16:40:51 46f8f816bc3b: Verifying Checksum 16:40:51 46f8f816bc3b: Download complete 16:40:51 df20fa9351a1: Download complete 16:40:51 93b9cdb0e59b: Verifying Checksum 16:40:51 93b9cdb0e59b: Download complete 16:40:51 93b61091891f: Verifying Checksum 16:40:51 93b61091891f: Download complete 16:40:51 01666e4c0597: Verifying Checksum 16:40:51 01666e4c0597: Download complete 16:40:51 5e14af77c1be: Verifying Checksum 16:40:51 5e14af77c1be: Download complete 16:40:52 8ad3a11d3b57: Verifying Checksum 16:40:52 8ad3a11d3b57: Download complete 16:40:52 df20fa9351a1: Pull complete 16:40:52 36b3adc4ff6f: Pull complete 16:40:53 8ad3a11d3b57: Pull complete 16:40:53 aa168da1d23b: Verifying Checksum 16:40:53 aa168da1d23b: Download complete 16:40:54 46f8f816bc3b: Pull complete 16:40:54 93b61091891f: Pull complete 16:40:54 93b9cdb0e59b: Pull complete 16:40:54 5e14af77c1be: Pull complete 16:40:54 01666e4c0597: Pull complete 16:41:03 aa168da1d23b: Pull complete 16:41:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:41:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:41:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:41:03 prd-centos7-docker-4c-2g-20510 does not seem to be running inside a container 16:41:03 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:41:05 $ docker top ba9fc903872db268e4b3e95478898c2d0396a7d120675c84bc7213a4afb892df -eo pid,comm [Pipeline] { [Pipeline] sh 16:41:06 + touch /tmp/pre-build-complete [Pipeline] sh 16:41:06 + mkdir -p /var/log/sa [Pipeline] sh 16:41:06 + ls /var/log/sa-host 16:41:06 + sadf -c /var/log/sa-host/sa15 16:41:06 file_magic: OK 16:41:06 HZ: Using current value: 100 16:41:06 file_header: OK 16:41:06 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 16:41:06 Statistics: 16:41:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:41:06 File successfully converted to sysstat format version 12.2.1 16:41:06 + sadf -c /var/log/sa-host/sa23 16:41:06 file_magic: OK 16:41:06 HZ: Using current value: 100 16:41:06 file_header: OK 16:41:06 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 16:41:06 Statistics: 16:41:06 Hnuu...uuuununununu... 16:41:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:41:07 provisioning config files... 16:41:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config326418767736119609tmp [Pipeline] { [Pipeline] echo 16:41:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:41:07 ---> create-netrc.sh [Pipeline] } 16:41:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:41:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:41:07 ---> python-tools-install.sh [Pipeline] echo 16:41:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:41:08 ---> sudo-logs.sh 16:41:08 Archiving 'sudo' log.. [Pipeline] echo 16:41:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:41:08 ---> job-cost.sh 16:41:08 lf-activate-venv: SKIPPING 16:41:08 INFO: No Stack... 16:41:09 INFO: Retrieving Pricing Info for: v1-standard-2 16:41:09 INFO: Archiving Costs [Pipeline] echo 16:41:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:41:10 ---> logs-deploy.sh 16:41:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/167 16:41:10 INFO: archiving workspace using pattern(s): 16:41:12 Archives upload complete. 16:41:12 INFO: archiving logs to Nexus 16:41:13 ---> uname -a: 16:41:13 Linux prd-centos7-docker-4c-2g-20510.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:41:13 16:41:13 16:41:13 ---> lscpu: 16:41:13 Architecture: x86_64 16:41:13 CPU op-mode(s): 32-bit, 64-bit 16:41:13 Byte Order: Little Endian 16:41:13 Address sizes: 40 bits physical, 48 bits virtual 16:41:13 CPU(s): 4 16:41:13 On-line CPU(s) list: 0-3 16:41:13 Thread(s) per core: 1 16:41:13 Core(s) per socket: 1 16:41:13 Socket(s): 4 16:41:13 NUMA node(s): 1 16:41:13 Vendor ID: GenuineIntel 16:41:13 CPU family: 6 16:41:13 Model: 44 16:41:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:41:13 Stepping: 1 16:41:13 CPU MHz: 2933.438 16:41:13 BogoMIPS: 5866.87 16:41:13 Virtualization: VT-x 16:41:13 Hypervisor vendor: KVM 16:41:13 Virtualization type: full 16:41:13 L1d cache: 128 KiB 16:41:13 L1i cache: 128 KiB 16:41:13 L2 cache: 16 MiB 16:41:13 L3 cache: 64 MiB 16:41:13 NUMA node0 CPU(s): 0-3 16:41:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:41:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:41:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:41:13 Vulnerability Meltdown: Mitigation; PTI 16:41:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:41:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:41:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:41:13 Vulnerability Srbds: Not affected 16:41:13 Vulnerability Tsx async abort: Not affected 16:41:13 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 16:41:13 16:41:13 16:41:13 ---> nproc: 16:41:13 4 16:41:13 16:41:13 16:41:13 ---> df -h: 16:41:13 Filesystem Size Used Available Use% Mounted on 16:41:13 overlay 50.0G 8.6G 41.4G 17% / 16:41:13 tmpfs 64.0M 0 64.0M 0% /dev 16:41:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:41:13 shm 64.0M 0 64.0M 0% /dev/shm 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 16:41:13 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 16:41:13 16:41:13 16:41:13 ---> free -m: 16:41:13 total used free shared buff/cache available 16:41:13 Mem: 1837 844 142 0 849 928 16:41:13 Swap: 1023 2 1021 16:41:13 16:41:13 16:41:13 ---> ip addr: 16:41:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:41:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:41:13 inet 127.0.0.1/8 scope host lo 16:41:13 valid_lft forever preferred_lft forever 16:41:13 inet6 ::1/128 scope host 16:41:13 valid_lft forever preferred_lft forever 16:41:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:41:13 link/ether fa:16:3e:60:da:db brd ff:ff:ff:ff:ff:ff 16:41:13 inet 10.30.123.157/23 brd 10.30.123.255 scope global dynamic eth0 16:41:13 valid_lft 85890sec preferred_lft 85890sec 16:41:13 inet6 fe80::f816:3eff:fe60:dadb/64 scope link 16:41:13 valid_lft forever preferred_lft forever 16:41:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:41:13 link/ether 02:42:fe:be:34:6a brd ff:ff:ff:ff:ff:ff 16:41:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:41:13 valid_lft forever preferred_lft forever 16:41:13 inet6 fe80::42:feff:febe:346a/64 scope link 16:41:13 valid_lft forever preferred_lft forever 16:41:13 16:41:13 16:41:13 ---> sar -b -r -n DEV: 16:41:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 16:41:13 16:41:13 16:32:32 LINUX RESTART (4 CPU) 16:41:13 16:41:13 16:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:41:13 16:34:01 64.67 21.38 43.29 0.00 5499.35 5475.29 0.00 16:41:13 16:35:01 2.01 0.00 2.01 0.00 0.00 42.80 0.00 16:41:13 16:36:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 16:41:13 16:37:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 16:41:13 16:38:01 0.18 0.00 0.18 0.00 0.00 2.12 0.00 16:41:13 16:39:01 0.23 0.00 0.23 0.00 0.00 4.03 0.00 16:41:13 16:40:01 344.37 176.98 167.39 0.00 9070.83 53782.97 0.00 16:41:13 16:41:02 256.30 116.70 139.60 0.00 8261.34 31382.65 0.00 16:41:13 Average: 83.64 39.44 44.20 0.00 2857.07 11353.40 0.00 16:41:13 16:41:13 16:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:41:13 16:34:01 226964 0 601700 31.98 2620 1050260 1122668 38.31 393072 1063056 144 16:41:13 16:35:01 229816 0 598908 31.83 2620 1050200 1105904 37.74 393200 1060264 12 16:41:13 16:36:01 231080 0 597640 31.76 2620 1050204 1097680 37.46 405628 1047000 12 16:41:13 16:37:01 229892 0 598824 31.83 2620 1050208 1093696 37.33 407716 1046604 20 16:41:13 16:38:01 229644 0 599068 31.84 2620 1050212 1093712 37.33 423812 1030608 16 16:41:13 16:39:01 228120 0 600584 31.92 2620 1050220 1086504 37.08 429116 1027376 12 16:41:13 16:40:01 103796 0 779436 41.43 2424 995888 1516908 51.77 621276 892768 10328 16:41:13 16:41:02 214848 0 833216 44.28 884 832596 1297612 44.29 546308 763016 78880 16:41:13 Average: 211770 0 651172 34.61 2378 1016224 1176836 40.16 452516 991336 11178 16:41:13 16:41:13 16:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:41:13 16:34:01 eth0 636.30 473.44 1629.80 104.49 0.00 0.00 0.00 0.00 16:41:13 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:34:01 docker0 108.52 84.19 9.78 306.58 0.00 0.00 0.00 0.00 16:41:13 16:35:01 eth0 6.93 1.15 1.79 0.94 0.00 0.00 0.00 0.00 16:41:13 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:36:01 eth0 4.03 1.28 1.56 0.98 0.00 0.00 0.00 0.00 16:41:13 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:37:01 eth0 6.84 1.03 1.38 0.69 0.00 0.00 0.00 0.00 16:41:13 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:38:01 eth0 4.31 1.13 1.37 0.88 0.00 0.00 0.00 0.00 16:41:13 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:39:01 eth0 1.58 0.47 0.50 0.30 0.00 0.00 0.00 0.00 16:41:13 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:40:01 eth0 973.26 867.99 7486.46 129.57 0.00 0.00 0.00 0.00 16:41:13 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:40:01 docker0 49.55 48.17 4.25 199.74 0.00 0.00 0.00 0.00 16:41:13 16:41:02 eth0 316.60 240.37 2429.52 85.16 0.00 0.00 0.00 0.00 16:41:13 16:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 16:41:02 docker0 34.30 46.41 2.29 203.09 0.00 0.00 0.00 0.00 16:41:13 Average: eth0 244.02 198.61 1446.18 40.42 0.00 0.00 0.00 0.00 16:41:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:41:13 Average: docker0 24.06 22.36 2.04 88.75 0.00 0.00 0.00 0.00 16:41:13 16:41:13 16:41:13 ---> sar -P ALL: 16:41:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 16:41:13 16:41:13 16:32:32 LINUX RESTART (4 CPU) 16:41:13 16:41:13 16:33:01 CPU %user %nice %system %iowait %steal %idle 16:41:13 16:34:01 all 12.38 0.00 3.21 1.21 0.63 82.57 16:41:13 16:34:01 0 13.63 0.00 3.93 2.39 0.49 79.55 16:41:13 16:34:01 1 11.30 0.00 3.34 1.43 0.67 83.25 16:41:13 16:34:01 2 12.94 0.00 2.64 0.71 0.76 82.96 16:41:13 16:34:01 3 11.66 0.00 2.95 0.30 0.59 84.49 16:41:13 16:35:01 all 0.19 0.00 0.05 0.00 0.03 99.73 16:41:13 16:35:01 0 0.10 0.00 0.03 0.00 0.00 99.87 16:41:13 16:35:01 1 0.12 0.00 0.08 0.00 0.07 99.73 16:41:13 16:35:01 2 0.18 0.00 0.05 0.00 0.02 99.75 16:41:13 16:35:01 3 0.37 0.00 0.03 0.00 0.03 99.57 16:41:13 16:36:01 all 0.18 0.00 0.08 0.00 0.01 99.73 16:41:13 16:36:01 0 0.07 0.00 0.03 0.00 0.02 99.88 16:41:13 16:36:01 1 0.10 0.00 0.17 0.00 0.02 99.72 16:41:13 16:36:01 2 0.07 0.00 0.08 0.00 0.02 99.83 16:41:13 16:36:01 3 0.50 0.00 0.03 0.00 0.00 99.47 16:41:13 16:37:01 all 0.19 0.00 0.03 0.00 0.02 99.76 16:41:13 16:37:01 0 0.08 0.00 0.03 0.00 0.02 99.87 16:41:13 16:37:01 1 0.07 0.00 0.03 0.00 0.02 99.88 16:41:13 16:37:01 2 0.08 0.00 0.03 0.00 0.02 99.87 16:41:13 16:37:01 3 0.53 0.00 0.03 0.00 0.02 99.42 16:41:13 16:38:01 all 0.20 0.00 0.07 0.00 0.03 99.71 16:41:13 16:38:01 0 0.10 0.00 0.03 0.00 0.02 99.85 16:41:13 16:38:01 1 0.23 0.00 0.07 0.00 0.03 99.67 16:41:13 16:38:01 2 0.10 0.00 0.13 0.00 0.02 99.75 16:41:13 16:38:01 3 0.37 0.00 0.03 0.00 0.03 99.57 16:41:13 16:39:01 all 0.16 0.00 0.05 0.00 0.00 99.80 16:41:13 16:39:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:41:13 16:39:01 1 0.50 0.00 0.02 0.00 0.00 99.48 16:41:13 16:39:01 2 0.07 0.00 0.08 0.00 0.00 99.85 16:41:13 16:39:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:41:13 16:40:01 all 14.40 0.00 7.92 4.73 0.31 72.64 16:41:13 16:40:01 0 14.07 0.00 8.94 2.93 0.29 73.76 16:41:13 16:40:01 1 14.82 0.00 7.30 4.99 0.29 72.60 16:41:13 16:40:01 2 15.26 0.00 8.07 5.60 0.36 70.70 16:41:13 16:40:01 3 13.43 0.00 7.40 5.39 0.28 73.51 16:41:13 16:41:02 all 12.25 0.00 7.42 3.88 0.42 76.04 16:41:13 16:41:02 0 14.62 0.00 7.58 4.24 0.46 73.10 16:41:13 16:41:02 1 11.21 0.00 6.98 3.70 0.43 77.69 16:41:13 16:41:02 2 11.57 0.00 7.84 3.14 0.36 77.08 16:41:13 16:41:02 3 11.60 0.00 7.28 4.42 0.43 76.26 16:41:13 Average: all 4.92 0.00 2.31 1.20 0.18 91.38 16:41:13 Average: 0 5.25 0.00 2.53 1.17 0.16 90.89 16:41:13 Average: 1 4.73 0.00 2.22 1.25 0.19 91.61 16:41:13 Average: 2 4.97 0.00 2.33 1.16 0.19 91.35 16:41:13 Average: 3 4.74 0.00 2.18 1.24 0.17 91.67 16:41:13 16:41:13 16:41:13