Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fc40647c9a5a0500e2956cf52a4e5c076e69792e 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:lfit/releng-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: 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-24116 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision fc40647c9a5a0500e2956cf52a4e5c076e69792e (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 --force --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 fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 Commit message: "feat: Add debug logging of Event/Reading details (#666)" > git rev-list --no-walk 2ceec0adb5a9f7398d1f9d81922aff7a85fc3cf5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:49:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:49:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:49:09 ========================================================= 20:49:09 EdgeX Global Pipelines Version Info 20:49:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:49:11 ------------------- 20:49:11 stable info: 20:49:11 ------------------- 20:49:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:49:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:49:11 Message: update stable to v1.0.179 20:49:12 ------------------- 20:49:12 experimental info: 20:49:12 ------------------- 20:49:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:49:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 20:49:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:49:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] echo 20:49:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fc40647 [Pipeline] echo 20:49:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:49:16 + git log --format=format:%s -1 fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] echo 20:49:16 GIT_COMMIT: fc40647c9a5a0500e2956cf52a4e5c076e69792e, Commit Message: feat: Add debug logging of Event/Reading details (#666) [Pipeline] echo 20:49:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:49:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:18 20:49:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:49:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:19 latest: Pulling from edgex-devops/git-semver 20:49:19 31603596830f: Pulling fs layer 20:49:19 2a8b12db71e7: Pulling fs layer 20:49:19 6ca5941a6612: Pulling fs layer 20:49:19 ecc8261a40a4: Pulling fs layer 20:49:19 ecc8261a40a4: Waiting 20:49:19 2a8b12db71e7: Verifying Checksum 20:49:19 2a8b12db71e7: Download complete 20:49:19 31603596830f: Verifying Checksum 20:49:19 31603596830f: Download complete 20:49:20 6ca5941a6612: Verifying Checksum 20:49:20 6ca5941a6612: Download complete 20:49:20 ecc8261a40a4: Verifying Checksum 20:49:20 ecc8261a40a4: Download complete 20:49:20 31603596830f: Pull complete 20:49:20 2a8b12db71e7: Pull complete 20:49:22 6ca5941a6612: Pull complete 20:49:22 ecc8261a40a4: Pull complete 20:49:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:49:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:49:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:49:22 prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container 20:49:22 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:49:25 $ docker top 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:49:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:26 [ssh-agent] Looking for ssh-agent implementation... 20:49:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:26 $ docker exec 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent 20:49:27 SSH_AUTH_SOCK=/tmp/ssh-2oDArkDI4HAF/agent.11 20:49:27 SSH_AGENT_PID=17 20:49:27 Running ssh-add (command line suppressed) 20:49:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9038854787038860047.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9038854787038860047.key) 20:49:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:27 + git tag --points-at HEAD [Pipeline] } 20:49:27 $ docker exec --env ******** --env ******** 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent -k 20:49:28 unset SSH_AUTH_SOCK; 20:49:28 unset SSH_AGENT_PID; 20:49:28 echo Agent pid 17 killed; 20:49:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:49:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:49:28 [ssh-agent] Looking for ssh-agent implementation... 20:49:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:49:28 $ docker exec 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent 20:49:29 SSH_AUTH_SOCK=/tmp/ssh-aGRovbN3kuai/agent.47 20:49:29 SSH_AGENT_PID=52 20:49:29 Running ssh-add (command line suppressed) 20:49:29 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8064225293256056114.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8064225293256056114.key) 20:49:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:49:30 + git semver init 20:49:30 # -> Open(): unable to determine branch for HEAD 20:49:30 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:49:30 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:49:30 # $SEMVER_REMOTE_NAME = origin 20:49:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:49:30 # $SEMVER_USER_NAME = edgex-jenkins 20:49:30 # $SEMVER_BRANCH = master 20:49:30 # $SEMVER_TEMP = /tmp/semver-121187154 20:49:30 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 20:49:34 # '/tmp/semver-121187154' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 20:49:34 # -> Force: false 20:49:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:49:34 $ docker exec --env ******** --env ******** 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a ssh-agent -k 20:49:34 unset SSH_AUTH_SOCK; 20:49:34 unset SSH_AGENT_PID; 20:49:34 echo Agent pid 52 killed; 20:49:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:49:35 + git semver [Pipeline] } 20:49:35 $ docker stop --time=1 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a 20:49:37 $ docker rm -f 8fb977aeb97764f7c37d95533830760df26eeca2909917528bba9912e9bc6a7a [Pipeline] // withDockerContainer [Pipeline] sh 20:49:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:49:38 Stashed 1 file(s) [Pipeline] echo 20:49:38 [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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 20:49:54 Still waiting to schedule task 20:49:54 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24116’ 20:49:54 Still waiting to schedule task 20:49:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:51:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24117 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:51:49 Running in /w/workspace/app-functions-sdk-go/175 [Pipeline] { [Pipeline] checkout 20:51:55 using credential edgex-jenkins-ssh 20:51:55 Cloning the remote Git repository 20:51:55 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:51:55 > git init /w/workspace/app-functions-sdk-go/175 # timeout=10 20:51:55 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:51:55 > git --version # timeout=10 20:51:55 > git --version # 'git version 2.17.1' 20:51:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:51:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:58 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:51:58 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:51:58 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:51:59 Checking out Revision fc40647c9a5a0500e2956cf52a4e5c076e69792e (master) 20:51:59 > git config core.sparsecheckout # timeout=10 20:51:59 > git checkout -f fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 20:52:03 Commit message: "feat: Add debug logging of Event/Reading details (#666)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:52:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:52:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:52:05 + true 20:52:05 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 20:52:08 ========================================================= 20:52:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:52:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:52:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:52:10 Sending build context to Docker daemon 19.08MB 20:52:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:52:10 Step 2/8 : FROM ${BASE} 20:52:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:52:11 5f621e34cdf4: Pulling fs layer 20:52:11 a4357932f1b6: Pulling fs layer 20:52:11 18c013af1878: Pulling fs layer 20:52:11 00ac8860ef70: Pulling fs layer 20:52:11 63d7cb157983: Pulling fs layer 20:52:11 b116817d02f9: Pulling fs layer 20:52:11 745a02a5169b: Pulling fs layer 20:52:11 00ac8860ef70: Waiting 20:52:11 63d7cb157983: Waiting 20:52:11 b116817d02f9: Waiting 20:52:11 745a02a5169b: Waiting 20:52:11 18c013af1878: Download complete 20:52:11 a4357932f1b6: Verifying Checksum 20:52:11 a4357932f1b6: Download complete 20:52:11 63d7cb157983: Verifying Checksum 20:52:11 63d7cb157983: Download complete 20:52:11 b116817d02f9: Verifying Checksum 20:52:11 b116817d02f9: Download complete 20:52:11 5f621e34cdf4: Verifying Checksum 20:52:11 5f621e34cdf4: Download complete 20:52:11 5f621e34cdf4: Pull complete 20:52:12 a4357932f1b6: Pull complete 20:52:12 18c013af1878: Pull complete 20:52:13 745a02a5169b: Verifying Checksum 20:52:13 745a02a5169b: Download complete 20:52:15 00ac8860ef70: Verifying Checksum 20:52:15 00ac8860ef70: Download complete 20:52:25 00ac8860ef70: Pull complete 20:52:25 63d7cb157983: Pull complete 20:52:25 b116817d02f9: Pull complete 20:52:29 745a02a5169b: Pull complete 20:52:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:52:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:52:29 ---> b7e6874047d6 20:52:29 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:52:29 20.10.0: Pulling from library/docker 20:52:29 a3cc7d3b244e: Pulling fs layer 20:52:29 02a3295e0d61: Pulling fs layer 20:52:29 0f4f2e6d8100: Pulling fs layer 20:52:29 330b718f631f: Pulling fs layer 20:52:29 a93816041522: Pulling fs layer 20:52:29 bdb6da89ff94: Pulling fs layer 20:52:29 2a70c0c122f4: Pulling fs layer 20:52:29 bdb6da89ff94: Waiting 20:52:29 330b718f631f: Waiting 20:52:29 a93816041522: Waiting 20:52:29 2a70c0c122f4: Waiting 20:52:29 0f4f2e6d8100: Download complete 20:52:29 02a3295e0d61: Verifying Checksum 20:52:29 02a3295e0d61: Download complete 20:52:29 a93816041522: Download complete 20:52:29 bdb6da89ff94: Download complete 20:52:29 2a70c0c122f4: Download complete 20:52:29 a3cc7d3b244e: Verifying Checksum 20:52:29 a3cc7d3b244e: Download complete 20:52:30 a3cc7d3b244e: Pull complete 20:52:31 02a3295e0d61: Pull complete 20:52:31 330b718f631f: Download complete 20:52:31 0f4f2e6d8100: Pull complete 20:52:34 330b718f631f: Pull complete 20:52:35 a93816041522: Pull complete 20:52:35 bdb6da89ff94: Pull complete 20:52:36 2a70c0c122f4: Pull complete 20:52:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:52:36 Status: Downloaded newer image for docker:20.10.0 20:52:42 ---> 3428938f904a 20:52:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:52:42 ---> Running in 290eeeefbae9 20:52:42 Removing intermediate container 290eeeefbae9 20:52:42 ---> 926e8bbb58e9 20:52:42 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:52:42 ---> Running in 18142438d0b9 20:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:52:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:52:45 (1/5) Installing libsodium (1.0.18-r0) 20:52:45 (2/5) Installing libzmq (4.3.3-r0) 20:52:45 (3/5) Installing pkgconf (1.7.2-r0) 20:52:45 (4/5) Installing libsodium-dev (1.0.18-r0) 20:52:46 (5/5) Installing zeromq-dev (4.3.3-r0) 20:52:46 Executing busybox-1.31.1-r19.trigger 20:52:46 OK: 144 MiB in 44 packages 20:52:47 Removing intermediate container 18142438d0b9 20:52:47 ---> 27b17c2e2665 20:52:47 Step 6/8 : WORKDIR /build 20:52:47 ---> Running in d83102e537d0 20:52:48 Removing intermediate container d83102e537d0 20:52:48 ---> 6db2564ce465 20:52:48 Step 7/8 : COPY go.mod . 20:52:48 ---> b04d8e5e31f0 20:52:48 Step 8/8 : RUN go mod download 20:52:48 ---> Running in c5a9a0bbbcb2 20:52:53 Running on prd-centos7-docker-4c-2g-24118 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 20:52:53 Running in /w/workspace/app-functions-sdk-go/175 [Pipeline] { [Pipeline] checkout 20:52:59 using credential edgex-jenkins-ssh 20:52:59 Cloning the remote Git repository 20:53:00 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 20:53:00 > git init /w/workspace/app-functions-sdk-go/175 # timeout=10 20:53:00 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:53:00 > git --version # timeout=10 20:53:00 > git --version # 'git version 2.24.3' 20:53:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:02 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:53:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:02 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 20:53:02 Checking out Revision fc40647c9a5a0500e2956cf52a4e5c076e69792e (master) 20:53:02 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 20:53:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:53:02 > git config core.sparsecheckout # timeout=10 20:53:02 > git checkout -f fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 20:53:07 Commit message: "feat: Add debug logging of Event/Reading details (#666)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:53:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:53:09 + sudo service docker restart 20:53:09 + true 20:53:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 20:53:11 ========================================================= 20:53:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:53:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:53:11 + 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 . 20:53:12 Sending build context to Docker daemon 19.08MB 20:53:12 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:53:12 Step 2/8 : FROM ${BASE} 20:53:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:53:12 188c0c94c7c5: Pulling fs layer 20:53:12 0ef7d3d256c8: Pulling fs layer 20:53:12 de9db76c5a1d: Pulling fs layer 20:53:12 bca2f99d35d6: Pulling fs layer 20:53:12 93359f2a8cfa: Pulling fs layer 20:53:12 7c6f9722023f: Pulling fs layer 20:53:12 a35cf1a2eb13: Pulling fs layer 20:53:12 93359f2a8cfa: Waiting 20:53:12 7c6f9722023f: Waiting 20:53:12 a35cf1a2eb13: Waiting 20:53:12 de9db76c5a1d: Verifying Checksum 20:53:12 de9db76c5a1d: Download complete 20:53:12 0ef7d3d256c8: Verifying Checksum 20:53:12 0ef7d3d256c8: Download complete 20:53:12 93359f2a8cfa: Verifying Checksum 20:53:12 93359f2a8cfa: Download complete 20:53:12 7c6f9722023f: Verifying Checksum 20:53:12 7c6f9722023f: Download complete 20:53:13 188c0c94c7c5: Verifying Checksum 20:53:13 188c0c94c7c5: Download complete 20:53:13 188c0c94c7c5: Pull complete 20:53:14 0ef7d3d256c8: Pull complete 20:53:14 de9db76c5a1d: Pull complete 20:53:15 Removing intermediate container c5a9a0bbbcb2 20:53:15 ---> d1b3a98292c9 20:53:15 Successfully built d1b3a98292c9 20:53:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:53:15 + docker inspect -f . ci-base-image-arm64 20:53:15 . [Pipeline] withDockerContainer 20:53:16 prd-ubuntu18.04-docker-arm64-4c-16g-24117 does not seem to be running inside a container 20:53:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:53:17 a35cf1a2eb13: Verifying Checksum 20:53:17 a35cf1a2eb13: Download complete 20:53:17 bca2f99d35d6: Verifying Checksum 20:53:17 bca2f99d35d6: Download complete 20:53:17 $ docker top 37a388d2ad1ac6c1c0fd7bd0e0b2c216ecac4f14855104eda71d165ad72e0ef9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:18 + go version 20:53:18 go version go1.15.5 linux/arm64 [Pipeline] } 20:53:18 $ docker stop --time=1 37a388d2ad1ac6c1c0fd7bd0e0b2c216ecac4f14855104eda71d165ad72e0ef9 20:53:20 $ docker rm -f 37a388d2ad1ac6c1c0fd7bd0e0b2c216ecac4f14855104eda71d165ad72e0ef9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:21 + docker inspect -f . ci-base-image-arm64 20:53:21 . [Pipeline] withDockerContainer 20:53:22 prd-ubuntu18.04-docker-arm64-4c-16g-24117 does not seem to be running inside a container 20:53:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:53:23 $ docker top 9638a72fdf48637ad8a466265e29cbe4fc0ed74def3a8151b3f5b8629d6d4384 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:24 + make test 20:53:24 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:53:26 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:53:27 bca2f99d35d6: Pull complete 20:53:27 93359f2a8cfa: Pull complete 20:53:27 7c6f9722023f: Pull complete 20:53:32 a35cf1a2eb13: Pull complete 20:53:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:53:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:53:32 ---> a62c8e92a672 20:53:32 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 20:53:32 20.10.0: Pulling from library/docker 20:53:32 05e7bc50f07f: Pulling fs layer 20:53:32 6db28d0fdbf6: Pulling fs layer 20:53:32 292df0bc6bf3: Pulling fs layer 20:53:32 2e060f4bd70b: Pulling fs layer 20:53:32 80e8d568a223: Pulling fs layer 20:53:32 8dc6ef1a942a: Pulling fs layer 20:53:32 2312dd95470a: Pulling fs layer 20:53:32 2e060f4bd70b: Waiting 20:53:32 80e8d568a223: Waiting 20:53:32 8dc6ef1a942a: Waiting 20:53:32 2312dd95470a: Waiting 20:53:32 292df0bc6bf3: Download complete 20:53:32 05e7bc50f07f: Verifying Checksum 20:53:32 05e7bc50f07f: Download complete 20:53:32 80e8d568a223: Download complete 20:53:32 6db28d0fdbf6: Verifying Checksum 20:53:32 6db28d0fdbf6: Download complete 20:53:32 8dc6ef1a942a: Verifying Checksum 20:53:32 8dc6ef1a942a: Download complete 20:53:32 2312dd95470a: Verifying Checksum 20:53:32 2312dd95470a: Download complete 20:53:33 05e7bc50f07f: Pull complete 20:53:34 6db28d0fdbf6: Pull complete 20:53:34 292df0bc6bf3: Pull complete 20:53:34 2e060f4bd70b: Verifying Checksum 20:53:34 2e060f4bd70b: Download complete 20:53:40 2e060f4bd70b: Pull complete 20:53:40 80e8d568a223: Pull complete 20:53:40 8dc6ef1a942a: Pull complete 20:53:40 2312dd95470a: Pull complete 20:53:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:53:40 Status: Downloaded newer image for docker:20.10.0 20:53:42 ---> 70da25012d56 20:53:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:53:42 ---> Running in dd137b82e892 20:53:42 Removing intermediate container dd137b82e892 20:53:42 ---> 4aa5fe27c21e 20:53:42 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 20:53:42 ---> Running in b65fdb01bdbe 20:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:45 (1/5) Installing libsodium (1.0.18-r0) 20:53:45 (2/5) Installing libzmq (4.3.3-r0) 20:53:45 (3/5) Installing pkgconf (1.7.2-r0) 20:53:45 (4/5) Installing libsodium-dev (1.0.18-r0) 20:53:45 (5/5) Installing zeromq-dev (4.3.3-r0) 20:53:45 Executing busybox-1.31.1-r19.trigger 20:53:45 OK: 167 MiB in 44 packages 20:53:46 Removing intermediate container b65fdb01bdbe 20:53:46 ---> 258b2b1368aa 20:53:46 Step 6/8 : WORKDIR /build 20:53:46 ---> Running in 1c6ec6af60fb 20:53:46 Removing intermediate container 1c6ec6af60fb 20:53:46 ---> 0fde120652a6 20:53:46 Step 7/8 : COPY go.mod . 20:53:47 ---> 93cdbf265b2c 20:53:47 Step 8/8 : RUN go mod download 20:53:47 ---> Running in 1d63dfe79fa5 20:53:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.074s coverage: 82.6% of statements 20:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.060s coverage: 48.6% of statements 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.070s coverage: 61.5% of statements 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.080s coverage: 71.7% of statements 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.030s coverage: 97.0% of statements 20:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.082s coverage: 8.8% of statements 20:54:19 Removing intermediate container 1d63dfe79fa5 20:54:19 ---> e26d4badc8fa 20:54:19 Successfully built e26d4badc8fa 20:54:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:54:20 + docker inspect -f . ci-base-image-x86_64 20:54:20 . [Pipeline] withDockerContainer 20:54:20 prd-centos7-docker-4c-2g-24118 does not seem to be running inside a container 20:54:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:54:22 $ docker top 1c25249a882fb79a2ee5ef5427254c217c19a0bc53f0af00e16f0d56471553df -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:22 + go version 20:54:22 go version go1.15.5 linux/amd64 [Pipeline] } 20:54:22 $ docker stop --time=1 1c25249a882fb79a2ee5ef5427254c217c19a0bc53f0af00e16f0d56471553df 20:54:24 $ docker rm -f 1c25249a882fb79a2ee5ef5427254c217c19a0bc53f0af00e16f0d56471553df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:25 + docker inspect -f . ci-base-image-x86_64 20:54:25 . [Pipeline] withDockerContainer 20:54:25 prd-centos7-docker-4c-2g-24118 does not seem to be running inside a container 20:54:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/175 -v /w/workspace/app-functions-sdk-go/175:/w/workspace/app-functions-sdk-go/175:rw,z -v /w/workspace/app-functions-sdk-go/175@tmp:/w/workspace/app-functions-sdk-go/175@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:54:26 $ docker top f7d7c79a0aeb65195b70b319f03242b382398cb57c3fa324f66eae6eabe1b36e -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:27 + make test 20:54:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:54:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.918s coverage: 77.5% of statements 20:54:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:54:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.042s coverage: 87.9% of statements 20:54:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.053s coverage: 80.5% of statements 20:54:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.030s coverage: 71.7% of statements 20:54:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 20:54:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.085s coverage: 81.4% of statements 20:54:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.027s coverage: 94.4% of statements 20:54:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:54:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.094s coverage: 82.6% of statements 20:54:52 gofmt -l . 20:54:52 [ "`gofmt -l .`" = "" ] 20:54:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:54:52 $ docker stop --time=1 9638a72fdf48637ad8a466265e29cbe4fc0ed74def3a8151b3f5b8629d6d4384 20:54:55 $ docker rm -f 9638a72fdf48637ad8a466265e29cbe4fc0ed74def3a8151b3f5b8629d6d4384 [Pipeline] // withDockerContainer [Pipeline] sh 20:54:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:54:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:54:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.055s coverage: 48.6% of statements 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 20:54:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.104s coverage: 61.5% of statements 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 20:54:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.198s coverage: 71.7% of statements 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 20:54:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.027s coverage: 97.0% of statements 20:54:58 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 20:54:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.057s coverage: 8.8% of statements 20:55:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.918s coverage: 77.5% of statements 20:55:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 20:55:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.063s coverage: 87.9% of statements 20:55:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.063s coverage: 80.5% of statements 20:55:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.026s coverage: 71.7% of statements 20:55:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.074s coverage: 81.4% of statements 20:55:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.011s coverage: 94.4% of statements 20:55:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:55:35 gofmt -l . 20:55:35 [ "`gofmt -l .`" = "" ] 20:55:35 ./bin/test-go-mod-tidy.sh [Pipeline] } 20:55:36 $ docker stop --time=1 f7d7c79a0aeb65195b70b319f03242b382398cb57c3fa324f66eae6eabe1b36e 20:55:38 $ docker rm -f f7d7c79a0aeb65195b70b319f03242b382398cb57c3fa324f66eae6eabe1b36e [Pipeline] // withDockerContainer [Pipeline] sh 20:55:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:55:39 Warning: overwriting stash ‘coverage-report’ 20:55:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap 20:55:42 provisioning config files... 20:55:42 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config9133890263312038026tmp [Pipeline] { [Pipeline] sh 20:55:42 + set +x 20:55:42 + curl -s https://codecov.io/bash 20:55:42 + bash -s -- 20:55:42 20:55:42 _____ _ 20:55:42 / ____| | | 20:55:42 | | ___ __| | ___ ___ _____ __ 20:55:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:55:42 | |___| (_) | (_| | __/ (_| (_) \ V / 20:55:42 \_____\___/ \__,_|\___|\___\___/ \_/ 20:55:42 Bash-20210129-7c25fce 20:55:42 20:55:42 20:55:42 ==> git version 2.24.3 found 20:55:42 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:55:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:55:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:55:42 ==> Jenkins CI detected. 20:55:42 project root: . 20:55:42 --> token set from env 20:55:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:55:43 ==> Running gcov in . (disable via -X gcov) 20:55:43 ==> Python coveragepy not found 20:55:43 ==> Searching for coverage reports in: 20:55:43 + . 20:55:43 -> Found 1 reports 20:55:43 ==> Detecting git/mercurial file structure 20:55:43 ==> Reading reports 20:55:43 + ./coverage.out bytes=77817 20:55:43 ==> Appending adjustments 20:55:43 https://docs.codecov.io/docs/fixing-reports 20:55:43 + Found adjustments 20:55:43 ==> Gzipping contents 20:55:43 16K /tmp/codecov.ArJZHM.gz 20:55:43 ==> Uploading reports 20:55:43 url: https://codecov.io 20:55:43 query: branch=master&commit=fc40647c9a5a0500e2956cf52a4e5c076e69792e&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F175%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:55:43 -> Pinging Codecov 20:55:43 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=fc40647c9a5a0500e2956cf52a4e5c076e69792e&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F175%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:55:44 -> Uploading to 20:55:44 https://storage.googleapis.com/codecov/v4/raw/2021-01-30/3D8B5DFFC46A037C893635FACE044666/fc40647c9a5a0500e2956cf52a4e5c076e69792e/270d479a-b9c0-4d06-acc3-8e1e37fc9297.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T205544Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d74a7ad0a43faddfa54af93dcbc3874c6946c833c4bcafe9119236282c52435f 20:55:44 % Total % Received % Xferd Average Speed Time Time Time Current 20:55:44 Dload Upload Total Spent Left Speed 20:55:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13510 0 0 100 13510 0 24267 --:--:-- --:--:-- --:--:-- 24254 100 13510 0 0 100 13510 0 24257 --:--:-- --:--:-- --:--:-- 24254 20:55:45 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] } 20:55:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:55:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:55:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:55:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:55:46 20:55:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:55:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:55:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:55:47 188c0c94c7c5: Pulling fs layer 20:55:47 0ef7d3d256c8: Pulling fs layer 20:55:47 de9db76c5a1d: Pulling fs layer 20:55:47 0eba1c9be4d2: Pulling fs layer 20:55:47 0d57e429df01: Pulling fs layer 20:55:47 4e4be7b47b0d: Pulling fs layer 20:55:47 e1f770b5df2f: Pulling fs layer 20:55:47 85a0685a4137: Pulling fs layer 20:55:47 0d57e429df01: Waiting 20:55:47 4e4be7b47b0d: Waiting 20:55:47 e1f770b5df2f: Waiting 20:55:47 85a0685a4137: Waiting 20:55:47 0eba1c9be4d2: Waiting 20:55:47 de9db76c5a1d: Verifying Checksum 20:55:47 de9db76c5a1d: Download complete 20:55:47 0ef7d3d256c8: Download complete 20:55:48 0d57e429df01: Verifying Checksum 20:55:48 0d57e429df01: Download complete 20:55:48 4e4be7b47b0d: Verifying Checksum 20:55:48 4e4be7b47b0d: Download complete 20:55:48 188c0c94c7c5: Verifying Checksum 20:55:48 188c0c94c7c5: Download complete 20:55:48 188c0c94c7c5: Pull complete 20:55:49 0ef7d3d256c8: Pull complete 20:55:49 de9db76c5a1d: Pull complete 20:55:50 e1f770b5df2f: Verifying Checksum 20:55:50 e1f770b5df2f: Download complete 20:55:53 0eba1c9be4d2: Verifying Checksum 20:55:53 0eba1c9be4d2: Download complete 20:55:55 85a0685a4137: Verifying Checksum 20:55:55 85a0685a4137: Download complete 20:56:05 0eba1c9be4d2: Pull complete 20:56:05 0d57e429df01: Pull complete 20:56:05 4e4be7b47b0d: Pull complete 20:56:08 e1f770b5df2f: Pull complete 20:56:21 85a0685a4137: Pull complete 20:56:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:56:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:56:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:56:21 prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container 20:56:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:56:23 $ docker top 7efdf0b1b50929224642039b4bd2542e7b675ad884b6f1e632761624194447e8 -eo pid,comm [Pipeline] { [Pipeline] echo 20:56:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:56:24 + set -o pipefail 20:56:24 + snyk monitor '--org=edgex-jenkins' 20:56:46 20:56:46 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 20:56:46 20:56:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/4e24eb86-79a5-4fa3-a671-40f0b839b2c4 20:56:46 20:56:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:56:46 20:56:46 [Pipeline] } 20:56:46 $ docker stop --time=1 7efdf0b1b50929224642039b4bd2542e7b675ad884b6f1e632761624194447e8 20:56:49 $ docker rm -f 7efdf0b1b50929224642039b4bd2542e7b675ad884b6f1e632761624194447e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 20:56:51 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:56:51 provisioning config files... 20:56:51 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3107625863116075195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:51 --> edgex-publish-swagger.sh 20:56:51 === Publish openapi/v2 API === 20:56:51 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:56:51 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 20:56:51 % Total % Received % Xferd Average Speed Time Time Time Current 20:56:51 Dload Upload Total Spent Left Speed 20:56:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10080 0:00:01 0:00:01 --:--:-- 10086 100 13052 0 0 100 13052 0 10074 0:00:01 0:00:01 --:--:-- 10078 20:56:53 20:56:53 [Pipeline] } 20:56:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:56:54 + git log --format=format:%s -1 fc40647c9a5a0500e2956cf52a4e5c076e69792e [Pipeline] isUnix [Pipeline] sh 20:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:54 . [Pipeline] withDockerContainer 20:56:54 prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container 20:56:54 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:56:56 $ docker top 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:57 [ssh-agent] Looking for ssh-agent implementation... 20:56:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:58 $ docker exec 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f ssh-agent 20:56:58 SSH_AUTH_SOCK=/tmp/ssh-TzH1sjGfN0Up/agent.11 20:56:58 SSH_AGENT_PID=16 20:56:58 Running ssh-add (command line suppressed) 20:56:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5053287712210518597.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5053287712210518597.key) 20:56:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:59 + git semver tag 20:56:59 # -> Open(): unable to determine branch for HEAD 20:56:59 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:56:59 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:56:59 # $SEMVER_REMOTE_NAME = origin 20:56:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:59 # $SEMVER_USER_NAME = edgex-jenkins 20:56:59 # $SEMVER_BRANCH = master 20:56:59 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:56:59 # fc40647c9a5a0500e2956cf52a4e5c076e69792e HEAD 20:56:59 # -> Force: false 20:56:59 # 8c39a995a216b884cad6ad4bed832adec434e490 refs/tags/v2.0.0-dev.8 [Pipeline] } 20:56:59 $ docker exec --env ******** --env ******** 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f ssh-agent -k 20:56:59 unset SSH_AUTH_SOCK; 20:56:59 unset SSH_AGENT_PID; 20:56:59 echo Agent pid 16 killed; 20:57:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:00 + git semver [Pipeline] } 20:57:01 $ docker stop --time=1 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f 20:57:02 $ docker rm -f 9dfae30304549287e4787de586e4625cacf602c9cae3a736642e2aede1d88e2f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:57:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:57:03 20:57:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:57:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:57:04 0.23.1-centos7: Pulling from edgex-lftools 20:57:04 ab5ef0e58194: Pulling fs layer 20:57:04 9712f1f96733: Pulling fs layer 20:57:04 63f879dbbcfc: Pulling fs layer 20:57:04 0d9ebad4ef96: Pulling fs layer 20:57:04 e9a5061849ea: Pulling fs layer 20:57:04 d747dcd14b5f: Pulling fs layer 20:57:04 2de7ff778b66: Pulling fs layer 20:57:04 0d9ebad4ef96: Waiting 20:57:04 e9a5061849ea: Waiting 20:57:04 d747dcd14b5f: Waiting 20:57:04 2de7ff778b66: Waiting 20:57:04 9712f1f96733: Verifying Checksum 20:57:04 9712f1f96733: Download complete 20:57:07 63f879dbbcfc: Verifying Checksum 20:57:07 63f879dbbcfc: Download complete 20:57:08 e9a5061849ea: Download complete 20:57:08 d747dcd14b5f: Verifying Checksum 20:57:08 d747dcd14b5f: Download complete 20:57:08 2de7ff778b66: Verifying Checksum 20:57:08 2de7ff778b66: Download complete 20:57:09 ab5ef0e58194: Verifying Checksum 20:57:09 ab5ef0e58194: Download complete 20:57:09 0d9ebad4ef96: Verifying Checksum 20:57:09 0d9ebad4ef96: Download complete 20:57:17 ab5ef0e58194: Pull complete 20:57:18 9712f1f96733: Pull complete 20:57:20 63f879dbbcfc: Pull complete 20:57:31 0d9ebad4ef96: Pull complete 20:57:32 e9a5061849ea: Pull complete 20:57:32 d747dcd14b5f: Pull complete 20:57:35 2de7ff778b66: Pull complete 20:57:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:57:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:57:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:57:36 prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container 20:57:36 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:57:40 $ docker top 6fa5bb78556d5dc0f8c20a7dc131e07413cad962e2a1a3a694af3191512b3e30 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:57:40 provisioning config files... 20:57:40 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7083962714380524018tmp 20:57:40 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2017209920443618616tmp 20:57:40 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6656103345044448468tmp [Pipeline] { [Pipeline] echo 20:57:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:57:41 ---> sigul-configuration.sh 20:57:41 gpg: directory `/root/.gnupg' created 20:57:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:57:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:57:41 gpg: keyring `/root/.gnupg/secring.gpg' created 20:57:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:57:41 gpg: CAST5 encrypted data 20:57:41 gpg: encrypted with 1 passphrase 20:57:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:57:42 + mkdir /home/jenkins 20:57:42 + mkdir /home/jenkins/sigul [Pipeline] sh 20:57:42 + 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 20:57:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:57:42 ---> sigul-install.sh 20:57:51 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:57:51 + git tag --list 20:57:51 v0.1.0 20:57:51 v0.1.1 20:57:51 v1.0.0 20:57:51 v1.1.0 20:57:51 v1.2.0 20:57:51 v1.3.0 20:57:51 v1.3.1-dev.1 20:57:51 v2.0.0-dev.1 20:57:51 v2.0.0-dev.2 20:57:51 v2.0.0-dev.3 20:57:51 v2.0.0-dev.4 20:57:51 v2.0.0-dev.5 20:57:51 v2.0.0-dev.6 20:57:51 v2.0.0-dev.7 20:57:51 v2.0.0-dev.8 [Pipeline] sh 20:57:52 + lftools sign git-tag v2.0.0-dev.8 20:57:54 Signing Git tag with Sigul... 20:57:54 Signing v2.0.0-dev.8 [Pipeline] echo 20:57:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:57:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:57:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:57:55 $ docker stop --time=1 6fa5bb78556d5dc0f8c20a7dc131e07413cad962e2a1a3a694af3191512b3e30 20:57:58 $ docker rm -f 6fa5bb78556d5dc0f8c20a7dc131e07413cad962e2a1a3a694af3191512b3e30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:57:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:59 . [Pipeline] withDockerContainer 20:58:00 prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container 20:58:00 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:58:01 $ docker top 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:58:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:58:01 [ssh-agent] Looking for ssh-agent implementation... 20:58:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:58:02 $ docker exec 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 ssh-agent 20:58:02 SSH_AUTH_SOCK=/tmp/ssh-i4QrouedXPgG/agent.11 20:58:02 SSH_AGENT_PID=16 20:58:02 Running ssh-add (command line suppressed) 20:58:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9175019575043423310.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9175019575043423310.key) 20:58:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:58:03 + git semver bump pre 20:58:03 # -> Open(): unable to determine branch for HEAD 20:58:03 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:58:03 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:58:03 # $SEMVER_REMOTE_NAME = origin 20:58:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:58:03 # $SEMVER_USER_NAME = edgex-jenkins 20:58:03 # $SEMVER_BRANCH = master 20:58:03 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 20:58:03 2.0.0-dev.9 [Pipeline] } 20:58:03 $ docker exec --env ******** --env ******** 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 ssh-agent -k 20:58:04 unset SSH_AUTH_SOCK; 20:58:04 unset SSH_AGENT_PID; 20:58:04 echo Agent pid 16 killed; 20:58:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:58:04 + git semver [Pipeline] } 20:58:04 $ docker stop --time=1 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 20:58:06 $ docker rm -f 5194df9753fc09021f77b793d8b682252e40764255998aeab2732031ede11c09 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:58:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:58:06 . [Pipeline] withDockerContainer 20:58:07 prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container 20:58:07 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:58:08 $ docker top 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:58:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:58:08 [ssh-agent] Looking for ssh-agent implementation... 20:58:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:58:09 $ docker exec 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 ssh-agent 20:58:09 SSH_AUTH_SOCK=/tmp/ssh-K5zwHJFZ3t1r/agent.13 20:58:09 SSH_AGENT_PID=18 20:58:09 Running ssh-add (command line suppressed) 20:58:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1595830027120202908.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1595830027120202908.key) 20:58:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:58:09 + git semver push 20:58:10 # -> Open(): unable to determine branch for HEAD 20:58:10 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 20:58:10 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 20:58:10 # $SEMVER_REMOTE_NAME = origin 20:58:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:58:10 # $SEMVER_USER_NAME = edgex-jenkins 20:58:10 # $SEMVER_BRANCH = master 20:58:10 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 20:58:16 $ docker exec --env ******** --env ******** 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 ssh-agent -k 20:58:17 unset SSH_AUTH_SOCK; 20:58:17 unset SSH_AGENT_PID; 20:58:17 echo Agent pid 18 killed; 20:58:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:58:17 + git semver [Pipeline] } 20:58:17 $ docker stop --time=1 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 20:58:19 $ docker rm -f 8f92766d15db404c1ba0355de9a4881a46a7c6fdd5995e8ab932397a8ec448a8 [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 20:58:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:58:21 ---> package-listing.sh 20:58:21 ++ facter osfamily 20:58:21 ++ tr '[:upper:]' '[:lower:]' 20:58:21 + OS_FAMILY=redhat 20:58:21 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 20:58:21 + START_PACKAGES=/tmp/packages_start.txt 20:58:21 + END_PACKAGES=/tmp/packages_end.txt 20:58:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:58:21 + PACKAGES=/tmp/packages_start.txt 20:58:21 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:58:21 + PACKAGES=/tmp/packages_end.txt 20:58:21 + case "${OS_FAMILY}" in 20:58:21 + rpm -qa 20:58:21 + sort 20:58:28 + '[' -f /tmp/packages_start.txt ']' 20:58:28 + '[' -f /tmp/packages_end.txt ']' 20:58:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:58:28 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 20:58:28 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 20:58:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 20:58:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:58:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:58:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:58:29 20:58:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:58:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:58:30 alpine: Pulling from edgex-lftools-log-publisher 20:58:30 df20fa9351a1: Pulling fs layer 20:58:30 36b3adc4ff6f: Pulling fs layer 20:58:30 8ad3a11d3b57: Pulling fs layer 20:58:30 46f8f816bc3b: Pulling fs layer 20:58:30 93b61091891f: Pulling fs layer 20:58:30 93b9cdb0e59b: Pulling fs layer 20:58:30 5e14af77c1be: Pulling fs layer 20:58:30 01666e4c0597: Pulling fs layer 20:58:30 aa168da1d23b: Pulling fs layer 20:58:30 93b61091891f: Waiting 20:58:30 93b9cdb0e59b: Waiting 20:58:30 5e14af77c1be: Waiting 20:58:30 01666e4c0597: Waiting 20:58:30 aa168da1d23b: Waiting 20:58:30 46f8f816bc3b: Waiting 20:58:30 36b3adc4ff6f: Verifying Checksum 20:58:30 36b3adc4ff6f: Download complete 20:58:30 46f8f816bc3b: Verifying Checksum 20:58:30 46f8f816bc3b: Download complete 20:58:30 df20fa9351a1: Verifying Checksum 20:58:30 df20fa9351a1: Download complete 20:58:30 93b9cdb0e59b: Verifying Checksum 20:58:30 93b9cdb0e59b: Download complete 20:58:30 5e14af77c1be: Verifying Checksum 20:58:30 5e14af77c1be: Download complete 20:58:30 01666e4c0597: Verifying Checksum 20:58:30 01666e4c0597: Download complete 20:58:30 93b61091891f: Verifying Checksum 20:58:30 93b61091891f: Download complete 20:58:30 8ad3a11d3b57: Verifying Checksum 20:58:30 8ad3a11d3b57: Download complete 20:58:30 df20fa9351a1: Pull complete 20:58:31 36b3adc4ff6f: Pull complete 20:58:33 8ad3a11d3b57: Pull complete 20:58:33 46f8f816bc3b: Pull complete 20:58:34 93b61091891f: Pull complete 20:58:34 93b9cdb0e59b: Pull complete 20:58:35 aa168da1d23b: Verifying Checksum 20:58:35 aa168da1d23b: Download complete 20:58:35 5e14af77c1be: Pull complete 20:58:35 01666e4c0597: Pull complete 20:58:47 aa168da1d23b: Pull complete 20:58:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:58:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:58:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:58:48 prd-centos7-docker-4c-2g-24116 does not seem to be running inside a container 20:58:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:58:50 $ docker top 26e979a8a618bc33bf7f8fb8cc52e6917066264ed8089104bfa7bb0b600aee1b -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:51 + touch /tmp/pre-build-complete [Pipeline] sh 20:58:51 + mkdir -p /var/log/sa [Pipeline] sh 20:58:52 + ls /var/log/sa-host 20:58:52 + sadf -c /var/log/sa-host/sa23 20:58:52 file_magic: OK 20:58:52 HZ: Using current value: 100 20:58:52 file_header: OK 20:58:52 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 20:58:52 Statistics: 20:58:52 Hnuu...uuuununununu... 20:58:52 File successfully converted to sysstat format version 12.2.1 20:58:52 + sadf -c /var/log/sa-host/sa30 20:58:52 file_magic: OK 20:58:52 HZ: Using current value: 100 20:58:52 file_header: OK 20:58:52 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 20:58:52 Statistics: 20:58:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:58:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:58:52 provisioning config files... 20:58:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config203798965495939661tmp [Pipeline] { [Pipeline] echo 20:58:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:58:53 ---> create-netrc.sh [Pipeline] } 20:58:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:58:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:58:54 ---> python-tools-install.sh [Pipeline] echo 20:58:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:58:55 ---> sudo-logs.sh 20:58:55 Archiving 'sudo' log.. [Pipeline] echo 20:58:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:58:55 ---> job-cost.sh 20:58:55 lf-activate-venv: SKIPPING 20:58:55 INFO: No Stack... 20:58:56 INFO: Retrieving Pricing Info for: v1-standard-2 20:58:57 INFO: Archiving Costs [Pipeline] echo 20:58:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:58:57 ---> logs-deploy.sh 20:58:57 lf-activate-venv: SKIPPING 20:58:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/175 20:58:57 INFO: archiving workspace using pattern(s): 20:59:00 Archives upload complete. 20:59:00 INFO: archiving logs to Nexus 20:59:02 ---> uname -a: 20:59:02 Linux prd-centos7-docker-4c-2g-24116.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:59:02 20:59:02 20:59:02 ---> lscpu: 20:59:02 Architecture: x86_64 20:59:02 CPU op-mode(s): 32-bit, 64-bit 20:59:02 Byte Order: Little Endian 20:59:02 Address sizes: 40 bits physical, 48 bits virtual 20:59:02 CPU(s): 4 20:59:02 On-line CPU(s) list: 0-3 20:59:02 Thread(s) per core: 1 20:59:02 Core(s) per socket: 1 20:59:02 Socket(s): 4 20:59:02 NUMA node(s): 1 20:59:02 Vendor ID: GenuineIntel 20:59:02 CPU family: 6 20:59:02 Model: 44 20:59:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:59:02 Stepping: 1 20:59:02 CPU MHz: 2933.438 20:59:02 BogoMIPS: 5866.87 20:59:02 Virtualization: VT-x 20:59:02 Hypervisor vendor: KVM 20:59:02 Virtualization type: full 20:59:02 L1d cache: 128 KiB 20:59:02 L1i cache: 128 KiB 20:59:02 L2 cache: 16 MiB 20:59:02 L3 cache: 64 MiB 20:59:02 NUMA node0 CPU(s): 0-3 20:59:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:59:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:59:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:59:02 Vulnerability Meltdown: Mitigation; PTI 20:59:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:59:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:59:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:59:02 Vulnerability Srbds: Not affected 20:59:02 Vulnerability Tsx async abort: Not affected 20:59:02 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 20:59:02 20:59:02 20:59:02 ---> nproc: 20:59:02 4 20:59:02 20:59:02 20:59:02 ---> df -h: 20:59:02 Filesystem Size Used Available Use% Mounted on 20:59:02 overlay 50.0G 8.6G 41.4G 17% / 20:59:02 tmpfs 64.0M 0 64.0M 0% /dev 20:59:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:59:02 shm 64.0M 0 64.0M 0% /dev/shm 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 20:59:02 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 20:59:02 20:59:02 20:59:02 ---> free -m: 20:59:02 total used free shared buff/cache available 20:59:02 Mem: 1837 830 147 0 859 941 20:59:02 Swap: 1023 3 1020 20:59:02 20:59:02 20:59:02 ---> ip addr: 20:59:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:59:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:59:02 inet 127.0.0.1/8 scope host lo 20:59:02 valid_lft forever preferred_lft forever 20:59:02 inet6 ::1/128 scope host 20:59:02 valid_lft forever preferred_lft forever 20:59:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:59:02 link/ether fa:16:3e:70:9b:22 brd ff:ff:ff:ff:ff:ff 20:59:02 inet 10.30.122.117/23 brd 10.30.123.255 scope global dynamic eth0 20:59:02 valid_lft 85755sec preferred_lft 85755sec 20:59:02 inet6 fe80::f816:3eff:fe70:9b22/64 scope link 20:59:02 valid_lft forever preferred_lft forever 20:59:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:59:02 link/ether 02:42:a2:d9:c2:d7 brd ff:ff:ff:ff:ff:ff 20:59:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:59:02 valid_lft forever preferred_lft forever 20:59:02 inet6 fe80::42:a2ff:fed9:c2d7/64 scope link 20:59:02 valid_lft forever preferred_lft forever 20:59:02 20:59:02 20:59:02 ---> sar -b -r -n DEV: 20:59:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 20:59:02 20:59:02 20:48:04 LINUX RESTART (4 CPU) 20:59:02 20:59:02 20:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:59:02 20:50:01 56.51 16.98 39.53 0.00 4724.70 4327.76 0.00 20:59:02 20:51:01 2.05 0.00 2.05 0.00 0.00 41.29 0.00 20:59:02 20:52:01 0.37 0.00 0.37 0.00 0.00 4.74 0.00 20:59:02 20:53:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 20:59:02 20:54:02 0.23 0.00 0.23 0.00 0.00 3.24 0.00 20:59:02 20:55:01 0.32 0.00 0.32 0.00 0.00 3.99 0.00 20:59:02 20:56:01 27.89 2.61 25.28 0.00 407.72 14956.30 0.00 20:59:02 20:57:01 296.19 186.09 110.11 0.00 8598.94 21421.34 0.00 20:59:02 20:58:01 199.63 60.68 138.96 0.00 3980.09 32839.36 0.00 20:59:02 Average: 65.00 29.67 35.33 0.00 1972.83 8201.26 0.00 20:59:02 20:59:02 20:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:59:02 20:50:01 223452 0 595392 31.64 2620 1060080 1126924 38.46 405712 1053072 128 20:59:02 20:51:01 234144 0 584692 31.08 2620 1060088 1065828 36.37 411132 1038756 12 20:59:02 20:52:01 233444 0 585388 31.11 2620 1060092 1066020 36.38 417108 1034088 16 20:59:02 20:53:01 230936 0 587892 31.25 2620 1060096 1066092 36.38 425496 1027884 20 20:59:02 20:54:02 230552 0 588272 31.27 2620 1060100 1066092 36.38 425924 1027588 12 20:59:02 20:55:01 229936 0 588884 31.30 2620 1060104 1065876 36.38 444728 1009184 16 20:59:02 20:56:01 72328 0 674140 35.83 2620 1132456 1501728 51.25 573640 1018476 38300 20:59:02 20:57:01 172396 0 709344 37.70 2596 997208 1389264 47.41 548108 912248 48 20:59:02 20:58:01 230908 0 780772 41.50 1600 868264 1260752 43.03 578848 734112 44 20:59:02 Average: 206455 0 632753 33.63 2504 1039832 1178731 40.23 470077 983934 4288 20:59:02 20:59:02 20:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:59:02 20:50:01 eth0 224.13 196.76 1077.83 56.58 0.00 0.00 0.00 0.00 20:59:02 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:50:01 docker0 74.01 60.93 7.33 302.90 0.00 0.00 0.00 0.00 20:59:02 20:51:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 20:59:02 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:52:01 eth0 1.36 0.62 1.08 0.22 0.00 0.00 0.00 0.00 20:59:02 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:53:01 eth0 0.85 0.40 0.32 0.21 0.00 0.00 0.00 0.00 20:59:02 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:54:02 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:59:02 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:55:01 eth0 0.15 0.14 0.07 0.01 0.00 0.00 0.00 0.00 20:59:02 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:56:01 eth0 395.09 331.80 4070.63 27.83 0.00 0.00 0.00 0.00 20:59:02 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:57:01 eth0 73.92 64.36 230.33 17.70 0.00 0.00 0.00 0.00 20:59:02 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:57:01 veth5923fff 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:59:02 20:57:01 docker0 38.38 42.79 3.42 196.24 0.00 0.00 0.00 0.00 20:59:02 20:58:01 eth0 421.15 360.93 3417.16 84.11 0.00 0.00 0.00 0.00 20:59:02 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:58:01 veth3233da9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 20:58:01 docker0 21.35 32.55 1.22 201.63 0.00 0.00 0.00 0.00 20:59:02 Average: eth0 124.50 106.41 980.01 20.81 0.00 0.00 0.00 0.00 20:59:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 Average: veth3233da9 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 20:59:02 Average: docker0 14.89 15.18 1.33 78.06 0.00 0.00 0.00 0.00 20:59:02 20:59:02 20:59:02 ---> sar -P ALL: 20:59:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 20:59:02 20:59:02 20:48:04 LINUX RESTART (4 CPU) 20:59:02 20:59:02 20:49:01 CPU %user %nice %system %iowait %steal %idle 20:59:02 20:50:01 all 4.74 0.00 2.88 1.27 6.28 84.84 20:59:02 20:50:01 0 5.12 0.00 3.32 0.44 6.21 84.91 20:59:02 20:50:01 1 3.46 0.00 2.99 3.93 6.15 83.48 20:59:02 20:50:01 2 6.14 0.00 2.61 0.43 6.45 84.37 20:59:02 20:50:01 3 4.23 0.00 2.59 0.25 6.31 86.61 20:59:02 20:51:01 all 0.11 0.00 0.08 0.00 0.29 99.52 20:59:02 20:51:01 0 0.02 0.00 0.07 0.00 0.15 99.77 20:59:02 20:51:01 1 0.23 0.00 0.12 0.00 0.58 99.07 20:59:02 20:51:01 2 0.15 0.00 0.07 0.00 0.28 99.50 20:59:02 20:51:01 3 0.03 0.00 0.08 0.00 0.15 99.73 20:59:02 20:52:01 all 0.11 0.00 0.05 0.00 0.51 99.33 20:59:02 20:52:01 0 0.03 0.00 0.02 0.00 0.27 99.68 20:59:02 20:52:01 1 0.32 0.00 0.08 0.00 0.66 98.94 20:59:02 20:52:01 2 0.07 0.00 0.07 0.00 0.70 99.17 20:59:02 20:52:01 3 0.02 0.00 0.03 0.00 0.43 99.52 20:59:02 20:53:01 all 0.08 0.00 0.04 0.00 0.94 98.94 20:59:02 20:53:01 0 0.02 0.00 0.02 0.00 0.65 99.32 20:59:02 20:53:01 1 0.23 0.00 0.03 0.00 1.04 98.69 20:59:02 20:53:01 2 0.03 0.00 0.10 0.00 0.79 99.07 20:59:02 20:53:01 3 0.03 0.00 0.02 0.00 1.29 98.67 20:59:02 20:54:02 all 0.09 0.00 0.21 0.00 1.39 98.31 20:59:02 20:54:02 0 0.13 0.00 0.02 0.00 0.83 99.02 20:59:02 20:54:02 1 0.16 0.00 0.43 0.00 2.09 97.32 20:59:02 20:54:02 2 0.02 0.00 0.36 0.00 1.34 98.28 20:59:02 20:54:02 3 0.03 0.00 0.05 0.00 1.29 98.63 20:59:02 20:55:01 all 0.09 0.00 0.08 0.00 0.94 98.88 20:59:02 20:55:01 0 0.28 0.00 0.03 0.00 1.47 98.21 20:59:02 20:55:01 1 0.02 0.00 0.22 0.00 0.56 99.21 20:59:02 20:55:01 2 0.03 0.00 0.05 0.00 1.09 98.83 20:59:02 20:55:01 3 0.02 0.00 0.03 0.00 0.66 99.29 20:59:02 20:56:01 all 2.50 0.00 1.96 0.05 6.33 89.16 20:59:02 20:56:01 0 2.37 0.00 1.91 0.02 6.67 89.03 20:59:02 20:56:01 1 2.59 0.00 1.90 0.02 6.40 89.10 20:59:02 20:56:01 2 2.75 0.00 1.70 0.02 6.50 89.04 20:59:02 20:56:01 3 2.30 0.00 2.31 0.15 5.75 89.49 20:59:02 20:57:01 all 5.16 0.00 5.57 2.46 14.47 72.34 20:59:02 20:57:01 0 5.38 0.00 5.40 1.80 15.19 72.23 20:59:02 20:57:01 1 5.32 0.00 5.37 2.23 14.74 72.35 20:59:02 20:57:01 2 5.20 0.00 5.85 3.11 14.16 71.69 20:59:02 20:57:01 3 4.76 0.00 5.67 2.67 13.79 73.10 20:59:02 20:58:01 all 8.35 0.00 7.52 2.35 16.47 65.31 20:59:02 20:58:01 0 10.92 0.00 7.34 2.26 17.12 62.36 20:59:02 20:58:01 1 7.87 0.00 7.89 2.37 16.30 65.58 20:59:02 20:58:01 2 6.00 0.00 6.45 1.62 15.86 70.06 20:59:02 20:58:01 3 8.67 0.00 8.45 3.17 16.64 63.07 20:59:02 Average: all 2.34 0.00 2.03 0.68 5.26 89.70 20:59:02 Average: 0 2.67 0.00 1.99 0.50 5.34 89.50 20:59:02 Average: 1 2.23 0.00 2.10 0.94 5.35 89.39 20:59:02 Average: 2 2.26 0.00 1.92 0.58 5.24 90.00 20:59:02 Average: 3 2.21 0.00 2.11 0.68 5.09 89.91 20:59:02 20:59:02 20:59:02