Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1176 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 Checking out Revision 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 Commit message: "feat(sdk): expose RegistryClient on SDK (#501)" > git rev-list --no-walk a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:13:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:13:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:13:49 ========================================================= 18:13:49 EdgeX Global Pipelines Version Info 18:13:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:13:50 ------------------- 18:13:50 stable info: 18:13:50 ------------------- 18:13:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:13:50 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 18:13:50 Message: update stable to v1.0.128 18:13:51 ------------------- 18:13:51 experimental info: 18:13:51 ------------------- 18:13:51 Commited By: **** collab-it+edgex@linuxfoundation.org 18:13:51 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 18:13:51 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:13:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:13:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:13:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:13:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 [Pipeline] echo 18:13:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b3ebc9 [Pipeline] echo 18:13:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:13:55 + git log --format=format:%s -1 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 [Pipeline] echo 18:13:56 GIT_COMMIT: 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578, Commit Message: feat(sdk): expose RegistryClient on SDK (#501) [Pipeline] echo 18:13:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:13:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:13:57 18:13:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:13:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:13:57 latest: Pulling from edgex-devops/git-semver 18:13:57 31603596830f: Pulling fs layer 18:13:57 2a8b12db71e7: Pulling fs layer 18:13:57 6ca5941a6612: Pulling fs layer 18:13:57 ecc8261a40a4: Pulling fs layer 18:13:57 ecc8261a40a4: Waiting 18:13:57 2a8b12db71e7: Verifying Checksum 18:13:57 2a8b12db71e7: Download complete 18:13:57 31603596830f: Verifying Checksum 18:13:57 31603596830f: Download complete 18:13:57 ecc8261a40a4: Verifying Checksum 18:13:57 ecc8261a40a4: Download complete 18:13:57 6ca5941a6612: Verifying Checksum 18:13:57 6ca5941a6612: Download complete 18:13:58 31603596830f: Pull complete 18:13:58 2a8b12db71e7: Pull complete 18:13:59 6ca5941a6612: Pull complete 18:13:59 ecc8261a40a4: Pull complete 18:13:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:13:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:13:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:13:59 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 18:13:59 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:14:01 $ docker top 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:02 [ssh-agent] Looking for ssh-agent implementation... 18:14:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:02 $ docker exec 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent 18:14:02 SSH_AUTH_SOCK=/tmp/ssh-RFz5lWQc5iCa/agent.11 18:14:02 SSH_AGENT_PID=16 18:14:02 Running ssh-add (command line suppressed) 18:14:02 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4831326343346705313.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4831326343346705313.key) 18:14:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:03 + git describe --exact-match --tags HEAD 18:14:03 fatal: no tag exactly matches '3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578' [Pipeline] } 18:14:03 $ docker exec --env ******** --env ******** 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent -k 18:14:03 unset SSH_AUTH_SOCK; 18:14:03 unset SSH_AGENT_PID; 18:14:03 echo Agent pid 16 killed; 18:14:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:14:03 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:14:03 This usually means this commit has not been tagged. [Pipeline] sshagent 18:14:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:03 [ssh-agent] Looking for ssh-agent implementation... 18:14:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:03 $ docker exec 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent 18:14:03 SSH_AUTH_SOCK=/tmp/ssh-Z9x75LbacmUm/agent.44 18:14:03 SSH_AGENT_PID=49 18:14:03 Running ssh-add (command line suppressed) 18:14:04 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2458516172448277457.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2458516172448277457.key) 18:14:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:04 + git semver init 18:14:04 # -> Open(): unable to determine branch for HEAD 18:14:04 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:14:04 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:14:04 # $SEMVER_REMOTE_NAME = origin 18:14:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:14:04 # $SEMVER_USER_NAME = edgex-jenkins 18:14:04 # $SEMVER_BRANCH = master 18:14:04 # $SEMVER_TEMP = /tmp/semver-156870135 18:14:04 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:14:06 # '/tmp/semver-156870135' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:14:06 # -> Force: false 18:14:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:14:06 $ docker exec --env ******** --env ******** 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 ssh-agent -k 18:14:07 unset SSH_AUTH_SOCK; 18:14:07 unset SSH_AGENT_PID; 18:14:07 echo Agent pid 49 killed; 18:14:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:07 + git semver [Pipeline] } 18:14:07 $ docker stop --time=1 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 18:14:09 $ docker rm -f 668f6a3f29fe1b64835bbbe6680a0db0077c9a073bd9d9b0dda529f26d5e1c25 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:14:11 Stashed 46 file(s) [Pipeline] echo 18:14:11 [edgeXSemver]: initialized semver on version 1.2.1-dev.33 [Pipeline] echo 18:14:11 Archived original version: [1.2.1-dev.33] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:14:27 Still waiting to schedule task 18:14:27 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1176’ 18:14:27 Still waiting to schedule task 18:14:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:16:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1177 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:16:22 Running in /w/workspace/app-functions-sdk-go/121 [Pipeline] { [Pipeline] checkout 18:16:27 using credential edgex-jenkins-ssh 18:16:27 Cloning the remote Git repository 18:16:27 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:16:27 > git init /w/workspace/app-functions-sdk-go/121 # timeout=10 18:16:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:16:27 > git --version # timeout=10 18:16:27 > git --version # 'git version 2.17.1' 18:16:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:16:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:16:31 Checking out Revision 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 (master) 18:16:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:16:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:16:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:16:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:16:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:16:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:16:31 > git config core.sparsecheckout # timeout=10 18:16:31 > git checkout -f 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 18:16:35 Commit message: "feat(sdk): expose RegistryClient on SDK (#501)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:16:39 ========================================================= 18:16:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:16:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:16:40 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:16:41 Sending build context to Docker daemon 37.34MB 18:16:41 Step 1/8 : ARG BASE=golang:1.15-alpine 18:16:41 Step 2/8 : FROM ${BASE} 18:16:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:16:41 b538f80385f9: Pulling fs layer 18:16:41 74f711af9a0d: Pulling fs layer 18:16:41 99f96fe45779: Pulling fs layer 18:16:41 8529a6b9a6be: Pulling fs layer 18:16:41 45590311c82a: Pulling fs layer 18:16:41 69ca0ff8b7b3: Pulling fs layer 18:16:41 209524e5b208: Pulling fs layer 18:16:41 8529a6b9a6be: Waiting 18:16:41 45590311c82a: Waiting 18:16:41 69ca0ff8b7b3: Waiting 18:16:41 209524e5b208: Waiting 18:16:41 99f96fe45779: Verifying Checksum 18:16:41 99f96fe45779: Download complete 18:16:41 74f711af9a0d: Download complete 18:16:41 45590311c82a: Verifying Checksum 18:16:41 45590311c82a: Download complete 18:16:42 69ca0ff8b7b3: Download complete 18:16:42 b538f80385f9: Verifying Checksum 18:16:42 b538f80385f9: Download complete 18:16:42 b538f80385f9: Pull complete 18:16:43 74f711af9a0d: Pull complete 18:16:43 99f96fe45779: Pull complete 18:16:44 209524e5b208: Verifying Checksum 18:16:44 209524e5b208: Download complete 18:16:45 8529a6b9a6be: Verifying Checksum 18:16:45 8529a6b9a6be: Download complete 18:16:55 8529a6b9a6be: Pull complete 18:16:56 45590311c82a: Pull complete 18:16:56 69ca0ff8b7b3: Pull complete 18:17:00 209524e5b208: Pull complete 18:17:00 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:17:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:17:00 ---> 5bddaf1c2fca 18:17:00 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:17:00 latest: Pulling from library/docker 18:17:00 b538f80385f9: Already exists 18:17:00 259a493cd78d: Pulling fs layer 18:17:00 b8e66b5100f5: Pulling fs layer 18:17:00 7f8258a56ab6: Pulling fs layer 18:17:00 75a0a0ebb566: Pulling fs layer 18:17:00 4a2c62f0a2a3: Pulling fs layer 18:17:00 294320357d30: Pulling fs layer 18:17:00 75a0a0ebb566: Waiting 18:17:00 4a2c62f0a2a3: Waiting 18:17:00 294320357d30: Waiting 18:17:00 b8e66b5100f5: Download complete 18:17:00 259a493cd78d: Verifying Checksum 18:17:00 259a493cd78d: Download complete 18:17:01 75a0a0ebb566: Verifying Checksum 18:17:01 75a0a0ebb566: Download complete 18:17:01 4a2c62f0a2a3: Download complete 18:17:01 294320357d30: Verifying Checksum 18:17:01 294320357d30: Download complete 18:17:01 259a493cd78d: Pull complete 18:17:02 b8e66b5100f5: Pull complete 18:17:02 7f8258a56ab6: Verifying Checksum 18:17:02 7f8258a56ab6: Download complete 18:17:05 7f8258a56ab6: Pull complete 18:17:05 75a0a0ebb566: Pull complete 18:17:05 4a2c62f0a2a3: Pull complete 18:17:06 294320357d30: Pull complete 18:17:06 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 18:17:06 Status: Downloaded newer image for docker:latest 18:17:07 Running on prd-centos7-docker-4c-2g-1178 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:17:07 Running in /w/workspace/app-functions-sdk-go/121 [Pipeline] { [Pipeline] checkout 18:17:10 using credential edgex-jenkins-ssh 18:17:10 Cloning the remote Git repository 18:17:10 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:17:10 > git init /w/workspace/app-functions-sdk-go/121 # timeout=10 18:17:10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:17:10 > git --version # timeout=10 18:17:10 > git --version # 'git version 2.16.5' 18:17:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:17:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:17:11 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:17:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:17:11 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:17:11 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:17:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:17:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:17:12 Checking out Revision 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 (master) 18:17:12 ---> 34ff56e075f7 18:17:12 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:17:12 ---> Running in 41a8c683eda0 18:17:12 Removing intermediate container 41a8c683eda0 18:17:12 ---> d0941fb366ca 18:17:12 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:17:12 ---> Running in 744b3f967307 18:17:12 > git config core.sparsecheckout # timeout=10 18:17:12 > git checkout -f 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 18:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:17:15 (1/5) Installing libsodium (1.0.18-r0) 18:17:15 (2/5) Installing libzmq (4.3.3-r0) 18:17:15 (3/5) Installing pkgconf (1.7.2-r0) 18:17:15 (4/5) Installing libsodium-dev (1.0.18-r0) 18:17:15 (5/5) Installing zeromq-dev (4.3.3-r0) 18:17:15 Commit message: "feat(sdk): expose RegistryClient on SDK (#501)" 18:17:16 Executing busybox-1.31.1-r16.trigger 18:17:16 OK: 144 MiB in 44 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:17:17 Removing intermediate container 744b3f967307 18:17:17 ---> d24ee4bdfde6 18:17:17 Step 6/8 : WORKDIR /build 18:17:17 ---> Running in b49bd23df9e5 18:17:17 Removing intermediate container b49bd23df9e5 18:17:17 ---> 47ded5a74292 18:17:17 Step 7/8 : COPY go.mod . [Pipeline] echo 18:17:17 ========================================================= 18:17:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:17:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:17:18 ---> 67285a51829d 18:17:18 Step 8/8 : RUN go mod download 18:17:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:17:18 ---> Running in 6efee84205d7 18:17:19 Sending build context to Docker daemon 37.34MB 18:17:19 Step 1/8 : ARG BASE=golang:1.15-alpine 18:17:19 Step 2/8 : FROM ${BASE} 18:17:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:17:19 df20fa9351a1: Pulling fs layer 18:17:19 ed8968b2872e: Pulling fs layer 18:17:19 a92cc7c5fd73: Pulling fs layer 18:17:19 e871e8e8d7a9: Pulling fs layer 18:17:19 e73272ec9a57: Pulling fs layer 18:17:19 1e910a182e73: Pulling fs layer 18:17:19 4e634b169226: Pulling fs layer 18:17:19 e871e8e8d7a9: Waiting 18:17:19 e73272ec9a57: Waiting 18:17:19 4e634b169226: Waiting 18:17:19 1e910a182e73: Waiting 18:17:19 a92cc7c5fd73: Verifying Checksum 18:17:19 a92cc7c5fd73: Download complete 18:17:19 ed8968b2872e: Download complete 18:17:19 e73272ec9a57: Verifying Checksum 18:17:19 e73272ec9a57: Download complete 18:17:19 1e910a182e73: Verifying Checksum 18:17:19 1e910a182e73: Download complete 18:17:19 df20fa9351a1: Verifying Checksum 18:17:19 df20fa9351a1: Download complete 18:17:19 df20fa9351a1: Pull complete 18:17:19 ed8968b2872e: Pull complete 18:17:19 a92cc7c5fd73: Pull complete 18:17:21 4e634b169226: Verifying Checksum 18:17:21 4e634b169226: Download complete 18:17:21 e871e8e8d7a9: Verifying Checksum 18:17:21 e871e8e8d7a9: Download complete 18:17:27 e871e8e8d7a9: Pull complete 18:17:27 e73272ec9a57: Pull complete 18:17:27 1e910a182e73: Pull complete 18:17:32 4e634b169226: Pull complete 18:17:32 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:17:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:17:32 ---> f7629b54cfaa 18:17:32 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:17:32 latest: Pulling from library/docker 18:17:33 df20fa9351a1: Already exists 18:17:33 25ad7478873d: Pulling fs layer 18:17:33 4684f6177b5d: Pulling fs layer 18:17:33 8ba584e970af: Pulling fs layer 18:17:33 3cdc74d2b06d: Pulling fs layer 18:17:33 4cf5a0d07c1f: Pulling fs layer 18:17:33 fca0ccc462d5: Pulling fs layer 18:17:33 3cdc74d2b06d: Waiting 18:17:33 4cf5a0d07c1f: Waiting 18:17:33 fca0ccc462d5: Waiting 18:17:33 4684f6177b5d: Verifying Checksum 18:17:33 4684f6177b5d: Download complete 18:17:33 25ad7478873d: Verifying Checksum 18:17:33 25ad7478873d: Download complete 18:17:33 3cdc74d2b06d: Verifying Checksum 18:17:33 3cdc74d2b06d: Download complete 18:17:33 4cf5a0d07c1f: Verifying Checksum 18:17:33 4cf5a0d07c1f: Download complete 18:17:33 fca0ccc462d5: Verifying Checksum 18:17:33 fca0ccc462d5: Download complete 18:17:33 25ad7478873d: Pull complete 18:17:33 4684f6177b5d: Pull complete 18:17:34 8ba584e970af: Verifying Checksum 18:17:34 8ba584e970af: Download complete 18:17:36 8ba584e970af: Pull complete 18:17:36 3cdc74d2b06d: Pull complete 18:17:37 4cf5a0d07c1f: Pull complete 18:17:37 fca0ccc462d5: Pull complete 18:17:37 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 18:17:37 Status: Downloaded newer image for docker:latest 18:17:38 ---> 82f80ee61c0b 18:17:38 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:17:38 ---> Running in 4f3e6481ded1 18:17:38 Removing intermediate container 4f3e6481ded1 18:17:38 ---> 692d183f81b4 18:17:38 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:17:38 ---> Running in 19012d048da0 18:17:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:40 (1/5) Installing libsodium (1.0.18-r0) 18:17:40 (2/5) Installing libzmq (4.3.3-r0) 18:17:40 (3/5) Installing pkgconf (1.7.2-r0) 18:17:41 (4/5) Installing libsodium-dev (1.0.18-r0) 18:17:41 (5/5) Installing zeromq-dev (4.3.3-r0) 18:17:41 Executing busybox-1.31.1-r16.trigger 18:17:41 OK: 167 MiB in 44 packages 18:17:41 Removing intermediate container 19012d048da0 18:17:41 ---> 0a1b5a4a7eb0 18:17:41 Step 6/8 : WORKDIR /build 18:17:41 ---> Running in 6b3e26666f3b 18:17:41 Removing intermediate container 6b3e26666f3b 18:17:41 ---> a9cf2508f975 18:17:41 Step 7/8 : COPY go.mod . 18:17:42 ---> b92a8b7a0f21 18:17:42 Step 8/8 : RUN go mod download 18:17:42 ---> Running in ac368026dc60 18:17:51 Removing intermediate container 6efee84205d7 18:17:51 ---> f164cb008baf 18:17:51 Successfully built f164cb008baf 18:17:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:17:51 + docker inspect -f . ci-base-image-arm64 18:17:51 . [Pipeline] withDockerContainer 18:17:51 prd-ubuntu18.04-docker-arm64-4c-16g-1177 does not seem to be running inside a container 18:17:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/121 -v /w/workspace/app-functions-sdk-go/121:/w/workspace/app-functions-sdk-go/121:rw,z -v /w/workspace/app-functions-sdk-go/121@tmp:/w/workspace/app-functions-sdk-go/121@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 ******** ci-base-image-arm64 cat 18:17:53 $ docker top 7200e175a6f55a789bcabd48faf8129d952b30a5d40b0608baadf8185e8fd214 -eo pid,comm [Pipeline] { [Pipeline] sh 18:17:55 + go version 18:17:55 go version go1.15.2 linux/arm64 [Pipeline] } 18:17:55 $ docker stop --time=1 7200e175a6f55a789bcabd48faf8129d952b30a5d40b0608baadf8185e8fd214 18:17:57 $ docker rm -f 7200e175a6f55a789bcabd48faf8129d952b30a5d40b0608baadf8185e8fd214 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:18:08 Removing intermediate container ac368026dc60 18:18:08 ---> 4581edaadf3b 18:18:08 Successfully built 4581edaadf3b 18:18:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:18:09 + docker inspect -f . ci-base-image-x86_64 18:18:09 . [Pipeline] withDockerContainer 18:18:09 prd-centos7-docker-4c-2g-1178 does not seem to be running inside a container 18:18:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/121 -v /w/workspace/app-functions-sdk-go/121:/w/workspace/app-functions-sdk-go/121:rw,z -v /w/workspace/app-functions-sdk-go/121@tmp:/w/workspace/app-functions-sdk-go/121@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 18:18:10 $ docker top 97535524eb50e7687ffe434bc3f4314d9d8aa93eb78bba3329acdfa6cdfe3a34 -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:10 + go version 18:18:10 go version go1.15.2 linux/amd64 [Pipeline] } 18:18:10 $ docker stop --time=1 97535524eb50e7687ffe434bc3f4314d9d8aa93eb78bba3329acdfa6cdfe3a34 18:18:12 $ docker rm -f 97535524eb50e7687ffe434bc3f4314d9d8aa93eb78bba3329acdfa6cdfe3a34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:18:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 18:18:14 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 18:18:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:18:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:18:15 18:18:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 18:18:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:18:15 1.317.0: Pulling from edgex-devops/edgex-snyk-go 18:18:15 cbdbe7a5bc2a: Pulling fs layer 18:18:15 408f87550127: Pulling fs layer 18:18:15 fe522b08c979: Pulling fs layer 18:18:15 221eaa008020: Pulling fs layer 18:18:15 2a4607e5d6b9: Pulling fs layer 18:18:15 8f79b27c4fd2: Pulling fs layer 18:18:15 e5c8dbe1645b: Pulling fs layer 18:18:15 23e8b3b47431: Pulling fs layer 18:18:15 5c568d65a230: Pulling fs layer 18:18:15 8f79b27c4fd2: Waiting 18:18:15 e5c8dbe1645b: Waiting 18:18:15 23e8b3b47431: Waiting 18:18:15 5c568d65a230: Waiting 18:18:15 221eaa008020: Waiting 18:18:15 2a4607e5d6b9: Waiting 18:18:15 fe522b08c979: Verifying Checksum 18:18:15 fe522b08c979: Download complete 18:18:15 408f87550127: Verifying Checksum 18:18:15 408f87550127: Download complete 18:18:15 2a4607e5d6b9: Verifying Checksum 18:18:15 2a4607e5d6b9: Download complete 18:18:15 8f79b27c4fd2: Verifying Checksum 18:18:15 8f79b27c4fd2: Download complete 18:18:15 cbdbe7a5bc2a: Verifying Checksum 18:18:15 cbdbe7a5bc2a: Download complete 18:18:16 cbdbe7a5bc2a: Pull complete 18:18:16 408f87550127: Pull complete 18:18:16 fe522b08c979: Pull complete 18:18:16 e5c8dbe1645b: Verifying Checksum 18:18:16 e5c8dbe1645b: Download complete 18:18:18 23e8b3b47431: Verifying Checksum 18:18:18 23e8b3b47431: Download complete 18:18:18 5c568d65a230: Verifying Checksum 18:18:18 5c568d65a230: Download complete 18:18:19 221eaa008020: Verifying Checksum 18:18:19 221eaa008020: Download complete 18:18:24 221eaa008020: Pull complete 18:18:24 2a4607e5d6b9: Pull complete 18:18:24 8f79b27c4fd2: Pull complete 18:18:26 e5c8dbe1645b: Pull complete 18:18:30 23e8b3b47431: Pull complete 18:18:31 5c568d65a230: Pull complete 18:18:31 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 18:18:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:18:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 18:18:32 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 18:18:32 $ 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 18:18:33 $ docker top 63791afaa1be8c8206a13c6e48d1dffec45aaa8fc4206786133b1ccff0cfb10b -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:33 + snyk monitor '--org=edgex-jenkins' 18:19:00 18:19:00 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 18:19:00 18:19:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9d4be5e0-f7bc-4e63-a35a-9873d1163b23 18:19:00 18:19:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:19:00 18:19:00 18:19:00 Snyk CLI supports Node.js 8 and higher. 18:19:00 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 18:19:00 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 18:19:00 18:19:00 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 18:19:00 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 18:19:00 $ docker stop --time=1 63791afaa1be8c8206a13c6e48d1dffec45aaa8fc4206786133b1ccff0cfb10b 18:19:02 $ docker rm -f 63791afaa1be8c8206a13c6e48d1dffec45aaa8fc4206786133b1ccff0cfb10b [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 18:19:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:04 provisioning config files... 18:19:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config35920581805888512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:04 --> edgex-publish-swagger.sh 18:19:04 === Publish openapi/v2 API === 18:19:04 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:19:04 [publishToSwagger] Publishing API Name [app-functions-sdk] 18:19:04 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:04 Dload Upload Total Spent Left Speed 18:19:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10794 0:00:01 0:00:01 --:--:-- 10809 100 13025 0 0 100 13025 0 10792 0:00:01 0:00:01 --:--:-- 10800 18:19:06 18:19:06 [Pipeline] } 18:19:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 18:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:08 . [Pipeline] withDockerContainer 18:19:08 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 18:19:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:19:09 $ docker top 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:09 [ssh-agent] Looking for ssh-agent implementation... 18:19:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:09 $ docker exec 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 ssh-agent 18:19:09 SSH_AUTH_SOCK=/tmp/ssh-ZhBDv1R9eMBq/agent.11 18:19:09 SSH_AGENT_PID=16 18:19:09 Running ssh-add (command line suppressed) 18:19:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_505947956511306182.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_505947956511306182.key) 18:19:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:10 + git semver tag 18:19:10 # -> Open(): unable to determine branch for HEAD 18:19:10 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:19:10 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:19:10 # $SEMVER_REMOTE_NAME = origin 18:19:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:19:10 # $SEMVER_USER_NAME = edgex-jenkins 18:19:10 # $SEMVER_BRANCH = master 18:19:10 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:19:10 # 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 HEAD 18:19:10 # -> Force: false 18:19:10 # 8aa7bd4dee0a051d98724db5b4df6dba71b4f85b refs/tags/v1.2.1-dev.33 [Pipeline] } 18:19:10 $ docker exec --env ******** --env ******** 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 ssh-agent -k 18:19:10 unset SSH_AUTH_SOCK; 18:19:10 unset SSH_AGENT_PID; 18:19:10 echo Agent pid 16 killed; 18:19:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:11 + git semver [Pipeline] } 18:19:11 $ docker stop --time=1 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 18:19:12 $ docker rm -f 75a2bae47057af741ffb01a0b0a21687209c91d029bfb94fd725e7f44d7b89c7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:19:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:13 18:19:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:19:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:13 0.23.1-centos7: Pulling from edgex-lftools 18:19:13 ab5ef0e58194: Pulling fs layer 18:19:13 9712f1f96733: Pulling fs layer 18:19:13 63f879dbbcfc: Pulling fs layer 18:19:13 0d9ebad4ef96: Pulling fs layer 18:19:13 e9a5061849ea: Pulling fs layer 18:19:13 d747dcd14b5f: Pulling fs layer 18:19:13 2de7ff778b66: Pulling fs layer 18:19:13 0d9ebad4ef96: Waiting 18:19:13 e9a5061849ea: Waiting 18:19:13 d747dcd14b5f: Waiting 18:19:13 2de7ff778b66: Waiting 18:19:15 63f879dbbcfc: Verifying Checksum 18:19:15 63f879dbbcfc: Download complete 18:19:15 e9a5061849ea: Verifying Checksum 18:19:15 e9a5061849ea: Download complete 18:19:15 d747dcd14b5f: Verifying Checksum 18:19:15 d747dcd14b5f: Download complete 18:19:15 2de7ff778b66: Verifying Checksum 18:19:15 2de7ff778b66: Download complete 18:19:15 0d9ebad4ef96: Verifying Checksum 18:19:15 0d9ebad4ef96: Download complete 18:19:15 ab5ef0e58194: Verifying Checksum 18:19:15 ab5ef0e58194: Download complete 18:19:20 ab5ef0e58194: Pull complete 18:19:20 9712f1f96733: Pull complete 18:19:23 63f879dbbcfc: Pull complete 18:19:28 0d9ebad4ef96: Pull complete 18:19:31 e9a5061849ea: Pull complete 18:19:31 d747dcd14b5f: Pull complete 18:19:35 2de7ff778b66: Pull complete 18:19:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:19:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:19:35 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 18:19:35 $ 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 18:19:38 $ docker top 7ed8a2bd16dfe13df81672892825ae2ab242bb984b369f9a2f254e3761b78e40 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:19:39 provisioning config files... 18:19:39 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9038389654852062344tmp 18:19:39 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2508655286236836420tmp 18:19:39 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9060822741548161736tmp [Pipeline] { [Pipeline] echo 18:19:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:19:39 ---> sigul-configuration.sh 18:19:39 gpg: directory `/root/.gnupg' created 18:19:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:19:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:19:39 gpg: keyring `/root/.gnupg/secring.gpg' created 18:19:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:19:39 gpg: CAST5 encrypted data 18:19:39 gpg: encrypted with 1 passphrase 18:19:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:19:39 + mkdir /home/jenkins 18:19:39 + mkdir /home/jenkins/sigul [Pipeline] sh 18:19:40 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:19:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:19:40 ---> sigul-install.sh 18:19:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:19:46 + git tag --list 18:19:46 v0.1.0 18:19:46 v0.1.1 18:19:46 v1.0.0 18:19:46 v1.1.0 18:19:46 v1.2.0 18:19:46 v1.2.1-dev.1 18:19:46 v1.2.1-dev.10 18:19:46 v1.2.1-dev.11 18:19:46 v1.2.1-dev.12 18:19:46 v1.2.1-dev.13 18:19:46 v1.2.1-dev.14 18:19:46 v1.2.1-dev.15 18:19:46 v1.2.1-dev.16 18:19:46 v1.2.1-dev.17 18:19:46 v1.2.1-dev.18 18:19:46 v1.2.1-dev.19 18:19:46 v1.2.1-dev.2 18:19:46 v1.2.1-dev.20 18:19:46 v1.2.1-dev.21 18:19:46 v1.2.1-dev.22 18:19:46 v1.2.1-dev.23 18:19:46 v1.2.1-dev.24 18:19:46 v1.2.1-dev.25 18:19:46 v1.2.1-dev.26 18:19:46 v1.2.1-dev.27 18:19:46 v1.2.1-dev.28 18:19:46 v1.2.1-dev.29 18:19:46 v1.2.1-dev.3 18:19:46 v1.2.1-dev.30 18:19:46 v1.2.1-dev.31 18:19:46 v1.2.1-dev.32 18:19:46 v1.2.1-dev.33 18:19:46 v1.2.1-dev.4 18:19:46 v1.2.1-dev.5 18:19:46 v1.2.1-dev.6 18:19:46 v1.2.1-dev.7 18:19:46 v1.2.1-dev.8 18:19:46 v1.2.1-dev.9 [Pipeline] sh 18:19:46 + lftools sign git-tag v1.2.1-dev.33 18:19:48 Signing Git tag with Sigul... 18:19:48 Signing v1.2.1-dev.33 [Pipeline] echo 18:19:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:19:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:19:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:19:49 $ docker stop --time=1 7ed8a2bd16dfe13df81672892825ae2ab242bb984b369f9a2f254e3761b78e40 18:19:51 $ docker rm -f 7ed8a2bd16dfe13df81672892825ae2ab242bb984b369f9a2f254e3761b78e40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:19:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:52 . [Pipeline] withDockerContainer 18:19:52 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 18:19:52 $ 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 18:19:53 $ docker top e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:53 [ssh-agent] Looking for ssh-agent implementation... 18:19:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:54 $ docker exec e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e ssh-agent 18:19:54 SSH_AUTH_SOCK=/tmp/ssh-DcranwdCEHm5/agent.13 18:19:54 SSH_AGENT_PID=18 18:19:54 Running ssh-add (command line suppressed) 18:19:54 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1981791392727750611.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1981791392727750611.key) 18:19:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:54 + git semver bump pre 18:19:54 # -> Open(): unable to determine branch for HEAD 18:19:54 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:19:54 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:19:54 # $SEMVER_REMOTE_NAME = origin 18:19:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:19:54 # $SEMVER_USER_NAME = edgex-jenkins 18:19:54 # $SEMVER_BRANCH = master 18:19:54 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:19:54 1.2.1-dev.34 [Pipeline] } 18:19:54 $ docker exec --env ******** --env ******** e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e ssh-agent -k 18:19:54 unset SSH_AUTH_SOCK; 18:19:54 unset SSH_AGENT_PID; 18:19:54 echo Agent pid 18 killed; 18:19:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:55 + git semver [Pipeline] } 18:19:55 $ docker stop --time=1 e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e 18:19:56 $ docker rm -f e6cf87d43f0b002ec4970e851586da6a0441dace9972bed2a41c4d81d1bf104e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:19:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:57 . [Pipeline] withDockerContainer 18:19:57 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 18:19:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:19:58 $ docker top 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:58 [ssh-agent] Looking for ssh-agent implementation... 18:19:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:58 $ docker exec 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 ssh-agent 18:19:58 SSH_AUTH_SOCK=/tmp/ssh-MBxz5XtiXbFI/agent.11 18:19:58 SSH_AGENT_PID=16 18:19:59 Running ssh-add (command line suppressed) 18:19:59 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3765017221884651406.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3765017221884651406.key) 18:19:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:59 + git semver push 18:19:59 # -> Open(): unable to determine branch for HEAD 18:19:59 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:19:59 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:19:59 # $SEMVER_REMOTE_NAME = origin 18:19:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:19:59 # $SEMVER_USER_NAME = edgex-jenkins 18:19:59 # $SEMVER_BRANCH = master 18:19:59 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:20:06 $ docker exec --env ******** --env ******** 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 ssh-agent -k 18:20:06 unset SSH_AUTH_SOCK; 18:20:06 unset SSH_AGENT_PID; 18:20:06 echo Agent pid 16 killed; 18:20:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:06 + git semver [Pipeline] } 18:20:06 $ docker stop --time=1 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 18:20:08 $ docker rm -f 9a6678de78329390c1a1863adf2d0339189472853a3c5aa8bf14c4a77223ab42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:20:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:20:10 ---> package-listing.sh 18:20:10 ++ facter osfamily 18:20:10 ++ tr '[:upper:]' '[:lower:]' 18:20:10 + OS_FAMILY=redhat 18:20:10 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:20:10 + START_PACKAGES=/tmp/packages_start.txt 18:20:10 + END_PACKAGES=/tmp/packages_end.txt 18:20:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:20:10 + PACKAGES=/tmp/packages_start.txt 18:20:10 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:20:10 + PACKAGES=/tmp/packages_end.txt 18:20:10 + case "${OS_FAMILY}" in 18:20:10 + rpm -qa 18:20:10 + sort 18:20:14 + '[' -f /tmp/packages_start.txt ']' 18:20:14 + '[' -f /tmp/packages_end.txt ']' 18:20:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:20:14 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:20:14 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:20:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 18:20:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:20:15 18:20:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:20:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:20:15 alpine: Pulling from edgex-lftools-log-publisher 18:20:15 df20fa9351a1: Pulling fs layer 18:20:15 36b3adc4ff6f: Pulling fs layer 18:20:15 8ad3a11d3b57: Pulling fs layer 18:20:15 46f8f816bc3b: Pulling fs layer 18:20:15 0dadc02b9964: Pulling fs layer 18:20:15 ce6a7cf60c04: Pulling fs layer 18:20:15 7a184a31f384: Pulling fs layer 18:20:15 0879bd2ef858: Pulling fs layer 18:20:15 0dadc02b9964: Waiting 18:20:15 ce6a7cf60c04: Waiting 18:20:15 46f8f816bc3b: Waiting 18:20:15 7a184a31f384: Waiting 18:20:15 36b3adc4ff6f: Download complete 18:20:15 46f8f816bc3b: Verifying Checksum 18:20:15 46f8f816bc3b: Download complete 18:20:16 df20fa9351a1: Verifying Checksum 18:20:16 ce6a7cf60c04: Verifying Checksum 18:20:16 ce6a7cf60c04: Download complete 18:20:16 7a184a31f384: Verifying Checksum 18:20:16 7a184a31f384: Download complete 18:20:16 0dadc02b9964: Verifying Checksum 18:20:16 0dadc02b9964: Download complete 18:20:16 8ad3a11d3b57: Verifying Checksum 18:20:16 8ad3a11d3b57: Download complete 18:20:16 df20fa9351a1: Pull complete 18:20:16 0879bd2ef858: Verifying Checksum 18:20:16 0879bd2ef858: Download complete 18:20:16 36b3adc4ff6f: Pull complete 18:20:17 8ad3a11d3b57: Pull complete 18:20:17 46f8f816bc3b: Pull complete 18:20:17 0dadc02b9964: Pull complete 18:20:17 ce6a7cf60c04: Pull complete 18:20:17 7a184a31f384: Pull complete 18:20:20 0879bd2ef858: Pull complete 18:20:20 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:20:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:20:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:20:20 prd-centos7-docker-4c-2g-1176 does not seem to be running inside a container 18:20:20 $ 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 18:20:23 $ docker top 066c4cf0c21222484407e51ef339b02cbcdc5b25710237a59eba345bb55bd787 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:24 + mkdir -p /var/log/sa [Pipeline] sh 18:20:24 + ls /var/log/sa-host 18:20:24 + sadf -c /var/log/sa-host/sa05 18:20:24 file_magic: OK 18:20:24 HZ: Using current value: 100 18:20:24 file_header: OK 18:20:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:20:24 Statistics: 18:20:24 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:20:24 File successfully converted to sysstat format version 12.2.1 18:20:24 + sadf -c /var/log/sa-host/sa24 18:20:24 file_magic: OK 18:20:24 HZ: Using current value: 100 18:20:24 file_header: OK 18:20:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:20:24 Statistics: 18:20:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:20:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:20:24 provisioning config files... 18:20:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5465025073258280307tmp [Pipeline] { [Pipeline] echo 18:20:24 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:20:25 ---> create-netrc.sh [Pipeline] echo 18:20:25 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:20:25 ---> logs-deploy.sh 18:20:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/121 18:20:25 INFO: archiving workspace using pattern(s): 18:20:26 Archives upload complete. 18:20:26 INFO: archiving logs to Nexus 18:20:27 ---> uname -a: 18:20:27 Linux 066c4cf0c212 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:20:27 18:20:27 18:20:27 ---> lscpu: 18:20:27 Architecture: x86_64 18:20:27 CPU op-mode(s): 32-bit, 64-bit 18:20:27 Byte Order: Little Endian 18:20:27 Address sizes: 40 bits physical, 48 bits virtual 18:20:27 CPU(s): 4 18:20:27 On-line CPU(s) list: 0-3 18:20:27 Thread(s) per core: 1 18:20:27 Core(s) per socket: 1 18:20:27 Socket(s): 4 18:20:27 NUMA node(s): 1 18:20:27 Vendor ID: GenuineIntel 18:20:27 CPU family: 6 18:20:27 Model: 44 18:20:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:20:27 Stepping: 1 18:20:27 CPU MHz: 2933.438 18:20:27 BogoMIPS: 5866.87 18:20:27 Virtualization: VT-x 18:20:27 Hypervisor vendor: KVM 18:20:27 Virtualization type: full 18:20:27 L1d cache: 128 KiB 18:20:27 L1i cache: 128 KiB 18:20:27 L2 cache: 16 MiB 18:20:27 L3 cache: 64 MiB 18:20:27 NUMA node0 CPU(s): 0-3 18:20:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:20:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:20:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:20:27 Vulnerability Meltdown: Mitigation; PTI 18:20:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:20:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:20:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:20:27 Vulnerability Tsx async abort: Not affected 18:20:27 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:20:27 18:20:27 18:20:27 ---> nproc: 18:20:27 4 18:20:27 18:20:27 18:20:27 ---> df -h: 18:20:27 Filesystem Size Used Available Use% Mounted on 18:20:27 overlay 50.0G 8.2G 41.8G 16% / 18:20:27 tmpfs 64.0M 0 64.0M 0% /dev 18:20:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:20:27 shm 64.0M 0 64.0M 0% /dev/shm 18:20:27 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 18:20:27 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 18:20:27 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 18:20:27 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 18:20:27 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 18:20:27 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 18:20:27 18:20:27 18:20:27 ---> free -m: 18:20:27 total used free shared buff/cache available 18:20:27 Mem: 1837 782 130 0 924 992 18:20:27 Swap: 1023 2 1021 18:20:27 18:20:27 18:20:27 ---> ip addr: 18:20:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:20:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:20:27 inet 127.0.0.1/8 scope host lo 18:20:27 valid_lft forever preferred_lft forever 18:20:27 16: eth0@if17: mtu 1458 qdisc noqueue state UP 18:20:27 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:20:27 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:20:27 valid_lft forever preferred_lft forever 18:20:27 18:20:27 18:20:27 ---> sar -b -r -n DEV: 18:20:27 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) 18:20:27 18:20:27 18:12:57 LINUX RESTART (4 CPU) 18:20:27 18:20:27 18:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:20:27 18:15:01 11.00 3.73 7.27 0.00 701.85 1326.74 0.00 18:20:27 18:16:02 0.32 0.00 0.32 0.00 0.00 4.20 0.00 18:20:27 18:17:01 0.29 0.00 0.29 0.00 0.00 3.40 0.00 18:20:27 18:18:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 18:20:27 18:19:01 257.11 143.26 113.85 0.00 7624.23 35363.45 0.00 18:20:27 18:20:01 223.20 83.04 140.16 0.00 5045.14 33587.88 0.00 18:20:27 Average: 82.28 38.46 43.83 0.00 2235.34 11750.63 0.00 18:20:27 18:20:27 18:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:20:27 18:15:01 199372 0 587364 31.22 2620 1092200 1101444 37.59 443892 1078960 12 18:20:27 18:16:02 207204 0 579640 30.81 2620 1092092 1064576 36.33 443844 1072512 8 18:20:27 18:17:01 203380 0 583460 31.01 2620 1092096 1064864 36.34 447700 1072512 8 18:20:27 18:18:01 200944 0 585892 31.14 2620 1092100 1064756 36.34 454876 1067820 8 18:20:27 18:19:01 114036 0 701500 37.28 2596 1063424 1368728 46.71 601292 943496 1432 18:20:27 18:20:01 229380 0 739608 39.31 1500 911068 1314868 44.87 621740 743592 48 18:20:27 Average: 192386 0 629577 33.46 2429 1057163 1163206 39.70 502224 996482 253 18:20:27 18:20:27 18:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:20:27 18:15:01 eth0 220.44 190.74 345.06 329.57 0.00 0.00 0.00 0.00 18:20:27 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:15:01 docker0 104.66 88.41 8.95 303.76 0.00 0.00 0.00 0.00 18:20:27 18:16:02 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:20:27 18:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:17:01 eth0 1.49 0.27 0.38 0.20 0.00 0.00 0.00 0.00 18:20:27 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:18:01 eth0 0.52 0.40 0.27 0.21 0.00 0.00 0.00 0.00 18:20:27 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:19:01 vetha9c0e57 55.64 60.19 5.19 408.29 0.00 0.00 0.00 0.00 18:20:27 18:19:01 eth0 477.36 420.49 4197.90 47.63 0.00 0.00 0.00 0.00 18:20:27 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:19:01 docker0 55.64 60.05 4.43 408.28 0.00 0.00 0.00 0.00 18:20:27 18:20:01 veth9a9b660 0.73 0.60 0.15 0.16 0.00 0.00 0.00 0.00 18:20:27 18:20:01 eth0 694.24 522.19 3792.61 125.67 0.00 0.00 0.00 0.00 18:20:27 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 18:20:01 docker0 30.86 37.03 1.99 201.33 0.00 0.00 0.00 0.00 18:20:27 Average: veth9a9b660 0.12 0.10 0.03 0.03 0.00 0.00 0.00 0.00 18:20:27 Average: eth0 233.16 189.60 1393.62 84.13 0.00 0.00 0.00 0.00 18:20:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:27 Average: docker0 31.96 31.01 2.57 152.69 0.00 0.00 0.00 0.00 18:20:27 18:20:27 18:20:27 ---> sar -P ALL: 18:20:27 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) 18:20:27 18:20:27 18:12:57 LINUX RESTART (4 CPU) 18:20:27 18:20:27 18:14:01 CPU %user %nice %system %iowait %steal %idle 18:20:27 18:15:01 all 3.27 0.00 1.11 0.08 0.01 95.52 18:20:27 18:15:01 0 2.70 0.00 1.57 0.10 0.02 95.61 18:20:27 18:15:01 1 3.09 0.00 0.74 0.02 0.02 96.14 18:20:27 18:15:01 2 3.01 0.00 1.17 0.05 0.00 95.77 18:20:27 18:15:01 3 4.29 0.00 0.97 0.15 0.02 94.57 18:20:27 18:16:02 all 0.14 0.00 0.04 0.00 0.00 99.82 18:20:27 18:16:02 0 0.02 0.00 0.02 0.00 0.00 99.97 18:20:27 18:16:02 1 0.03 0.00 0.07 0.00 0.00 99.90 18:20:27 18:16:02 2 0.47 0.00 0.03 0.00 0.00 99.50 18:20:27 18:16:02 3 0.03 0.00 0.03 0.00 0.00 99.93 18:20:27 18:17:01 all 0.17 0.00 0.03 0.00 0.00 99.79 18:20:27 18:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:20:27 18:17:01 1 0.12 0.00 0.05 0.00 0.02 99.81 18:20:27 18:17:01 2 0.54 0.00 0.03 0.00 0.00 99.42 18:20:27 18:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:20:27 18:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:20:27 18:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:20:27 18:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:20:27 18:18:01 2 0.52 0.00 0.07 0.00 0.02 99.40 18:20:27 18:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:20:27 18:19:01 all 8.79 0.00 5.51 1.94 0.06 83.69 18:20:27 18:19:01 0 9.34 0.00 6.33 1.83 0.09 82.42 18:20:27 18:19:01 1 8.08 0.00 5.07 1.81 0.07 84.97 18:20:27 18:19:01 2 9.07 0.00 5.20 2.15 0.03 83.55 18:20:27 18:19:01 3 8.68 0.00 5.46 1.99 0.07 83.80 18:20:27 18:20:01 all 12.95 0.00 8.91 3.01 0.08 75.05 18:20:27 18:20:01 0 11.72 0.00 8.98 2.75 0.09 76.46 18:20:27 18:20:01 1 12.20 0.00 8.39 2.94 0.05 76.42 18:20:27 18:20:01 2 13.02 0.00 8.71 1.99 0.09 76.19 18:20:27 18:20:01 3 14.86 0.00 9.55 4.35 0.10 71.14 18:20:27 Average: all 4.21 0.00 2.58 0.83 0.03 92.35 18:20:27 Average: 0 3.93 0.00 2.79 0.77 0.03 92.48 18:20:27 Average: 1 3.90 0.00 2.37 0.79 0.03 92.91 18:20:27 Average: 2 4.41 0.00 2.51 0.69 0.02 92.36 18:20:27 Average: 3 4.61 0.00 2.65 1.07 0.03 91.65 18:20:27 18:20:27 18:20:27