Started by upstream project "edgexfoundry/cd-management/release" build number 48 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25067 in /w/workspace/undry_app-functions-sdk-go_hanoi [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/undry_app-functions-sdk-go_hanoi # 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 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) > 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/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" > git rev-list --no-walk eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:20:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:20:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:20:38 ========================================================= 22:20:38 EdgeX Global Pipelines Version Info 22:20:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:20:40 ------------------- 22:20:40 stable info: 22:20:40 ------------------- 22:20:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:20:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:20:40 Message: update stable to v1.0.179 22:20:41 ------------------- 22:20:41 experimental info: 22:20:41 ------------------- 22:20:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:20:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:20:41 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:20:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:20:42 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:20:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:20:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:20:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:20:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:20:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:20:44 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:20:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:20:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 22:20:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 22:20:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 22:20:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo 22:20:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eab384c [Pipeline] echo 22:20:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:20:46 + git log --format=format:%s -1 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo 22:20:46 GIT_COMMIT: eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b, Commit Message: fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] echo 22:20:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:20:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:20:48 22:20:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:20:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:20:49 latest: Pulling from edgex-devops/git-semver 22:20:49 31603596830f: Pulling fs layer 22:20:49 2a8b12db71e7: Pulling fs layer 22:20:49 6ca5941a6612: Pulling fs layer 22:20:49 ecc8261a40a4: Pulling fs layer 22:20:49 ecc8261a40a4: Waiting 22:20:49 2a8b12db71e7: Verifying Checksum 22:20:49 2a8b12db71e7: Download complete 22:20:49 31603596830f: Verifying Checksum 22:20:49 31603596830f: Download complete 22:20:50 6ca5941a6612: Verifying Checksum 22:20:50 6ca5941a6612: Download complete 22:20:50 ecc8261a40a4: Verifying Checksum 22:20:50 ecc8261a40a4: Download complete 22:20:50 31603596830f: Pull complete 22:20:50 2a8b12db71e7: Pull complete 22:20:53 6ca5941a6612: Pull complete 22:20:53 ecc8261a40a4: Pull complete 22:20:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:20:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:20:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:20:54 prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container 22:20:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:20:59 $ docker top a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:00 [ssh-agent] Looking for ssh-agent implementation... 22:21:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:00 $ docker exec a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent 22:21:01 SSH_AUTH_SOCK=/tmp/ssh-PR6gdF9DCN5r/agent.11 22:21:01 SSH_AGENT_PID=16 22:21:01 Running ssh-add (command line suppressed) 22:21:01 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2717205533420855538.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_2717205533420855538.key) 22:21:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:02 + git tag --points-at HEAD [Pipeline] } 22:21:02 $ docker exec --env ******** --env ******** a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent -k 22:21:03 unset SSH_AUTH_SOCK; 22:21:03 unset SSH_AGENT_PID; 22:21:03 echo Agent pid 16 killed; 22:21:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:21:03 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.3.1|v1.3.1-dev.1' [Pipeline] sshagent 22:21:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:03 [ssh-agent] Looking for ssh-agent implementation... 22:21:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:03 $ docker exec a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent 22:21:04 SSH_AUTH_SOCK=/tmp/ssh-iOfKMzNjuV1Z/agent.45 22:21:04 SSH_AGENT_PID=51 22:21:04 Running ssh-add (command line suppressed) 22:21:04 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_616979291029767950.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_616979291029767950.key) 22:21:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:05 + git semver init 22:21:05 # -> Open(): unable to determine branch for HEAD 22:21:05 # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git 22:21:05 # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi 22:21:05 # $SEMVER_REMOTE_NAME = origin 22:21:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:21:05 # $SEMVER_USER_NAME = edgex-jenkins 22:21:05 # $SEMVER_BRANCH = hanoi 22:21:05 # $SEMVER_TEMP = /tmp/semver-404860156 22:21:05 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:21:09 # '/tmp/semver-404860156' -> '/w/workspace/undry_app-functions-sdk-go_hanoi/.semver' 22:21:09 # -> Force: false 22:21:09 # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } 22:21:09 $ docker exec --env ******** --env ******** a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb ssh-agent -k 22:21:09 unset SSH_AUTH_SOCK; 22:21:09 unset SSH_AGENT_PID; 22:21:09 echo Agent pid 51 killed; 22:21:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:10 + git semver [Pipeline] } 22:21:10 $ docker stop --time=1 a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb 22:21:12 $ docker rm -f a7d19704a0deba389ec7fe0706f324721b8e36bf100c253bcfa50ba2dccb08eb [Pipeline] // withDockerContainer [Pipeline] sh 22:21:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:21:14 Stashed 1 file(s) [Pipeline] echo 22:21:14 [edgeXSemver]: initialized semver on version 1.3.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 22:21:29 Still waiting to schedule task 22:21:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:21:29 Still waiting to schedule task 22:21:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:23:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25068 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws 22:23:17 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 22:23:22 using credential edgex-jenkins-ssh 22:23:22 Cloning the remote Git repository 22:23:22 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:23:22 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 22:23:22 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:23:22 > git --version # timeout=10 22:23:22 > git --version # 'git version 2.17.1' 22:23:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:23:26 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) 22:23:25 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:23:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:23:25 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:23:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:23:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 22:23:26 > git config core.sparsecheckout # timeout=10 22:23:26 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 22:23:30 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:23:33 + git checkout eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b 22:23:33 HEAD is now at eab384c fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] sh 22:23:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:23:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:23:34 + sudo service docker restart 22:23:34 + true [Pipeline] unstash [Pipeline] echo 22:23:37 ========================================================= 22:23:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:23:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:23:37 + 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 . 22:23:38 Sending build context to Docker daemon 19.21MB 22:23:38 Step 1/8 : ARG BASE=golang:1.15-alpine 22:23:38 Step 2/8 : FROM ${BASE} 22:23:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:23:38 5f621e34cdf4: Pulling fs layer 22:23:38 a4357932f1b6: Pulling fs layer 22:23:38 18c013af1878: Pulling fs layer 22:23:38 00ac8860ef70: Pulling fs layer 22:23:38 63d7cb157983: Pulling fs layer 22:23:38 b116817d02f9: Pulling fs layer 22:23:38 745a02a5169b: Pulling fs layer 22:23:38 00ac8860ef70: Waiting 22:23:38 63d7cb157983: Waiting 22:23:38 b116817d02f9: Waiting 22:23:38 745a02a5169b: Waiting 22:23:38 18c013af1878: Verifying Checksum 22:23:38 18c013af1878: Download complete 22:23:38 a4357932f1b6: Verifying Checksum 22:23:38 a4357932f1b6: Download complete 22:23:38 63d7cb157983: Verifying Checksum 22:23:38 63d7cb157983: Download complete 22:23:38 b116817d02f9: Download complete 22:23:39 5f621e34cdf4: Verifying Checksum 22:23:39 5f621e34cdf4: Download complete 22:23:40 5f621e34cdf4: Pull complete 22:23:40 a4357932f1b6: Pull complete 22:23:41 18c013af1878: Pull complete 22:23:42 745a02a5169b: Verifying Checksum 22:23:42 745a02a5169b: Download complete 22:23:43 00ac8860ef70: Verifying Checksum 22:23:43 00ac8860ef70: Download complete 22:23:53 00ac8860ef70: Pull complete 22:23:53 63d7cb157983: Pull complete 22:23:53 b116817d02f9: Pull complete 22:23:58 745a02a5169b: Pull complete 22:23:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:23:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:23:58 ---> b7e6874047d6 22:23:58 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:23:58 latest: Pulling from library/docker 22:23:58 2914792bc417: Pulling fs layer 22:23:58 756c677dae0e: Pulling fs layer 22:23:58 318712088e33: Pulling fs layer 22:23:58 be4ea4215e87: Pulling fs layer 22:23:58 0afbccbf4e53: Pulling fs layer 22:23:58 3b11151c2bc8: Pulling fs layer 22:23:58 46a6a033d54e: Pulling fs layer 22:23:58 3b11151c2bc8: Waiting 22:23:58 be4ea4215e87: Waiting 22:23:58 0afbccbf4e53: Waiting 22:23:58 2914792bc417: Verifying Checksum 22:23:58 2914792bc417: Download complete 22:23:58 318712088e33: Verifying Checksum 22:23:58 318712088e33: Download complete 22:23:58 756c677dae0e: Verifying Checksum 22:23:58 756c677dae0e: Download complete 22:23:58 0afbccbf4e53: Download complete 22:23:58 3b11151c2bc8: Verifying Checksum 22:23:58 3b11151c2bc8: Download complete 22:23:58 46a6a033d54e: Download complete 22:23:58 2914792bc417: Pull complete 22:23:59 756c677dae0e: Pull complete 22:23:59 318712088e33: Pull complete 22:24:03 be4ea4215e87: Verifying Checksum 22:24:03 be4ea4215e87: Download complete 22:24:07 be4ea4215e87: Pull complete 22:24:07 0afbccbf4e53: Pull complete 22:24:07 3b11151c2bc8: Pull complete 22:24:07 46a6a033d54e: Pull complete 22:24:07 Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba 22:24:07 Status: Downloaded newer image for docker:latest 22:24:14 ---> 2bca07090e6d 22:24:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:24:14 ---> Running in de1a60d07f20 22:24:14 Removing intermediate container de1a60d07f20 22:24:14 ---> bd8d3c95c95e 22:24:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:24:14 ---> Running in c7497809296e 22:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:17 (1/5) Installing libsodium (1.0.18-r0) 22:24:17 (2/5) Installing libzmq (4.3.3-r0) 22:24:17 (3/5) Installing pkgconf (1.7.2-r0) 22:24:17 (4/5) Installing libsodium-dev (1.0.18-r0) 22:24:17 (5/5) Installing zeromq-dev (4.3.3-r0) 22:24:17 Executing busybox-1.31.1-r19.trigger 22:24:17 OK: 144 MiB in 44 packages 22:24:19 Removing intermediate container c7497809296e 22:24:19 ---> 4b091fc071aa 22:24:19 Step 6/8 : WORKDIR /build 22:24:19 ---> Running in bdc5cea2ae8a 22:24:19 Removing intermediate container bdc5cea2ae8a 22:24:19 ---> fd1668ad43b2 22:24:19 Step 7/8 : COPY go.mod . 22:24:20 ---> 587bde9cbc7e 22:24:20 Step 8/8 : RUN go mod download 22:24:20 ---> Running in cfe67c609c30 22:24:52 Removing intermediate container cfe67c609c30 22:24:52 ---> aab8108c008a 22:24:52 Successfully built aab8108c008a 22:24:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:24:53 + docker inspect -f . ci-base-image-arm64 22:24:53 . [Pipeline] withDockerContainer 22:24:53 prd-ubuntu18.04-docker-arm64-4c-16g-25068 does not seem to be running inside a container 22:24:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:24:54 Running on prd-centos7-docker-4c-2g-25069 in /w/workspace/undry_app-functions-sdk-go_hanoi 22:24:55 $ docker top 2cceab8aed664dbe4f0198d1fda77d3a7b0bd24d3f52f9431ae80233518c2a8b -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 22:24:55 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 22:24:56 + go version 22:24:56 go version go1.15.5 linux/arm64 [Pipeline] } 22:24:56 $ docker stop --time=1 2cceab8aed664dbe4f0198d1fda77d3a7b0bd24d3f52f9431ae80233518c2a8b 22:24:58 $ docker rm -f 2cceab8aed664dbe4f0198d1fda77d3a7b0bd24d3f52f9431ae80233518c2a8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:24:59 + docker inspect -f . ci-base-image-arm64 22:24:59 . [Pipeline] withDockerContainer 22:24:59 prd-ubuntu18.04-docker-arm64-4c-16g-25068 does not seem to be running inside a container 22:24:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:25:00 $ docker top 211bdb0b78d151164c9d281907d52887634f69d55d96aeed401b274831d3348b -eo pid,comm 22:25:00 using credential edgex-jenkins-ssh 22:25:01 Cloning the remote Git repository [Pipeline] { [Pipeline] sh 22:25:01 + make test 22:25:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:25:01 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:25:01 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 22:25:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:25:01 > git --version # timeout=10 22:25:01 > git --version # 'git version 2.24.3' 22:25:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:25:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:25:03 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:25:05 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) 22:25:04 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:25:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:25:04 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:25:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:25:04 using GIT_SSH to set credentials SSH Credentials for GitHub 22:25:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 22:25:05 > git config core.sparsecheckout # timeout=10 22:25:05 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 22:25:10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:25:11 + git checkout eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b 22:25:11 HEAD is now at eab384c fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] sh 22:25:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:25:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:25:13 + sudo service docker restart 22:25:13 + true 22:25:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:25:14 ========================================================= 22:25:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:25:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:25:15 + 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 . 22:25:16 Sending build context to Docker daemon 19.21MB 22:25:16 Step 1/8 : ARG BASE=golang:1.15-alpine 22:25:16 Step 2/8 : FROM ${BASE} 22:25:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:25:16 188c0c94c7c5: Pulling fs layer 22:25:16 0ef7d3d256c8: Pulling fs layer 22:25:16 de9db76c5a1d: Pulling fs layer 22:25:16 bca2f99d35d6: Pulling fs layer 22:25:16 93359f2a8cfa: Pulling fs layer 22:25:16 7c6f9722023f: Pulling fs layer 22:25:16 a35cf1a2eb13: Pulling fs layer 22:25:16 bca2f99d35d6: Waiting 22:25:16 93359f2a8cfa: Waiting 22:25:16 7c6f9722023f: Waiting 22:25:16 a35cf1a2eb13: Waiting 22:25:16 de9db76c5a1d: Verifying Checksum 22:25:16 de9db76c5a1d: Download complete 22:25:16 0ef7d3d256c8: Verifying Checksum 22:25:16 0ef7d3d256c8: Download complete 22:25:16 93359f2a8cfa: Verifying Checksum 22:25:16 93359f2a8cfa: Download complete 22:25:16 7c6f9722023f: Verifying Checksum 22:25:16 7c6f9722023f: Download complete 22:25:16 188c0c94c7c5: Download complete 22:25:17 188c0c94c7c5: Pull complete 22:25:18 0ef7d3d256c8: Pull complete 22:25:18 de9db76c5a1d: Pull complete 22:25:21 a35cf1a2eb13: Verifying Checksum 22:25:21 a35cf1a2eb13: Download complete 22:25:21 bca2f99d35d6: Verifying Checksum 22:25:21 bca2f99d35d6: Download complete 22:25:26 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.028s coverage: 86.2% of statements 22:25:34 bca2f99d35d6: Pull complete 22:25:34 93359f2a8cfa: Pull complete 22:25:34 7c6f9722023f: Pull complete 22:25:41 a35cf1a2eb13: Pull complete 22:25:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:25:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:25:41 ---> a62c8e92a672 22:25:41 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:25:41 latest: Pulling from library/docker 22:25:41 4c0d98bf9879: Pulling fs layer 22:25:41 e2f804d31884: Pulling fs layer 22:25:41 1a73bd8bacd2: Pulling fs layer 22:25:41 b102489fa576: Pulling fs layer 22:25:41 db0085121e3c: Pulling fs layer 22:25:41 9b35ed1592a3: Pulling fs layer 22:25:41 88fabd309798: Pulling fs layer 22:25:41 db0085121e3c: Waiting 22:25:41 9b35ed1592a3: Waiting 22:25:41 88fabd309798: Waiting 22:25:41 b102489fa576: Waiting 22:25:41 4c0d98bf9879: Verifying Checksum 22:25:41 4c0d98bf9879: Download complete 22:25:41 1a73bd8bacd2: Download complete 22:25:41 db0085121e3c: Verifying Checksum 22:25:41 db0085121e3c: Download complete 22:25:41 e2f804d31884: Verifying Checksum 22:25:41 e2f804d31884: Download complete 22:25:41 4c0d98bf9879: Pull complete 22:25:41 9b35ed1592a3: Verifying Checksum 22:25:41 9b35ed1592a3: Download complete 22:25:41 88fabd309798: Verifying Checksum 22:25:41 88fabd309798: Download complete 22:25:42 e2f804d31884: Pull complete 22:25:42 1a73bd8bacd2: Pull complete 22:25:46 b102489fa576: Verifying Checksum 22:25:46 b102489fa576: Download complete 22:25:52 b102489fa576: Pull complete 22:25:52 db0085121e3c: Pull complete 22:25:52 9b35ed1592a3: Pull complete 22:25:52 88fabd309798: Pull complete 22:25:53 Digest: sha256:74df197ad4646763e1954829231c54b5e4c362a7bdc5c5198d2b59ab5ace06ba 22:25:53 Status: Downloaded newer image for docker:latest 22:25:56 ---> 7f7a668080a3 22:25:56 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:25:56 ---> Running in 61891cc1e959 22:25:56 Removing intermediate container 61891cc1e959 22:25:56 ---> 531c9bcd017b 22:25:56 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:25:56 ---> Running in 6db94f5905a5 22:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:59 (1/5) Installing libsodium (1.0.18-r0) 22:25:59 (2/5) Installing libzmq (4.3.3-r0) 22:25:59 (3/5) Installing pkgconf (1.7.2-r0) 22:25:59 (4/5) Installing libsodium-dev (1.0.18-r0) 22:25:59 (5/5) Installing zeromq-dev (4.3.3-r0) 22:26:00 Executing busybox-1.31.1-r19.trigger 22:26:00 OK: 167 MiB in 44 packages 22:26:00 Removing intermediate container 6db94f5905a5 22:26:00 ---> c5b7214d5ea9 22:26:00 Step 6/8 : WORKDIR /build 22:26:00 ---> Running in 95ada9d316f7 22:26:01 Removing intermediate container 95ada9d316f7 22:26:01 ---> 8d69358b62f2 22:26:01 Step 7/8 : COPY go.mod . 22:26:01 ---> a39c432ab6ce 22:26:01 Step 8/8 : RUN go mod download 22:26:01 ---> Running in 9cf11f017ba3 22:26:05 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.064s coverage: 52.0% of statements 22:26:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:26:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:26:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.066s coverage: 54.7% of statements 22:26:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:26:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.048s coverage: 69.1% of statements 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.447s coverage: 61.6% of statements 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.016s coverage: 97.7% of statements 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:26:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:26:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 8.8% of statements 22:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.942s coverage: 75.0% of statements 22:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 22:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.049s coverage: 89.7% of statements 22:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.023s coverage: 88.9% of statements 22:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.043s coverage: 80.5% of statements 22:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 22:26:41 Removing intermediate container 9cf11f017ba3 22:26:41 ---> 96473f657366 22:26:41 Successfully built 96473f657366 22:26:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:26:41 + docker inspect -f . ci-base-image-x86_64 22:26:42 . [Pipeline] withDockerContainer 22:26:42 prd-centos7-docker-4c-2g-25069 does not seem to be running inside a container 22:26:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:26:43 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 71.0% of statements 22:26:43 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.016s coverage: 94.4% of statements 22:26:43 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:26:44 $ docker top b172af1f9e98294769e81198472665fcfe52cd97281d67ed9907fb0c269105f0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:45 + go version 22:26:45 go version go1.15.5 linux/amd64 [Pipeline] } 22:26:45 $ docker stop --time=1 b172af1f9e98294769e81198472665fcfe52cd97281d67ed9907fb0c269105f0 22:26:47 $ docker rm -f b172af1f9e98294769e81198472665fcfe52cd97281d67ed9907fb0c269105f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:26:48 + docker inspect -f . ci-base-image-x86_64 22:26:48 . [Pipeline] withDockerContainer 22:26:49 prd-centos7-docker-4c-2g-25069 does not seem to be running inside a container 22:26:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:26:50 $ docker top 992118a704ab0ee4f1688ed4a5c056a4ee11773bceb49a6766e13ec901c5f11c -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:51 + make test 22:26:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:26:56 gofmt -l . 22:26:56 [ "`gofmt -l .`" = "" ] 22:26:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:26:56 $ docker stop --time=1 211bdb0b78d151164c9d281907d52887634f69d55d96aeed401b274831d3348b 22:26:58 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:26:58 $ docker rm -f 211bdb0b78d151164c9d281907d52887634f69d55d96aeed401b274831d3348b [Pipeline] // withDockerContainer [Pipeline] sh 22:26:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:27:00 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] } 22:27:13 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.042s coverage: 86.2% of statements 22:27:46 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.122s coverage: 52.0% of statements 22:27:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:27:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:27:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.059s coverage: 54.7% of statements 22:27:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:27:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.047s coverage: 69.1% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.447s coverage: 61.6% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.010s coverage: 89.5% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.009s coverage: 100.0% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.045s coverage: 100.0% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.063s coverage: 100.0% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.009s coverage: 100.0% of statements 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.041s coverage: 96.6% of statements 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.044s coverage: 97.7% of statements 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.028s coverage: 8.8% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.957s coverage: 75.0% of statements 22:27:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.026s coverage: 89.7% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.020s coverage: 88.9% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.059s coverage: 80.5% of statements 22:27:59 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.040s coverage: 71.7% of statements 22:28:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.064s coverage: 71.0% of statements 22:28:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.011s coverage: 94.4% of statements 22:28:21 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:28:30 gofmt -l . 22:28:30 [ "`gofmt -l .`" = "" ] 22:28:30 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:28:32 $ docker stop --time=1 992118a704ab0ee4f1688ed4a5c056a4ee11773bceb49a6766e13ec901c5f11c 22:28:34 $ docker rm -f 992118a704ab0ee4f1688ed4a5c056a4ee11773bceb49a6766e13ec901c5f11c [Pipeline] // withDockerContainer [Pipeline] sh 22:28:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:28:36 Warning: overwriting stash ‘coverage-report’ 22:28: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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:28:39 provisioning config files... 22:28:39 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config8376383474487313779tmp [Pipeline] { [Pipeline] sh 22:28:39 + set +x 22:28:39 + curl -s https://codecov.io/bash 22:28:39 + bash -s -- 22:28:40 22:28:40 _____ _ 22:28:40 / ____| | | 22:28:40 | | ___ __| | ___ ___ _____ __ 22:28:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:28:40 | |___| (_) | (_| | __/ (_| (_) \ V / 22:28:40 \_____\___/ \__,_|\___|\___\___/ \_/ 22:28:40 Bash-20210129-7c25fce 22:28:40 22:28:40 22:28:40 ==> git version 2.24.3 found 22:28:40 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:28:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:28:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:28:40 ==> Jenkins CI detected. 22:28:40 project root: . 22:28:40 --> token set from env 22:28:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:28:40 ==> Running gcov in . (disable via -X gcov) 22:28:40 ==> Python coveragepy not found 22:28:40 ==> Searching for coverage reports in: 22:28:40 + . 22:28:40 -> Found 1 reports 22:28:40 ==> Detecting git/mercurial file structure 22:28:40 ==> Reading reports 22:28:40 + ./coverage.out bytes=90550 22:28:40 ==> Appending adjustments 22:28:40 https://docs.codecov.io/docs/fixing-reports 22:28:41 + Found adjustments 22:28:41 ==> Gzipping contents 22:28:41 16K /tmp/codecov.UKGl6F.gz 22:28:41 ==> Uploading reports 22:28:41 url: https://codecov.io 22:28:41 query: branch=hanoi&commit=eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:28:41 -> Pinging Codecov 22:28:41 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:28:41 -> Uploading to 22:28:41 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/3D8B5DFFC46A037C893635FACE044666/eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b/64ceabd2-3b37-4623-932e-ab2aff7c3845.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T222841Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69a1f9950593fc6f189ab9525e1d41fb3cec02a703426161ac1ba575969d99b5 22:28:41 % Total % Received % Xferd Average Speed Time Time Time Current 22:28:41 Dload Upload Total Spent Left Speed 22:28:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16089 0 0 100 16089 0 27671 --:--:-- --:--:-- --:--:-- 27644 22:28:42 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] } 22:28:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:28:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:28:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:28:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:28:44 22:28:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:28:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:28:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:28:44 188c0c94c7c5: Pulling fs layer 22:28:44 0ef7d3d256c8: Pulling fs layer 22:28:44 de9db76c5a1d: Pulling fs layer 22:28:44 0eba1c9be4d2: Pulling fs layer 22:28:44 0d57e429df01: Pulling fs layer 22:28:44 4e4be7b47b0d: Pulling fs layer 22:28:44 e1f770b5df2f: Pulling fs layer 22:28:44 85a0685a4137: Pulling fs layer 22:28:44 0eba1c9be4d2: Waiting 22:28:44 0d57e429df01: Waiting 22:28:44 4e4be7b47b0d: Waiting 22:28:44 e1f770b5df2f: Waiting 22:28:44 85a0685a4137: Waiting 22:28:44 de9db76c5a1d: Verifying Checksum 22:28:44 de9db76c5a1d: Download complete 22:28:44 0ef7d3d256c8: Download complete 22:28:44 0d57e429df01: Verifying Checksum 22:28:44 0d57e429df01: Download complete 22:28:44 4e4be7b47b0d: Verifying Checksum 22:28:44 4e4be7b47b0d: Download complete 22:28:44 188c0c94c7c5: Verifying Checksum 22:28:44 188c0c94c7c5: Download complete 22:28:45 188c0c94c7c5: Pull complete 22:28:45 0ef7d3d256c8: Pull complete 22:28:46 de9db76c5a1d: Pull complete 22:28:46 e1f770b5df2f: Verifying Checksum 22:28:46 e1f770b5df2f: Download complete 22:28:51 0eba1c9be4d2: Verifying Checksum 22:28:51 0eba1c9be4d2: Download complete 22:28:52 85a0685a4137: Verifying Checksum 22:28:52 85a0685a4137: Download complete 22:29:03 0eba1c9be4d2: Pull complete 22:29:03 0d57e429df01: Pull complete 22:29:03 4e4be7b47b0d: Pull complete 22:29:05 e1f770b5df2f: Pull complete 22:29:18 85a0685a4137: Pull complete 22:29:18 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:29:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:29:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:29:18 prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container 22:29:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:29:20 $ docker top 66ccf92790b05cf700022faa44c0d1ca1c5746e3f9f472e640723b33d73dc83a -eo pid,comm [Pipeline] { [Pipeline] echo 22:29:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:29:21 + set -o pipefail 22:29:21 + snyk monitor '--org=edgex-jenkins' 22:29:48 22:29:48 Monitoring /w/workspace/undry_app-functions-sdk-go_hanoi (github.com/edgexfoundry/app-functions-sdk-go)... 22:29:48 22:29:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/b3c03c8d-66f4-46b4-bfbf-5d013db8947d 22:29:48 22:29:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:29:48 22:29:48 [Pipeline] } 22:29:48 $ docker stop --time=1 66ccf92790b05cf700022faa44c0d1ca1c5746e3f9f472e640723b33d73dc83a 22:29:50 $ docker rm -f 66ccf92790b05cf700022faa44c0d1ca1c5746e3f9f472e640723b33d73dc83a [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 22:29:52 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:29:52 provisioning config files... 22:29:52 copy managed file [swaggerhub-api-key] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config113441699754944099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:29:53 --> edgex-publish-swagger.sh 22:29:53 === Publish openapi/v2 API === 22:29:53 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:29:53 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/undry_app-functions-sdk-go_hanoi/openapi/v2/app-functions-sdk.yaml] 22:29:53 % Total % Received % Xferd Average Speed Time Time Time Current 22:29:53 Dload Upload Total Spent Left Speed 22:29:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13026 0 0 100 13026 0 11310 0:00:01 0:00:01 --:--:-- 11326 100 13026 0 0 100 13026 0 11307 0:00:01 0:00:01 --:--:-- 11326 22:29:54 22:29:54 [Pipeline] } 22:29:54 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 22:29:55 + git log --format=format:%s -1 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] isUnix [Pipeline] sh 22:29:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:55 . [Pipeline] withDockerContainer 22:29:55 prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container 22:29:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:29:57 $ docker top 0ca712b11e626b2bf442c7ca1d3e795216dc1c219dc970f8eb32b6eebb84f4b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:29:57 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:29:58 + git semver [Pipeline] } 22:29:58 $ docker stop --time=1 0ca712b11e626b2bf442c7ca1d3e795216dc1c219dc970f8eb32b6eebb84f4b1 22:30:00 $ docker rm -f 0ca712b11e626b2bf442c7ca1d3e795216dc1c219dc970f8eb32b6eebb84f4b1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:30:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:30:01 22:30:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:30:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:30:01 0.23.1-centos7: Pulling from edgex-lftools 22:30:01 ab5ef0e58194: Pulling fs layer 22:30:01 9712f1f96733: Pulling fs layer 22:30:01 63f879dbbcfc: Pulling fs layer 22:30:01 0d9ebad4ef96: Pulling fs layer 22:30:01 e9a5061849ea: Pulling fs layer 22:30:01 d747dcd14b5f: Pulling fs layer 22:30:01 2de7ff778b66: Pulling fs layer 22:30:01 e9a5061849ea: Waiting 22:30:01 d747dcd14b5f: Waiting 22:30:01 2de7ff778b66: Waiting 22:30:01 0d9ebad4ef96: Waiting 22:30:02 9712f1f96733: Verifying Checksum 22:30:02 9712f1f96733: Download complete 22:30:05 63f879dbbcfc: Verifying Checksum 22:30:05 63f879dbbcfc: Download complete 22:30:06 e9a5061849ea: Verifying Checksum 22:30:06 e9a5061849ea: Download complete 22:30:06 d747dcd14b5f: Verifying Checksum 22:30:06 d747dcd14b5f: Download complete 22:30:07 0d9ebad4ef96: Verifying Checksum 22:30:07 0d9ebad4ef96: Download complete 22:30:07 2de7ff778b66: Verifying Checksum 22:30:07 2de7ff778b66: Download complete 22:30:08 ab5ef0e58194: Verifying Checksum 22:30:08 ab5ef0e58194: Download complete 22:30:16 ab5ef0e58194: Pull complete 22:30:16 9712f1f96733: Pull complete 22:30:20 63f879dbbcfc: Pull complete 22:30:31 0d9ebad4ef96: Pull complete 22:30:33 e9a5061849ea: Pull complete 22:30:33 d747dcd14b5f: Pull complete 22:30:38 2de7ff778b66: Pull complete 22:30:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:30:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:30:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:30:38 prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container 22:30:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:30:42 $ docker top 22b0b2ebda4c425f7cf93e60466d2add016c06e399d20edea123f09ca16d0d96 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:30:42 provisioning config files... 22:30:42 copy managed file [sigul-config] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config7448399280353775811tmp 22:30:42 copy managed file [sigul-password] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config3947146660207052988tmp 22:30:42 copy managed file [sigul-pki] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config2796854714288392926tmp [Pipeline] { [Pipeline] echo 22:30:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:30:43 ---> sigul-configuration.sh 22:30:43 gpg: directory `/root/.gnupg' created 22:30:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:30:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:30:43 gpg: keyring `/root/.gnupg/secring.gpg' created 22:30:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:30:43 gpg: CAST5 encrypted data 22:30:43 gpg: encrypted with 1 passphrase 22:30:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:30:44 + mkdir /home/jenkins 22:30:44 + mkdir /home/jenkins/sigul [Pipeline] sh 22:30:45 + 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 22:30:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:30:45 ---> sigul-install.sh 22:30:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:30:54 + git tag --list 22:30:54 v0.1.0 22:30:54 v0.1.1 22:30:54 v1.0.0 22:30:54 v1.1.0 22:30:54 v1.2.0 22:30:54 v1.3.0 22:30:54 v1.3.1 22:30:54 v1.3.1-dev.1 22:30:54 v2.0.0-dev.1 22:30:54 v2.0.0-dev.2 22:30:54 v2.0.0-dev.3 22:30:54 v2.0.0-dev.4 22:30:54 v2.0.0-dev.5 22:30:54 v2.0.0-dev.6 22:30:54 v2.0.0-dev.7 22:30:54 v2.0.0-dev.8 [Pipeline] sh 22:30:54 + lftools sign git-tag v1.3.1 22:30:57 Signing Git tag with Sigul... 22:30:57 Signing v1.3.1 [Pipeline] echo 22:30:58 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:30:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:30:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:30:59 $ docker stop --time=1 22b0b2ebda4c425f7cf93e60466d2add016c06e399d20edea123f09ca16d0d96 22:31:02 $ docker rm -f 22b0b2ebda4c425f7cf93e60466d2add016c06e399d20edea123f09ca16d0d96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:31:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:31:03 . [Pipeline] withDockerContainer 22:31:03 prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container 22:31:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:31:05 $ docker top 3a313db46fd71ddaf7d68277dc5e8c34de5fa489cd6769bca87ed962454de3cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:31:06 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:31:07 + git semver [Pipeline] } 22:31:07 $ docker stop --time=1 3a313db46fd71ddaf7d68277dc5e8c34de5fa489cd6769bca87ed962454de3cf 22:31:09 $ docker rm -f 3a313db46fd71ddaf7d68277dc5e8c34de5fa489cd6769bca87ed962454de3cf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:31:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:31:09 . [Pipeline] withDockerContainer 22:31:10 prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container 22:31:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:31:11 $ docker top da00fddaada60d4b98be073c66c33372b46a1e4f5445fe18d102be543d5b9c27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:31:12 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.3.1|v1.3.1-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:31:12 + git semver [Pipeline] } 22:31:13 $ docker stop --time=1 da00fddaada60d4b98be073c66c33372b46a1e4f5445fe18d102be543d5b9c27 22:31:14 $ docker rm -f da00fddaada60d4b98be073c66c33372b46a1e4f5445fe18d102be543d5b9c27 [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 22:31:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:31:17 ---> package-listing.sh 22:31:17 ++ facter osfamily 22:31:17 ++ tr '[:upper:]' '[:lower:]' 22:31:17 + OS_FAMILY=redhat 22:31:17 + workspace=/w/workspace/undry_app-functions-sdk-go_hanoi 22:31:17 + START_PACKAGES=/tmp/packages_start.txt 22:31:17 + END_PACKAGES=/tmp/packages_end.txt 22:31:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:31:17 + PACKAGES=/tmp/packages_start.txt 22:31:17 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 22:31:17 + PACKAGES=/tmp/packages_end.txt 22:31:17 + case "${OS_FAMILY}" in 22:31:17 + sort 22:31:17 + rpm -qa 22:31:23 + '[' -f /tmp/packages_start.txt ']' 22:31:23 + '[' -f /tmp/packages_end.txt ']' 22:31:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:31:23 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 22:31:23 + mkdir -p /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ 22:31:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ [Pipeline] echo 22:31:23 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/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:31:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:31:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:31:24 22:31:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:31:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:31:24 alpine: Pulling from edgex-lftools-log-publisher 22:31:24 df20fa9351a1: Pulling fs layer 22:31:24 36b3adc4ff6f: Pulling fs layer 22:31:24 8ad3a11d3b57: Pulling fs layer 22:31:24 46f8f816bc3b: Pulling fs layer 22:31:24 93b61091891f: Pulling fs layer 22:31:24 93b9cdb0e59b: Pulling fs layer 22:31:24 5e14af77c1be: Pulling fs layer 22:31:24 01666e4c0597: Pulling fs layer 22:31:24 aa168da1d23b: Pulling fs layer 22:31:24 46f8f816bc3b: Waiting 22:31:24 93b9cdb0e59b: Waiting 22:31:24 5e14af77c1be: Waiting 22:31:24 aa168da1d23b: Waiting 22:31:24 01666e4c0597: Waiting 22:31:24 93b61091891f: Waiting 22:31:24 36b3adc4ff6f: Download complete 22:31:25 46f8f816bc3b: Verifying Checksum 22:31:25 46f8f816bc3b: Download complete 22:31:25 df20fa9351a1: Download complete 22:31:25 93b9cdb0e59b: Verifying Checksum 22:31:25 93b9cdb0e59b: Download complete 22:31:25 5e14af77c1be: Verifying Checksum 22:31:25 5e14af77c1be: Download complete 22:31:25 93b61091891f: Verifying Checksum 22:31:25 93b61091891f: Download complete 22:31:25 01666e4c0597: Download complete 22:31:25 8ad3a11d3b57: Verifying Checksum 22:31:25 8ad3a11d3b57: Download complete 22:31:25 df20fa9351a1: Pull complete 22:31:26 36b3adc4ff6f: Pull complete 22:31:29 8ad3a11d3b57: Pull complete 22:31:29 46f8f816bc3b: Pull complete 22:31:30 aa168da1d23b: Verifying Checksum 22:31:30 aa168da1d23b: Download complete 22:31:30 93b61091891f: Pull complete 22:31:30 93b9cdb0e59b: Pull complete 22:31:30 5e14af77c1be: Pull complete 22:31:30 01666e4c0597: Pull complete 22:31:45 aa168da1d23b: Pull complete 22:31:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:31:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:31:46 prd-centos7-docker-4c-2g-25067 does not seem to be running inside a container 22:31:46 $ 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/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:31:50 $ docker top 994525e00bd2577cce0a835f7bad92431d29ec6a3d4de8b76ec3e0678389a85b -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:51 + touch /tmp/pre-build-complete [Pipeline] sh 22:31:51 + mkdir -p /var/log/sa [Pipeline] sh 22:31:51 + ls /var/log/sa-host 22:31:51 + sadf -c /var/log/sa-host/sa04 22:31:51 file_magic: OK 22:31:51 HZ: Using current value: 100 22:31:51 file_header: OK 22:31:51 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 22:31:51 Statistics: 22:31:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:31:51 File successfully converted to sysstat format version 12.2.1 22:31:51 + sadf -c /var/log/sa-host/sa23 22:31:51 file_magic: OK 22:31:51 HZ: Using current value: 100 22:31:51 file_header: OK 22:31:51 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 22:31:51 Statistics: 22:31:51 Hnuu...uuuununununu... 22:31:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:31:52 provisioning config files... 22:31:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config545285098764627097tmp [Pipeline] { [Pipeline] echo 22:31:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:31:52 ---> create-netrc.sh [Pipeline] } 22:31:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:31:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:31:54 ---> python-tools-install.sh [Pipeline] echo 22:31:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:31:54 ---> sudo-logs.sh 22:31:54 Archiving 'sudo' log.. [Pipeline] echo 22:31:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:31:55 ---> job-cost.sh 22:31:55 lf-activate-venv: SKIPPING 22:31:55 INFO: No Stack... 22:31:56 INFO: Retrieving Pricing Info for: v1-standard-2 22:31:57 INFO: Archiving Costs [Pipeline] echo 22:31:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:31:57 ---> logs-deploy.sh 22:31:57 lf-activate-venv: SKIPPING 22:31:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/hanoi/4 22:31:57 INFO: archiving workspace using pattern(s): 22:32:00 Archives upload complete. 22:32:00 INFO: archiving logs to Nexus 22:32:01 ---> uname -a: 22:32:01 Linux prd-centos7-docker-4c-2g-25067.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:32:01 22:32:01 22:32:01 ---> lscpu: 22:32:01 Architecture: x86_64 22:32:01 CPU op-mode(s): 32-bit, 64-bit 22:32:01 Byte Order: Little Endian 22:32:01 Address sizes: 40 bits physical, 48 bits virtual 22:32:01 CPU(s): 4 22:32:01 On-line CPU(s) list: 0-3 22:32:01 Thread(s) per core: 1 22:32:01 Core(s) per socket: 1 22:32:01 Socket(s): 4 22:32:01 NUMA node(s): 1 22:32:01 Vendor ID: GenuineIntel 22:32:01 CPU family: 6 22:32:01 Model: 44 22:32:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:32:01 Stepping: 1 22:32:01 CPU MHz: 2933.438 22:32:01 BogoMIPS: 5866.87 22:32:01 Virtualization: VT-x 22:32:01 Hypervisor vendor: KVM 22:32:01 Virtualization type: full 22:32:01 L1d cache: 128 KiB 22:32:01 L1i cache: 128 KiB 22:32:01 L2 cache: 16 MiB 22:32:01 L3 cache: 64 MiB 22:32:01 NUMA node0 CPU(s): 0-3 22:32:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:32:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:32:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:32:01 Vulnerability Meltdown: Mitigation; PTI 22:32:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:32:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:32:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:32:01 Vulnerability Srbds: Not affected 22:32:01 Vulnerability Tsx async abort: Not affected 22:32:01 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 22:32:01 22:32:01 22:32:01 ---> nproc: 22:32:01 4 22:32:01 22:32:01 22:32:01 ---> df -h: 22:32:01 Filesystem Size Used Available Use% Mounted on 22:32:01 overlay 50.0G 8.6G 41.4G 17% / 22:32:01 tmpfs 64.0M 0 64.0M 0% /dev 22:32:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:32:01 shm 64.0M 0 64.0M 0% /dev/shm 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/undry_app-functions-sdk-go_hanoi@tmp 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:32:01 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:32:01 22:32:01 22:32:01 ---> free -m: 22:32:01 total used free shared buff/cache available 22:32:01 Mem: 1837 843 155 0 838 927 22:32:01 Swap: 1023 3 1020 22:32:01 22:32:01 22:32:01 ---> ip addr: 22:32:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:32:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:32:01 inet 127.0.0.1/8 scope host lo 22:32:01 valid_lft forever preferred_lft forever 22:32:01 inet6 ::1/128 scope host 22:32:01 valid_lft forever preferred_lft forever 22:32:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:32:01 link/ether fa:16:3e:dd:fe:fb brd ff:ff:ff:ff:ff:ff 22:32:01 inet 10.30.123.246/23 brd 10.30.123.255 scope global dynamic eth0 22:32:01 valid_lft 85653sec preferred_lft 85653sec 22:32:01 inet6 fe80::f816:3eff:fedd:fefb/64 scope link 22:32:01 valid_lft forever preferred_lft forever 22:32:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:32:01 link/ether 02:42:de:5b:d2:10 brd ff:ff:ff:ff:ff:ff 22:32:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:32:01 valid_lft forever preferred_lft forever 22:32:01 inet6 fe80::42:deff:fe5b:d210/64 scope link 22:32:01 valid_lft forever preferred_lft forever 22:32:01 22:32:01 22:32:01 ---> sar -b -r -n DEV: 22:32:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 22:32:01 22:32:01 22:19:21 LINUX RESTART (4 CPU) 22:32:01 22:32:01 22:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:32:01 22:21:01 76.92 37.86 39.06 0.00 7381.68 4319.27 0.00 22:32:01 22:22:01 12.93 4.93 8.00 0.00 355.47 1359.36 0.00 22:32:01 22:23:01 0.32 0.00 0.32 0.00 0.00 5.12 0.00 22:32:01 22:24:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 22:32:01 22:25:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 22:32:01 22:26:02 0.33 0.00 0.33 0.00 0.00 4.33 0.00 22:32:01 22:27:01 0.29 0.00 0.29 0.00 0.00 3.52 0.00 22:32:01 22:28:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 22:32:01 22:29:01 26.54 2.69 23.85 0.00 376.50 15054.43 0.00 22:32:01 22:30:01 308.72 185.41 123.31 0.00 8501.16 23606.10 0.00 22:32:01 22:31:01 200.81 62.06 138.76 0.00 3988.96 32285.97 0.00 22:32:01 Average: 57.14 26.68 30.47 0.00 1869.71 6987.80 0.00 22:32:01 22:32:01 22:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:32:01 22:21:01 150256 0 629308 33.45 2620 1099360 1448552 49.44 422928 1107176 56 22:32:01 22:22:01 235084 0 603376 32.07 2620 1040464 1172012 40.00 402960 1044452 20 22:32:01 22:23:01 248620 0 589836 31.35 2620 1040468 1075856 36.72 408496 1027800 8 22:32:01 22:24:01 246060 0 592396 31.48 2620 1040468 1075976 36.72 411476 1027164 8 22:32:01 22:25:01 246204 0 592244 31.48 2620 1040476 1075988 36.72 419688 1019004 16 22:32:01 22:26:02 245720 0 592724 31.50 2620 1040480 1075976 36.72 433340 1005656 12 22:32:01 22:27:01 247308 0 591132 31.42 2620 1040484 1075796 36.72 454776 983260 8 22:32:01 22:28:01 247260 0 591176 31.42 2620 1040488 1075748 36.71 454548 983236 8 22:32:01 22:29:01 71284 0 694692 36.92 2620 1112948 1511824 51.60 578376 1004592 86060 22:32:01 22:30:01 255484 0 691764 36.77 2596 931700 1259824 43.00 533028 848112 20 22:32:01 22:31:01 125596 0 809004 43.00 1572 945372 1361744 46.47 667620 751420 8 22:32:01 Average: 210807 0 634332 33.71 2523 1033883 1200845 40.98 471567 981988 7839 22:32:01 22:32:01 22:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:32:01 22:21:01 vethbdddac7 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 22:32:01 22:21:01 eth0 288.90 217.19 1333.16 79.70 0.00 0.00 0.00 0.00 22:32:01 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:21:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 22:32:01 22:22:01 eth0 71.89 81.56 320.86 18.62 0.00 0.00 0.00 0.00 22:32:01 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:22:01 docker0 69.75 55.97 6.86 302.87 0.00 0.00 0.00 0.00 22:32:01 22:23:01 eth0 1.66 0.97 2.90 0.07 0.00 0.00 0.00 0.00 22:32:01 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:24:01 eth0 0.95 0.32 0.30 0.20 0.00 0.00 0.00 0.00 22:32:01 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:25:01 eth0 0.58 0.32 0.29 0.20 0.00 0.00 0.00 0.00 22:32:01 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:26:02 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:32:01 22:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:27:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 22:32:01 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:28:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:32:01 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:29:01 eth0 408.46 323.28 4062.47 27.42 0.00 0.00 0.00 0.00 22:32:01 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:30:01 eth0 89.23 80.64 444.16 18.23 0.00 0.00 0.00 0.00 22:32:01 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:30:01 docker0 55.82 59.74 4.56 411.51 0.00 0.00 0.00 0.00 22:32:01 22:31:01 eth0 401.86 330.83 3429.08 95.95 0.00 0.00 0.00 0.00 22:32:01 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 22:31:01 docker0 24.43 39.01 1.41 217.36 0.00 0.00 0.00 0.00 22:32:01 Average: eth0 114.96 94.20 873.82 21.83 0.00 0.00 0.00 0.00 22:32:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:01 Average: docker0 13.68 14.12 1.17 84.97 0.00 0.00 0.00 0.00 22:32:01 22:32:01 22:32:01 ---> sar -P ALL: 22:32:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 22:32:01 22:32:01 22:19:21 LINUX RESTART (4 CPU) 22:32:01 22:32:01 22:20:02 CPU %user %nice %system %iowait %steal %idle 22:32:01 22:21:01 all 12.08 0.00 5.54 2.13 24.80 55.45 22:32:01 22:21:01 0 7.05 0.00 5.12 1.71 27.06 59.06 22:32:01 22:21:01 1 13.14 0.00 6.46 4.54 23.94 51.93 22:32:01 22:21:01 2 12.98 0.00 4.92 1.17 24.51 56.41 22:32:01 22:21:01 3 15.52 0.00 5.71 1.11 23.54 54.13 22:32:01 22:22:01 all 1.79 0.00 1.16 0.18 4.60 92.27 22:32:01 22:22:01 0 0.94 0.00 1.12 0.51 4.91 92.52 22:32:01 22:22:01 1 2.96 0.00 1.24 0.03 4.27 91.50 22:32:01 22:22:01 2 1.76 0.00 1.07 0.03 4.87 92.27 22:32:01 22:22:01 3 1.52 0.00 1.22 0.15 4.33 92.78 22:32:01 22:23:01 all 0.11 0.00 0.10 0.00 0.74 99.05 22:32:01 22:23:01 0 0.22 0.00 0.12 0.00 1.19 98.48 22:32:01 22:23:01 1 0.07 0.00 0.13 0.00 0.73 99.07 22:32:01 22:23:01 2 0.03 0.00 0.08 0.00 0.48 99.40 22:32:01 22:23:01 3 0.12 0.00 0.07 0.00 0.56 99.25 22:32:01 22:24:01 all 0.10 0.00 0.12 0.00 1.03 98.75 22:32:01 22:24:01 0 0.08 0.00 0.20 0.00 1.45 98.27 22:32:01 22:24:01 1 0.03 0.00 0.17 0.00 0.76 99.04 22:32:01 22:24:01 2 0.08 0.00 0.03 0.00 0.53 99.35 22:32:01 22:24:01 3 0.20 0.00 0.10 0.00 1.37 98.33 22:32:01 22:25:01 all 0.07 0.00 0.05 0.00 1.12 98.76 22:32:01 22:25:01 0 0.00 0.00 0.03 0.00 0.56 99.40 22:32:01 22:25:01 1 0.08 0.00 0.08 0.02 1.36 98.46 22:32:01 22:25:01 2 0.02 0.00 0.05 0.00 0.42 99.52 22:32:01 22:25:01 3 0.16 0.00 0.03 0.00 2.14 97.67 22:32:01 22:26:02 all 0.09 0.00 0.21 0.00 1.76 97.94 22:32:01 22:26:02 0 0.02 0.00 0.18 0.00 1.30 98.50 22:32:01 22:26:02 1 0.26 0.00 0.25 0.00 2.14 97.35 22:32:01 22:26:02 2 0.03 0.00 0.31 0.00 1.29 98.36 22:32:01 22:26:02 3 0.05 0.00 0.08 0.00 2.31 97.56 22:32:01 22:27:01 all 0.08 0.00 0.05 0.00 1.27 98.60 22:32:01 22:27:01 0 0.27 0.00 0.03 0.00 1.58 98.12 22:32:01 22:27:01 1 0.02 0.00 0.15 0.00 1.14 98.69 22:32:01 22:27:01 2 0.02 0.00 0.02 0.00 0.61 99.36 22:32:01 22:27:01 3 0.02 0.00 0.02 0.00 1.74 98.22 22:32:01 22:28:01 all 0.09 0.00 0.03 0.00 0.92 98.96 22:32:01 22:28:01 0 0.02 0.00 0.03 0.00 1.17 98.78 22:32:01 22:28:01 1 0.30 0.00 0.03 0.00 0.61 99.05 22:32:01 22:28:01 2 0.02 0.00 0.02 0.00 0.89 99.07 22:32:01 22:28:01 3 0.02 0.00 0.03 0.00 1.01 98.94 22:32:01 22:29:01 all 2.41 0.00 2.08 0.10 10.04 85.36 22:32:01 22:29:01 0 3.01 0.00 2.94 0.12 10.56 83.37 22:32:01 22:29:01 1 2.11 0.00 1.44 0.05 10.16 86.23 22:32:01 22:29:01 2 2.39 0.00 2.44 0.20 9.91 85.06 22:32:01 22:29:01 3 2.16 0.00 1.52 0.05 9.55 86.72 22:32:01 22:30:01 all 5.20 0.00 5.09 2.32 13.02 74.37 22:32:01 22:30:01 0 4.36 0.00 5.11 2.00 13.08 75.45 22:32:01 22:30:01 1 4.95 0.00 4.64 2.08 13.01 75.32 22:32:01 22:30:01 2 6.89 0.00 5.85 3.45 12.98 70.83 22:32:01 22:30:01 3 4.62 0.00 4.77 1.77 12.99 75.85 22:32:01 22:31:01 all 7.50 0.00 6.36 1.59 21.72 62.82 22:32:01 22:31:01 0 5.60 0.00 7.57 3.13 22.38 61.32 22:32:01 22:31:01 1 6.11 0.00 5.19 0.85 22.24 65.62 22:32:01 22:31:01 2 12.27 0.00 7.19 1.60 21.52 57.42 22:32:01 22:31:01 3 6.14 0.00 5.52 0.81 20.74 66.79 22:32:01 22:32:01 Average: CPU %user %nice %system %iowait %steal %idle 22:32:01 Average: all 2.70 0.00 1.90 0.58 7.39 87.44 22:32:01 Average: 0 1.99 0.00 2.06 0.69 7.87 87.39 22:32:01 Average: 1 2.74 0.00 1.80 0.69 7.34 87.43 22:32:01 Average: 2 3.32 0.00 1.99 0.58 7.10 87.00 22:32:01 Average: 3 2.75 0.00 1.72 0.35 7.26 87.92 22:32:01 22:32:01 22:32:01