Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d5e638f2527a7df0e2423fefa94ca91616313c76 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14968 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d5e638f2527a7df0e2423fefa94ca91616313c76 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 Commit message: "feat(store-forward): Remove Mongo as supported DB option (#589)" > git rev-list --no-walk e5100d529b58d0c19d0905c9fafb19f11d5acd53 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:07:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:07:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:07:21 ========================================================= 23:07:21 EdgeX Global Pipelines Version Info 23:07:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:07:22 ------------------- 23:07:22 stable info: 23:07:22 ------------------- 23:07:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:07:22 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:07:22 Message: update stable to v1.0.171 23:07:23 ------------------- 23:07:23 experimental info: 23:07:23 ------------------- 23:07:23 Commited By: **** collab-it+edgex@linuxfoundation.org 23:07:23 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:07:23 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:07:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:07:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:07:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:07:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:07:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] echo 23:07:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5e638f [Pipeline] echo 23:07:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:07:28 + git log --format=format:%s -1 d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] echo 23:07:28 GIT_COMMIT: d5e638f2527a7df0e2423fefa94ca91616313c76, Commit Message: feat(store-forward): Remove Mongo as supported DB option (#589) [Pipeline] echo 23:07:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:07:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:29 23:07:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:07:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:29 latest: Pulling from edgex-devops/git-semver 23:07:29 31603596830f: Pulling fs layer 23:07:29 2a8b12db71e7: Pulling fs layer 23:07:29 6ca5941a6612: Pulling fs layer 23:07:29 ecc8261a40a4: Pulling fs layer 23:07:29 ecc8261a40a4: Waiting 23:07:29 2a8b12db71e7: Verifying Checksum 23:07:29 2a8b12db71e7: Download complete 23:07:29 31603596830f: Verifying Checksum 23:07:29 31603596830f: Download complete 23:07:29 6ca5941a6612: Verifying Checksum 23:07:29 6ca5941a6612: Download complete 23:07:30 ecc8261a40a4: Verifying Checksum 23:07:30 ecc8261a40a4: Download complete 23:07:30 31603596830f: Pull complete 23:07:30 2a8b12db71e7: Pull complete 23:07:30 6ca5941a6612: Pull complete 23:07:31 ecc8261a40a4: Pull complete 23:07:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:07:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:07:31 prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container 23:07:31 $ 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 23:07:33 $ docker top 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:34 [ssh-agent] Looking for ssh-agent implementation... 23:07:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:34 $ docker exec 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent 23:07:34 SSH_AUTH_SOCK=/tmp/ssh-Wy3H1rW0W0EM/agent.13 23:07:34 SSH_AGENT_PID=18 23:07:34 Running ssh-add (command line suppressed) 23:07:34 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8335041109312047143.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8335041109312047143.key) 23:07:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:35 + git tag --points-at HEAD [Pipeline] } 23:07:35 $ docker exec --env ******** --env ******** 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent -k 23:07:35 unset SSH_AUTH_SOCK; 23:07:35 unset SSH_AGENT_PID; 23:07:35 echo Agent pid 18 killed; 23:07:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:07:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:35 [ssh-agent] Looking for ssh-agent implementation... 23:07:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:35 $ docker exec 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent 23:07:35 SSH_AUTH_SOCK=/tmp/ssh-gAAGRiTPAsKE/agent.47 23:07:35 SSH_AGENT_PID=52 23:07:35 Running ssh-add (command line suppressed) 23:07:35 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9108999210770021973.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9108999210770021973.key) 23:07:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:36 + git semver init 23:07:36 # -> Open(): unable to determine branch for HEAD 23:07:36 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:07:36 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:07:36 # $SEMVER_REMOTE_NAME = origin 23:07:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:07:36 # $SEMVER_USER_NAME = edgex-jenkins 23:07:36 # $SEMVER_BRANCH = master 23:07:36 # $SEMVER_TEMP = /tmp/semver-768655349 23:07:36 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:07:38 # '/tmp/semver-768655349' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:07:38 # -> Force: false 23:07:38 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:07:38 $ docker exec --env ******** --env ******** 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 ssh-agent -k 23:07:39 unset SSH_AUTH_SOCK; 23:07:39 unset SSH_AGENT_PID; 23:07:39 echo Agent pid 52 killed; 23:07:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:39 + git semver [Pipeline] } 23:07:39 $ docker stop --time=1 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 23:07:41 $ docker rm -f 8f5beacbe051dde19a5bf8b2aa992ea09fa2a527509dc826d3d6b5247147e330 [Pipeline] // withDockerContainer [Pipeline] sh 23:07:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:07:41 Stashed 1 file(s) [Pipeline] echo 23:07:41 [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [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 23:07:57 Still waiting to schedule task 23:07:57 ‘prd-centos7-blackbox-4c-2g-14966’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14967’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14970’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14962’ doesn’t have label ‘centos7-docker-4c-2g’ 23:07:57 Still waiting to schedule task 23:07:57 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:09:32 Running on prd-centos7-docker-4c-2g-14976 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:09:32 Running in /w/workspace/app-functions-sdk-go/152 [Pipeline] { [Pipeline] checkout 23:09:35 using credential edgex-jenkins-ssh 23:09:35 Cloning the remote Git repository 23:09:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:09:35 > git init /w/workspace/app-functions-sdk-go/152 # timeout=10 23:09:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:09:35 > git --version # timeout=10 23:09:35 > git --version # 'git version 2.24.3' 23:09:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:37 Checking out Revision d5e638f2527a7df0e2423fefa94ca91616313c76 (master) 23:09:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:09:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:09:37 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:09:37 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:09:37 > git config core.sparsecheckout # timeout=10 23:09:37 > git checkout -f d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 23:09:41 Commit message: "feat(store-forward): Remove Mongo as supported DB option (#589)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:09:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:09:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:09:43 + sudo service docker restart 23:09:43 + true 23:09:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:09:44 ========================================================= 23:09:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:09:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:09:45 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:09:45 Sending build context to Docker daemon 19.15MB 23:09:45 Step 1/8 : ARG BASE=golang:1.15-alpine 23:09:45 Step 2/8 : FROM ${BASE} 23:09:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:09:45 188c0c94c7c5: Pulling fs layer 23:09:45 0ef7d3d256c8: Pulling fs layer 23:09:45 de9db76c5a1d: Pulling fs layer 23:09:45 bca2f99d35d6: Pulling fs layer 23:09:45 93359f2a8cfa: Pulling fs layer 23:09:45 7c6f9722023f: Pulling fs layer 23:09:45 a35cf1a2eb13: Pulling fs layer 23:09:45 bca2f99d35d6: Waiting 23:09:45 93359f2a8cfa: Waiting 23:09:45 7c6f9722023f: Waiting 23:09:45 a35cf1a2eb13: Waiting 23:09:45 de9db76c5a1d: Verifying Checksum 23:09:45 de9db76c5a1d: Download complete 23:09:45 0ef7d3d256c8: Verifying Checksum 23:09:45 0ef7d3d256c8: Download complete 23:09:45 93359f2a8cfa: Verifying Checksum 23:09:45 93359f2a8cfa: Download complete 23:09:45 7c6f9722023f: Verifying Checksum 23:09:45 7c6f9722023f: Download complete 23:09:45 188c0c94c7c5: Verifying Checksum 23:09:45 188c0c94c7c5: Download complete 23:09:46 188c0c94c7c5: Pull complete 23:09:46 0ef7d3d256c8: Pull complete 23:09:46 de9db76c5a1d: Pull complete 23:09:47 a35cf1a2eb13: Verifying Checksum 23:09:47 a35cf1a2eb13: Download complete 23:09:48 bca2f99d35d6: Verifying Checksum 23:09:48 bca2f99d35d6: Download complete 23:09:53 bca2f99d35d6: Pull complete 23:09:54 93359f2a8cfa: Pull complete 23:09:54 7c6f9722023f: Pull complete 23:10:02 a35cf1a2eb13: Pull complete 23:10:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:10:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:10:02 ---> a62c8e92a672 23:10:02 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:10:02 latest: Pulling from library/docker 23:10:02 188c0c94c7c5: Already exists 23:10:02 0c7c675703d6: Pulling fs layer 23:10:02 cc8c12a437cb: Pulling fs layer 23:10:02 f092543453df: Pulling fs layer 23:10:02 65b6bc45957d: Pulling fs layer 23:10:02 4de832df471b: Pulling fs layer 23:10:02 79aa7fa92271: Pulling fs layer 23:10:02 4de832df471b: Waiting 23:10:02 79aa7fa92271: Waiting 23:10:02 65b6bc45957d: Waiting 23:10:02 cc8c12a437cb: Verifying Checksum 23:10:02 cc8c12a437cb: Download complete 23:10:02 65b6bc45957d: Verifying Checksum 23:10:02 65b6bc45957d: Download complete 23:10:02 0c7c675703d6: Verifying Checksum 23:10:02 0c7c675703d6: Download complete 23:10:02 4de832df471b: Verifying Checksum 23:10:02 4de832df471b: Download complete 23:10:02 79aa7fa92271: Verifying Checksum 23:10:02 79aa7fa92271: Download complete 23:10:02 0c7c675703d6: Pull complete 23:10:02 cc8c12a437cb: Pull complete 23:10:03 f092543453df: Verifying Checksum 23:10:03 f092543453df: Download complete 23:10:05 f092543453df: Pull complete 23:10:05 65b6bc45957d: Pull complete 23:10:05 4de832df471b: Pull complete 23:10:05 79aa7fa92271: Pull complete 23:10:05 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 23:10:05 Status: Downloaded newer image for docker:latest 23:10:07 ---> bc44888802bb 23:10:07 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:10:07 ---> Running in 699165d79c6e 23:10:07 Removing intermediate container 699165d79c6e 23:10:07 ---> 9a7401f1e6d7 23:10:07 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:10:08 ---> Running in 35f0dc4d20e4 23:10:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:11 (1/5) Installing libsodium (1.0.18-r0) 23:10:11 (2/5) Installing libzmq (4.3.3-r0) 23:10:11 (3/5) Installing pkgconf (1.7.2-r0) 23:10:11 (4/5) Installing libsodium-dev (1.0.18-r0) 23:10:11 (5/5) Installing zeromq-dev (4.3.3-r0) 23:10:11 Executing busybox-1.31.1-r19.trigger 23:10:11 OK: 167 MiB in 44 packages 23:10:12 Removing intermediate container 35f0dc4d20e4 23:10:12 ---> b7c539a8ee14 23:10:12 Step 6/8 : WORKDIR /build 23:10:12 ---> Running in 3ac3daaf672b 23:10:12 Removing intermediate container 3ac3daaf672b 23:10:12 ---> 568c471acef3 23:10:12 Step 7/8 : COPY go.mod . 23:10:12 ---> c3573414c490 23:10:12 Step 8/8 : RUN go mod download 23:10:12 ---> Running in ae5b87a1ca05 23:10:35 Removing intermediate container ae5b87a1ca05 23:10:35 ---> c82230dac658 23:10:35 Successfully built c82230dac658 23:10:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:10:35 + docker inspect -f . ci-base-image-x86_64 23:10:35 . [Pipeline] withDockerContainer 23:10:35 prd-centos7-docker-4c-2g-14976 does not seem to be running inside a container 23:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@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-x86_64 cat 23:10:36 $ docker top 36fab60c25874abfc3f982970d7d11eaf49099a38eba40e98525cfe20ef0445a -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:36 + go version 23:10:36 go version go1.15.5 linux/amd64 [Pipeline] } 23:10:37 $ docker stop --time=1 36fab60c25874abfc3f982970d7d11eaf49099a38eba40e98525cfe20ef0445a 23:10:38 $ docker rm -f 36fab60c25874abfc3f982970d7d11eaf49099a38eba40e98525cfe20ef0445a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:39 + docker inspect -f . ci-base-image-x86_64 23:10:39 . [Pipeline] withDockerContainer 23:10:39 prd-centos7-docker-4c-2g-14976 does not seem to be running inside a container 23:10:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@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-x86_64 cat 23:10:39 $ docker top fc53460fcce6299e11e93797f013fe0c07d8a5ed19a47dabe8b643a7d9a57231 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:40 + make test 23:10:40 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:10:41 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:10:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14978 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:10:45 Running in /w/workspace/app-functions-sdk-go/152 [Pipeline] { [Pipeline] checkout 23:10:50 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.016s coverage: 86.2% of statements 23:10:50 using credential edgex-jenkins-ssh 23:10:50 Cloning the remote Git repository 23:10:50 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:10:50 > git init /w/workspace/app-functions-sdk-go/152 # timeout=10 23:10:50 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:10:50 > git --version # timeout=10 23:10:50 > git --version # 'git version 2.17.1' 23:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:10:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:10:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:10:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:10:54 Checking out Revision d5e638f2527a7df0e2423fefa94ca91616313c76 (master) 23:10:54 > git config core.sparsecheckout # timeout=10 23:10:54 > git checkout -f d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 23:10:58 Commit message: "feat(store-forward): Remove Mongo as supported DB option (#589)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:11:00 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.027s coverage: 52.0% of statements 23:11:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:11:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:11:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.033s coverage: 54.7% of statements 23:11:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:11:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.033s coverage: 69.1% of statements 23:11:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:11:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:11:01 + true 23:11:01 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:11:04 ========================================================= 23:11:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:11:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:11:04 + 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 . 23:11:06 Sending build context to Docker daemon 19.15MB 23:11:06 Step 1/8 : ARG BASE=golang:1.15-alpine 23:11:06 Step 2/8 : FROM ${BASE} 23:11:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:11:06 5f621e34cdf4: Pulling fs layer 23:11:06 a4357932f1b6: Pulling fs layer 23:11:06 18c013af1878: Pulling fs layer 23:11:06 00ac8860ef70: Pulling fs layer 23:11:06 63d7cb157983: Pulling fs layer 23:11:06 b116817d02f9: Pulling fs layer 23:11:06 745a02a5169b: Pulling fs layer 23:11:06 00ac8860ef70: Waiting 23:11:06 63d7cb157983: Waiting 23:11:06 b116817d02f9: Waiting 23:11:06 745a02a5169b: Waiting 23:11:06 18c013af1878: Verifying Checksum 23:11:06 18c013af1878: Download complete 23:11:06 a4357932f1b6: Download complete 23:11:06 63d7cb157983: Verifying Checksum 23:11:06 63d7cb157983: Download complete 23:11:06 b116817d02f9: Download complete 23:11:06 5f621e34cdf4: Verifying Checksum 23:11:06 5f621e34cdf4: Download complete 23:11:07 5f621e34cdf4: Pull complete 23:11:08 a4357932f1b6: Pull complete 23:11:08 18c013af1878: Pull complete 23:11:09 745a02a5169b: Verifying Checksum 23:11:09 745a02a5169b: Download complete 23:11:10 00ac8860ef70: Verifying Checksum 23:11:10 00ac8860ef70: Download complete 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.422s coverage: 61.6% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.015s coverage: 100.0% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.011s coverage: 8.8% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.919s coverage: 75.0% of statements 23:11:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements 23:11:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements 23:11:21 00ac8860ef70: Pull complete 23:11:21 63d7cb157983: Pull complete 23:11:21 b116817d02f9: Pull complete 23:11:24 745a02a5169b: Pull complete 23:11:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:11:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:11:24 ---> b7e6874047d6 23:11:24 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:11:24 latest: Pulling from library/docker 23:11:24 5f621e34cdf4: Already exists 23:11:24 85db56a05063: Pulling fs layer 23:11:24 ccb67d6aeaaa: Pulling fs layer 23:11:24 de930078acea: Pulling fs layer 23:11:24 d5a9d88a4785: Pulling fs layer 23:11:24 e7f15c1544d5: Pulling fs layer 23:11:24 877c515997d3: Pulling fs layer 23:11:24 d5a9d88a4785: Waiting 23:11:24 e7f15c1544d5: Waiting 23:11:24 877c515997d3: Waiting 23:11:24 ccb67d6aeaaa: Verifying Checksum 23:11:24 ccb67d6aeaaa: Download complete 23:11:24 d5a9d88a4785: Verifying Checksum 23:11:24 d5a9d88a4785: Download complete 23:11:24 e7f15c1544d5: Verifying Checksum 23:11:24 e7f15c1544d5: Download complete 23:11:24 877c515997d3: Download complete 23:11:24 85db56a05063: Verifying Checksum 23:11:24 85db56a05063: Download complete 23:11:25 85db56a05063: Pull complete 23:11:26 ccb67d6aeaaa: Pull complete 23:11:26 de930078acea: Verifying Checksum 23:11:26 de930078acea: Download complete 23:11:29 de930078acea: Pull complete 23:11:29 d5a9d88a4785: Pull complete 23:11:30 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.031s coverage: 71.0% of statements 23:11:30 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 23:11:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:11:30 e7f15c1544d5: Pull complete 23:11:30 877c515997d3: Pull complete 23:11:30 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 23:11:30 Status: Downloaded newer image for docker:latest 23:11:33 gofmt -l . 23:11:33 [ "`gofmt -l .`" = "" ] 23:11:33 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:11:33 $ docker stop --time=1 fc53460fcce6299e11e93797f013fe0c07d8a5ed19a47dabe8b643a7d9a57231 23:11:35 $ docker rm -f fc53460fcce6299e11e93797f013fe0c07d8a5ed19a47dabe8b643a7d9a57231 [Pipeline] // withDockerContainer [Pipeline] sh 23:11:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:11:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 23:11:37 ---> 8ec08c604ce3 23:11:37 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:11:37 ---> Running in 1fd5d8ff7b9d 23:11:37 Removing intermediate container 1fd5d8ff7b9d 23:11:37 ---> 8f0adbdb6d79 23:11:37 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:11:37 ---> Running in 3ed6f3b68f93 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:11:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:40 (1/5) Installing libsodium (1.0.18-r0) 23:11:40 (2/5) Installing libzmq (4.3.3-r0) 23:11:40 (3/5) Installing pkgconf (1.7.2-r0) 23:11:41 (4/5) Installing libsodium-dev (1.0.18-r0) 23:11:41 (5/5) Installing zeromq-dev (4.3.3-r0) 23:11:41 Executing busybox-1.31.1-r19.trigger 23:11:41 OK: 144 MiB in 44 packages 23:11:42 Removing intermediate container 3ed6f3b68f93 23:11:42 ---> cd69863fcc3f 23:11:42 Step 6/8 : WORKDIR /build 23:11:42 ---> Running in 2cdfeaf7ae4a 23:11:43 Removing intermediate container 2cdfeaf7ae4a 23:11:43 ---> d855730c44bb 23:11:43 Step 7/8 : COPY go.mod . 23:11:43 ---> 0eda0ce4a3c1 23:11:43 Step 8/8 : RUN go mod download 23:11:44 ---> Running in 49209719f1fa 23:12:10 Removing intermediate container 49209719f1fa 23:12:10 ---> 1457e8a289e7 23:12:10 Successfully built 1457e8a289e7 23:12:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:12:11 + docker inspect -f . ci-base-image-arm64 23:12:11 . [Pipeline] withDockerContainer 23:12:11 prd-ubuntu18.04-docker-arm64-4c-16g-14978 does not seem to be running inside a container 23:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:12:13 $ docker top 0e0e50d29894a99a0edddfaac2e018222f348da838c7b44bdf315bc293242cde -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:14 + go version 23:12:14 go version go1.15.5 linux/arm64 [Pipeline] } 23:12:14 $ docker stop --time=1 0e0e50d29894a99a0edddfaac2e018222f348da838c7b44bdf315bc293242cde 23:12:16 $ docker rm -f 0e0e50d29894a99a0edddfaac2e018222f348da838c7b44bdf315bc293242cde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:12:17 + docker inspect -f . ci-base-image-arm64 23:12:17 . [Pipeline] withDockerContainer 23:12:17 prd-ubuntu18.04-docker-arm64-4c-16g-14978 does not seem to be running inside a container 23:12:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/152 -v /w/workspace/app-functions-sdk-go/152:/w/workspace/app-functions-sdk-go/152:rw,z -v /w/workspace/app-functions-sdk-go/152@tmp:/w/workspace/app-functions-sdk-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:12:20 $ docker top 07d32a4fa69200d1531f7c0256e6e3d3a37dfad0c09e2d35414b3e3e2ab48192 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:21 + make test 23:12:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:12:23 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:12:45 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.052s coverage: 86.2% of statements 23:13:18 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.056s coverage: 52.0% of statements 23:13:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:13:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:13:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.074s coverage: 54.7% of statements 23:13:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:13:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.049s coverage: 69.1% of statements 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.449s coverage: 61.6% of statements 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.010s coverage: 100.0% of statements 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:13:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:13:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements 23:13:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements 23:13:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:13:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.045s coverage: 89.7% of statements 23:13:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.027s coverage: 88.9% of statements 23:13:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.038s coverage: 80.5% of statements 23:13:25 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 23:13:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 71.0% of statements 23:13:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 23:13:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:14:00 gofmt -l . 23:14:00 [ "`gofmt -l .`" = "" ] 23:14:01 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:14:02 $ docker stop --time=1 07d32a4fa69200d1531f7c0256e6e3d3a37dfad0c09e2d35414b3e3e2ab48192 23:14:04 $ docker rm -f 07d32a4fa69200d1531f7c0256e6e3d3a37dfad0c09e2d35414b3e3e2ab48192 [Pipeline] // withDockerContainer [Pipeline] sh 23:14:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:14:05 Warning: overwriting stash ‘coverage-report’ 23:14:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:14:08 provisioning config files... 23:14:08 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8073459069763414204tmp [Pipeline] { [Pipeline] sh 23:14:09 + set +x 23:14:09 + curl -s https://codecov.io/bash 23:14:09 + bash -s -- 23:14:09 23:14:09 _____ _ 23:14:09 / ____| | | 23:14:09 | | ___ __| | ___ ___ _____ __ 23:14:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:14:09 | |___| (_) | (_| | __/ (_| (_) \ V / 23:14:09 \_____\___/ \__,_|\___|\___\___/ \_/ 23:14:09 Bash-20201130-cc6d3fe 23:14:09 23:14:09 23:14:09 ==> Jenkins CI detected. 23:14:09 project root: . 23:14:09 --> token set from env 23:14:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:14:09 ==> Running gcov in . (disable via -X gcov) 23:14:09 ==> Python coveragepy not found 23:14:09 ==> Searching for coverage reports in: 23:14:09 + . 23:14:09 -> Found 1 reports 23:14:09 ==> Detecting git/mercurial file structure 23:14:09 ==> Reading reports 23:14:09 + ./coverage.out bytes=89248 23:14:09 ==> Appending adjustments 23:14:09 https://docs.codecov.io/docs/fixing-reports 23:14:09 + Found adjustments 23:14:09 ==> Gzipping contents 23:14:09 16K /tmp/codecov.wTapNW.gz 23:14:09 ==> Uploading reports 23:14:09 url: https://codecov.io 23:14:09 query: branch=master&commit=d5e638f2527a7df0e2423fefa94ca91616313c76&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F152%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:14:09 -> Pinging Codecov 23:14:09 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=d5e638f2527a7df0e2423fefa94ca91616313c76&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F152%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:14:10 -> Uploading to 23:14:10 https://storage.googleapis.com/codecov/v4/raw/2020-12-07/3D8B5DFFC46A037C893635FACE044666/d5e638f2527a7df0e2423fefa94ca91616313c76/eaa228e1-f2c6-411b-8764-027226783d5d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T231410Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c77d20741cfb6eff35ac1e41a5dc1f676c7e8e15deed7b7fcdac2b1f99b65c6c 23:14:10 % Total % Received % Xferd Average Speed Time Time Time Current 23:14:10 Dload Upload Total Spent Left Speed 23:14:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15659 0 0 100 15659 0 34857 --:--:-- --:--:-- --:--:-- 34875 23:14:10 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] } 23:14:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:14:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:14:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:14:12 23:14:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:14:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:14:12 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:14:12 188c0c94c7c5: Pulling fs layer 23:14:12 0ef7d3d256c8: Pulling fs layer 23:14:12 de9db76c5a1d: Pulling fs layer 23:14:12 0eba1c9be4d2: Pulling fs layer 23:14:12 0d57e429df01: Pulling fs layer 23:14:12 4e4be7b47b0d: Pulling fs layer 23:14:12 e1f770b5df2f: Pulling fs layer 23:14:12 85a0685a4137: Pulling fs layer 23:14:12 0eba1c9be4d2: Waiting 23:14:12 0d57e429df01: Waiting 23:14:12 4e4be7b47b0d: Waiting 23:14:12 e1f770b5df2f: Waiting 23:14:12 85a0685a4137: Waiting 23:14:12 de9db76c5a1d: Verifying Checksum 23:14:12 de9db76c5a1d: Download complete 23:14:12 0ef7d3d256c8: Verifying Checksum 23:14:12 0ef7d3d256c8: Download complete 23:14:12 0d57e429df01: Verifying Checksum 23:14:12 0d57e429df01: Download complete 23:14:12 4e4be7b47b0d: Verifying Checksum 23:14:12 4e4be7b47b0d: Download complete 23:14:12 188c0c94c7c5: Download complete 23:14:12 188c0c94c7c5: Pull complete 23:14:12 0ef7d3d256c8: Pull complete 23:14:13 de9db76c5a1d: Pull complete 23:14:13 e1f770b5df2f: Verifying Checksum 23:14:13 e1f770b5df2f: Download complete 23:14:15 0eba1c9be4d2: Verifying Checksum 23:14:15 0eba1c9be4d2: Download complete 23:14:15 85a0685a4137: Verifying Checksum 23:14:15 85a0685a4137: Download complete 23:14:21 0eba1c9be4d2: Pull complete 23:14:21 0d57e429df01: Pull complete 23:14:21 4e4be7b47b0d: Pull complete 23:14:23 e1f770b5df2f: Pull complete 23:14:31 85a0685a4137: Pull complete 23:14:31 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:14:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:14:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:14:31 prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container 23:14:31 $ 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 23:14:32 $ docker top 162a068bd9473b9272b2557f3ae94fd40a4024c83f72f797052d44d9e92ee909 -eo pid,comm [Pipeline] { [Pipeline] echo 23:14:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:14:33 + set -o pipefail 23:14:33 + snyk monitor '--org=edgex-jenkins' 23:14:41 23:14:41 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 23:14:41 23:14:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/d964f883-6401-4811-b015-e05efffa3892 23:14:41 23:14:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:14:41 23:14:41 [Pipeline] } 23:14:41 $ docker stop --time=1 162a068bd9473b9272b2557f3ae94fd40a4024c83f72f797052d44d9e92ee909 23:14:43 $ docker rm -f 162a068bd9473b9272b2557f3ae94fd40a4024c83f72f797052d44d9e92ee909 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 23:14:45 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:14:45 provisioning config files... 23:14:45 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9125966014781802226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:14:45 --> edgex-publish-swagger.sh 23:14:45 === Publish openapi/v2 API === 23:14:45 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:14:45 [publishToSwagger] Publishing API Name [app-functions-sdk] 23:14:45 % Total % Received % Xferd Average Speed Time Time Time Current 23:14:45 Dload Upload Total Spent Left Speed 23:14:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10668 0:00:01 0:00:01 --:--:-- 10667 100 13025 0 0 100 13025 0 10667 0:00:01 0:00:01 --:--:-- 10667 23:14:47 23:14:47 [Pipeline] } 23:14:47 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 23:14:48 + git log --format=format:%s -1 d5e638f2527a7df0e2423fefa94ca91616313c76 [Pipeline] isUnix [Pipeline] sh 23:14:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:48 . [Pipeline] withDockerContainer 23:14:48 prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container 23:14:48 $ 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 23:14:49 $ docker top 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:14:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:49 [ssh-agent] Looking for ssh-agent implementation... 23:14:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:50 $ docker exec 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 ssh-agent 23:14:50 SSH_AUTH_SOCK=/tmp/ssh-EkIYOyRTkRKu/agent.12 23:14:50 SSH_AGENT_PID=17 23:14:50 Running ssh-add (command line suppressed) 23:14:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3859482141072034748.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3859482141072034748.key) 23:14:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:50 + git semver tag 23:14:50 # -> Open(): unable to determine branch for HEAD 23:14:50 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:14:50 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:14:50 # $SEMVER_REMOTE_NAME = origin 23:14:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:14:50 # $SEMVER_USER_NAME = edgex-jenkins 23:14:50 # $SEMVER_BRANCH = master 23:14:50 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:14:50 # d5e638f2527a7df0e2423fefa94ca91616313c76 HEAD 23:14:50 # -> Force: false 23:14:50 # a29083d9b1b35851406cb5a41bffcd10323b3c15 refs/tags/v2.0.0-dev.1 [Pipeline] } 23:14:50 $ docker exec --env ******** --env ******** 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 ssh-agent -k 23:14:51 unset SSH_AUTH_SOCK; 23:14:51 unset SSH_AGENT_PID; 23:14:51 echo Agent pid 17 killed; 23:14:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:14:51 + git semver [Pipeline] } 23:14:51 $ docker stop --time=1 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 23:14:52 $ docker rm -f 4c9b19fe8f2d0fcf9855c40ff964c20768c912a915a3291b7b0fcc76554968a4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:14:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:14:53 23:14:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:14:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:14:53 0.23.1-centos7: Pulling from edgex-lftools 23:14:53 ab5ef0e58194: Pulling fs layer 23:14:53 9712f1f96733: Pulling fs layer 23:14:53 63f879dbbcfc: Pulling fs layer 23:14:53 0d9ebad4ef96: Pulling fs layer 23:14:53 e9a5061849ea: Pulling fs layer 23:14:53 d747dcd14b5f: Pulling fs layer 23:14:53 2de7ff778b66: Pulling fs layer 23:14:53 e9a5061849ea: Waiting 23:14:53 2de7ff778b66: Waiting 23:14:53 d747dcd14b5f: Waiting 23:14:53 0d9ebad4ef96: Waiting 23:14:53 9712f1f96733: Verifying Checksum 23:14:53 9712f1f96733: Download complete 23:14:55 63f879dbbcfc: Verifying Checksum 23:14:55 63f879dbbcfc: Download complete 23:14:55 e9a5061849ea: Verifying Checksum 23:14:55 e9a5061849ea: Download complete 23:14:55 d747dcd14b5f: Verifying Checksum 23:14:55 d747dcd14b5f: Download complete 23:14:56 2de7ff778b66: Verifying Checksum 23:14:56 2de7ff778b66: Download complete 23:14:56 0d9ebad4ef96: Verifying Checksum 23:14:56 0d9ebad4ef96: Download complete 23:14:56 ab5ef0e58194: Verifying Checksum 23:14:56 ab5ef0e58194: Download complete 23:15:00 ab5ef0e58194: Pull complete 23:15:00 9712f1f96733: Pull complete 23:15:03 63f879dbbcfc: Pull complete 23:15:10 0d9ebad4ef96: Pull complete 23:15:10 e9a5061849ea: Pull complete 23:15:10 d747dcd14b5f: Pull complete 23:15:14 2de7ff778b66: Pull complete 23:15:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:15:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:15:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:15:14 prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container 23:15:14 $ 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 23:15:17 $ docker top f93d0d293107d0c80a5a5970bddf9ba9d285b0881fb899d386faf0c5bde29b38 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:15:17 provisioning config files... 23:15:17 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4538359916188912453tmp 23:15:17 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5524460509957139048tmp 23:15:17 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3013327001915528402tmp [Pipeline] { [Pipeline] echo 23:15:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:15:18 ---> sigul-configuration.sh 23:15:18 gpg: directory `/root/.gnupg' created 23:15:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:15:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:15:18 gpg: keyring `/root/.gnupg/secring.gpg' created 23:15:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:15:18 gpg: CAST5 encrypted data 23:15:18 gpg: encrypted with 1 passphrase 23:15:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:15:18 + mkdir /home/jenkins 23:15:18 + mkdir /home/jenkins/sigul [Pipeline] sh 23:15:18 + 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 23:15:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:15:19 ---> sigul-install.sh 23:15:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:15:24 + git tag --list 23:15:24 v0.1.0 23:15:24 v0.1.1 23:15:24 v1.0.0 23:15:24 v1.1.0 23:15:24 v1.2.0 23:15:24 v1.2.1-dev.1 23:15:24 v1.2.1-dev.10 23:15:24 v1.2.1-dev.11 23:15:24 v1.2.1-dev.12 23:15:24 v1.2.1-dev.13 23:15:24 v1.2.1-dev.14 23:15:24 v1.2.1-dev.15 23:15:24 v1.2.1-dev.16 23:15:24 v1.2.1-dev.17 23:15:24 v1.2.1-dev.18 23:15:24 v1.2.1-dev.19 23:15:24 v1.2.1-dev.2 23:15:24 v1.2.1-dev.20 23:15:24 v1.2.1-dev.21 23:15:24 v1.2.1-dev.22 23:15:24 v1.2.1-dev.23 23:15:24 v1.2.1-dev.24 23:15:24 v1.2.1-dev.25 23:15:24 v1.2.1-dev.26 23:15:24 v1.2.1-dev.27 23:15:24 v1.2.1-dev.28 23:15:24 v1.2.1-dev.29 23:15:24 v1.2.1-dev.3 23:15:24 v1.2.1-dev.30 23:15:24 v1.2.1-dev.31 23:15:24 v1.2.1-dev.32 23:15:24 v1.2.1-dev.33 23:15:24 v1.2.1-dev.34 23:15:24 v1.2.1-dev.35 23:15:24 v1.2.1-dev.36 23:15:24 v1.2.1-dev.37 23:15:24 v1.2.1-dev.38 23:15:24 v1.2.1-dev.39 23:15:24 v1.2.1-dev.4 23:15:24 v1.2.1-dev.40 23:15:24 v1.2.1-dev.41 23:15:24 v1.2.1-dev.42 23:15:24 v1.2.1-dev.43 23:15:24 v1.2.1-dev.44 23:15:24 v1.2.1-dev.45 23:15:24 v1.2.1-dev.46 23:15:24 v1.2.1-dev.47 23:15:24 v1.2.1-dev.48 23:15:24 v1.2.1-dev.49 23:15:24 v1.2.1-dev.5 23:15:24 v1.2.1-dev.50 23:15:24 v1.2.1-dev.51 23:15:24 v1.2.1-dev.52 23:15:24 v1.2.1-dev.53 23:15:24 v1.2.1-dev.54 23:15:24 v1.2.1-dev.55 23:15:24 v1.2.1-dev.56 23:15:24 v1.2.1-dev.57 23:15:24 v1.2.1-dev.58 23:15:24 v1.2.1-dev.6 23:15:24 v1.2.1-dev.7 23:15:24 v1.2.1-dev.8 23:15:24 v1.2.1-dev.9 23:15:24 v1.3.0 23:15:24 v1.3.1-dev.1 23:15:24 v1.3.1-dev.2 23:15:24 v1.3.1-dev.3 23:15:24 v2.0.0-dev.1 [Pipeline] sh 23:15:25 + lftools sign git-tag v2.0.0-dev.1 23:15:26 Signing Git tag with Sigul... 23:15:26 Signing v2.0.0-dev.1 [Pipeline] echo 23:15:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:15:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:15:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:15:27 $ docker stop --time=1 f93d0d293107d0c80a5a5970bddf9ba9d285b0881fb899d386faf0c5bde29b38 23:15:29 $ docker rm -f f93d0d293107d0c80a5a5970bddf9ba9d285b0881fb899d386faf0c5bde29b38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:15:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:15:30 . [Pipeline] withDockerContainer 23:15:30 prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container 23:15:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:15:31 $ docker top d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:15:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:15:31 [ssh-agent] Looking for ssh-agent implementation... 23:15:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:15:32 $ docker exec d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 ssh-agent 23:15:32 SSH_AUTH_SOCK=/tmp/ssh-zdjzxYkxsJuE/agent.12 23:15:32 SSH_AGENT_PID=17 23:15:32 Running ssh-add (command line suppressed) 23:15:32 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1741975928083753207.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1741975928083753207.key) 23:15:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:15:32 + git semver bump pre 23:15:32 # -> Open(): unable to determine branch for HEAD 23:15:32 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:15:32 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:15:32 # $SEMVER_REMOTE_NAME = origin 23:15:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:15:32 # $SEMVER_USER_NAME = edgex-jenkins 23:15:32 # $SEMVER_BRANCH = master 23:15:32 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:15:32 2.0.0-dev.2 [Pipeline] } 23:15:32 $ docker exec --env ******** --env ******** d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 ssh-agent -k 23:15:32 unset SSH_AUTH_SOCK; 23:15:32 unset SSH_AGENT_PID; 23:15:32 echo Agent pid 17 killed; 23:15:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:15:33 + git semver [Pipeline] } 23:15:33 $ docker stop --time=1 d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 23:15:34 $ docker rm -f d71e3c6cfbe07d9a118f78e3856ba02c89e5ccdc751f1959e1a872201edf9ce5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:15:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:15:35 . [Pipeline] withDockerContainer 23:15:35 prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container 23:15:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:15:36 $ docker top deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:15:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:15:36 [ssh-agent] Looking for ssh-agent implementation... 23:15:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:15:36 $ docker exec deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc ssh-agent 23:15:36 SSH_AUTH_SOCK=/tmp/ssh-Yfpzvvt8H06l/agent.12 23:15:36 SSH_AGENT_PID=17 23:15:36 Running ssh-add (command line suppressed) 23:15:37 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2901248683093413439.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2901248683093413439.key) 23:15:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:15:37 + git semver push 23:15:37 # -> Open(): unable to determine branch for HEAD 23:15:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:15:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:15:37 # $SEMVER_REMOTE_NAME = origin 23:15:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:15:37 # $SEMVER_USER_NAME = edgex-jenkins 23:15:37 # $SEMVER_BRANCH = master 23:15:37 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:15:44 $ docker exec --env ******** --env ******** deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc ssh-agent -k 23:15:44 unset SSH_AUTH_SOCK; 23:15:44 unset SSH_AGENT_PID; 23:15:44 echo Agent pid 17 killed; 23:15:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:15:44 + git semver [Pipeline] } 23:15:44 $ docker stop --time=1 deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc 23:15:46 $ docker rm -f deccce1613351831d9026f561bc3e702ae783bc0619b7a22a6e7026e83ce58fc [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 23:15:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:15:48 ---> package-listing.sh 23:15:48 ++ facter osfamily 23:15:48 ++ tr '[:upper:]' '[:lower:]' 23:15:48 + OS_FAMILY=redhat 23:15:48 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:15:48 + START_PACKAGES=/tmp/packages_start.txt 23:15:48 + END_PACKAGES=/tmp/packages_end.txt 23:15:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:15:48 + PACKAGES=/tmp/packages_start.txt 23:15:48 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:15:48 + PACKAGES=/tmp/packages_end.txt 23:15:48 + case "${OS_FAMILY}" in 23:15:48 + rpm -qa 23:15:48 + sort 23:15:53 + '[' -f /tmp/packages_start.txt ']' 23:15:53 + '[' -f /tmp/packages_end.txt ']' 23:15:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:15:53 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:15:53 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:15:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 23:15:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:15:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:54 23:15:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:15:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:54 alpine: Pulling from edgex-lftools-log-publisher 23:15:54 df20fa9351a1: Pulling fs layer 23:15:54 36b3adc4ff6f: Pulling fs layer 23:15:54 8ad3a11d3b57: Pulling fs layer 23:15:54 46f8f816bc3b: Pulling fs layer 23:15:54 93b61091891f: Pulling fs layer 23:15:54 93b9cdb0e59b: Pulling fs layer 23:15:54 5e14af77c1be: Pulling fs layer 23:15:54 01666e4c0597: Pulling fs layer 23:15:54 aa168da1d23b: Pulling fs layer 23:15:54 93b9cdb0e59b: Waiting 23:15:54 5e14af77c1be: Waiting 23:15:54 01666e4c0597: Waiting 23:15:54 46f8f816bc3b: Waiting 23:15:54 93b61091891f: Waiting 23:15:54 36b3adc4ff6f: Download complete 23:15:54 46f8f816bc3b: Verifying Checksum 23:15:54 46f8f816bc3b: Download complete 23:15:54 df20fa9351a1: Verifying Checksum 23:15:54 df20fa9351a1: Download complete 23:15:54 93b9cdb0e59b: Download complete 23:15:54 5e14af77c1be: Verifying Checksum 23:15:54 5e14af77c1be: Download complete 23:15:54 01666e4c0597: Verifying Checksum 23:15:54 93b61091891f: Download complete 23:15:54 8ad3a11d3b57: Verifying Checksum 23:15:54 8ad3a11d3b57: Download complete 23:15:55 df20fa9351a1: Pull complete 23:15:55 36b3adc4ff6f: Pull complete 23:15:56 8ad3a11d3b57: Pull complete 23:15:56 46f8f816bc3b: Pull complete 23:15:56 aa168da1d23b: Download complete 23:15:57 93b61091891f: Pull complete 23:15:57 93b9cdb0e59b: Pull complete 23:15:57 5e14af77c1be: Pull complete 23:15:57 01666e4c0597: Pull complete 23:16:04 aa168da1d23b: Pull complete 23:16:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:16:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:16:04 prd-centos7-docker-4c-2g-14968 does not seem to be running inside a container 23:16:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:16:07 $ docker top e08f301f74d02d0e24b4403b67ca94951e057e69b67e392923ee9697b662f0cf -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:07 + touch /tmp/pre-build-complete [Pipeline] sh 23:16:08 + mkdir -p /var/log/sa [Pipeline] sh 23:16:08 + ls /var/log/sa-host 23:16:08 + sadf -c /var/log/sa-host/sa07 23:16:08 file_magic: OK 23:16:08 HZ: Using current value: 100 23:16:08 file_header: OK 23:16:08 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 23:16:08 Statistics: 23:16:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:16:08 File successfully converted to sysstat format version 12.2.1 23:16:08 + sadf -c /var/log/sa-host/sa23 23:16:08 file_magic: OK 23:16:08 HZ: Using current value: 100 23:16:08 file_header: OK 23:16:08 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 23:16:08 Statistics: 23:16:08 Hnuu...uuuununununu... 23:16:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:16:08 provisioning config files... 23:16:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2393812464306338611tmp [Pipeline] { [Pipeline] echo 23:16:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:16:09 ---> create-netrc.sh [Pipeline] } 23:16:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:16:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:16:09 ---> python-tools-install.sh [Pipeline] echo 23:16:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:16:09 ---> sudo-logs.sh 23:16:09 Archiving 'sudo' log.. [Pipeline] echo 23:16:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:16:10 ---> job-cost.sh 23:16:10 lf-activate-venv: SKIPPING 23:16:10 INFO: No Stack... 23:16:11 INFO: Retrieving Pricing Info for: v1-standard-2 23:16:11 INFO: Archiving Costs [Pipeline] echo 23:16:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:16:12 ---> logs-deploy.sh 23:16:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/152 23:16:12 INFO: archiving workspace using pattern(s): 23:16:14 Archives upload complete. 23:16:14 INFO: archiving logs to Nexus 23:16:15 ---> uname -a: 23:16:15 Linux prd-centos7-docker-4c-2g-14968.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:16:15 23:16:15 23:16:15 ---> lscpu: 23:16:15 Architecture: x86_64 23:16:15 CPU op-mode(s): 32-bit, 64-bit 23:16:15 Byte Order: Little Endian 23:16:15 Address sizes: 40 bits physical, 48 bits virtual 23:16:15 CPU(s): 4 23:16:15 On-line CPU(s) list: 0-3 23:16:15 Thread(s) per core: 1 23:16:15 Core(s) per socket: 1 23:16:15 Socket(s): 4 23:16:15 NUMA node(s): 1 23:16:15 Vendor ID: GenuineIntel 23:16:15 CPU family: 6 23:16:15 Model: 44 23:16:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:16:15 Stepping: 1 23:16:15 CPU MHz: 2933.438 23:16:15 BogoMIPS: 5866.87 23:16:15 Virtualization: VT-x 23:16:15 Hypervisor vendor: KVM 23:16:15 Virtualization type: full 23:16:15 L1d cache: 128 KiB 23:16:15 L1i cache: 128 KiB 23:16:15 L2 cache: 16 MiB 23:16:15 L3 cache: 64 MiB 23:16:15 NUMA node0 CPU(s): 0-3 23:16:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:16:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:16:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:16:15 Vulnerability Meltdown: Mitigation; PTI 23:16:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:16:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:16:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:16:15 Vulnerability Srbds: Not affected 23:16:15 Vulnerability Tsx async abort: Not affected 23:16:15 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 23:16:15 23:16:15 23:16:15 ---> nproc: 23:16:15 4 23:16:15 23:16:15 23:16:15 ---> df -h: 23:16:15 Filesystem Size Used Available Use% Mounted on 23:16:15 overlay 50.0G 8.6G 41.4G 17% / 23:16:15 tmpfs 64.0M 0 64.0M 0% /dev 23:16:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:16:15 shm 64.0M 0 64.0M 0% /dev/shm 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 23:16:15 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:16:15 23:16:15 23:16:15 ---> free -m: 23:16:15 total used free shared buff/cache available 23:16:15 Mem: 1837 806 156 0 873 966 23:16:15 Swap: 1023 3 1020 23:16:15 23:16:15 23:16:15 ---> ip addr: 23:16:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:16:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:16:15 inet 127.0.0.1/8 scope host lo 23:16:15 valid_lft forever preferred_lft forever 23:16:15 inet6 ::1/128 scope host 23:16:15 valid_lft forever preferred_lft forever 23:16:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:16:15 link/ether fa:16:3e:19:37:b6 brd ff:ff:ff:ff:ff:ff 23:16:15 inet 10.30.122.105/23 brd 10.30.123.255 scope global dynamic eth0 23:16:15 valid_lft 85835sec preferred_lft 85835sec 23:16:15 inet6 fe80::f816:3eff:fe19:37b6/64 scope link 23:16:15 valid_lft forever preferred_lft forever 23:16:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:16:15 link/ether 02:42:bd:bc:2c:4d brd ff:ff:ff:ff:ff:ff 23:16:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:16:15 valid_lft forever preferred_lft forever 23:16:15 inet6 fe80::42:bdff:febc:2c4d/64 scope link 23:16:15 valid_lft forever preferred_lft forever 23:16:15 23:16:15 23:16:15 ---> sar -b -r -n DEV: 23:16:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 23:16:15 23:16:15 23:06:39 LINUX RESTART (4 CPU) 23:16:15 23:16:15 23:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:16:15 23:08:02 96.17 44.62 51.56 0.00 7845.33 5838.26 0.00 23:16:15 23:09:02 2.30 0.00 2.30 0.00 0.00 50.64 0.00 23:16:15 23:10:01 0.41 0.00 0.41 0.00 0.00 6.44 0.00 23:16:15 23:11:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 23:16:15 23:12:01 0.13 0.00 0.13 0.00 0.00 2.32 0.00 23:16:15 23:13:01 0.35 0.00 0.35 0.00 0.00 4.75 0.00 23:16:15 23:14:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 23:16:15 23:15:01 340.50 182.00 158.49 0.00 9017.22 48333.15 0.00 23:16:15 23:16:01 243.69 112.26 131.43 0.00 7804.81 34238.98 0.00 23:16:15 Average: 76.42 37.86 38.56 0.00 2755.19 9887.55 0.00 23:16:15 23:16:15 23:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:16:15 23:08:02 222028 0 554460 29.47 2620 1102436 1136300 38.78 373028 1086760 128 23:16:15 23:09:02 226768 0 549632 29.21 2620 1102524 1103984 37.68 372116 1083680 16 23:16:15 23:10:01 224500 0 551892 29.33 2620 1102532 1104024 37.68 382132 1075892 8 23:16:15 23:11:01 224232 0 552160 29.35 2620 1102532 1104072 37.68 382380 1075892 20 23:16:15 23:12:01 224104 0 552280 29.35 2620 1102540 1099876 37.54 392036 1066376 12 23:16:15 23:13:01 224000 0 552380 29.36 2620 1102544 1098896 37.50 392400 1066308 8 23:16:15 23:14:01 223360 0 553016 29.39 2620 1102548 1096952 37.44 418444 1040924 8 23:16:15 23:15:01 71608 0 740536 39.36 2596 1066804 1543816 52.69 621976 912588 102064 23:16:15 23:16:01 71680 0 828360 44.03 1492 980012 1550520 52.92 693564 760872 14064 23:16:15 Average: 190253 0 603857 32.09 2492 1084941 1204271 41.10 447564 1018810 12925 23:16:15 23:16:15 23:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:16:15 23:08:02 eth0 686.04 504.84 1656.28 108.09 0.00 0.00 0.00 0.00 23:16:15 23:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:08:02 docker0 127.21 87.92 10.15 304.77 0.00 0.00 0.00 0.00 23:16:15 23:09:02 eth0 3.95 0.95 1.09 0.61 0.00 0.00 0.00 0.00 23:16:15 23:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:10:01 eth0 4.15 1.02 1.17 0.61 0.00 0.00 0.00 0.00 23:16:15 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:11:01 eth0 3.86 1.30 1.24 0.80 0.00 0.00 0.00 0.00 23:16:15 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:12:01 eth0 2.65 0.63 0.68 0.40 0.00 0.00 0.00 0.00 23:16:15 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:13:01 eth0 2.21 0.38 0.53 0.29 0.00 0.00 0.00 0.00 23:16:15 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:14:01 eth0 1.02 0.62 0.55 0.40 0.00 0.00 0.00 0.00 23:16:15 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:15:01 eth0 878.18 775.06 7477.82 118.84 0.00 0.00 0.00 0.00 23:16:15 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:15:01 docker0 39.88 39.86 3.60 196.03 0.00 0.00 0.00 0.00 23:16:15 23:16:01 eth0 329.01 264.02 2406.63 84.92 0.00 0.00 0.00 0.00 23:16:15 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 23:16:01 docker0 27.53 36.11 1.73 185.52 0.00 0.00 0.00 0.00 23:16:15 Average: eth0 213.37 172.94 1289.69 35.17 0.00 0.00 0.00 0.00 23:16:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:16:15 Average: docker0 21.72 18.30 1.73 76.64 0.00 0.00 0.00 0.00 23:16:15 23:16:15 23:16:15 ---> sar -P ALL: 23:16:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 23:16:15 23:16:15 23:06:39 LINUX RESTART (4 CPU) 23:16:15 23:16:15 23:07:01 CPU %user %nice %system %iowait %steal %idle 23:16:15 23:08:02 all 13.78 0.00 5.43 2.46 0.03 78.29 23:16:15 23:08:02 0 13.69 0.00 6.65 5.04 0.05 74.57 23:16:15 23:08:02 1 14.05 0.00 5.12 2.02 0.02 78.79 23:16:15 23:08:02 2 13.97 0.00 5.26 1.45 0.03 79.29 23:16:15 23:08:02 3 13.42 0.00 4.69 1.32 0.03 80.54 23:16:15 23:09:02 all 0.18 0.00 0.06 0.00 0.01 99.75 23:16:15 23:09:02 0 0.05 0.00 0.05 0.00 0.00 99.90 23:16:15 23:09:02 1 0.56 0.00 0.05 0.00 0.02 99.37 23:16:15 23:09:02 2 0.07 0.00 0.07 0.00 0.02 99.85 23:16:15 23:09:02 3 0.05 0.00 0.05 0.00 0.00 99.90 23:16:15 23:10:01 all 0.20 0.00 0.09 0.00 0.00 99.71 23:16:15 23:10:01 0 0.08 0.00 0.03 0.00 0.00 99.88 23:16:15 23:10:01 1 0.59 0.00 0.07 0.00 0.00 99.34 23:16:15 23:10:01 2 0.08 0.00 0.08 0.00 0.00 99.83 23:16:15 23:10:01 3 0.03 0.00 0.17 0.00 0.00 99.80 23:16:15 23:11:01 all 0.18 0.00 0.05 0.00 0.02 99.74 23:16:15 23:11:01 0 0.05 0.00 0.03 0.00 0.02 99.90 23:16:15 23:11:01 1 0.53 0.00 0.07 0.00 0.02 99.38 23:16:15 23:11:01 2 0.07 0.00 0.07 0.00 0.03 99.83 23:16:15 23:11:01 3 0.08 0.00 0.05 0.00 0.02 99.85 23:16:15 23:12:01 all 0.20 0.00 0.19 0.00 0.00 99.61 23:16:15 23:12:01 0 0.07 0.00 0.17 0.00 0.00 99.77 23:16:15 23:12:01 1 0.53 0.00 0.07 0.00 0.00 99.40 23:16:15 23:12:01 2 0.12 0.00 0.23 0.00 0.00 99.65 23:16:15 23:12:01 3 0.08 0.00 0.28 0.00 0.00 99.63 23:16:15 23:13:01 all 0.15 0.00 0.05 0.00 0.00 99.80 23:16:15 23:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:16:15 23:13:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:16:15 23:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:16:15 23:13:01 3 0.05 0.00 0.10 0.00 0.00 99.85 23:16:15 23:14:01 all 0.18 0.00 0.05 0.00 0.00 99.77 23:16:15 23:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:16:15 23:14:01 1 0.58 0.00 0.02 0.00 0.00 99.40 23:16:15 23:14:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:16:15 23:14:01 3 0.05 0.00 0.13 0.00 0.00 99.82 23:16:15 23:15:01 all 13.52 0.00 9.68 4.18 0.04 72.59 23:16:15 23:15:01 0 12.95 0.00 9.23 5.02 0.03 72.77 23:16:15 23:15:01 1 15.11 0.00 9.91 5.15 0.03 69.79 23:16:15 23:15:01 2 12.86 0.00 10.13 3.47 0.07 73.47 23:16:15 23:15:01 3 13.15 0.00 9.43 3.06 0.03 74.32 23:16:15 23:16:01 all 11.28 0.00 8.45 4.26 0.03 75.98 23:16:15 23:16:01 0 9.35 0.00 7.62 1.53 0.05 81.46 23:16:15 23:16:01 1 14.92 0.00 9.37 4.18 0.02 71.52 23:16:15 23:16:01 2 10.27 0.00 9.16 5.61 0.02 74.94 23:16:15 23:16:01 3 10.58 0.00 7.67 5.72 0.03 76.00 23:16:15 Average: all 4.37 0.00 2.65 1.20 0.01 91.77 23:16:15 Average: 0 4.00 0.00 2.62 1.28 0.02 92.09 23:16:15 Average: 1 5.23 0.00 2.72 1.25 0.01 90.79 23:16:15 Average: 2 4.14 0.00 2.76 1.16 0.02 91.92 23:16:15 Average: 3 4.13 0.00 2.48 1.11 0.01 92.27 23:16:15 23:16:15 23:16:15