Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 583298e4aa671ff36305015a0780c544e6ee2721 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25575 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 > 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 Checking out Revision 583298e4aa671ff36305015a0780c544e6ee2721 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 Commit message: "feat: Update Filters for V2 DTO changes (#680)" > git rev-list --no-walk fc40647c9a5a0500e2956cf52a4e5c076e69792e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:11:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:11:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:11:06 ========================================================= 16:11:06 EdgeX Global Pipelines Version Info 16:11:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:11:07 ------------------- 16:11:07 stable info: 16:11:07 ------------------- 16:11:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:11:07 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:11:07 Message: update stable to v1.0.179 16:11:08 ------------------- 16:11:08 experimental info: 16:11:08 ------------------- 16:11:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:11:08 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:11:08 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:11:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:11:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:11:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:11:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:11:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:11:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:11:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:11:11 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:11:12 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:11:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:11:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:11:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:11:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] echo 16:11:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 583298e [Pipeline] echo 16:11:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:11:13 + git log --format=format:%s -1 583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] echo 16:11:13 GIT_COMMIT: 583298e4aa671ff36305015a0780c544e6ee2721, Commit Message: feat: Update Filters for V2 DTO changes (#680) [Pipeline] echo 16:11:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:11:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:14 16:11:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:11:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:14 latest: Pulling from edgex-devops/git-semver 16:11:14 31603596830f: Pulling fs layer 16:11:14 2a8b12db71e7: Pulling fs layer 16:11:14 6ca5941a6612: Pulling fs layer 16:11:14 ecc8261a40a4: Pulling fs layer 16:11:14 ecc8261a40a4: Waiting 16:11:14 2a8b12db71e7: Verifying Checksum 16:11:14 2a8b12db71e7: Download complete 16:11:14 31603596830f: Verifying Checksum 16:11:14 31603596830f: Download complete 16:11:14 ecc8261a40a4: Verifying Checksum 16:11:14 ecc8261a40a4: Download complete 16:11:14 6ca5941a6612: Verifying Checksum 16:11:14 6ca5941a6612: Download complete 16:11:15 31603596830f: Pull complete 16:11:15 2a8b12db71e7: Pull complete 16:11:16 6ca5941a6612: Pull complete 16:11:16 ecc8261a40a4: Pull complete 16:11:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:11:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:11:16 prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container 16:11:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:11:18 $ docker top c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:11:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:19 [ssh-agent] Looking for ssh-agent implementation... 16:11:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:19 $ docker exec c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent 16:11:19 SSH_AUTH_SOCK=/tmp/ssh-dwJRzhvgzpm8/agent.11 16:11:19 SSH_AGENT_PID=17 16:11:19 Running ssh-add (command line suppressed) 16:11:19 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8270927131203452494.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8270927131203452494.key) 16:11:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:20 + git tag --points-at HEAD [Pipeline] } 16:11:20 $ docker exec --env ******** --env ******** c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent -k 16:11:20 unset SSH_AUTH_SOCK; 16:11:20 unset SSH_AGENT_PID; 16:11:20 echo Agent pid 17 killed; 16:11:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:11:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:20 [ssh-agent] Looking for ssh-agent implementation... 16:11:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:20 $ docker exec c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent 16:11:21 SSH_AUTH_SOCK=/tmp/ssh-m3VHTscWmger/agent.47 16:11:21 SSH_AGENT_PID=52 16:11:21 Running ssh-add (command line suppressed) 16:11:21 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3034702252632473436.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3034702252632473436.key) 16:11:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:21 + git semver init 16:11:21 # -> Open(): unable to determine branch for HEAD 16:11:21 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:11:21 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:11:21 # $SEMVER_REMOTE_NAME = origin 16:11:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:11:21 # $SEMVER_USER_NAME = edgex-jenkins 16:11:21 # $SEMVER_BRANCH = master 16:11:21 # $SEMVER_TEMP = /tmp/semver-763924338 16:11:21 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:11:24 # '/tmp/semver-763924338' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:11:24 # -> Force: false 16:11:24 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:11:24 $ docker exec --env ******** --env ******** c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 ssh-agent -k 16:11:24 unset SSH_AUTH_SOCK; 16:11:24 unset SSH_AGENT_PID; 16:11:24 echo Agent pid 52 killed; 16:11:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:11:24 + git semver [Pipeline] } 16:11:24 $ docker stop --time=1 c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 16:11:26 $ docker rm -f c5f8cb2883115186f5f801dbb8e0134abbcb8be7d0bd068cc258b2c434edaac1 [Pipeline] // withDockerContainer [Pipeline] sh 16:11:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:11:27 Stashed 1 file(s) [Pipeline] echo 16:11:27 [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [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 16:11:42 Still waiting to schedule task 16:11:42 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-25571’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25574’ is offline; ‘prd-centos7-docker-4c-2g-25576’ is offline; ‘prd-centos7-docker-4c-2g-25577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25573’ doesn’t have label ‘centos7-docker-4c-2g’ 16:11:42 Still waiting to schedule task 16:11:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-25573’ is offline 16:13:32 Running on prd-centos7-docker-4c-2g-25584 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:13:32 Running in /w/workspace/app-functions-sdk-go/176 [Pipeline] { [Pipeline] checkout 16:13:35 using credential edgex-jenkins-ssh 16:13:35 Cloning the remote Git repository 16:13:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:13:35 > git init /w/workspace/app-functions-sdk-go/176 # timeout=10 16:13:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:13:35 > git --version # timeout=10 16:13:35 > git --version # 'git version 2.24.3' 16:13:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:13:39 Checking out Revision 583298e4aa671ff36305015a0780c544e6ee2721 (master) 16:13:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:13:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:13:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:13:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:13:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:13:39 > git config core.sparsecheckout # timeout=10 16:13:39 > git checkout -f 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 16:13:42 Commit message: "feat: Update Filters for V2 DTO changes (#680)" 16:13:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25581 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:13:43 Running in /w/workspace/app-functions-sdk-go/176 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:13:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:13:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:13:44 + sudo service docker restart 16:13:44 + true 16:13:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:13:46 ========================================================= 16:13:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:13:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:13:46 + 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 . 16:13:47 Sending build context to Docker daemon 19.11MB 16:13:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:13:47 Step 2/8 : FROM ${BASE} 16:13:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:13:47 188c0c94c7c5: Pulling fs layer 16:13:47 0ef7d3d256c8: Pulling fs layer 16:13:47 de9db76c5a1d: Pulling fs layer 16:13:47 bca2f99d35d6: Pulling fs layer 16:13:47 93359f2a8cfa: Pulling fs layer 16:13:47 7c6f9722023f: Pulling fs layer 16:13:47 a35cf1a2eb13: Pulling fs layer 16:13:47 93359f2a8cfa: Waiting 16:13:47 bca2f99d35d6: Waiting 16:13:47 7c6f9722023f: Waiting 16:13:47 a35cf1a2eb13: Waiting 16:13:47 de9db76c5a1d: Download complete 16:13:47 0ef7d3d256c8: Verifying Checksum 16:13:47 0ef7d3d256c8: Download complete 16:13:47 93359f2a8cfa: Verifying Checksum 16:13:47 93359f2a8cfa: Download complete 16:13:47 7c6f9722023f: Download complete 16:13:47 188c0c94c7c5: Verifying Checksum 16:13:47 188c0c94c7c5: Download complete 16:13:48 188c0c94c7c5: Pull complete 16:13:48 0ef7d3d256c8: Pull complete 16:13:48 de9db76c5a1d: Pull complete 16:13:48 using credential edgex-jenkins-ssh 16:13:48 Cloning the remote Git repository 16:13:49 a35cf1a2eb13: Verifying Checksum 16:13:48 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:13:48 > git init /w/workspace/app-functions-sdk-go/176 # timeout=10 16:13:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:13:48 > git --version # timeout=10 16:13:48 > git --version # 'git version 2.17.1' 16:13:48 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:13:50 bca2f99d35d6: Verifying Checksum 16:13:50 bca2f99d35d6: Download complete 16:13:53 Checking out Revision 583298e4aa671ff36305015a0780c544e6ee2721 (master) 16:13:52 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:13:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:13:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:13:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:13:53 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:13:53 > git config core.sparsecheckout # timeout=10 16:13:53 > git checkout -f 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 16:13:55 bca2f99d35d6: Pull complete 16:13:55 93359f2a8cfa: Pull complete 16:13:55 7c6f9722023f: Pull complete 16:13:57 Commit message: "feat: Update Filters for V2 DTO changes (#680)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:13:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:13:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:14:00 + sudo service docker restart 16:14:00 + true [Pipeline] unstash [Pipeline] echo 16:14:03 ========================================================= 16:14:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:14:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:14:03 + 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 . 16:14:04 a35cf1a2eb13: Pull complete 16:14:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:14:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:14:04 ---> a62c8e92a672 16:14:04 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:14:04 20.10.0: Pulling from library/docker 16:14:04 05e7bc50f07f: Pulling fs layer 16:14:04 6db28d0fdbf6: Pulling fs layer 16:14:04 292df0bc6bf3: Pulling fs layer 16:14:04 2e060f4bd70b: Pulling fs layer 16:14:04 80e8d568a223: Pulling fs layer 16:14:04 8dc6ef1a942a: Pulling fs layer 16:14:04 2312dd95470a: Pulling fs layer 16:14:04 2e060f4bd70b: Waiting 16:14:04 80e8d568a223: Waiting 16:14:04 8dc6ef1a942a: Waiting 16:14:04 2312dd95470a: Waiting 16:14:04 292df0bc6bf3: Verifying Checksum 16:14:04 292df0bc6bf3: Download complete 16:14:04 6db28d0fdbf6: Verifying Checksum 16:14:04 6db28d0fdbf6: Download complete 16:14:04 80e8d568a223: Verifying Checksum 16:14:04 80e8d568a223: Download complete 16:14:04 05e7bc50f07f: Verifying Checksum 16:14:04 05e7bc50f07f: Download complete 16:14:04 2312dd95470a: Verifying Checksum 16:14:04 2312dd95470a: Download complete 16:14:04 8dc6ef1a942a: Verifying Checksum 16:14:04 8dc6ef1a942a: Download complete 16:14:04 05e7bc50f07f: Pull complete 16:14:04 6db28d0fdbf6: Pull complete 16:14:04 292df0bc6bf3: Pull complete 16:14:04 Sending build context to Docker daemon 19.11MB 16:14:04 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:14:04 Step 2/8 : FROM ${BASE} 16:14:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:14:04 5f621e34cdf4: Pulling fs layer 16:14:04 a4357932f1b6: Pulling fs layer 16:14:04 18c013af1878: Pulling fs layer 16:14:04 00ac8860ef70: Pulling fs layer 16:14:04 63d7cb157983: Pulling fs layer 16:14:04 b116817d02f9: Pulling fs layer 16:14:04 745a02a5169b: Pulling fs layer 16:14:04 00ac8860ef70: Waiting 16:14:04 b116817d02f9: Waiting 16:14:04 745a02a5169b: Waiting 16:14:04 63d7cb157983: Waiting 16:14:04 18c013af1878: Verifying Checksum 16:14:04 18c013af1878: Download complete 16:14:05 a4357932f1b6: Verifying Checksum 16:14:05 a4357932f1b6: Download complete 16:14:05 63d7cb157983: Verifying Checksum 16:14:05 63d7cb157983: Download complete 16:14:05 b116817d02f9: Download complete 16:14:06 5f621e34cdf4: Verifying Checksum 16:14:06 5f621e34cdf4: Download complete 16:14:06 5f621e34cdf4: Pull complete 16:14:07 a4357932f1b6: Pull complete 16:14:07 2e060f4bd70b: Verifying Checksum 16:14:07 2e060f4bd70b: Download complete 16:14:07 18c013af1878: Pull complete 16:14:08 745a02a5169b: Verifying Checksum 16:14:08 745a02a5169b: Download complete 16:14:09 00ac8860ef70: Download complete 16:14:10 2e060f4bd70b: Pull complete 16:14:10 80e8d568a223: Pull complete 16:14:10 8dc6ef1a942a: Pull complete 16:14:10 2312dd95470a: Pull complete 16:14:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:14:10 Status: Downloaded newer image for docker:20.10.0 16:14:11 ---> f635e6ab832c 16:14:11 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:14:11 ---> Running in 2dfa07930604 16:14:11 Removing intermediate container 2dfa07930604 16:14:11 ---> 90fcba191d20 16:14:11 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:14:12 ---> Running in 14f4cc877523 16:14:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:14 (1/5) Installing libsodium (1.0.18-r0) 16:14:14 (2/5) Installing libzmq (4.3.3-r0) 16:14:14 (3/5) Installing pkgconf (1.7.2-r0) 16:14:14 (4/5) Installing libsodium-dev (1.0.18-r0) 16:14:14 (5/5) Installing zeromq-dev (4.3.3-r0) 16:14:14 Executing busybox-1.31.1-r19.trigger 16:14:14 OK: 167 MiB in 44 packages 16:14:15 Removing intermediate container 14f4cc877523 16:14:15 ---> cb3005cf8bed 16:14:15 Step 6/8 : WORKDIR /build 16:14:15 ---> Running in 21a25289251d 16:14:15 Removing intermediate container 21a25289251d 16:14:15 ---> 799bd9a68a87 16:14:15 Step 7/8 : COPY go.mod . 16:14:15 ---> fd6521dcaa1f 16:14:15 Step 8/8 : RUN go mod download 16:14:15 ---> Running in 463f44b18c3d 16:14:20 00ac8860ef70: Pull complete 16:14:20 63d7cb157983: Pull complete 16:14:20 b116817d02f9: Pull complete 16:14:24 745a02a5169b: Pull complete 16:14:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:14:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:14:24 ---> b7e6874047d6 16:14:24 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:14:24 20.10.0: Pulling from library/docker 16:14:24 a3cc7d3b244e: Pulling fs layer 16:14:24 02a3295e0d61: Pulling fs layer 16:14:24 0f4f2e6d8100: Pulling fs layer 16:14:24 330b718f631f: Pulling fs layer 16:14:24 a93816041522: Pulling fs layer 16:14:24 bdb6da89ff94: Pulling fs layer 16:14:24 2a70c0c122f4: Pulling fs layer 16:14:24 330b718f631f: Waiting 16:14:24 bdb6da89ff94: Waiting 16:14:24 2a70c0c122f4: Waiting 16:14:24 a93816041522: Waiting 16:14:24 0f4f2e6d8100: Download complete 16:14:24 02a3295e0d61: Verifying Checksum 16:14:24 02a3295e0d61: Download complete 16:14:24 a3cc7d3b244e: Verifying Checksum 16:14:24 a3cc7d3b244e: Download complete 16:14:24 bdb6da89ff94: Download complete 16:14:24 2a70c0c122f4: Download complete 16:14:24 a3cc7d3b244e: Pull complete 16:14:25 a93816041522: Verifying Checksum 16:14:25 a93816041522: Download complete 16:14:25 02a3295e0d61: Pull complete 16:14:26 0f4f2e6d8100: Pull complete 16:14:26 330b718f631f: Download complete 16:14:29 330b718f631f: Pull complete 16:14:29 a93816041522: Pull complete 16:14:29 bdb6da89ff94: Pull complete 16:14:30 2a70c0c122f4: Pull complete 16:14:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:14:30 Status: Downloaded newer image for docker:20.10.0 16:14:37 ---> cb63905f6e94 16:14:37 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:14:37 ---> Running in 177dac88ce9d 16:14:37 Removing intermediate container 177dac88ce9d 16:14:37 ---> 7ebd5efb9f0b 16:14:37 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:14:37 ---> Running in 166b6427a3d6 16:14:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:39 (1/5) Installing libsodium (1.0.18-r0) 16:14:39 (2/5) Installing libzmq (4.3.3-r0) 16:14:39 (3/5) Installing pkgconf (1.7.2-r0) 16:14:39 (4/5) Installing libsodium-dev (1.0.18-r0) 16:14:40 (5/5) Installing zeromq-dev (4.3.3-r0) 16:14:40 Executing busybox-1.31.1-r19.trigger 16:14:40 OK: 144 MiB in 44 packages 16:14:41 Removing intermediate container 166b6427a3d6 16:14:41 ---> c2c16b8c3822 16:14:41 Step 6/8 : WORKDIR /build 16:14:41 ---> Running in 9e169a336fb9 16:14:42 Removing intermediate container 9e169a336fb9 16:14:42 ---> c970e495c4d7 16:14:42 Step 7/8 : COPY go.mod . 16:14:42 Removing intermediate container 463f44b18c3d 16:14:42 ---> 89e5afe9aa59 16:14:42 Successfully built 89e5afe9aa59 16:14:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:14:42 ---> f92e5c49aa7a 16:14:42 Step 8/8 : RUN go mod download 16:14:42 + docker inspect -f . ci-base-image-x86_64 16:14:42 . [Pipeline] withDockerContainer 16:14:43 ---> Running in 8c04ccf8b966 16:14:43 prd-centos7-docker-4c-2g-25584 does not seem to be running inside a container 16:14:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@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 16:14:44 $ docker top 16265151709d19d7ea0684d8789bbce384cfbca87cc176b6f3639c4778c5a90e -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:44 + go version 16:14:44 go version go1.15.5 linux/amd64 [Pipeline] } 16:14:44 $ docker stop --time=1 16265151709d19d7ea0684d8789bbce384cfbca87cc176b6f3639c4778c5a90e 16:14:46 $ docker rm -f 16265151709d19d7ea0684d8789bbce384cfbca87cc176b6f3639c4778c5a90e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:47 + docker inspect -f . ci-base-image-x86_64 16:14:47 . [Pipeline] withDockerContainer 16:14:47 prd-centos7-docker-4c-2g-25584 does not seem to be running inside a container 16:14:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@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 16:14:48 $ docker top bf7a5ae4610560d567af247477d50d0848e3e043b6e86576d695c4562257ccc4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:48 + make test 16:14:48 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:14:50 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 16:14:58 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.035s coverage: 82.6% of statements 16:15:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.029s coverage: 50.1% of statements 16:15:06 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 16:15:06 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:15:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.029s coverage: 61.5% of statements 16:15:06 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:15:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.394s coverage: 71.7% of statements 16:15:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 16:15:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 16:15:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:15:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 16:15:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 16:15:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:15:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.012s coverage: 97.0% of statements 16:15:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:15:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.022s coverage: 8.8% of statements 16:15:09 Removing intermediate container 8c04ccf8b966 16:15:09 ---> 8182a1496329 16:15:09 Successfully built 8182a1496329 16:15:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:15:10 + docker inspect -f . ci-base-image-arm64 16:15:10 . [Pipeline] withDockerContainer 16:15:10 prd-ubuntu18.04-docker-arm64-4c-16g-25581 does not seem to be running inside a container 16:15:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@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 16:15:12 $ docker top e62a01f3319994cf72d1f5c94d466dc2472bc3ebbedbf66ec5e7d4dd68b11acc -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:13 + go version 16:15:13 go version go1.15.5 linux/arm64 [Pipeline] } 16:15:13 $ docker stop --time=1 e62a01f3319994cf72d1f5c94d466dc2472bc3ebbedbf66ec5e7d4dd68b11acc 16:15:15 $ docker rm -f e62a01f3319994cf72d1f5c94d466dc2472bc3ebbedbf66ec5e7d4dd68b11acc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:16 + docker inspect -f . ci-base-image-arm64 16:15:16 . [Pipeline] withDockerContainer 16:15:16 prd-ubuntu18.04-docker-arm64-4c-16g-25581 does not seem to be running inside a container 16:15:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/176 -v /w/workspace/app-functions-sdk-go/176:/w/workspace/app-functions-sdk-go/176:rw,z -v /w/workspace/app-functions-sdk-go/176@tmp:/w/workspace/app-functions-sdk-go/176@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 16:15:17 $ docker top 73b40aa6f3377b0e663f9018bdc0b11722d6eecbf26cf9c48481deffde0bd6e5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:18 + make test 16:15:18 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:15:20 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 16:15:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.841s coverage: 77.5% of statements 16:15:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 16:15:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.018s coverage: 87.9% of statements 16:15:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.018s coverage: 80.5% of statements 16:15:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.007s coverage: 71.7% of statements 16:15:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.047s coverage: 82.2% of statements 16:15:35 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements 16:15:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:15:39 gofmt -l . 16:15:39 [ "`gofmt -l .`" = "" ] 16:15:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:15:39 $ docker stop --time=1 bf7a5ae4610560d567af247477d50d0848e3e043b6e86576d695c4562257ccc4 16:15:41 $ docker rm -f bf7a5ae4610560d567af247477d50d0848e3e043b6e86576d695c4562257ccc4 [Pipeline] // withDockerContainer [Pipeline] sh 16:15:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:15:42 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] } 16:15:47 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.100s coverage: 82.6% of statements 16:16:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.068s coverage: 50.1% of statements 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:16:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.122s coverage: 61.5% of statements 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:16:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.094s coverage: 71.7% of statements 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:16:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.029s coverage: 97.0% of statements 16:16:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:16:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.046s coverage: 8.8% of statements 16:16:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.878s coverage: 77.5% of statements 16:16:21 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 16:16:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.056s coverage: 87.9% of statements 16:16:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.035s coverage: 80.5% of statements 16:16:21 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.029s coverage: 71.7% of statements 16:16:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.089s coverage: 82.2% of statements 16:16:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements 16:16:36 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:16:47 gofmt -l . 16:16:47 [ "`gofmt -l .`" = "" ] 16:16:47 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:16:47 $ docker stop --time=1 73b40aa6f3377b0e663f9018bdc0b11722d6eecbf26cf9c48481deffde0bd6e5 16:16:49 $ docker rm -f 73b40aa6f3377b0e663f9018bdc0b11722d6eecbf26cf9c48481deffde0bd6e5 [Pipeline] // withDockerContainer [Pipeline] sh 16:16:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:16:50 Warning: overwriting stash ‘coverage-report’ 16:16:51 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:16:53 provisioning config files... 16:16:53 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8172977816509958379tmp [Pipeline] { [Pipeline] sh 16:16:53 + set +x 16:16:53 + curl -s https://codecov.io/bash 16:16:53 + bash -s -- 16:16:53 16:16:53 _____ _ 16:16:53 / ____| | | 16:16:53 | | ___ __| | ___ ___ _____ __ 16:16:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:16:53 | |___| (_) | (_| | __/ (_| (_) \ V / 16:16:53 \_____\___/ \__,_|\___|\___\___/ \_/ 16:16:53 Bash-20210129-7c25fce 16:16:53 16:16:53 16:16:53 ==> git version 2.24.3 found 16:16:53 ==> 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 16:16:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:16:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:16:53 ==> Jenkins CI detected. 16:16:53 project root: . 16:16:53 --> token set from env 16:16:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:16:53 ==> Running gcov in . (disable via -X gcov) 16:16:53 ==> Python coveragepy not found 16:16:53 ==> Searching for coverage reports in: 16:16:53 + . 16:16:53 -> Found 1 reports 16:16:53 ==> Detecting git/mercurial file structure 16:16:53 ==> Reading reports 16:16:53 + ./coverage.out bytes=79698 16:16:53 ==> Appending adjustments 16:16:53 https://docs.codecov.io/docs/fixing-reports 16:16:54 + Found adjustments 16:16:54 ==> Gzipping contents 16:16:54 16K /tmp/codecov.G2eM4J.gz 16:16:54 ==> Uploading reports 16:16:54 url: https://codecov.io 16:16:54 query: branch=master&commit=583298e4aa671ff36305015a0780c544e6ee2721&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:54 -> Pinging Codecov 16:16:54 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=583298e4aa671ff36305015a0780c544e6ee2721&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F176%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:54 -> Uploading to 16:16:54 https://storage.googleapis.com/codecov/v4/raw/2021-02-08/3D8B5DFFC46A037C893635FACE044666/583298e4aa671ff36305015a0780c544e6ee2721/410c28de-c66e-43b1-b6c1-d8ca76dd420a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T161654Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4bf19613b6b5919d9e20f1e9beaa7d8cd1028e885e7978a10565e617e5104d99 16:16:54 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:54 Dload Upload Total Spent Left Speed 16:16:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13606 0 0 100 13606 0 32261 --:--:-- --:--:-- --:--:-- 32241 16:16:55 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] } 16:16:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:16:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:16:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:55 16:16:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:16:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:16:56 188c0c94c7c5: Pulling fs layer 16:16:56 0ef7d3d256c8: Pulling fs layer 16:16:56 de9db76c5a1d: Pulling fs layer 16:16:56 0eba1c9be4d2: Pulling fs layer 16:16:56 0d57e429df01: Pulling fs layer 16:16:56 4e4be7b47b0d: Pulling fs layer 16:16:56 e1f770b5df2f: Pulling fs layer 16:16:56 85a0685a4137: Pulling fs layer 16:16:56 0d57e429df01: Waiting 16:16:56 0eba1c9be4d2: Waiting 16:16:56 4e4be7b47b0d: Waiting 16:16:56 e1f770b5df2f: Waiting 16:16:56 85a0685a4137: Waiting 16:16:56 de9db76c5a1d: Download complete 16:16:56 0ef7d3d256c8: Verifying Checksum 16:16:56 0ef7d3d256c8: Download complete 16:16:56 0d57e429df01: Verifying Checksum 16:16:56 0d57e429df01: Download complete 16:16:56 4e4be7b47b0d: Verifying Checksum 16:16:56 4e4be7b47b0d: Download complete 16:16:56 188c0c94c7c5: Verifying Checksum 16:16:56 188c0c94c7c5: Download complete 16:16:56 188c0c94c7c5: Pull complete 16:16:56 0ef7d3d256c8: Pull complete 16:16:57 de9db76c5a1d: Pull complete 16:16:57 e1f770b5df2f: Verifying Checksum 16:16:57 e1f770b5df2f: Download complete 16:16:59 0eba1c9be4d2: Verifying Checksum 16:16:59 0eba1c9be4d2: Download complete 16:16:59 85a0685a4137: Verifying Checksum 16:16:59 85a0685a4137: Download complete 16:17:06 0eba1c9be4d2: Pull complete 16:17:06 0d57e429df01: Pull complete 16:17:06 4e4be7b47b0d: Pull complete 16:17:07 e1f770b5df2f: Pull complete 16:17:16 85a0685a4137: Pull complete 16:17:16 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:17:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:17:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:17:16 prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container 16:17:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:17:17 $ docker top 24d0c3352a49dbbeaf465b18fe36a679a58f3ba458269dc3e8d475950e20f4b9 -eo pid,comm [Pipeline] { [Pipeline] echo 16:17:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:17:17 + set -o pipefail 16:17:17 + snyk monitor '--org=edgex-jenkins' 16:17:30 16:17:30 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 16:17:30 16:17:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/0e63a881-4aff-494a-b6ce-9182711e277b 16:17:30 16:17:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:17:30 16:17:30 [Pipeline] } 16:17:30 $ docker stop --time=1 24d0c3352a49dbbeaf465b18fe36a679a58f3ba458269dc3e8d475950e20f4b9 16:17:33 $ docker rm -f 24d0c3352a49dbbeaf465b18fe36a679a58f3ba458269dc3e8d475950e20f4b9 [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 16:17:34 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:17:34 provisioning config files... 16:17:34 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config865727462393080597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:17:34 --> edgex-publish-swagger.sh 16:17:34 === Publish openapi/v2 API === 16:17:34 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:17:34 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 16:17:34 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:34 Dload Upload Total Spent Left Speed 16:17:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10960 0:00:01 0:00:01 --:--:-- 10968 100 13052 0 0 100 13052 0 10959 0:00:01 0:00:01 --:--:-- 10968 16:17:36 16:17:36 [Pipeline] } 16:17:36 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 16:17:37 + git log --format=format:%s -1 583298e4aa671ff36305015a0780c544e6ee2721 [Pipeline] isUnix [Pipeline] sh 16:17:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:37 . [Pipeline] withDockerContainer 16:17:37 prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container 16:17:37 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:17:38 $ docker top f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:39 [ssh-agent] Looking for ssh-agent implementation... 16:17:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:39 $ docker exec f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 ssh-agent 16:17:39 SSH_AUTH_SOCK=/tmp/ssh-6Vv1MtIWQSUG/agent.13 16:17:39 SSH_AGENT_PID=18 16:17:39 Running ssh-add (command line suppressed) 16:17:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8054971685121649701.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8054971685121649701.key) 16:17:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:39 + git semver tag 16:17:39 # -> Open(): unable to determine branch for HEAD 16:17:39 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:17:39 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:17:39 # $SEMVER_REMOTE_NAME = origin 16:17:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:17:39 # $SEMVER_USER_NAME = edgex-jenkins 16:17:39 # $SEMVER_BRANCH = master 16:17:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:17:39 # 583298e4aa671ff36305015a0780c544e6ee2721 HEAD 16:17:39 # -> Force: false 16:17:39 # 4bf1900778fcbdbb9542bb5a69b74c53be35921b refs/tags/v2.0.0-dev.9 [Pipeline] } 16:17:39 $ docker exec --env ******** --env ******** f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 ssh-agent -k 16:17:40 unset SSH_AUTH_SOCK; 16:17:40 unset SSH_AGENT_PID; 16:17:40 echo Agent pid 18 killed; 16:17:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:40 + git semver [Pipeline] } 16:17:40 $ docker stop --time=1 f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 16:17:42 $ docker rm -f f7f787de75d0cdb779f3e03cd7846ca1972a8f0fe00d42a3abff1df8ae4f5b84 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:17:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:42 16:17:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:17:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:43 0.23.1-centos7: Pulling from edgex-lftools 16:17:43 ab5ef0e58194: Pulling fs layer 16:17:43 9712f1f96733: Pulling fs layer 16:17:43 63f879dbbcfc: Pulling fs layer 16:17:43 0d9ebad4ef96: Pulling fs layer 16:17:43 e9a5061849ea: Pulling fs layer 16:17:43 d747dcd14b5f: Pulling fs layer 16:17:43 2de7ff778b66: Pulling fs layer 16:17:43 e9a5061849ea: Waiting 16:17:43 d747dcd14b5f: Waiting 16:17:43 2de7ff778b66: Waiting 16:17:43 0d9ebad4ef96: Waiting 16:17:43 9712f1f96733: Download complete 16:17:44 63f879dbbcfc: Verifying Checksum 16:17:44 63f879dbbcfc: Download complete 16:17:44 e9a5061849ea: Verifying Checksum 16:17:44 e9a5061849ea: Download complete 16:17:44 d747dcd14b5f: Verifying Checksum 16:17:44 d747dcd14b5f: Download complete 16:17:45 2de7ff778b66: Verifying Checksum 16:17:45 0d9ebad4ef96: Verifying Checksum 16:17:45 0d9ebad4ef96: Download complete 16:17:45 ab5ef0e58194: Verifying Checksum 16:17:45 ab5ef0e58194: Download complete 16:17:50 ab5ef0e58194: Pull complete 16:17:50 9712f1f96733: Pull complete 16:17:53 63f879dbbcfc: Pull complete 16:18:00 0d9ebad4ef96: Pull complete 16:18:01 e9a5061849ea: Pull complete 16:18:01 d747dcd14b5f: Pull complete 16:18:03 2de7ff778b66: Pull complete 16:18:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:18:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:18:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:18:04 prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container 16:18:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:18:07 $ docker top dbe8f844c378ee48fbc9552ecb57b093c507fd667beda201df082b5b09900b49 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:18:08 provisioning config files... 16:18:08 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7724010271959932219tmp 16:18:08 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config744221039065497171tmp 16:18:08 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6658264844882724391tmp [Pipeline] { [Pipeline] echo 16:18:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:18:08 ---> sigul-configuration.sh 16:18:08 gpg: directory `/root/.gnupg' created 16:18:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:18:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:18:08 gpg: keyring `/root/.gnupg/secring.gpg' created 16:18:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:18:08 gpg: CAST5 encrypted data 16:18:08 gpg: encrypted with 1 passphrase 16:18:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:18:09 + mkdir /home/jenkins 16:18:09 + mkdir /home/jenkins/sigul [Pipeline] sh 16:18:09 + 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 16:18:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:18:09 ---> sigul-install.sh 16:18:15 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:18:15 + git tag --list 16:18:15 v0.1.0 16:18:15 v0.1.1 16:18:15 v1.0.0 16:18:15 v1.1.0 16:18:15 v1.2.0 16:18:15 v1.3.0 16:18:15 v1.3.1 16:18:15 v1.3.1-dev.1 16:18:15 v2.0.0-dev.1 16:18:15 v2.0.0-dev.2 16:18:15 v2.0.0-dev.3 16:18:15 v2.0.0-dev.4 16:18:15 v2.0.0-dev.5 16:18:15 v2.0.0-dev.6 16:18:15 v2.0.0-dev.7 16:18:15 v2.0.0-dev.8 16:18:15 v2.0.0-dev.9 [Pipeline] sh 16:18:15 + lftools sign git-tag v2.0.0-dev.9 16:18:17 Signing Git tag with Sigul... 16:18:17 Signing v2.0.0-dev.9 [Pipeline] echo 16:18:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:18:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:18:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:18:18 $ docker stop --time=1 dbe8f844c378ee48fbc9552ecb57b093c507fd667beda201df082b5b09900b49 16:18:21 $ docker rm -f dbe8f844c378ee48fbc9552ecb57b093c507fd667beda201df082b5b09900b49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:18:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:21 . [Pipeline] withDockerContainer 16:18:22 prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container 16:18: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:18:23 $ docker top 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:23 [ssh-agent] Looking for ssh-agent implementation... 16:18:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:23 $ docker exec 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a ssh-agent 16:18:24 SSH_AUTH_SOCK=/tmp/ssh-TEiiIYT2SaZq/agent.12 16:18:24 SSH_AGENT_PID=17 16:18:24 Running ssh-add (command line suppressed) 16:18:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_376868185255813508.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_376868185255813508.key) 16:18:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:24 + git semver bump pre 16:18:24 # -> Open(): unable to determine branch for HEAD 16:18:24 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:18:24 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:18:24 # $SEMVER_REMOTE_NAME = origin 16:18:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:18:24 # $SEMVER_USER_NAME = edgex-jenkins 16:18:24 # $SEMVER_BRANCH = master 16:18:24 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:18:24 2.0.0-dev.10 [Pipeline] } 16:18:24 $ docker exec --env ******** --env ******** 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a ssh-agent -k 16:18:24 unset SSH_AUTH_SOCK; 16:18:24 unset SSH_AGENT_PID; 16:18:24 echo Agent pid 17 killed; 16:18:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:25 + git semver [Pipeline] } 16:18:25 $ docker stop --time=1 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a 16:18:26 $ docker rm -f 65fb0f1390e41e5cb9c44aeb11ab8408828055048d636fa0e172fc00005d563a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:18:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:27 . [Pipeline] withDockerContainer 16:18:27 prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container 16:18:27 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:18:27 $ docker top 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:28 [ssh-agent] Looking for ssh-agent implementation... 16:18:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:28 $ docker exec 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 ssh-agent 16:18:28 SSH_AUTH_SOCK=/tmp/ssh-vU7RlIQKpfpH/agent.12 16:18:28 SSH_AGENT_PID=17 16:18:28 Running ssh-add (command line suppressed) 16:18:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8750984174871238973.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8750984174871238973.key) 16:18:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:29 + git semver push 16:18:29 # -> Open(): unable to determine branch for HEAD 16:18:29 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:18:29 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:18:29 # $SEMVER_REMOTE_NAME = origin 16:18:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:18:29 # $SEMVER_USER_NAME = edgex-jenkins 16:18:29 # $SEMVER_BRANCH = master 16:18:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:18:37 $ docker exec --env ******** --env ******** 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 ssh-agent -k 16:18:37 unset SSH_AUTH_SOCK; 16:18:37 unset SSH_AGENT_PID; 16:18:37 echo Agent pid 17 killed; 16:18:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:38 + git semver [Pipeline] } 16:18:38 $ docker stop --time=1 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 16:18:39 $ docker rm -f 6a7c3dafe35bd6c7509725c1d9e50d623fcc2b47adcc5ce741092055a2d584f9 [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 16:18:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:18:41 ---> package-listing.sh 16:18:41 ++ facter osfamily 16:18:41 ++ tr '[:upper:]' '[:lower:]' 16:18:41 + OS_FAMILY=redhat 16:18:41 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:18:41 + START_PACKAGES=/tmp/packages_start.txt 16:18:41 + END_PACKAGES=/tmp/packages_end.txt 16:18:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:18:41 + PACKAGES=/tmp/packages_start.txt 16:18:41 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:18:41 + PACKAGES=/tmp/packages_end.txt 16:18:41 + case "${OS_FAMILY}" in 16:18:41 + rpm -qa 16:18:41 + sort 16:18:46 + '[' -f /tmp/packages_start.txt ']' 16:18:46 + '[' -f /tmp/packages_end.txt ']' 16:18:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:18:46 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:18:46 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:18:46 + 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 16:18:46 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 16:18:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:18:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:47 16:18:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:18:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:47 alpine: Pulling from edgex-lftools-log-publisher 16:18:47 df20fa9351a1: Pulling fs layer 16:18:47 36b3adc4ff6f: Pulling fs layer 16:18:47 8ad3a11d3b57: Pulling fs layer 16:18:47 46f8f816bc3b: Pulling fs layer 16:18:47 93b61091891f: Pulling fs layer 16:18:47 93b9cdb0e59b: Pulling fs layer 16:18:47 5e14af77c1be: Pulling fs layer 16:18:47 01666e4c0597: Pulling fs layer 16:18:47 aa168da1d23b: Pulling fs layer 16:18:47 93b61091891f: Waiting 16:18:47 93b9cdb0e59b: Waiting 16:18:47 5e14af77c1be: Waiting 16:18:47 01666e4c0597: Waiting 16:18:47 aa168da1d23b: Waiting 16:18:47 46f8f816bc3b: Waiting 16:18:47 36b3adc4ff6f: Download complete 16:18:47 46f8f816bc3b: Verifying Checksum 16:18:47 46f8f816bc3b: Download complete 16:18:47 df20fa9351a1: Verifying Checksum 16:18:47 93b9cdb0e59b: Verifying Checksum 16:18:47 93b9cdb0e59b: Download complete 16:18:47 5e14af77c1be: Verifying Checksum 16:18:47 5e14af77c1be: Download complete 16:18:48 93b61091891f: Download complete 16:18:48 01666e4c0597: Verifying Checksum 16:18:48 01666e4c0597: Download complete 16:18:48 8ad3a11d3b57: Verifying Checksum 16:18:48 8ad3a11d3b57: Download complete 16:18:48 df20fa9351a1: Pull complete 16:18:48 36b3adc4ff6f: Pull complete 16:18:50 8ad3a11d3b57: Pull complete 16:18:50 aa168da1d23b: Verifying Checksum 16:18:50 aa168da1d23b: Download complete 16:18:50 46f8f816bc3b: Pull complete 16:18:50 93b61091891f: Pull complete 16:18:51 93b9cdb0e59b: Pull complete 16:18:51 5e14af77c1be: Pull complete 16:18:51 01666e4c0597: Pull complete 16:18:59 aa168da1d23b: Pull complete 16:18:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:18:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:18:59 prd-centos7-docker-4c-2g-25575 does not seem to be running inside a container 16:18:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:19:02 $ docker top aa2ac98bc8e1d60c4fb2772d8355b4b1f24a71df536247b417446bd4eb0b4db5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:03 + touch /tmp/pre-build-complete [Pipeline] sh 16:19:03 + mkdir -p /var/log/sa [Pipeline] sh 16:19:04 + ls /var/log/sa-host 16:19:04 + sadf -c /var/log/sa-host/sa08 16:19:04 file_magic: OK 16:19:04 HZ: Using current value: 100 16:19:04 file_header: OK 16:19:04 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 16:19:04 Statistics: 16:19:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:19:04 File successfully converted to sysstat format version 12.2.1 16:19:04 + sadf -c /var/log/sa-host/sa23 16:19:04 file_magic: OK 16:19:04 HZ: Using current value: 100 16:19:04 file_header: OK 16:19:04 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 16:19:04 Statistics: 16:19:04 Hnuu...uuuununununu... 16:19:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:19:04 provisioning config files... 16:19:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3738494515679003370tmp [Pipeline] { [Pipeline] echo 16:19:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:19:04 ---> create-netrc.sh [Pipeline] } 16:19:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:19:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:19:05 ---> python-tools-install.sh [Pipeline] echo 16:19:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:19:05 ---> sudo-logs.sh 16:19:05 Archiving 'sudo' log.. [Pipeline] echo 16:19:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:19:05 ---> job-cost.sh 16:19:05 lf-activate-venv: SKIPPING 16:19:05 INFO: No Stack... 16:19:08 INFO: Retrieving Pricing Info for: v1-standard-2 16:19:08 INFO: Archiving Costs [Pipeline] echo 16:19:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:19:08 ---> logs-deploy.sh 16:19:08 lf-activate-venv: SKIPPING 16:19:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/176 16:19:08 INFO: archiving workspace using pattern(s): 16:19:10 Archives upload complete. 16:19:10 INFO: archiving logs to Nexus 16:19:11 ---> uname -a: 16:19:11 Linux prd-centos7-docker-4c-2g-25575.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:19:11 16:19:11 16:19:11 ---> lscpu: 16:19:11 Architecture: x86_64 16:19:11 CPU op-mode(s): 32-bit, 64-bit 16:19:11 Byte Order: Little Endian 16:19:11 Address sizes: 40 bits physical, 48 bits virtual 16:19:11 CPU(s): 4 16:19:11 On-line CPU(s) list: 0-3 16:19:11 Thread(s) per core: 1 16:19:11 Core(s) per socket: 1 16:19:11 Socket(s): 4 16:19:11 NUMA node(s): 1 16:19:11 Vendor ID: GenuineIntel 16:19:11 CPU family: 6 16:19:11 Model: 44 16:19:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:19:11 Stepping: 1 16:19:11 CPU MHz: 2933.438 16:19:11 BogoMIPS: 5866.87 16:19:11 Virtualization: VT-x 16:19:11 Hypervisor vendor: KVM 16:19:11 Virtualization type: full 16:19:11 L1d cache: 128 KiB 16:19:11 L1i cache: 128 KiB 16:19:11 L2 cache: 16 MiB 16:19:11 L3 cache: 64 MiB 16:19:11 NUMA node0 CPU(s): 0-3 16:19:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:19:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:19:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:19:11 Vulnerability Meltdown: Mitigation; PTI 16:19:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:19:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:19:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:19:11 Vulnerability Srbds: Not affected 16:19:11 Vulnerability Tsx async abort: Not affected 16:19:11 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 16:19:11 16:19:11 16:19:11 ---> nproc: 16:19:11 4 16:19:11 16:19:11 16:19:11 ---> df -h: 16:19:11 Filesystem Size Used Available Use% Mounted on 16:19:11 overlay 50.0G 8.6G 41.4G 17% / 16:19:11 tmpfs 64.0M 0 64.0M 0% /dev 16:19:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:19:11 shm 64.0M 0 64.0M 0% /dev/shm 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 16:19:11 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 16:19:11 16:19:11 16:19:11 ---> free -m: 16:19:11 total used free shared buff/cache available 16:19:11 Mem: 1837 818 145 0 873 953 16:19:11 Swap: 1023 3 1020 16:19:11 16:19:11 16:19:11 ---> ip addr: 16:19:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:19:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:19:11 inet 127.0.0.1/8 scope host lo 16:19:11 valid_lft forever preferred_lft forever 16:19:11 inet6 ::1/128 scope host 16:19:11 valid_lft forever preferred_lft forever 16:19:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:19:11 link/ether fa:16:3e:b8:5d:6d brd ff:ff:ff:ff:ff:ff 16:19:11 inet 10.30.123.58/23 brd 10.30.123.255 scope global dynamic eth0 16:19:11 valid_lft 85882sec preferred_lft 85882sec 16:19:11 inet6 fe80::f816:3eff:feb8:5d6d/64 scope link 16:19:11 valid_lft forever preferred_lft forever 16:19:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:19:11 link/ether 02:42:c1:46:b1:7d brd ff:ff:ff:ff:ff:ff 16:19:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:19:11 valid_lft forever preferred_lft forever 16:19:11 inet6 fe80::42:c1ff:fe46:b17d/64 scope link 16:19:11 valid_lft forever preferred_lft forever 16:19:11 16:19:11 16:19:11 ---> sar -b -r -n DEV: 16:19:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 16:19:11 16:19:11 16:10:21 LINUX RESTART (4 CPU) 16:19:11 16:19:11 16:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:19:11 16:12:01 49.54 14.41 35.13 0.00 4587.92 4145.60 0.00 16:19:11 16:13:01 1.90 0.00 1.90 0.00 0.00 37.68 0.00 16:19:11 16:14:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 16:19:11 16:15:02 0.27 0.00 0.27 0.00 0.00 3.33 0.00 16:19:11 16:16:01 0.17 0.00 0.17 0.00 0.00 2.52 0.00 16:19:11 16:17:01 17.74 2.30 15.45 0.00 351.11 10240.98 0.00 16:19:11 16:18:01 388.75 195.43 193.33 0.00 9204.33 49756.51 0.00 16:19:11 16:19:01 213.33 99.62 113.71 0.00 7535.86 27681.92 0.00 16:19:11 Average: 84.24 39.09 45.16 0.00 2718.04 11518.24 0.00 16:19:11 16:19:11 16:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:19:11 16:12:01 224632 0 592028 31.47 2620 1062264 1105356 37.72 409712 1048768 16 16:19:11 16:13:01 228320 0 588332 31.27 2620 1062272 1083324 36.97 409648 1045632 8 16:19:11 16:14:01 228332 0 588316 31.27 2620 1062276 1083396 36.97 422148 1033404 8 16:19:11 16:15:02 227328 0 589320 31.32 2620 1062276 1083372 36.97 423688 1032840 8 16:19:11 16:16:01 227608 0 589032 31.31 2620 1062284 1083408 36.97 439420 1017324 20 16:19:11 16:17:01 77884 0 665900 35.39 2620 1135140 1518852 51.84 531984 1060740 8260 16:19:11 16:18:01 125256 0 803564 42.71 1852 950872 1528156 52.15 582296 860384 88028 16:19:11 16:19:01 195404 0 820792 43.62 960 864388 1301620 44.42 548856 767684 252 16:19:11 Average: 191846 0 654660 34.79 2316 1032722 1223436 41.75 470969 983347 12075 16:19:11 16:19:11 16:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:19:11 16:12:01 eth0 255.75 198.04 755.14 44.75 0.00 0.00 0.00 0.00 16:19:11 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:12:01 docker0 96.51 94.39 8.42 306.11 0.00 0.00 0.00 0.00 16:19:11 16:13:01 eth0 4.05 0.27 0.61 0.20 0.00 0.00 0.00 0.00 16:19:11 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:14:01 eth0 2.11 0.90 0.86 0.60 0.00 0.00 0.00 0.00 16:19:11 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:15:02 eth0 2.46 0.32 0.44 0.21 0.00 0.00 0.00 0.00 16:19:11 16:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:16:01 eth0 2.49 0.83 1.02 0.66 0.00 0.00 0.00 0.00 16:19:11 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:17:01 eth0 412.47 353.32 4067.31 27.25 0.00 0.00 0.00 0.00 16:19:11 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:18:01 eth0 455.70 400.98 3422.94 100.24 0.00 0.00 0.00 0.00 16:19:11 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:18:01 docker0 38.38 38.75 3.52 197.11 0.00 0.00 0.00 0.00 16:19:11 16:19:01 eth0 368.73 271.61 2443.88 78.51 0.00 0.00 0.00 0.00 16:19:11 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 16:19:01 docker0 53.09 89.03 2.98 220.44 0.00 0.00 0.00 0.00 16:19:11 Average: eth0 188.50 153.72 1340.42 31.64 0.00 0.00 0.00 0.00 16:19:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:11 Average: docker0 23.56 27.86 1.87 90.71 0.00 0.00 0.00 0.00 16:19:11 16:19:11 16:19:11 ---> sar -P ALL: 16:19:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 16:19:11 16:19:11 16:10:21 LINUX RESTART (4 CPU) 16:19:11 16:19:11 16:11:01 CPU %user %nice %system %iowait %steal %idle 16:19:11 16:12:01 all 4.18 0.00 2.47 1.05 0.06 92.24 16:19:11 16:12:01 0 3.20 0.00 2.29 1.51 0.05 92.95 16:19:11 16:12:01 1 4.34 0.00 2.49 0.18 0.07 92.93 16:19:11 16:12:01 2 3.70 0.00 2.20 0.18 0.05 93.87 16:19:11 16:12:01 3 5.49 0.00 2.91 2.31 0.07 89.22 16:19:11 16:13:01 all 0.08 0.00 0.06 0.00 0.01 99.86 16:19:11 16:13:01 0 0.12 0.00 0.05 0.00 0.02 99.82 16:19:11 16:13:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:19:11 16:13:01 2 0.08 0.00 0.08 0.00 0.02 99.82 16:19:11 16:13:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:19:11 16:14:01 all 0.19 0.00 0.07 0.00 0.01 99.73 16:19:11 16:14:01 0 0.47 0.00 0.03 0.00 0.00 99.50 16:19:11 16:14:01 1 0.08 0.00 0.10 0.00 0.02 99.80 16:19:11 16:14:01 2 0.17 0.00 0.10 0.00 0.02 99.72 16:19:11 16:14:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:19:11 16:15:02 all 0.18 0.00 0.03 0.00 0.00 99.78 16:19:11 16:15:02 0 0.48 0.00 0.02 0.00 0.00 99.50 16:19:11 16:15:02 1 0.12 0.00 0.03 0.00 0.02 99.83 16:19:11 16:15:02 2 0.05 0.00 0.03 0.00 0.00 99.92 16:19:11 16:15:02 3 0.08 0.00 0.03 0.00 0.00 99.88 16:19:11 16:16:01 all 0.19 0.00 0.10 0.00 0.01 99.70 16:19:11 16:16:01 0 0.07 0.00 0.02 0.00 0.00 99.92 16:19:11 16:16:01 1 0.20 0.00 0.27 0.00 0.03 99.49 16:19:11 16:16:01 2 0.39 0.00 0.05 0.00 0.00 99.56 16:19:11 16:16:01 3 0.10 0.00 0.05 0.00 0.02 99.83 16:19:11 16:17:01 all 2.54 0.00 1.68 0.06 0.02 95.71 16:19:11 16:17:01 0 2.42 0.00 1.73 0.02 0.02 95.81 16:19:11 16:17:01 1 2.81 0.00 1.69 0.03 0.00 95.47 16:19:11 16:17:01 2 2.24 0.00 1.42 0.10 0.02 96.22 16:19:11 16:17:01 3 2.68 0.00 1.86 0.10 0.03 95.33 16:19:11 16:18:01 all 14.73 0.00 11.14 3.68 0.13 70.32 16:19:11 16:18:01 0 14.09 0.00 12.34 3.99 0.12 69.46 16:19:11 16:18:01 1 15.42 0.00 10.62 4.32 0.14 69.51 16:19:11 16:18:01 2 13.90 0.00 10.88 3.30 0.16 71.77 16:19:11 16:18:01 3 15.52 0.00 10.74 3.09 0.12 70.53 16:19:11 16:19:01 all 9.96 0.00 7.59 3.62 0.10 78.73 16:19:11 16:19:01 0 8.99 0.00 8.02 2.23 0.05 80.71 16:19:11 16:19:01 1 8.65 0.00 7.27 4.59 0.12 79.37 16:19:11 16:19:01 2 9.07 0.00 7.88 3.66 0.09 79.31 16:19:11 16:19:01 3 13.16 0.00 7.20 4.01 0.14 75.50 16:19:11 Average: all 3.95 0.00 2.85 1.04 0.04 92.12 16:19:11 Average: 0 3.68 0.00 3.02 0.96 0.03 92.32 16:19:11 Average: 1 3.91 0.00 2.78 1.12 0.05 92.14 16:19:11 Average: 2 3.65 0.00 2.79 0.89 0.04 92.63 16:19:11 Average: 3 4.57 0.00 2.81 1.17 0.05 91.40 16:19:11 16:19:11 16:19:11