Pull request #706 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 lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 978940e6179a19f77c54b9597b245d3320f1d0ef+ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb (9214b61a983ab3c9ee9cdc0cd184fc5d2c897117) 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false 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-27184 in /w/workspace/ndry_app-functions-sdk-go_PR-706 [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-706 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/706/head:refs/remotes/origin/PR-706 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 978940e6179a19f77c54b9597b245d3320f1d0ef Merge succeeded, producing 978940e6179a19f77c54b9597b245d3320f1d0ef Checking out Revision 978940e6179a19f77c54b9597b245d3320f1d0ef (PR-706) > git config core.sparsecheckout # timeout=10 > git checkout -f 978940e6179a19f77c54b9597b245d3320f1d0ef # 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 ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 978940e6179a19f77c54b9597b245d3320f1d0ef # timeout=10 Commit message: "feat: Add secrets capability to Encryption pipeline function" > git rev-list --no-walk 688079afea2f1214112faba9ba02b4f6a104a72e # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:14:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:14:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:14:37 ========================================================= 20:14:37 EdgeX Global Pipelines Version Info 20:14:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:14:39 ------------------- 20:14:39 stable info: 20:14:39 ------------------- 20:14:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:14:39 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:14:39 Message: update stable to v1.0.179 20:14:40 ------------------- 20:14:40 experimental info: 20:14:40 ------------------- 20:14:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:14:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:14:40 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:14:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 20:14:40 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 20:14:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 20:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:14:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-706 [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-706 [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-706 [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 978940e6179a19f77c54b9597b245d3320f1d0ef [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 978940e [Pipeline] echo 20:14:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:14:44 + git log --format=format:%s -1 978940e6179a19f77c54b9597b245d3320f1d0ef [Pipeline] echo 20:14:44 GIT_COMMIT: 978940e6179a19f77c54b9597b245d3320f1d0ef, Commit Message: feat: Add secrets capability to Encryption pipeline function [Pipeline] echo 20:14:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:14:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:14:45 20:14:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:14:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:14:45 latest: Pulling from edgex-devops/git-semver 20:14:45 31603596830f: Pulling fs layer 20:14:45 2a8b12db71e7: Pulling fs layer 20:14:45 6ca5941a6612: Pulling fs layer 20:14:45 ecc8261a40a4: Pulling fs layer 20:14:45 ecc8261a40a4: Waiting 20:14:45 2a8b12db71e7: Download complete 20:14:46 31603596830f: Verifying Checksum 20:14:46 31603596830f: Download complete 20:14:46 ecc8261a40a4: Verifying Checksum 20:14:46 ecc8261a40a4: Download complete 20:14:46 6ca5941a6612: Verifying Checksum 20:14:46 6ca5941a6612: Download complete 20:14:46 31603596830f: Pull complete 20:14:46 2a8b12db71e7: Pull complete 20:14:47 6ca5941a6612: Pull complete 20:14:47 ecc8261a40a4: Pull complete 20:14:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:14:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:14:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:14:47 prd-centos7-docker-4c-2g-27184 does not seem to be running inside a container 20:14:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-706 -v /w/workspace/ndry_app-functions-sdk-go_PR-706:/w/workspace/ndry_app-functions-sdk-go_PR-706:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-706@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-706@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:14:50 $ docker top c8594f5c97be4eddb871a65c29b92f59b05a1ea12ff48a551ecae2915fde5f14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:14:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:14:50 [ssh-agent] Looking for ssh-agent implementation... 20:14:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:14:50 $ docker exec c8594f5c97be4eddb871a65c29b92f59b05a1ea12ff48a551ecae2915fde5f14 ssh-agent 20:14:50 SSH_AUTH_SOCK=/tmp/ssh-79BKAAwvpabS/agent.13 20:14:50 SSH_AGENT_PID=18 20:14:50 Running ssh-add (command line suppressed) 20:14:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-706@tmp/private_key_3520474839368198560.key (/w/workspace/ndry_app-functions-sdk-go_PR-706@tmp/private_key_3520474839368198560.key) 20:14:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:14:51 + git tag --points-at HEAD [Pipeline] } 20:14:51 $ docker exec --env ******** --env ******** c8594f5c97be4eddb871a65c29b92f59b05a1ea12ff48a551ecae2915fde5f14 ssh-agent -k 20:14:51 unset SSH_AUTH_SOCK; 20:14:51 unset SSH_AGENT_PID; 20:14:51 echo Agent pid 18 killed; 20:14:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:14:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:14:51 [ssh-agent] Looking for ssh-agent implementation... 20:14:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:14:51 $ docker exec c8594f5c97be4eddb871a65c29b92f59b05a1ea12ff48a551ecae2915fde5f14 ssh-agent 20:14:51 SSH_AUTH_SOCK=/tmp/ssh-0iSd2w9C3r5e/agent.47 20:14:51 SSH_AGENT_PID=52 20:14:52 Running ssh-add (command line suppressed) 20:14:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-706@tmp/private_key_1241371492134488666.key (/w/workspace/ndry_app-functions-sdk-go_PR-706@tmp/private_key_1241371492134488666.key) 20:14:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:14:52 + git semver init 20:14:52 # -> Open(): unable to determine branch for HEAD 20:14:52 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-706/.git 20:14:52 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-706 20:14:52 # $SEMVER_REMOTE_NAME = origin 20:14:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:14:52 # $SEMVER_USER_NAME = edgex-jenkins 20:14:52 # $SEMVER_BRANCH = PR-706 20:14:52 # $SEMVER_TEMP = /tmp/semver-400966492 20:14:52 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 20:14:55 # '/tmp/semver-400966492' -> '/w/workspace/ndry_app-functions-sdk-go_PR-706/.semver' 20:14:55 # -> Force: false 20:14:55 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-706/.semver [Pipeline] } 20:14:55 $ docker exec --env ******** --env ******** c8594f5c97be4eddb871a65c29b92f59b05a1ea12ff48a551ecae2915fde5f14 ssh-agent -k 20:14:55 unset SSH_AUTH_SOCK; 20:14:55 unset SSH_AGENT_PID; 20:14:55 echo Agent pid 52 killed; 20:14:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:14:55 + git semver [Pipeline] } 20:14:55 $ docker stop --time=1 c8594f5c97be4eddb871a65c29b92f59b05a1ea12ff48a551ecae2915fde5f14 20:14:57 $ docker rm -f c8594f5c97be4eddb871a65c29b92f59b05a1ea12ff48a551ecae2915fde5f14 [Pipeline] // withDockerContainer [Pipeline] sh 20:14:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:14:58 Stashed 1 file(s) [Pipeline] echo 20:14:58 [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 20:15:13 Still waiting to schedule task 20:15:13 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:15:13 Still waiting to schedule task 20:15:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:17:13 Running on prd-centos7-docker-4c-2g-27187 in /w/workspace/ndry_app-functions-sdk-go_PR-706 [Pipeline] { 20:17:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27186 in /w/workspace/ndry_app-functions-sdk-go_PR-706 [Pipeline] { [Pipeline] ws 20:17:13 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] ws 20:17:13 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] checkout 20:17:16 using credential edgex-jenkins-ssh 20:17:16 Cloning the remote Git repository 20:17:16 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:17:16 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 20:17:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:17:16 > git --version # timeout=10 20:17:16 > git --version # 'git version 2.24.3' 20:17:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:17 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:17:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:17:18 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:17:18 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/706/head:refs/remotes/origin/PR-706 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:17:18 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 978940e6179a19f77c54b9597b245d3320f1d0ef 20:17:18 Merge succeeded, producing 978940e6179a19f77c54b9597b245d3320f1d0ef 20:17:18 Checking out Revision 978940e6179a19f77c54b9597b245d3320f1d0ef (PR-706) 20:17:18 using credential edgex-jenkins-ssh 20:17:18 Cloning the remote Git repository 20:17:19 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:17:18 > git config core.sparsecheckout # timeout=10 20:17:18 > git checkout -f 978940e6179a19f77c54b9597b245d3320f1d0ef # timeout=10 20:17:18 > git remote # timeout=10 20:17:18 > git config --get remote.origin.url # timeout=10 20:17:18 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:18 > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 20:17:18 > git rev-parse HEAD^{commit} # timeout=10 20:17:18 > git config core.sparsecheckout # timeout=10 20:17:18 > git checkout -f 978940e6179a19f77c54b9597b245d3320f1d0ef # timeout=10 20:17:19 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 20:17:19 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:17:19 > git --version # timeout=10 20:17:19 > git --version # 'git version 2.17.1' 20:17:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:22 Commit message: "feat: Add secrets capability to Encryption pipeline function" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 20:17:22 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:17:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:22 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:17:22 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:17:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/706/head:refs/remotes/origin/PR-706 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:17:22 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 978940e6179a19f77c54b9597b245d3320f1d0ef [Pipeline] sh 20:17:23 Merge succeeded, producing 978940e6179a19f77c54b9597b245d3320f1d0ef 20:17:23 Checking out Revision 978940e6179a19f77c54b9597b245d3320f1d0ef (PR-706) 20:17:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:17:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:17:24 + sudo service docker restart 20:17:24 + true 20:17:24 Redirecting to /bin/systemctl restart docker.service 20:17:23 > git config core.sparsecheckout # timeout=10 20:17:23 > git checkout -f 978940e6179a19f77c54b9597b245d3320f1d0ef # timeout=10 20:17:23 > git remote # timeout=10 20:17:23 > git config --get remote.origin.url # timeout=10 20:17:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:17:23 > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 20:17:23 > git rev-parse HEAD^{commit} # timeout=10 20:17:23 > git config core.sparsecheckout # timeout=10 20:17:23 > git checkout -f 978940e6179a19f77c54b9597b245d3320f1d0ef # timeout=10 [Pipeline] unstash [Pipeline] echo 20:17:25 ========================================================= 20:17:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:17:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:17:25 + 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 . 20:17:26 Sending build context to Docker daemon 19.24MB 20:17:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:17:26 Step 2/8 : FROM ${BASE} 20:17:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:17:26 188c0c94c7c5: Pulling fs layer 20:17:26 0ef7d3d256c8: Pulling fs layer 20:17:26 de9db76c5a1d: Pulling fs layer 20:17:26 bca2f99d35d6: Pulling fs layer 20:17:26 93359f2a8cfa: Pulling fs layer 20:17:26 7c6f9722023f: Pulling fs layer 20:17:26 a35cf1a2eb13: Pulling fs layer 20:17:26 93359f2a8cfa: Waiting 20:17:26 7c6f9722023f: Waiting 20:17:26 a35cf1a2eb13: Waiting 20:17:26 bca2f99d35d6: Waiting 20:17:26 de9db76c5a1d: Download complete 20:17:26 0ef7d3d256c8: Verifying Checksum 20:17:26 0ef7d3d256c8: Download complete 20:17:26 93359f2a8cfa: Verifying Checksum 20:17:26 93359f2a8cfa: Download complete 20:17:26 7c6f9722023f: Verifying Checksum 20:17:26 7c6f9722023f: Download complete 20:17:26 188c0c94c7c5: Verifying Checksum 20:17:26 188c0c94c7c5: Download complete 20:17:26 188c0c94c7c5: Pull complete 20:17:27 0ef7d3d256c8: Pull complete 20:17:27 de9db76c5a1d: Pull complete 20:17:27 Commit message: "feat: Add secrets capability to Encryption pipeline function" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:17:28 a35cf1a2eb13: Verifying Checksum 20:17:28 a35cf1a2eb13: Download complete 20:17:29 bca2f99d35d6: Verifying Checksum 20:17:29 bca2f99d35d6: Download complete 20:17:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:17:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:17:29 + + sudo service docker restart 20:17:29 true [Pipeline] unstash 20:17:34 bca2f99d35d6: Pull complete 20:17:34 93359f2a8cfa: Pull complete 20:17:34 7c6f9722023f: Pull complete [Pipeline] echo 20:17:34 ========================================================= 20:17:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:17:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:17:35 + 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 . 20:17:36 Sending build context to Docker daemon 19.23MB 20:17:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:17:36 Step 2/8 : FROM ${BASE} 20:17:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:17:36 5f621e34cdf4: Pulling fs layer 20:17:36 a4357932f1b6: Pulling fs layer 20:17:36 18c013af1878: Pulling fs layer 20:17:36 00ac8860ef70: Pulling fs layer 20:17:36 63d7cb157983: Pulling fs layer 20:17:36 b116817d02f9: Pulling fs layer 20:17:36 745a02a5169b: Pulling fs layer 20:17:36 63d7cb157983: Waiting 20:17:36 b116817d02f9: Waiting 20:17:36 745a02a5169b: Waiting 20:17:36 00ac8860ef70: Waiting 20:17:36 18c013af1878: Download complete 20:17:36 a4357932f1b6: Download complete 20:17:36 63d7cb157983: Download complete 20:17:36 b116817d02f9: Verifying Checksum 20:17:36 b116817d02f9: Download complete 20:17:36 5f621e34cdf4: Verifying Checksum 20:17:36 5f621e34cdf4: Download complete 20:17:37 5f621e34cdf4: Pull complete 20:17:38 a4357932f1b6: Pull complete 20:17:38 18c013af1878: Pull complete 20:17:39 745a02a5169b: Verifying Checksum 20:17:39 745a02a5169b: Download complete 20:17:39 00ac8860ef70: Verifying Checksum 20:17:39 00ac8860ef70: Download complete 20:17:41 a35cf1a2eb13: Pull complete 20:17:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:17:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:17:41 ---> a62c8e92a672 20:17:41 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:17:41 20.10.0: Pulling from library/docker 20:17:41 05e7bc50f07f: Pulling fs layer 20:17:41 6db28d0fdbf6: Pulling fs layer 20:17:41 292df0bc6bf3: Pulling fs layer 20:17:41 2e060f4bd70b: Pulling fs layer 20:17:41 80e8d568a223: Pulling fs layer 20:17:41 8dc6ef1a942a: Pulling fs layer 20:17:41 2312dd95470a: Pulling fs layer 20:17:41 8dc6ef1a942a: Waiting 20:17:41 2e060f4bd70b: Waiting 20:17:41 2312dd95470a: Waiting 20:17:41 80e8d568a223: Waiting 20:17:41 292df0bc6bf3: Verifying Checksum 20:17:41 292df0bc6bf3: Download complete 20:17:41 6db28d0fdbf6: Download complete 20:17:41 80e8d568a223: Verifying Checksum 20:17:41 80e8d568a223: Download complete 20:17:41 05e7bc50f07f: Verifying Checksum 20:17:41 05e7bc50f07f: Download complete 20:17:41 8dc6ef1a942a: Verifying Checksum 20:17:41 8dc6ef1a942a: Download complete 20:17:41 2312dd95470a: Verifying Checksum 20:17:41 2312dd95470a: Download complete 20:17:41 05e7bc50f07f: Pull complete 20:17:41 6db28d0fdbf6: Pull complete 20:17:41 292df0bc6bf3: Pull complete 20:17:42 2e060f4bd70b: Verifying Checksum 20:17:42 2e060f4bd70b: Download complete 20:17:44 2e060f4bd70b: Pull complete 20:17:44 80e8d568a223: Pull complete 20:17:45 8dc6ef1a942a: Pull complete 20:17:45 2312dd95470a: Pull complete 20:17:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:17:45 Status: Downloaded newer image for docker:20.10.0 20:17:46 ---> 26a6930cb446 20:17:46 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:17:46 ---> Running in efbeac8106de 20:17:46 Removing intermediate container efbeac8106de 20:17:46 ---> cad0aa33e8cf 20:17:46 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:17:46 ---> Running in 55c79f8bc28a 20:17:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:48 (1/5) Installing libsodium (1.0.18-r0) 20:17:48 (2/5) Installing libzmq (4.3.3-r0) 20:17:48 (3/5) Installing pkgconf (1.7.2-r0) 20:17:48 (4/5) Installing libsodium-dev (1.0.18-r0) 20:17:49 (5/5) Installing zeromq-dev (4.3.3-r0) 20:17:49 Executing busybox-1.31.1-r19.trigger 20:17:49 OK: 167 MiB in 44 packages 20:17:49 Removing intermediate container 55c79f8bc28a 20:17:49 ---> a3c8cb0a49cc 20:17:49 Step 6/8 : WORKDIR /build 20:17:49 ---> Running in b62c5f73bcd7 20:17:49 Removing intermediate container b62c5f73bcd7 20:17:49 ---> 612f9f5f140c 20:17:49 Step 7/8 : COPY go.mod . 20:17:49 00ac8860ef70: Pull complete 20:17:50 ---> 3cb876ffa8d1 20:17:50 Step 8/8 : RUN go mod download 20:17:50 ---> Running in b5671f891b12 20:17:50 63d7cb157983: Pull complete 20:17:50 b116817d02f9: Pull complete 20:17:54 745a02a5169b: Pull complete 20:17:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:17:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:17:54 ---> b7e6874047d6 20:17:54 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:17:54 20.10.0: Pulling from library/docker 20:17:54 a3cc7d3b244e: Pulling fs layer 20:17:54 02a3295e0d61: Pulling fs layer 20:17:54 0f4f2e6d8100: Pulling fs layer 20:17:54 330b718f631f: Pulling fs layer 20:17:54 a93816041522: Pulling fs layer 20:17:54 bdb6da89ff94: Pulling fs layer 20:17:54 2a70c0c122f4: Pulling fs layer 20:17:54 330b718f631f: Waiting 20:17:54 a93816041522: Waiting 20:17:54 bdb6da89ff94: Waiting 20:17:54 2a70c0c122f4: Waiting 20:17:54 0f4f2e6d8100: Download complete 20:17:54 02a3295e0d61: Verifying Checksum 20:17:54 02a3295e0d61: Download complete 20:17:54 a3cc7d3b244e: Download complete 20:17:54 a93816041522: Verifying Checksum 20:17:54 a93816041522: Download complete 20:17:54 bdb6da89ff94: Verifying Checksum 20:17:54 bdb6da89ff94: Download complete 20:17:54 2a70c0c122f4: Verifying Checksum 20:17:54 2a70c0c122f4: Download complete 20:17:55 a3cc7d3b244e: Pull complete 20:17:56 02a3295e0d61: Pull complete 20:17:56 0f4f2e6d8100: Pull complete 20:17:56 330b718f631f: Verifying Checksum 20:17:56 330b718f631f: Download complete 20:18:00 330b718f631f: Pull complete 20:18:00 a93816041522: Pull complete 20:18:00 bdb6da89ff94: Pull complete 20:18:00 2a70c0c122f4: Pull complete 20:18:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:18:00 Status: Downloaded newer image for docker:20.10.0 20:18:07 ---> a52aa39e632c 20:18:07 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:18:07 ---> Running in 1135ff587915 20:18:07 Removing intermediate container 1135ff587915 20:18:07 ---> 2b9d213f6616 20:18:07 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:18:07 ---> Running in a227ec679f12 20:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:18:10 (1/5) Installing libsodium (1.0.18-r0) 20:18:10 (2/5) Installing libzmq (4.3.3-r0) 20:18:10 (3/5) Installing pkgconf (1.7.2-r0) 20:18:10 (4/5) Installing libsodium-dev (1.0.18-r0) 20:18:10 (5/5) Installing zeromq-dev (4.3.3-r0) 20:18:10 Executing busybox-1.31.1-r19.trigger 20:18:10 OK: 144 MiB in 44 packages 20:18:12 Removing intermediate container a227ec679f12 20:18:12 ---> 72de092db6b1 20:18:12 Step 6/8 : WORKDIR /build 20:18:12 ---> Running in 690ef69b82c3 20:18:12 Removing intermediate container b5671f891b12 20:18:12 ---> 00be41838687 20:18:12 Successfully built 00be41838687 20:18:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:18:12 + docker inspect -f . ci-base-image-x86_64 20:18:12 . 20:18:12 Removing intermediate container 690ef69b82c3 20:18:12 ---> e00bc52ec4f0 20:18:12 Step 7/8 : COPY go.mod . [Pipeline] withDockerContainer 20:18:12 prd-centos7-docker-4c-2g-27187 does not seem to be running inside a container 20:18:12 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:18:13 ---> e09acbb7aaca 20:18:13 Step 8/8 : RUN go mod download 20:18:13 ---> Running in b056ae3b1b22 20:18:13 $ docker top e7f7c2ac35f75b0f96d5db618e0c0afb9b8cc9f1fe581db3c4887278755c772e -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:14 + go version 20:18:14 go version go1.15.5 linux/amd64 [Pipeline] } 20:18:14 $ docker stop --time=1 e7f7c2ac35f75b0f96d5db618e0c0afb9b8cc9f1fe581db3c4887278755c772e 20:18:15 $ docker rm -f e7f7c2ac35f75b0f96d5db618e0c0afb9b8cc9f1fe581db3c4887278755c772e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:18:16 + docker inspect -f . ci-base-image-x86_64 20:18:16 . [Pipeline] withDockerContainer 20:18:16 prd-centos7-docker-4c-2g-27187 does not seem to be running inside a container 20:18:16 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:18:17 $ docker top 6b87a195244bf5690a64d315b1c428391490e4e5a146d40c30443a08df3c703e -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:17 + make test 20:18:17 make -C ./app-service-template build 20:18:17 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:18:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 20:18:30 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:18:30 make -C ./app-service-template test 20:18:30 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:18:30 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:18:36 ? new-app-service [no test files] 20:18:36 ok new-app-service/functions 0.008s coverage: 75.8% of statements 20:18:36 CGO_ENABLED=1 go vet ./... 20:18:39 gofmt -l . 20:18:39 [ "`gofmt -l .`" = "" ] 20:18:39 ./bin/test-go-mod-tidy.sh 20:18:39 ./bin/test-attribution-txt.sh 20:18:40 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:18:40 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:18:40 Removing intermediate container b056ae3b1b22 20:18:40 ---> 27657eb3e033 20:18:40 Successfully built 27657eb3e033 20:18:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:18:40 + docker inspect -f . ci-base-image-arm64 20:18:40 . [Pipeline] withDockerContainer 20:18:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:18:41 prd-ubuntu18.04-docker-arm64-4c-16g-27186 does not seem to be running inside a container 20:18:41 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:18:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.026s coverage: 82.6% of statements 20:18:42 $ docker top d8626d42cc17e4e0e6c0f99ae98bd7d374ae977c9a0fbb6ca5ee5b0fde7f6fdf -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.021s coverage: 52.6% of statements 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:18:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.069s coverage: 61.5% of statements 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:18:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.046s coverage: 73.2% of statements 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:18:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.053s coverage: 97.0% of statements 20:18:43 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:18:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.009s coverage: 8.8% of statements 20:18:43 + go version 20:18:43 go version go1.15.5 linux/arm64 [Pipeline] } 20:18:43 $ docker stop --time=1 d8626d42cc17e4e0e6c0f99ae98bd7d374ae977c9a0fbb6ca5ee5b0fde7f6fdf 20:18:45 $ docker rm -f d8626d42cc17e4e0e6c0f99ae98bd7d374ae977c9a0fbb6ca5ee5b0fde7f6fdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:18:46 + docker inspect -f . ci-base-image-arm64 20:18:46 . [Pipeline] withDockerContainer 20:18:46 prd-ubuntu18.04-docker-arm64-4c-16g-27186 does not seem to be running inside a container 20:18:47 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:18:48 $ docker top 48bc553e187f0f62e5dcd08af6bfa212900459f34f1767b8aea81a66f8679697 -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:49 + make test 20:18:49 make -C ./app-service-template build 20:18:49 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:18:49 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 20:18:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.839s coverage: 77.5% of statements 20:18:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:18:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.044s coverage: 87.9% of statements 20:18:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.012s coverage: 80.5% of statements 20:18:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.007s coverage: 71.7% of statements 20:19:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.040s coverage: 82.7% of statements 20:19:10 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 20:19:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:19:11 gofmt -l . 20:19:11 [ "`gofmt -l .`" = "" ] 20:19:11 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 20:19:12 $ docker stop --time=1 6b87a195244bf5690a64d315b1c428391490e4e5a146d40c30443a08df3c703e 20:19:13 $ docker rm -f 6b87a195244bf5690a64d315b1c428391490e4e5a146d40c30443a08df3c703e [Pipeline] // withDockerContainer [Pipeline] sh 20:19:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:19:14 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:19:21 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:19:21 make -C ./app-service-template test 20:19:21 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:19:21 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:19:40 ? new-app-service [no test files] 20:19:40 ok new-app-service/functions 0.022s coverage: 75.8% of statements 20:19:40 CGO_ENABLED=1 go vet ./... 20:19:48 gofmt -l . 20:19:48 [ "`gofmt -l .`" = "" ] 20:19:48 ./bin/test-go-mod-tidy.sh 20:19:48 ./bin/test-attribution-txt.sh 20:19:49 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 20:19:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:19:51 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:19:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.070s coverage: 82.6% of statements 20:19:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.137s coverage: 52.6% of statements 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:19:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.115s coverage: 61.5% of statements 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:19:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.092s coverage: 73.2% of statements 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:19:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.014s coverage: 97.0% of statements 20:19:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:19:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.092s coverage: 8.8% of statements 20:20:18 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.880s coverage: 77.5% of statements 20:20:18 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:20:18 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.054s coverage: 87.9% of statements 20:20:18 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.035s coverage: 80.5% of statements 20:20:18 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.041s coverage: 71.7% of statements 20:20:33 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.080s coverage: 82.7% of statements 20:20:33 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.049s coverage: 94.4% of statements 20:20:33 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:20:34 gofmt -l . 20:20:35 [ "`gofmt -l .`" = "" ] 20:20:35 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 20:20:36 $ docker stop --time=1 48bc553e187f0f62e5dcd08af6bfa212900459f34f1767b8aea81a66f8679697 20:20:38 $ docker rm -f 48bc553e187f0f62e5dcd08af6bfa212900459f34f1767b8aea81a66f8679697 [Pipeline] // withDockerContainer [Pipeline] sh 20:20:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:20:38 Warning: overwriting stash ‘coverage-report’ 20:20:39 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [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 20:20:41 provisioning config files... 20:20:41 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-706@tmp/config1345196896759443565tmp [Pipeline] { [Pipeline] sh 20:20:42 + set +x 20:20:42 + curl -s https://codecov.io/bash 20:20:42 + bash -s -- 20:20:42 20:20:42 _____ _ 20:20:42 / ____| | | 20:20:42 | | ___ __| | ___ ___ _____ __ 20:20:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:20:42 | |___| (_) | (_| | __/ (_| (_) \ V / 20:20:42 \_____\___/ \__,_|\___|\___\___/ \_/ 20:20:42 Bash-20210129-7c25fce 20:20:42 20:20:42 20:20:42 ==> git version 2.24.3 found 20:20:42 ==> 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 20:20:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:20:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:20:42 ==> Jenkins CI detected. 20:20:42 project root: . 20:20:42 --> token set from env 20:20:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:20:42 ==> Running gcov in . (disable via -X gcov) 20:20:42 ==> Python coveragepy not found 20:20:42 ==> Searching for coverage reports in: 20:20:42 + . 20:20:42 -> Found 2 reports 20:20:42 ==> Detecting git/mercurial file structure 20:20:42 ==> Reading reports 20:20:42 + ./app-service-template/coverage.out bytes=1148 20:20:42 + ./coverage.out bytes=82265 20:20:42 ==> Appending adjustments 20:20:42 https://docs.codecov.io/docs/fixing-reports 20:20:42 + Found adjustments 20:20:42 ==> Gzipping contents 20:20:42 16K /tmp/codecov.RwWgD9.gz 20:20:42 ==> Uploading reports 20:20:42 url: https://codecov.io 20:20:42 query: branch=PR-706&commit=978940e6179a19f77c54b9597b245d3320f1d0ef&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-706%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=706&job=&cmd_args= 20:20:42 -> Pinging Codecov 20:20:42 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-706&commit=978940e6179a19f77c54b9597b245d3320f1d0ef&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-706%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=706&job=&cmd_args= 20:20:43 -> Uploading to 20:20:43 https://storage.googleapis.com/codecov/v4/raw/2021-02-22/3D8B5DFFC46A037C893635FACE044666/978940e6179a19f77c54b9597b245d3320f1d0ef/b727599b-f29d-4191-aa35-2958fa69384b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T202043Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3d5318ceeeb997045e26067dc6512ab1ee27608dd0c5884aee7f561a6c91f556 20:20:43 % Total % Received % Xferd Average Speed Time Time Time Current 20:20:43 Dload Upload Total Spent Left Speed 20:20:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14284 0 0 100 14284 0 27869 --:--:-- --:--:-- --:--:-- 27844 20:20:43 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/978940e6179a19f77c54b9597b245d3320f1d0ef [Pipeline] } 20:20:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) 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 20:20:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:20:46 ---> package-listing.sh 20:20:46 ++ facter osfamily 20:20:46 ++ tr '[:upper:]' '[:lower:]' 20:20:46 + OS_FAMILY=redhat 20:20:46 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-706 20:20:46 + START_PACKAGES=/tmp/packages_start.txt 20:20:46 + END_PACKAGES=/tmp/packages_end.txt 20:20:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:20:46 + PACKAGES=/tmp/packages_start.txt 20:20:46 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-706 ']' 20:20:46 + PACKAGES=/tmp/packages_end.txt 20:20:46 + case "${OS_FAMILY}" in 20:20:46 + rpm -qa 20:20:46 + sort 20:20:51 + '[' -f /tmp/packages_start.txt ']' 20:20:51 + '[' -f /tmp/packages_end.txt ']' 20:20:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:20:51 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-706 ']' 20:20:51 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-706/archives/ 20:20:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-706/archives/ [Pipeline] echo 20:20:51 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-706/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:20:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:20:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:20:52 20:20:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:20:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:20:52 alpine: Pulling from edgex-lftools-log-publisher 20:20:52 df20fa9351a1: Pulling fs layer 20:20:52 36b3adc4ff6f: Pulling fs layer 20:20:52 8ad3a11d3b57: Pulling fs layer 20:20:52 46f8f816bc3b: Pulling fs layer 20:20:52 93b61091891f: Pulling fs layer 20:20:52 93b9cdb0e59b: Pulling fs layer 20:20:52 5e14af77c1be: Pulling fs layer 20:20:52 01666e4c0597: Pulling fs layer 20:20:52 aa168da1d23b: Pulling fs layer 20:20:52 46f8f816bc3b: Waiting 20:20:52 93b61091891f: Waiting 20:20:52 93b9cdb0e59b: Waiting 20:20:52 5e14af77c1be: Waiting 20:20:52 01666e4c0597: Waiting 20:20:52 aa168da1d23b: Waiting 20:20:52 36b3adc4ff6f: Download complete 20:20:52 46f8f816bc3b: Download complete 20:20:52 df20fa9351a1: Download complete 20:20:52 93b9cdb0e59b: Verifying Checksum 20:20:52 93b9cdb0e59b: Download complete 20:20:53 5e14af77c1be: Download complete 20:20:53 01666e4c0597: Verifying Checksum 20:20:53 01666e4c0597: Download complete 20:20:53 93b61091891f: Verifying Checksum 20:20:53 93b61091891f: Download complete 20:20:53 df20fa9351a1: Pull complete 20:20:53 36b3adc4ff6f: Pull complete 20:20:53 8ad3a11d3b57: Verifying Checksum 20:20:53 8ad3a11d3b57: Download complete 20:20:54 8ad3a11d3b57: Pull complete 20:20:54 46f8f816bc3b: Pull complete 20:20:55 93b61091891f: Pull complete 20:20:55 93b9cdb0e59b: Pull complete 20:20:55 aa168da1d23b: Verifying Checksum 20:20:55 aa168da1d23b: Download complete 20:20:55 5e14af77c1be: Pull complete 20:20:55 01666e4c0597: Pull complete 20:21:03 aa168da1d23b: Pull complete 20:21:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:21:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:21:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:21:03 prd-centos7-docker-4c-2g-27184 does not seem to be running inside a container 20:21:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-706/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-706 -v /w/workspace/ndry_app-functions-sdk-go_PR-706:/w/workspace/ndry_app-functions-sdk-go_PR-706:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-706@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-706@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:21:06 $ docker top fb65515897cc096c4b3591bf9b8aaaf8a55abf8f3ebe598d358692ab0d1ccbc9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:07 + touch /tmp/pre-build-complete [Pipeline] sh 20:21:07 + mkdir -p /var/log/sa [Pipeline] sh 20:21:07 + ls /var/log/sa-host 20:21:07 + sadf -c /var/log/sa-host/sa22 20:21:07 file_magic: OK 20:21:07 HZ: Using current value: 100 20:21:07 file_header: OK 20:21:07 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 20:21:07 Statistics: 20:21:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:21:07 File successfully converted to sysstat format version 12.2.1 20:21:07 + sadf -c /var/log/sa-host/sa23 20:21:07 file_magic: OK 20:21:07 HZ: Using current value: 100 20:21:07 file_header: OK 20:21:07 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 20:21:07 Statistics: 20:21:07 Hnuu...uuuununununu... 20:21:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:21:08 provisioning config files... 20:21:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-706@tmp/config825485847530992201tmp [Pipeline] { [Pipeline] echo 20:21:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:21:08 ---> create-netrc.sh [Pipeline] } 20:21:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:21:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:21:09 ---> python-tools-install.sh [Pipeline] echo 20:21:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:21:09 ---> sudo-logs.sh 20:21:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:21:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:21:09 ---> job-cost.sh 20:21:09 lf-activate-venv: SKIPPING 20:21:09 INFO: No Stack... 20:21:10 INFO: Retrieving Pricing Info for: v1-standard-2 20:21:11 INFO: Archiving Costs [Pipeline] echo 20:21:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:21:11 ---> logs-deploy.sh 20:21:11 lf-activate-venv: SKIPPING 20:21:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-706/4 20:21:11 INFO: archiving workspace using pattern(s): 20:21:13 Archives upload complete. 20:21:13 INFO: archiving logs to Nexus 20:21:14 ---> uname -a: 20:21:14 Linux prd-centos7-docker-4c-2g-27184.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:21:14 20:21:14 20:21:14 ---> lscpu: 20:21:14 Architecture: x86_64 20:21:14 CPU op-mode(s): 32-bit, 64-bit 20:21:14 Byte Order: Little Endian 20:21:14 Address sizes: 40 bits physical, 48 bits virtual 20:21:14 CPU(s): 4 20:21:14 On-line CPU(s) list: 0-3 20:21:14 Thread(s) per core: 1 20:21:14 Core(s) per socket: 1 20:21:14 Socket(s): 4 20:21:14 NUMA node(s): 1 20:21:14 Vendor ID: GenuineIntel 20:21:14 CPU family: 6 20:21:14 Model: 44 20:21:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:21:14 Stepping: 1 20:21:14 CPU MHz: 2933.436 20:21:14 BogoMIPS: 5866.87 20:21:14 Virtualization: VT-x 20:21:14 Hypervisor vendor: KVM 20:21:14 Virtualization type: full 20:21:14 L1d cache: 128 KiB 20:21:14 L1i cache: 128 KiB 20:21:14 L2 cache: 16 MiB 20:21:14 L3 cache: 64 MiB 20:21:14 NUMA node0 CPU(s): 0-3 20:21:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:21:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:21:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:21:14 Vulnerability Meltdown: Mitigation; PTI 20:21:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:21:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:21:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:21:14 Vulnerability Srbds: Not affected 20:21:14 Vulnerability Tsx async abort: Not affected 20:21:14 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 20:21:14 20:21:14 20:21:14 ---> nproc: 20:21:14 4 20:21:14 20:21:14 20:21:14 ---> df -h: 20:21:14 Filesystem Size Used Available Use% Mounted on 20:21:14 overlay 50.0G 7.3G 42.7G 15% / 20:21:14 tmpfs 64.0M 0 64.0M 0% /dev 20:21:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:21:14 shm 64.0M 0 64.0M 0% /dev/shm 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-706 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-706@tmp 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 20:21:14 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 20:21:14 20:21:14 20:21:14 ---> free -m: 20:21:14 total used free shared buff/cache available 20:21:14 Mem: 1837 719 103 0 1014 1013 20:21:14 Swap: 1023 1 1022 20:21:14 20:21:14 20:21:14 ---> ip addr: 20:21:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:21:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:21:14 inet 127.0.0.1/8 scope host lo 20:21:14 valid_lft forever preferred_lft forever 20:21:14 inet6 ::1/128 scope host 20:21:14 valid_lft forever preferred_lft forever 20:21:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:21:14 link/ether fa:16:3e:cf:48:34 brd ff:ff:ff:ff:ff:ff 20:21:14 inet 10.30.123.102/23 brd 10.30.123.255 scope global dynamic eth0 20:21:14 valid_lft 85968sec preferred_lft 85968sec 20:21:14 inet6 fe80::f816:3eff:fecf:4834/64 scope link 20:21:14 valid_lft forever preferred_lft forever 20:21:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:21:14 link/ether 02:42:12:64:b2:39 brd ff:ff:ff:ff:ff:ff 20:21:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:21:14 valid_lft forever preferred_lft forever 20:21:14 inet6 fe80::42:12ff:fe64:b239/64 scope link 20:21:14 valid_lft forever preferred_lft forever 20:21:14 20:21:14 20:21:14 ---> sar -b -r -n DEV: 20:21:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 20:21:14 20:21:14 20:13:50 LINUX RESTART (4 CPU) 20:21:14 20:21:14 20:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:21:14 20:16:01 2.55 0.00 2.55 0.00 0.00 55.32 0.00 20:21:14 20:17:01 0.52 0.00 0.52 0.00 0.00 8.68 0.00 20:21:14 20:18:01 0.17 0.00 0.17 0.00 0.00 1.75 0.00 20:21:14 20:19:02 0.18 0.00 0.18 0.00 0.00 1.88 0.00 20:21:14 20:20:01 0.32 0.00 0.32 0.00 0.00 4.44 0.00 20:21:14 20:21:01 98.33 60.94 37.38 0.00 4503.71 14419.33 0.00 20:21:14 Average: 17.12 10.22 6.89 0.00 755.50 2430.89 0.00 20:21:14 20:21:14 20:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:21:14 20:16:01 211116 0 614348 32.65 2620 1053460 1088212 37.14 417052 1056488 20 20:21:14 20:17:01 212272 0 613184 32.59 2620 1053468 1074848 36.68 414944 1057372 8 20:21:14 20:18:01 209968 0 615484 32.71 2620 1053472 1075016 36.69 421604 1053140 8 20:21:14 20:19:02 211020 0 614432 32.66 2620 1053472 1074848 36.68 422520 1051452 12 20:21:14 20:20:01 209788 0 615656 32.72 2620 1053480 1074920 36.69 428836 1046696 8 20:21:14 20:21:01 207476 0 716704 38.09 2620 954744 1286852 43.92 467868 946064 84508 20:21:14 Average: 210273 0 631635 33.57 2620 1037016 1112449 37.97 428804 1035202 14094 20:21:14 20:21:14 20:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:21:14 20:16:01 eth0 1.23 0.62 0.63 0.41 0.00 0.00 0.00 0.00 20:21:14 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:17:01 eth0 1.13 0.08 0.11 0.01 0.00 0.00 0.00 0.00 20:21:14 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:18:01 eth0 0.55 0.42 0.30 0.21 0.00 0.00 0.00 0.00 20:21:14 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:19:02 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:21:14 20:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:20:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 20:21:14 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:21:01 eth0 206.32 171.63 2161.85 17.95 0.00 0.00 0.00 0.00 20:21:14 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 Average: eth0 35.15 29.02 362.84 3.13 0.00 0.00 0.00 0.00 20:21:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:21:14 20:21:14 20:21:14 ---> sar -P ALL: 20:21:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 20:21:14 20:21:14 20:13:50 LINUX RESTART (4 CPU) 20:21:14 20:21:14 20:15:01 CPU %user %nice %system %iowait %steal %idle 20:21:14 20:16:01 all 0.15 0.00 0.08 0.00 0.00 99.77 20:21:14 20:16:01 0 0.07 0.00 0.08 0.00 0.00 99.85 20:21:14 20:16:01 1 0.35 0.00 0.07 0.00 0.00 99.58 20:21:14 20:16:01 2 0.13 0.00 0.10 0.00 0.00 99.77 20:21:14 20:16:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:21:14 20:17:01 all 0.10 0.00 0.05 0.00 0.00 99.85 20:21:14 20:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:21:14 20:17:01 1 0.07 0.00 0.05 0.00 0.00 99.88 20:21:14 20:17:01 2 0.27 0.00 0.03 0.00 0.00 99.70 20:21:14 20:17:01 3 0.07 0.00 0.07 0.00 0.00 99.87 20:21:14 20:18:01 all 0.10 0.00 0.03 0.00 0.01 99.85 20:21:14 20:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:21:14 20:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:21:14 20:18:01 2 0.32 0.00 0.05 0.00 0.02 99.62 20:21:14 20:18:01 3 0.05 0.00 0.05 0.00 0.02 99.88 20:21:14 20:19:02 all 0.10 0.00 0.09 0.00 0.00 99.80 20:21:14 20:19:02 0 0.03 0.00 0.05 0.00 0.00 99.92 20:21:14 20:19:02 1 0.05 0.00 0.13 0.00 0.02 99.80 20:21:14 20:19:02 2 0.33 0.00 0.12 0.00 0.00 99.55 20:21:14 20:19:02 3 0.00 0.00 0.07 0.00 0.00 99.93 20:21:14 20:20:01 all 0.14 0.00 0.04 0.00 0.00 99.82 20:21:14 20:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:21:14 20:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:21:14 20:20:01 2 0.49 0.00 0.08 0.00 0.00 99.42 20:21:14 20:20:01 3 0.03 0.00 0.05 0.00 0.00 99.92 20:21:14 20:21:01 all 5.53 0.00 3.47 1.45 0.03 89.53 20:21:14 20:21:01 0 5.63 0.00 4.08 2.72 0.03 87.53 20:21:14 20:21:01 1 5.32 0.00 3.57 0.77 0.03 90.31 20:21:14 20:21:01 2 4.96 0.00 3.30 0.39 0.02 91.33 20:21:14 20:21:01 3 6.19 0.00 2.93 1.93 0.02 88.94 20:21:14 Average: all 1.02 0.00 0.62 0.24 0.01 98.11 20:21:14 Average: 0 0.96 0.00 0.71 0.45 0.01 97.87 20:21:14 Average: 1 0.97 0.00 0.64 0.13 0.01 98.25 20:21:14 Average: 2 1.08 0.00 0.61 0.06 0.01 98.23 20:21:14 Average: 3 1.06 0.00 0.53 0.32 0.01 98.08 20:21:14 20:21:14 20:21:14