Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6f19a0cc372da972f896d81446be19c81c22f58c 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Checking out Revision 6f19a0cc372da972f896d81446be19c81c22f58c (master) 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 Commit message: "build: Switch to use Go 1.15 (#478)" > git rev-list --no-walk c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:33:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:33:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:33:19 ========================================================= 22:33:19 EdgeX Global Pipelines Version Info 22:33:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:33:21 ------------------- 22:33:21 stable info: 22:33:21 ------------------- 22:33:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:33:21 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:33:21 Message: update stable to v1.0.122 22:33:23 ------------------- 22:33:23 experimental info: 22:33:23 ------------------- 22:33:23 Commited By: **** collab-it+edgex@linuxfoundation.org 22:33:23 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:33:23 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:33:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:33:23 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:33:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:33:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:33:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:33:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:33:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:33:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:33:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f19a0cc372da972f896d81446be19c81c22f58c [Pipeline] echo 22:33:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f19a0c [Pipeline] echo 22:33:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:33:26 + git log --format=format:%s -1 6f19a0cc372da972f896d81446be19c81c22f58c [Pipeline] echo 22:33:26 GIT_COMMIT: 6f19a0cc372da972f896d81446be19c81c22f58c, Commit Message: build: Switch to use Go 1.15 (#478) [Pipeline] echo 22:33:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:28 22:33:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:33:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:28 latest: Pulling from edgex-devops/git-semver 22:33:28 31603596830f: Pulling fs layer 22:33:28 2a8b12db71e7: Pulling fs layer 22:33:28 6ca5941a6612: Pulling fs layer 22:33:28 ecc8261a40a4: Pulling fs layer 22:33:28 ecc8261a40a4: Waiting 22:33:28 2a8b12db71e7: Verifying Checksum 22:33:28 2a8b12db71e7: Download complete 22:33:28 31603596830f: Verifying Checksum 22:33:28 31603596830f: Download complete 22:33:28 ecc8261a40a4: Verifying Checksum 22:33:28 ecc8261a40a4: Download complete 22:33:28 6ca5941a6612: Verifying Checksum 22:33:28 6ca5941a6612: Download complete 22:33:29 31603596830f: Pull complete 22:33:29 2a8b12db71e7: Pull complete 22:33:29 6ca5941a6612: Pull complete 22:33:30 ecc8261a40a4: Pull complete 22:33:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:33:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:33:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:33:30 prd-centos7-docker-4c-2g-29 does not seem to be running inside a container 22:33:30 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:33:32 $ docker top 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:33:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:32 [ssh-agent] Looking for ssh-agent implementation... 22:33:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:32 $ docker exec 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent 22:33:32 SSH_AUTH_SOCK=/tmp/ssh-QglEf09LhjPa/agent.12 22:33:32 SSH_AGENT_PID=17 22:33:32 Running ssh-add (command line suppressed) 22:33:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3848873364556941787.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3848873364556941787.key) 22:33:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:33 + git describe --exact-match --tags HEAD 22:33:33 fatal: No names found, cannot describe anything. [Pipeline] } 22:33:33 $ docker exec --env ******** --env ******** 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent -k 22:33:33 unset SSH_AUTH_SOCK; 22:33:33 unset SSH_AGENT_PID; 22:33:33 echo Agent pid 17 killed; 22:33:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:33:33 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:33:33 This usually means this commit has not been tagged. [Pipeline] sshagent 22:33:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:33:33 [ssh-agent] Looking for ssh-agent implementation... 22:33:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:33:34 $ docker exec 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent 22:33:34 SSH_AUTH_SOCK=/tmp/ssh-yGJa3TCRLrra/agent.45 22:33:34 SSH_AGENT_PID=50 22:33:34 Running ssh-add (command line suppressed) 22:33:34 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8804682321750150099.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8804682321750150099.key) 22:33:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:33:34 + git semver init 22:33:34 # -> Open(): unable to determine branch for HEAD 22:33:34 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:33:34 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:33:34 # $SEMVER_REMOTE_NAME = origin 22:33:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:33:34 # $SEMVER_USER_NAME = edgex-jenkins 22:33:34 # $SEMVER_BRANCH = master 22:33:34 # $SEMVER_TEMP = /tmp/semver-101870356 22:33:34 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:33:39 # '/tmp/semver-101870356' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:33:39 # -> Force: false 22:33:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:33:39 $ docker exec --env ******** --env ******** 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 ssh-agent -k 22:33:39 unset SSH_AUTH_SOCK; 22:33:39 unset SSH_AGENT_PID; 22:33:39 echo Agent pid 50 killed; 22:33:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:33:39 + git semver [Pipeline] } 22:33:39 $ docker stop --time=1 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 22:33:41 $ docker rm -f 07ebafcbb393a8cc74756100078b930421f893d0f7c491cc448a3845cbd44347 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:33:43 Stashed 39 file(s) [Pipeline] echo 22:33:43 [edgeXSemver]: initialized semver on version 1.2.1-dev.26 [Pipeline] echo 22:33:43 Archived original version: [1.2.1-dev.26] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:33:59 Still waiting to schedule task 22:33:59 ‘prd-centos7-docker-4c-2g-32’ is offline 22:33:59 Still waiting to schedule task 22:33:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:35:16 Running on prd-centos7-docker-4c-2g-37 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:35:16 Running in /w/workspace/app-functions-sdk-go/114 [Pipeline] { [Pipeline] checkout 22:35:19 using credential edgex-jenkins-ssh 22:35:19 Cloning the remote Git repository 22:35:19 Cloning with configured refspecs honoured and without tags 22:35:19 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:35:19 > git init /w/workspace/app-functions-sdk-go/114 # timeout=10 22:35:19 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:35:19 > git --version # timeout=10 22:35:19 > git --version # 'git version 2.16.5' 22:35:19 using GIT_SSH to set credentials SSH Credentials for GitHub 22:35:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:20 Fetching without tags 22:35:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:35:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:35:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:35:20 using GIT_SSH to set credentials SSH Credentials for GitHub 22:35:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:35:22 Checking out Revision 6f19a0cc372da972f896d81446be19c81c22f58c (master) 22:35:22 > git config core.sparsecheckout # timeout=10 22:35:22 > git checkout -f 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 22:35:26 Commit message: "build: Switch to use Go 1.15 (#478)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:35:28 ========================================================= 22:35:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:35:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:35:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:35:29 Sending build context to Docker daemon 37.15MB 22:35:29 Step 1/8 : ARG BASE=golang:1.15-alpine 22:35:29 Step 2/8 : FROM ${BASE} 22:35:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:35:29 df20fa9351a1: Pulling fs layer 22:35:29 ed8968b2872e: Pulling fs layer 22:35:29 a92cc7c5fd73: Pulling fs layer 22:35:29 e871e8e8d7a9: Pulling fs layer 22:35:29 e73272ec9a57: Pulling fs layer 22:35:29 1e910a182e73: Pulling fs layer 22:35:29 4e634b169226: Pulling fs layer 22:35:29 e73272ec9a57: Waiting 22:35:29 4e634b169226: Waiting 22:35:29 1e910a182e73: Waiting 22:35:29 e871e8e8d7a9: Waiting 22:35:29 a92cc7c5fd73: Download complete 22:35:29 ed8968b2872e: Verifying Checksum 22:35:29 ed8968b2872e: Download complete 22:35:29 e73272ec9a57: Verifying Checksum 22:35:29 e73272ec9a57: Download complete 22:35:30 1e910a182e73: Verifying Checksum 22:35:30 1e910a182e73: Download complete 22:35:30 df20fa9351a1: Verifying Checksum 22:35:30 df20fa9351a1: Download complete 22:35:30 df20fa9351a1: Pull complete 22:35:31 ed8968b2872e: Pull complete 22:35:31 a92cc7c5fd73: Pull complete 22:35:32 4e634b169226: Verifying Checksum 22:35:32 4e634b169226: Download complete 22:35:33 e871e8e8d7a9: Verifying Checksum 22:35:33 e871e8e8d7a9: Download complete 22:35:38 e871e8e8d7a9: Pull complete 22:35:38 e73272ec9a57: Pull complete 22:35:38 1e910a182e73: Pull complete 22:35:45 4e634b169226: Pull complete 22:35:45 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:35:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:35:45 ---> f7629b54cfaa 22:35:45 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:35:45 latest: Pulling from library/docker 22:35:45 df20fa9351a1: Already exists 22:35:45 25ad7478873d: Pulling fs layer 22:35:45 4684f6177b5d: Pulling fs layer 22:35:45 46e300cec669: Pulling fs layer 22:35:45 63038576ad94: Pulling fs layer 22:35:45 0fdb76c4706c: Pulling fs layer 22:35:45 cb7edeffdfd5: Pulling fs layer 22:35:45 63038576ad94: Waiting 22:35:45 0fdb76c4706c: Waiting 22:35:45 cb7edeffdfd5: Waiting 22:35:45 4684f6177b5d: Verifying Checksum 22:35:45 4684f6177b5d: Download complete 22:35:45 25ad7478873d: Verifying Checksum 22:35:45 25ad7478873d: Download complete 22:35:45 0fdb76c4706c: Verifying Checksum 22:35:45 0fdb76c4706c: Download complete 22:35:45 63038576ad94: Verifying Checksum 22:35:45 63038576ad94: Download complete 22:35:45 cb7edeffdfd5: Verifying Checksum 22:35:45 cb7edeffdfd5: Download complete 22:35:45 25ad7478873d: Pull complete 22:35:45 4684f6177b5d: Pull complete 22:35:46 46e300cec669: Verifying Checksum 22:35:46 46e300cec669: Download complete 22:35:49 46e300cec669: Pull complete 22:35:49 63038576ad94: Pull complete 22:35:49 0fdb76c4706c: Pull complete 22:35:49 cb7edeffdfd5: Pull complete 22:35:49 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:35:49 Status: Downloaded newer image for docker:latest 22:35:51 ---> 60a67f6a6776 22:35:51 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:35:51 ---> Running in 5809c23404fc 22:35:51 Removing intermediate container 5809c23404fc 22:35:51 ---> 32ad11222d29 22:35:51 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:35:51 ---> Running in 1027ebbac295 22:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:35:53 (1/5) Installing libsodium (1.0.18-r0) 22:35:53 (2/5) Installing libzmq (4.3.3-r0) 22:35:53 (3/5) Installing pkgconf (1.7.2-r0) 22:35:53 (4/5) Installing libsodium-dev (1.0.18-r0) 22:35:54 (5/5) Installing zeromq-dev (4.3.3-r0) 22:35:54 Executing busybox-1.31.1-r16.trigger 22:35:54 OK: 167 MiB in 44 packages 22:35:55 Removing intermediate container 1027ebbac295 22:35:55 ---> fd0114b314cc 22:35:55 Step 6/8 : WORKDIR /build 22:35:55 ---> Running in 6fa7431a5fcf 22:35:55 Removing intermediate container 6fa7431a5fcf 22:35:55 ---> 4a6f268ee0c5 22:35:55 Step 7/8 : COPY go.mod . 22:35:55 ---> 0a2908b81e0a 22:35:55 Step 8/8 : RUN go mod download 22:35:55 ---> Running in 23dd3a6fb676 22:36:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-35 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:36:02 Running in /w/workspace/app-functions-sdk-go/114 [Pipeline] { [Pipeline] checkout 22:36:07 using credential edgex-jenkins-ssh 22:36:07 Cloning the remote Git repository 22:36:07 Cloning with configured refspecs honoured and without tags 22:36:07 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:07 > git init /w/workspace/app-functions-sdk-go/114 # timeout=10 22:36:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:07 > git --version # timeout=10 22:36:07 > git --version # 'git version 2.17.1' 22:36:07 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:36:10 Fetching without tags 22:36:10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:36:10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:36:12 Checking out Revision 6f19a0cc372da972f896d81446be19c81c22f58c (master) 22:36:12 > git config core.sparsecheckout # timeout=10 22:36:12 > git checkout -f 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 22:36:16 Commit message: "build: Switch to use Go 1.15 (#478)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:36:20 ========================================================= 22:36:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:36:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:36:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:36:22 Removing intermediate container 23dd3a6fb676 22:36:22 ---> 744d819ad351 22:36:22 Successfully built 744d819ad351 22:36:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:36:22 Sending build context to Docker daemon 37.15MB 22:36:22 Step 1/8 : ARG BASE=golang:1.15-alpine 22:36:22 Step 2/8 : FROM ${BASE} 22:36:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:36:22 b538f80385f9: Pulling fs layer 22:36:22 74f711af9a0d: Pulling fs layer 22:36:22 99f96fe45779: Pulling fs layer 22:36:22 8529a6b9a6be: Pulling fs layer 22:36:22 45590311c82a: Pulling fs layer 22:36:22 69ca0ff8b7b3: Pulling fs layer 22:36:22 209524e5b208: Pulling fs layer 22:36:22 8529a6b9a6be: Waiting 22:36:22 209524e5b208: Waiting 22:36:22 45590311c82a: Waiting 22:36:22 + docker inspect -f . ci-base-image-x86_64 22:36:22 . [Pipeline] withDockerContainer 22:36:22 99f96fe45779: Verifying Checksum 22:36:22 99f96fe45779: Download complete 22:36:22 74f711af9a0d: Verifying Checksum 22:36:22 74f711af9a0d: Download complete 22:36:22 45590311c82a: Verifying Checksum 22:36:22 45590311c82a: Download complete 22:36:22 69ca0ff8b7b3: Verifying Checksum 22:36:22 69ca0ff8b7b3: Download complete 22:36:22 prd-centos7-docker-4c-2g-37 does not seem to be running inside a container 22:36:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/114 -v /w/workspace/app-functions-sdk-go/114:/w/workspace/app-functions-sdk-go/114:rw,z -v /w/workspace/app-functions-sdk-go/114@tmp:/w/workspace/app-functions-sdk-go/114@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 ******** ci-base-image-x86_64 cat 22:36:23 b538f80385f9: Verifying Checksum 22:36:23 b538f80385f9: Download complete 22:36:23 $ docker top 3761e106ff8eb06031dc21a5215568122f2e743defc5eac794c7040da51b9cef -eo pid,comm 22:36:23 b538f80385f9: Pull complete [Pipeline] { [Pipeline] sh 22:36:24 + go version 22:36:24 go version go1.15.2 linux/amd64 [Pipeline] } 22:36:24 $ docker stop --time=1 3761e106ff8eb06031dc21a5215568122f2e743defc5eac794c7040da51b9cef 22:36:24 74f711af9a0d: Pull complete 22:36:24 99f96fe45779: Pull complete 22:36:25 $ docker rm -f 3761e106ff8eb06031dc21a5215568122f2e743defc5eac794c7040da51b9cef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 22:36:26 209524e5b208: Verifying Checksum 22:36:26 209524e5b208: Download complete [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] } 22:36:27 8529a6b9a6be: Verifying Checksum 22:36:27 8529a6b9a6be: Download complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:36:37 8529a6b9a6be: Pull complete 22:36:37 45590311c82a: Pull complete 22:36:37 69ca0ff8b7b3: Pull complete 22:36:42 209524e5b208: Pull complete 22:36:42 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:36:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:36:42 ---> 5bddaf1c2fca 22:36:42 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:36:42 latest: Pulling from library/docker 22:36:42 b538f80385f9: Already exists 22:36:42 259a493cd78d: Pulling fs layer 22:36:42 b8e66b5100f5: Pulling fs layer 22:36:42 39dc9c94d07c: Pulling fs layer 22:36:42 551b823b3b82: Pulling fs layer 22:36:42 3c52a74df98c: Pulling fs layer 22:36:42 6c9b121b6998: Pulling fs layer 22:36:42 551b823b3b82: Waiting 22:36:42 3c52a74df98c: Waiting 22:36:42 6c9b121b6998: Waiting 22:36:42 b8e66b5100f5: Verifying Checksum 22:36:42 b8e66b5100f5: Download complete 22:36:42 259a493cd78d: Verifying Checksum 22:36:42 259a493cd78d: Download complete 22:36:42 551b823b3b82: Verifying Checksum 22:36:42 551b823b3b82: Download complete 22:36:42 3c52a74df98c: Download complete 22:36:42 6c9b121b6998: Verifying Checksum 22:36:42 6c9b121b6998: Download complete 22:36:42 259a493cd78d: Pull complete 22:36:43 b8e66b5100f5: Pull complete 22:36:43 39dc9c94d07c: Verifying Checksum 22:36:43 39dc9c94d07c: Download complete 22:36:47 39dc9c94d07c: Pull complete 22:36:47 551b823b3b82: Pull complete 22:36:47 3c52a74df98c: Pull complete 22:36:47 6c9b121b6998: Pull complete 22:36:47 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:36:47 Status: Downloaded newer image for docker:latest 22:36:54 ---> 8229251fa297 22:36:54 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:36:54 ---> Running in bd2ddadc8df1 22:36:54 Removing intermediate container bd2ddadc8df1 22:36:54 ---> 3deb6861cab3 22:36:54 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:36:54 ---> Running in 841451e79ebb 22:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:57 (1/5) Installing libsodium (1.0.18-r0) 22:36:58 (2/5) Installing libzmq (4.3.3-r0) 22:36:58 (3/5) Installing pkgconf (1.7.2-r0) 22:36:58 (4/5) Installing libsodium-dev (1.0.18-r0) 22:36:58 (5/5) Installing zeromq-dev (4.3.3-r0) 22:36:58 Executing busybox-1.31.1-r16.trigger 22:36:58 OK: 144 MiB in 44 packages 22:37:00 Removing intermediate container 841451e79ebb 22:37:00 ---> 7d8ef9a04cab 22:37:00 Step 6/8 : WORKDIR /build 22:37:00 ---> Running in fb6365ce52b7 22:37:00 Removing intermediate container fb6365ce52b7 22:37:00 ---> ea6718c32e36 22:37:00 Step 7/8 : COPY go.mod . 22:37:01 ---> 4d0cedda9eae 22:37:01 Step 8/8 : RUN go mod download 22:37:01 ---> Running in d20178d111cb 22:37:34 Removing intermediate container d20178d111cb 22:37:34 ---> ecc5e7b4b2f0 22:37:34 Successfully built ecc5e7b4b2f0 22:37:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:37:34 + docker inspect -f . ci-base-image-arm64 22:37:34 . [Pipeline] withDockerContainer 22:37:34 prd-ubuntu18.04-docker-arm64-4c-16g-35 does not seem to be running inside a container 22:37:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/114 -v /w/workspace/app-functions-sdk-go/114:/w/workspace/app-functions-sdk-go/114:rw,z -v /w/workspace/app-functions-sdk-go/114@tmp:/w/workspace/app-functions-sdk-go/114@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 ******** ci-base-image-arm64 cat 22:37:36 $ docker top 9f2cd0daa9cee9593266d6e2ff8978af5b83edb762c2010920e56e33eee356a1 -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:38 + go version 22:37:38 go version go1.15.2 linux/arm64 [Pipeline] } 22:37:38 $ docker stop --time=1 9f2cd0daa9cee9593266d6e2ff8978af5b83edb762c2010920e56e33eee356a1 22:37:40 $ docker rm -f 9f2cd0daa9cee9593266d6e2ff8978af5b83edb762c2010920e56e33eee356a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:37:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:37:43 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:37:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:37:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:37:45 22:37:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:37:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:37:45 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:37:45 cbdbe7a5bc2a: Pulling fs layer 22:37:45 408f87550127: Pulling fs layer 22:37:45 fe522b08c979: Pulling fs layer 22:37:45 221eaa008020: Pulling fs layer 22:37:45 2a4607e5d6b9: Pulling fs layer 22:37:45 8f79b27c4fd2: Pulling fs layer 22:37:45 e5c8dbe1645b: Pulling fs layer 22:37:45 23e8b3b47431: Pulling fs layer 22:37:45 5c568d65a230: Pulling fs layer 22:37:45 8f79b27c4fd2: Waiting 22:37:45 e5c8dbe1645b: Waiting 22:37:45 23e8b3b47431: Waiting 22:37:45 5c568d65a230: Waiting 22:37:45 221eaa008020: Waiting 22:37:45 2a4607e5d6b9: Waiting 22:37:45 fe522b08c979: Verifying Checksum 22:37:45 fe522b08c979: Download complete 22:37:45 408f87550127: Download complete 22:37:46 cbdbe7a5bc2a: Verifying Checksum 22:37:46 cbdbe7a5bc2a: Download complete 22:37:46 8f79b27c4fd2: Verifying Checksum 22:37:46 8f79b27c4fd2: Download complete 22:37:46 cbdbe7a5bc2a: Pull complete 22:37:46 408f87550127: Pull complete 22:37:46 fe522b08c979: Pull complete 22:37:46 2a4607e5d6b9: Verifying Checksum 22:37:46 2a4607e5d6b9: Download complete 22:37:47 e5c8dbe1645b: Verifying Checksum 22:37:47 e5c8dbe1645b: Download complete 22:37:49 23e8b3b47431: Verifying Checksum 22:37:49 23e8b3b47431: Download complete 22:37:49 5c568d65a230: Verifying Checksum 22:37:49 5c568d65a230: Download complete 22:37:51 221eaa008020: Verifying Checksum 22:37:51 221eaa008020: Download complete 22:37:56 221eaa008020: Pull complete 22:37:56 2a4607e5d6b9: Pull complete 22:37:56 8f79b27c4fd2: Pull complete 22:37:58 e5c8dbe1645b: Pull complete 22:38:01 23e8b3b47431: Pull complete 22:38:02 5c568d65a230: Pull complete 22:38:02 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:38:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:38:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:38:02 prd-centos7-docker-4c-2g-29 does not seem to be running inside a container 22:38:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 22:38:04 $ docker top 1a75a80b379dbbdfefd9af8caa468da32f259d892db4d31a612bc6e894cafffb -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:04 + snyk monitor '--org=edgex-jenkins' 22:38:14 22:38:14 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 22:38:14 22:38:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/3b38791c-01d2-48bc-9da0-217b20d0a636 22:38:14 22:38:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:38:14 22:38:14 22:38:14 Snyk CLI supports Node.js 8 and higher. 22:38:14 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:38:14 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:38:14 22:38:14 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:38:14 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:38:14 $ docker stop --time=1 1a75a80b379dbbdfefd9af8caa468da32f259d892db4d31a612bc6e894cafffb 22:38:18 $ docker rm -f 1a75a80b379dbbdfefd9af8caa468da32f259d892db4d31a612bc6e894cafffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:38:19 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:38:20 provisioning config files... 22:38:20 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config867399445743153889tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:38:20 --> edgex-publish-swagger.sh 22:38:20 === Publish openapi/v2 API === 22:38:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:38:20 [publishToSwagger] Publishing API Name [app-functions-sdk] 22:38:20 [publishToSwagger] Dry Run enabled...Simulating upload 22:38:20 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 22:38:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 22:38:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:38:22 . [Pipeline] withDockerContainer 22:38:22 prd-centos7-docker-4c-2g-29 does not seem to be running inside a container 22:38:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:38:23 $ docker top 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:38:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:38:23 [ssh-agent] Looking for ssh-agent implementation... 22:38:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:38:24 $ docker exec 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 ssh-agent 22:38:24 SSH_AUTH_SOCK=/tmp/ssh-NinsLnxXSyQC/agent.12 22:38:24 SSH_AGENT_PID=18 22:38:24 Running ssh-add (command line suppressed) 22:38:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1674562433976365828.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1674562433976365828.key) 22:38:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:38:24 + git semver tag 22:38:24 # -> Open(): unable to determine branch for HEAD 22:38:24 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:38:24 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:38:24 # $SEMVER_REMOTE_NAME = origin 22:38:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:38:24 # $SEMVER_USER_NAME = edgex-jenkins 22:38:24 # $SEMVER_BRANCH = master 22:38:24 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:38:24 # 6f19a0cc372da972f896d81446be19c81c22f58c HEAD 22:38:24 # -> Force: false 22:38:24 # 5030ffb7c25848157cb838c27200a14d320d74d4 refs/tags/v1.2.1-dev.26 [Pipeline] } 22:38:24 $ docker exec --env ******** --env ******** 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 ssh-agent -k 22:38:25 unset SSH_AUTH_SOCK; 22:38:25 unset SSH_AGENT_PID; 22:38:25 echo Agent pid 18 killed; 22:38:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:38:25 + git semver [Pipeline] } 22:38:25 $ docker stop --time=1 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 22:38:27 $ docker rm -f 0da6fa01f16c2d87a6902f95c6b4b4eb7f72a1316f6f52036af0e9d6c8fdbfc2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:38:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:38:27 22:38:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:38:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:38:28 0.23.1-centos7: Pulling from edgex-lftools 22:38:28 ab5ef0e58194: Pulling fs layer 22:38:28 9712f1f96733: Pulling fs layer 22:38:28 63f879dbbcfc: Pulling fs layer 22:38:28 0d9ebad4ef96: Pulling fs layer 22:38:28 e9a5061849ea: Pulling fs layer 22:38:28 d747dcd14b5f: Pulling fs layer 22:38:28 2de7ff778b66: Pulling fs layer 22:38:28 e9a5061849ea: Waiting 22:38:28 d747dcd14b5f: Waiting 22:38:28 2de7ff778b66: Waiting 22:38:28 0d9ebad4ef96: Waiting 22:38:28 9712f1f96733: Verifying Checksum 22:38:28 9712f1f96733: Download complete 22:38:30 63f879dbbcfc: Verifying Checksum 22:38:30 63f879dbbcfc: Download complete 22:38:30 e9a5061849ea: Verifying Checksum 22:38:30 e9a5061849ea: Download complete 22:38:30 d747dcd14b5f: Verifying Checksum 22:38:30 d747dcd14b5f: Download complete 22:38:31 2de7ff778b66: Verifying Checksum 22:38:31 2de7ff778b66: Download complete 22:38:31 0d9ebad4ef96: Verifying Checksum 22:38:31 0d9ebad4ef96: Download complete 22:38:31 ab5ef0e58194: Verifying Checksum 22:38:31 ab5ef0e58194: Download complete 22:38:35 ab5ef0e58194: Pull complete 22:38:35 9712f1f96733: Pull complete 22:38:38 63f879dbbcfc: Pull complete 22:38:44 0d9ebad4ef96: Pull complete 22:38:46 e9a5061849ea: Pull complete 22:38:46 d747dcd14b5f: Pull complete 22:38:49 2de7ff778b66: Pull complete 22:38:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:38:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:38:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:38:49 prd-centos7-docker-4c-2g-29 does not seem to be running inside a container 22:38:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:38:53 $ docker top c81395aed4685285d123f550cf9561d12f7c3c286b78c62fea4c39f41b023e71 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:38:53 provisioning config files... 22:38:54 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1624413496715976278tmp 22:38:54 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config504274910771733291tmp 22:38:54 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4021665287175044140tmp [Pipeline] { [Pipeline] echo 22:38:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:38:54 ---> sigul-configuration.sh 22:38:54 gpg: directory `/root/.gnupg' created 22:38:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:38:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:38:54 gpg: keyring `/root/.gnupg/secring.gpg' created 22:38:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:38:54 gpg: CAST5 encrypted data 22:38:54 gpg: encrypted with 1 passphrase 22:38:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:38:55 + mkdir /home/jenkins 22:38:55 + mkdir /home/jenkins/sigul [Pipeline] sh 22:38:55 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:38:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:38:55 ---> sigul-install.sh 22:39:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:39:01 + git tag --list 22:39:01 v1.2.1-dev.26 [Pipeline] sh 22:39:01 + lftools sign git-tag v1.2.1-dev.26 22:39:03 Signing Git tag with Sigul... 22:39:03 Signing v1.2.1-dev.26 [Pipeline] echo 22:39:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:39:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:39:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:39:04 $ docker stop --time=1 c81395aed4685285d123f550cf9561d12f7c3c286b78c62fea4c39f41b023e71 22:39:06 $ docker rm -f c81395aed4685285d123f550cf9561d12f7c3c286b78c62fea4c39f41b023e71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:07 . [Pipeline] withDockerContainer 22:39:07 prd-centos7-docker-4c-2g-29 does not seem to be running inside a container 22:39:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:39:08 $ docker top 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:08 [ssh-agent] Looking for ssh-agent implementation... 22:39:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:08 $ docker exec 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 ssh-agent 22:39:09 SSH_AUTH_SOCK=/tmp/ssh-zlz33qSGfZwq/agent.12 22:39:09 SSH_AGENT_PID=18 22:39:09 Running ssh-add (command line suppressed) 22:39:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2825818913873143203.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2825818913873143203.key) 22:39:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:09 + git semver bump pre 22:39:09 # -> Open(): unable to determine branch for HEAD 22:39:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:39:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:39:09 # $SEMVER_REMOTE_NAME = origin 22:39:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:39:09 # $SEMVER_USER_NAME = edgex-jenkins 22:39:09 # $SEMVER_BRANCH = master 22:39:09 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:39:09 1.2.1-dev.27 [Pipeline] } 22:39:09 $ docker exec --env ******** --env ******** 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 ssh-agent -k 22:39:09 unset SSH_AUTH_SOCK; 22:39:09 unset SSH_AGENT_PID; 22:39:09 echo Agent pid 18 killed; 22:39:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:10 + git semver [Pipeline] } 22:39:10 $ docker stop --time=1 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 22:39:11 $ docker rm -f 6d40fc7ea51c7c27cb9ff330efbec66f2f669c724ec4f16e24f18bffa3acdf60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:12 . [Pipeline] withDockerContainer 22:39:12 prd-centos7-docker-4c-2g-29 does not seem to be running inside a container 22:39:12 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:39:12 $ docker top aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:13 [ssh-agent] Looking for ssh-agent implementation... 22:39:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:13 $ docker exec aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 ssh-agent 22:39:13 SSH_AUTH_SOCK=/tmp/ssh-IFZ16TYceWUH/agent.13 22:39:13 SSH_AGENT_PID=18 22:39:13 Running ssh-add (command line suppressed) 22:39:13 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2647230211032258998.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2647230211032258998.key) 22:39:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:14 + git semver push 22:39:14 # -> Open(): unable to determine branch for HEAD 22:39:14 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:39:14 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:39:14 # $SEMVER_REMOTE_NAME = origin 22:39:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:39:14 # $SEMVER_USER_NAME = edgex-jenkins 22:39:14 # $SEMVER_BRANCH = master 22:39:14 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:39:20 $ docker exec --env ******** --env ******** aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 ssh-agent -k 22:39:20 unset SSH_AUTH_SOCK; 22:39:21 unset SSH_AGENT_PID; 22:39:21 echo Agent pid 18 killed; 22:39:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:21 + git semver [Pipeline] } 22:39:21 $ docker stop --time=1 aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 22:39:22 $ docker rm -f aa2895c5ec3914b27a5752f28102b32a7070a9d02299c69b44be2cb71c686fc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:39:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:39:25 ---> package-listing.sh 22:39:25 ++ facter osfamily 22:39:25 ++ tr '[:upper:]' '[:lower:]' 22:39:25 + OS_FAMILY=redhat 22:39:25 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:39:25 + START_PACKAGES=/tmp/packages_start.txt 22:39:25 + END_PACKAGES=/tmp/packages_end.txt 22:39:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:39:25 + PACKAGES=/tmp/packages_start.txt 22:39:25 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:39:25 + PACKAGES=/tmp/packages_end.txt 22:39:25 + case "${OS_FAMILY}" in 22:39:25 + rpm -qa 22:39:25 + sort 22:39:29 + '[' -f /tmp/packages_start.txt ']' 22:39:29 + '[' -f /tmp/packages_end.txt ']' 22:39:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:39:29 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:39:29 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:39:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 22:39:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:39:29 22:39:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:39:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:39:30 alpine: Pulling from edgex-lftools-log-publisher 22:39:30 df20fa9351a1: Pulling fs layer 22:39:30 36b3adc4ff6f: Pulling fs layer 22:39:30 8ad3a11d3b57: Pulling fs layer 22:39:30 46f8f816bc3b: Pulling fs layer 22:39:30 0dadc02b9964: Pulling fs layer 22:39:30 ce6a7cf60c04: Pulling fs layer 22:39:30 7a184a31f384: Pulling fs layer 22:39:30 0879bd2ef858: Pulling fs layer 22:39:30 46f8f816bc3b: Waiting 22:39:30 0dadc02b9964: Waiting 22:39:30 ce6a7cf60c04: Waiting 22:39:30 7a184a31f384: Waiting 22:39:30 0879bd2ef858: Waiting 22:39:30 36b3adc4ff6f: Verifying Checksum 22:39:30 36b3adc4ff6f: Download complete 22:39:30 46f8f816bc3b: Verifying Checksum 22:39:30 46f8f816bc3b: Download complete 22:39:30 df20fa9351a1: Verifying Checksum 22:39:30 df20fa9351a1: Download complete 22:39:30 ce6a7cf60c04: Verifying Checksum 22:39:30 ce6a7cf60c04: Download complete 22:39:30 7a184a31f384: Verifying Checksum 22:39:30 7a184a31f384: Download complete 22:39:30 8ad3a11d3b57: Verifying Checksum 22:39:30 8ad3a11d3b57: Download complete 22:39:30 0dadc02b9964: Verifying Checksum 22:39:30 0dadc02b9964: Download complete 22:39:30 df20fa9351a1: Pull complete 22:39:30 0879bd2ef858: Verifying Checksum 22:39:30 0879bd2ef858: Download complete 22:39:30 36b3adc4ff6f: Pull complete 22:39:31 8ad3a11d3b57: Pull complete 22:39:31 46f8f816bc3b: Pull complete 22:39:31 0dadc02b9964: Pull complete 22:39:32 ce6a7cf60c04: Pull complete 22:39:32 7a184a31f384: Pull complete 22:39:34 0879bd2ef858: Pull complete 22:39:34 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:39:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:39:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:39:34 prd-centos7-docker-4c-2g-29 does not seem to be running inside a container 22:39:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:39:38 $ docker top 04fc47f73fb70568f0cabda6070bb25054efe7a0407becbf28b8871751741895 -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:38 + mkdir -p /var/log/sa [Pipeline] sh 22:39:39 + ls /var/log/sa-host 22:39:39 + sadf -c /var/log/sa-host/sa05 22:39:39 file_magic: OK 22:39:39 HZ: Using current value: 100 22:39:39 file_header: OK 22:39:39 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:39:39 Statistics: 22:39:39 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:39:39 File successfully converted to sysstat format version 12.2.1 22:39:39 + sadf -c /var/log/sa-host/sa16 22:39:39 file_magic: OK 22:39:39 HZ: Using current value: 100 22:39:39 file_header: OK 22:39:39 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:39:39 Statistics: 22:39:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:39:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:39:39 provisioning config files... 22:39:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7917087732925983154tmp [Pipeline] { [Pipeline] echo 22:39:39 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:39:39 ---> create-netrc.sh [Pipeline] echo 22:39:39 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:39:39 ---> logs-deploy.sh 22:39:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/114 22:39:39 INFO: archiving workspace using pattern(s): 22:39:41 Archives upload complete. 22:39:41 INFO: archiving logs to Nexus 22:39:42 ---> uname -a: 22:39:42 Linux 04fc47f73fb7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:39:42 22:39:42 22:39:42 ---> lscpu: 22:39:42 Architecture: x86_64 22:39:42 CPU op-mode(s): 32-bit, 64-bit 22:39:42 Byte Order: Little Endian 22:39:42 Address sizes: 40 bits physical, 48 bits virtual 22:39:42 CPU(s): 4 22:39:42 On-line CPU(s) list: 0-3 22:39:42 Thread(s) per core: 1 22:39:42 Core(s) per socket: 1 22:39:42 Socket(s): 4 22:39:42 NUMA node(s): 1 22:39:42 Vendor ID: GenuineIntel 22:39:42 CPU family: 6 22:39:42 Model: 44 22:39:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:39:42 Stepping: 1 22:39:42 CPU MHz: 2933.438 22:39:42 BogoMIPS: 5866.87 22:39:42 Virtualization: VT-x 22:39:42 Hypervisor vendor: KVM 22:39:42 Virtualization type: full 22:39:42 L1d cache: 128 KiB 22:39:42 L1i cache: 128 KiB 22:39:42 L2 cache: 16 MiB 22:39:42 L3 cache: 64 MiB 22:39:42 NUMA node0 CPU(s): 0-3 22:39:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:39:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:39:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:39:42 Vulnerability Meltdown: Mitigation; PTI 22:39:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:39:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:39:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:39:42 Vulnerability Tsx async abort: Not affected 22:39:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:39:42 22:39:42 22:39:42 ---> nproc: 22:39:42 4 22:39:42 22:39:42 22:39:42 ---> df -h: 22:39:42 Filesystem Size Used Available Use% Mounted on 22:39:42 overlay 50.0G 8.2G 41.8G 16% / 22:39:42 tmpfs 64.0M 0 64.0M 0% /dev 22:39:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:39:42 shm 64.0M 0 64.0M 0% /dev/shm 22:39:42 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:39:42 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:39:42 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:39:42 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:39:42 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 22:39:42 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 22:39:42 22:39:42 22:39:42 ---> free -m: 22:39:42 total used free shared buff/cache available 22:39:42 Mem: 1837 773 120 0 943 1000 22:39:42 Swap: 1023 2 1021 22:39:42 22:39:42 22:39:42 ---> ip addr: 22:39:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:39:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:39:42 inet 127.0.0.1/8 scope host lo 22:39:42 valid_lft forever preferred_lft forever 22:39:42 16: eth0@if17: mtu 1458 qdisc noqueue state UP 22:39:42 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:39:42 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:39:42 valid_lft forever preferred_lft forever 22:39:42 22:39:42 22:39:42 ---> sar -b -r -n DEV: 22:39:42 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 22:39:42 22:39:42 22:32:26 LINUX RESTART (4 CPU) 22:39:42 22:39:42 22:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:39:42 22:34:01 72.42 26.40 46.02 0.00 6417.71 6584.60 0.00 22:39:42 22:35:01 1.32 0.00 1.32 0.00 0.00 19.80 0.00 22:39:42 22:36:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 22:39:42 22:37:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 22:39:42 22:38:01 118.24 59.19 59.05 0.00 3072.04 25826.76 0.00 22:39:42 22:39:01 315.81 132.05 183.76 0.00 8546.02 40553.88 0.00 22:39:42 Average: 84.75 36.29 48.46 0.00 3007.02 12169.93 0.00 22:39:42 22:39:42 22:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:39:42 22:34:01 214104 0 580576 30.86 2620 1084256 1103976 37.68 442612 1067308 120 22:39:42 22:35:01 213796 0 580876 30.87 2620 1084264 1103756 37.67 444092 1065668 20 22:39:42 22:36:01 215940 0 578724 30.76 2620 1084272 1096252 37.41 443624 1064540 20 22:39:42 22:37:01 214308 0 580356 30.84 2620 1084272 1096276 37.41 445588 1063896 20 22:39:42 22:38:01 103328 0 697416 37.07 2620 1078192 1521516 51.93 508184 1079168 42620 22:39:42 22:39:01 121728 0 727264 38.65 1516 1031048 1233592 42.10 656540 821072 70344 22:39:42 Average: 180534 0 624202 33.17 2436 1074384 1192561 40.70 490107 1026942 18857 22:39:42 22:39:42 22:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:39:42 22:34:01 eth0 768.04 562.02 1642.94 422.62 0.00 0.00 0.00 0.00 22:39:42 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:34:01 docker0 124.10 89.73 9.42 303.45 0.00 0.00 0.00 0.00 22:39:42 22:35:01 eth0 4.56 0.98 1.36 0.74 0.00 0.00 0.00 0.00 22:39:42 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:36:01 eth0 3.06 0.97 1.02 0.60 0.00 0.00 0.00 0.00 22:39:42 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:37:01 eth0 4.80 0.72 1.14 0.58 0.00 0.00 0.00 0.00 22:39:42 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:38:01 eth0 460.44 426.70 3783.48 45.65 0.00 0.00 0.00 0.00 22:39:42 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:39:01 veth245cce6 22.68 25.92 1.53 198.30 0.00 0.00 0.00 0.00 22:39:42 22:39:01 eth0 584.39 506.16 4167.27 77.26 0.00 0.00 0.00 0.00 22:39:42 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 22:39:01 docker0 82.20 86.84 6.11 610.54 0.00 0.00 0.00 0.00 22:39:42 Average: veth245cce6 3.78 4.32 0.25 33.07 0.00 0.00 0.00 0.00 22:39:42 Average: eth0 304.31 249.67 1600.08 91.26 0.00 0.00 0.00 0.00 22:39:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:42 Average: docker0 34.39 29.44 2.59 152.40 0.00 0.00 0.00 0.00 22:39:42 22:39:42 22:39:42 ---> sar -P ALL: 22:39:42 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 22:39:42 22:39:42 22:32:26 LINUX RESTART (4 CPU) 22:39:42 22:39:42 22:33:01 CPU %user %nice %system %iowait %steal %idle 22:39:42 22:34:01 all 13.73 0.00 4.35 2.07 0.04 79.80 22:39:42 22:34:01 0 13.76 0.00 5.10 1.20 0.03 79.90 22:39:42 22:34:01 1 13.71 0.00 4.37 2.03 0.07 79.83 22:39:42 22:34:01 2 13.03 0.00 4.06 2.34 0.02 80.55 22:39:42 22:34:01 3 14.45 0.00 3.87 2.72 0.03 78.93 22:39:42 22:35:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:39:42 22:35:01 0 0.08 0.00 0.07 0.00 0.00 99.85 22:39:42 22:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:39:42 22:35:01 2 0.03 0.00 0.02 0.00 0.02 99.93 22:39:42 22:35:01 3 0.53 0.00 0.05 0.00 0.00 99.42 22:39:42 22:36:01 all 0.18 0.00 0.03 0.00 0.00 99.78 22:39:42 22:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:39:42 22:36:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:39:42 22:36:01 2 0.58 0.00 0.03 0.00 0.00 99.38 22:39:42 22:36:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:39:42 22:37:01 all 0.09 0.00 0.04 0.00 0.00 99.86 22:39:42 22:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:39:42 22:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:39:42 22:37:01 2 0.20 0.00 0.05 0.00 0.02 99.73 22:39:42 22:37:01 3 0.10 0.00 0.05 0.00 0.00 99.85 22:39:42 22:38:01 all 5.68 0.00 3.24 0.61 0.07 90.41 22:39:42 22:38:01 0 5.18 0.00 3.81 0.27 0.07 90.67 22:39:42 22:38:01 1 5.72 0.00 2.79 0.05 0.07 91.36 22:39:42 22:38:01 2 5.94 0.00 3.20 0.88 0.07 89.91 22:39:42 22:38:01 3 5.87 0.00 3.15 1.23 0.07 89.68 22:39:42 22:39:01 all 13.69 0.00 8.34 3.60 0.11 74.26 22:39:42 22:39:01 0 11.36 0.00 8.26 2.06 0.10 78.22 22:39:42 22:39:01 1 14.75 0.00 7.96 3.10 0.12 74.07 22:39:42 22:39:01 2 12.03 0.00 8.81 5.35 0.10 73.72 22:39:42 22:39:01 3 16.61 0.00 8.32 3.90 0.10 71.07 22:39:42 Average: all 5.54 0.00 2.65 1.04 0.04 90.74 22:39:42 Average: 0 5.02 0.00 2.85 0.58 0.03 91.52 22:39:42 Average: 1 5.67 0.00 2.52 0.85 0.04 90.91 22:39:42 Average: 2 5.26 0.00 2.67 1.41 0.04 90.62 22:39:42 Average: 3 6.21 0.00 2.55 1.29 0.03 89.92 22:39:42 22:39:42 22:39:42