Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e35ffebebb1e4787f82a73d0795a567a7eccbe33 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-257 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 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 Checking out Revision e35ffebebb1e4787f82a73d0795a567a7eccbe33 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494)" > git rev-list --no-walk 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:31:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:31:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:31:44 ========================================================= 18:31:44 EdgeX Global Pipelines Version Info 18:31:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:31:46 ------------------- 18:31:46 stable info: 18:31:46 ------------------- 18:31:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:31:46 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:31:46 Message: update stable to v1.0.122 18:31:47 ------------------- 18:31:47 experimental info: 18:31:47 ------------------- 18:31:47 Commited By: **** collab-it+edgex@linuxfoundation.org 18:31:47 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 18:31:47 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:31:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:31:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:31:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:31:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:31:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:31:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:31:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:31:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:31:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:31:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:31:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e35ffebebb1e4787f82a73d0795a567a7eccbe33 [Pipeline] echo 18:31:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e35ffeb [Pipeline] echo 18:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:52 + git log --format=format:%s -1 e35ffebebb1e4787f82a73d0795a567a7eccbe33 [Pipeline] echo 18:31:52 GIT_COMMIT: e35ffebebb1e4787f82a73d0795a567a7eccbe33, Commit Message: refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494) [Pipeline] echo 18:31:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:31:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:53 18:31:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:31:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:54 latest: Pulling from edgex-devops/git-semver 18:31:54 31603596830f: Pulling fs layer 18:31:54 2a8b12db71e7: Pulling fs layer 18:31:54 6ca5941a6612: Pulling fs layer 18:31:54 ecc8261a40a4: Pulling fs layer 18:31:54 ecc8261a40a4: Waiting 18:31:54 2a8b12db71e7: Verifying Checksum 18:31:54 2a8b12db71e7: Download complete 18:31:54 31603596830f: Verifying Checksum 18:31:54 31603596830f: Download complete 18:31:54 ecc8261a40a4: Verifying Checksum 18:31:54 ecc8261a40a4: Download complete 18:31:54 31603596830f: Pull complete 18:31:54 6ca5941a6612: Verifying Checksum 18:31:54 6ca5941a6612: Download complete 18:31:54 2a8b12db71e7: Pull complete 18:31:56 6ca5941a6612: Pull complete 18:31:56 ecc8261a40a4: Pull complete 18:31:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:31:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:31:57 prd-centos7-docker-4c-2g-257 does not seem to be running inside a container 18:31:57 $ 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 18:31:59 $ docker top ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:31:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:31:59 [ssh-agent] Looking for ssh-agent implementation... 18:32:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:00 $ docker exec ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent 18:32:00 SSH_AUTH_SOCK=/tmp/ssh-vugdnEJrr97X/agent.11 18:32:00 SSH_AGENT_PID=17 18:32:00 Running ssh-add (command line suppressed) 18:32:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4839799972609881993.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4839799972609881993.key) 18:32:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:01 + git describe --exact-match --tags HEAD 18:32:01 fatal: No names found, cannot describe anything. [Pipeline] } 18:32:01 $ docker exec --env ******** --env ******** ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent -k 18:32:01 unset SSH_AUTH_SOCK; 18:32:01 unset SSH_AGENT_PID; 18:32:01 echo Agent pid 17 killed; 18:32:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:32:01 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:32:01 This usually means this commit has not been tagged. [Pipeline] sshagent 18:32:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:01 [ssh-agent] Looking for ssh-agent implementation... 18:32:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:02 $ docker exec ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent 18:32:02 SSH_AUTH_SOCK=/tmp/ssh-q8VMmrSDUtMs/agent.47 18:32:02 SSH_AGENT_PID=52 18:32:02 Running ssh-add (command line suppressed) 18:32:02 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9079438359458614859.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9079438359458614859.key) 18:32:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:03 + git semver init 18:32:03 # -> Open(): unable to determine branch for HEAD 18:32:03 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:32:03 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:32:03 # $SEMVER_REMOTE_NAME = origin 18:32:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:32:03 # $SEMVER_USER_NAME = edgex-jenkins 18:32:03 # $SEMVER_BRANCH = master 18:32:03 # $SEMVER_TEMP = /tmp/semver-122474268 18:32:03 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:32:06 # '/tmp/semver-122474268' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:32:06 # -> Force: false 18:32:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:32:06 $ docker exec --env ******** --env ******** ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 ssh-agent -k 18:32:07 unset SSH_AUTH_SOCK; 18:32:07 unset SSH_AGENT_PID; 18:32:07 echo Agent pid 52 killed; 18:32:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:07 + git semver [Pipeline] } 18:32:07 $ docker stop --time=1 ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 18:32:09 $ docker rm -f ad720ac977f950a052e59b2a49d9244852b50add1481753e006e5697bab15110 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:32:12 Stashed 40 file(s) [Pipeline] echo 18:32:12 [edgeXSemver]: initialized semver on version 1.2.1-dev.27 [Pipeline] echo 18:32:12 Archived original version: [1.2.1-dev.27] [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 18:32:27 Still waiting to schedule task 18:32:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:32:27 Still waiting to schedule task 18:32:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:34:09 Running on prd-centos7-docker-4c-2g-264 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:34:09 Running in /w/workspace/app-functions-sdk-go/115 [Pipeline] { [Pipeline] checkout 18:34:13 using credential edgex-jenkins-ssh 18:34:13 Cloning the remote Git repository 18:34:13 Cloning with configured refspecs honoured and without tags 18:34:13 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:34:13 > git init /w/workspace/app-functions-sdk-go/115 # timeout=10 18:34:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:34:14 > git --version # timeout=10 18:34:14 > git --version # 'git version 2.16.5' 18:34:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:16 Fetching without tags 18:34:16 Checking out Revision e35ffebebb1e4787f82a73d0795a567a7eccbe33 (master) 18:34:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:34:16 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:34:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:34:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:16 > git config core.sparsecheckout # timeout=10 18:34:16 > git checkout -f e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 18:34:20 Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:34:22 ========================================================= 18:34:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:34:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:23 + 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 . 18:34:24 Sending build context to Docker daemon 37.16MB 18:34:24 Step 1/8 : ARG BASE=golang:1.15-alpine 18:34:24 Step 2/8 : FROM ${BASE} 18:34:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:34:24 df20fa9351a1: Pulling fs layer 18:34:24 ed8968b2872e: Pulling fs layer 18:34:24 a92cc7c5fd73: Pulling fs layer 18:34:24 e871e8e8d7a9: Pulling fs layer 18:34:24 e73272ec9a57: Pulling fs layer 18:34:24 1e910a182e73: Pulling fs layer 18:34:24 4e634b169226: Pulling fs layer 18:34:24 e73272ec9a57: Waiting 18:34:24 1e910a182e73: Waiting 18:34:24 4e634b169226: Waiting 18:34:24 e871e8e8d7a9: Waiting 18:34:24 a92cc7c5fd73: Verifying Checksum 18:34:24 a92cc7c5fd73: Download complete 18:34:24 ed8968b2872e: Verifying Checksum 18:34:24 ed8968b2872e: Download complete 18:34:24 e73272ec9a57: Verifying Checksum 18:34:24 e73272ec9a57: Download complete 18:34:24 df20fa9351a1: Verifying Checksum 18:34:24 df20fa9351a1: Download complete 18:34:24 1e910a182e73: Verifying Checksum 18:34:24 1e910a182e73: Download complete 18:34:24 df20fa9351a1: Pull complete 18:34:24 ed8968b2872e: Pull complete 18:34:24 a92cc7c5fd73: Pull complete 18:34:26 4e634b169226: Verifying Checksum 18:34:26 4e634b169226: Download complete 18:34:27 e871e8e8d7a9: Verifying Checksum 18:34:27 e871e8e8d7a9: Download complete 18:34:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-262 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:34:29 Running in /w/workspace/app-functions-sdk-go/115 [Pipeline] { [Pipeline] checkout 18:34:32 e871e8e8d7a9: Pull complete 18:34:32 e73272ec9a57: Pull complete 18:34:32 1e910a182e73: Pull complete 18:34:34 using credential edgex-jenkins-ssh 18:34:34 Cloning the remote Git repository 18:34:34 Cloning with configured refspecs honoured and without tags 18:34:34 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:34:34 > git init /w/workspace/app-functions-sdk-go/115 # timeout=10 18:34:34 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:34:34 > git --version # timeout=10 18:34:34 > git --version # 'git version 2.17.1' 18:34:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:37 Fetching without tags 18:34:37 4e634b169226: Pull complete 18:34:37 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:34:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:34:37 ---> f7629b54cfaa 18:34:37 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:34:37 latest: Pulling from library/docker 18:34:37 df20fa9351a1: Already exists 18:34:37 25ad7478873d: Pulling fs layer 18:34:37 4684f6177b5d: Pulling fs layer 18:34:37 46e300cec669: Pulling fs layer 18:34:37 63038576ad94: Pulling fs layer 18:34:37 0fdb76c4706c: Pulling fs layer 18:34:37 cb7edeffdfd5: Pulling fs layer 18:34:37 63038576ad94: Waiting 18:34:37 0fdb76c4706c: Waiting 18:34:37 cb7edeffdfd5: Waiting 18:34:37 4684f6177b5d: Verifying Checksum 18:34:37 4684f6177b5d: Download complete 18:34:37 25ad7478873d: Verifying Checksum 18:34:37 25ad7478873d: Download complete 18:34:37 63038576ad94: Verifying Checksum 18:34:37 63038576ad94: Download complete 18:34:37 0fdb76c4706c: Download complete 18:34:38 25ad7478873d: Pull complete 18:34:38 cb7edeffdfd5: Verifying Checksum 18:34:38 cb7edeffdfd5: Download complete 18:34:38 4684f6177b5d: Pull complete 18:34:38 Checking out Revision e35ffebebb1e4787f82a73d0795a567a7eccbe33 (master) 18:34:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:34:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:37 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:34:37 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:34:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:38 > git config core.sparsecheckout # timeout=10 18:34:38 > git checkout -f e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 18:34:38 46e300cec669: Download complete 18:34:41 46e300cec669: Pull complete 18:34:41 63038576ad94: Pull complete 18:34:41 0fdb76c4706c: Pull complete 18:34:41 cb7edeffdfd5: Pull complete 18:34:41 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:34:41 Status: Downloaded newer image for docker:latest 18:34:42 Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts (#494)" [Pipeline] withEnv [Pipeline] { 18:34:43 ---> 652e950320fd 18:34:43 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:34:43 ---> Running in f217c2a8d297 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 18:34:43 Removing intermediate container f217c2a8d297 18:34:43 ---> 4eb7f9f285fe 18:34:43 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [Pipeline] unstash 18:34:43 ---> Running in dcb4d163ba7a 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:45 (1/5) Installing libsodium (1.0.18-r0) 18:34:45 (2/5) Installing libzmq (4.3.3-r0) 18:34:45 (3/5) Installing pkgconf (1.7.2-r0) 18:34:45 (4/5) Installing libsodium-dev (1.0.18-r0) 18:34:45 (5/5) Installing zeromq-dev (4.3.3-r0) 18:34:46 Executing busybox-1.31.1-r16.trigger 18:34:46 OK: 167 MiB in 44 packages [Pipeline] echo 18:34:46 ========================================================= 18:34:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:34:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:46 Removing intermediate container dcb4d163ba7a 18:34:46 ---> 1d817a6b132c 18:34:46 Step 6/8 : WORKDIR /build 18:34:46 ---> Running in fbb7c12eeaeb 18:34:46 Removing intermediate container fbb7c12eeaeb 18:34:46 ---> 06c1a9a25641 18:34:46 Step 7/8 : COPY go.mod . 18:34:47 ---> 390531d56556 18:34:47 Step 8/8 : RUN go mod download 18:34:47 ---> Running in 5b05d64abc35 18:34:47 + 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 . 18:34:48 Sending build context to Docker daemon 37.16MB 18:34:48 Step 1/8 : ARG BASE=golang:1.15-alpine 18:34:48 Step 2/8 : FROM ${BASE} 18:34:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:34:48 b538f80385f9: Pulling fs layer 18:34:48 74f711af9a0d: Pulling fs layer 18:34:48 99f96fe45779: Pulling fs layer 18:34:48 8529a6b9a6be: Pulling fs layer 18:34:48 45590311c82a: Pulling fs layer 18:34:48 69ca0ff8b7b3: Pulling fs layer 18:34:48 209524e5b208: Pulling fs layer 18:34:48 8529a6b9a6be: Waiting 18:34:48 45590311c82a: Waiting 18:34:48 69ca0ff8b7b3: Waiting 18:34:48 209524e5b208: Waiting 18:34:48 99f96fe45779: Verifying Checksum 18:34:48 99f96fe45779: Download complete 18:34:48 74f711af9a0d: Verifying Checksum 18:34:48 74f711af9a0d: Download complete 18:34:48 45590311c82a: Download complete 18:34:48 69ca0ff8b7b3: Verifying Checksum 18:34:48 69ca0ff8b7b3: Download complete 18:34:48 b538f80385f9: Verifying Checksum 18:34:48 b538f80385f9: Download complete 18:34:49 b538f80385f9: Pull complete 18:34:50 74f711af9a0d: Pull complete 18:34:50 99f96fe45779: Pull complete 18:34:51 209524e5b208: Verifying Checksum 18:34:53 8529a6b9a6be: Verifying Checksum 18:34:53 8529a6b9a6be: Download complete 18:35:03 8529a6b9a6be: Pull complete 18:35:03 45590311c82a: Pull complete 18:35:04 69ca0ff8b7b3: Pull complete 18:35:07 209524e5b208: Pull complete 18:35:07 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:35:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:35:07 ---> 5bddaf1c2fca 18:35:07 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:35:08 latest: Pulling from library/docker 18:35:08 b538f80385f9: Already exists 18:35:08 259a493cd78d: Pulling fs layer 18:35:08 b8e66b5100f5: Pulling fs layer 18:35:08 39dc9c94d07c: Pulling fs layer 18:35:08 551b823b3b82: Pulling fs layer 18:35:08 3c52a74df98c: Pulling fs layer 18:35:08 6c9b121b6998: Pulling fs layer 18:35:08 551b823b3b82: Waiting 18:35:08 6c9b121b6998: Waiting 18:35:08 b8e66b5100f5: Verifying Checksum 18:35:08 b8e66b5100f5: Download complete 18:35:08 259a493cd78d: Verifying Checksum 18:35:08 259a493cd78d: Download complete 18:35:08 551b823b3b82: Verifying Checksum 18:35:08 551b823b3b82: Download complete 18:35:08 3c52a74df98c: Verifying Checksum 18:35:08 3c52a74df98c: Download complete 18:35:08 6c9b121b6998: Verifying Checksum 18:35:08 6c9b121b6998: Download complete 18:35:08 259a493cd78d: Pull complete 18:35:09 b8e66b5100f5: Pull complete 18:35:09 39dc9c94d07c: Verifying Checksum 18:35:09 39dc9c94d07c: Download complete 18:35:13 39dc9c94d07c: Pull complete 18:35:13 551b823b3b82: Pull complete 18:35:13 3c52a74df98c: Pull complete 18:35:13 Removing intermediate container 5b05d64abc35 18:35:13 ---> c85761518818 18:35:13 Successfully built c85761518818 18:35:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:35:14 6c9b121b6998: Pull complete 18:35:14 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:35:14 Status: Downloaded newer image for docker:latest 18:35:14 + docker inspect -f . ci-base-image-x86_64 18:35:14 . [Pipeline] withDockerContainer 18:35:14 prd-centos7-docker-4c-2g-264 does not seem to be running inside a container 18:35:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/115 -v /w/workspace/app-functions-sdk-go/115:/w/workspace/app-functions-sdk-go/115:rw,z -v /w/workspace/app-functions-sdk-go/115@tmp:/w/workspace/app-functions-sdk-go/115@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 18:35:15 $ docker top 470783cd116adf395a69a48f441663e0bfaf4de9e9973e26b0219b9f5b3e8a71 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:15 + go version 18:35:15 go version go1.15.2 linux/amd64 [Pipeline] } 18:35:15 $ docker stop --time=1 470783cd116adf395a69a48f441663e0bfaf4de9e9973e26b0219b9f5b3e8a71 18:35:17 $ docker rm -f 470783cd116adf395a69a48f441663e0bfaf4de9e9973e26b0219b9f5b3e8a71 [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] } 18:35:20 ---> adcd01323e1b 18:35:20 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:35:20 ---> Running in 5587ff3ba63c 18:35:20 Removing intermediate container 5587ff3ba63c 18:35:20 ---> 384e49d6ede6 18:35:20 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:35:20 ---> Running in 52d228ec4615 18:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:23 (1/5) Installing libsodium (1.0.18-r0) 18:35:23 (2/5) Installing libzmq (4.3.3-r0) 18:35:24 (3/5) Installing pkgconf (1.7.2-r0) 18:35:24 (4/5) Installing libsodium-dev (1.0.18-r0) 18:35:24 (5/5) Installing zeromq-dev (4.3.3-r0) 18:35:24 Executing busybox-1.31.1-r16.trigger 18:35:24 OK: 144 MiB in 44 packages 18:35:25 Removing intermediate container 52d228ec4615 18:35:25 ---> 637205ac4fc3 18:35:25 Step 6/8 : WORKDIR /build 18:35:25 ---> Running in 159c5ee9635c 18:35:26 Removing intermediate container 159c5ee9635c 18:35:26 ---> 5ed68c5d0a73 18:35:26 Step 7/8 : COPY go.mod . 18:35:27 ---> 6c8101d5e2c2 18:35:27 Step 8/8 : RUN go mod download 18:35:27 ---> Running in dc551c19a357 18:35:54 Removing intermediate container dc551c19a357 18:35:54 ---> d8a11cf41bdb 18:35:54 Successfully built d8a11cf41bdb 18:35:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:35:54 + docker inspect -f . ci-base-image-arm64 18:35:54 . [Pipeline] withDockerContainer 18:35:55 prd-ubuntu18.04-docker-arm64-4c-16g-262 does not seem to be running inside a container 18:35:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/115 -v /w/workspace/app-functions-sdk-go/115:/w/workspace/app-functions-sdk-go/115:rw,z -v /w/workspace/app-functions-sdk-go/115@tmp:/w/workspace/app-functions-sdk-go/115@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-arm64 cat 18:35:57 $ docker top 8123a04891b9664e9c3c0d7f0d1f656a5850da890323ddc257ac839284864e0f -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:58 + go version 18:35:58 go version go1.15.2 linux/arm64 [Pipeline] } 18:35:58 $ docker stop --time=1 8123a04891b9664e9c3c0d7f0d1f656a5850da890323ddc257ac839284864e0f 18:36:00 $ docker rm -f 8123a04891b9664e9c3c0d7f0d1f656a5850da890323ddc257ac839284864e0f [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 18:36:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 18:36:03 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 18:36:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:36:04 18:36:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 18:36:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:36:04 1.317.0: Pulling from edgex-devops/edgex-snyk-go 18:36:04 cbdbe7a5bc2a: Pulling fs layer 18:36:04 408f87550127: Pulling fs layer 18:36:04 fe522b08c979: Pulling fs layer 18:36:04 221eaa008020: Pulling fs layer 18:36:04 2a4607e5d6b9: Pulling fs layer 18:36:04 8f79b27c4fd2: Pulling fs layer 18:36:04 e5c8dbe1645b: Pulling fs layer 18:36:04 23e8b3b47431: Pulling fs layer 18:36:04 5c568d65a230: Pulling fs layer 18:36:04 8f79b27c4fd2: Waiting 18:36:04 e5c8dbe1645b: Waiting 18:36:04 23e8b3b47431: Waiting 18:36:04 5c568d65a230: Waiting 18:36:04 2a4607e5d6b9: Waiting 18:36:04 221eaa008020: Waiting 18:36:04 408f87550127: Verifying Checksum 18:36:04 408f87550127: Download complete 18:36:04 fe522b08c979: Download complete 18:36:04 2a4607e5d6b9: Verifying Checksum 18:36:04 2a4607e5d6b9: Download complete 18:36:04 8f79b27c4fd2: Verifying Checksum 18:36:04 8f79b27c4fd2: Download complete 18:36:05 cbdbe7a5bc2a: Verifying Checksum 18:36:05 cbdbe7a5bc2a: Download complete 18:36:05 cbdbe7a5bc2a: Pull complete 18:36:05 408f87550127: Pull complete 18:36:05 fe522b08c979: Pull complete 18:36:06 e5c8dbe1645b: Verifying Checksum 18:36:06 e5c8dbe1645b: Download complete 18:36:11 23e8b3b47431: Verifying Checksum 18:36:11 23e8b3b47431: Download complete 18:36:11 5c568d65a230: Verifying Checksum 18:36:11 5c568d65a230: Download complete 18:36:13 221eaa008020: Verifying Checksum 18:36:13 221eaa008020: Download complete 18:36:24 221eaa008020: Pull complete 18:36:24 2a4607e5d6b9: Pull complete 18:36:24 8f79b27c4fd2: Pull complete 18:36:28 e5c8dbe1645b: Pull complete 18:36:30 23e8b3b47431: Pull complete 18:36:32 5c568d65a230: Pull complete 18:36:32 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 18:36:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:36:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 18:36:33 prd-centos7-docker-4c-2g-257 does not seem to be running inside a container 18:36:33 $ 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 18:36:35 $ docker top d4434af99492165ffd2940ad1320381e96cebff7a4000decc9b54da6f27a224e -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:36 + snyk monitor '--org=edgex-jenkins' 18:36:55 18:36:55 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 18:36:55 18:36:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/ca44ae1e-195e-422a-8264-816897be4625 18:36:55 18:36:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:36:55 18:36:55 18:36:55 Snyk CLI supports Node.js 8 and higher. 18:36:55 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 18:36:55 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 18:36:55 18:36:55 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 18:36:55 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 18:36:55 $ docker stop --time=1 d4434af99492165ffd2940ad1320381e96cebff7a4000decc9b54da6f27a224e 18:36:59 $ docker rm -f d4434af99492165ffd2940ad1320381e96cebff7a4000decc9b54da6f27a224e [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 18:37:01 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:37:01 provisioning config files... 18:37:01 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2441249065252737563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:02 --> edgex-publish-swagger.sh 18:37:02 === Publish openapi/v2 API === 18:37:02 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:37:02 [publishToSwagger] Publishing API Name [app-functions-sdk] 18:37:02 [publishToSwagger] Dry Run enabled...Simulating upload 18:37:02 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 18:37:02 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 18:37:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:37:05 . [Pipeline] withDockerContainer 18:37:05 prd-centos7-docker-4c-2g-257 does not seem to be running inside a container 18:37:06 $ 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 18:37:07 $ docker top c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:37:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:07 [ssh-agent] Looking for ssh-agent implementation... 18:37:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:08 $ docker exec c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 ssh-agent 18:37:08 SSH_AUTH_SOCK=/tmp/ssh-40uaGh2BmIzA/agent.13 18:37:08 SSH_AGENT_PID=18 18:37:08 Running ssh-add (command line suppressed) 18:37:08 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4704989901530878470.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4704989901530878470.key) 18:37:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:09 + git semver tag 18:37:09 # -> Open(): unable to determine branch for HEAD 18:37:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:37:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:37:09 # $SEMVER_REMOTE_NAME = origin 18:37:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:37:09 # $SEMVER_USER_NAME = edgex-jenkins 18:37:09 # $SEMVER_BRANCH = master 18:37:09 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:37:09 # e35ffebebb1e4787f82a73d0795a567a7eccbe33 HEAD 18:37:09 # -> Force: false 18:37:09 # 5e29909334d789c853a9b0a41fb4c2ddd10df405 refs/tags/v1.2.1-dev.27 [Pipeline] } 18:37:09 $ docker exec --env ******** --env ******** c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 ssh-agent -k 18:37:09 unset SSH_AUTH_SOCK; 18:37:09 unset SSH_AGENT_PID; 18:37:09 echo Agent pid 18 killed; 18:37:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:37:10 + git semver [Pipeline] } 18:37:10 $ docker stop --time=1 c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 18:37:12 $ docker rm -f c17ecae46fe75ce2a6bf1ec4b66de8f9c098bd3fb71ae1cebae97766693ea649 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:37:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:37:13 18:37:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:37:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:37:13 0.23.1-centos7: Pulling from edgex-lftools 18:37:13 ab5ef0e58194: Pulling fs layer 18:37:13 9712f1f96733: Pulling fs layer 18:37:13 63f879dbbcfc: Pulling fs layer 18:37:13 0d9ebad4ef96: Pulling fs layer 18:37:13 e9a5061849ea: Pulling fs layer 18:37:13 d747dcd14b5f: Pulling fs layer 18:37:13 2de7ff778b66: Pulling fs layer 18:37:13 0d9ebad4ef96: Waiting 18:37:13 d747dcd14b5f: Waiting 18:37:13 e9a5061849ea: Waiting 18:37:13 2de7ff778b66: Waiting 18:37:13 9712f1f96733: Download complete 18:37:18 63f879dbbcfc: Verifying Checksum 18:37:18 63f879dbbcfc: Download complete 18:37:18 e9a5061849ea: Verifying Checksum 18:37:18 e9a5061849ea: Download complete 18:37:18 d747dcd14b5f: Verifying Checksum 18:37:19 0d9ebad4ef96: Verifying Checksum 18:37:19 0d9ebad4ef96: Download complete 18:37:19 2de7ff778b66: Verifying Checksum 18:37:19 2de7ff778b66: Download complete 18:37:20 ab5ef0e58194: Verifying Checksum 18:37:20 ab5ef0e58194: Download complete 18:37:28 ab5ef0e58194: Pull complete 18:37:28 9712f1f96733: Pull complete 18:37:30 63f879dbbcfc: Pull complete 18:37:40 0d9ebad4ef96: Pull complete 18:37:40 e9a5061849ea: Pull complete 18:37:40 d747dcd14b5f: Pull complete 18:37:44 2de7ff778b66: Pull complete 18:37:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:37:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:37:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:37:45 prd-centos7-docker-4c-2g-257 does not seem to be running inside a container 18:37:45 $ 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 18:37:48 $ docker top 47c9ccbadeb0fec8057b69a040b1ecbaf66ce9fa714884e1cc0fef05461a696a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:37:48 provisioning config files... 18:37:48 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6940668528031761651tmp 18:37:48 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1495009787078370364tmp 18:37:48 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8306043442911598147tmp [Pipeline] { [Pipeline] echo 18:37:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:37:49 ---> sigul-configuration.sh 18:37:49 gpg: directory `/root/.gnupg' created 18:37:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:37:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:37:49 gpg: keyring `/root/.gnupg/secring.gpg' created 18:37:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:37:49 gpg: CAST5 encrypted data 18:37:49 gpg: encrypted with 1 passphrase 18:37:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:37:49 + mkdir /home/jenkins 18:37:49 + mkdir /home/jenkins/sigul [Pipeline] sh 18:37:50 + 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 18:37:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:37:50 ---> sigul-install.sh 18:37:58 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:37:59 + git tag --list 18:37:59 v1.2.1-dev.27 [Pipeline] sh 18:38:00 + lftools sign git-tag v1.2.1-dev.27 18:38:02 Signing Git tag with Sigul... 18:38:02 Signing v1.2.1-dev.27 [Pipeline] echo 18:38:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:38:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:38:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:38:04 $ docker stop --time=1 47c9ccbadeb0fec8057b69a040b1ecbaf66ce9fa714884e1cc0fef05461a696a 18:38:06 $ docker rm -f 47c9ccbadeb0fec8057b69a040b1ecbaf66ce9fa714884e1cc0fef05461a696a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:38:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:07 . [Pipeline] withDockerContainer 18:38:08 prd-centos7-docker-4c-2g-257 does not seem to be running inside a container 18:38:08 $ 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 18:38:09 $ docker top 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:09 [ssh-agent] Looking for ssh-agent implementation... 18:38:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:09 $ docker exec 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d ssh-agent 18:38:10 SSH_AUTH_SOCK=/tmp/ssh-dfFPYLQC02z5/agent.13 18:38:10 SSH_AGENT_PID=18 18:38:10 Running ssh-add (command line suppressed) 18:38:10 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3356162134268889470.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3356162134268889470.key) 18:38:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:11 + git semver bump pre 18:38:11 # -> Open(): unable to determine branch for HEAD 18:38:11 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:38:11 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:38:11 # $SEMVER_REMOTE_NAME = origin 18:38:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:38:11 # $SEMVER_USER_NAME = edgex-jenkins 18:38:11 # $SEMVER_BRANCH = master 18:38:11 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:38:11 1.2.1-dev.28 [Pipeline] } 18:38:11 $ docker exec --env ******** --env ******** 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d ssh-agent -k 18:38:11 unset SSH_AUTH_SOCK; 18:38:11 unset SSH_AGENT_PID; 18:38:11 echo Agent pid 18 killed; 18:38:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:12 + git semver [Pipeline] } 18:38:12 $ docker stop --time=1 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d 18:38:14 $ docker rm -f 9f8e4f16740df2a2ac8d24e4afb22ae774cd6aff8272c01b9970c75515d2736d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:38:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:15 . [Pipeline] withDockerContainer 18:38:15 prd-centos7-docker-4c-2g-257 does not seem to be running inside a container 18:38:15 $ 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 18:38:16 $ docker top 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:16 [ssh-agent] Looking for ssh-agent implementation... 18:38:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:17 $ docker exec 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 ssh-agent 18:38:18 SSH_AUTH_SOCK=/tmp/ssh-nG5EpaNv3yXX/agent.11 18:38:18 SSH_AGENT_PID=16 18:38:18 Running ssh-add (command line suppressed) 18:38:18 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8621112702270739500.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8621112702270739500.key) 18:38:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:19 + git semver push 18:38:19 # -> Open(): unable to determine branch for HEAD 18:38:19 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:38:19 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:38:19 # $SEMVER_REMOTE_NAME = origin 18:38:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:38:19 # $SEMVER_USER_NAME = edgex-jenkins 18:38:19 # $SEMVER_BRANCH = master 18:38:19 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:38:27 $ docker exec --env ******** --env ******** 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 ssh-agent -k 18:38:27 unset SSH_AUTH_SOCK; 18:38:27 unset SSH_AGENT_PID; 18:38:27 echo Agent pid 16 killed; 18:38:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:28 + git semver [Pipeline] } 18:38:28 $ docker stop --time=1 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 18:38:30 $ docker rm -f 4cd4849f8ccf05b595022180c5e6c3f531f519d422d51b46df6dd10faff7b244 [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 18:38:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:38:32 ---> package-listing.sh 18:38:32 ++ tr '[:upper:]' '[:lower:]' 18:38:32 ++ facter osfamily 18:38:32 + OS_FAMILY=redhat 18:38:32 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:38:32 + START_PACKAGES=/tmp/packages_start.txt 18:38:32 + END_PACKAGES=/tmp/packages_end.txt 18:38:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:38:32 + PACKAGES=/tmp/packages_start.txt 18:38:32 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:38:32 + PACKAGES=/tmp/packages_end.txt 18:38:32 + case "${OS_FAMILY}" in 18:38:32 + rpm -qa 18:38:32 + sort 18:38:38 + '[' -f /tmp/packages_start.txt ']' 18:38:38 + '[' -f /tmp/packages_end.txt ']' 18:38:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:38:38 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:38:38 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:38:38 + 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 18:38:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:38 18:38:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:38:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:39 alpine: Pulling from edgex-lftools-log-publisher 18:38:39 df20fa9351a1: Pulling fs layer 18:38:39 36b3adc4ff6f: Pulling fs layer 18:38:39 8ad3a11d3b57: Pulling fs layer 18:38:39 46f8f816bc3b: Pulling fs layer 18:38:39 0dadc02b9964: Pulling fs layer 18:38:39 ce6a7cf60c04: Pulling fs layer 18:38:39 7a184a31f384: Pulling fs layer 18:38:39 0879bd2ef858: Pulling fs layer 18:38:39 46f8f816bc3b: Waiting 18:38:39 0dadc02b9964: Waiting 18:38:39 ce6a7cf60c04: Waiting 18:38:39 0879bd2ef858: Waiting 18:38:39 7a184a31f384: Waiting 18:38:39 36b3adc4ff6f: Verifying Checksum 18:38:39 36b3adc4ff6f: Download complete 18:38:39 46f8f816bc3b: Verifying Checksum 18:38:39 46f8f816bc3b: Download complete 18:38:39 df20fa9351a1: Verifying Checksum 18:38:39 df20fa9351a1: Download complete 18:38:39 ce6a7cf60c04: Verifying Checksum 18:38:39 ce6a7cf60c04: Download complete 18:38:39 7a184a31f384: Download complete 18:38:39 0dadc02b9964: Verifying Checksum 18:38:39 0dadc02b9964: Download complete 18:38:40 df20fa9351a1: Pull complete 18:38:40 8ad3a11d3b57: Verifying Checksum 18:38:40 8ad3a11d3b57: Download complete 18:38:41 36b3adc4ff6f: Pull complete 18:38:41 0879bd2ef858: Verifying Checksum 18:38:41 0879bd2ef858: Download complete 18:38:42 8ad3a11d3b57: Pull complete 18:38:42 46f8f816bc3b: Pull complete 18:38:43 0dadc02b9964: Pull complete 18:38:43 ce6a7cf60c04: Pull complete 18:38:43 7a184a31f384: Pull complete 18:38:48 0879bd2ef858: Pull complete 18:38:48 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:38:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:38:48 prd-centos7-docker-4c-2g-257 does not seem to be running inside a container 18:38:48 $ 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 18:38:53 $ docker top 775a4c309de2f29fcddcb2a089c99cc42346a3399af05f5257026e37d91126b6 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:54 + mkdir -p /var/log/sa [Pipeline] sh 18:38:54 + ls /var/log/sa-host 18:38:54 + sadf -c /var/log/sa-host/sa05 18:38:54 file_magic: OK 18:38:54 HZ: Using current value: 100 18:38:54 file_header: OK 18:38:54 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 18:38:54 Statistics: 18:38:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:38:54 File successfully converted to sysstat format version 12.2.1 18:38:54 + sadf -c /var/log/sa-host/sa17 18:38:54 file_magic: OK 18:38:54 HZ: Using current value: 100 18:38:54 file_header: OK 18:38:54 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 18:38:54 Statistics: 18:38:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:38:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:38:54 provisioning config files... 18:38:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config957762438132777294tmp [Pipeline] { [Pipeline] echo 18:38:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:38:55 ---> create-netrc.sh [Pipeline] echo 18:38:55 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:38:55 ---> logs-deploy.sh 18:38:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/115 18:38:55 INFO: archiving workspace using pattern(s): 18:38:57 Archives upload complete. 18:38:57 INFO: archiving logs to Nexus 18:38:59 ---> uname -a: 18:38:59 Linux 775a4c309de2 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:38:59 18:38:59 18:38:59 ---> lscpu: 18:38:59 Architecture: x86_64 18:38:59 CPU op-mode(s): 32-bit, 64-bit 18:38:59 Byte Order: Little Endian 18:38:59 Address sizes: 40 bits physical, 48 bits virtual 18:38:59 CPU(s): 4 18:38:59 On-line CPU(s) list: 0-3 18:38:59 Thread(s) per core: 1 18:38:59 Core(s) per socket: 1 18:38:59 Socket(s): 4 18:38:59 NUMA node(s): 1 18:38:59 Vendor ID: GenuineIntel 18:38:59 CPU family: 6 18:38:59 Model: 44 18:38:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:38:59 Stepping: 1 18:38:59 CPU MHz: 2933.438 18:38:59 BogoMIPS: 5866.87 18:38:59 Virtualization: VT-x 18:38:59 Hypervisor vendor: KVM 18:38:59 Virtualization type: full 18:38:59 L1d cache: 128 KiB 18:38:59 L1i cache: 128 KiB 18:38:59 L2 cache: 16 MiB 18:38:59 L3 cache: 64 MiB 18:38:59 NUMA node0 CPU(s): 0-3 18:38:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:38:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:38:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:38:59 Vulnerability Meltdown: Mitigation; PTI 18:38:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:38:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:38:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:38:59 Vulnerability Tsx async abort: Not affected 18:38:59 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 18:38:59 18:38:59 18:38:59 ---> nproc: 18:38:59 4 18:38:59 18:38:59 18:38:59 ---> df -h: 18:38:59 Filesystem Size Used Available Use% Mounted on 18:38:59 overlay 50.0G 8.2G 41.8G 16% / 18:38:59 tmpfs 64.0M 0 64.0M 0% /dev 18:38:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:38:59 shm 64.0M 0 64.0M 0% /dev/shm 18:38:59 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 18:38:59 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 18:38:59 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 18:38:59 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 18:38:59 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 18:38:59 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 18:38:59 18:38:59 18:38:59 ---> free -m: 18:38:59 total used free shared buff/cache available 18:38:59 Mem: 1837 780 130 0 927 991 18:38:59 Swap: 1023 3 1020 18:38:59 18:38:59 18:38:59 ---> ip addr: 18:38:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:38:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:38:59 inet 127.0.0.1/8 scope host lo 18:38:59 valid_lft forever preferred_lft forever 18:38:59 16: eth0@if17: mtu 1458 qdisc noqueue state UP 18:38:59 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:38:59 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:38:59 valid_lft forever preferred_lft forever 18:38:59 18:38:59 18:38:59 ---> sar -b -r -n DEV: 18:38:59 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 18:38:59 18:38:59 18:30:43 LINUX RESTART (4 CPU) 18:38:59 18:38:59 18:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:38:59 18:33:01 9.27 2.16 7.11 0.00 186.28 1325.18 0.00 18:38:59 18:34:01 0.42 0.00 0.42 0.00 0.00 7.74 0.00 18:38:59 18:35:01 0.25 0.00 0.25 0.00 0.00 4.03 0.00 18:38:59 18:36:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 18:38:59 18:37:01 264.64 148.54 116.09 0.00 7554.00 35469.71 0.00 18:38:59 18:38:01 205.92 71.76 134.17 0.00 4168.60 30897.84 0.00 18:38:59 Average: 80.15 37.09 43.06 0.00 1985.54 11289.30 0.00 18:38:59 18:38:59 18:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:38:59 18:33:01 197808 0 587160 31.21 2620 1093968 1143264 39.02 455084 1068452 24 18:38:59 18:34:01 200844 0 584120 31.04 2620 1093972 1091928 37.27 455460 1066156 20 18:38:59 18:35:01 200804 0 584152 31.05 2620 1093980 1091760 37.26 456460 1065352 12 18:38:59 18:36:01 204128 0 580828 30.87 2620 1093980 1066000 36.38 462656 1056388 8 18:38:59 18:37:01 320312 0 642484 34.15 2596 916164 1091596 37.25 533176 820076 20 18:38:59 18:38:01 75516 0 791388 42.06 1952 1012700 1312496 44.79 720888 791740 70336 18:38:59 Average: 199902 0 628355 33.40 2505 1050794 1132841 38.66 513954 978027 11737 18:38:59 18:38:59 18:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:38:59 18:33:01 eth0 150.07 135.02 336.34 323.24 0.00 0.00 0.00 0.00 18:38:59 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:33:01 docker0 73.87 55.59 7.30 300.53 0.00 0.00 0.00 0.00 18:38:59 18:34:01 eth0 6.96 4.54 1.29 10.32 0.00 0.00 0.00 0.00 18:38:59 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:35:01 eth0 1.33 0.87 0.83 0.62 0.00 0.00 0.00 0.00 18:38:59 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:36:01 eth0 2.43 0.08 0.23 0.01 0.00 0.00 0.00 0.00 18:38:59 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:37:01 eth0 470.09 408.79 4209.97 40.01 0.00 0.00 0.00 0.00 18:38:59 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:37:01 docker0 66.42 72.41 5.50 416.17 0.00 0.00 0.00 0.00 18:38:59 18:38:01 veth1e2abbc 28.58 37.33 1.96 198.97 0.00 0.00 0.00 0.00 18:38:59 18:38:01 eth0 505.47 412.74 3744.91 106.30 0.00 0.00 0.00 0.00 18:38:59 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 18:38:01 docker0 28.58 37.19 1.57 198.96 0.00 0.00 0.00 0.00 18:38:59 Average: veth1e2abbc 4.77 6.23 0.33 33.18 0.00 0.00 0.00 0.00 18:38:59 Average: eth0 189.47 160.40 1382.83 80.10 0.00 0.00 0.00 0.00 18:38:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:38:59 Average: docker0 28.15 27.54 2.40 152.65 0.00 0.00 0.00 0.00 18:38:59 18:38:59 18:38:59 ---> sar -P ALL: 18:38:59 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 18:38:59 18:38:59 18:30:43 LINUX RESTART (4 CPU) 18:38:59 18:38:59 18:32:01 CPU %user %nice %system %iowait %steal %idle 18:38:59 18:33:01 all 2.94 0.00 0.88 0.09 1.67 94.41 18:38:59 18:33:01 0 3.31 0.00 1.02 0.03 1.88 93.76 18:38:59 18:33:01 1 2.78 0.00 0.80 0.20 1.47 94.74 18:38:59 18:33:01 2 3.30 0.00 0.79 0.12 1.54 94.25 18:38:59 18:33:01 3 2.38 0.00 0.92 0.02 1.78 94.90 18:38:59 18:34:01 all 0.20 0.00 0.07 0.00 0.23 99.50 18:38:59 18:34:01 0 0.07 0.00 0.08 0.00 0.28 99.57 18:38:59 18:34:01 1 0.13 0.00 0.05 0.00 0.20 99.62 18:38:59 18:34:01 2 0.43 0.00 0.10 0.00 0.30 99.17 18:38:59 18:34:01 3 0.18 0.00 0.05 0.00 0.13 99.63 18:38:59 18:35:01 all 0.13 0.00 0.05 0.00 0.10 99.72 18:38:59 18:35:01 0 0.03 0.00 0.03 0.00 0.08 99.85 18:38:59 18:35:01 1 0.08 0.00 0.07 0.00 0.10 99.75 18:38:59 18:35:01 2 0.37 0.00 0.07 0.00 0.17 99.40 18:38:59 18:35:01 3 0.03 0.00 0.02 0.00 0.07 99.88 18:38:59 18:36:01 all 0.12 0.00 0.04 0.00 0.16 99.67 18:38:59 18:36:01 0 0.02 0.00 0.00 0.00 0.18 99.80 18:38:59 18:36:01 1 0.08 0.00 0.03 0.00 0.13 99.75 18:38:59 18:36:01 2 0.37 0.00 0.10 0.00 0.32 99.22 18:38:59 18:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 18:38:59 18:37:01 all 5.98 0.00 5.01 2.14 19.34 67.53 18:38:59 18:37:01 0 5.63 0.00 4.58 1.77 21.12 66.90 18:38:59 18:37:01 1 6.02 0.00 5.37 2.07 18.63 67.90 18:38:59 18:37:01 2 5.73 0.00 5.77 2.39 18.76 67.35 18:38:59 18:37:01 3 6.52 0.00 4.32 2.35 18.85 67.96 18:38:59 18:38:01 all 8.41 0.00 5.92 2.10 17.55 66.02 18:38:59 18:38:01 0 7.52 0.00 5.47 1.39 18.89 66.73 18:38:59 18:38:01 1 7.02 0.00 4.93 2.66 17.75 67.63 18:38:59 18:38:01 2 6.40 0.00 5.56 2.34 16.13 69.57 18:38:59 18:38:01 3 12.89 0.00 7.79 2.02 17.42 59.88 18:38:59 Average: all 2.97 0.00 2.00 0.73 6.55 87.75 18:38:59 Average: 0 2.78 0.00 1.88 0.54 7.15 87.66 18:38:59 Average: 1 2.71 0.00 1.90 0.83 6.45 88.11 18:38:59 Average: 2 2.78 0.00 2.08 0.81 6.24 88.10 18:38:59 Average: 3 3.63 0.00 2.16 0.73 6.35 87.13 18:38:59 18:38:59 18:38:59