Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a6c3fefefc5a24b58d610bfff18b6125b6a62532 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27721 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision a6c3fefefc5a24b58d610bfff18b6125b6a62532 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 Commit message: "refactor: Rename MqttBroker configuration to ExternalMqtt (#717)" > git rev-list --no-walk 4075ac3009cb92cd9075a5419a7194c83a419bba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:23:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:23:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:23:07 ========================================================= 21:23:07 EdgeX Global Pipelines Version Info 21:23:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:23:08 ------------------- 21:23:08 stable info: 21:23:08 ------------------- 21:23:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:23:08 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 21:23:08 Message: update stable to v1.0.182 21:23:09 ------------------- 21:23:09 experimental info: 21:23:09 ------------------- 21:23:09 Commited By: **** collab-it+edgex@linuxfoundation.org 21:23:09 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 21:23:09 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:23:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:23:09 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:23:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:23:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:23:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:23:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] echo 21:23:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6c3fef [Pipeline] echo 21:23:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:23:13 + git log --format=format:%s -1 a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] echo 21:23:14 GIT_COMMIT: a6c3fefefc5a24b58d610bfff18b6125b6a62532, Commit Message: refactor: Rename MqttBroker configuration to ExternalMqtt (#717) [Pipeline] echo 21:23:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:23:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:23:15 21:23:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:23:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:23:15 latest: Pulling from edgex-devops/git-semver 21:23:15 31603596830f: Pulling fs layer 21:23:15 2a8b12db71e7: Pulling fs layer 21:23:15 6ca5941a6612: Pulling fs layer 21:23:15 ecc8261a40a4: Pulling fs layer 21:23:15 ecc8261a40a4: Waiting 21:23:15 2a8b12db71e7: Verifying Checksum 21:23:15 2a8b12db71e7: Download complete 21:23:16 31603596830f: Verifying Checksum 21:23:16 31603596830f: Download complete 21:23:16 6ca5941a6612: Verifying Checksum 21:23:16 6ca5941a6612: Download complete 21:23:16 ecc8261a40a4: Verifying Checksum 21:23:16 ecc8261a40a4: Download complete 21:23:16 31603596830f: Pull complete 21:23:16 2a8b12db71e7: Pull complete 21:23:17 6ca5941a6612: Pull complete 21:23:17 ecc8261a40a4: Pull complete 21:23:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:23:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:23:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:23:17 prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container 21:23:17 $ 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 21:23:19 $ docker top e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:23:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:19 [ssh-agent] Looking for ssh-agent implementation... 21:23:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:20 $ docker exec e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent 21:23:20 SSH_AUTH_SOCK=/tmp/ssh-9ey40bfgyYaA/agent.12 21:23:20 SSH_AGENT_PID=17 21:23:20 Running ssh-add (command line suppressed) 21:23:20 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1221478471851692489.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1221478471851692489.key) 21:23:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:20 + git tag --points-at HEAD [Pipeline] } 21:23:21 $ docker exec --env ******** --env ******** e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent -k 21:23:21 unset SSH_AUTH_SOCK; 21:23:21 unset SSH_AGENT_PID; 21:23:21 echo Agent pid 17 killed; 21:23:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:23:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:21 [ssh-agent] Looking for ssh-agent implementation... 21:23:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:21 $ docker exec e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent 21:23:21 SSH_AUTH_SOCK=/tmp/ssh-lopkFftQCcVT/agent.47 21:23:21 SSH_AGENT_PID=52 21:23:21 Running ssh-add (command line suppressed) 21:23:21 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5865408176940775982.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5865408176940775982.key) 21:23:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:22 + git semver init 21:23:22 # -> Open(): unable to determine branch for HEAD 21:23:22 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:23:22 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:23:22 # $SEMVER_REMOTE_NAME = origin 21:23:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:23:22 # $SEMVER_USER_NAME = edgex-jenkins 21:23:22 # $SEMVER_BRANCH = master 21:23:22 # $SEMVER_TEMP = /tmp/semver-058148709 21:23:22 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:23:24 # '/tmp/semver-058148709' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 21:23:24 # -> Force: false 21:23:24 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:23:24 $ docker exec --env ******** --env ******** e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 ssh-agent -k 21:23:25 unset SSH_AUTH_SOCK; 21:23:25 unset SSH_AGENT_PID; 21:23:25 echo Agent pid 52 killed; 21:23:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:23:25 + git semver [Pipeline] } 21:23:25 $ docker stop --time=1 e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 21:23:27 $ docker rm -f e425ce44bb4a4d8cbe31e4af40534a9d39d45d5ffe961e7ab05dde66cd12ace7 [Pipeline] // withDockerContainer [Pipeline] sh 21:23:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:23:27 Stashed 1 file(s) [Pipeline] echo 21:23:27 [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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 21:23:43 Still waiting to schedule task 21:23:43 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27721’ 21:23:43 Still waiting to schedule task 21:23:43 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 21:25:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27722 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:25:29 Running in /w/workspace/app-functions-sdk-go/188 [Pipeline] { [Pipeline] checkout 21:25:34 using credential edgex-jenkins-ssh 21:25:34 Cloning the remote Git repository 21:25:34 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:25:34 > git init /w/workspace/app-functions-sdk-go/188 # timeout=10 21:25:34 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:25:34 > git --version # timeout=10 21:25:34 > git --version # 'git version 2.17.1' 21:25:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:37 Checking out Revision a6c3fefefc5a24b58d610bfff18b6125b6a62532 (master) 21:25:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:25:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:25:37 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:25:37 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:25:37 > git config core.sparsecheckout # timeout=10 21:25:38 > git checkout -f a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 21:25:42 Commit message: "refactor: Rename MqttBroker configuration to ExternalMqtt (#717)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:25:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:25:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:25:45 + + truesudo 21:25:45 service docker restart [Pipeline] unstash [Pipeline] echo 21:25:48 ========================================================= 21:25:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:25:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:25:49 + 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 . 21:25:49 Sending build context to Docker daemon 19.25MB 21:25:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:25:49 Step 2/8 : FROM ${BASE} 21:25:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:25:50 5f621e34cdf4: Pulling fs layer 21:25:50 a4357932f1b6: Pulling fs layer 21:25:50 18c013af1878: Pulling fs layer 21:25:50 00ac8860ef70: Pulling fs layer 21:25:50 63d7cb157983: Pulling fs layer 21:25:50 b116817d02f9: Pulling fs layer 21:25:50 745a02a5169b: Pulling fs layer 21:25:50 00ac8860ef70: Waiting 21:25:50 63d7cb157983: Waiting 21:25:50 b116817d02f9: Waiting 21:25:50 745a02a5169b: Waiting 21:25:50 18c013af1878: Verifying Checksum 21:25:50 18c013af1878: Download complete 21:25:50 a4357932f1b6: Download complete 21:25:50 63d7cb157983: Download complete 21:25:50 b116817d02f9: Download complete 21:25:50 5f621e34cdf4: Download complete 21:25:51 5f621e34cdf4: Pull complete 21:25:51 a4357932f1b6: Pull complete 21:25:52 18c013af1878: Pull complete 21:25:52 745a02a5169b: Verifying Checksum 21:25:52 745a02a5169b: Download complete 21:25:54 00ac8860ef70: Verifying Checksum 21:25:54 00ac8860ef70: Download complete 21:26:04 00ac8860ef70: Pull complete 21:26:04 63d7cb157983: Pull complete 21:26:04 b116817d02f9: Pull complete 21:26:09 745a02a5169b: Pull complete 21:26:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:26:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:26:09 ---> b7e6874047d6 21:26:09 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:26:09 20.10.0: Pulling from library/docker 21:26:09 a3cc7d3b244e: Pulling fs layer 21:26:09 02a3295e0d61: Pulling fs layer 21:26:09 0f4f2e6d8100: Pulling fs layer 21:26:09 330b718f631f: Pulling fs layer 21:26:09 a93816041522: Pulling fs layer 21:26:09 bdb6da89ff94: Pulling fs layer 21:26:09 2a70c0c122f4: Pulling fs layer 21:26:09 330b718f631f: Waiting 21:26:09 a93816041522: Waiting 21:26:09 2a70c0c122f4: Waiting 21:26:09 bdb6da89ff94: Waiting 21:26:09 0f4f2e6d8100: Download complete 21:26:09 a3cc7d3b244e: Verifying Checksum 21:26:09 a3cc7d3b244e: Download complete 21:26:09 02a3295e0d61: Download complete 21:26:09 bdb6da89ff94: Verifying Checksum 21:26:09 bdb6da89ff94: Download complete 21:26:09 a93816041522: Verifying Checksum 21:26:09 a93816041522: Download complete 21:26:09 2a70c0c122f4: Verifying Checksum 21:26:09 2a70c0c122f4: Download complete 21:26:09 a3cc7d3b244e: Pull complete 21:26:10 02a3295e0d61: Pull complete 21:26:10 330b718f631f: Download complete 21:26:10 0f4f2e6d8100: Pull complete 21:26:11 Running on prd-centos7-docker-4c-2g-27723 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 21:26:11 Running in /w/workspace/app-functions-sdk-go/188 [Pipeline] { [Pipeline] checkout 21:26:13 using credential edgex-jenkins-ssh 21:26:13 Cloning the remote Git repository 21:26:13 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:26:13 > git init /w/workspace/app-functions-sdk-go/188 # timeout=10 21:26:13 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:26:13 > git --version # timeout=10 21:26:13 > git --version # 'git version 2.24.3' 21:26:13 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:26:15 330b718f631f: Pull complete 21:26:15 a93816041522: Pull complete 21:26:15 bdb6da89ff94: Pull complete 21:26:15 2a70c0c122f4: Pull complete 21:26:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:26:15 Status: Downloaded newer image for docker:20.10.0 21:26:15 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:26:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:26:15 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:26:15 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:26:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:26:15 Checking out Revision a6c3fefefc5a24b58d610bfff18b6125b6a62532 (master) 21:26:15 > git config core.sparsecheckout # timeout=10 21:26:15 > git checkout -f a6c3fefefc5a24b58d610bfff18b6125b6a62532 # timeout=10 21:26:19 Commit message: "refactor: Rename MqttBroker configuration to ExternalMqtt (#717)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:26:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:26:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:26:21 + true 21:26:21 + sudo service docker restart 21:26:21 Redirecting to /bin/systemctl restart docker.service 21:26:22 ---> 4582265f9a8c 21:26:22 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:26:22 ---> Running in ea22356fe538 21:26:22 Removing intermediate container ea22356fe538 21:26:22 ---> 8ebd01cf9b1a 21:26:22 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:26:22 ---> Running in 8f4844b9197f [Pipeline] unstash [Pipeline] echo 21:26:22 ========================================================= 21:26:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:26:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:26:22 + 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 . 21:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:26:23 Sending build context to Docker daemon 19.25MB 21:26:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:26:23 Step 2/8 : FROM ${BASE} 21:26:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:26:23 188c0c94c7c5: Pulling fs layer 21:26:23 0ef7d3d256c8: Pulling fs layer 21:26:23 de9db76c5a1d: Pulling fs layer 21:26:23 bca2f99d35d6: Pulling fs layer 21:26:23 93359f2a8cfa: Pulling fs layer 21:26:23 7c6f9722023f: Pulling fs layer 21:26:23 a35cf1a2eb13: Pulling fs layer 21:26:23 bca2f99d35d6: Waiting 21:26:23 a35cf1a2eb13: Waiting 21:26:23 93359f2a8cfa: Waiting 21:26:23 7c6f9722023f: Waiting 21:26:23 de9db76c5a1d: Verifying Checksum 21:26:23 de9db76c5a1d: Download complete 21:26:23 0ef7d3d256c8: Verifying Checksum 21:26:23 0ef7d3d256c8: Download complete 21:26:23 93359f2a8cfa: Verifying Checksum 21:26:23 93359f2a8cfa: Download complete 21:26:23 7c6f9722023f: Download complete 21:26:23 188c0c94c7c5: Verifying Checksum 21:26:23 188c0c94c7c5: Download complete 21:26:24 188c0c94c7c5: Pull complete 21:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:26:24 0ef7d3d256c8: Pull complete 21:26:24 de9db76c5a1d: Pull complete 21:26:25 (1/5) Installing libsodium (1.0.18-r0) 21:26:25 (2/5) Installing libzmq (4.3.3-r0) 21:26:25 a35cf1a2eb13: Download complete 21:26:26 bca2f99d35d6: Verifying Checksum 21:26:26 bca2f99d35d6: Download complete 21:26:26 (3/5) Installing pkgconf (1.7.2-r0) 21:26:26 (4/5) Installing libsodium-dev (1.0.18-r0) 21:26:26 (5/5) Installing zeromq-dev (4.3.3-r0) 21:26:26 Executing busybox-1.31.1-r19.trigger 21:26:26 OK: 144 MiB in 44 packages 21:26:28 Removing intermediate container 8f4844b9197f 21:26:28 ---> 6f0744e55b0e 21:26:28 Step 6/8 : WORKDIR /build 21:26:28 ---> Running in 55ebba717d0b 21:26:28 Removing intermediate container 55ebba717d0b 21:26:28 ---> 0b124b800ac5 21:26:28 Step 7/8 : COPY go.mod . 21:26:29 ---> 63e282b6fe17 21:26:29 Step 8/8 : RUN go mod download 21:26:29 ---> Running in 804c2ada9d3d 21:26:31 bca2f99d35d6: Pull complete 21:26:31 93359f2a8cfa: Pull complete 21:26:31 7c6f9722023f: Pull complete 21:26:37 a35cf1a2eb13: Pull complete 21:26:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:26:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:26:37 ---> a62c8e92a672 21:26:37 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:26:37 20.10.0: Pulling from library/docker 21:26:37 05e7bc50f07f: Pulling fs layer 21:26:37 6db28d0fdbf6: Pulling fs layer 21:26:37 292df0bc6bf3: Pulling fs layer 21:26:37 2e060f4bd70b: Pulling fs layer 21:26:37 80e8d568a223: Pulling fs layer 21:26:37 8dc6ef1a942a: Pulling fs layer 21:26:37 2312dd95470a: Pulling fs layer 21:26:37 2e060f4bd70b: Waiting 21:26:37 80e8d568a223: Waiting 21:26:37 8dc6ef1a942a: Waiting 21:26:37 2312dd95470a: Waiting 21:26:37 292df0bc6bf3: Verifying Checksum 21:26:37 292df0bc6bf3: Download complete 21:26:37 6db28d0fdbf6: Verifying Checksum 21:26:37 6db28d0fdbf6: Download complete 21:26:37 80e8d568a223: Verifying Checksum 21:26:37 80e8d568a223: Download complete 21:26:37 05e7bc50f07f: Download complete 21:26:37 8dc6ef1a942a: Verifying Checksum 21:26:37 8dc6ef1a942a: Download complete 21:26:37 2312dd95470a: Verifying Checksum 21:26:37 2312dd95470a: Download complete 21:26:37 05e7bc50f07f: Pull complete 21:26:38 6db28d0fdbf6: Pull complete 21:26:38 292df0bc6bf3: Pull complete 21:26:38 2e060f4bd70b: Verifying Checksum 21:26:38 2e060f4bd70b: Download complete 21:26:41 2e060f4bd70b: Pull complete 21:26:41 80e8d568a223: Pull complete 21:26:41 8dc6ef1a942a: Pull complete 21:26:41 2312dd95470a: Pull complete 21:26:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:26:41 Status: Downloaded newer image for docker:20.10.0 21:26:43 ---> 8a6a2e159cf4 21:26:43 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:26:43 ---> Running in b16550d596e9 21:26:43 Removing intermediate container b16550d596e9 21:26:43 ---> 9c3d5ed495cb 21:26:43 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:26:43 ---> Running in 982456be75d7 21:26:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:26:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:26:46 (1/5) Installing libsodium (1.0.18-r0) 21:26:46 (2/5) Installing libzmq (4.3.3-r0) 21:26:46 (3/5) Installing pkgconf (1.7.2-r0) 21:26:46 (4/5) Installing libsodium-dev (1.0.18-r0) 21:26:46 (5/5) Installing zeromq-dev (4.3.3-r0) 21:26:46 Executing busybox-1.31.1-r19.trigger 21:26:46 OK: 167 MiB in 44 packages 21:26:47 Removing intermediate container 982456be75d7 21:26:47 ---> f40136b308a3 21:26:47 Step 6/8 : WORKDIR /build 21:26:47 ---> Running in d0febed62c14 21:26:47 Removing intermediate container d0febed62c14 21:26:47 ---> 8655bdb3d3ac 21:26:47 Step 7/8 : COPY go.mod . 21:26:47 ---> 1b5ddf1de1bf 21:26:47 Step 8/8 : RUN go mod download 21:26:48 ---> Running in 7cd28961b432 21:26:56 Removing intermediate container 804c2ada9d3d 21:26:56 ---> 71e349ecfa58 21:26:56 Successfully built 71e349ecfa58 21:26:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:26:56 + docker inspect -f . ci-base-image-arm64 21:26:56 . [Pipeline] withDockerContainer 21:26:56 prd-ubuntu18.04-docker-arm64-4c-16g-27722 does not seem to be running inside a container 21:26:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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 ******** ci-base-image-arm64 cat 21:26:58 $ docker top a3104f7654a6d276f6398f37966143d1b3ddeb58313e101379743b4b21120278 -eo pid,comm [Pipeline] { [Pipeline] sh 21:26:59 + go version 21:26:59 go version go1.15.5 linux/arm64 [Pipeline] } 21:26:59 $ docker stop --time=1 a3104f7654a6d276f6398f37966143d1b3ddeb58313e101379743b4b21120278 21:27:01 $ docker rm -f a3104f7654a6d276f6398f37966143d1b3ddeb58313e101379743b4b21120278 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:02 + docker inspect -f . ci-base-image-arm64 21:27:02 . [Pipeline] withDockerContainer 21:27:02 prd-ubuntu18.04-docker-arm64-4c-16g-27722 does not seem to be running inside a container 21:27:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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 ******** ci-base-image-arm64 cat 21:27:04 $ docker top 0e4edf66dfd766450cbfcaa8430416bbad94b4337d80bcb837bb5b6bf1cbe658 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:05 + make test 21:27:05 make -C ./app-service-template build 21:27:05 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:27:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 21:27:14 Removing intermediate container 7cd28961b432 21:27:14 ---> e075cbc42c95 21:27:14 Successfully built e075cbc42c95 21:27:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:27:15 + docker inspect -f . ci-base-image-x86_64 21:27:15 . [Pipeline] withDockerContainer 21:27:15 prd-centos7-docker-4c-2g-27723 does not seem to be running inside a container 21:27:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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 21:27:16 $ docker top 8b5d3487a1a6b5e3b90a004a8baf16a6913c71c186ae7db0014052b057b6f950 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:16 + go version 21:27:16 go version go1.15.5 linux/amd64 [Pipeline] } 21:27:16 $ docker stop --time=1 8b5d3487a1a6b5e3b90a004a8baf16a6913c71c186ae7db0014052b057b6f950 21:27:18 $ docker rm -f 8b5d3487a1a6b5e3b90a004a8baf16a6913c71c186ae7db0014052b057b6f950 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:18 + docker inspect -f . ci-base-image-x86_64 21:27:18 . [Pipeline] withDockerContainer 21:27:19 prd-centos7-docker-4c-2g-27723 does not seem to be running inside a container 21:27:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/188 -v /w/workspace/app-functions-sdk-go/188:/w/workspace/app-functions-sdk-go/188:rw,z -v /w/workspace/app-functions-sdk-go/188@tmp:/w/workspace/app-functions-sdk-go/188@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 21:27:19 $ docker top 2be065ed42191b4b0f043c3fea1cf4e4fcb31c7ad35a2eaec4b5d58c53526028 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:20 + make test 21:27:20 make -C ./app-service-template build 21:27:20 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:27:20 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 21:27:35 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:27:35 make -C ./app-service-template test 21:27:35 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:27:35 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:27:40 ? new-app-service [no test files] 21:27:40 ok new-app-service/functions 0.009s coverage: 75.8% of statements 21:27:40 CGO_ENABLED=1 go vet ./... 21:27:43 gofmt -l . 21:27:43 [ "`gofmt -l .`" = "" ] 21:27:43 ./bin/test-go-mod-tidy.sh 21:27:43 ./bin/test-attribution-txt.sh 21:27:44 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:27:44 make -C ./app-service-template test 21:27:44 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:27:44 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:27:44 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:27:44 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:27:45 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 21:27:46 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.016s coverage: 82.6% of statements 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.025s coverage: 57.4% of statements 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.045s coverage: 61.5% of statements 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.042s coverage: 75.6% of statements 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.014s coverage: 97.0% of statements 21:27:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 21:27:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.009s coverage: 8.8% of statements 21:27:59 ? new-app-service [no test files] 21:27:59 ok new-app-service/functions 0.022s coverage: 75.8% of statements 21:27:59 CGO_ENABLED=1 go vet ./... 21:28:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.840s coverage: 77.5% of statements 21:28:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 21:28:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.014s coverage: 87.9% of statements 21:28:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.023s coverage: 80.5% of statements 21:28:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.008s coverage: 71.7% of statements 21:28:09 gofmt -l . 21:28:09 [ "`gofmt -l .`" = "" ] 21:28:09 ./bin/test-go-mod-tidy.sh 21:28:09 ./bin/test-attribution-txt.sh 21:28:10 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/188/app-service-template' 21:28:10 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:28:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 21:28:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.036s coverage: 82.8% of statements 21:28:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.014s coverage: 94.4% of statements 21:28:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:28:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.057s coverage: 82.6% of statements 21:28:16 gofmt -l . 21:28:16 [ "`gofmt -l .`" = "" ] 21:28:16 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 21:28:16 $ docker stop --time=1 2be065ed42191b4b0f043c3fea1cf4e4fcb31c7ad35a2eaec4b5d58c53526028 21:28:18 $ docker rm -f 2be065ed42191b4b0f043c3fea1cf4e4fcb31c7ad35a2eaec4b5d58c53526028 [Pipeline] // withDockerContainer [Pipeline] sh 21:28:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:28:19 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:28:20 ---> job-cost.sh 21:28:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eRdQ 21:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.066s coverage: 57.4% of statements 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 21:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.105s coverage: 61.5% of statements 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 21:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.079s coverage: 75.6% of statements 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 21:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.035s coverage: 97.0% of statements 21:28:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 21:28:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.037s coverage: 8.8% of statements 21:28:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:28:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.876s coverage: 77.5% of statements 21:28:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 21:28:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.044s coverage: 87.9% of statements 21:28:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.038s coverage: 80.5% of statements 21:28:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.032s coverage: 71.7% of statements 21:28:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 82.8% of statements 21:28:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.026s coverage: 94.4% of statements 21:28:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:28:55 gofmt -l . 21:28:55 [ "`gofmt -l .`" = "" ] 21:28:56 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 21:28:57 $ docker stop --time=1 0e4edf66dfd766450cbfcaa8430416bbad94b4337d80bcb837bb5b6bf1cbe658 21:28:59 $ docker rm -f 0e4edf66dfd766450cbfcaa8430416bbad94b4337d80bcb837bb5b6bf1cbe658 [Pipeline] // withDockerContainer [Pipeline] sh 21:29:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:29:00 Warning: overwriting stash ‘coverage-report’ 21:29:01 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:29:02 ---> job-cost.sh 21:29:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2Fjq 21:29:08 lf-activate-venv(): INFO: Adding /tmp/venv-eRdQ/bin to PATH 21:29:08 INFO: No Stack... 21:29:08 INFO: Retrieving Pricing Info for: v1-standard-2 21:29:08 INFO: Archiving Costs [Pipeline] sh 21:29:08 + cat /w/workspace/app-functions-sdk-go/188/archives/cost.csv 21:29:08 + cut -d, -f6 [Pipeline] lock 21:29:08 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] 21:29:08 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] did not exist. Created. 21:29:08 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:29:08 + echo total: 0.029999999329447746 [Pipeline] stash 21:29:09 Stashed 1 file(s) [Pipeline] } 21:29:09 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:29:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:31:48 lf-activate-venv(): INFO: Adding /tmp/venv-2Fjq/bin to PATH 21:31:48 INFO: No Stack... 21:31:48 INFO: Retrieving Pricing Info for: lf-standard-4 21:31:49 INFO: Archiving Costs [Pipeline] sh 21:31:49 + cat /w/workspace/app-functions-sdk-go/188/archives/cost.csv 21:31:49 + cut -d, -f6 [Pipeline] lock 21:31:49 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] 21:31:49 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] did not exist. Created. 21:31:49 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:31:50 /w/workspace/app-functions-sdk-go/188@tmp/durable-e02566a0/script.sh: 1: /w/workspace/app-functions-sdk-go/188@tmp/durable-e02566a0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:31:50 + echo total: 0.20999999344348907 [Pipeline] stash 21:31:50 Warning: overwriting stash ‘stack-cost’ 21:31:50 Stashed 1 file(s) [Pipeline] } 21:31:50 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-188-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:31:52 provisioning config files... 21:31:52 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2082583524332302592tmp [Pipeline] { [Pipeline] sh 21:31:52 + set +x 21:31:52 + curl -s https://codecov.io/bash 21:31:52 + bash -s -- 21:31:52 21:31:52 _____ _ 21:31:52 / ____| | | 21:31:52 | | ___ __| | ___ ___ _____ __ 21:31:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:31:52 | |___| (_) | (_| | __/ (_| (_) \ V / 21:31:52 \_____\___/ \__,_|\___|\___\___/ \_/ 21:31:52 Bash-20210129-7c25fce 21:31:52 21:31:52 21:31:52 ==> git version 2.24.3 found 21:31:52 ==> 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 21:31:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:31:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:31:52 ==> Jenkins CI detected. 21:31:52 project root: . 21:31:52 --> token set from env 21:31:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:31:52 ==> Running gcov in . (disable via -X gcov) 21:31:52 ==> Python coveragepy not found 21:31:52 ==> Searching for coverage reports in: 21:31:52 + . 21:31:52 -> Found 2 reports 21:31:52 ==> Detecting git/mercurial file structure 21:31:52 ==> Reading reports 21:31:52 + ./app-service-template/coverage.out bytes=1148 21:31:52 + ./coverage.out bytes=83688 21:31:52 ==> Appending adjustments 21:31:52 https://docs.codecov.io/docs/fixing-reports 21:31:53 + Found adjustments 21:31:53 ==> Gzipping contents 21:31:53 16K /tmp/codecov.e7ajro.gz 21:31:53 ==> Uploading reports 21:31:53 url: https://codecov.io 21:31:53 query: branch=master&commit=a6c3fefefc5a24b58d610bfff18b6125b6a62532&build=188&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F188%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:31:53 -> Pinging Codecov 21:31:53 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a6c3fefefc5a24b58d610bfff18b6125b6a62532&build=188&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F188%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:31:53 -> Uploading to 21:31:53 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/3D8B5DFFC46A037C893635FACE044666/a6c3fefefc5a24b58d610bfff18b6125b6a62532/65864e49-2250-4fcc-9fc8-ee39c905ce38.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T213153Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f4dbf51774ebdcffac5a5d8a5288c80f968daa7fd0e74c253d989b20441b2f8 21:31:53 % Total % Received % Xferd Average Speed Time Time Time Current 21:31:53 Dload Upload Total Spent Left Speed 21:31:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14571 0 0 100 14571 0 31575 --:--:-- --:--:-- --:--:-- 31607 21:31:54 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] } 21:31:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:31:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:31:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:31:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:31:55 21:31:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:31:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:31:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:31:56 188c0c94c7c5: Pulling fs layer 21:31:56 0ef7d3d256c8: Pulling fs layer 21:31:56 de9db76c5a1d: Pulling fs layer 21:31:56 0eba1c9be4d2: Pulling fs layer 21:31:56 0d57e429df01: Pulling fs layer 21:31:56 4e4be7b47b0d: Pulling fs layer 21:31:56 e1f770b5df2f: Pulling fs layer 21:31:56 85a0685a4137: Pulling fs layer 21:31:56 0eba1c9be4d2: Waiting 21:31:56 0d57e429df01: Waiting 21:31:56 4e4be7b47b0d: Waiting 21:31:56 e1f770b5df2f: Waiting 21:31:56 85a0685a4137: Waiting 21:31:56 de9db76c5a1d: Verifying Checksum 21:31:56 de9db76c5a1d: Download complete 21:31:56 0ef7d3d256c8: Verifying Checksum 21:31:56 0ef7d3d256c8: Download complete 21:31:56 0d57e429df01: Verifying Checksum 21:31:56 0d57e429df01: Download complete 21:31:56 4e4be7b47b0d: Verifying Checksum 21:31:56 4e4be7b47b0d: Download complete 21:31:56 188c0c94c7c5: Verifying Checksum 21:31:56 188c0c94c7c5: Download complete 21:31:56 188c0c94c7c5: Pull complete 21:31:56 0ef7d3d256c8: Pull complete 21:31:57 de9db76c5a1d: Pull complete 21:31:58 e1f770b5df2f: Verifying Checksum 21:32:00 85a0685a4137: Verifying Checksum 21:32:00 85a0685a4137: Download complete 21:32:00 0eba1c9be4d2: Verifying Checksum 21:32:00 0eba1c9be4d2: Download complete 21:32:06 0eba1c9be4d2: Pull complete 21:32:06 0d57e429df01: Pull complete 21:32:06 4e4be7b47b0d: Pull complete 21:32:07 e1f770b5df2f: Pull complete 21:32:15 85a0685a4137: Pull complete 21:32:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:32:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:32:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:32:16 prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container 21:32:16 $ 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 21:32:17 $ docker top 0e64cef0136fdaa836a8949d37c28f5d91327cba19fd5a6a80b09351016a66b0 -eo pid,comm [Pipeline] { [Pipeline] echo 21:32:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:32:17 + set -o pipefail 21:32:17 + snyk monitor '--org=edgex-jenkins' 21:32:29 21:32:29 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 21:32:29 21:32:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/f32b13f9-8564-4b11-8370-025c8e192762 21:32:29 21:32:29 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:32:29 21:32:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:32:29 21:32:29 21:32:29 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:32:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:32:29 $ docker stop --time=1 0e64cef0136fdaa836a8949d37c28f5d91327cba19fd5a6a80b09351016a66b0 21:32:33 $ docker rm -f 0e64cef0136fdaa836a8949d37c28f5d91327cba19fd5a6a80b09351016a66b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:32:34 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:32:34 provisioning config files... 21:32:34 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3791601727362376684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:32:34 --> edgex-publish-swagger.sh 21:32:34 === Publish openapi/v2 API === 21:32:34 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:32:34 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 21:32:34 % Total % Received % Xferd Average Speed Time Time Time Current 21:32:34 Dload Upload Total Spent Left Speed 21:32:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10806 0:00:01 0:00:01 --:--:-- 10804 100 13052 0 0 100 13052 0 10804 0:00:01 0:00:01 --:--:-- 10804 21:32:36 21:32:36 [Pipeline] } 21:32:36 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 21:32:36 + git log --format=format:%s -1 a6c3fefefc5a24b58d610bfff18b6125b6a62532 [Pipeline] isUnix [Pipeline] sh 21:32:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:32:37 . [Pipeline] withDockerContainer 21:32:37 prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container 21:32:37 $ 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 21:32:38 $ docker top ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:32:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:32:38 [ssh-agent] Looking for ssh-agent implementation... 21:32:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:32:38 $ docker exec ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 ssh-agent 21:32:39 SSH_AUTH_SOCK=/tmp/ssh-0WBHgOfqix7X/agent.11 21:32:39 SSH_AGENT_PID=16 21:32:39 Running ssh-add (command line suppressed) 21:32:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3470995135148571410.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3470995135148571410.key) 21:32:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:32:39 + git semver tag 21:32:39 # -> Open(): unable to determine branch for HEAD 21:32:39 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:32:39 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:32:39 # $SEMVER_REMOTE_NAME = origin 21:32:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:32:39 # $SEMVER_USER_NAME = edgex-jenkins 21:32:39 # $SEMVER_BRANCH = master 21:32:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:32:39 # a6c3fefefc5a24b58d610bfff18b6125b6a62532 HEAD 21:32:39 # -> Force: false 21:32:39 # 31744fc696801e07c5cd4b0548b71f485155149d refs/tags/v2.0.0-dev.21 [Pipeline] } 21:32:39 $ docker exec --env ******** --env ******** ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 ssh-agent -k 21:32:39 unset SSH_AUTH_SOCK; 21:32:39 unset SSH_AGENT_PID; 21:32:39 echo Agent pid 16 killed; 21:32:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:32:40 + git semver [Pipeline] } 21:32:40 $ docker stop --time=1 ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 21:32:41 $ docker rm -f ab547a97ed9b50893e7322f496eb56eff5932ef582d942e1245a669e7c0aa3e6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:32:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:32:42 21:32:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:32:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:32:42 0.23.1-centos7: Pulling from edgex-lftools 21:32:42 ab5ef0e58194: Pulling fs layer 21:32:42 9712f1f96733: Pulling fs layer 21:32:42 63f879dbbcfc: Pulling fs layer 21:32:42 0d9ebad4ef96: Pulling fs layer 21:32:42 e9a5061849ea: Pulling fs layer 21:32:42 d747dcd14b5f: Pulling fs layer 21:32:42 2de7ff778b66: Pulling fs layer 21:32:42 e9a5061849ea: Waiting 21:32:42 d747dcd14b5f: Waiting 21:32:42 2de7ff778b66: Waiting 21:32:42 0d9ebad4ef96: Waiting 21:32:42 9712f1f96733: Verifying Checksum 21:32:42 9712f1f96733: Download complete 21:32:44 63f879dbbcfc: Verifying Checksum 21:32:44 63f879dbbcfc: Download complete 21:32:44 e9a5061849ea: Verifying Checksum 21:32:44 e9a5061849ea: Download complete 21:32:44 d747dcd14b5f: Verifying Checksum 21:32:44 d747dcd14b5f: Download complete 21:32:45 2de7ff778b66: Verifying Checksum 21:32:45 2de7ff778b66: Download complete 21:32:45 0d9ebad4ef96: Verifying Checksum 21:32:45 0d9ebad4ef96: Download complete 21:32:45 ab5ef0e58194: Verifying Checksum 21:32:45 ab5ef0e58194: Download complete 21:32:51 ab5ef0e58194: Pull complete 21:32:51 9712f1f96733: Pull complete 21:32:53 63f879dbbcfc: Pull complete 21:33:00 0d9ebad4ef96: Pull complete 21:33:01 e9a5061849ea: Pull complete 21:33:01 d747dcd14b5f: Pull complete 21:33:03 2de7ff778b66: Pull complete 21:33:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:33:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:33:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:33:04 prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container 21:33:04 $ 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 21:33:08 $ docker top 95257468e2a527595da9b0ce374927f414d720564f25630906178fa27b4e068b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:33:08 provisioning config files... 21:33:08 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config313907011605795099tmp 21:33:08 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7274935164220619332tmp 21:33:08 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5685022111152868375tmp [Pipeline] { [Pipeline] echo 21:33:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:33:08 ---> sigul-configuration.sh 21:33:08 gpg: directory `/root/.gnupg' created 21:33:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:33:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:33:08 gpg: keyring `/root/.gnupg/secring.gpg' created 21:33:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:33:08 gpg: CAST5 encrypted data 21:33:08 gpg: encrypted with 1 passphrase 21:33:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:33:09 + mkdir /home/jenkins 21:33:09 + mkdir /home/jenkins/sigul [Pipeline] sh 21:33:09 + 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 21:33:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:33:09 ---> sigul-install.sh 21:33:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:33:16 + git tag --list 21:33:16 v0.1.0 21:33:16 v0.1.1 21:33:16 v1.0.0 21:33:16 v1.1.0 21:33:16 v1.2.0 21:33:16 v1.3.0 21:33:16 v1.3.1 21:33:16 v1.3.1-dev.1 21:33:16 v1.3.2-dev.1 21:33:16 v2.0.0-dev.1 21:33:16 v2.0.0-dev.10 21:33:16 v2.0.0-dev.11 21:33:16 v2.0.0-dev.12 21:33:16 v2.0.0-dev.13 21:33:16 v2.0.0-dev.14 21:33:16 v2.0.0-dev.15 21:33:16 v2.0.0-dev.16 21:33:16 v2.0.0-dev.17 21:33:16 v2.0.0-dev.18 21:33:16 v2.0.0-dev.19 21:33:16 v2.0.0-dev.2 21:33:16 v2.0.0-dev.20 21:33:16 v2.0.0-dev.21 21:33:16 v2.0.0-dev.3 21:33:16 v2.0.0-dev.4 21:33:16 v2.0.0-dev.5 21:33:16 v2.0.0-dev.6 21:33:16 v2.0.0-dev.7 21:33:16 v2.0.0-dev.8 21:33:16 v2.0.0-dev.9 [Pipeline] sh 21:33:17 + lftools sign git-tag v2.0.0-dev.21 21:33:18 Signing Git tag with Sigul... 21:33:18 Signing v2.0.0-dev.21 [Pipeline] echo 21:33:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:33:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:33:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:33:19 $ docker stop --time=1 95257468e2a527595da9b0ce374927f414d720564f25630906178fa27b4e068b 21:33:21 $ docker rm -f 95257468e2a527595da9b0ce374927f414d720564f25630906178fa27b4e068b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:33:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:33:22 . [Pipeline] withDockerContainer 21:33:22 prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container 21:33:22 $ 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 21:33:23 $ docker top c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:33:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:33:23 [ssh-agent] Looking for ssh-agent implementation... 21:33:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:33:24 $ docker exec c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 ssh-agent 21:33:24 SSH_AUTH_SOCK=/tmp/ssh-ThqnA1DzuD1N/agent.12 21:33:24 SSH_AGENT_PID=18 21:33:24 Running ssh-add (command line suppressed) 21:33:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2659672410640132336.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2659672410640132336.key) 21:33:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:33:24 + git semver bump pre 21:33:24 # -> Open(): unable to determine branch for HEAD 21:33:24 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:33:24 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:33:24 # $SEMVER_REMOTE_NAME = origin 21:33:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:33:24 # $SEMVER_USER_NAME = edgex-jenkins 21:33:24 # $SEMVER_BRANCH = master 21:33:24 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 21:33:24 2.0.0-dev.22 [Pipeline] } 21:33:24 $ docker exec --env ******** --env ******** c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 ssh-agent -k 21:33:25 unset SSH_AUTH_SOCK; 21:33:25 unset SSH_AGENT_PID; 21:33:25 echo Agent pid 18 killed; 21:33:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:33:25 + git semver [Pipeline] } 21:33:25 $ docker stop --time=1 c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 21:33:27 $ docker rm -f c931de1da08309af37c5cd46b17635f620e31e052589834525b5094c32cdec78 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:33:27 . [Pipeline] withDockerContainer 21:33:27 prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container 21:33: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 21:33:28 $ docker top 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:33:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:33:28 [ssh-agent] Looking for ssh-agent implementation... 21:33:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:33:28 $ docker exec 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 ssh-agent 21:33:29 SSH_AUTH_SOCK=/tmp/ssh-vPC5TbIbi2U7/agent.11 21:33:29 SSH_AGENT_PID=16 21:33:29 Running ssh-add (command line suppressed) 21:33:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6295355584077882802.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6295355584077882802.key) 21:33:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:33:29 + git semver push 21:33:29 # -> Open(): unable to determine branch for HEAD 21:33:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 21:33:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 21:33:29 # $SEMVER_REMOTE_NAME = origin 21:33:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:33:29 # $SEMVER_USER_NAME = edgex-jenkins 21:33:29 # $SEMVER_BRANCH = master 21:33:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 21:33:35 $ docker exec --env ******** --env ******** 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 ssh-agent -k 21:33:35 unset SSH_AUTH_SOCK; 21:33:35 unset SSH_AGENT_PID; 21:33:35 echo Agent pid 16 killed; 21:33:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:33:35 + git semver [Pipeline] } 21:33:35 $ docker stop --time=1 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 21:33:37 $ docker rm -f 644d7003f4afdee51d4f6c7aaec56e595e4532bfc6c34c977d9b0c0433ebf717 [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 21:33:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:33:39 ---> package-listing.sh 21:33:39 ++ facter osfamily 21:33:39 ++ tr '[:upper:]' '[:lower:]' 21:33:39 + OS_FAMILY=redhat 21:33:39 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 21:33:39 + START_PACKAGES=/tmp/packages_start.txt 21:33:39 + END_PACKAGES=/tmp/packages_end.txt 21:33:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:33:39 + PACKAGES=/tmp/packages_start.txt 21:33:39 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:33:39 + PACKAGES=/tmp/packages_end.txt 21:33:39 + case "${OS_FAMILY}" in 21:33:39 + rpm -qa 21:33:39 + sort 21:33:44 + '[' -f /tmp/packages_start.txt ']' 21:33:44 + '[' -f /tmp/packages_end.txt ']' 21:33:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:33:44 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 21:33:44 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 21:33:44 + 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 21:33:44 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 21:33:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:33:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:33:45 21:33:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:33:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:33:45 alpine: Pulling from edgex-lftools-log-publisher 21:33:45 df20fa9351a1: Pulling fs layer 21:33:45 36b3adc4ff6f: Pulling fs layer 21:33:45 8ad3a11d3b57: Pulling fs layer 21:33:45 46f8f816bc3b: Pulling fs layer 21:33:45 93b61091891f: Pulling fs layer 21:33:45 93b9cdb0e59b: Pulling fs layer 21:33:45 5e14af77c1be: Pulling fs layer 21:33:45 01666e4c0597: Pulling fs layer 21:33:45 aa168da1d23b: Pulling fs layer 21:33:45 93b9cdb0e59b: Waiting 21:33:45 5e14af77c1be: Waiting 21:33:45 aa168da1d23b: Waiting 21:33:45 01666e4c0597: Waiting 21:33:45 93b61091891f: Waiting 21:33:45 46f8f816bc3b: Waiting 21:33:45 36b3adc4ff6f: Verifying Checksum 21:33:45 46f8f816bc3b: Verifying Checksum 21:33:45 46f8f816bc3b: Download complete 21:33:45 df20fa9351a1: Verifying Checksum 21:33:45 df20fa9351a1: Download complete 21:33:45 93b9cdb0e59b: Verifying Checksum 21:33:45 93b9cdb0e59b: Download complete 21:33:45 5e14af77c1be: Verifying Checksum 21:33:45 5e14af77c1be: Download complete 21:33:45 93b61091891f: Verifying Checksum 21:33:45 93b61091891f: Download complete 21:33:45 01666e4c0597: Verifying Checksum 21:33:45 01666e4c0597: Download complete 21:33:45 8ad3a11d3b57: Verifying Checksum 21:33:45 8ad3a11d3b57: Download complete 21:33:46 df20fa9351a1: Pull complete 21:33:46 36b3adc4ff6f: Pull complete 21:33:47 8ad3a11d3b57: Pull complete 21:33:47 46f8f816bc3b: Pull complete 21:33:48 aa168da1d23b: Verifying Checksum 21:33:48 aa168da1d23b: Download complete 21:33:48 93b61091891f: Pull complete 21:33:49 93b9cdb0e59b: Pull complete 21:33:49 5e14af77c1be: Pull complete 21:33:49 01666e4c0597: Pull complete 21:33:57 aa168da1d23b: Pull complete 21:33:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:33:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:33:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:33:57 prd-centos7-docker-4c-2g-27721 does not seem to be running inside a container 21:33:57 $ 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 21:34:00 $ docker top c1d560b4e04732e9925434421c86bb09b216ab43fb99289378f8595e67974739 -eo pid,comm [Pipeline] { [Pipeline] sh 21:34:01 + touch /tmp/pre-build-complete [Pipeline] sh 21:34:01 + mkdir -p /var/log/sa [Pipeline] sh 21:34:01 + ls /var/log/sa-host 21:34:01 + sadf -c /var/log/sa-host/sa23 21:34:01 file_magic: OK 21:34:01 HZ: Using current value: 100 21:34:01 file_header: OK 21:34:01 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 21:34:01 Statistics: 21:34:01 Hnuu...uuuununununu... 21:34:01 File successfully converted to sysstat format version 12.2.1 21:34:01 + sadf -c /var/log/sa-host/sa25 21:34:01 file_magic: OK 21:34:01 HZ: Using current value: 100 21:34:01 file_header: OK 21:34:01 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 21:34:01 Statistics: 21:34:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:34:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:34:02 provisioning config files... 21:34:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1386780988156224029tmp [Pipeline] { [Pipeline] echo 21:34:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:34:02 ---> create-netrc.sh [Pipeline] } 21:34:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:34:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:34:03 ---> python-tools-install.sh [Pipeline] echo 21:34:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:34:03 ---> sudo-logs.sh 21:34:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:34:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:34:03 ---> job-cost.sh 21:34:03 lf-activate-venv: SKIPPING 21:34:03 DEBUG: total: 0.20999999344348907 21:34:03 INFO: Retrieving Stack Cost... 21:34:04 INFO: Retrieving Pricing Info for: v1-standard-2 21:34:04 INFO: Archiving Costs [Pipeline] echo 21:34:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:34:05 ---> logs-deploy.sh 21:34:05 lf-activate-venv: SKIPPING 21:34:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/188 21:34:05 INFO: archiving workspace using pattern(s): 21:34:07 Archives upload complete. 21:34:07 INFO: archiving logs to Nexus 21:34:08 ---> uname -a: 21:34:08 Linux prd-centos7-docker-4c-2g-27721.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:34:08 21:34:08 21:34:08 ---> lscpu: 21:34:08 Architecture: x86_64 21:34:08 CPU op-mode(s): 32-bit, 64-bit 21:34:08 Byte Order: Little Endian 21:34:08 Address sizes: 40 bits physical, 48 bits virtual 21:34:08 CPU(s): 4 21:34:08 On-line CPU(s) list: 0-3 21:34:08 Thread(s) per core: 1 21:34:08 Core(s) per socket: 1 21:34:08 Socket(s): 4 21:34:08 NUMA node(s): 1 21:34:08 Vendor ID: GenuineIntel 21:34:08 CPU family: 6 21:34:08 Model: 44 21:34:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:34:08 Stepping: 1 21:34:08 CPU MHz: 2933.438 21:34:08 BogoMIPS: 5866.87 21:34:08 Virtualization: VT-x 21:34:08 Hypervisor vendor: KVM 21:34:08 Virtualization type: full 21:34:08 L1d cache: 128 KiB 21:34:08 L1i cache: 128 KiB 21:34:08 L2 cache: 16 MiB 21:34:08 L3 cache: 64 MiB 21:34:08 NUMA node0 CPU(s): 0-3 21:34:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:34:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:34:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:34:08 Vulnerability Meltdown: Mitigation; PTI 21:34:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:34:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:34:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:34:08 Vulnerability Srbds: Not affected 21:34:08 Vulnerability Tsx async abort: Not affected 21:34:08 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 21:34:08 21:34:08 21:34:08 ---> nproc: 21:34:08 4 21:34:08 21:34:08 21:34:08 ---> df -h: 21:34:08 Filesystem Size Used Available Use% Mounted on 21:34:08 overlay 50.0G 8.6G 41.4G 17% / 21:34:08 tmpfs 64.0M 0 64.0M 0% /dev 21:34:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:34:08 shm 64.0M 0 64.0M 0% /dev/shm 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 21:34:08 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 21:34:08 21:34:08 21:34:08 ---> free -m: 21:34:08 total used free shared buff/cache available 21:34:08 Mem: 1837 832 141 0 862 939 21:34:08 Swap: 1023 3 1020 21:34:08 21:34:08 21:34:08 ---> ip addr: 21:34:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:34:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:34:08 inet 127.0.0.1/8 scope host lo 21:34:08 valid_lft forever preferred_lft forever 21:34:08 inet6 ::1/128 scope host 21:34:08 valid_lft forever preferred_lft forever 21:34:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:34:08 link/ether fa:16:3e:e7:6d:5e brd ff:ff:ff:ff:ff:ff 21:34:08 inet 10.30.122.219/23 brd 10.30.123.255 scope global dynamic eth0 21:34:08 valid_lft 85701sec preferred_lft 85701sec 21:34:08 inet6 fe80::f816:3eff:fee7:6d5e/64 scope link 21:34:08 valid_lft forever preferred_lft forever 21:34:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:34:08 link/ether 02:42:a4:d1:c8:0b brd ff:ff:ff:ff:ff:ff 21:34:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:34:08 valid_lft forever preferred_lft forever 21:34:08 inet6 fe80::42:a4ff:fed1:c80b/64 scope link 21:34:08 valid_lft forever preferred_lft forever 21:34:08 21:34:08 21:34:08 ---> sar -b -r -n DEV: 21:34:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 21:34:08 21:34:08 21:22:19 LINUX RESTART (4 CPU) 21:34:08 21:34:08 21:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:34:08 21:24:01 50.31 14.48 35.82 0.00 4579.72 4143.27 0.00 21:34:08 21:25:01 2.05 0.00 2.05 0.00 0.00 39.62 0.00 21:34:08 21:26:02 0.18 0.00 0.18 0.00 0.00 2.05 0.00 21:34:08 21:27:01 0.27 0.00 0.27 0.00 0.00 3.52 0.00 21:34:08 21:28:01 0.20 0.00 0.20 0.00 0.00 2.76 0.00 21:34:08 21:29:01 0.65 0.00 0.65 0.00 0.00 8.38 0.00 21:34:08 21:30:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 21:34:08 21:31:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 21:34:08 21:32:01 18.92 3.05 15.88 0.00 405.53 10280.05 0.00 21:34:08 21:33:01 391.50 195.64 195.87 0.00 9379.75 49992.67 0.00 21:34:08 Average: 46.64 21.41 25.23 0.00 1441.88 6474.46 0.00 21:34:08 21:34:08 21:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:34:08 21:24:01 245204 0 582244 30.95 2620 1051476 1103996 37.68 397344 1039188 12 21:34:08 21:25:01 250868 0 576576 30.64 2620 1051480 1077852 36.79 396332 1034776 8 21:34:08 21:26:02 249292 0 578144 30.73 2620 1051488 1077972 36.79 396400 1037144 8 21:34:08 21:27:01 248952 0 578484 30.75 2620 1051488 1077984 36.79 406844 1026648 8 21:34:08 21:28:01 248252 0 579176 30.78 2620 1051496 1077936 36.79 404804 1030000 16 21:34:08 21:29:01 248224 0 579200 30.78 2620 1051500 1077888 36.79 419032 1015652 12 21:34:08 21:30:01 247424 0 579996 30.83 2620 1051504 1077852 36.79 423416 1012364 8 21:34:08 21:31:01 247280 0 580136 30.83 2620 1051508 1077852 36.79 445456 990312 8 21:34:08 21:32:01 74996 0 660136 35.08 2620 1143792 1504100 51.33 522952 1073344 12008 21:34:08 21:33:01 117200 0 815472 43.34 1948 946924 1516732 51.76 563168 886664 88388 21:34:08 Average: 217769 0 610956 32.47 2553 1050266 1167016 39.83 437575 1014609 10048 21:34:08 21:34:08 21:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:34:08 21:24:01 eth0 236.36 195.14 771.67 46.49 0.00 0.00 0.00 0.00 21:34:08 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:24:01 docker0 93.81 91.43 8.15 307.49 0.00 0.00 0.00 0.00 21:34:08 21:25:01 eth0 0.72 0.00 0.06 0.00 0.00 0.00 0.00 0.00 21:34:08 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:26:02 eth0 3.36 1.43 2.43 0.27 0.00 0.00 0.00 0.00 21:34:08 21:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:27:01 eth0 0.51 0.36 0.27 0.20 0.00 0.00 0.00 0.00 21:34:08 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:28:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:34:08 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:29:01 eth0 0.17 0.10 0.07 0.01 0.00 0.00 0.00 0.00 21:34:08 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:30:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:34:08 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:34:08 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:32:01 eth0 398.70 350.39 4068.97 26.97 0.00 0.00 0.00 0.00 21:34:08 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:33:01 eth0 447.26 387.64 3456.34 88.29 0.00 0.00 0.00 0.00 21:34:08 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 21:33:01 docker0 50.25 50.13 4.49 240.46 0.00 0.00 0.00 0.00 21:34:08 Average: eth0 109.08 93.83 832.60 16.29 0.00 0.00 0.00 0.00 21:34:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:34:08 Average: docker0 14.45 14.20 1.27 54.96 0.00 0.00 0.00 0.00 21:34:08 21:34:08 21:34:08 ---> sar -P ALL: 21:34:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 21:34:08 21:34:08 21:22:19 LINUX RESTART (4 CPU) 21:34:08 21:34:08 21:23:01 CPU %user %nice %system %iowait %steal %idle 21:34:08 21:24:01 all 4.20 0.00 2.35 1.07 0.02 92.36 21:34:08 21:24:01 0 3.40 0.00 2.87 0.30 0.03 93.39 21:34:08 21:24:01 1 3.62 0.00 1.89 0.17 0.02 94.30 21:34:08 21:24:01 2 4.02 0.00 1.99 1.64 0.02 92.33 21:34:08 21:24:01 3 5.74 0.00 2.64 2.18 0.02 89.42 21:34:08 21:25:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:34:08 21:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:34:08 21:25:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:34:08 21:25:01 2 0.47 0.00 0.03 0.00 0.02 99.48 21:34:08 21:25:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:34:08 21:26:02 all 0.18 0.00 0.04 0.00 0.00 99.78 21:34:08 21:26:02 0 0.07 0.00 0.03 0.00 0.00 99.90 21:34:08 21:26:02 1 0.08 0.00 0.03 0.00 0.00 99.88 21:34:08 21:26:02 2 0.50 0.00 0.05 0.00 0.00 99.45 21:34:08 21:26:02 3 0.05 0.00 0.05 0.00 0.00 99.90 21:34:08 21:27:01 all 0.09 0.00 0.04 0.00 0.00 99.86 21:34:08 21:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:34:08 21:27:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:34:08 21:27:01 2 0.22 0.00 0.07 0.00 0.00 99.71 21:34:08 21:27:01 3 0.05 0.00 0.05 0.00 0.02 99.88 21:34:08 21:28:01 all 0.16 0.00 0.03 0.00 0.01 99.80 21:34:08 21:28:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:34:08 21:28:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:34:08 21:28:01 2 0.53 0.00 0.02 0.00 0.02 99.43 21:34:08 21:28:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:34:08 21:29:01 all 0.15 0.00 0.04 0.00 0.00 99.80 21:34:08 21:29:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:34:08 21:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:34:08 21:29:01 2 0.53 0.00 0.02 0.00 0.02 99.43 21:34:08 21:29:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:34:08 21:30:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:34:08 21:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:34:08 21:30:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:34:08 21:30:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:34:08 21:30:01 3 0.02 0.00 0.07 0.00 0.00 99.92 21:34:08 21:31:01 all 0.14 0.00 0.05 0.00 0.00 99.81 21:34:08 21:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:34:08 21:31:01 1 0.02 0.00 0.07 0.00 0.00 99.92 21:34:08 21:31:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:34:08 21:31:01 3 0.00 0.00 0.08 0.00 0.00 99.92 21:34:08 21:32:01 all 2.24 0.00 1.47 0.03 0.03 96.23 21:34:08 21:32:01 0 2.17 0.00 1.75 0.03 0.02 96.03 21:34:08 21:32:01 1 2.09 0.00 1.27 0.02 0.05 96.57 21:34:08 21:32:01 2 2.46 0.00 1.59 0.03 0.03 95.88 21:34:08 21:32:01 3 2.25 0.00 1.27 0.02 0.03 96.43 21:34:08 21:33:01 all 15.48 0.00 11.15 4.93 0.28 68.16 21:34:08 21:33:01 0 15.39 0.00 9.91 3.34 0.36 71.00 21:34:08 21:33:01 1 14.68 0.00 11.53 6.06 0.31 67.42 21:34:08 21:33:01 2 16.91 0.00 11.20 4.09 0.24 67.56 21:34:08 21:33:01 3 14.92 0.00 11.95 6.25 0.23 66.66 21:34:08 Average: all 2.25 0.00 1.49 0.59 0.04 95.63 21:34:08 Average: 0 2.08 0.00 1.44 0.36 0.04 96.08 21:34:08 Average: 1 2.03 0.00 1.47 0.61 0.04 95.85 21:34:08 Average: 2 2.63 0.00 1.47 0.57 0.03 95.30 21:34:08 Average: 3 2.27 0.00 1.59 0.82 0.03 95.29 21:34:08 21:34:08 21:34:08