Pull request #551 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of beaufrusetta for edgexfoundry/app-functions-sdk-go Loading trusted files from base branch master at 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e rather than f418d3622905802dc28d5b1015573bc2c4a3e104 Obtained Jenkinsfile from 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-7518 in /w/workspace/ndry_app-functions-sdk-go_PR-551 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-551 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit f418d3622905802dc28d5b1015573bc2c4a3e104 Merge succeeded, producing f418d3622905802dc28d5b1015573bc2c4a3e104 Checking out Revision f418d3622905802dc28d5b1015573bc2c4a3e104 (PR-551) > 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 --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/551/head:refs/remotes/origin/PR-551 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f418d3622905802dc28d5b1015573bc2c4a3e104 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f418d3622905802dc28d5b1015573bc2c4a3e104 # timeout=10 Commit message: "fix: http trigger response can set content-type" First time build. Skipping changelog. > git rev-list --no-walk 30972d840830706a28963713d5be14de81fb6daf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:27:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:27:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:27:16 ========================================================= 16:27:16 EdgeX Global Pipelines Version Info 16:27:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:27:18 ------------------- 16:27:18 stable info: 16:27:18 ------------------- 16:27:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:27:18 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 16:27:18 Message: update stable to v1.0.144 16:27:18 ------------------- 16:27:18 experimental info: 16:27:18 ------------------- 16:27:18 Commited By: **** collab-it+edgex@linuxfoundation.org 16:27:18 Commit SHA: 0fb566d11309be12c9baf3de23def7053bac1c97 16:27:18 Message: update experimental to v1.0.146 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:27:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:27:19 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:27:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:27:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:27:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:27:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-551 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-551 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-551 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f418d3622905802dc28d5b1015573bc2c4a3e104 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f418d36 [Pipeline] echo 16:27:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:27:23 + git log --format=format:%s -1 f418d3622905802dc28d5b1015573bc2c4a3e104 [Pipeline] echo 16:27:23 GIT_COMMIT: f418d3622905802dc28d5b1015573bc2c4a3e104, Commit Message: fix: http trigger response can set content-type [Pipeline] echo 16:27:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:27:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:24 16:27:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:27:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:25 latest: Pulling from edgex-devops/git-semver 16:27:25 31603596830f: Pulling fs layer 16:27:25 2a8b12db71e7: Pulling fs layer 16:27:25 6ca5941a6612: Pulling fs layer 16:27:25 ecc8261a40a4: Pulling fs layer 16:27:25 ecc8261a40a4: Waiting 16:27:25 2a8b12db71e7: Verifying Checksum 16:27:25 2a8b12db71e7: Download complete 16:27:25 31603596830f: Verifying Checksum 16:27:25 31603596830f: Download complete 16:27:25 ecc8261a40a4: Verifying Checksum 16:27:25 ecc8261a40a4: Download complete 16:27:25 6ca5941a6612: Verifying Checksum 16:27:25 6ca5941a6612: Download complete 16:27:25 31603596830f: Pull complete 16:27:25 2a8b12db71e7: Pull complete 16:27:26 6ca5941a6612: Pull complete 16:27:26 ecc8261a40a4: Pull complete 16:27:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:27:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:27:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:27:26 prd-centos7-docker-4c-2g-7518 does not seem to be running inside a container 16:27:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-551 -v /w/workspace/ndry_app-functions-sdk-go_PR-551:/w/workspace/ndry_app-functions-sdk-go_PR-551:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-551@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-551@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:27:28 $ docker top e0e6800d537d3f56a03c5712d51f12409e21d3e06a47054ca529b9434d8982ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:27:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:28 [ssh-agent] Looking for ssh-agent implementation... 16:27:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:28 $ docker exec e0e6800d537d3f56a03c5712d51f12409e21d3e06a47054ca529b9434d8982ea ssh-agent 16:27:29 SSH_AUTH_SOCK=/tmp/ssh-dyWQkhG3U38T/agent.11 16:27:29 SSH_AGENT_PID=17 16:27:29 Running ssh-add (command line suppressed) 16:27:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-551@tmp/private_key_5750484103599313381.key (/w/workspace/ndry_app-functions-sdk-go_PR-551@tmp/private_key_5750484103599313381.key) 16:27:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:29 + git tag --points-at HEAD [Pipeline] } 16:27:29 $ docker exec --env ******** --env ******** e0e6800d537d3f56a03c5712d51f12409e21d3e06a47054ca529b9434d8982ea ssh-agent -k 16:27:29 unset SSH_AUTH_SOCK; 16:27:29 unset SSH_AGENT_PID; 16:27:29 echo Agent pid 17 killed; 16:27:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:27:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:27:29 [ssh-agent] Looking for ssh-agent implementation... 16:27:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:27:30 $ docker exec e0e6800d537d3f56a03c5712d51f12409e21d3e06a47054ca529b9434d8982ea ssh-agent 16:27:30 SSH_AUTH_SOCK=/tmp/ssh-blGiUiU0kLVq/agent.46 16:27:30 SSH_AGENT_PID=52 16:27:30 Running ssh-add (command line suppressed) 16:27:30 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-551@tmp/private_key_5739358677414043080.key (/w/workspace/ndry_app-functions-sdk-go_PR-551@tmp/private_key_5739358677414043080.key) 16:27:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:27:30 + git semver init 16:27:30 # -> Open(): unable to determine branch for HEAD 16:27:30 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-551/.git 16:27:30 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-551 16:27:30 # $SEMVER_REMOTE_NAME = origin 16:27:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:27:30 # $SEMVER_USER_NAME = edgex-jenkins 16:27:30 # $SEMVER_BRANCH = PR-551 16:27:30 # $SEMVER_TEMP = /tmp/semver-764056431 16:27:30 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:27:33 # '/tmp/semver-764056431' -> '/w/workspace/ndry_app-functions-sdk-go_PR-551/.semver' 16:27:33 # -> Force: false 16:27:33 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-551/.semver [Pipeline] } 16:27:33 $ docker exec --env ******** --env ******** e0e6800d537d3f56a03c5712d51f12409e21d3e06a47054ca529b9434d8982ea ssh-agent -k 16:27:33 unset SSH_AUTH_SOCK; 16:27:33 unset SSH_AGENT_PID; 16:27:33 echo Agent pid 52 killed; 16:27:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:27:34 + git semver [Pipeline] } 16:27:34 $ docker stop --time=1 e0e6800d537d3f56a03c5712d51f12409e21d3e06a47054ca529b9434d8982ea 16:27:35 $ docker rm -f e0e6800d537d3f56a03c5712d51f12409e21d3e06a47054ca529b9434d8982ea [Pipeline] // withDockerContainer [Pipeline] sh 16:27:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:27:36 Stashed 1 file(s) [Pipeline] echo 16:27:36 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:27:52 Still waiting to schedule task 16:27:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:27:52 Still waiting to schedule task 16:27:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:29:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7519 in /w/workspace/ndry_app-functions-sdk-go_PR-551 [Pipeline] { [Pipeline] ws 16:29:41 Running in /w/workspace/app-functions-sdk-go/10 [Pipeline] { [Pipeline] checkout 16:29:46 using credential edgex-jenkins-ssh 16:29:46 Cloning the remote Git repository 16:29:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:29:46 > git init /w/workspace/app-functions-sdk-go/10 # timeout=10 16:29:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:29:46 > git --version # timeout=10 16:29:46 > git --version # 'git version 2.17.1' 16:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:29:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:29:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:29:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:29:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:29:49 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:29:49 using GIT_SSH to set credentials SSH Credentials for GitHub 16:29:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/551/head:refs/remotes/origin/PR-551 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:29:50 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit f418d3622905802dc28d5b1015573bc2c4a3e104 16:29:50 Merge succeeded, producing f418d3622905802dc28d5b1015573bc2c4a3e104 16:29:50 Checking out Revision f418d3622905802dc28d5b1015573bc2c4a3e104 (PR-551) 16:29:50 > git config core.sparsecheckout # timeout=10 16:29:50 > git checkout -f f418d3622905802dc28d5b1015573bc2c4a3e104 # timeout=10 16:29:50 > git remote # timeout=10 16:29:50 > git config --get remote.origin.url # timeout=10 16:29:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:29:50 > git merge 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 16:29:50 > git rev-parse HEAD^{commit} # timeout=10 16:29:50 > git config core.sparsecheckout # timeout=10 16:29:50 > git checkout -f f418d3622905802dc28d5b1015573bc2c4a3e104 # timeout=10 16:29:54 Commit message: "fix: http trigger response can set content-type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:29:56 ========================================================= 16:29:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:29:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:29:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:29:58 Sending build context to Docker daemon 19.17MB 16:29:58 Step 1/8 : ARG BASE=golang:1.15-alpine 16:29:58 Step 2/8 : FROM ${BASE} 16:29:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:29:58 b538f80385f9: Pulling fs layer 16:29:58 74f711af9a0d: Pulling fs layer 16:29:58 99f96fe45779: Pulling fs layer 16:29:58 8529a6b9a6be: Pulling fs layer 16:29:58 45590311c82a: Pulling fs layer 16:29:58 69ca0ff8b7b3: Pulling fs layer 16:29:58 209524e5b208: Pulling fs layer 16:29:58 8529a6b9a6be: Waiting 16:29:58 45590311c82a: Waiting 16:29:58 69ca0ff8b7b3: Waiting 16:29:58 209524e5b208: Waiting 16:29:58 99f96fe45779: Verifying Checksum 16:29:58 99f96fe45779: Download complete 16:29:58 74f711af9a0d: Verifying Checksum 16:29:58 74f711af9a0d: Download complete 16:29:58 69ca0ff8b7b3: Verifying Checksum 16:29:58 69ca0ff8b7b3: Download complete 16:29:58 b538f80385f9: Verifying Checksum 16:29:58 b538f80385f9: Download complete 16:29:59 b538f80385f9: Pull complete 16:29:59 74f711af9a0d: Pull complete 16:30:00 99f96fe45779: Pull complete 16:30:01 209524e5b208: Verifying Checksum 16:30:01 209524e5b208: Download complete 16:30:03 8529a6b9a6be: Verifying Checksum 16:30:03 8529a6b9a6be: Download complete 16:30:13 8529a6b9a6be: Pull complete 16:30:13 45590311c82a: Pull complete 16:30:13 69ca0ff8b7b3: Pull complete 16:30:16 209524e5b208: Pull complete 16:30:16 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:30:16 ---> 5bddaf1c2fca 16:30:16 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:30:17 latest: Pulling from library/docker 16:30:17 b538f80385f9: Already exists 16:30:17 259a493cd78d: Pulling fs layer 16:30:17 b8e66b5100f5: Pulling fs layer 16:30:17 203964748c9f: Pulling fs layer 16:30:17 d6fc4445224b: Pulling fs layer 16:30:17 5ea39d09386c: Pulling fs layer 16:30:17 78a785fe32a7: Pulling fs layer 16:30:17 d6fc4445224b: Waiting 16:30:17 5ea39d09386c: Waiting 16:30:17 78a785fe32a7: Waiting 16:30:17 b8e66b5100f5: Verifying Checksum 16:30:17 b8e66b5100f5: Download complete 16:30:17 d6fc4445224b: Verifying Checksum 16:30:17 d6fc4445224b: Download complete 16:30:17 259a493cd78d: Verifying Checksum 16:30:17 259a493cd78d: Download complete 16:30:17 5ea39d09386c: Verifying Checksum 16:30:17 5ea39d09386c: Download complete 16:30:17 78a785fe32a7: Verifying Checksum 16:30:17 78a785fe32a7: Download complete 16:30:18 259a493cd78d: Pull complete 16:30:18 b8e66b5100f5: Pull complete 16:30:18 203964748c9f: Verifying Checksum 16:30:18 203964748c9f: Download complete 16:30:22 203964748c9f: Pull complete 16:30:22 d6fc4445224b: Pull complete 16:30:22 5ea39d09386c: Pull complete 16:30:22 78a785fe32a7: Pull complete 16:30:22 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 16:30:22 Status: Downloaded newer image for docker:latest 16:30:29 ---> 8c80e6500fee 16:30:29 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:30:29 ---> Running in 41b491031be7 16:30:29 Removing intermediate container 41b491031be7 16:30:29 ---> 2f666474e1ca 16:30:29 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:30:29 ---> Running in 6c0194d61063 16:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:30:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:30:32 (1/5) Installing libsodium (1.0.18-r0) 16:30:32 (2/5) Installing libzmq (4.3.3-r0) 16:30:32 (3/5) Installing pkgconf (1.7.2-r0) 16:30:32 (4/5) Installing libsodium-dev (1.0.18-r0) 16:30:32 (5/5) Installing zeromq-dev (4.3.3-r0) 16:30:32 Executing busybox-1.31.1-r16.trigger 16:30:32 OK: 144 MiB in 44 packages 16:30:34 Removing intermediate container 6c0194d61063 16:30:34 ---> 2786043dc021 16:30:34 Step 6/8 : WORKDIR /build 16:30:34 ---> Running in b89133989c13 16:30:34 Removing intermediate container b89133989c13 16:30:34 ---> 4b837ef944e2 16:30:34 Step 7/8 : COPY go.mod . 16:30:35 ---> aa82b8bc2a89 16:30:35 Step 8/8 : RUN go mod download 16:30:35 ---> Running in 27157ef81fa8 16:31:02 Removing intermediate container 27157ef81fa8 16:31:02 ---> 924138158448 16:31:02 Successfully built 924138158448 16:31:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:31:02 + docker inspect -f . ci-base-image-arm64 16:31:02 . [Pipeline] withDockerContainer 16:31:03 prd-ubuntu18.04-docker-arm64-4c-16g-7519 does not seem to be running inside a container 16:31:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/10 -v /w/workspace/app-functions-sdk-go/10:/w/workspace/app-functions-sdk-go/10:rw,z -v /w/workspace/app-functions-sdk-go/10@tmp:/w/workspace/app-functions-sdk-go/10@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:31:05 $ docker top f12d60649e1b45203609adcf066986219b4cb682cea8ffaf2fd66010c30667d8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:31:06 + go version 16:31:06 go version go1.15.2 linux/arm64 [Pipeline] } 16:31:06 $ docker stop --time=1 f12d60649e1b45203609adcf066986219b4cb682cea8ffaf2fd66010c30667d8 16:31:09 $ docker rm -f f12d60649e1b45203609adcf066986219b4cb682cea8ffaf2fd66010c30667d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:31:11 + docker inspect -f . ci-base-image-arm64 16:31:11 . [Pipeline] withDockerContainer 16:31:12 prd-ubuntu18.04-docker-arm64-4c-16g-7519 does not seem to be running inside a container 16:31:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/10 -v /w/workspace/app-functions-sdk-go/10:/w/workspace/app-functions-sdk-go/10:rw,z -v /w/workspace/app-functions-sdk-go/10@tmp:/w/workspace/app-functions-sdk-go/10@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:31:14 $ docker top 6bb7d69d1ca20a3f3b917fb15c6d671cbc08b7611c55a28d65201509a19df59e -eo pid,comm [Pipeline] { [Pipeline] sh 16:31:15 + make test 16:31:15 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:31:17 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:31:39 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.081s coverage: 86.2% of statements 16:32:18 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.057s coverage: 52.0% of statements 16:32:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:32:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:32:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.068s coverage: 54.7% of statements 16:32:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:32:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.051s coverage: 69.1% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.448s coverage: 61.6% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.012s coverage: 89.5% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.028s coverage: 100.0% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.029s coverage: 8.8% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.939s coverage: 75.0% of statements 16:32:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.040s coverage: 89.7% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.036s coverage: 80.5% of statements 16:32:29 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.026s coverage: 71.7% of statements 16:32:56 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.059s coverage: 70.8% of statements 16:32:56 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.011s coverage: 94.4% of statements 16:32:56 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:33:06 gofmt -l . 16:33:06 [ "`gofmt -l .`" = "" ] 16:33:07 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:33:08 Stashed 1 file(s) [Pipeline] } 16:33:08 $ docker stop --time=1 6bb7d69d1ca20a3f3b917fb15c6d671cbc08b7611c55a28d65201509a19df59e 16:33:10 $ docker rm -f 6bb7d69d1ca20a3f3b917fb15c6d671cbc08b7611c55a28d65201509a19df59e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:36:38 Running on prd-centos7-docker-4c-2g-7521 in /w/workspace/ndry_app-functions-sdk-go_PR-551 [Pipeline] { [Pipeline] ws 16:36:39 Running in /w/workspace/app-functions-sdk-go/10 [Pipeline] { [Pipeline] checkout 16:36:41 using credential edgex-jenkins-ssh 16:36:41 Cloning the remote Git repository 16:36:41 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:36:41 > git init /w/workspace/app-functions-sdk-go/10 # timeout=10 16:36:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:36:42 > git --version # timeout=10 16:36:42 > git --version # 'git version 2.16.5' 16:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:47 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit f418d3622905802dc28d5b1015573bc2c4a3e104 16:36:47 Merge succeeded, producing f418d3622905802dc28d5b1015573bc2c4a3e104 16:36:47 Checking out Revision f418d3622905802dc28d5b1015573bc2c4a3e104 (PR-551) 16:36:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:36:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:36:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:36:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/551/head:refs/remotes/origin/PR-551 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:47 > git config core.sparsecheckout # timeout=10 16:36:47 > git checkout -f f418d3622905802dc28d5b1015573bc2c4a3e104 # timeout=10 16:36:47 > git remote # timeout=10 16:36:47 > git config --get remote.origin.url # timeout=10 16:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:47 > git merge 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 16:36:47 > git rev-parse HEAD^{commit} # timeout=10 16:36:47 > git config core.sparsecheckout # timeout=10 16:36:47 > git checkout -f f418d3622905802dc28d5b1015573bc2c4a3e104 # timeout=10 16:36:51 Commit message: "fix: http trigger response can set content-type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:36:52 ========================================================= 16:36:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:36:52 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:36:53 Sending build context to Docker daemon 19.17MB 16:36:53 Step 1/8 : ARG BASE=golang:1.15-alpine 16:36:53 Step 2/8 : FROM ${BASE} 16:36:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:36:53 df20fa9351a1: Pulling fs layer 16:36:53 ed8968b2872e: Pulling fs layer 16:36:53 a92cc7c5fd73: Pulling fs layer 16:36:53 e871e8e8d7a9: Pulling fs layer 16:36:53 e73272ec9a57: Pulling fs layer 16:36:53 1e910a182e73: Pulling fs layer 16:36:53 4e634b169226: Pulling fs layer 16:36:53 e73272ec9a57: Waiting 16:36:53 1e910a182e73: Waiting 16:36:53 4e634b169226: Waiting 16:36:53 e871e8e8d7a9: Waiting 16:36:53 a92cc7c5fd73: Verifying Checksum 16:36:53 a92cc7c5fd73: Download complete 16:36:53 ed8968b2872e: Download complete 16:36:53 e73272ec9a57: Download complete 16:36:53 1e910a182e73: Verifying Checksum 16:36:53 1e910a182e73: Download complete 16:36:53 df20fa9351a1: Verifying Checksum 16:36:53 df20fa9351a1: Download complete 16:36:53 df20fa9351a1: Pull complete 16:36:54 ed8968b2872e: Pull complete 16:36:54 a92cc7c5fd73: Pull complete 16:36:56 4e634b169226: Verifying Checksum 16:36:56 4e634b169226: Download complete 16:36:56 e871e8e8d7a9: Verifying Checksum 16:36:56 e871e8e8d7a9: Download complete 16:37:03 e871e8e8d7a9: Pull complete 16:37:03 e73272ec9a57: Pull complete 16:37:03 1e910a182e73: Pull complete 16:37:08 4e634b169226: Pull complete 16:37:08 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:37:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:37:08 ---> f7629b54cfaa 16:37:08 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:37:08 latest: Pulling from library/docker 16:37:08 df20fa9351a1: Already exists 16:37:08 25ad7478873d: Pulling fs layer 16:37:08 4684f6177b5d: Pulling fs layer 16:37:08 206f78d23536: Pulling fs layer 16:37:08 cee0542293f3: Pulling fs layer 16:37:08 d951dd9fd09f: Pulling fs layer 16:37:08 dce9c88c04bd: Pulling fs layer 16:37:08 cee0542293f3: Waiting 16:37:08 d951dd9fd09f: Waiting 16:37:08 dce9c88c04bd: Waiting 16:37:09 4684f6177b5d: Download complete 16:37:09 25ad7478873d: Verifying Checksum 16:37:09 25ad7478873d: Download complete 16:37:09 cee0542293f3: Verifying Checksum 16:37:09 cee0542293f3: Download complete 16:37:09 d951dd9fd09f: Verifying Checksum 16:37:09 d951dd9fd09f: Download complete 16:37:09 dce9c88c04bd: Verifying Checksum 16:37:09 dce9c88c04bd: Download complete 16:37:09 25ad7478873d: Pull complete 16:37:10 4684f6177b5d: Pull complete 16:37:10 206f78d23536: Verifying Checksum 16:37:10 206f78d23536: Download complete 16:37:12 206f78d23536: Pull complete 16:37:12 cee0542293f3: Pull complete 16:37:12 d951dd9fd09f: Pull complete 16:37:12 dce9c88c04bd: Pull complete 16:37:12 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 16:37:12 Status: Downloaded newer image for docker:latest 16:37:14 ---> 36ca601d9f13 16:37:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:37:14 ---> Running in 090183b0862c 16:37:14 Removing intermediate container 090183b0862c 16:37:14 ---> 40d70e0debb5 16:37:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:37:14 ---> Running in e2c0f89c9edc 16:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:16 (1/5) Installing libsodium (1.0.18-r0) 16:37:16 (2/5) Installing libzmq (4.3.3-r0) 16:37:16 (3/5) Installing pkgconf (1.7.2-r0) 16:37:16 (4/5) Installing libsodium-dev (1.0.18-r0) 16:37:16 (5/5) Installing zeromq-dev (4.3.3-r0) 16:37:17 Executing busybox-1.31.1-r16.trigger 16:37:17 OK: 167 MiB in 44 packages 16:37:17 Removing intermediate container e2c0f89c9edc 16:37:17 ---> 566a81ae7b22 16:37:17 Step 6/8 : WORKDIR /build 16:37:17 ---> Running in 60e7ad521bed 16:37:17 Removing intermediate container 60e7ad521bed 16:37:17 ---> f1314f23205d 16:37:17 Step 7/8 : COPY go.mod . 16:37:18 ---> 74f57d5f9bff 16:37:18 Step 8/8 : RUN go mod download 16:37:18 ---> Running in c928b07fef11 16:37:44 Removing intermediate container c928b07fef11 16:37:44 ---> ad569134b50d 16:37:44 Successfully built ad569134b50d 16:37:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:37:45 + docker inspect -f . ci-base-image-x86_64 16:37:45 . [Pipeline] withDockerContainer 16:37:45 prd-centos7-docker-4c-2g-7521 does not seem to be running inside a container 16:37:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/10 -v /w/workspace/app-functions-sdk-go/10:/w/workspace/app-functions-sdk-go/10:rw,z -v /w/workspace/app-functions-sdk-go/10@tmp:/w/workspace/app-functions-sdk-go/10@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:37:46 $ docker top 83f3d4c46c2582ad331974a3aca0892b1b1f8fe5c2ef5624fb9b45f197e204b6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:46 + go version 16:37:46 go version go1.15.2 linux/amd64 [Pipeline] } 16:37:47 $ docker stop --time=1 83f3d4c46c2582ad331974a3aca0892b1b1f8fe5c2ef5624fb9b45f197e204b6 16:37:48 $ docker rm -f 83f3d4c46c2582ad331974a3aca0892b1b1f8fe5c2ef5624fb9b45f197e204b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:37:49 + docker inspect -f . ci-base-image-x86_64 16:37:49 . [Pipeline] withDockerContainer 16:37:49 prd-centos7-docker-4c-2g-7521 does not seem to be running inside a container 16:37:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/10 -v /w/workspace/app-functions-sdk-go/10:/w/workspace/app-functions-sdk-go/10:rw,z -v /w/workspace/app-functions-sdk-go/10@tmp:/w/workspace/app-functions-sdk-go/10@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:37:50 $ docker top e0d4044e7a2d2e70ec29d68b5cdd14a3fbbb094bcdbd213dd94a8b369ae279d6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:50 + make test 16:37:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:37:52 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:37:59 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.020s coverage: 86.2% of statements 16:38:17 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.056s coverage: 52.0% of statements 16:38:17 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:38:17 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:38:17 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.028s coverage: 54.7% of statements 16:38:17 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:38:17 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.021s coverage: 69.1% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.423s coverage: 61.6% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.013s coverage: 100.0% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.006s coverage: 100.0% of statements 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.006s coverage: 97.7% of statements 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.921s coverage: 75.0% of statements 16:38:30 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.018s coverage: 89.7% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.014s coverage: 88.9% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.013s coverage: 80.5% of statements 16:38:30 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements 16:38:48 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.032s coverage: 70.8% of statements 16:38:48 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.007s coverage: 94.4% of statements 16:38:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:38:50 gofmt -l . 16:38:50 [ "`gofmt -l .`" = "" ] 16:38:50 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:38:51 Warning: overwriting stash ‘coverage-report’ 16:38:51 Stashed 1 file(s) [Pipeline] } 16:38:51 $ docker stop --time=1 e0d4044e7a2d2e70ec29d68b5cdd14a3fbbb094bcdbd213dd94a8b369ae279d6 16:38:53 $ docker rm -f e0d4044e7a2d2e70ec29d68b5cdd14a3fbbb094bcdbd213dd94a8b369ae279d6 [Pipeline] // withDockerContainer [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 16:38:56 provisioning config files... 16:38:56 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-551@tmp/config7294128711704726331tmp [Pipeline] { [Pipeline] sh 16:38:57 + set +x 16:38:57 + curl -s https://codecov.io/bash 16:38:57 + bash -s -- 16:38:57 16:38:57 _____ _ 16:38:57 / ____| | | 16:38:57 | | ___ __| | ___ ___ _____ __ 16:38:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:38:57 | |___| (_) | (_| | __/ (_| (_) \ V / 16:38:57 \_____\___/ \__,_|\___|\___\___/ \_/ 16:38:57 Bash-20201009-048fee3 16:38:57 16:38:57 16:38:57 ==> Jenkins CI detected. 16:38:57 project root: . 16:38:57 --> token set from env 16:38:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:38:57 ==> Running gcov in . (disable via -X gcov) 16:38:57 ==> Python coveragepy not found 16:38:57 ==> Searching for coverage reports in: 16:38:57 + . 16:38:57 -> Found 1 reports 16:38:57 ==> Detecting git/mercurial file structure 16:38:57 ==> Reading reports 16:38:57 + ./coverage.out bytes=90548 16:38:57 ==> Appending adjustments 16:38:57 https://docs.codecov.io/docs/fixing-reports 16:38:57 + Found adjustments 16:38:57 ==> Gzipping contents 16:38:57 ==> Uploading reports 16:38:57 url: https://codecov.io 16:38:57 query: branch=PR-551&commit=f418d3622905802dc28d5b1015573bc2c4a3e104&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-551%2F10%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=551&job=&cmd_args= 16:38:57 -> Pinging Codecov 16:38:57 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-551&commit=f418d3622905802dc28d5b1015573bc2c4a3e104&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-551%2F10%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=551&job=&cmd_args= 16:38:57 -> Uploading to 16:38:57 16:38:57 % Total % Received % Xferd Average Speed Time Time Time Current 16:38:57 Dload Upload Total Spent Left Speed 16:38:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 16:38:57 X> Failed to upload 16:38:57 ==> Uploading to Codecov 16:38:57 % Total % Received % Xferd Average Speed Time Time Time Current 16:38:57 Dload Upload Total Spent Left Speed 16:38:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16189 100 117 100 16072 130 17977 --:--:-- --:--:-- --:--:-- 17977 16:38:59 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/f418d3622905802dc28d5b1015573bc2c4a3e104 [Pipeline] } 16:38:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:39:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:39:03 ---> package-listing.sh 16:39:03 ++ facter osfamily 16:39:03 ++ tr '[:upper:]' '[:lower:]' 16:39:03 + OS_FAMILY=redhat 16:39:03 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-551 16:39:03 + START_PACKAGES=/tmp/packages_start.txt 16:39:03 + END_PACKAGES=/tmp/packages_end.txt 16:39:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:39:03 + PACKAGES=/tmp/packages_start.txt 16:39:03 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-551 ']' 16:39:03 + PACKAGES=/tmp/packages_end.txt 16:39:03 + case "${OS_FAMILY}" in 16:39:03 + rpm -qa 16:39:03 + sort 16:39:07 + '[' -f /tmp/packages_start.txt ']' 16:39:07 + '[' -f /tmp/packages_end.txt ']' 16:39:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:39:07 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-551 ']' 16:39:07 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-551/archives/ 16:39:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-551/archives/ [Pipeline] echo 16:39:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-551/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:39:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:39:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:08 16:39:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:39:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:08 alpine: Pulling from edgex-lftools-log-publisher 16:39:08 df20fa9351a1: Pulling fs layer 16:39:08 36b3adc4ff6f: Pulling fs layer 16:39:08 8ad3a11d3b57: Pulling fs layer 16:39:08 46f8f816bc3b: Pulling fs layer 16:39:08 93b61091891f: Pulling fs layer 16:39:08 93b9cdb0e59b: Pulling fs layer 16:39:08 5e14af77c1be: Pulling fs layer 16:39:08 01666e4c0597: Pulling fs layer 16:39:08 aa168da1d23b: Pulling fs layer 16:39:08 93b9cdb0e59b: Waiting 16:39:08 5e14af77c1be: Waiting 16:39:08 01666e4c0597: Waiting 16:39:08 aa168da1d23b: Waiting 16:39:08 46f8f816bc3b: Waiting 16:39:08 93b61091891f: Waiting 16:39:08 36b3adc4ff6f: Verifying Checksum 16:39:08 36b3adc4ff6f: Download complete 16:39:08 46f8f816bc3b: Download complete 16:39:08 df20fa9351a1: Verifying Checksum 16:39:08 df20fa9351a1: Download complete 16:39:08 93b9cdb0e59b: Verifying Checksum 16:39:08 93b9cdb0e59b: Download complete 16:39:08 5e14af77c1be: Verifying Checksum 16:39:08 5e14af77c1be: Download complete 16:39:08 93b61091891f: Verifying Checksum 16:39:08 93b61091891f: Download complete 16:39:08 01666e4c0597: Verifying Checksum 16:39:08 01666e4c0597: Download complete 16:39:09 8ad3a11d3b57: Verifying Checksum 16:39:09 8ad3a11d3b57: Download complete 16:39:09 df20fa9351a1: Pull complete 16:39:09 36b3adc4ff6f: Pull complete 16:39:10 8ad3a11d3b57: Pull complete 16:39:10 46f8f816bc3b: Pull complete 16:39:10 93b61091891f: Pull complete 16:39:11 93b9cdb0e59b: Pull complete 16:39:11 5e14af77c1be: Pull complete 16:39:11 aa168da1d23b: Verifying Checksum 16:39:11 aa168da1d23b: Download complete 16:39:11 01666e4c0597: Pull complete 16:39:17 aa168da1d23b: Pull complete 16:39:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:39:18 prd-centos7-docker-4c-2g-7518 does not seem to be running inside a container 16:39:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-551/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-551 -v /w/workspace/ndry_app-functions-sdk-go_PR-551:/w/workspace/ndry_app-functions-sdk-go_PR-551:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-551@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-551@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:39:21 $ docker top 49afc6b9cb6d603bf182cdb0a1a139e67cb3bea0309d8235b7a2b0e04b6f519f -eo pid,comm [Pipeline] { [Pipeline] sh 16:39:22 + touch /tmp/pre-build-complete [Pipeline] sh 16:39:22 + mkdir -p /var/log/sa [Pipeline] sh 16:39:22 + ls /var/log/sa-host 16:39:22 + sadf -c /var/log/sa-host/sa05 16:39:22 file_magic: OK 16:39:22 HZ: Using current value: 100 16:39:22 file_header: OK 16:39:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:39:22 Statistics: 16:39:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:39:22 File successfully converted to sysstat format version 12.2.1 16:39:22 + sadf -c /var/log/sa-host/sa21 16:39:22 file_magic: OK 16:39:22 HZ: Using current value: 100 16:39:22 file_header: OK 16:39:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:39:22 Statistics: 16:39:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:39:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:39:23 provisioning config files... 16:39:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-551@tmp/config3248872425173052563tmp [Pipeline] { [Pipeline] echo 16:39:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:39:24 ---> create-netrc.sh [Pipeline] } 16:39:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:39:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:39:24 ---> python-tools-install.sh [Pipeline] echo 16:39:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:39:24 ---> sudo-logs.sh 16:39:24 Archiving 'sudo' log.. [Pipeline] echo 16:39:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:39:25 ---> job-cost.sh 16:39:25 lf-activate-venv: SKIPPING 16:39:25 INFO: No Stack... 16:39:26 INFO: Retrieving Pricing Info for: v1-standard-2 16:39:27 INFO: Archiving Costs [Pipeline] echo 16:39:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:39:27 ---> logs-deploy.sh 16:39:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-551/10 16:39:27 INFO: archiving workspace using pattern(s): 16:39:28 Archives upload complete. 16:39:29 INFO: archiving logs to Nexus 16:39:30 ---> uname -a: 16:39:30 Linux prd-centos7-docker-4c-2g-7518.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:39:30 16:39:30 16:39:30 ---> lscpu: 16:39:30 Architecture: x86_64 16:39:30 CPU op-mode(s): 32-bit, 64-bit 16:39:30 Byte Order: Little Endian 16:39:30 Address sizes: 40 bits physical, 48 bits virtual 16:39:30 CPU(s): 4 16:39:30 On-line CPU(s) list: 0-3 16:39:30 Thread(s) per core: 1 16:39:30 Core(s) per socket: 1 16:39:30 Socket(s): 4 16:39:30 NUMA node(s): 1 16:39:30 Vendor ID: GenuineIntel 16:39:30 CPU family: 6 16:39:30 Model: 44 16:39:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:39:30 Stepping: 1 16:39:30 CPU MHz: 2933.442 16:39:30 BogoMIPS: 5866.88 16:39:30 Virtualization: VT-x 16:39:30 Hypervisor vendor: KVM 16:39:30 Virtualization type: full 16:39:30 L1d cache: 128 KiB 16:39:30 L1i cache: 128 KiB 16:39:30 L2 cache: 16 MiB 16:39:30 L3 cache: 64 MiB 16:39:30 NUMA node0 CPU(s): 0-3 16:39:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:39:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:39:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:39:30 Vulnerability Meltdown: Mitigation; PTI 16:39:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:39:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:39:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:39:30 Vulnerability Tsx async abort: Not affected 16:39:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:39:30 16:39:30 16:39:30 ---> nproc: 16:39:30 4 16:39:30 16:39:30 16:39:30 ---> df -h: 16:39:30 Filesystem Size Used Available Use% Mounted on 16:39:30 overlay 50.0G 7.2G 42.8G 14% / 16:39:30 tmpfs 64.0M 0 64.0M 0% /dev 16:39:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:39:30 shm 64.0M 0 64.0M 0% /dev/shm 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-551@tmp 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 16:39:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-551 16:39:30 16:39:30 16:39:30 ---> free -m: 16:39:30 total used free shared buff/cache available 16:39:30 Mem: 1837 694 122 0 1020 1040 16:39:30 Swap: 1023 1 1022 16:39:30 16:39:30 16:39:30 ---> ip addr: 16:39:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:39:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:39:30 inet 127.0.0.1/8 scope host lo 16:39:30 valid_lft forever preferred_lft forever 16:39:30 inet6 ::1/128 scope host 16:39:30 valid_lft forever preferred_lft forever 16:39:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:39:30 link/ether fa:16:3e:bf:ff:c7 brd ff:ff:ff:ff:ff:ff 16:39:30 inet 10.30.122.124/23 brd 10.30.123.255 scope global dynamic eth0 16:39:30 valid_lft 85633sec preferred_lft 85633sec 16:39:30 inet6 fe80::f816:3eff:febf:ffc7/64 scope link 16:39:30 valid_lft forever preferred_lft forever 16:39:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:39:30 link/ether 02:42:df:62:d0:54 brd ff:ff:ff:ff:ff:ff 16:39:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:39:30 valid_lft forever preferred_lft forever 16:39:30 inet6 fe80::42:dfff:fe62:d054/64 scope link 16:39:30 valid_lft forever preferred_lft forever 16:39:30 16:39:30 16:39:30 ---> sar -b -r -n DEV: 16:39:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 16:39:30 16:39:30 16:26:24 LINUX RESTART (4 CPU) 16:39:30 16:39:30 16:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:39:30 16:28:01 69.51 18.46 51.05 0.00 5286.71 6736.90 0.00 16:39:30 16:29:01 2.13 0.00 2.13 0.00 0.00 47.89 0.00 16:39:30 16:30:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 16:39:30 16:31:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 16:39:30 16:32:01 0.22 0.00 0.22 0.00 0.00 3.68 0.00 16:39:30 16:33:01 0.38 0.00 0.38 0.00 0.00 5.31 0.00 16:39:30 16:34:01 0.30 0.02 0.28 0.00 0.13 3.46 0.00 16:39:30 16:35:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 16:39:30 16:36:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 16:39:30 16:37:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 16:39:30 16:38:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 16:39:30 16:39:01 0.40 0.10 0.30 0.00 4.66 7.20 0.00 16:39:30 Average: 6.19 1.55 4.65 0.00 441.06 568.38 0.00 16:39:30 16:39:30 16:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:39:30 16:28:01 208960 0 593072 31.52 2620 1076904 1123932 38.36 446064 1067532 132 16:39:30 16:29:01 215172 0 586892 31.19 2620 1076872 1080148 36.86 444356 1063688 20 16:39:30 16:30:01 215184 0 586876 31.19 2620 1076876 1080568 36.88 446864 1062108 16 16:39:30 16:31:01 214540 0 587520 31.23 2620 1076876 1080472 36.87 447700 1061544 20 16:39:30 16:32:01 214440 0 587612 31.23 2620 1076884 1080472 36.87 457012 1052364 8 16:39:30 16:33:01 213304 0 588744 31.29 2620 1076888 1080556 36.88 466120 1044036 8 16:39:30 16:34:01 214084 0 587952 31.25 2620 1076900 1080472 36.87 471716 1037892 8 16:39:30 16:35:01 214288 0 587744 31.24 2620 1076904 1080472 36.87 461052 1048700 8 16:39:30 16:36:01 214084 0 587940 31.25 2620 1076912 1080472 36.87 461060 1048700 12 16:39:30 16:37:01 213084 0 588936 31.30 2620 1076916 1080700 36.88 459300 1051676 20 16:39:30 16:38:01 211088 0 590932 31.41 2620 1076916 1080568 36.88 463996 1049008 12 16:39:30 16:39:01 202108 0 599656 31.87 2620 1077172 1080992 36.89 466140 1048916 40 16:39:30 Average: 212528 0 589490 31.33 2620 1076918 1084152 37.00 457615 1053014 25 16:39:30 16:39:30 16:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:39:30 16:28:01 eth0 596.90 475.39 1624.59 111.88 0.00 0.00 0.00 0.00 16:39:30 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:28:01 docker0 104.20 83.67 8.99 304.08 0.00 0.00 0.00 0.00 16:39:30 16:29:01 eth0 0.77 0.10 0.06 0.02 0.00 0.00 0.00 0.00 16:39:30 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:30:01 eth0 1.63 1.22 1.23 0.23 0.00 0.00 0.00 0.00 16:39:30 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:31:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 16:39:30 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:39:30 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:33:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 16:39:30 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:39:30 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:39:30 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:36:01 eth0 0.33 0.08 0.03 0.01 0.00 0.00 0.00 0.00 16:39:30 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:37:01 eth0 0.65 0.40 0.31 0.21 0.00 0.00 0.00 0.00 16:39:30 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:38:01 eth0 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 16:39:30 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:39:01 eth0 5.30 3.53 5.01 2.04 0.00 0.00 0.00 0.00 16:39:30 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 Average: eth0 50.56 40.14 135.99 9.55 0.00 0.00 0.00 0.00 16:39:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:30 Average: docker0 8.69 6.97 0.75 25.35 0.00 0.00 0.00 0.00 16:39:30 16:39:30 16:39:30 ---> sar -P ALL: 16:39:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 16:39:30 16:39:30 16:26:24 LINUX RESTART (4 CPU) 16:39:30 16:39:30 16:27:01 CPU %user %nice %system %iowait %steal %idle 16:39:30 16:28:01 all 11.16 0.00 3.17 2.12 0.03 83.52 16:39:30 16:28:01 0 9.32 0.00 3.94 1.11 0.03 85.59 16:39:30 16:28:01 1 11.51 0.00 2.98 3.74 0.02 81.75 16:39:30 16:28:01 2 9.79 0.00 2.66 0.64 0.03 86.88 16:39:30 16:28:01 3 14.01 0.00 3.09 2.99 0.05 79.87 16:39:30 16:29:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:39:30 16:29:01 0 0.50 0.00 0.03 0.00 0.00 99.47 16:39:30 16:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:39:30 16:29:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:39:30 16:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:39:30 16:30:01 all 0.16 0.00 0.03 0.00 0.00 99.82 16:39:30 16:30:01 0 0.50 0.00 0.02 0.00 0.00 99.48 16:39:30 16:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:39:30 16:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:39:30 16:30:01 3 0.07 0.00 0.03 0.00 0.00 99.90 16:39:30 16:31:01 all 0.14 0.00 0.02 0.00 0.00 99.84 16:39:30 16:31:01 0 0.50 0.00 0.02 0.00 0.00 99.48 16:39:30 16:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:39:30 16:31:01 2 0.02 0.00 0.03 0.00 0.02 99.93 16:39:30 16:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:39:30 16:32:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:39:30 16:32:01 0 0.50 0.00 0.02 0.00 0.00 99.48 16:39:30 16:32:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:39:30 16:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:39:30 16:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:39:30 16:33:01 all 0.10 0.00 0.04 0.00 0.00 99.86 16:39:30 16:33:01 0 0.37 0.00 0.05 0.00 0.00 99.58 16:39:30 16:33:01 1 0.03 0.00 0.07 0.00 0.00 99.90 16:39:30 16:33:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:39:30 16:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:39:30 16:34:01 all 0.05 0.00 0.03 0.00 0.00 99.92 16:39:30 16:34:01 0 0.08 0.00 0.02 0.00 0.00 99.90 16:39:30 16:34:01 1 0.07 0.00 0.07 0.00 0.00 99.87 16:39:30 16:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:39:30 16:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:39:30 16:35:01 all 0.14 0.00 0.03 0.00 0.00 99.83 16:39:30 16:35:01 0 0.52 0.00 0.03 0.00 0.00 99.45 16:39:30 16:35:01 1 0.00 0.00 0.03 0.00 0.02 99.95 16:39:30 16:35:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:39:30 16:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:39:30 16:36:01 all 0.15 0.00 0.02 0.00 0.00 99.83 16:39:30 16:36:01 0 0.52 0.00 0.02 0.00 0.00 99.47 16:39:30 16:36:01 1 0.07 0.00 0.02 0.00 0.00 99.92 16:39:30 16:36:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:39:30 16:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:39:30 16:37:01 all 0.15 0.00 0.05 0.00 0.09 99.71 16:39:30 16:37:01 0 0.52 0.00 0.05 0.00 0.10 99.34 16:39:30 16:37:01 1 0.02 0.00 0.05 0.00 0.07 99.87 16:39:30 16:37:01 2 0.03 0.00 0.02 0.00 0.10 99.85 16:39:30 16:37:01 3 0.05 0.00 0.07 0.00 0.08 99.80 16:39:30 16:38:01 all 0.15 0.00 0.03 0.00 0.04 99.78 16:39:30 16:38:01 0 0.48 0.00 0.02 0.00 0.05 99.45 16:39:30 16:38:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:39:30 16:38:01 2 0.03 0.00 0.05 0.00 0.02 99.90 16:39:30 16:38:01 3 0.03 0.00 0.03 0.00 0.07 99.87 16:39:30 16:39:30 16:38:01 CPU %user %nice %system %iowait %steal %idle 16:39:30 16:39:01 all 0.37 0.00 0.25 0.00 0.00 99.37 16:39:30 16:39:01 0 0.60 0.00 0.33 0.00 0.00 99.06 16:39:30 16:39:01 1 0.25 0.00 0.17 0.00 0.02 99.57 16:39:30 16:39:01 2 0.37 0.00 0.25 0.00 0.00 99.38 16:39:30 16:39:01 3 0.27 0.00 0.25 0.00 0.00 99.48 16:39:30 Average: all 1.07 0.00 0.31 0.18 0.01 98.44 16:39:30 Average: 0 1.19 0.00 0.38 0.09 0.02 98.32 16:39:30 Average: 1 1.00 0.00 0.29 0.31 0.01 98.38 16:39:30 Average: 2 0.86 0.00 0.26 0.05 0.01 98.81 16:39:30 Average: 3 1.21 0.00 0.30 0.25 0.02 98.22 16:39:30 16:39:30 16:39:30