Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 48a162b46f06db1ab3e8693b547f266453305d01 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-306 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 48a162b46f06db1ab3e8693b547f266453305d01 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458)" > git rev-list --no-walk fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:46:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:46:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:46:14 ========================================================= 19:46:14 EdgeX Global Pipelines Version Info 19:46:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:46:16 ------------------- 19:46:16 stable info: 19:46:16 ------------------- 19:46:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:46:16 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 19:46:16 Message: update stable to v1.0.122 19:46:17 ------------------- 19:46:17 experimental info: 19:46:17 ------------------- 19:46:17 Commited By: **** collab-it+edgex@linuxfoundation.org 19:46:17 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 19:46:17 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:46:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 19:46:17 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 19:46:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:46:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:46:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:46:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:46:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:46:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:46:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:46:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:46:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48a162b46f06db1ab3e8693b547f266453305d01 [Pipeline] echo 19:46:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48a162b [Pipeline] echo 19:46:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:46:21 + git log --format=format:%s -1 48a162b46f06db1ab3e8693b547f266453305d01 [Pipeline] echo 19:46:21 GIT_COMMIT: 48a162b46f06db1ab3e8693b547f266453305d01, Commit Message: build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458) [Pipeline] echo 19:46:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:46:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:22 19:46:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:46:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:23 latest: Pulling from edgex-devops/git-semver 19:46:23 31603596830f: Pulling fs layer 19:46:23 2a8b12db71e7: Pulling fs layer 19:46:23 6ca5941a6612: Pulling fs layer 19:46:23 ecc8261a40a4: Pulling fs layer 19:46:23 ecc8261a40a4: Waiting 19:46:23 2a8b12db71e7: Verifying Checksum 19:46:23 2a8b12db71e7: Download complete 19:46:23 31603596830f: Download complete 19:46:23 6ca5941a6612: Verifying Checksum 19:46:23 ecc8261a40a4: Verifying Checksum 19:46:23 ecc8261a40a4: Download complete 19:46:23 31603596830f: Pull complete 19:46:23 2a8b12db71e7: Pull complete 19:46:24 6ca5941a6612: Pull complete 19:46:24 ecc8261a40a4: Pull complete 19:46:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:46:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:46:24 prd-centos7-docker-4c-2g-306 does not seem to be running inside a container 19:46:24 $ 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 19:46:27 $ docker top 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:46:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:27 [ssh-agent] Looking for ssh-agent implementation... 19:46:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:27 $ docker exec 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent 19:46:28 SSH_AUTH_SOCK=/tmp/ssh-pIL9dHtpxLgu/agent.11 19:46:28 SSH_AGENT_PID=16 19:46:28 Running ssh-add (command line suppressed) 19:46:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6508160138801946170.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6508160138801946170.key) 19:46:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:28 + git describe --exact-match --tags HEAD 19:46:28 fatal: No names found, cannot describe anything. [Pipeline] } 19:46:28 $ docker exec --env ******** --env ******** 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent -k 19:46:28 unset SSH_AUTH_SOCK; 19:46:28 unset SSH_AGENT_PID; 19:46:28 echo Agent pid 16 killed; 19:46:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:46:28 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:46:28 This usually means this commit has not been tagged. [Pipeline] sshagent 19:46:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:28 [ssh-agent] Looking for ssh-agent implementation... 19:46:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:29 $ docker exec 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent 19:46:29 SSH_AUTH_SOCK=/tmp/ssh-tefSA3nSfUWp/agent.44 19:46:29 SSH_AGENT_PID=49 19:46:29 Running ssh-add (command line suppressed) 19:46:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2632260030465775684.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2632260030465775684.key) 19:46:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:29 + git semver init 19:46:29 # -> Open(): unable to determine branch for HEAD 19:46:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:46:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:46:29 # $SEMVER_REMOTE_NAME = origin 19:46:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:46:29 # $SEMVER_USER_NAME = edgex-jenkins 19:46:29 # $SEMVER_BRANCH = master 19:46:29 # $SEMVER_TEMP = /tmp/semver-532882138 19:46:29 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 19:46:32 # '/tmp/semver-532882138' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 19:46:32 # -> Force: false 19:46:32 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 19:46:32 $ docker exec --env ******** --env ******** 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent -k 19:46:32 unset SSH_AUTH_SOCK; 19:46:32 unset SSH_AGENT_PID; 19:46:32 echo Agent pid 49 killed; 19:46:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:46:33 + git semver [Pipeline] } 19:46:33 $ docker stop --time=1 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 19:46:34 $ docker rm -f 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:46:36 Stashed 44 file(s) [Pipeline] echo 19:46:36 [edgeXSemver]: initialized semver on version 1.2.1-dev.31 [Pipeline] echo 19:46:36 Archived original version: [1.2.1-dev.31] [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:46:52 Still waiting to schedule task 19:46:52 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-306’ 19:46:52 Still waiting to schedule task 19:46:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:48:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-307 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 19:48:39 Running in /w/workspace/app-functions-sdk-go/119 [Pipeline] { [Pipeline] checkout 19:48:44 using credential edgex-jenkins-ssh 19:48:44 Cloning the remote Git repository 19:48:44 Cloning with configured refspecs honoured and without tags 19:48:45 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:48:45 > git init /w/workspace/app-functions-sdk-go/119 # timeout=10 19:48:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:48:45 > git --version # timeout=10 19:48:45 > git --version # 'git version 2.17.1' 19:48:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:48:48 Fetching without tags 19:48:48 Checking out Revision 48a162b46f06db1ab3e8693b547f266453305d01 (master) 19:48:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:48:48 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:48:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:48:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:48:48 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:48:48 > git config core.sparsecheckout # timeout=10 19:48:48 > git checkout -f 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 19:48:52 Commit message: "build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:48:56 ========================================================= 19:48:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:48:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:48:57 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:48:58 Sending build context to Docker daemon 37.17MB 19:48:58 Step 1/8 : ARG BASE=golang:1.15-alpine 19:48:58 Step 2/8 : FROM ${BASE} 19:48:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:48:59 b538f80385f9: Pulling fs layer 19:48:59 74f711af9a0d: Pulling fs layer 19:48:59 99f96fe45779: Pulling fs layer 19:48:59 8529a6b9a6be: Pulling fs layer 19:48:59 45590311c82a: Pulling fs layer 19:48:59 69ca0ff8b7b3: Pulling fs layer 19:48:59 209524e5b208: Pulling fs layer 19:48:59 8529a6b9a6be: Waiting 19:48:59 45590311c82a: Waiting 19:48:59 69ca0ff8b7b3: Waiting 19:48:59 209524e5b208: Waiting 19:48:59 99f96fe45779: Verifying Checksum 19:48:59 99f96fe45779: Download complete 19:48:59 74f711af9a0d: Verifying Checksum 19:48:59 74f711af9a0d: Download complete 19:48:59 45590311c82a: Verifying Checksum 19:48:59 45590311c82a: Download complete 19:48:59 69ca0ff8b7b3: Download complete 19:49:00 b538f80385f9: Download complete 19:49:00 b538f80385f9: Pull complete 19:49:01 74f711af9a0d: Pull complete 19:49:01 99f96fe45779: Pull complete 19:49:02 209524e5b208: Verifying Checksum 19:49:02 209524e5b208: Download complete 19:49:03 8529a6b9a6be: Verifying Checksum 19:49:03 8529a6b9a6be: Download complete 19:49:13 8529a6b9a6be: Pull complete 19:49:13 45590311c82a: Pull complete 19:49:14 69ca0ff8b7b3: Pull complete 19:49:17 209524e5b208: Pull complete 19:49:17 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:49:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:49:17 ---> 5bddaf1c2fca 19:49:17 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:49:18 latest: Pulling from library/docker 19:49:18 b538f80385f9: Already exists 19:49:18 259a493cd78d: Pulling fs layer 19:49:18 b8e66b5100f5: Pulling fs layer 19:49:18 39dc9c94d07c: Pulling fs layer 19:49:18 551b823b3b82: Pulling fs layer 19:49:18 3c52a74df98c: Pulling fs layer 19:49:18 6c9b121b6998: Pulling fs layer 19:49:18 3c52a74df98c: Waiting 19:49:18 6c9b121b6998: Waiting 19:49:18 551b823b3b82: Waiting 19:49:18 b8e66b5100f5: Verifying Checksum 19:49:18 b8e66b5100f5: Download complete 19:49:18 259a493cd78d: Verifying Checksum 19:49:18 259a493cd78d: Download complete 19:49:18 551b823b3b82: Verifying Checksum 19:49:18 551b823b3b82: Download complete 19:49:18 3c52a74df98c: Verifying Checksum 19:49:18 3c52a74df98c: Download complete 19:49:18 6c9b121b6998: Verifying Checksum 19:49:18 6c9b121b6998: Download complete 19:49:18 259a493cd78d: Pull complete 19:49:19 b8e66b5100f5: Pull complete 19:49:19 39dc9c94d07c: Verifying Checksum 19:49:19 39dc9c94d07c: Download complete 19:49:22 39dc9c94d07c: Pull complete 19:49:22 551b823b3b82: Pull complete 19:49:23 3c52a74df98c: Pull complete 19:49:23 6c9b121b6998: Pull complete 19:49:23 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:49:23 Status: Downloaded newer image for docker:latest 19:49:30 ---> 571deafbeed0 19:49:30 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:49:30 ---> Running in dd7b757e8444 19:49:30 Removing intermediate container dd7b757e8444 19:49:30 ---> 125b4b6b5aa6 19:49:30 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:49:30 ---> Running in 10509cdfe0df 19:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:34 (1/5) Installing libsodium (1.0.18-r0) 19:49:34 (2/5) Installing libzmq (4.3.3-r0) 19:49:34 (3/5) Installing pkgconf (1.7.2-r0) 19:49:34 (4/5) Installing libsodium-dev (1.0.18-r0) 19:49:34 (5/5) Installing zeromq-dev (4.3.3-r0) 19:49:34 Executing busybox-1.31.1-r16.trigger 19:49:35 OK: 144 MiB in 44 packages 19:49:36 Removing intermediate container 10509cdfe0df 19:49:36 ---> 598a36b9b6fe 19:49:36 Step 6/8 : WORKDIR /build 19:49:36 ---> Running in eec6a1a03d15 19:49:36 Removing intermediate container eec6a1a03d15 19:49:36 ---> 90b10dade473 19:49:36 Step 7/8 : COPY go.mod . 19:49:37 ---> 1ee447aba8d5 19:49:37 Step 8/8 : RUN go mod download 19:49:37 ---> Running in fec7964d7b2e 19:49:43 Running on prd-centos7-docker-4c-2g-308 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 19:49:43 Running in /w/workspace/app-functions-sdk-go/119 [Pipeline] { [Pipeline] checkout 19:49:46 using credential edgex-jenkins-ssh 19:49:46 Cloning the remote Git repository 19:49:46 Cloning with configured refspecs honoured and without tags 19:49:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:49:46 > git init /w/workspace/app-functions-sdk-go/119 # timeout=10 19:49:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:49:46 > git --version # timeout=10 19:49:46 > git --version # 'git version 2.16.5' 19:49:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:47 Fetching without tags 19:49:48 Checking out Revision 48a162b46f06db1ab3e8693b547f266453305d01 (master) 19:49:47 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:49:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:47 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:49:47 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:49:47 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:48 > git config core.sparsecheckout # timeout=10 19:49:48 > git checkout -f 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 19:49:51 Commit message: "build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:49:54 ========================================================= 19:49:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:49:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:49:54 + 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:49:55 Sending build context to Docker daemon 37.17MB 19:49:55 Step 1/8 : ARG BASE=golang:1.15-alpine 19:49:55 Step 2/8 : FROM ${BASE} 19:49:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:49:55 df20fa9351a1: Pulling fs layer 19:49:55 ed8968b2872e: Pulling fs layer 19:49:55 a92cc7c5fd73: Pulling fs layer 19:49:55 e871e8e8d7a9: Pulling fs layer 19:49:55 e73272ec9a57: Pulling fs layer 19:49:55 1e910a182e73: Pulling fs layer 19:49:55 4e634b169226: Pulling fs layer 19:49:55 e73272ec9a57: Waiting 19:49:55 1e910a182e73: Waiting 19:49:55 4e634b169226: Waiting 19:49:55 e871e8e8d7a9: Waiting 19:49:55 a92cc7c5fd73: Verifying Checksum 19:49:55 a92cc7c5fd73: Download complete 19:49:55 ed8968b2872e: Verifying Checksum 19:49:55 ed8968b2872e: Download complete 19:49:55 e73272ec9a57: Verifying Checksum 19:49:55 e73272ec9a57: Download complete 19:49:55 df20fa9351a1: Verifying Checksum 19:49:55 df20fa9351a1: Download complete 19:49:55 1e910a182e73: Verifying Checksum 19:49:55 1e910a182e73: Download complete 19:49:55 df20fa9351a1: Pull complete 19:49:55 ed8968b2872e: Pull complete 19:49:56 a92cc7c5fd73: Pull complete 19:49:57 4e634b169226: Verifying Checksum 19:49:57 4e634b169226: Download complete 19:49:58 e871e8e8d7a9: Verifying Checksum 19:49:58 e871e8e8d7a9: Download complete 19:50:02 e871e8e8d7a9: Pull complete 19:50:02 e73272ec9a57: Pull complete 19:50:02 1e910a182e73: Pull complete 19:50:04 Removing intermediate container fec7964d7b2e 19:50:04 ---> 6e3a1df2eb15 19:50:04 Successfully built 6e3a1df2eb15 19:50:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:50:05 + docker inspect -f . ci-base-image-arm64 19:50:05 . [Pipeline] withDockerContainer 19:50:05 prd-ubuntu18.04-docker-arm64-4c-16g-307 does not seem to be running inside a container 19:50:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/119 -v /w/workspace/app-functions-sdk-go/119:/w/workspace/app-functions-sdk-go/119:rw,z -v /w/workspace/app-functions-sdk-go/119@tmp:/w/workspace/app-functions-sdk-go/119@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:50:07 $ docker top 3abca6c38323cc86d5f3bee46dd27d71c1afcea657743f9d5be9a4720141f6cd -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:08 + go version 19:50:08 go version go1.15.2 linux/arm64 [Pipeline] } 19:50:08 $ docker stop --time=1 3abca6c38323cc86d5f3bee46dd27d71c1afcea657743f9d5be9a4720141f6cd 19:50:10 $ docker rm -f 3abca6c38323cc86d5f3bee46dd27d71c1afcea657743f9d5be9a4720141f6cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 19:50:11 4e634b169226: Pull complete 19:50:11 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:50:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:50:11 ---> f7629b54cfaa 19:50:11 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:50:11 latest: Pulling from library/docker 19:50:11 df20fa9351a1: Already exists 19:50:11 25ad7478873d: Pulling fs layer 19:50:11 4684f6177b5d: Pulling fs layer 19:50:11 46e300cec669: Pulling fs layer 19:50:11 63038576ad94: Pulling fs layer 19:50:11 0fdb76c4706c: Pulling fs layer 19:50:11 cb7edeffdfd5: Pulling fs layer 19:50:11 0fdb76c4706c: Waiting 19:50:11 cb7edeffdfd5: Waiting 19:50:11 63038576ad94: Waiting 19:50:11 4684f6177b5d: Verifying Checksum 19:50:11 4684f6177b5d: Download complete 19:50:11 25ad7478873d: Verifying Checksum 19:50:11 25ad7478873d: Download complete 19:50:11 63038576ad94: Verifying Checksum 19:50:11 63038576ad94: Download complete 19:50:11 0fdb76c4706c: Verifying Checksum 19:50:11 0fdb76c4706c: Download complete 19:50:11 cb7edeffdfd5: Verifying Checksum 19:50:11 cb7edeffdfd5: Download complete 19:50:11 25ad7478873d: Pull complete 19:50:11 4684f6177b5d: Pull complete [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 19:50:11 46e300cec669: Download complete 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:50:14 46e300cec669: Pull complete 19:50:14 63038576ad94: Pull complete 19:50:14 0fdb76c4706c: Pull complete 19:50:14 cb7edeffdfd5: Pull complete 19:50:14 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:50:14 Status: Downloaded newer image for docker:latest 19:50:15 ---> 53d5a5347d3d 19:50:15 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:50:15 ---> Running in c24dd979ac77 19:50:15 Removing intermediate container c24dd979ac77 19:50:15 ---> 67e52680ad76 19:50:15 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:50:15 ---> Running in 3d6c92426a41 19:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:18 (1/5) Installing libsodium (1.0.18-r0) 19:50:18 (2/5) Installing libzmq (4.3.3-r0) 19:50:18 (3/5) Installing pkgconf (1.7.2-r0) 19:50:18 (4/5) Installing libsodium-dev (1.0.18-r0) 19:50:18 (5/5) Installing zeromq-dev (4.3.3-r0) 19:50:18 Executing busybox-1.31.1-r16.trigger 19:50:18 OK: 167 MiB in 44 packages 19:50:19 Removing intermediate container 3d6c92426a41 19:50:19 ---> 33fd88abd66d 19:50:19 Step 6/8 : WORKDIR /build 19:50:19 ---> Running in f460644ab1de 19:50:19 Removing intermediate container f460644ab1de 19:50:19 ---> 63ccbf5b2ff1 19:50:19 Step 7/8 : COPY go.mod . 19:50:19 ---> 575c99742f14 19:50:19 Step 8/8 : RUN go mod download 19:50:19 ---> Running in e7c76748ff91 19:50:46 Removing intermediate container e7c76748ff91 19:50:46 ---> 2c7a057bfb99 19:50:46 Successfully built 2c7a057bfb99 19:50:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:50:46 + docker inspect -f . ci-base-image-x86_64 19:50:46 . [Pipeline] withDockerContainer 19:50:46 prd-centos7-docker-4c-2g-308 does not seem to be running inside a container 19:50:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/119 -v /w/workspace/app-functions-sdk-go/119:/w/workspace/app-functions-sdk-go/119:rw,z -v /w/workspace/app-functions-sdk-go/119@tmp:/w/workspace/app-functions-sdk-go/119@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:50:47 $ docker top 9f9d9cc210b9539a0a1fd8ed3ac09c7da5517a496021a104850160d82f05cfb5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:48 + go version 19:50:48 go version go1.15.2 linux/amd64 [Pipeline] } 19:50:48 $ docker stop --time=1 9f9d9cc210b9539a0a1fd8ed3ac09c7da5517a496021a104850160d82f05cfb5 19:50:49 $ docker rm -f 9f9d9cc210b9539a0a1fd8ed3ac09c7da5517a496021a104850160d82f05cfb5 [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:50:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 19:50:52 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 19:50:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:50:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:50:53 19:50:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 19:50:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:50:53 1.317.0: Pulling from edgex-devops/edgex-snyk-go 19:50:53 cbdbe7a5bc2a: Pulling fs layer 19:50:53 408f87550127: Pulling fs layer 19:50:53 fe522b08c979: Pulling fs layer 19:50:53 221eaa008020: Pulling fs layer 19:50:53 2a4607e5d6b9: Pulling fs layer 19:50:53 8f79b27c4fd2: Pulling fs layer 19:50:53 e5c8dbe1645b: Pulling fs layer 19:50:53 23e8b3b47431: Pulling fs layer 19:50:53 5c568d65a230: Pulling fs layer 19:50:53 8f79b27c4fd2: Waiting 19:50:53 e5c8dbe1645b: Waiting 19:50:53 23e8b3b47431: Waiting 19:50:53 221eaa008020: Waiting 19:50:53 2a4607e5d6b9: Waiting 19:50:53 5c568d65a230: Waiting 19:50:53 fe522b08c979: Download complete 19:50:53 408f87550127: Download complete 19:50:53 2a4607e5d6b9: Verifying Checksum 19:50:53 2a4607e5d6b9: Download complete 19:50:53 8f79b27c4fd2: Download complete 19:50:53 cbdbe7a5bc2a: Verifying Checksum 19:50:53 cbdbe7a5bc2a: Download complete 19:50:53 cbdbe7a5bc2a: Pull complete 19:50:54 408f87550127: Pull complete 19:50:54 fe522b08c979: Pull complete 19:50:55 e5c8dbe1645b: Verifying Checksum 19:50:55 e5c8dbe1645b: Download complete 19:50:56 23e8b3b47431: Verifying Checksum 19:50:56 23e8b3b47431: Download complete 19:50:56 5c568d65a230: Verifying Checksum 19:50:56 5c568d65a230: Download complete 19:50:57 221eaa008020: Download complete 19:51:02 221eaa008020: Pull complete 19:51:02 2a4607e5d6b9: Pull complete 19:51:02 8f79b27c4fd2: Pull complete 19:51:04 e5c8dbe1645b: Pull complete 19:51:08 23e8b3b47431: Pull complete 19:51:09 5c568d65a230: Pull complete 19:51:09 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 19:51:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:51:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 19:51:09 prd-centos7-docker-4c-2g-306 does not seem to be running inside a container 19:51:09 $ 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 19:51:10 $ docker top 50313ac86bcc7b9ac23fa953c6723c685c1895b4ebbf4b6ac1ce1ef3e76b76b7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:51:11 + snyk monitor '--org=edgex-jenkins' 19:51:19 19:51:19 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 19:51:19 19:51:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/2656d772-b62e-47f4-a551-c3c73d76778c 19:51:19 19:51:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:51:19 19:51:19 19:51:19 Snyk CLI supports Node.js 8 and higher. 19:51:19 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 19:51:19 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 19:51:19 19:51:19 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 19:51:19 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 19:51:19 $ docker stop --time=1 50313ac86bcc7b9ac23fa953c6723c685c1895b4ebbf4b6ac1ce1ef3e76b76b7 19:51:23 $ docker rm -f 50313ac86bcc7b9ac23fa953c6723c685c1895b4ebbf4b6ac1ce1ef3e76b76b7 [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:51:25 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:51:25 provisioning config files... 19:51:25 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2223699550627768045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:51:25 --> edgex-publish-swagger.sh 19:51:25 === Publish openapi/v2 API === 19:51:25 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 19:51:25 [publishToSwagger] Publishing API Name [app-functions-sdk] 19:51:25 [publishToSwagger] Dry Run enabled...Simulating upload 19:51:25 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 19:51:25 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:51:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:51:27 . [Pipeline] withDockerContainer 19:51:27 prd-centos7-docker-4c-2g-306 does not seem to be running inside a container 19:51:27 $ 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 19:51:28 $ docker top 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:51:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:51:28 [ssh-agent] Looking for ssh-agent implementation... 19:51:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:51:28 $ docker exec 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d ssh-agent 19:51:29 SSH_AUTH_SOCK=/tmp/ssh-1ccmxZAH0jYg/agent.12 19:51:29 SSH_AGENT_PID=17 19:51:29 Running ssh-add (command line suppressed) 19:51:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3914588893541491801.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3914588893541491801.key) 19:51:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:51:29 + git semver tag 19:51:29 # -> Open(): unable to determine branch for HEAD 19:51:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:51:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:51:29 # $SEMVER_REMOTE_NAME = origin 19:51:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:51:29 # $SEMVER_USER_NAME = edgex-jenkins 19:51:29 # $SEMVER_BRANCH = master 19:51:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 19:51:29 # 48a162b46f06db1ab3e8693b547f266453305d01 HEAD 19:51:29 # -> Force: false 19:51:29 # b35351bc72d9ab1bb234d67ad2eaa38a59841cbe refs/tags/v1.2.1-dev.31 [Pipeline] } 19:51:29 $ docker exec --env ******** --env ******** 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d ssh-agent -k 19:51:29 unset SSH_AUTH_SOCK; 19:51:29 unset SSH_AGENT_PID; 19:51:29 echo Agent pid 17 killed; 19:51:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:51:30 + git semver [Pipeline] } 19:51:30 $ docker stop --time=1 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d 19:51:31 $ docker rm -f 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:51:32 19:51:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:51:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:51:32 0.23.1-centos7: Pulling from edgex-lftools 19:51:32 ab5ef0e58194: Pulling fs layer 19:51:32 9712f1f96733: Pulling fs layer 19:51:32 63f879dbbcfc: Pulling fs layer 19:51:32 0d9ebad4ef96: Pulling fs layer 19:51:32 e9a5061849ea: Pulling fs layer 19:51:32 d747dcd14b5f: Pulling fs layer 19:51:32 2de7ff778b66: Pulling fs layer 19:51:32 e9a5061849ea: Waiting 19:51:32 d747dcd14b5f: Waiting 19:51:32 2de7ff778b66: Waiting 19:51:32 0d9ebad4ef96: Waiting 19:51:32 9712f1f96733: Verifying Checksum 19:51:32 9712f1f96733: Download complete 19:51:34 63f879dbbcfc: Verifying Checksum 19:51:34 63f879dbbcfc: Download complete 19:51:34 e9a5061849ea: Verifying Checksum 19:51:34 e9a5061849ea: Download complete 19:51:34 d747dcd14b5f: Verifying Checksum 19:51:34 d747dcd14b5f: Download complete 19:51:34 2de7ff778b66: Verifying Checksum 19:51:34 2de7ff778b66: Download complete 19:51:34 0d9ebad4ef96: Verifying Checksum 19:51:34 0d9ebad4ef96: Download complete 19:51:35 ab5ef0e58194: Verifying Checksum 19:51:35 ab5ef0e58194: Download complete 19:51:39 ab5ef0e58194: Pull complete 19:51:39 9712f1f96733: Pull complete 19:51:41 63f879dbbcfc: Pull complete 19:51:47 0d9ebad4ef96: Pull complete 19:51:49 e9a5061849ea: Pull complete 19:51:49 d747dcd14b5f: Pull complete 19:51:53 2de7ff778b66: Pull complete 19:51:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:51:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:51:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:51:53 prd-centos7-docker-4c-2g-306 does not seem to be running inside a container 19:51:53 $ 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 19:51:56 $ docker top 310318bb734baac4bafd73315037c397eb8040f55e16eae5151facae9b625c00 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:51:56 provisioning config files... 19:51:56 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5550752564833230980tmp 19:51:56 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5165194953249569372tmp 19:51:56 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8605053150845107590tmp [Pipeline] { [Pipeline] echo 19:51:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:51:56 ---> sigul-configuration.sh 19:51:56 gpg: directory `/root/.gnupg' created 19:51:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:51:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:51:56 gpg: keyring `/root/.gnupg/secring.gpg' created 19:51:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:51:56 gpg: CAST5 encrypted data 19:51:57 gpg: encrypted with 1 passphrase 19:51:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:51:57 + mkdir /home/jenkins 19:51:57 + mkdir /home/jenkins/sigul [Pipeline] sh 19:51:57 + 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:51:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:51:58 ---> sigul-install.sh 19:52:04 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:52:04 + git tag --list 19:52:04 v1.2.1-dev.31 [Pipeline] sh 19:52:05 + lftools sign git-tag v1.2.1-dev.31 19:52:06 Signing Git tag with Sigul... 19:52:06 Signing v1.2.1-dev.31 [Pipeline] echo 19:52:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:52:07 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:52:07 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:52:08 $ docker stop --time=1 310318bb734baac4bafd73315037c397eb8040f55e16eae5151facae9b625c00 19:52:09 $ docker rm -f 310318bb734baac4bafd73315037c397eb8040f55e16eae5151facae9b625c00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:52:10 . [Pipeline] withDockerContainer 19:52:11 prd-centos7-docker-4c-2g-306 does not seem to be running inside a container 19:52:11 $ 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 19:52:11 $ docker top 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:52:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:52:11 [ssh-agent] Looking for ssh-agent implementation... 19:52:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:52:12 $ docker exec 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 ssh-agent 19:52:12 SSH_AUTH_SOCK=/tmp/ssh-cXi0hiIfpCcN/agent.11 19:52:12 SSH_AGENT_PID=17 19:52:12 Running ssh-add (command line suppressed) 19:52:12 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7560967476450066165.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7560967476450066165.key) 19:52:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:52:12 + git semver bump pre 19:52:12 # -> Open(): unable to determine branch for HEAD 19:52:12 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:52:12 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:52:12 # $SEMVER_REMOTE_NAME = origin 19:52:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:52:12 # $SEMVER_USER_NAME = edgex-jenkins 19:52:12 # $SEMVER_BRANCH = master 19:52:12 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 19:52:12 1.2.1-dev.32 [Pipeline] } 19:52:12 $ docker exec --env ******** --env ******** 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 ssh-agent -k 19:52:12 unset SSH_AUTH_SOCK; 19:52:12 unset SSH_AGENT_PID; 19:52:12 echo Agent pid 17 killed; 19:52:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:52:13 + git semver [Pipeline] } 19:52:13 $ docker stop --time=1 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 19:52:14 $ docker rm -f 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:52:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:52:15 . [Pipeline] withDockerContainer 19:52:15 prd-centos7-docker-4c-2g-306 does not seem to be running inside a container 19:52: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 19:52:16 $ docker top 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:52:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:52:16 [ssh-agent] Looking for ssh-agent implementation... 19:52:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:52:16 $ docker exec 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 ssh-agent 19:52:16 SSH_AUTH_SOCK=/tmp/ssh-D6RQPlZl3jqv/agent.12 19:52:16 SSH_AGENT_PID=17 19:52:16 Running ssh-add (command line suppressed) 19:52:16 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3179608642857200765.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3179608642857200765.key) 19:52:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:52:17 + git semver push 19:52:17 # -> Open(): unable to determine branch for HEAD 19:52:17 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:52:17 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:52:17 # $SEMVER_REMOTE_NAME = origin 19:52:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:52:17 # $SEMVER_USER_NAME = edgex-jenkins 19:52:17 # $SEMVER_BRANCH = master 19:52:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 19:52:23 $ docker exec --env ******** --env ******** 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 ssh-agent -k 19:52:24 unset SSH_AUTH_SOCK; 19:52:24 unset SSH_AGENT_PID; 19:52:24 echo Agent pid 17 killed; 19:52:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:52:24 + git semver [Pipeline] } 19:52:24 $ docker stop --time=1 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 19:52:25 $ docker rm -f 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 [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:52:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:52:27 ---> package-listing.sh 19:52:27 ++ facter osfamily 19:52:27 ++ tr '[:upper:]' '[:lower:]' 19:52:27 + OS_FAMILY=redhat 19:52:27 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 19:52:27 + START_PACKAGES=/tmp/packages_start.txt 19:52:27 + END_PACKAGES=/tmp/packages_end.txt 19:52:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:52:27 + PACKAGES=/tmp/packages_start.txt 19:52:27 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 19:52:27 + PACKAGES=/tmp/packages_end.txt 19:52:27 + case "${OS_FAMILY}" in 19:52:27 + rpm -qa 19:52:27 + sort 19:52:32 + '[' -f /tmp/packages_start.txt ']' 19:52:32 + '[' -f /tmp/packages_end.txt ']' 19:52:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:52:32 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 19:52:32 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 19:52:32 + 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:52:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:33 19:52:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:52:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:33 alpine: Pulling from edgex-lftools-log-publisher 19:52:33 df20fa9351a1: Pulling fs layer 19:52:33 36b3adc4ff6f: Pulling fs layer 19:52:33 8ad3a11d3b57: Pulling fs layer 19:52:33 46f8f816bc3b: Pulling fs layer 19:52:33 0dadc02b9964: Pulling fs layer 19:52:33 ce6a7cf60c04: Pulling fs layer 19:52:33 7a184a31f384: Pulling fs layer 19:52:33 0879bd2ef858: Pulling fs layer 19:52:33 46f8f816bc3b: Waiting 19:52:33 0dadc02b9964: Waiting 19:52:33 ce6a7cf60c04: Waiting 19:52:33 7a184a31f384: Waiting 19:52:33 36b3adc4ff6f: Verifying Checksum 19:52:33 36b3adc4ff6f: Download complete 19:52:33 46f8f816bc3b: Download complete 19:52:33 df20fa9351a1: Verifying Checksum 19:52:33 df20fa9351a1: Download complete 19:52:33 ce6a7cf60c04: Verifying Checksum 19:52:33 ce6a7cf60c04: Download complete 19:52:33 7a184a31f384: Download complete 19:52:33 0dadc02b9964: Verifying Checksum 19:52:33 0dadc02b9964: Download complete 19:52:34 df20fa9351a1: Pull complete 19:52:34 8ad3a11d3b57: Verifying Checksum 19:52:34 8ad3a11d3b57: Download complete 19:52:34 36b3adc4ff6f: Pull complete 19:52:34 0879bd2ef858: Verifying Checksum 19:52:34 0879bd2ef858: Download complete 19:52:34 8ad3a11d3b57: Pull complete 19:52:35 46f8f816bc3b: Pull complete 19:52:35 0dadc02b9964: Pull complete 19:52:35 ce6a7cf60c04: Pull complete 19:52:35 7a184a31f384: Pull complete 19:52:37 0879bd2ef858: Pull complete 19:52:37 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:52:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:52:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:52:37 prd-centos7-docker-4c-2g-306 does not seem to be running inside a container 19:52:37 $ 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 19:52:43 $ docker top 8940512d08412e5cca5837c3c50d211f828e1375eaf4d7e4aa6c4b84d0bba651 -eo pid,comm [Pipeline] { [Pipeline] sh 19:52:43 + mkdir -p /var/log/sa [Pipeline] sh 19:52:44 + ls /var/log/sa-host 19:52:44 + sadf -c /var/log/sa-host/sa05 19:52:44 file_magic: OK 19:52:44 HZ: Using current value: 100 19:52:44 file_header: OK 19:52:44 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:52:44 Statistics: 19:52:44 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:52:44 File successfully converted to sysstat format version 12.2.1 19:52:44 + sadf -c /var/log/sa-host/sa17 19:52:44 file_magic: OK 19:52:44 HZ: Using current value: 100 19:52:44 file_header: OK 19:52:44 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:52:44 Statistics: 19:52:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:52:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:52:44 provisioning config files... 19:52:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5547361530013542053tmp [Pipeline] { [Pipeline] echo 19:52:44 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:52:44 ---> create-netrc.sh [Pipeline] echo 19:52:44 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:52:44 ---> logs-deploy.sh 19:52:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/119 19:52:44 INFO: archiving workspace using pattern(s): 19:52:46 Archives upload complete. 19:52:46 INFO: archiving logs to Nexus 19:52:47 ---> uname -a: 19:52:47 Linux 8940512d0841 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:52:47 19:52:47 19:52:47 ---> lscpu: 19:52:47 Architecture: x86_64 19:52:47 CPU op-mode(s): 32-bit, 64-bit 19:52:47 Byte Order: Little Endian 19:52:47 Address sizes: 40 bits physical, 48 bits virtual 19:52:47 CPU(s): 4 19:52:47 On-line CPU(s) list: 0-3 19:52:47 Thread(s) per core: 1 19:52:47 Core(s) per socket: 1 19:52:47 Socket(s): 4 19:52:47 NUMA node(s): 1 19:52:47 Vendor ID: GenuineIntel 19:52:47 CPU family: 6 19:52:47 Model: 44 19:52:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:52:47 Stepping: 1 19:52:47 CPU MHz: 2933.438 19:52:47 BogoMIPS: 5866.87 19:52:47 Virtualization: VT-x 19:52:47 Hypervisor vendor: KVM 19:52:47 Virtualization type: full 19:52:47 L1d cache: 128 KiB 19:52:47 L1i cache: 128 KiB 19:52:47 L2 cache: 16 MiB 19:52:47 L3 cache: 64 MiB 19:52:47 NUMA node0 CPU(s): 0-3 19:52:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:52:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:52:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:52:47 Vulnerability Meltdown: Mitigation; PTI 19:52:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:52:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:52:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:52:47 Vulnerability Tsx async abort: Not affected 19:52:47 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:52:47 19:52:47 19:52:47 ---> nproc: 19:52:47 4 19:52:47 19:52:47 19:52:47 ---> df -h: 19:52:47 Filesystem Size Used Available Use% Mounted on 19:52:47 overlay 50.0G 8.2G 41.8G 16% / 19:52:47 tmpfs 64.0M 0 64.0M 0% /dev 19:52:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:52:47 shm 64.0M 0 64.0M 0% /dev/shm 19:52:47 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 19:52:47 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 19:52:47 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 19:52:47 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 19:52:47 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 19:52:47 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 19:52:47 19:52:47 19:52:47 ---> free -m: 19:52:47 total used free shared buff/cache available 19:52:47 Mem: 1837 767 120 0 948 1006 19:52:47 Swap: 1023 2 1021 19:52:47 19:52:47 19:52:47 ---> ip addr: 19:52:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:52:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:52:47 inet 127.0.0.1/8 scope host lo 19:52:47 valid_lft forever preferred_lft forever 19:52:47 16: eth0@if17: mtu 1458 qdisc noqueue state UP 19:52:47 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:52:47 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:52:47 valid_lft forever preferred_lft forever 19:52:47 19:52:47 19:52:47 ---> sar -b -r -n DEV: 19:52:47 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:52:47 19:52:47 19:45:27 LINUX RESTART (4 CPU) 19:52:47 19:52:47 19:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:52:47 19:47:02 62.72 16.01 46.70 0.00 5030.89 6552.26 0.00 19:52:47 19:48:01 1.66 0.00 1.66 0.00 0.00 32.43 0.00 19:52:47 19:49:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 19:52:47 19:50:01 0.32 0.00 0.32 0.00 0.00 3.48 0.00 19:52:47 19:51:01 31.97 3.63 28.35 0.00 559.92 17780.99 0.00 19:52:47 19:52:01 407.99 191.71 216.28 0.00 10666.53 48581.43 0.00 19:52:47 Average: 84.41 35.34 49.07 0.00 2718.07 12197.07 0.00 19:52:47 19:52:47 19:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:52:47 19:47:02 179812 0 575308 30.58 2620 1123816 1095336 37.38 445016 1096424 120 19:52:47 19:48:01 185916 0 569200 30.25 2620 1123820 1055384 36.02 443448 1093188 20 19:52:47 19:49:01 185552 0 569556 30.27 2620 1123828 1055592 36.03 444352 1093192 16 19:52:47 19:50:01 183292 0 571816 30.39 2620 1123828 1055592 36.03 446484 1093020 16 19:52:47 19:51:01 64956 0 670228 35.62 2620 1143752 1480656 50.53 617352 1016492 30616 19:52:47 19:52:01 98796 0 744196 39.55 1492 1037072 1274340 43.49 609384 881440 13120 19:52:47 Average: 149721 0 616717 32.78 2432 1112686 1169483 39.91 501006 1045626 7318 19:52:47 19:52:47 19:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:52:47 19:47:02 eth0 649.92 487.15 1422.93 409.62 0.00 0.00 0.00 0.00 19:52:47 19:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:47:02 docker0 92.38 69.64 7.87 302.07 0.00 0.00 0.00 0.00 19:52:47 19:48:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 19:52:47 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:49:01 eth0 3.71 2.15 3.26 0.32 0.00 0.00 0.00 0.00 19:52:47 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:50:01 eth0 0.90 0.47 0.32 0.21 0.00 0.00 0.00 0.00 19:52:47 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:51:01 eth0 398.32 355.74 3774.92 26.09 0.00 0.00 0.00 0.00 19:52:47 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:52:01 veth409e148 34.00 37.89 2.49 204.35 0.00 0.00 0.00 0.00 19:52:47 19:52:01 eth0 752.29 619.60 4184.42 96.49 0.00 0.00 0.00 0.00 19:52:47 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 19:52:01 docker0 96.19 102.11 7.09 616.79 0.00 0.00 0.00 0.00 19:52:47 Average: veth409e148 5.68 6.34 0.42 34.17 0.00 0.00 0.00 0.00 19:52:47 Average: eth0 301.90 244.96 1569.18 89.06 0.00 0.00 0.00 0.00 19:52:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:52:47 Average: docker0 31.53 28.72 2.50 153.63 0.00 0.00 0.00 0.00 19:52:47 19:52:47 19:52:47 ---> sar -P ALL: 19:52:47 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:52:47 19:52:47 19:45:27 LINUX RESTART (4 CPU) 19:52:47 19:52:47 19:46:01 CPU %user %nice %system %iowait %steal %idle 19:52:47 19:47:02 all 12.42 0.00 3.63 1.97 0.02 81.96 19:52:47 19:47:02 0 10.91 0.00 4.81 1.11 0.02 83.15 19:52:47 19:47:02 1 12.66 0.00 3.21 0.39 0.02 83.74 19:52:47 19:47:02 2 14.82 0.00 3.23 5.84 0.02 76.09 19:52:47 19:47:02 3 11.29 0.00 3.29 0.52 0.02 84.88 19:52:47 19:48:01 all 0.11 0.00 0.05 0.00 0.00 99.84 19:52:47 19:48:01 0 0.31 0.00 0.07 0.00 0.00 99.63 19:52:47 19:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:52:47 19:48:01 2 0.08 0.00 0.05 0.00 0.00 99.86 19:52:47 19:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:52:47 19:49:01 all 0.17 0.00 0.05 0.00 0.00 99.78 19:52:47 19:49:01 0 0.50 0.00 0.08 0.00 0.00 99.42 19:52:47 19:49:01 1 0.08 0.00 0.03 0.00 0.00 99.88 19:52:47 19:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:52:47 19:49:01 3 0.05 0.00 0.02 0.00 0.02 99.92 19:52:47 19:50:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:52:47 19:50:01 0 0.47 0.00 0.02 0.00 0.00 99.52 19:52:47 19:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:52:47 19:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:52:47 19:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:52:47 19:51:01 all 3.52 0.00 1.77 0.08 0.00 94.63 19:52:47 19:51:01 0 3.89 0.00 1.73 0.03 0.02 94.33 19:52:47 19:51:01 1 3.30 0.00 1.83 0.15 0.00 94.72 19:52:47 19:51:01 2 3.64 0.00 1.74 0.05 0.00 94.57 19:52:47 19:51:01 3 3.27 0.00 1.76 0.08 0.00 94.89 19:52:47 19:52:01 all 14.48 0.00 8.37 5.07 0.08 72.00 19:52:47 19:52:01 0 14.08 0.00 8.88 3.10 0.03 73.91 19:52:47 19:52:01 1 15.13 0.00 8.20 4.97 0.09 71.61 19:52:47 19:52:01 2 14.58 0.00 8.60 6.57 0.10 70.15 19:52:47 19:52:01 3 14.12 0.00 7.81 5.61 0.10 72.35 19:52:47 Average: all 5.11 0.00 2.30 1.18 0.02 91.39 19:52:47 Average: 0 4.99 0.00 2.58 0.70 0.01 91.72 19:52:47 Average: 1 5.18 0.00 2.21 0.91 0.02 91.69 19:52:47 Average: 2 5.52 0.00 2.27 2.07 0.02 90.11 19:52:47 Average: 3 4.76 0.00 2.14 1.02 0.02 92.05 19:52:47 19:52:47 19:52:47