Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d4297c3f0affce4b46d730e2d159065f9736cf70 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1347’ Running on prd-centos7-docker-4c-2g-1353 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 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 --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d4297c3f0affce4b46d730e2d159065f9736cf70 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 Commit message: "Merge pull request #504 from lenny-intel/depbot" > git rev-list --no-walk 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:44:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:44:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:44:54 ========================================================= 22:44:54 EdgeX Global Pipelines Version Info 22:44:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:44:55 ------------------- 22:44:55 stable info: 22:44:55 ------------------- 22:44:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:44:55 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 22:44:55 Message: update stable to v1.0.128 22:44:56 ------------------- 22:44:56 experimental info: 22:44:56 ------------------- 22:44:56 Commited By: **** collab-it+edgex@linuxfoundation.org 22:44:56 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 22:44:56 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:44:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:44:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4297c3f0affce4b46d730e2d159065f9736cf70 [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4297c3 [Pipeline] echo 22:44:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:00 + git log --format=format:%s -1 d4297c3f0affce4b46d730e2d159065f9736cf70 [Pipeline] echo 22:45:01 GIT_COMMIT: d4297c3f0affce4b46d730e2d159065f9736cf70, Commit Message: Merge pull request #504 from lenny-intel/depbot [Pipeline] echo 22:45:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:45:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:02 22:45:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:45:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:02 latest: Pulling from edgex-devops/git-semver 22:45:02 31603596830f: Pulling fs layer 22:45:02 2a8b12db71e7: Pulling fs layer 22:45:02 6ca5941a6612: Pulling fs layer 22:45:02 ecc8261a40a4: Pulling fs layer 22:45:02 ecc8261a40a4: Waiting 22:45:02 2a8b12db71e7: Verifying Checksum 22:45:02 2a8b12db71e7: Download complete 22:45:03 31603596830f: Download complete 22:45:03 ecc8261a40a4: Verifying Checksum 22:45:03 ecc8261a40a4: Download complete 22:45:03 6ca5941a6612: Verifying Checksum 22:45:03 6ca5941a6612: Download complete 22:45:03 31603596830f: Pull complete 22:45:03 2a8b12db71e7: Pull complete 22:45:04 6ca5941a6612: Pull complete 22:45:04 ecc8261a40a4: Pull complete 22:45:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:45:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:45:04 prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container 22:45:04 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:45:06 $ docker top 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:07 [ssh-agent] Looking for ssh-agent implementation... 22:45:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:07 $ docker exec 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent 22:45:07 SSH_AUTH_SOCK=/tmp/ssh-JoaRMAuVIAeM/agent.11 22:45:07 SSH_AGENT_PID=17 22:45:07 Running ssh-add (command line suppressed) 22:45:07 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6417922499460160599.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6417922499460160599.key) 22:45:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:08 + git describe --exact-match --tags HEAD 22:45:08 fatal: no tag exactly matches 'd4297c3f0affce4b46d730e2d159065f9736cf70' [Pipeline] } 22:45:08 $ docker exec --env ******** --env ******** 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent -k 22:45:08 unset SSH_AUTH_SOCK; 22:45:08 unset SSH_AGENT_PID; 22:45:08 echo Agent pid 17 killed; 22:45:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:45:08 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:45:08 This usually means this commit has not been tagged. [Pipeline] sshagent 22:45:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:08 [ssh-agent] Looking for ssh-agent implementation... 22:45:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:08 $ docker exec 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent 22:45:08 SSH_AUTH_SOCK=/tmp/ssh-SVTKZQQWhdds/agent.47 22:45:08 SSH_AGENT_PID=52 22:45:08 Running ssh-add (command line suppressed) 22:45:08 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5644751419078512605.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5644751419078512605.key) 22:45:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:09 + git semver init 22:45:09 # -> Open(): unable to determine branch for HEAD 22:45:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:45:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:45:09 # $SEMVER_REMOTE_NAME = origin 22:45:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:09 # $SEMVER_USER_NAME = edgex-jenkins 22:45:09 # $SEMVER_BRANCH = master 22:45:09 # $SEMVER_TEMP = /tmp/semver-286829268 22:45:09 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:45:11 # '/tmp/semver-286829268' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:45:11 # -> Force: false 22:45:11 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:45:11 $ docker exec --env ******** --env ******** 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent -k 22:45:12 unset SSH_AUTH_SOCK; 22:45:12 unset SSH_AGENT_PID; 22:45:12 echo Agent pid 52 killed; 22:45:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:12 + git semver [Pipeline] } 22:45:12 $ docker stop --time=1 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 22:45:14 $ docker rm -f 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:45:16 Stashed 47 file(s) [Pipeline] echo 22:45:16 [edgeXSemver]: initialized semver on version 1.2.1-dev.34 [Pipeline] echo 22:45:16 Archived original version: [1.2.1-dev.34] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:45:31 Still waiting to schedule task 22:45:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:45:31 Still waiting to schedule task 22:45:31 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1350’ 22:46:56 Running on prd-centos7-docker-4c-2g-1359 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:46:56 Running in /w/workspace/app-functions-sdk-go/122 [Pipeline] { [Pipeline] checkout 22:46:59 using credential edgex-jenkins-ssh 22:46:59 Cloning the remote Git repository 22:46:59 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:46:59 > git init /w/workspace/app-functions-sdk-go/122 # timeout=10 22:46:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:46:59 > git --version # timeout=10 22:46:59 > git --version # 'git version 2.16.5' 22:46:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:01 Checking out Revision d4297c3f0affce4b46d730e2d159065f9736cf70 (master) 22:47:01 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:47:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:01 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:47:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:47:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:47:01 > git config core.sparsecheckout # timeout=10 22:47:01 > git checkout -f d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 22:47:05 Commit message: "Merge pull request #504 from lenny-intel/depbot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:47:07 ========================================================= 22:47:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:47:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:47:09 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:47:09 Sending build context to Docker daemon 37.37MB 22:47:09 Step 1/8 : ARG BASE=golang:1.15-alpine 22:47:09 Step 2/8 : FROM ${BASE} 22:47:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:47:10 df20fa9351a1: Pulling fs layer 22:47:10 ed8968b2872e: Pulling fs layer 22:47:10 a92cc7c5fd73: Pulling fs layer 22:47:10 e871e8e8d7a9: Pulling fs layer 22:47:10 e73272ec9a57: Pulling fs layer 22:47:10 1e910a182e73: Pulling fs layer 22:47:10 4e634b169226: Pulling fs layer 22:47:10 e871e8e8d7a9: Waiting 22:47:10 e73272ec9a57: Waiting 22:47:10 1e910a182e73: Waiting 22:47:10 4e634b169226: Waiting 22:47:10 a92cc7c5fd73: Verifying Checksum 22:47:10 a92cc7c5fd73: Download complete 22:47:10 ed8968b2872e: Download complete 22:47:10 e73272ec9a57: Download complete 22:47:10 1e910a182e73: Download complete 22:47:10 df20fa9351a1: Verifying Checksum 22:47:10 df20fa9351a1: Download complete 22:47:10 df20fa9351a1: Pull complete 22:47:10 ed8968b2872e: Pull complete 22:47:10 a92cc7c5fd73: Pull complete 22:47:13 4e634b169226: Verifying Checksum 22:47:13 4e634b169226: Download complete 22:47:15 e871e8e8d7a9: Verifying Checksum 22:47:15 e871e8e8d7a9: Download complete 22:47:20 e871e8e8d7a9: Pull complete 22:47:20 e73272ec9a57: Pull complete 22:47:20 1e910a182e73: Pull complete 22:47:24 4e634b169226: Pull complete 22:47:24 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:47:24 ---> f7629b54cfaa 22:47:24 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:47:25 latest: Pulling from library/docker 22:47:25 df20fa9351a1: Already exists 22:47:25 25ad7478873d: Pulling fs layer 22:47:25 4684f6177b5d: Pulling fs layer 22:47:25 8ba584e970af: Pulling fs layer 22:47:25 3cdc74d2b06d: Pulling fs layer 22:47:25 4cf5a0d07c1f: Pulling fs layer 22:47:25 fca0ccc462d5: Pulling fs layer 22:47:25 4cf5a0d07c1f: Waiting 22:47:25 fca0ccc462d5: Waiting 22:47:25 3cdc74d2b06d: Waiting 22:47:25 4684f6177b5d: Verifying Checksum 22:47:25 4684f6177b5d: Download complete 22:47:25 25ad7478873d: Download complete 22:47:25 3cdc74d2b06d: Verifying Checksum 22:47:25 3cdc74d2b06d: Download complete 22:47:26 4cf5a0d07c1f: Verifying Checksum 22:47:26 4cf5a0d07c1f: Download complete 22:47:26 fca0ccc462d5: Verifying Checksum 22:47:26 fca0ccc462d5: Download complete 22:47:26 25ad7478873d: Pull complete 22:47:26 4684f6177b5d: Pull complete 22:47:26 8ba584e970af: Download complete 22:47:29 8ba584e970af: Pull complete 22:47:29 3cdc74d2b06d: Pull complete 22:47:29 4cf5a0d07c1f: Pull complete 22:47:29 fca0ccc462d5: Pull complete 22:47:29 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:47:29 Status: Downloaded newer image for docker:latest 22:47:30 ---> cb23d14be2ac 22:47:30 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:47:30 ---> Running in 99538f3cffd8 22:47:30 Removing intermediate container 99538f3cffd8 22:47:30 ---> 634b6d212ab0 22:47:30 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:47:31 ---> Running in 793f37e571e5 22:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:32 (1/5) Installing libsodium (1.0.18-r0) 22:47:33 (2/5) Installing libzmq (4.3.3-r0) 22:47:33 (3/5) Installing pkgconf (1.7.2-r0) 22:47:33 (4/5) Installing libsodium-dev (1.0.18-r0) 22:47:33 (5/5) Installing zeromq-dev (4.3.3-r0) 22:47:33 Executing busybox-1.31.1-r16.trigger 22:47:33 OK: 167 MiB in 44 packages 22:47:34 Removing intermediate container 793f37e571e5 22:47:34 ---> 73b0c6aa6a25 22:47:34 Step 6/8 : WORKDIR /build 22:47:34 ---> Running in a235fe3d2d3c 22:47:34 Removing intermediate container a235fe3d2d3c 22:47:34 ---> 750bb9de10ae 22:47:34 Step 7/8 : COPY go.mod . 22:47:34 ---> bb6bd78f0fd5 22:47:34 Step 8/8 : RUN go mod download 22:47:34 ---> Running in 5d97f602a316 22:48:01 Removing intermediate container 5d97f602a316 22:48:01 ---> 1f10dcdfae58 22:48:01 Successfully built 1f10dcdfae58 22:48:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:48:01 + docker inspect -f . ci-base-image-x86_64 22:48:01 . [Pipeline] withDockerContainer 22:48:01 prd-centos7-docker-4c-2g-1359 does not seem to be running inside a container 22:48:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/122 -v /w/workspace/app-functions-sdk-go/122:/w/workspace/app-functions-sdk-go/122:rw,z -v /w/workspace/app-functions-sdk-go/122@tmp:/w/workspace/app-functions-sdk-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:48:02 $ docker top 619edf26166f1bf2a4b9e5c36827be3b77a3ed9ec65847b6ee84b21437d82221 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:03 + go version 22:48:03 go version go1.15.2 linux/amd64 [Pipeline] } 22:48:03 $ docker stop --time=1 619edf26166f1bf2a4b9e5c36827be3b77a3ed9ec65847b6ee84b21437d82221 22:48:04 $ docker rm -f 619edf26166f1bf2a4b9e5c36827be3b77a3ed9ec65847b6ee84b21437d82221 [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] } 22:48:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1361 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:48:19 Running in /w/workspace/app-functions-sdk-go/122 [Pipeline] { [Pipeline] checkout 22:48:25 using credential edgex-jenkins-ssh 22:48:25 Cloning the remote Git repository 22:48:25 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:48:25 > git init /w/workspace/app-functions-sdk-go/122 # timeout=10 22:48:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:48:25 > git --version # timeout=10 22:48:25 > git --version # 'git version 2.17.1' 22:48:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:48:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:48:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:48:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:48:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:48:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:48:33 Checking out Revision d4297c3f0affce4b46d730e2d159065f9736cf70 (master) 22:48:33 Commit message: "Merge pull request #504 from lenny-intel/depbot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 22:48:33 > git config core.sparsecheckout # timeout=10 22:48:33 > git checkout -f d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [Pipeline] echo 22:48:37 ========================================================= 22:48:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:48:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:48:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:48:40 Sending build context to Docker daemon 37.37MB 22:48:40 Step 1/8 : ARG BASE=golang:1.15-alpine 22:48:40 Step 2/8 : FROM ${BASE} 22:48:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:48:40 b538f80385f9: Pulling fs layer 22:48:40 74f711af9a0d: Pulling fs layer 22:48:40 99f96fe45779: Pulling fs layer 22:48:40 8529a6b9a6be: Pulling fs layer 22:48:40 45590311c82a: Pulling fs layer 22:48:40 69ca0ff8b7b3: Pulling fs layer 22:48:40 209524e5b208: Pulling fs layer 22:48:40 8529a6b9a6be: Waiting 22:48:40 45590311c82a: Waiting 22:48:40 69ca0ff8b7b3: Waiting 22:48:40 209524e5b208: Waiting 22:48:40 99f96fe45779: Download complete 22:48:40 74f711af9a0d: Download complete 22:48:40 45590311c82a: Download complete 22:48:40 69ca0ff8b7b3: Verifying Checksum 22:48:40 69ca0ff8b7b3: Download complete 22:48:41 b538f80385f9: Verifying Checksum 22:48:41 b538f80385f9: Download complete 22:48:41 b538f80385f9: Pull complete 22:48:42 74f711af9a0d: Pull complete 22:48:43 99f96fe45779: Pull complete 22:48:43 209524e5b208: Verifying Checksum 22:48:43 209524e5b208: Download complete 22:48:44 8529a6b9a6be: Verifying Checksum 22:48:44 8529a6b9a6be: Download complete 22:48:54 8529a6b9a6be: Pull complete 22:48:55 45590311c82a: Pull complete 22:48:55 69ca0ff8b7b3: Pull complete 22:48:58 209524e5b208: Pull complete 22:48:58 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:48:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:48:58 ---> 5bddaf1c2fca 22:48:58 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:48:59 latest: Pulling from library/docker 22:48:59 b538f80385f9: Already exists 22:48:59 259a493cd78d: Pulling fs layer 22:48:59 b8e66b5100f5: Pulling fs layer 22:48:59 7f8258a56ab6: Pulling fs layer 22:48:59 75a0a0ebb566: Pulling fs layer 22:48:59 4a2c62f0a2a3: Pulling fs layer 22:48:59 294320357d30: Pulling fs layer 22:48:59 75a0a0ebb566: Waiting 22:48:59 4a2c62f0a2a3: Waiting 22:48:59 294320357d30: Waiting 22:48:59 b8e66b5100f5: Verifying Checksum 22:48:59 b8e66b5100f5: Download complete 22:48:59 259a493cd78d: Verifying Checksum 22:48:59 259a493cd78d: Download complete 22:48:59 75a0a0ebb566: Verifying Checksum 22:48:59 75a0a0ebb566: Download complete 22:48:59 4a2c62f0a2a3: Verifying Checksum 22:48:59 4a2c62f0a2a3: Download complete 22:49:00 259a493cd78d: Pull complete 22:49:00 b8e66b5100f5: Pull complete 22:49:00 7f8258a56ab6: Download complete 22:49:04 7f8258a56ab6: Pull complete 22:49:04 75a0a0ebb566: Pull complete 22:49:04 4a2c62f0a2a3: Pull complete 22:49:04 294320357d30: Pull complete 22:49:04 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:49:04 Status: Downloaded newer image for docker:latest 22:49:11 ---> cd5d04b06331 22:49:11 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:49:11 ---> Running in 2fff0720683f 22:49:11 Removing intermediate container 2fff0720683f 22:49:11 ---> 73c55d492e43 22:49:11 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:49:11 ---> Running in baf74be8c690 22:49:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:49:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:49:15 (1/5) Installing libsodium (1.0.18-r0) 22:49:15 (2/5) Installing libzmq (4.3.3-r0) 22:49:15 (3/5) Installing pkgconf (1.7.2-r0) 22:49:15 (4/5) Installing libsodium-dev (1.0.18-r0) 22:49:15 (5/5) Installing zeromq-dev (4.3.3-r0) 22:49:15 Executing busybox-1.31.1-r16.trigger 22:49:15 OK: 144 MiB in 44 packages 22:49:17 Removing intermediate container baf74be8c690 22:49:17 ---> 98cf1f64eb77 22:49:17 Step 6/8 : WORKDIR /build 22:49:17 ---> Running in 22ccd6898221 22:49:18 Removing intermediate container 22ccd6898221 22:49:18 ---> 24c78d31f2c5 22:49:18 Step 7/8 : COPY go.mod . 22:49:18 ---> f73f721071ea 22:49:18 Step 8/8 : RUN go mod download 22:49:18 ---> Running in 357b1cab2ed6 22:49:51 Removing intermediate container 357b1cab2ed6 22:49:51 ---> f1a61dfd4eb2 22:49:51 Successfully built f1a61dfd4eb2 22:49:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:49:51 + docker inspect -f . ci-base-image-arm64 22:49:51 . [Pipeline] withDockerContainer 22:49:51 prd-ubuntu18.04-docker-arm64-4c-16g-1361 does not seem to be running inside a container 22:49:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/122 -v /w/workspace/app-functions-sdk-go/122:/w/workspace/app-functions-sdk-go/122:rw,z -v /w/workspace/app-functions-sdk-go/122@tmp:/w/workspace/app-functions-sdk-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:49:53 $ docker top bf84d15850b7c08d91bb4cbb6c3b4dee081224643734c32e8e57a14bd6f9ee7f -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:55 + go version 22:49:55 go version go1.15.2 linux/arm64 [Pipeline] } 22:49:55 $ docker stop --time=1 bf84d15850b7c08d91bb4cbb6c3b4dee081224643734c32e8e57a14bd6f9ee7f 22:49:57 $ docker rm -f bf84d15850b7c08d91bb4cbb6c3b4dee081224643734c32e8e57a14bd6f9ee7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:50:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:50:00 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:50:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:50:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:50:00 22:50:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:50:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:50:01 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:50:01 cbdbe7a5bc2a: Pulling fs layer 22:50:01 408f87550127: Pulling fs layer 22:50:01 fe522b08c979: Pulling fs layer 22:50:01 221eaa008020: Pulling fs layer 22:50:01 2a4607e5d6b9: Pulling fs layer 22:50:01 8f79b27c4fd2: Pulling fs layer 22:50:01 e5c8dbe1645b: Pulling fs layer 22:50:01 23e8b3b47431: Pulling fs layer 22:50:01 5c568d65a230: Pulling fs layer 22:50:01 8f79b27c4fd2: Waiting 22:50:01 e5c8dbe1645b: Waiting 22:50:01 23e8b3b47431: Waiting 22:50:01 5c568d65a230: Waiting 22:50:01 221eaa008020: Waiting 22:50:01 2a4607e5d6b9: Waiting 22:50:01 fe522b08c979: Verifying Checksum 22:50:01 fe522b08c979: Download complete 22:50:01 408f87550127: Download complete 22:50:01 2a4607e5d6b9: Verifying Checksum 22:50:01 2a4607e5d6b9: Download complete 22:50:01 8f79b27c4fd2: Verifying Checksum 22:50:01 8f79b27c4fd2: Download complete 22:50:01 cbdbe7a5bc2a: Download complete 22:50:01 cbdbe7a5bc2a: Pull complete 22:50:01 408f87550127: Pull complete 22:50:01 fe522b08c979: Pull complete 22:50:01 e5c8dbe1645b: Verifying Checksum 22:50:01 e5c8dbe1645b: Download complete 22:50:03 23e8b3b47431: Verifying Checksum 22:50:03 23e8b3b47431: Download complete 22:50:03 5c568d65a230: Verifying Checksum 22:50:03 5c568d65a230: Download complete 22:50:04 221eaa008020: Verifying Checksum 22:50:04 221eaa008020: Download complete 22:50:11 221eaa008020: Pull complete 22:50:11 2a4607e5d6b9: Pull complete 22:50:11 8f79b27c4fd2: Pull complete 22:50:13 e5c8dbe1645b: Pull complete 22:50:15 23e8b3b47431: Pull complete 22:50:17 5c568d65a230: Pull complete 22:50:17 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:50:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:50:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:50:17 prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container 22:50:17 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 22:50:18 $ docker top 4bc098cd02e0c593971cc0589a8f7eb73d400cb2216cd9739bffbf6d3e3f127e -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:19 + snyk monitor '--org=edgex-jenkins' 22:50:27 22:50:27 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 22:50:27 22:50:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/02cab19a-fb82-4bb8-9470-98c224c3b274 22:50:27 22:50:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:50:27 22:50:27 22:50:27 Snyk CLI supports Node.js 8 and higher. 22:50:27 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:50:27 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:50:27 22:50:27 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:50:27 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:50:27 $ docker stop --time=1 4bc098cd02e0c593971cc0589a8f7eb73d400cb2216cd9739bffbf6d3e3f127e 22:50:32 $ docker rm -f 4bc098cd02e0c593971cc0589a8f7eb73d400cb2216cd9739bffbf6d3e3f127e [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] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:50:33 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:50:33 provisioning config files... 22:50:33 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8937564053300395443tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:50:34 --> edgex-publish-swagger.sh 22:50:34 === Publish openapi/v2 API === 22:50:34 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:50:34 [publishToSwagger] Publishing API Name [app-functions-sdk] 22:50:34 % Total % Received % Xferd Average Speed Time Time Time Current 22:50:34 Dload Upload Total Spent Left Speed 22:50:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10138 0:00:01 0:00:01 --:--:-- 10144 100 13025 0 0 100 13025 0 10135 0:00:01 0:00:01 --:--:-- 10144 22:50:35 22:50:35 [Pipeline] } 22:50:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 22:50:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:50:37 . [Pipeline] withDockerContainer 22:50:38 prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container 22:50:38 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:50:38 $ docker top f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:50:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:50:39 [ssh-agent] Looking for ssh-agent implementation... 22:50:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:50:39 $ docker exec f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 ssh-agent 22:50:39 SSH_AUTH_SOCK=/tmp/ssh-uhLNQ9yssjko/agent.11 22:50:39 SSH_AGENT_PID=17 22:50:39 Running ssh-add (command line suppressed) 22:50:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8764723556463426884.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8764723556463426884.key) 22:50:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:50:40 + git semver tag 22:50:40 # -> Open(): unable to determine branch for HEAD 22:50:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:50:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:50:40 # $SEMVER_REMOTE_NAME = origin 22:50:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:50:40 # $SEMVER_USER_NAME = edgex-jenkins 22:50:40 # $SEMVER_BRANCH = master 22:50:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:50:40 # d4297c3f0affce4b46d730e2d159065f9736cf70 HEAD 22:50:40 # -> Force: false 22:50:40 # 383ff7292402372a1fbd3b7b0efa96face3aa6a2 refs/tags/v1.2.1-dev.34 [Pipeline] } 22:50:40 $ docker exec --env ******** --env ******** f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 ssh-agent -k 22:50:40 unset SSH_AUTH_SOCK; 22:50:40 unset SSH_AGENT_PID; 22:50:40 echo Agent pid 17 killed; 22:50:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:50:41 + git semver [Pipeline] } 22:50:41 $ docker stop --time=1 f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 22:50:42 $ docker rm -f f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:50:43 22:50:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:50:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:50:43 0.23.1-centos7: Pulling from edgex-lftools 22:50:43 ab5ef0e58194: Pulling fs layer 22:50:43 9712f1f96733: Pulling fs layer 22:50:43 63f879dbbcfc: Pulling fs layer 22:50:43 0d9ebad4ef96: Pulling fs layer 22:50:43 e9a5061849ea: Pulling fs layer 22:50:43 d747dcd14b5f: Pulling fs layer 22:50:43 2de7ff778b66: Pulling fs layer 22:50:43 0d9ebad4ef96: Waiting 22:50:43 e9a5061849ea: Waiting 22:50:43 2de7ff778b66: Waiting 22:50:43 d747dcd14b5f: Waiting 22:50:43 9712f1f96733: Verifying Checksum 22:50:43 9712f1f96733: Download complete 22:50:45 63f879dbbcfc: Verifying Checksum 22:50:45 63f879dbbcfc: Download complete 22:50:45 e9a5061849ea: Verifying Checksum 22:50:45 e9a5061849ea: Download complete 22:50:45 d747dcd14b5f: Verifying Checksum 22:50:45 d747dcd14b5f: Download complete 22:50:45 2de7ff778b66: Verifying Checksum 22:50:45 2de7ff778b66: Download complete 22:50:46 ab5ef0e58194: Verifying Checksum 22:50:46 ab5ef0e58194: Download complete 22:50:46 0d9ebad4ef96: Verifying Checksum 22:50:46 0d9ebad4ef96: Download complete 22:50:50 ab5ef0e58194: Pull complete 22:50:50 9712f1f96733: Pull complete 22:50:54 63f879dbbcfc: Pull complete 22:51:00 0d9ebad4ef96: Pull complete 22:51:02 e9a5061849ea: Pull complete 22:51:02 d747dcd14b5f: Pull complete 22:51:05 2de7ff778b66: Pull complete 22:51:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:51:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:51:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:51:05 prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container 22:51:05 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:51:08 $ docker top d36116fa0f67a4b60cd507d2086d07b4d4aeccfb2410472f0e6ee2e0e1ca8c3f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:51:09 provisioning config files... 22:51:09 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4363918538636312711tmp 22:51:09 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4795651343254136069tmp 22:51:09 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5306563543540501089tmp [Pipeline] { [Pipeline] echo 22:51:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:51:09 ---> sigul-configuration.sh 22:51:09 gpg: directory `/root/.gnupg' created 22:51:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:51:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:51:09 gpg: keyring `/root/.gnupg/secring.gpg' created 22:51:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:51:09 gpg: CAST5 encrypted data 22:51:09 gpg: encrypted with 1 passphrase 22:51:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:51:10 + mkdir /home/jenkins 22:51:10 + mkdir /home/jenkins/sigul [Pipeline] sh 22:51:10 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:51:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:51:10 ---> sigul-install.sh 22:51:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:51:17 + git tag --list 22:51:17 v0.1.0 22:51:17 v0.1.1 22:51:17 v1.0.0 22:51:17 v1.1.0 22:51:17 v1.2.0 22:51:17 v1.2.1-dev.1 22:51:17 v1.2.1-dev.10 22:51:17 v1.2.1-dev.11 22:51:17 v1.2.1-dev.12 22:51:17 v1.2.1-dev.13 22:51:17 v1.2.1-dev.14 22:51:17 v1.2.1-dev.15 22:51:17 v1.2.1-dev.16 22:51:17 v1.2.1-dev.17 22:51:17 v1.2.1-dev.18 22:51:17 v1.2.1-dev.19 22:51:17 v1.2.1-dev.2 22:51:17 v1.2.1-dev.20 22:51:17 v1.2.1-dev.21 22:51:17 v1.2.1-dev.22 22:51:17 v1.2.1-dev.23 22:51:17 v1.2.1-dev.24 22:51:17 v1.2.1-dev.25 22:51:17 v1.2.1-dev.26 22:51:17 v1.2.1-dev.27 22:51:17 v1.2.1-dev.28 22:51:17 v1.2.1-dev.29 22:51:17 v1.2.1-dev.3 22:51:17 v1.2.1-dev.30 22:51:17 v1.2.1-dev.31 22:51:17 v1.2.1-dev.32 22:51:17 v1.2.1-dev.33 22:51:17 v1.2.1-dev.34 22:51:17 v1.2.1-dev.4 22:51:17 v1.2.1-dev.5 22:51:17 v1.2.1-dev.6 22:51:17 v1.2.1-dev.7 22:51:17 v1.2.1-dev.8 22:51:17 v1.2.1-dev.9 [Pipeline] sh 22:51:17 + lftools sign git-tag v1.2.1-dev.34 22:51:19 Signing Git tag with Sigul... 22:51:19 Signing v1.2.1-dev.34 [Pipeline] echo 22:51:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:51:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:51:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:51:20 $ docker stop --time=1 d36116fa0f67a4b60cd507d2086d07b4d4aeccfb2410472f0e6ee2e0e1ca8c3f 22:51:22 $ docker rm -f d36116fa0f67a4b60cd507d2086d07b4d4aeccfb2410472f0e6ee2e0e1ca8c3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:51:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:51:23 . [Pipeline] withDockerContainer 22:51:23 prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container 22:51:23 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:51:24 $ docker top 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:51:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:51:24 [ssh-agent] Looking for ssh-agent implementation... 22:51:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:51:25 $ docker exec 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d ssh-agent 22:51:25 SSH_AUTH_SOCK=/tmp/ssh-UyRLvZRcOIbn/agent.12 22:51:25 SSH_AGENT_PID=17 22:51:25 Running ssh-add (command line suppressed) 22:51:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7566626522479693182.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7566626522479693182.key) 22:51:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:51:25 + git semver bump pre 22:51:25 # -> Open(): unable to determine branch for HEAD 22:51:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:51:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:51:25 # $SEMVER_REMOTE_NAME = origin 22:51:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:51:25 # $SEMVER_USER_NAME = edgex-jenkins 22:51:25 # $SEMVER_BRANCH = master 22:51:25 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:51:25 1.2.1-dev.35 [Pipeline] } 22:51:25 $ docker exec --env ******** --env ******** 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d ssh-agent -k 22:51:25 unset SSH_AUTH_SOCK; 22:51:25 unset SSH_AGENT_PID; 22:51:25 echo Agent pid 17 killed; 22:51:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:51:26 + git semver [Pipeline] } 22:51:26 $ docker stop --time=1 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d 22:51:27 $ docker rm -f 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:51:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:51:28 . [Pipeline] withDockerContainer 22:51:28 prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container 22:51:28 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:51:29 $ docker top 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:51:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:51:29 [ssh-agent] Looking for ssh-agent implementation... 22:51:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:51:29 $ docker exec 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 ssh-agent 22:51:29 SSH_AUTH_SOCK=/tmp/ssh-J6EKbADze9rB/agent.12 22:51:29 SSH_AGENT_PID=18 22:51:29 Running ssh-add (command line suppressed) 22:51:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6327807426145536352.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6327807426145536352.key) 22:51:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:51:30 + git semver push 22:51:30 # -> Open(): unable to determine branch for HEAD 22:51:30 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:51:30 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:51:30 # $SEMVER_REMOTE_NAME = origin 22:51:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:51:30 # $SEMVER_USER_NAME = edgex-jenkins 22:51:30 # $SEMVER_BRANCH = master 22:51:30 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:51:36 $ docker exec --env ******** --env ******** 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 ssh-agent -k 22:51:37 unset SSH_AUTH_SOCK; 22:51:37 unset SSH_AGENT_PID; 22:51:37 echo Agent pid 18 killed; 22:51:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:51:37 + git semver [Pipeline] } 22:51:37 $ docker stop --time=1 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 22:51:39 $ docker rm -f 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:51:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:40 ---> package-listing.sh 22:51:40 ++ facter osfamily 22:51:40 ++ tr '[:upper:]' '[:lower:]' 22:51:40 + OS_FAMILY=redhat 22:51:40 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:51:40 + START_PACKAGES=/tmp/packages_start.txt 22:51:40 + END_PACKAGES=/tmp/packages_end.txt 22:51:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:40 + PACKAGES=/tmp/packages_start.txt 22:51:40 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:51:40 + PACKAGES=/tmp/packages_end.txt 22:51:40 + case "${OS_FAMILY}" in 22:51:40 + rpm -qa 22:51:40 + sort 22:51:45 + '[' -f /tmp/packages_start.txt ']' 22:51:45 + '[' -f /tmp/packages_end.txt ']' 22:51:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:45 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:51:45 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:51:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 22:51:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:45 22:51:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:46 alpine: Pulling from edgex-lftools-log-publisher 22:51:46 df20fa9351a1: Pulling fs layer 22:51:46 36b3adc4ff6f: Pulling fs layer 22:51:46 8ad3a11d3b57: Pulling fs layer 22:51:46 46f8f816bc3b: Pulling fs layer 22:51:46 0dadc02b9964: Pulling fs layer 22:51:46 ce6a7cf60c04: Pulling fs layer 22:51:46 7a184a31f384: Pulling fs layer 22:51:46 0879bd2ef858: Pulling fs layer 22:51:46 46f8f816bc3b: Waiting 22:51:46 0dadc02b9964: Waiting 22:51:46 ce6a7cf60c04: Waiting 22:51:46 0879bd2ef858: Waiting 22:51:46 7a184a31f384: Waiting 22:51:46 36b3adc4ff6f: Download complete 22:51:46 46f8f816bc3b: Verifying Checksum 22:51:46 46f8f816bc3b: Download complete 22:51:46 df20fa9351a1: Verifying Checksum 22:51:46 df20fa9351a1: Download complete 22:51:46 ce6a7cf60c04: Verifying Checksum 22:51:46 ce6a7cf60c04: Download complete 22:51:46 0dadc02b9964: Verifying Checksum 22:51:46 0dadc02b9964: Download complete 22:51:46 7a184a31f384: Verifying Checksum 22:51:46 7a184a31f384: Download complete 22:51:46 8ad3a11d3b57: Verifying Checksum 22:51:46 8ad3a11d3b57: Download complete 22:51:46 df20fa9351a1: Pull complete 22:51:46 0879bd2ef858: Verifying Checksum 22:51:46 0879bd2ef858: Download complete 22:51:46 36b3adc4ff6f: Pull complete 22:51:47 8ad3a11d3b57: Pull complete 22:51:47 46f8f816bc3b: Pull complete 22:51:47 0dadc02b9964: Pull complete 22:51:48 ce6a7cf60c04: Pull complete 22:51:48 7a184a31f384: Pull complete 22:51:51 0879bd2ef858: Pull complete 22:51:51 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:51:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:51:51 prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container 22:51:51 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:51:54 $ docker top b1433dcadc91e42d08b63e49c62320ab7d1a1d56b6b183d46787f1d8bf399a2e -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:55 + mkdir -p /var/log/sa [Pipeline] sh 22:51:55 + ls /var/log/sa-host 22:51:55 + sadf -c /var/log/sa-host/sa05 22:51:55 file_magic: OK 22:51:55 HZ: Using current value: 100 22:51:55 file_header: OK 22:51:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:51:55 Statistics: 22:51:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:55 File successfully converted to sysstat format version 12.2.1 22:51:55 + sadf -c /var/log/sa-host/sa24 22:51:55 file_magic: OK 22:51:55 HZ: Using current value: 100 22:51:55 file_header: OK 22:51:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:51:55 Statistics: 22:51:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:51:55 provisioning config files... 22:51:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2571445624365365634tmp [Pipeline] { [Pipeline] echo 22:51:55 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:51:56 ---> create-netrc.sh [Pipeline] echo 22:51:56 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:51:56 ---> logs-deploy.sh 22:51:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/122 22:51:56 INFO: archiving workspace using pattern(s): 22:51:57 Archives upload complete. 22:51:57 INFO: archiving logs to Nexus 22:51:58 ---> uname -a: 22:51:58 Linux b1433dcadc91 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:51:58 22:51:58 22:51:58 ---> lscpu: 22:51:58 Architecture: x86_64 22:51:58 CPU op-mode(s): 32-bit, 64-bit 22:51:58 Byte Order: Little Endian 22:51:58 Address sizes: 40 bits physical, 48 bits virtual 22:51:58 CPU(s): 4 22:51:58 On-line CPU(s) list: 0-3 22:51:58 Thread(s) per core: 1 22:51:58 Core(s) per socket: 1 22:51:58 Socket(s): 4 22:51:58 NUMA node(s): 1 22:51:58 Vendor ID: GenuineIntel 22:51:58 CPU family: 6 22:51:58 Model: 44 22:51:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:51:58 Stepping: 1 22:51:58 CPU MHz: 2933.436 22:51:58 BogoMIPS: 5866.87 22:51:58 Virtualization: VT-x 22:51:58 Hypervisor vendor: KVM 22:51:58 Virtualization type: full 22:51:58 L1d cache: 128 KiB 22:51:58 L1i cache: 128 KiB 22:51:58 L2 cache: 16 MiB 22:51:58 L3 cache: 64 MiB 22:51:58 NUMA node0 CPU(s): 0-3 22:51:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:51:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:51:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:51:58 Vulnerability Meltdown: Mitigation; PTI 22:51:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:51:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:51:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:51:58 Vulnerability Tsx async abort: Not affected 22:51:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:51:58 22:51:58 22:51:58 ---> nproc: 22:51:58 4 22:51:58 22:51:58 22:51:58 ---> df -h: 22:51:58 Filesystem Size Used Available Use% Mounted on 22:51:58 overlay 50.0G 8.2G 41.8G 16% / 22:51:58 tmpfs 64.0M 0 64.0M 0% /dev 22:51:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:51:58 shm 64.0M 0 64.0M 0% /dev/shm 22:51:58 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:51:58 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:51:58 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:51:58 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:51:58 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 22:51:58 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 22:51:58 22:51:58 22:51:58 ---> free -m: 22:51:58 total used free shared buff/cache available 22:51:58 Mem: 1837 777 116 0 942 997 22:51:58 Swap: 1023 3 1020 22:51:58 22:51:58 22:51:58 ---> ip addr: 22:51:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:51:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:51:58 inet 127.0.0.1/8 scope host lo 22:51:58 valid_lft forever preferred_lft forever 22:51:58 16: eth0@if17: mtu 1458 qdisc noqueue state UP 22:51:58 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:51:58 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:51:58 valid_lft forever preferred_lft forever 22:51:58 22:51:58 22:51:58 ---> sar -b -r -n DEV: 22:51:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 22:51:58 22:51:58 22:44:00 LINUX RESTART (4 CPU) 22:51:58 22:51:58 22:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:51:58 22:46:01 25.63 6.08 19.55 0.00 1683.70 3611.78 0.00 22:51:58 22:47:01 0.40 0.00 0.40 0.00 0.00 5.93 0.00 22:51:58 22:48:01 0.37 0.00 0.37 0.00 0.00 5.58 0.00 22:51:58 22:49:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 22:51:58 22:50:01 1.10 0.25 0.85 0.00 201.70 23.63 0.00 22:51:58 22:51:01 364.46 168.12 196.34 0.00 8255.31 59560.88 0.00 22:51:58 Average: 65.50 29.15 36.35 0.00 1690.69 10558.61 0.00 22:51:58 22:51:58 22:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:51:58 22:46:01 211824 0 587176 31.21 2620 1079936 1108964 37.85 476028 1035388 20 22:51:58 22:47:01 211500 0 587616 31.23 2620 1079820 1104732 37.70 477504 1034448 12 22:51:58 22:48:01 212888 0 586220 31.16 2620 1079828 1087256 37.11 477596 1033240 8 22:51:58 22:49:01 209560 0 589548 31.33 2620 1079828 1077084 36.76 489828 1025092 16 22:51:58 22:50:01 112576 0 623188 33.12 2620 1143172 1275116 43.52 537460 1069132 57076 22:51:58 22:51:01 169032 0 739144 39.28 2356 971024 1304996 44.54 569556 875364 92472 22:51:58 Average: 187897 0 618815 32.89 2576 1072268 1159691 39.58 504662 1012111 24934 22:51:58 22:51:58 22:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:51:58 22:46:01 eth0 275.28 237.38 667.56 361.51 0.00 0.00 0.00 0.00 22:51:58 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:46:01 docker0 116.17 98.65 10.03 309.90 0.00 0.00 0.00 0.00 22:51:58 22:47:01 eth0 2.41 0.60 0.68 0.43 0.00 0.00 0.00 0.00 22:51:58 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:48:01 eth0 2.23 0.35 0.43 0.20 0.00 0.00 0.00 0.00 22:51:58 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:49:01 eth0 4.73 1.25 1.36 0.80 0.00 0.00 0.00 0.00 22:51:58 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:50:01 eth0 100.97 83.16 907.57 7.13 0.00 0.00 0.00 0.00 22:51:58 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:51:01 eth0 961.58 801.71 6829.42 120.24 0.00 0.00 0.00 0.00 22:51:58 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 22:51:01 docker0 58.22 60.83 4.79 411.07 0.00 0.00 0.00 0.00 22:51:58 Average: eth0 224.46 187.33 1403.72 80.94 0.00 0.00 0.00 0.00 22:51:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:58 Average: docker0 28.82 26.38 2.45 119.66 0.00 0.00 0.00 0.00 22:51:58 22:51:58 22:51:58 ---> sar -P ALL: 22:51:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 22:51:58 22:51:58 22:44:00 LINUX RESTART (4 CPU) 22:51:58 22:51:58 22:45:02 CPU %user %nice %system %iowait %steal %idle 22:51:58 22:46:01 all 3.92 0.00 1.88 0.59 0.05 93.56 22:51:58 22:46:01 0 2.60 0.00 2.21 0.09 0.05 95.06 22:51:58 22:46:01 1 5.36 0.00 1.80 0.53 0.05 92.25 22:51:58 22:46:01 2 3.97 0.00 2.10 0.38 0.03 93.52 22:51:58 22:46:01 3 3.76 0.00 1.40 1.37 0.05 93.43 22:51:58 22:47:01 all 0.15 0.00 0.05 0.00 0.01 99.80 22:51:58 22:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:51:58 22:47:01 1 0.45 0.00 0.08 0.00 0.00 99.47 22:51:58 22:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 22:51:58 22:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:51:58 22:48:01 all 0.17 0.00 0.04 0.00 0.02 99.76 22:51:58 22:48:01 0 0.05 0.00 0.02 0.00 0.02 99.92 22:51:58 22:48:01 1 0.52 0.00 0.03 0.00 0.02 99.43 22:51:58 22:48:01 2 0.07 0.00 0.05 0.00 0.05 99.83 22:51:58 22:48:01 3 0.07 0.00 0.05 0.00 0.02 99.87 22:51:58 22:49:01 all 0.15 0.00 0.08 0.00 0.06 99.71 22:51:58 22:49:01 0 0.03 0.00 0.07 0.00 0.08 99.82 22:51:58 22:49:01 1 0.42 0.00 0.07 0.00 0.02 99.50 22:51:58 22:49:01 2 0.03 0.00 0.12 0.00 0.07 99.78 22:51:58 22:49:01 3 0.13 0.00 0.07 0.00 0.07 99.73 22:51:58 22:50:01 all 0.58 0.00 0.38 0.00 0.08 98.96 22:51:58 22:50:01 0 0.48 0.00 0.55 0.00 0.03 98.93 22:51:58 22:50:01 1 0.83 0.00 0.25 0.00 0.10 98.82 22:51:58 22:50:01 2 0.52 0.00 0.35 0.00 0.07 99.07 22:51:58 22:50:01 3 0.50 0.00 0.38 0.00 0.10 99.02 22:51:58 22:51:01 all 16.86 0.00 10.77 3.75 1.17 67.45 22:51:58 22:51:01 0 15.63 0.00 11.98 2.73 1.17 68.48 22:51:58 22:51:01 1 16.38 0.00 10.24 4.09 1.09 68.19 22:51:58 22:51:01 2 17.26 0.00 9.92 3.63 1.26 67.94 22:51:58 22:51:01 3 18.18 0.00 10.95 4.53 1.15 65.19 22:51:58 Average: all 3.55 0.00 2.14 0.70 0.22 93.38 22:51:58 Average: 0 3.04 0.00 2.40 0.45 0.22 93.89 22:51:58 Average: 1 3.91 0.00 2.03 0.75 0.21 93.11 22:51:58 Average: 2 3.57 0.00 2.05 0.65 0.24 93.49 22:51:58 Average: 3 3.68 0.00 2.09 0.96 0.22 93.04 22:51:58 22:51:58 22:51:58