Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17781 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 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 Commit message: "refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622)" > git rev-list --no-walk fb6bb540a8cb6df0ab3c7959dfb0879070efde55 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:51:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:51:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:51:56 ========================================================= 17:51:56 EdgeX Global Pipelines Version Info 17:51:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:51:58 ------------------- 17:51:58 stable info: 17:51:58 ------------------- 17:51:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:58 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:51:58 Message: update stable to v1.0.173 17:51:59 ------------------- 17:51:59 experimental info: 17:51:59 ------------------- 17:51:59 Commited By: **** collab-it+edgex@linuxfoundation.org 17:51:59 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:51:59 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] echo 17:52:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 64c59fd [Pipeline] echo 17:52:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:52:03 + git log --format=format:%s -1 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] echo 17:52:03 GIT_COMMIT: 64c59fdf6547fcf47d5506b3c4fc6694315e7d80, Commit Message: refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622) [Pipeline] echo 17:52:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:52:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:05 17:52:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:52:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:05 latest: Pulling from edgex-devops/git-semver 17:52:05 31603596830f: Pulling fs layer 17:52:05 2a8b12db71e7: Pulling fs layer 17:52:05 6ca5941a6612: Pulling fs layer 17:52:05 ecc8261a40a4: Pulling fs layer 17:52:05 ecc8261a40a4: Waiting 17:52:05 2a8b12db71e7: Download complete 17:52:05 31603596830f: Verifying Checksum 17:52:05 31603596830f: Download complete 17:52:06 ecc8261a40a4: Verifying Checksum 17:52:06 ecc8261a40a4: Download complete 17:52:06 6ca5941a6612: Verifying Checksum 17:52:06 6ca5941a6612: Download complete 17:52:06 31603596830f: Pull complete 17:52:06 2a8b12db71e7: Pull complete 17:52:07 6ca5941a6612: Pull complete 17:52:07 ecc8261a40a4: Pull complete 17:52:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:52:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:52:07 prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container 17:52:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:52:10 $ docker top 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:10 [ssh-agent] Looking for ssh-agent implementation... 17:52:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:11 $ docker exec 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent 17:52:11 SSH_AUTH_SOCK=/tmp/ssh-S2TPHMip4Q6y/agent.12 17:52:11 SSH_AGENT_PID=17 17:52:11 Running ssh-add (command line suppressed) 17:52:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2455984479499884014.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2455984479499884014.key) 17:52:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:11 + git tag --points-at HEAD [Pipeline] } 17:52:11 $ docker exec --env ******** --env ******** 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent -k 17:52:11 unset SSH_AUTH_SOCK; 17:52:11 unset SSH_AGENT_PID; 17:52:11 echo Agent pid 17 killed; 17:52:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:52:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:12 [ssh-agent] Looking for ssh-agent implementation... 17:52:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:12 $ docker exec 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent 17:52:12 SSH_AUTH_SOCK=/tmp/ssh-tPhwIXOqm1bG/agent.46 17:52:12 SSH_AGENT_PID=52 17:52:12 Running ssh-add (command line suppressed) 17:52:12 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3365466364516344663.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3365466364516344663.key) 17:52:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:12 + git semver init 17:52:12 # -> Open(): unable to determine branch for HEAD 17:52:12 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:52:12 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:52:12 # $SEMVER_REMOTE_NAME = origin 17:52:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:52:12 # $SEMVER_USER_NAME = edgex-jenkins 17:52:12 # $SEMVER_BRANCH = master 17:52:12 # $SEMVER_TEMP = /tmp/semver-097756327 17:52:12 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:52:15 # '/tmp/semver-097756327' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:52:15 # -> Force: false 17:52:15 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:52:15 $ docker exec --env ******** --env ******** 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 ssh-agent -k 17:52:15 unset SSH_AUTH_SOCK; 17:52:15 unset SSH_AGENT_PID; 17:52:15 echo Agent pid 52 killed; 17:52:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:16 + git semver [Pipeline] } 17:52:16 $ docker stop --time=1 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 17:52:17 $ docker rm -f 711846b196e5045c5ef12a1a9cf8d630aad1d6ef1fddab9076add5de1704af23 [Pipeline] // withDockerContainer [Pipeline] sh 17:52:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:52:18 Stashed 1 file(s) [Pipeline] echo 17:52:18 [edgeXSemver]: initialized semver on version 1.3.1-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 17:52:34 Still waiting to schedule task 17:52:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:52:34 Still waiting to schedule task 17:52:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:54:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17783 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:54:26 Running in /w/workspace/app-functions-sdk-go/158 [Pipeline] { [Pipeline] checkout 17:54:28 Running on prd-centos7-docker-4c-2g-17786 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:54:28 Running in /w/workspace/app-functions-sdk-go/158 [Pipeline] { [Pipeline] checkout 17:54:31 using credential edgex-jenkins-ssh 17:54:31 Cloning the remote Git repository 17:54:31 using credential edgex-jenkins-ssh 17:54:31 Cloning the remote Git repository 17:54:30 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:54:31 > git init /w/workspace/app-functions-sdk-go/158 # timeout=10 17:54:31 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:54:31 > git --version # timeout=10 17:54:31 > git --version # 'git version 2.24.3' 17:54:31 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:54:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:54:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:54:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:54:31 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:54:32 > git init /w/workspace/app-functions-sdk-go/158 # timeout=10 17:54:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:54:32 > git --version # timeout=10 17:54:32 > git --version # 'git version 2.17.1' 17:54:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:33 Checking out Revision 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 (master) 17:54:33 > git config core.sparsecheckout # timeout=10 17:54:33 > git checkout -f 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 17:54:35 Checking out Revision 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 (master) 17:54:35 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:54:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:35 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:54:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:54:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:54:36 Commit message: "refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622)" 17:54:35 > git config core.sparsecheckout # timeout=10 17:54:35 > git checkout -f 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:54:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:54:38 + sudo service docker restart 17:54:38 + true 17:54:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash 17:54:40 Commit message: "refactor: Use common SecretsRequest DTO from go-mod-core-contracts (#622)" [Pipeline] echo 17:54:40 ========================================================= 17:54:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:54:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:54:40 + 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 . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 17:54:41 Sending build context to Docker daemon 19.07MB [Pipeline] sh 17:54:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:54:41 Step 2/8 : FROM ${BASE} 17:54:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:54:41 188c0c94c7c5: Pulling fs layer 17:54:41 0ef7d3d256c8: Pulling fs layer 17:54:41 de9db76c5a1d: Pulling fs layer 17:54:41 bca2f99d35d6: Pulling fs layer 17:54:41 93359f2a8cfa: Pulling fs layer 17:54:41 7c6f9722023f: Pulling fs layer 17:54:41 a35cf1a2eb13: Pulling fs layer 17:54:41 bca2f99d35d6: Waiting 17:54:41 93359f2a8cfa: Waiting 17:54:41 7c6f9722023f: Waiting 17:54:41 a35cf1a2eb13: Waiting 17:54:41 de9db76c5a1d: Verifying Checksum 17:54:41 de9db76c5a1d: Download complete 17:54:41 0ef7d3d256c8: Download complete 17:54:41 93359f2a8cfa: Download complete 17:54:41 7c6f9722023f: Verifying Checksum 17:54:41 7c6f9722023f: Download complete 17:54:41 188c0c94c7c5: Verifying Checksum 17:54:41 188c0c94c7c5: Download complete 17:54:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:54:42 188c0c94c7c5: Pull complete 17:54:42 0ef7d3d256c8: Pull complete 17:54:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:54:42 de9db76c5a1d: Pull complete 17:54:42 + sudo service docker restart 17:54:42 + true 17:54:44 a35cf1a2eb13: Verifying Checksum 17:54:44 a35cf1a2eb13: Download complete 17:54:45 bca2f99d35d6: Download complete [Pipeline] unstash [Pipeline] echo 17:54:45 ========================================================= 17:54:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:54:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:54:46 + 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 . 17:54:47 Sending build context to Docker daemon 19.07MB 17:54:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:54:47 Step 2/8 : FROM ${BASE} 17:54:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:54:47 5f621e34cdf4: Pulling fs layer 17:54:47 a4357932f1b6: Pulling fs layer 17:54:47 18c013af1878: Pulling fs layer 17:54:47 00ac8860ef70: Pulling fs layer 17:54:47 63d7cb157983: Pulling fs layer 17:54:47 b116817d02f9: Pulling fs layer 17:54:47 745a02a5169b: Pulling fs layer 17:54:47 63d7cb157983: Waiting 17:54:47 b116817d02f9: Waiting 17:54:47 00ac8860ef70: Waiting 17:54:47 745a02a5169b: Waiting 17:54:47 18c013af1878: Download complete 17:54:47 a4357932f1b6: Verifying Checksum 17:54:47 a4357932f1b6: Download complete 17:54:47 63d7cb157983: Download complete 17:54:47 b116817d02f9: Verifying Checksum 17:54:47 b116817d02f9: Download complete 17:54:47 5f621e34cdf4: Verifying Checksum 17:54:47 5f621e34cdf4: Download complete 17:54:48 5f621e34cdf4: Pull complete 17:54:48 a4357932f1b6: Pull complete 17:54:49 18c013af1878: Pull complete 17:54:49 745a02a5169b: Verifying Checksum 17:54:49 745a02a5169b: Download complete 17:54:50 bca2f99d35d6: Pull complete 17:54:50 93359f2a8cfa: Pull complete 17:54:50 7c6f9722023f: Pull complete 17:54:51 00ac8860ef70: Verifying Checksum 17:54:51 00ac8860ef70: Download complete 17:54:56 a35cf1a2eb13: Pull complete 17:54:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:54:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:54:56 ---> a62c8e92a672 17:54:56 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:54:56 20.10.0: Pulling from library/docker 17:54:56 05e7bc50f07f: Pulling fs layer 17:54:56 6db28d0fdbf6: Pulling fs layer 17:54:56 292df0bc6bf3: Pulling fs layer 17:54:56 2e060f4bd70b: Pulling fs layer 17:54:56 80e8d568a223: Pulling fs layer 17:54:56 8dc6ef1a942a: Pulling fs layer 17:54:56 2312dd95470a: Pulling fs layer 17:54:56 80e8d568a223: Waiting 17:54:56 8dc6ef1a942a: Waiting 17:54:56 2312dd95470a: Waiting 17:54:56 2e060f4bd70b: Waiting 17:54:56 292df0bc6bf3: Verifying Checksum 17:54:56 292df0bc6bf3: Download complete 17:54:56 6db28d0fdbf6: Verifying Checksum 17:54:56 6db28d0fdbf6: Download complete 17:54:56 05e7bc50f07f: Verifying Checksum 17:54:56 05e7bc50f07f: Download complete 17:54:56 80e8d568a223: Verifying Checksum 17:54:56 80e8d568a223: Download complete 17:54:56 8dc6ef1a942a: Verifying Checksum 17:54:56 8dc6ef1a942a: Download complete 17:54:56 2312dd95470a: Verifying Checksum 17:54:56 2312dd95470a: Download complete 17:54:56 05e7bc50f07f: Pull complete 17:54:56 6db28d0fdbf6: Pull complete 17:54:57 292df0bc6bf3: Pull complete 17:54:57 2e060f4bd70b: Verifying Checksum 17:54:57 2e060f4bd70b: Download complete 17:55:00 2e060f4bd70b: Pull complete 17:55:00 80e8d568a223: Pull complete 17:55:00 8dc6ef1a942a: Pull complete 17:55:00 2312dd95470a: Pull complete 17:55:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:55:00 Status: Downloaded newer image for docker:20.10.0 17:55:01 00ac8860ef70: Pull complete 17:55:01 63d7cb157983: Pull complete 17:55:01 b116817d02f9: Pull complete 17:55:01 ---> 769ba205719e 17:55:01 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:55:01 ---> Running in 9fbc07d3f9a6 17:55:02 Removing intermediate container 9fbc07d3f9a6 17:55:02 ---> 970d558257a3 17:55:02 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:55:02 ---> Running in 513275098b78 17:55:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:04 (1/5) Installing libsodium (1.0.18-r0) 17:55:04 (2/5) Installing libzmq (4.3.3-r0) 17:55:04 (3/5) Installing pkgconf (1.7.2-r0) 17:55:04 (4/5) Installing libsodium-dev (1.0.18-r0) 17:55:04 (5/5) Installing zeromq-dev (4.3.3-r0) 17:55:04 Executing busybox-1.31.1-r19.trigger 17:55:04 OK: 167 MiB in 44 packages 17:55:05 Removing intermediate container 513275098b78 17:55:05 ---> 1a1fc87330d7 17:55:05 Step 6/8 : WORKDIR /build 17:55:05 ---> Running in 9e58a1785f38 17:55:05 Removing intermediate container 9e58a1785f38 17:55:05 ---> 43288aece41d 17:55:05 Step 7/8 : COPY go.mod . 17:55:05 745a02a5169b: Pull complete 17:55:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:55:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:55:05 ---> b7e6874047d6 17:55:05 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:55:05 20.10.0: Pulling from library/docker 17:55:05 a3cc7d3b244e: Pulling fs layer 17:55:05 02a3295e0d61: Pulling fs layer 17:55:05 0f4f2e6d8100: Pulling fs layer 17:55:05 330b718f631f: Pulling fs layer 17:55:05 a93816041522: Pulling fs layer 17:55:05 bdb6da89ff94: Pulling fs layer 17:55:05 2a70c0c122f4: Pulling fs layer 17:55:05 330b718f631f: Waiting 17:55:05 a93816041522: Waiting 17:55:05 bdb6da89ff94: Waiting 17:55:05 2a70c0c122f4: Waiting 17:55:05 0f4f2e6d8100: Verifying Checksum 17:55:05 0f4f2e6d8100: Download complete 17:55:05 a3cc7d3b244e: Download complete 17:55:05 02a3295e0d61: Verifying Checksum 17:55:05 02a3295e0d61: Download complete 17:55:05 a93816041522: Verifying Checksum 17:55:05 a93816041522: Download complete 17:55:05 2a70c0c122f4: Verifying Checksum 17:55:05 2a70c0c122f4: Download complete 17:55:05 bdb6da89ff94: Verifying Checksum 17:55:05 bdb6da89ff94: Download complete 17:55:05 ---> 694b5be192cc 17:55:05 Step 8/8 : RUN go mod download 17:55:05 ---> Running in 72f164d9575b 17:55:06 a3cc7d3b244e: Pull complete 17:55:06 02a3295e0d61: Pull complete 17:55:07 330b718f631f: Verifying Checksum 17:55:07 330b718f631f: Download complete 17:55:07 0f4f2e6d8100: Pull complete 17:55:11 330b718f631f: Pull complete 17:55:11 a93816041522: Pull complete 17:55:11 bdb6da89ff94: Pull complete 17:55:12 2a70c0c122f4: Pull complete 17:55:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:55:13 Status: Downloaded newer image for docker:20.10.0 17:55:19 ---> 1f6497a3d151 17:55:19 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:55:19 ---> Running in 2875c672b0a6 17:55:20 Removing intermediate container 2875c672b0a6 17:55:20 ---> f5c4fa2a3b0f 17:55:20 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:55:20 ---> Running in 45ecf9c0f831 17:55:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:55:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:55:23 (1/5) Installing libsodium (1.0.18-r0) 17:55:23 (2/5) Installing libzmq (4.3.3-r0) 17:55:23 (3/5) Installing pkgconf (1.7.2-r0) 17:55:23 (4/5) Installing libsodium-dev (1.0.18-r0) 17:55:23 (5/5) Installing zeromq-dev (4.3.3-r0) 17:55:23 Executing busybox-1.31.1-r19.trigger 17:55:23 OK: 144 MiB in 44 packages 17:55:24 Removing intermediate container 45ecf9c0f831 17:55:24 ---> 2f0fd39981ea 17:55:24 Step 6/8 : WORKDIR /build 17:55:24 ---> Running in e544502db19e 17:55:25 Removing intermediate container e544502db19e 17:55:25 ---> f01d9acdffca 17:55:25 Step 7/8 : COPY go.mod . 17:55:26 ---> 2bede5126a20 17:55:26 Step 8/8 : RUN go mod download 17:55:26 ---> Running in e67a673d79f6 17:55:28 Removing intermediate container 72f164d9575b 17:55:28 ---> 0f651b2b874f 17:55:28 Successfully built 0f651b2b874f 17:55:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:55:28 + docker inspect -f . ci-base-image-x86_64 17:55:28 . [Pipeline] withDockerContainer 17:55:28 prd-centos7-docker-4c-2g-17786 does not seem to be running inside a container 17:55:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@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 ******** ci-base-image-x86_64 cat 17:55:29 $ docker top bacb786041e8047f093e2aa2ee4148e5219b81ce03c489b51c15427fd79c179c -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:30 + go version 17:55:30 go version go1.15.5 linux/amd64 [Pipeline] } 17:55:30 $ docker stop --time=1 bacb786041e8047f093e2aa2ee4148e5219b81ce03c489b51c15427fd79c179c 17:55:31 $ docker rm -f bacb786041e8047f093e2aa2ee4148e5219b81ce03c489b51c15427fd79c179c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:32 + docker inspect -f . ci-base-image-x86_64 17:55:32 . [Pipeline] withDockerContainer 17:55:32 prd-centos7-docker-4c-2g-17786 does not seem to be running inside a container 17:55:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@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 ******** ci-base-image-x86_64 cat 17:55:33 $ docker top 73eb593e3738ec7765e692947ce1c2a822c61983f7e84934cb3813e9117537fb -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:33 + make test 17:55:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:55:35 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:55:41 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.029s coverage: 86.2% of statements 17:55:50 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.018s coverage: 47.9% of statements 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:55:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 61.5% of statements 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:55:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.040s coverage: 69.1% of statements 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:55:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.014s coverage: 97.7% of statements 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:55:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:55:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.010s coverage: 8.8% of statements 17:55:53 Removing intermediate container e67a673d79f6 17:55:53 ---> afa7a0ce76ac 17:55:53 Successfully built afa7a0ce76ac 17:55:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:55:53 + docker inspect -f . ci-base-image-arm64 17:55:53 . [Pipeline] withDockerContainer 17:55:53 prd-ubuntu18.04-docker-arm64-4c-16g-17783 does not seem to be running inside a container 17:55:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@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 ******** ci-base-image-arm64 cat 17:55:55 $ docker top ecc7019e5f3099a652e9dd5e3f47b60aaaaa81de9e64e3b74206c776a8fe95c3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:56 + go version 17:55:56 go version go1.15.5 linux/arm64 [Pipeline] } 17:55:56 $ docker stop --time=1 ecc7019e5f3099a652e9dd5e3f47b60aaaaa81de9e64e3b74206c776a8fe95c3 17:55:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.933s coverage: 75.0% of statements 17:55:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:55:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.023s coverage: 87.9% of statements 17:55:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.028s coverage: 80.5% of statements 17:55:58 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.039s coverage: 71.7% of statements 17:55:58 $ docker rm -f ecc7019e5f3099a652e9dd5e3f47b60aaaaa81de9e64e3b74206c776a8fe95c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:59 + docker inspect -f . ci-base-image-arm64 17:55:59 . [Pipeline] withDockerContainer 17:55:59 prd-ubuntu18.04-docker-arm64-4c-16g-17783 does not seem to be running inside a container 17:56:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/158 -v /w/workspace/app-functions-sdk-go/158:/w/workspace/app-functions-sdk-go/158:rw,z -v /w/workspace/app-functions-sdk-go/158@tmp:/w/workspace/app-functions-sdk-go/158@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 ******** ci-base-image-arm64 cat 17:56:01 $ docker top 92fb2c16867b95259ecaae81d152ae6b672f9060adbf45c16ca89f56b0b9db81 -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:02 + make test 17:56:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:56:04 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:56:20 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.026s coverage: 81.6% of statements 17:56:20 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements 17:56:20 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:56:20 gofmt -l . 17:56:20 [ "`gofmt -l .`" = "" ] 17:56:20 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:56:20 $ docker stop --time=1 73eb593e3738ec7765e692947ce1c2a822c61983f7e84934cb3813e9117537fb 17:56:22 $ docker rm -f 73eb593e3738ec7765e692947ce1c2a822c61983f7e84934cb3813e9117537fb [Pipeline] // withDockerContainer [Pipeline] sh 17:56:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:56:23 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] } 17:56:26 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.051s coverage: 86.2% of statements 17:56:53 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.135s coverage: 47.9% of statements 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:56:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.062s coverage: 61.5% of statements 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:56:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.052s coverage: 69.1% of statements 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:56:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.022s coverage: 97.7% of statements 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:56:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:56:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.042s coverage: 8.8% of statements 17:56:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.943s coverage: 75.0% of statements 17:56:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:56:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.052s coverage: 87.9% of statements 17:56:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.036s coverage: 80.5% of statements 17:56:56 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.025s coverage: 71.7% of statements 17:57:18 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 81.6% of statements 17:57:18 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 17:57:18 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:57:29 gofmt -l . 17:57:29 [ "`gofmt -l .`" = "" ] 17:57:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:57:29 $ docker stop --time=1 92fb2c16867b95259ecaae81d152ae6b672f9060adbf45c16ca89f56b0b9db81 17:57:32 $ docker rm -f 92fb2c16867b95259ecaae81d152ae6b672f9060adbf45c16ca89f56b0b9db81 [Pipeline] // withDockerContainer [Pipeline] sh 17:57:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:57:32 Warning: overwriting stash ‘coverage-report’ 17:57:33 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 17:57:35 provisioning config files... 17:57:35 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4125497263084896038tmp [Pipeline] { [Pipeline] sh 17:57:36 + set +x 17:57:36 + curl -s https://codecov.io/bash 17:57:36 + bash -s -- 17:57:36 17:57:36 _____ _ 17:57:36 / ____| | | 17:57:36 | | ___ __| | ___ ___ _____ __ 17:57:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:57:36 | |___| (_) | (_| | __/ (_| (_) \ V / 17:57:36 \_____\___/ \__,_|\___|\___\___/ \_/ 17:57:36 Bash-20201223-5ad85e3 17:57:36 17:57:36 17:57:36 ==> git version 2.24.3 found 17:57:36 ==> 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 17:57:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:57:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:57:36 ==> Jenkins CI detected. 17:57:36 project root: . 17:57:36 --> token set from env 17:57:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:57:36 ==> Running gcov in . (disable via -X gcov) 17:57:36 ==> Python coveragepy not found 17:57:36 ==> Searching for coverage reports in: 17:57:36 + . 17:57:36 -> Found 1 reports 17:57:36 ==> Detecting git/mercurial file structure 17:57:36 ==> Reading reports 17:57:36 + ./coverage.out bytes=71081 17:57:36 ==> Appending adjustments 17:57:36 https://docs.codecov.io/docs/fixing-reports 17:57:36 + Found adjustments 17:57:36 ==> Gzipping contents 17:57:36 16K /tmp/codecov.KxoTvs.gz 17:57:36 ==> Uploading reports 17:57:36 url: https://codecov.io 17:57:36 query: branch=master&commit=64c59fdf6547fcf47d5506b3c4fc6694315e7d80&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:57:36 -> Pinging Codecov 17:57:36 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=64c59fdf6547fcf47d5506b3c4fc6694315e7d80&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:57:37 -> Uploading to 17:57:37 https://storage.googleapis.com/codecov/v4/raw/2020-12-30/3D8B5DFFC46A037C893635FACE044666/64c59fdf6547fcf47d5506b3c4fc6694315e7d80/45fd4279-f533-4abb-8f92-bb5519227fdb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T175737Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20224353b19bd156b3575bcece5c47669f1845cbc09ac6dce6f0780350ec5961 17:57:37 % Total % Received % Xferd Average Speed Time Time Time Current 17:57:37 Dload Upload Total Spent Left Speed 17:57:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12663 0 0 100 12663 0 23564 --:--:-- --:--:-- --:--:-- 23537 17:57:37 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] } 17:57:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:57:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:57:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:57:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:57:40 17:57:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:57:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:57:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:57:40 188c0c94c7c5: Pulling fs layer 17:57:40 0ef7d3d256c8: Pulling fs layer 17:57:40 de9db76c5a1d: Pulling fs layer 17:57:40 0eba1c9be4d2: Pulling fs layer 17:57:40 0d57e429df01: Pulling fs layer 17:57:40 4e4be7b47b0d: Pulling fs layer 17:57:40 e1f770b5df2f: Pulling fs layer 17:57:40 85a0685a4137: Pulling fs layer 17:57:40 0d57e429df01: Waiting 17:57:40 4e4be7b47b0d: Waiting 17:57:40 e1f770b5df2f: Waiting 17:57:40 85a0685a4137: Waiting 17:57:40 0eba1c9be4d2: Waiting 17:57:40 de9db76c5a1d: Verifying Checksum 17:57:40 de9db76c5a1d: Download complete 17:57:40 0ef7d3d256c8: Verifying Checksum 17:57:40 0ef7d3d256c8: Download complete 17:57:40 0d57e429df01: Verifying Checksum 17:57:40 0d57e429df01: Download complete 17:57:40 4e4be7b47b0d: Verifying Checksum 17:57:40 4e4be7b47b0d: Download complete 17:57:40 188c0c94c7c5: Verifying Checksum 17:57:41 188c0c94c7c5: Pull complete 17:57:41 0ef7d3d256c8: Pull complete 17:57:41 de9db76c5a1d: Pull complete 17:57:42 e1f770b5df2f: Verifying Checksum 17:57:42 e1f770b5df2f: Download complete 17:57:44 0eba1c9be4d2: Verifying Checksum 17:57:44 0eba1c9be4d2: Download complete 17:57:44 85a0685a4137: Verifying Checksum 17:57:44 85a0685a4137: Download complete 17:57:51 0eba1c9be4d2: Pull complete 17:57:51 0d57e429df01: Pull complete 17:57:51 4e4be7b47b0d: Pull complete 17:57:53 e1f770b5df2f: Pull complete 17:58:01 85a0685a4137: Pull complete 17:58:01 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:58:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:58:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:58:01 prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container 17:58:01 $ 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 17:58:02 $ docker top 0cf09f20137b807e83bd1dcfe569199eda92fe655423ca91a60836fb7835e2e5 -eo pid,comm [Pipeline] { [Pipeline] echo 17:58:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:58:03 + set -o pipefail 17:58:03 + snyk monitor '--org=edgex-jenkins' 17:58:25 17:58:25 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 17:58:25 17:58:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/f3cb88c5-aae2-4574-b46a-fa8fa4e04eb4 17:58:25 17:58:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:58:25 17:58:25 [Pipeline] } 17:58:25 $ docker stop --time=1 0cf09f20137b807e83bd1dcfe569199eda92fe655423ca91a60836fb7835e2e5 17:58:28 $ docker rm -f 0cf09f20137b807e83bd1dcfe569199eda92fe655423ca91a60836fb7835e2e5 [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 17:58:29 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:58:29 provisioning config files... 17:58:29 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4090842735321426263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:58:30 --> edgex-publish-swagger.sh 17:58:30 === Publish openapi/v2 API === 17:58:30 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:58:30 [publishToSwagger] Publishing API Name [app-functions-sdk] 17:58:30 % Total % Received % Xferd Average Speed Time Time Time Current 17:58:30 Dload Upload Total Spent Left Speed 17:58:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 11426 0:00:01 0:00:01 --:--:-- 11435 100 13025 0 0 100 13025 0 11423 0:00:01 0:00:01 --:--:-- 11435 17:58:31 17:58:31 [Pipeline] } 17:58:31 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 17:58:32 + git log --format=format:%s -1 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 [Pipeline] isUnix [Pipeline] sh 17:58:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:58:32 . [Pipeline] withDockerContainer 17:58:33 prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container 17:58:33 $ 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 17:58:33 $ docker top 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:58:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:58:34 [ssh-agent] Looking for ssh-agent implementation... 17:58:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:58:34 $ docker exec 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 ssh-agent 17:58:34 SSH_AUTH_SOCK=/tmp/ssh-bshsdsnXPeNd/agent.12 17:58:34 SSH_AGENT_PID=17 17:58:34 Running ssh-add (command line suppressed) 17:58:34 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3063363385777297395.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3063363385777297395.key) 17:58:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:58:35 + git semver tag 17:58:35 # -> Open(): unable to determine branch for HEAD 17:58:35 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:58:35 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:58:35 # $SEMVER_REMOTE_NAME = origin 17:58:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:58:35 # $SEMVER_USER_NAME = edgex-jenkins 17:58:35 # $SEMVER_BRANCH = master 17:58:35 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:58:35 # 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 HEAD 17:58:35 # -> Force: false 17:58:35 # c7f439346b68769c34bdc0271d52e1e1e566fd46 refs/tags/v1.3.1-dev.9 [Pipeline] } 17:58:35 $ docker exec --env ******** --env ******** 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 ssh-agent -k 17:58:35 unset SSH_AUTH_SOCK; 17:58:35 unset SSH_AGENT_PID; 17:58:35 echo Agent pid 17 killed; 17:58:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:58:36 + git semver [Pipeline] } 17:58:36 $ docker stop --time=1 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 17:58:37 $ docker rm -f 38e496d137882f851c6250e48c72f2e0adfe135571806a76ebf32de62690cad8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:58:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:58:38 17:58:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:58:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:58:38 0.23.1-centos7: Pulling from edgex-lftools 17:58:38 ab5ef0e58194: Pulling fs layer 17:58:38 9712f1f96733: Pulling fs layer 17:58:38 63f879dbbcfc: Pulling fs layer 17:58:38 0d9ebad4ef96: Pulling fs layer 17:58:38 e9a5061849ea: Pulling fs layer 17:58:38 d747dcd14b5f: Pulling fs layer 17:58:38 2de7ff778b66: Pulling fs layer 17:58:38 e9a5061849ea: Waiting 17:58:38 d747dcd14b5f: Waiting 17:58:38 2de7ff778b66: Waiting 17:58:38 0d9ebad4ef96: Waiting 17:58:38 9712f1f96733: Verifying Checksum 17:58:38 9712f1f96733: Download complete 17:58:40 63f879dbbcfc: Verifying Checksum 17:58:40 63f879dbbcfc: Download complete 17:58:40 e9a5061849ea: Verifying Checksum 17:58:40 e9a5061849ea: Download complete 17:58:40 d747dcd14b5f: Verifying Checksum 17:58:40 d747dcd14b5f: Download complete 17:58:40 2de7ff778b66: Verifying Checksum 17:58:40 2de7ff778b66: Download complete 17:58:40 0d9ebad4ef96: Verifying Checksum 17:58:40 0d9ebad4ef96: Download complete 17:58:41 ab5ef0e58194: Verifying Checksum 17:58:41 ab5ef0e58194: Download complete 17:58:45 ab5ef0e58194: Pull complete 17:58:45 9712f1f96733: Pull complete 17:58:48 63f879dbbcfc: Pull complete 17:58:54 0d9ebad4ef96: Pull complete 17:58:57 e9a5061849ea: Pull complete 17:58:57 d747dcd14b5f: Pull complete 17:58:58 2de7ff778b66: Pull complete 17:58:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:58:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:58:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:58:58 prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container 17:58:59 $ 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 17:59:03 $ docker top 5b8b4b0e83dd5e39e644213a47e22a387767d409e5078738fc5244d38c040606 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:59:03 provisioning config files... 17:59:03 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config191758587416472123tmp 17:59:04 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2941130808082988720tmp 17:59:04 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8377536223132887984tmp [Pipeline] { [Pipeline] echo 17:59:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:59:04 ---> sigul-configuration.sh 17:59:04 gpg: directory `/root/.gnupg' created 17:59:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:59:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:59:04 gpg: keyring `/root/.gnupg/secring.gpg' created 17:59:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:59:04 gpg: CAST5 encrypted data 17:59:04 gpg: encrypted with 1 passphrase 17:59:04 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:59:04 + mkdir /home/jenkins 17:59:04 + mkdir /home/jenkins/sigul [Pipeline] sh 17:59:05 + 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 17:59:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:59:05 ---> sigul-install.sh 17:59:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:59:12 + git tag --list 17:59:12 v0.1.0 17:59:12 v0.1.1 17:59:12 v1.0.0 17:59:12 v1.1.0 17:59:12 v1.2.0 17:59:12 v1.2.1-dev.1 17:59:12 v1.2.1-dev.10 17:59:12 v1.2.1-dev.11 17:59:12 v1.2.1-dev.12 17:59:12 v1.2.1-dev.13 17:59:12 v1.2.1-dev.14 17:59:12 v1.2.1-dev.15 17:59:12 v1.2.1-dev.16 17:59:12 v1.2.1-dev.17 17:59:12 v1.2.1-dev.18 17:59:12 v1.2.1-dev.19 17:59:12 v1.2.1-dev.2 17:59:12 v1.2.1-dev.20 17:59:12 v1.2.1-dev.21 17:59:12 v1.2.1-dev.22 17:59:12 v1.2.1-dev.23 17:59:12 v1.2.1-dev.24 17:59:12 v1.2.1-dev.25 17:59:12 v1.2.1-dev.26 17:59:12 v1.2.1-dev.27 17:59:12 v1.2.1-dev.28 17:59:12 v1.2.1-dev.29 17:59:12 v1.2.1-dev.3 17:59:12 v1.2.1-dev.30 17:59:12 v1.2.1-dev.31 17:59:12 v1.2.1-dev.32 17:59:12 v1.2.1-dev.33 17:59:12 v1.2.1-dev.34 17:59:12 v1.2.1-dev.35 17:59:12 v1.2.1-dev.36 17:59:12 v1.2.1-dev.37 17:59:12 v1.2.1-dev.38 17:59:12 v1.2.1-dev.39 17:59:12 v1.2.1-dev.4 17:59:12 v1.2.1-dev.40 17:59:12 v1.2.1-dev.41 17:59:12 v1.2.1-dev.42 17:59:12 v1.2.1-dev.43 17:59:12 v1.2.1-dev.44 17:59:12 v1.2.1-dev.45 17:59:12 v1.2.1-dev.46 17:59:12 v1.2.1-dev.47 17:59:12 v1.2.1-dev.48 17:59:12 v1.2.1-dev.49 17:59:12 v1.2.1-dev.5 17:59:12 v1.2.1-dev.50 17:59:12 v1.2.1-dev.51 17:59:12 v1.2.1-dev.52 17:59:12 v1.2.1-dev.53 17:59:12 v1.2.1-dev.54 17:59:12 v1.2.1-dev.55 17:59:12 v1.2.1-dev.56 17:59:12 v1.2.1-dev.57 17:59:12 v1.2.1-dev.58 17:59:12 v1.2.1-dev.6 17:59:12 v1.2.1-dev.7 17:59:12 v1.2.1-dev.8 17:59:12 v1.2.1-dev.9 17:59:12 v1.3.0 17:59:12 v1.3.1-dev.1 17:59:12 v1.3.1-dev.2 17:59:12 v1.3.1-dev.3 17:59:12 v1.3.1-dev.4 17:59:12 v1.3.1-dev.5 17:59:12 v1.3.1-dev.6 17:59:12 v1.3.1-dev.7 17:59:12 v1.3.1-dev.8 17:59:12 v1.3.1-dev.9 [Pipeline] sh 17:59:12 + lftools sign git-tag v1.3.1-dev.9 17:59:14 Signing Git tag with Sigul... 17:59:14 Signing v1.3.1-dev.9 [Pipeline] echo 17:59:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:59:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:59:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:59:15 $ docker stop --time=1 5b8b4b0e83dd5e39e644213a47e22a387767d409e5078738fc5244d38c040606 17:59:17 $ docker rm -f 5b8b4b0e83dd5e39e644213a47e22a387767d409e5078738fc5244d38c040606 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:18 . [Pipeline] withDockerContainer 17:59:18 prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container 17:59:18 $ 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 17:59:18 $ docker top 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:59:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:19 [ssh-agent] Looking for ssh-agent implementation... 17:59:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:19 $ docker exec 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 ssh-agent 17:59:19 SSH_AUTH_SOCK=/tmp/ssh-y8kAaEQzFyIt/agent.11 17:59:19 SSH_AGENT_PID=16 17:59:19 Running ssh-add (command line suppressed) 17:59:19 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6811260253092570534.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6811260253092570534.key) 17:59:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:20 + git semver bump pre 17:59:20 # -> Open(): unable to determine branch for HEAD 17:59:20 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:59:20 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:59:20 # $SEMVER_REMOTE_NAME = origin 17:59:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:59:20 # $SEMVER_USER_NAME = edgex-jenkins 17:59:20 # $SEMVER_BRANCH = master 17:59:20 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:59:20 1.3.1-dev.10 [Pipeline] } 17:59:20 $ docker exec --env ******** --env ******** 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 ssh-agent -k 17:59:20 unset SSH_AUTH_SOCK; 17:59:20 unset SSH_AGENT_PID; 17:59:20 echo Agent pid 16 killed; 17:59:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:21 + git semver [Pipeline] } 17:59:21 $ docker stop --time=1 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 17:59:22 $ docker rm -f 2098a8c428632252c1d9840fe25eb5d6c3056116f7a6d844e52667dd774a3e54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:23 . [Pipeline] withDockerContainer 17:59:23 prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container 17:59:23 $ 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 17:59:23 $ docker top ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:59:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:24 [ssh-agent] Looking for ssh-agent implementation... 17:59:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:24 $ docker exec ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f ssh-agent 17:59:24 SSH_AUTH_SOCK=/tmp/ssh-1LXRvdwxJqAH/agent.11 17:59:24 SSH_AGENT_PID=16 17:59:24 Running ssh-add (command line suppressed) 17:59:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2497649404144455283.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2497649404144455283.key) 17:59:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:25 + git semver push 17:59:25 # -> Open(): unable to determine branch for HEAD 17:59:25 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:59:25 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:59:25 # $SEMVER_REMOTE_NAME = origin 17:59:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:59:25 # $SEMVER_USER_NAME = edgex-jenkins 17:59:25 # $SEMVER_BRANCH = master 17:59:25 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:59:31 $ docker exec --env ******** --env ******** ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f ssh-agent -k 17:59:31 unset SSH_AUTH_SOCK; 17:59:31 unset SSH_AGENT_PID; 17:59:31 echo Agent pid 16 killed; 17:59:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:32 + git semver [Pipeline] } 17:59:32 $ docker stop --time=1 ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f 17:59:33 $ docker rm -f ef6ef88562315cfc8f9f42334e50aa32158d9d42bc1ba876f086d4ba8727646f [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 17:59:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:59:36 ---> package-listing.sh 17:59:36 ++ facter osfamily 17:59:36 ++ tr '[:upper:]' '[:lower:]' 17:59:36 + OS_FAMILY=redhat 17:59:36 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:59:36 + START_PACKAGES=/tmp/packages_start.txt 17:59:36 + END_PACKAGES=/tmp/packages_end.txt 17:59:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:59:36 + PACKAGES=/tmp/packages_start.txt 17:59:36 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:59:36 + PACKAGES=/tmp/packages_end.txt 17:59:36 + case "${OS_FAMILY}" in 17:59:36 + rpm -qa 17:59:36 + sort 17:59:42 + '[' -f /tmp/packages_start.txt ']' 17:59:42 + '[' -f /tmp/packages_end.txt ']' 17:59:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:59:42 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:59:42 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:59:42 + 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 17:59:42 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 17:59:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:59:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:59:43 17:59:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:59:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:59:43 alpine: Pulling from edgex-lftools-log-publisher 17:59:43 df20fa9351a1: Pulling fs layer 17:59:43 36b3adc4ff6f: Pulling fs layer 17:59:43 8ad3a11d3b57: Pulling fs layer 17:59:43 46f8f816bc3b: Pulling fs layer 17:59:43 93b61091891f: Pulling fs layer 17:59:43 93b9cdb0e59b: Pulling fs layer 17:59:43 5e14af77c1be: Pulling fs layer 17:59:43 01666e4c0597: Pulling fs layer 17:59:43 aa168da1d23b: Pulling fs layer 17:59:43 93b9cdb0e59b: Waiting 17:59:43 5e14af77c1be: Waiting 17:59:43 aa168da1d23b: Waiting 17:59:43 46f8f816bc3b: Waiting 17:59:43 01666e4c0597: Waiting 17:59:43 93b61091891f: Waiting 17:59:43 36b3adc4ff6f: Download complete 17:59:43 46f8f816bc3b: Verifying Checksum 17:59:43 46f8f816bc3b: Download complete 17:59:44 df20fa9351a1: Verifying Checksum 17:59:44 df20fa9351a1: Download complete 17:59:44 93b9cdb0e59b: Verifying Checksum 17:59:44 93b9cdb0e59b: Download complete 17:59:44 93b61091891f: Download complete 17:59:44 5e14af77c1be: Verifying Checksum 17:59:44 5e14af77c1be: Download complete 17:59:44 01666e4c0597: Verifying Checksum 17:59:44 01666e4c0597: Download complete 17:59:44 8ad3a11d3b57: Verifying Checksum 17:59:44 8ad3a11d3b57: Download complete 17:59:44 df20fa9351a1: Pull complete 17:59:44 36b3adc4ff6f: Pull complete 17:59:45 8ad3a11d3b57: Pull complete 17:59:45 46f8f816bc3b: Pull complete 17:59:46 aa168da1d23b: Verifying Checksum 17:59:46 aa168da1d23b: Download complete 17:59:46 93b61091891f: Pull complete 17:59:46 93b9cdb0e59b: Pull complete 17:59:47 5e14af77c1be: Pull complete 17:59:47 01666e4c0597: Pull complete 17:59:55 aa168da1d23b: Pull complete 17:59:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:59:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:59:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:59:55 prd-centos7-docker-4c-2g-17781 does not seem to be running inside a container 17:59:55 $ 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 17:59:58 $ docker top 63db0b69d9a3cc2a62738b37993e9b9eb3011db1716aa35fc98cb71bcb4e6616 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:58 + touch /tmp/pre-build-complete [Pipeline] sh 17:59:59 + mkdir -p /var/log/sa [Pipeline] sh 17:59:59 + ls /var/log/sa-host 17:59:59 + sadf -c /var/log/sa-host/sa23 17:59:59 file_magic: OK 17:59:59 HZ: Using current value: 100 17:59:59 file_header: OK 17:59:59 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 17:59:59 Statistics: 17:59:59 Hnuu...uuuununununu... 17:59:59 File successfully converted to sysstat format version 12.2.1 17:59:59 + sadf -c /var/log/sa-host/sa30 17:59:59 file_magic: OK 17:59:59 HZ: Using current value: 100 17:59:59 file_header: OK 17:59:59 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 17:59:59 Statistics: 17:59:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:59:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:00:00 provisioning config files... 18:00:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config997814939704788927tmp [Pipeline] { [Pipeline] echo 18:00:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:00:00 ---> create-netrc.sh [Pipeline] } 18:00:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:00:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:00:00 ---> python-tools-install.sh [Pipeline] echo 18:00:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:00:01 ---> sudo-logs.sh 18:00:01 Archiving 'sudo' log.. [Pipeline] echo 18:00:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:00:01 ---> job-cost.sh 18:00:01 lf-activate-venv: SKIPPING 18:00:01 INFO: No Stack... 18:00:02 INFO: Retrieving Pricing Info for: v1-standard-2 18:00:03 INFO: Archiving Costs [Pipeline] echo 18:00:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:00:03 ---> logs-deploy.sh 18:00:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/158 18:00:03 INFO: archiving workspace using pattern(s): 18:00:05 Archives upload complete. 18:00:05 INFO: archiving logs to Nexus 18:00:06 ---> uname -a: 18:00:06 Linux prd-centos7-docker-4c-2g-17781.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:00:06 18:00:06 18:00:06 ---> lscpu: 18:00:06 Architecture: x86_64 18:00:06 CPU op-mode(s): 32-bit, 64-bit 18:00:06 Byte Order: Little Endian 18:00:06 Address sizes: 40 bits physical, 48 bits virtual 18:00:06 CPU(s): 4 18:00:06 On-line CPU(s) list: 0-3 18:00:06 Thread(s) per core: 1 18:00:06 Core(s) per socket: 1 18:00:06 Socket(s): 4 18:00:06 NUMA node(s): 1 18:00:06 Vendor ID: GenuineIntel 18:00:06 CPU family: 6 18:00:06 Model: 44 18:00:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:00:06 Stepping: 1 18:00:06 CPU MHz: 2933.438 18:00:06 BogoMIPS: 5866.87 18:00:06 Virtualization: VT-x 18:00:06 Hypervisor vendor: KVM 18:00:06 Virtualization type: full 18:00:06 L1d cache: 128 KiB 18:00:06 L1i cache: 128 KiB 18:00:06 L2 cache: 16 MiB 18:00:06 L3 cache: 64 MiB 18:00:06 NUMA node0 CPU(s): 0-3 18:00:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:00:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:00:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:00:06 Vulnerability Meltdown: Mitigation; PTI 18:00:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:00:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:00:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:00:06 Vulnerability Srbds: Not affected 18:00:06 Vulnerability Tsx async abort: Not affected 18:00:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:00:06 18:00:06 18:00:06 ---> nproc: 18:00:06 4 18:00:06 18:00:06 18:00:06 ---> df -h: 18:00:06 Filesystem Size Used Available Use% Mounted on 18:00:06 overlay 50.0G 8.6G 41.4G 17% / 18:00:06 tmpfs 64.0M 0 64.0M 0% /dev 18:00:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:00:06 shm 64.0M 0 64.0M 0% /dev/shm 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 18:00:06 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 18:00:06 18:00:06 18:00:06 ---> free -m: 18:00:06 total used free shared buff/cache available 18:00:06 Mem: 1837 833 164 0 838 938 18:00:06 Swap: 1023 3 1020 18:00:06 18:00:06 18:00:06 ---> ip addr: 18:00:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:00:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:00:06 inet 127.0.0.1/8 scope host lo 18:00:06 valid_lft forever preferred_lft forever 18:00:06 inet6 ::1/128 scope host 18:00:06 valid_lft forever preferred_lft forever 18:00:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:00:06 link/ether fa:16:3e:72:30:8d brd ff:ff:ff:ff:ff:ff 18:00:06 inet 10.30.123.248/23 brd 10.30.123.255 scope global dynamic eth0 18:00:06 valid_lft 85876sec preferred_lft 85876sec 18:00:06 inet6 fe80::f816:3eff:fe72:308d/64 scope link 18:00:06 valid_lft forever preferred_lft forever 18:00:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:00:06 link/ether 02:42:bf:35:f3:56 brd ff:ff:ff:ff:ff:ff 18:00:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:00:06 valid_lft forever preferred_lft forever 18:00:06 inet6 fe80::42:bfff:fe35:f356/64 scope link 18:00:06 valid_lft forever preferred_lft forever 18:00:06 18:00:06 18:00:06 ---> sar -b -r -n DEV: 18:00:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/30/20 _x86_64_ (4 CPU) 18:00:06 18:00:06 17:51:10 LINUX RESTART (4 CPU) 18:00:06 18:00:06 17:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:00:06 17:53:01 35.58 13.02 22.56 0.00 4465.46 3810.17 0.00 18:00:06 17:54:01 1.76 0.00 1.76 0.00 0.00 33.63 0.00 18:00:06 17:55:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 18:00:06 17:56:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 18:00:06 17:57:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 18:00:06 17:58:01 201.53 119.39 82.14 0.00 5644.74 30814.73 0.00 18:00:06 17:59:01 236.61 94.60 142.01 0.00 5060.42 33486.60 0.00 18:00:06 Average: 68.07 32.45 35.63 0.00 2168.22 9742.99 0.00 18:00:06 18:00:06 17:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:00:06 17:53:01 220092 0 589292 31.32 2620 1069540 1100020 37.54 390664 1072872 24 18:00:06 17:54:01 219764 0 589612 31.34 2620 1069548 1092500 37.29 392812 1071156 12 18:00:06 17:55:01 217616 0 591756 31.45 2620 1069552 1092536 37.29 397880 1068428 8 18:00:06 17:56:01 215856 0 593516 31.54 2620 1069552 1092572 37.29 400004 1068204 8 18:00:06 17:57:01 217528 0 591836 31.45 2620 1069560 1077268 36.77 413444 1053432 20 18:00:06 17:58:01 228988 0 652388 34.67 2596 997572 1086904 37.09 413032 990432 73704 18:00:06 17:59:01 86112 0 805240 42.80 2104 988088 1300772 44.39 562596 895724 108 18:00:06 Average: 200851 0 630520 33.51 2543 1047630 1120367 38.24 424347 1031464 10555 18:00:06 18:00:06 17:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:00:06 17:53:01 eth0 146.78 156.83 641.57 38.84 0.00 0.00 0.00 0.00 18:00:06 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:53:01 docker0 103.11 77.26 9.16 304.75 0.00 0.00 0.00 0.00 18:00:06 17:54:01 eth0 2.93 0.53 0.50 0.22 0.00 0.00 0.00 0.00 18:00:06 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:55:01 eth0 2.55 0.73 0.84 0.41 0.00 0.00 0.00 0.00 18:00:06 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:56:01 eth0 1.93 0.88 0.84 0.59 0.00 0.00 0.00 0.00 18:00:06 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:57:01 eth0 3.08 0.58 0.85 0.42 0.00 0.00 0.00 0.00 18:00:06 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:58:01 eth0 429.63 373.54 4077.97 31.48 0.00 0.00 0.00 0.00 18:00:06 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:59:01 eth0 467.60 403.41 3418.53 99.90 0.00 0.00 0.00 0.00 18:00:06 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 17:59:01 docker0 39.45 42.14 3.52 195.25 0.00 0.00 0.00 0.00 18:00:06 Average: eth0 150.73 133.87 1163.71 24.57 0.00 0.00 0.00 0.00 18:00:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:00:06 Average: docker0 20.37 17.06 1.81 71.46 0.00 0.00 0.00 0.00 18:00:06 18:00:06 18:00:06 ---> sar -P ALL: 18:00:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/30/20 _x86_64_ (4 CPU) 18:00:06 18:00:06 17:51:10 LINUX RESTART (4 CPU) 18:00:06 18:00:06 17:52:01 CPU %user %nice %system %iowait %steal %idle 18:00:06 17:53:01 all 3.27 0.00 1.93 0.93 0.01 93.86 18:00:06 17:53:01 0 3.53 0.00 2.10 1.53 0.00 92.84 18:00:06 17:53:01 1 3.50 0.00 1.71 0.47 0.02 94.31 18:00:06 17:53:01 2 3.08 0.00 2.33 1.07 0.02 93.50 18:00:06 17:53:01 3 2.98 0.00 1.58 0.64 0.00 94.80 18:00:06 17:54:01 all 0.17 0.00 0.07 0.00 0.00 99.76 18:00:06 17:54:01 0 0.07 0.00 0.10 0.00 0.00 99.83 18:00:06 17:54:01 1 0.55 0.00 0.07 0.00 0.00 99.38 18:00:06 17:54:01 2 0.03 0.00 0.07 0.00 0.00 99.90 18:00:06 17:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 18:00:06 17:55:01 all 0.16 0.00 0.05 0.00 0.01 99.78 18:00:06 17:55:01 0 0.07 0.00 0.07 0.00 0.02 99.85 18:00:06 17:55:01 1 0.48 0.00 0.03 0.00 0.02 99.47 18:00:06 17:55:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:00:06 17:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:00:06 17:56:01 all 0.21 0.00 0.04 0.00 0.03 99.72 18:00:06 17:56:01 0 0.12 0.00 0.03 0.00 0.02 99.83 18:00:06 17:56:01 1 0.62 0.00 0.03 0.00 0.05 99.30 18:00:06 17:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 18:00:06 17:56:01 3 0.07 0.00 0.07 0.00 0.03 99.83 18:00:06 17:57:01 all 0.17 0.00 0.15 0.00 0.12 99.57 18:00:06 17:57:01 0 0.07 0.00 0.07 0.00 0.13 99.73 18:00:06 17:57:01 1 0.47 0.00 0.10 0.00 0.15 99.28 18:00:06 17:57:01 2 0.07 0.00 0.33 0.00 0.07 99.53 18:00:06 17:57:01 3 0.07 0.00 0.08 0.00 0.12 99.73 18:00:06 17:58:01 all 7.24 0.00 5.12 1.00 0.04 86.60 18:00:06 17:58:01 0 6.70 0.00 5.86 1.94 0.03 85.46 18:00:06 17:58:01 1 7.51 0.00 4.84 0.36 0.08 87.21 18:00:06 17:58:01 2 7.23 0.00 4.86 0.69 0.03 87.17 18:00:06 17:58:01 3 7.50 0.00 4.92 1.02 0.02 86.54 18:00:06 17:59:01 all 10.50 0.00 7.88 3.13 0.07 78.41 18:00:06 17:59:01 0 10.65 0.00 8.18 3.27 0.10 77.79 18:00:06 17:59:01 1 10.59 0.00 8.15 2.16 0.05 79.04 18:00:06 17:59:01 2 10.47 0.00 7.02 3.47 0.09 78.96 18:00:06 17:59:01 3 10.30 0.00 8.15 3.63 0.05 77.86 18:00:06 Average: all 3.07 0.00 2.15 0.71 0.04 94.03 18:00:06 Average: 0 2.99 0.00 2.31 0.95 0.04 93.71 18:00:06 Average: 1 3.36 0.00 2.11 0.42 0.05 94.06 18:00:06 Average: 2 2.96 0.00 2.08 0.74 0.03 94.19 18:00:06 Average: 3 2.96 0.00 2.10 0.75 0.03 94.16 18:00:06 18:00:06 18:00:06