Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb86f1495a853a9aa3a7d034429d9b83edfd7803 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-299 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 fb86f1495a853a9aa3a7d034429d9b83edfd7803 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493)" > git rev-list --no-walk fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:22:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:22:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:22:24 ========================================================= 19:22:24 EdgeX Global Pipelines Version Info 19:22:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:22:25 ------------------- 19:22:25 stable info: 19:22:25 ------------------- 19:22:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:22:25 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 19:22:25 Message: update stable to v1.0.122 19:22:26 ------------------- 19:22:26 experimental info: 19:22:26 ------------------- 19:22:26 Commited By: **** collab-it+edgex@linuxfoundation.org 19:22:26 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 19:22:26 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:22:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:22:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:22:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:22:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:22:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:22:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:22:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fb86f1495a853a9aa3a7d034429d9b83edfd7803 [Pipeline] echo 19:22:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fb86f14 [Pipeline] echo 19:22:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:22:30 + git log --format=format:%s -1 fb86f1495a853a9aa3a7d034429d9b83edfd7803 [Pipeline] echo 19:22:30 GIT_COMMIT: fb86f1495a853a9aa3a7d034429d9b83edfd7803, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493) [Pipeline] echo 19:22:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:22:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:22:31 19:22:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:22:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:22:32 latest: Pulling from edgex-devops/git-semver 19:22:32 31603596830f: Pulling fs layer 19:22:32 2a8b12db71e7: Pulling fs layer 19:22:32 6ca5941a6612: Pulling fs layer 19:22:32 ecc8261a40a4: Pulling fs layer 19:22:32 ecc8261a40a4: Waiting 19:22:32 2a8b12db71e7: Verifying Checksum 19:22:32 2a8b12db71e7: Download complete 19:22:32 31603596830f: Verifying Checksum 19:22:32 31603596830f: Download complete 19:22:32 ecc8261a40a4: Verifying Checksum 19:22:32 ecc8261a40a4: Download complete 19:22:32 6ca5941a6612: Verifying Checksum 19:22:32 6ca5941a6612: Download complete 19:22:32 31603596830f: Pull complete 19:22:32 2a8b12db71e7: Pull complete 19:22:33 6ca5941a6612: Pull complete 19:22:33 ecc8261a40a4: Pull complete 19:22:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:22:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:22:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:22:33 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 19:22:34 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:22:35 $ docker top 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:22:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:22:36 [ssh-agent] Looking for ssh-agent implementation... 19:22:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:22:36 $ docker exec 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent 19:22:36 SSH_AUTH_SOCK=/tmp/ssh-c9lD4sXyhrKY/agent.13 19:22:36 SSH_AGENT_PID=19 19:22:36 Running ssh-add (command line suppressed) 19:22:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1886003684671970505.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1886003684671970505.key) 19:22:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:22:37 + git describe --exact-match --tags HEAD 19:22:37 fatal: No names found, cannot describe anything. [Pipeline] } 19:22:37 $ docker exec --env ******** --env ******** 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent -k 19:22:37 unset SSH_AUTH_SOCK; 19:22:37 unset SSH_AGENT_PID; 19:22:37 echo Agent pid 19 killed; 19:22:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:22:37 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:22:37 This usually means this commit has not been tagged. [Pipeline] sshagent 19:22:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:22:37 [ssh-agent] Looking for ssh-agent implementation... 19:22:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:22:37 $ docker exec 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent 19:22:38 SSH_AUTH_SOCK=/tmp/ssh-hjWtXKJMbApF/agent.47 19:22:38 SSH_AGENT_PID=52 19:22:38 Running ssh-add (command line suppressed) 19:22:38 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594284752629242037.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7594284752629242037.key) 19:22:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:22:38 + git semver init 19:22:38 # -> Open(): unable to determine branch for HEAD 19:22:38 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:22:38 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:22:38 # $SEMVER_REMOTE_NAME = origin 19:22:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:22:38 # $SEMVER_USER_NAME = edgex-jenkins 19:22:38 # $SEMVER_BRANCH = master 19:22:38 # $SEMVER_TEMP = /tmp/semver-089570079 19:22:38 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 19:22:41 # '/tmp/semver-089570079' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 19:22:41 # -> Force: false 19:22:41 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 19:22:41 $ docker exec --env ******** --env ******** 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af ssh-agent -k 19:22:41 unset SSH_AUTH_SOCK; 19:22:41 unset SSH_AGENT_PID; 19:22:41 echo Agent pid 52 killed; 19:22:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:22:41 + git semver [Pipeline] } 19:22:41 $ docker stop --time=1 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af 19:22:43 $ docker rm -f 0ed74265452afc0ac5bf7b8dbf358846b5327d2df3915876bdbddfa4cb91f6af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:22:45 Stashed 43 file(s) [Pipeline] echo 19:22:45 [edgeXSemver]: initialized semver on version 1.2.1-dev.30 [Pipeline] echo 19:22:45 Archived original version: [1.2.1-dev.30] [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 19:23:01 Still waiting to schedule task 19:23:01 ‘prd-centos7-docker-4c-2g-292’ is offline; ‘prd-centos7-docker-4c-2g-293’ is offline; ‘prd-centos7-docker-4c-2g-300’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-298’ doesn’t have label ‘centos7-docker-4c-2g’ 19:23:01 Still waiting to schedule task 19:23:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-298’ is offline 19:24:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-301 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 19:24:50 Running in /w/workspace/app-functions-sdk-go/118 [Pipeline] { [Pipeline] checkout 19:24:55 using credential edgex-jenkins-ssh 19:24:55 Cloning the remote Git repository 19:24:55 Cloning with configured refspecs honoured and without tags 19:24:55 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:24:56 > git init /w/workspace/app-functions-sdk-go/118 # timeout=10 19:24:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:24:56 > git --version # timeout=10 19:24:56 > git --version # 'git version 2.17.1' 19:24:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:59 Fetching without tags 19:24:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:24:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:24:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:24:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:00 Checking out Revision fb86f1495a853a9aa3a7d034429d9b83edfd7803 (master) 19:25:00 > git config core.sparsecheckout # timeout=10 19:25:00 > git checkout -f fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 19:25:04 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 19:25:05 Running on prd-centos7-docker-4c-2g-302 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 19:25:05 Running in /w/workspace/app-functions-sdk-go/118 [Pipeline] { [Pipeline] checkout [Pipeline] echo 19:25:08 ========================================================= 19:25:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:25:08 ========================================================= 19:25:08 using credential edgex-jenkins-ssh [Pipeline] isUnix [Pipeline] sh 19:25:08 Cloning the remote Git repository 19:25:08 Cloning with configured refspecs honoured and without tags 19:25:08 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:09 + 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 . 19:25:08 > git init /w/workspace/app-functions-sdk-go/118 # timeout=10 19:25:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:08 > git --version # timeout=10 19:25:08 > git --version # 'git version 2.16.5' 19:25:08 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:09 Fetching without tags 19:25:09 Checking out Revision fb86f1495a853a9aa3a7d034429d9b83edfd7803 (master) 19:25:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:25:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:25:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:25:09 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:09 > git config core.sparsecheckout # timeout=10 19:25:09 > git checkout -f fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 19:25:10 Sending build context to Docker daemon 37.17MB 19:25:10 Step 1/8 : ARG BASE=golang:1.15-alpine 19:25:10 Step 2/8 : FROM ${BASE} 19:25:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:25:10 b538f80385f9: Pulling fs layer 19:25:10 74f711af9a0d: Pulling fs layer 19:25:10 99f96fe45779: Pulling fs layer 19:25:10 8529a6b9a6be: Pulling fs layer 19:25:10 45590311c82a: Pulling fs layer 19:25:10 69ca0ff8b7b3: Pulling fs layer 19:25:10 209524e5b208: Pulling fs layer 19:25:10 8529a6b9a6be: Waiting 19:25:10 45590311c82a: Waiting 19:25:10 69ca0ff8b7b3: Waiting 19:25:10 209524e5b208: Waiting 19:25:10 99f96fe45779: Download complete 19:25:10 74f711af9a0d: Verifying Checksum 19:25:10 74f711af9a0d: Download complete 19:25:10 45590311c82a: Verifying Checksum 19:25:10 45590311c82a: Download complete 19:25:10 69ca0ff8b7b3: Verifying Checksum 19:25:10 69ca0ff8b7b3: Download complete 19:25:10 b538f80385f9: Verifying Checksum 19:25:10 b538f80385f9: Download complete 19:25:11 b538f80385f9: Pull complete 19:25:12 74f711af9a0d: Pull complete 19:25:12 99f96fe45779: Pull complete 19:25:13 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#493)" 19:25:13 209524e5b208: Verifying Checksum 19:25:13 209524e5b208: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 19:25:15 8529a6b9a6be: Verifying Checksum 19:25:15 8529a6b9a6be: Download complete [Pipeline] echo 19:25:15 ========================================================= 19:25:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:25:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:25:16 + 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 . 19:25:16 Sending build context to Docker daemon 37.17MB 19:25:16 Step 1/8 : ARG BASE=golang:1.15-alpine 19:25:16 Step 2/8 : FROM ${BASE} 19:25:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:25:16 df20fa9351a1: Pulling fs layer 19:25:16 ed8968b2872e: Pulling fs layer 19:25:16 a92cc7c5fd73: Pulling fs layer 19:25:16 e871e8e8d7a9: Pulling fs layer 19:25:16 e73272ec9a57: Pulling fs layer 19:25:16 1e910a182e73: Pulling fs layer 19:25:16 4e634b169226: Pulling fs layer 19:25:16 e73272ec9a57: Waiting 19:25:16 1e910a182e73: Waiting 19:25:16 4e634b169226: Waiting 19:25:16 e871e8e8d7a9: Waiting 19:25:16 a92cc7c5fd73: Download complete 19:25:16 ed8968b2872e: Download complete 19:25:16 e73272ec9a57: Verifying Checksum 19:25:16 e73272ec9a57: Download complete 19:25:16 1e910a182e73: Verifying Checksum 19:25:16 1e910a182e73: Download complete 19:25:16 df20fa9351a1: Verifying Checksum 19:25:16 df20fa9351a1: Download complete 19:25:16 df20fa9351a1: Pull complete 19:25:17 ed8968b2872e: Pull complete 19:25:17 a92cc7c5fd73: Pull complete 19:25:18 4e634b169226: Verifying Checksum 19:25:18 4e634b169226: Download complete 19:25:18 e871e8e8d7a9: Verifying Checksum 19:25:18 e871e8e8d7a9: Download complete 19:25:22 e871e8e8d7a9: Pull complete 19:25:22 e73272ec9a57: Pull complete 19:25:22 1e910a182e73: Pull complete 19:25:25 8529a6b9a6be: Pull complete 19:25:25 45590311c82a: Pull complete 19:25:25 69ca0ff8b7b3: Pull complete 19:25:30 209524e5b208: Pull complete 19:25:30 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:25:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:25:30 ---> 5bddaf1c2fca 19:25:30 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:25:30 latest: Pulling from library/docker 19:25:30 b538f80385f9: Already exists 19:25:30 259a493cd78d: Pulling fs layer 19:25:30 b8e66b5100f5: Pulling fs layer 19:25:30 39dc9c94d07c: Pulling fs layer 19:25:30 551b823b3b82: Pulling fs layer 19:25:30 3c52a74df98c: Pulling fs layer 19:25:30 6c9b121b6998: Pulling fs layer 19:25:30 551b823b3b82: Waiting 19:25:30 3c52a74df98c: Waiting 19:25:30 6c9b121b6998: Waiting 19:25:30 b8e66b5100f5: Verifying Checksum 19:25:30 b8e66b5100f5: Download complete 19:25:30 259a493cd78d: Verifying Checksum 19:25:30 259a493cd78d: Download complete 19:25:30 551b823b3b82: Verifying Checksum 19:25:30 551b823b3b82: Download complete 19:25:30 3c52a74df98c: Verifying Checksum 19:25:30 3c52a74df98c: Download complete 19:25:30 6c9b121b6998: Verifying Checksum 19:25:30 6c9b121b6998: Download complete 19:25:30 259a493cd78d: Pull complete 19:25:30 b8e66b5100f5: Pull complete 19:25:31 4e634b169226: Pull complete 19:25:31 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:25:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:25:31 ---> f7629b54cfaa 19:25:31 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:25:31 latest: Pulling from library/docker 19:25:31 df20fa9351a1: Already exists 19:25:31 25ad7478873d: Pulling fs layer 19:25:31 4684f6177b5d: Pulling fs layer 19:25:31 46e300cec669: Pulling fs layer 19:25:31 63038576ad94: Pulling fs layer 19:25:31 0fdb76c4706c: Pulling fs layer 19:25:31 cb7edeffdfd5: Pulling fs layer 19:25:31 63038576ad94: Waiting 19:25:31 0fdb76c4706c: Waiting 19:25:31 cb7edeffdfd5: Waiting 19:25:31 4684f6177b5d: Verifying Checksum 19:25:31 4684f6177b5d: Download complete 19:25:31 25ad7478873d: Verifying Checksum 19:25:31 25ad7478873d: Download complete 19:25:31 63038576ad94: Verifying Checksum 19:25:31 63038576ad94: Download complete 19:25:31 0fdb76c4706c: Verifying Checksum 19:25:31 0fdb76c4706c: Download complete 19:25:31 cb7edeffdfd5: Verifying Checksum 19:25:31 cb7edeffdfd5: Download complete 19:25:31 25ad7478873d: Pull complete 19:25:31 39dc9c94d07c: Verifying Checksum 19:25:31 39dc9c94d07c: Download complete 19:25:31 4684f6177b5d: Pull complete 19:25:31 46e300cec669: Verifying Checksum 19:25:31 46e300cec669: Download complete 19:25:33 46e300cec669: Pull complete 19:25:34 63038576ad94: Pull complete 19:25:34 0fdb76c4706c: Pull complete 19:25:34 cb7edeffdfd5: Pull complete 19:25:34 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:25:34 Status: Downloaded newer image for docker:latest 19:25:34 39dc9c94d07c: Pull complete 19:25:34 551b823b3b82: Pull complete 19:25:35 3c52a74df98c: Pull complete 19:25:35 6c9b121b6998: Pull complete 19:25:35 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:25:35 Status: Downloaded newer image for docker:latest 19:25:36 ---> cf0346092179 19:25:36 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:25:36 ---> Running in 7075efa2b3b1 19:25:36 Removing intermediate container 7075efa2b3b1 19:25:36 ---> 3a7bd5afb763 19:25:36 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:25:36 ---> Running in 197171b78bde 19:25:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:25:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:25:38 (1/5) Installing libsodium (1.0.18-r0) 19:25:38 (2/5) Installing libzmq (4.3.3-r0) 19:25:38 (3/5) Installing pkgconf (1.7.2-r0) 19:25:38 (4/5) Installing libsodium-dev (1.0.18-r0) 19:25:38 (5/5) Installing zeromq-dev (4.3.3-r0) 19:25:38 Executing busybox-1.31.1-r16.trigger 19:25:38 OK: 167 MiB in 44 packages 19:25:39 Removing intermediate container 197171b78bde 19:25:39 ---> c0b480e1555f 19:25:39 Step 6/8 : WORKDIR /build 19:25:39 ---> Running in 99adf3115d89 19:25:39 Removing intermediate container 99adf3115d89 19:25:39 ---> 0f0894a00f3f 19:25:39 Step 7/8 : COPY go.mod . 19:25:39 ---> f3bcbc5fb84f 19:25:39 Step 8/8 : RUN go mod download 19:25:39 ---> Running in 4eec968c3fec 19:25:42 ---> 39820ff42e3b 19:25:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:25:42 ---> Running in 7969ada2688e 19:25:42 Removing intermediate container 7969ada2688e 19:25:42 ---> 9a8d2c551df6 19:25:42 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:25:42 ---> Running in 45e43f4059e3 19:25:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:46 (1/5) Installing libsodium (1.0.18-r0) 19:25:47 (2/5) Installing libzmq (4.3.3-r0) 19:25:47 (3/5) Installing pkgconf (1.7.2-r0) 19:25:47 (4/5) Installing libsodium-dev (1.0.18-r0) 19:25:47 (5/5) Installing zeromq-dev (4.3.3-r0) 19:25:47 Executing busybox-1.31.1-r16.trigger 19:25:47 OK: 144 MiB in 44 packages 19:25:49 Removing intermediate container 45e43f4059e3 19:25:49 ---> 1fb78d63a4fd 19:25:49 Step 6/8 : WORKDIR /build 19:25:49 ---> Running in 6c9ad8586713 19:25:49 Removing intermediate container 6c9ad8586713 19:25:49 ---> 2599cc6436eb 19:25:49 Step 7/8 : COPY go.mod . 19:25:50 ---> f01193dcc0d4 19:25:50 Step 8/8 : RUN go mod download 19:25:50 ---> Running in d9f648b89fcf 19:26:06 Removing intermediate container 4eec968c3fec 19:26:06 ---> b2a7c1a3cf2e 19:26:06 Successfully built b2a7c1a3cf2e 19:26:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:26:06 + docker inspect -f . ci-base-image-x86_64 19:26:06 . [Pipeline] withDockerContainer 19:26:06 prd-centos7-docker-4c-2g-302 does not seem to be running inside a container 19:26:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/118 -v /w/workspace/app-functions-sdk-go/118:/w/workspace/app-functions-sdk-go/118:rw,z -v /w/workspace/app-functions-sdk-go/118@tmp:/w/workspace/app-functions-sdk-go/118@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-x86_64 cat 19:26:07 $ docker top b1cded67df5fe0aa063c5e75700c7554e333f9bd7b87069507109aa0a3542080 -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:07 + go version 19:26:07 go version go1.15.2 linux/amd64 [Pipeline] } 19:26:07 $ docker stop --time=1 b1cded67df5fe0aa063c5e75700c7554e333f9bd7b87069507109aa0a3542080 19:26:09 $ docker rm -f b1cded67df5fe0aa063c5e75700c7554e333f9bd7b87069507109aa0a3542080 [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] } 19:26:17 Removing intermediate container d9f648b89fcf 19:26:17 ---> 75fb23dbd943 19:26:17 Successfully built 75fb23dbd943 19:26:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:26:17 + docker inspect -f . ci-base-image-arm64 19:26:17 . [Pipeline] withDockerContainer 19:26:17 prd-ubuntu18.04-docker-arm64-4c-16g-301 does not seem to be running inside a container 19:26:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/118 -v /w/workspace/app-functions-sdk-go/118:/w/workspace/app-functions-sdk-go/118:rw,z -v /w/workspace/app-functions-sdk-go/118@tmp:/w/workspace/app-functions-sdk-go/118@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 19:26:19 $ docker top fb9d92f15f920603da2f89e478b7fbba94ac73c709f65bff608ed03fef67fab9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:21 + go version 19:26:21 go version go1.15.2 linux/arm64 [Pipeline] } 19:26:21 $ docker stop --time=1 fb9d92f15f920603da2f89e478b7fbba94ac73c709f65bff608ed03fef67fab9 19:26:23 $ docker rm -f fb9d92f15f920603da2f89e478b7fbba94ac73c709f65bff608ed03fef67fab9 [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 19:26:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 19:26:26 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 19:26:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:26:26 19:26:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 19:26:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:26:27 1.317.0: Pulling from edgex-devops/edgex-snyk-go 19:26:27 cbdbe7a5bc2a: Pulling fs layer 19:26:27 408f87550127: Pulling fs layer 19:26:27 fe522b08c979: Pulling fs layer 19:26:27 221eaa008020: Pulling fs layer 19:26:27 2a4607e5d6b9: Pulling fs layer 19:26:27 8f79b27c4fd2: Pulling fs layer 19:26:27 e5c8dbe1645b: Pulling fs layer 19:26:27 23e8b3b47431: Pulling fs layer 19:26:27 5c568d65a230: Pulling fs layer 19:26:27 8f79b27c4fd2: Waiting 19:26:27 e5c8dbe1645b: Waiting 19:26:27 221eaa008020: Waiting 19:26:27 5c568d65a230: Waiting 19:26:27 2a4607e5d6b9: Waiting 19:26:27 23e8b3b47431: Waiting 19:26:27 fe522b08c979: Download complete 19:26:27 408f87550127: Verifying Checksum 19:26:27 408f87550127: Download complete 19:26:27 2a4607e5d6b9: Verifying Checksum 19:26:27 2a4607e5d6b9: Download complete 19:26:27 8f79b27c4fd2: Verifying Checksum 19:26:27 8f79b27c4fd2: Download complete 19:26:27 cbdbe7a5bc2a: Verifying Checksum 19:26:27 cbdbe7a5bc2a: Pull complete 19:26:27 408f87550127: Pull complete 19:26:27 fe522b08c979: Pull complete 19:26:28 e5c8dbe1645b: Verifying Checksum 19:26:28 e5c8dbe1645b: Download complete 19:26:29 5c568d65a230: Verifying Checksum 19:26:29 5c568d65a230: Download complete 19:26:30 23e8b3b47431: Verifying Checksum 19:26:30 23e8b3b47431: Download complete 19:26:31 221eaa008020: Verifying Checksum 19:26:31 221eaa008020: Download complete 19:26:36 221eaa008020: Pull complete 19:26:36 2a4607e5d6b9: Pull complete 19:26:36 8f79b27c4fd2: Pull complete 19:26:38 e5c8dbe1645b: Pull complete 19:26:42 23e8b3b47431: Pull complete 19:26:43 5c568d65a230: Pull complete 19:26:43 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 19:26:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:26:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 19:26:43 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 19:26:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 19:26:44 $ docker top 54b9f10799b40f1d823eacb2c8bbdad68fc8c44d58a12df688c167cc8d4c4c7c -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:45 + snyk monitor '--org=edgex-jenkins' 19:26:55 19:26:55 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 19:26:55 19:26:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/0e72df5c-2b65-4e01-8b3a-6aa24a24b0bf 19:26:55 19:26:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:26:55 19:26:55 19:26:55 Snyk CLI supports Node.js 8 and higher. 19:26:55 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 19:26:55 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 19:26:55 19:26:55 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 19:26:55 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 19:26:55 $ docker stop --time=1 54b9f10799b40f1d823eacb2c8bbdad68fc8c44d58a12df688c167cc8d4c4c7c 19:26:58 $ docker rm -f 54b9f10799b40f1d823eacb2c8bbdad68fc8c44d58a12df688c167cc8d4c4c7c [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 19:26:59 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:26:59 provisioning config files... 19:26:59 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7445212714459193399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:27:00 --> edgex-publish-swagger.sh 19:27:00 === Publish openapi/v2 API === 19:27:00 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 19:27:00 [publishToSwagger] Publishing API Name [app-functions-sdk] 19:27:00 [publishToSwagger] Dry Run enabled...Simulating upload 19:27:00 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 19:27:00 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 19:27:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:27:03 . [Pipeline] withDockerContainer 19:27:03 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 19:27:03 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:27:03 $ docker top 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:04 [ssh-agent] Looking for ssh-agent implementation... 19:27:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:04 $ docker exec 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 ssh-agent 19:27:04 SSH_AUTH_SOCK=/tmp/ssh-RGQyw1iNj1tP/agent.12 19:27:04 SSH_AGENT_PID=17 19:27:04 Running ssh-add (command line suppressed) 19:27:04 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5442224119525614475.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5442224119525614475.key) 19:27:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:05 + git semver tag 19:27:05 # -> Open(): unable to determine branch for HEAD 19:27:05 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:27:05 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:27:05 # $SEMVER_REMOTE_NAME = origin 19:27:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:27:05 # $SEMVER_USER_NAME = edgex-jenkins 19:27:05 # $SEMVER_BRANCH = master 19:27:05 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 19:27:05 # fb86f1495a853a9aa3a7d034429d9b83edfd7803 HEAD 19:27:05 # -> Force: false 19:27:05 # 754ad668fa17c379e2f1fd418ab86486f175cf4f refs/tags/v1.2.1-dev.30 [Pipeline] } 19:27:05 $ docker exec --env ******** --env ******** 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 ssh-agent -k 19:27:05 unset SSH_AUTH_SOCK; 19:27:05 unset SSH_AGENT_PID; 19:27:05 echo Agent pid 17 killed; 19:27:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:06 + git semver [Pipeline] } 19:27:06 $ docker stop --time=1 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 19:27:07 $ docker rm -f 1b839e763b1372b2d7f5a16c077786a1d738d4632f6f22905754be444ea51cb9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:27:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:08 19:27:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:27:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:08 0.23.1-centos7: Pulling from edgex-lftools 19:27:08 ab5ef0e58194: Pulling fs layer 19:27:08 9712f1f96733: Pulling fs layer 19:27:08 63f879dbbcfc: Pulling fs layer 19:27:08 0d9ebad4ef96: Pulling fs layer 19:27:08 e9a5061849ea: Pulling fs layer 19:27:08 d747dcd14b5f: Pulling fs layer 19:27:08 2de7ff778b66: Pulling fs layer 19:27:08 e9a5061849ea: Waiting 19:27:08 d747dcd14b5f: Waiting 19:27:08 2de7ff778b66: Waiting 19:27:08 0d9ebad4ef96: Waiting 19:27:08 9712f1f96733: Verifying Checksum 19:27:08 9712f1f96733: Download complete 19:27:10 63f879dbbcfc: Verifying Checksum 19:27:10 63f879dbbcfc: Download complete 19:27:10 e9a5061849ea: Download complete 19:27:10 d747dcd14b5f: Verifying Checksum 19:27:10 d747dcd14b5f: Download complete 19:27:10 2de7ff778b66: Verifying Checksum 19:27:10 2de7ff778b66: Download complete 19:27:11 0d9ebad4ef96: Verifying Checksum 19:27:11 0d9ebad4ef96: Download complete 19:27:11 ab5ef0e58194: Verifying Checksum 19:27:11 ab5ef0e58194: Download complete 19:27:16 ab5ef0e58194: Pull complete 19:27:16 9712f1f96733: Pull complete 19:27:19 63f879dbbcfc: Pull complete 19:27:24 0d9ebad4ef96: Pull complete 19:27:24 e9a5061849ea: Pull complete 19:27:25 d747dcd14b5f: Pull complete 19:27:29 2de7ff778b66: Pull complete 19:27:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:27:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:27:29 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 19:27:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:27:32 $ docker top 3a8a93dd8de09b7f5f3fc4910b9d2d2b106c6843f1d888813b8a127868fd8c4e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:27:32 provisioning config files... 19:27:32 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7895344663668637969tmp 19:27:32 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config193216433895996205tmp 19:27:32 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2936349499277126097tmp [Pipeline] { [Pipeline] echo 19:27:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:27:33 ---> sigul-configuration.sh 19:27:33 gpg: directory `/root/.gnupg' created 19:27:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:27:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:27:33 gpg: keyring `/root/.gnupg/secring.gpg' created 19:27:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:27:33 gpg: CAST5 encrypted data 19:27:33 gpg: encrypted with 1 passphrase 19:27:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:27:33 + mkdir /home/jenkins 19:27:33 + mkdir /home/jenkins/sigul [Pipeline] sh 19:27:33 + 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 19:27:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:27:34 ---> sigul-install.sh 19:27:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:27:39 + git tag --list 19:27:39 v1.2.1-dev.30 [Pipeline] sh 19:27:40 + lftools sign git-tag v1.2.1-dev.30 19:27:41 Signing Git tag with Sigul... 19:27:41 Signing v1.2.1-dev.30 [Pipeline] echo 19:27:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:27:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:27:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:27:42 $ docker stop --time=1 3a8a93dd8de09b7f5f3fc4910b9d2d2b106c6843f1d888813b8a127868fd8c4e 19:27:44 $ docker rm -f 3a8a93dd8de09b7f5f3fc4910b9d2d2b106c6843f1d888813b8a127868fd8c4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:27:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:27:45 . [Pipeline] withDockerContainer 19:27:45 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 19:27:45 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:27:46 $ docker top 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:46 [ssh-agent] Looking for ssh-agent implementation... 19:27:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:47 $ docker exec 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 ssh-agent 19:27:47 SSH_AUTH_SOCK=/tmp/ssh-6MKjntmq8QT5/agent.12 19:27:47 SSH_AGENT_PID=17 19:27:47 Running ssh-add (command line suppressed) 19:27:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098816593427859507.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098816593427859507.key) 19:27:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:47 + git semver bump pre 19:27:47 # -> Open(): unable to determine branch for HEAD 19:27:47 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:27:47 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:27:47 # $SEMVER_REMOTE_NAME = origin 19:27:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:27:47 # $SEMVER_USER_NAME = edgex-jenkins 19:27:47 # $SEMVER_BRANCH = master 19:27:47 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 19:27:47 1.2.1-dev.31 [Pipeline] } 19:27:47 $ docker exec --env ******** --env ******** 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 ssh-agent -k 19:27:48 unset SSH_AUTH_SOCK; 19:27:48 unset SSH_AGENT_PID; 19:27:48 echo Agent pid 17 killed; 19:27:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:48 + git semver [Pipeline] } 19:27:48 $ docker stop --time=1 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 19:27:49 $ docker rm -f 7796ca7c35ce36e9e4d64fce92cff8baa78b45ca98a08807481558769474ffb3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:27:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:27:50 . [Pipeline] withDockerContainer 19:27:50 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 19:27:50 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:27:51 $ docker top 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:51 [ssh-agent] Looking for ssh-agent implementation... 19:27:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:51 $ docker exec 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c ssh-agent 19:27:51 SSH_AUTH_SOCK=/tmp/ssh-pm9I31elS9W3/agent.12 19:27:51 SSH_AGENT_PID=17 19:27:51 Running ssh-add (command line suppressed) 19:27:51 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2313402960537398185.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2313402960537398185.key) 19:27:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:52 + git semver push 19:27:52 # -> Open(): unable to determine branch for HEAD 19:27:52 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:27:52 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:27:52 # $SEMVER_REMOTE_NAME = origin 19:27:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:27:52 # $SEMVER_USER_NAME = edgex-jenkins 19:27:52 # $SEMVER_BRANCH = master 19:27:52 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 19:27:58 $ docker exec --env ******** --env ******** 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c ssh-agent -k 19:27:59 unset SSH_AUTH_SOCK; 19:27:59 unset SSH_AGENT_PID; 19:27:59 echo Agent pid 17 killed; 19:27:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:59 + git semver [Pipeline] } 19:27:59 $ docker stop --time=1 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c 19:28:01 $ docker rm -f 95d11cd221e8ce2cbc45ca3d05ba4a2f0c7103c588b8a3782fd30caae074891c [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 19:28:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:28:03 ---> package-listing.sh 19:28:03 ++ facter osfamily 19:28:03 ++ tr '[:upper:]' '[:lower:]' 19:28:03 + OS_FAMILY=redhat 19:28:03 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 19:28:03 + START_PACKAGES=/tmp/packages_start.txt 19:28:03 + END_PACKAGES=/tmp/packages_end.txt 19:28:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:28:03 + PACKAGES=/tmp/packages_start.txt 19:28:03 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 19:28:03 + PACKAGES=/tmp/packages_end.txt 19:28:03 + case "${OS_FAMILY}" in 19:28:03 + rpm -qa 19:28:03 + sort 19:28:07 + '[' -f /tmp/packages_start.txt ']' 19:28:07 + '[' -f /tmp/packages_end.txt ']' 19:28:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:28:07 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 19:28:07 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 19:28:07 + 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 19:28:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:07 19:28:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:28:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:08 alpine: Pulling from edgex-lftools-log-publisher 19:28:08 df20fa9351a1: Pulling fs layer 19:28:08 36b3adc4ff6f: Pulling fs layer 19:28:08 8ad3a11d3b57: Pulling fs layer 19:28:08 46f8f816bc3b: Pulling fs layer 19:28:08 0dadc02b9964: Pulling fs layer 19:28:08 ce6a7cf60c04: Pulling fs layer 19:28:08 7a184a31f384: Pulling fs layer 19:28:08 0879bd2ef858: Pulling fs layer 19:28:08 46f8f816bc3b: Waiting 19:28:08 0dadc02b9964: Waiting 19:28:08 ce6a7cf60c04: Waiting 19:28:08 0879bd2ef858: Waiting 19:28:08 7a184a31f384: Waiting 19:28:08 36b3adc4ff6f: Download complete 19:28:08 46f8f816bc3b: Verifying Checksum 19:28:08 46f8f816bc3b: Download complete 19:28:08 df20fa9351a1: Verifying Checksum 19:28:08 df20fa9351a1: Download complete 19:28:08 ce6a7cf60c04: Verifying Checksum 19:28:08 ce6a7cf60c04: Download complete 19:28:08 7a184a31f384: Verifying Checksum 19:28:08 7a184a31f384: Download complete 19:28:08 0dadc02b9964: Verifying Checksum 19:28:08 0dadc02b9964: Download complete 19:28:08 8ad3a11d3b57: Download complete 19:28:08 df20fa9351a1: Pull complete 19:28:08 0879bd2ef858: Verifying Checksum 19:28:08 0879bd2ef858: Download complete 19:28:08 36b3adc4ff6f: Pull complete 19:28:09 8ad3a11d3b57: Pull complete 19:28:09 46f8f816bc3b: Pull complete 19:28:09 0dadc02b9964: Pull complete 19:28:10 ce6a7cf60c04: Pull complete 19:28:10 7a184a31f384: Pull complete 19:28:13 0879bd2ef858: Pull complete 19:28:13 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:28:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:28:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:28:13 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 19:28:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:28:16 $ docker top fd368a508b3a0b5607e1590ee79a29644e357f01b6abddce8fefde1a061e1fef -eo pid,comm [Pipeline] { [Pipeline] sh 19:28:17 + mkdir -p /var/log/sa [Pipeline] sh 19:28:17 + ls /var/log/sa-host 19:28:17 + sadf -c /var/log/sa-host/sa05 19:28:17 file_magic: OK 19:28:17 HZ: Using current value: 100 19:28:17 file_header: OK 19:28:17 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 19:28:17 Statistics: 19:28:17 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:28:17 File successfully converted to sysstat format version 12.2.1 19:28:17 + sadf -c /var/log/sa-host/sa17 19:28:17 file_magic: OK 19:28:17 HZ: Using current value: 100 19:28:17 file_header: OK 19:28:17 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 19:28:17 Statistics: 19:28:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:28:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:17 provisioning config files... 19:28:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3902430137879781957tmp [Pipeline] { [Pipeline] echo 19:28:17 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:28:18 ---> create-netrc.sh [Pipeline] echo 19:28:18 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:28:18 ---> logs-deploy.sh 19:28:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/118 19:28:18 INFO: archiving workspace using pattern(s): 19:28:19 Archives upload complete. 19:28:19 INFO: archiving logs to Nexus 19:28:20 ---> uname -a: 19:28:20 Linux fd368a508b3a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:28:20 19:28:20 19:28:20 ---> lscpu: 19:28:20 Architecture: x86_64 19:28:20 CPU op-mode(s): 32-bit, 64-bit 19:28:20 Byte Order: Little Endian 19:28:20 Address sizes: 40 bits physical, 48 bits virtual 19:28:20 CPU(s): 4 19:28:20 On-line CPU(s) list: 0-3 19:28:20 Thread(s) per core: 1 19:28:20 Core(s) per socket: 1 19:28:20 Socket(s): 4 19:28:20 NUMA node(s): 1 19:28:20 Vendor ID: GenuineIntel 19:28:20 CPU family: 6 19:28:20 Model: 44 19:28:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:28:20 Stepping: 1 19:28:20 CPU MHz: 2933.438 19:28:20 BogoMIPS: 5866.87 19:28:20 Virtualization: VT-x 19:28:20 Hypervisor vendor: KVM 19:28:20 Virtualization type: full 19:28:20 L1d cache: 128 KiB 19:28:20 L1i cache: 128 KiB 19:28:20 L2 cache: 16 MiB 19:28:20 L3 cache: 64 MiB 19:28:20 NUMA node0 CPU(s): 0-3 19:28:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:28:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:28:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:28:20 Vulnerability Meltdown: Mitigation; PTI 19:28:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:28:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:28:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:28:20 Vulnerability Tsx async abort: Not affected 19:28:20 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 19:28:20 19:28:20 19:28:20 ---> nproc: 19:28:20 4 19:28:20 19:28:20 19:28:20 ---> df -h: 19:28:20 Filesystem Size Used Available Use% Mounted on 19:28:20 overlay 50.0G 8.2G 41.8G 16% / 19:28:20 tmpfs 64.0M 0 64.0M 0% /dev 19:28:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:28:20 shm 64.0M 0 64.0M 0% /dev/shm 19:28:20 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 19:28:20 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 19:28:20 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 19:28:20 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 19:28:20 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 19:28:20 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 19:28:20 19:28:20 19:28:20 ---> free -m: 19:28:20 total used free shared buff/cache available 19:28:20 Mem: 1837 797 132 0 907 973 19:28:20 Swap: 1023 2 1021 19:28:20 19:28:20 19:28:20 ---> ip addr: 19:28:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:28:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:28:20 inet 127.0.0.1/8 scope host lo 19:28:20 valid_lft forever preferred_lft forever 19:28:20 16: eth0@if17: mtu 1458 qdisc noqueue state UP 19:28:20 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:28:20 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:28:20 valid_lft forever preferred_lft forever 19:28:20 19:28:20 19:28:20 ---> sar -b -r -n DEV: 19:28:20 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) 19:28:20 19:28:20 19:21:29 LINUX RESTART (4 CPU) 19:28:20 19:28:20 19:22:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:28:20 19:23:01 95.64 45.16 50.47 0.00 7873.34 6781.75 0.00 19:28:20 19:24:01 1.60 0.00 1.60 0.00 0.00 28.99 0.00 19:28:20 19:25:01 0.38 0.00 0.38 0.00 0.00 6.25 0.00 19:28:20 19:26:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 19:28:20 19:27:01 251.06 137.64 113.42 0.00 7491.53 35644.96 0.00 19:28:20 19:28:01 216.93 86.55 130.38 0.00 5357.26 33285.05 0.00 19:28:20 Average: 94.32 44.90 49.42 0.00 3442.64 12643.07 0.00 19:28:20 19:28:20 19:22:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:28:20 19:23:01 203156 0 598260 31.80 2620 1077520 1116980 38.12 463932 1056280 120 19:28:20 19:24:01 203972 0 597348 31.75 2620 1077616 1101244 37.58 465900 1054028 12 19:28:20 19:25:01 205828 0 595484 31.65 2620 1077624 1079788 36.85 466320 1052252 8 19:28:20 19:26:01 205052 0 596260 31.69 2620 1077624 1076796 36.75 467624 1051716 8 19:28:20 19:27:01 300240 0 650872 34.59 2596 927848 1086044 37.06 548436 829732 20 19:28:20 19:28:01 236248 0 745688 39.63 1492 898128 1128620 38.52 606652 750644 44 19:28:20 Average: 225749 0 630652 33.52 2428 1022727 1098245 37.48 503144 965775 35 19:28:20 19:28:20 19:22:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:28:20 19:23:01 eth0 764.43 575.95 1694.12 423.42 0.00 0.00 0.00 0.00 19:28:20 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:23:01 docker0 115.46 90.75 9.63 308.04 0.00 0.00 0.00 0.00 19:28:20 19:24:01 eth0 1.10 0.37 0.42 0.20 0.00 0.00 0.00 0.00 19:28:20 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:25:01 eth0 1.10 0.40 0.34 0.20 0.00 0.00 0.00 0.00 19:28:20 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:26:01 eth0 2.51 2.56 0.44 7.37 0.00 0.00 0.00 0.00 19:28:20 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:27:01 eth0 516.35 470.32 4206.54 43.14 0.00 0.00 0.00 0.00 19:28:20 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:27:01 docker0 71.38 72.50 5.55 412.74 0.00 0.00 0.00 0.00 19:28:20 19:28:01 eth0 706.09 551.93 3804.51 120.25 0.00 0.00 0.00 0.00 19:28:20 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 19:28:01 docker0 43.97 50.35 3.08 211.41 0.00 0.00 0.00 0.00 19:28:20 Average: eth0 330.85 266.16 1617.86 98.26 0.00 0.00 0.00 0.00 19:28:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:28:20 Average: docker0 38.27 35.46 3.02 154.99 0.00 0.00 0.00 0.00 19:28:20 19:28:20 19:28:20 ---> sar -P ALL: 19:28:20 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) 19:28:20 19:28:20 19:21:29 LINUX RESTART (4 CPU) 19:28:20 19:28:20 19:22:02 CPU %user %nice %system %iowait %steal %idle 19:28:20 19:23:01 all 16.85 0.00 6.52 2.38 0.02 74.23 19:28:20 19:23:01 0 14.09 0.00 7.28 1.27 0.03 77.32 19:28:20 19:23:01 1 17.74 0.00 5.48 1.11 0.02 75.65 19:28:20 19:23:01 2 16.56 0.00 6.62 4.08 0.02 72.72 19:28:20 19:23:01 3 19.00 0.00 6.72 3.05 0.02 71.21 19:28:20 19:24:01 all 0.13 0.00 0.07 0.00 0.00 99.80 19:28:20 19:24:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:28:20 19:24:01 1 0.28 0.00 0.10 0.00 0.00 99.62 19:28:20 19:24:01 2 0.08 0.00 0.03 0.00 0.00 99.88 19:28:20 19:24:01 3 0.12 0.00 0.12 0.00 0.00 99.77 19:28:20 19:25:01 all 0.08 0.00 0.04 0.00 0.00 99.88 19:28:20 19:25:01 0 0.03 0.00 0.05 0.00 0.00 99.92 19:28:20 19:25:01 1 0.20 0.00 0.07 0.00 0.00 99.73 19:28:20 19:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:28:20 19:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:28:20 19:26:01 all 0.10 0.00 0.06 0.00 0.01 99.84 19:28:20 19:26:01 0 0.07 0.00 0.03 0.00 0.00 99.90 19:28:20 19:26:01 1 0.20 0.00 0.08 0.00 0.00 99.72 19:28:20 19:26:01 2 0.07 0.00 0.03 0.00 0.02 99.88 19:28:20 19:26:01 3 0.05 0.00 0.08 0.00 0.02 99.85 19:28:20 19:27:01 all 8.60 0.00 5.30 3.73 0.01 82.35 19:28:20 19:27:01 0 8.62 0.00 5.60 2.62 0.02 83.14 19:28:20 19:27:01 1 7.86 0.00 5.18 4.06 0.03 82.87 19:28:20 19:27:01 2 8.21 0.00 5.06 4.06 0.00 82.67 19:28:20 19:27:01 3 9.73 0.00 5.37 4.15 0.00 80.75 19:28:20 19:28:01 all 12.35 0.00 7.99 3.34 0.02 76.31 19:28:20 19:28:01 0 10.73 0.00 7.59 3.26 0.02 78.41 19:28:20 19:28:01 1 12.48 0.00 6.98 3.18 0.02 77.35 19:28:20 19:28:01 2 11.74 0.00 7.88 4.40 0.02 75.96 19:28:20 19:28:01 3 14.42 0.00 9.51 2.51 0.03 73.53 19:28:20 Average: all 6.28 0.00 3.30 1.56 0.01 88.85 19:28:20 Average: 0 5.53 0.00 3.39 1.18 0.01 89.89 19:28:20 Average: 1 6.41 0.00 2.96 1.39 0.01 89.24 19:28:20 Average: 2 6.06 0.00 3.25 2.07 0.01 88.61 19:28:20 Average: 3 7.14 0.00 3.60 1.60 0.01 87.64 19:28:20 19:28:20 19:28:20