Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d4297c3f0affce4b46d730e2d159065f9736cf70 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1347’ Running on prd-centos7-docker-4c-2g-1353 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d4297c3f0affce4b46d730e2d159065f9736cf70 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 Commit message: "Merge pull request #504 from lenny-intel/depbot" > git rev-list --no-walk 3b3ebc9b4bec1cb8920d3faa8dcf6917f2351578 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T22:44:53.791Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T22:44:54.073Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T22:44:54.185Z] ========================================================= [2020-09-24T22:44:54.185Z] EdgeX Global Pipelines Version Info [2020-09-24T22:44:54.185Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:44:55.685Z] ------------------- [2020-09-24T22:44:55.685Z] stable info: [2020-09-24T22:44:55.685Z] ------------------- [2020-09-24T22:44:55.685Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T22:44:55.685Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T22:44:55.685Z] Message: update stable to v1.0.128 [2020-09-24T22:44:56.630Z] ------------------- [2020-09-24T22:44:56.630Z] experimental info: [2020-09-24T22:44:56.630Z] ------------------- [2020-09-24T22:44:56.630Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T22:44:56.630Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T22:44:56.630Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T22:44:57.002Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-24T22:44:57.093Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-24T22:44:57.182Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T22:44:57.274Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T22:44:57.365Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T22:44:57.508Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T22:44:57.619Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T22:44:57.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T22:44:57.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T22:44:57.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T22:44:58.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T22:44:58.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-24T22:44:58.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T22:44:58.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T22:44:58.374Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:44:58.466Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:44:58.574Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:44:58.661Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:44:58.755Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-24T22:44:58.853Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T22:44:58.947Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-24T22:44:59.047Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-24T22:44:59.137Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T22:44:59.225Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T22:44:59.343Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T22:44:59.432Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-24T22:44:59.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-24T22:44:59.601Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-24T22:44:59.683Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4297c3f0affce4b46d730e2d159065f9736cf70 [Pipeline] echo [2020-09-24T22:44:59.767Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4297c3 [Pipeline] echo [2020-09-24T22:44:59.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T22:45:00.946Z] + git log --format=format:%s -1 d4297c3f0affce4b46d730e2d159065f9736cf70 [Pipeline] echo [2020-09-24T22:45:01.019Z] GIT_COMMIT: d4297c3f0affce4b46d730e2d159065f9736cf70, Commit Message: Merge pull request #504 from lenny-intel/depbot [Pipeline] echo [2020-09-24T22:45:01.071Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:45:02.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:45:02.369Z] [2020-09-24T22:45:02.369Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:45:02.767Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:45:02.767Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T22:45:02.767Z] 31603596830f: Pulling fs layer [2020-09-24T22:45:02.767Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T22:45:02.767Z] 6ca5941a6612: Pulling fs layer [2020-09-24T22:45:02.767Z] ecc8261a40a4: Pulling fs layer [2020-09-24T22:45:02.767Z] ecc8261a40a4: Waiting [2020-09-24T22:45:02.767Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T22:45:02.767Z] 2a8b12db71e7: Download complete [2020-09-24T22:45:03.038Z] 31603596830f: Download complete [2020-09-24T22:45:03.038Z] ecc8261a40a4: Verifying Checksum [2020-09-24T22:45:03.038Z] ecc8261a40a4: Download complete [2020-09-24T22:45:03.038Z] 6ca5941a6612: Verifying Checksum [2020-09-24T22:45:03.038Z] 6ca5941a6612: Download complete [2020-09-24T22:45:03.304Z] 31603596830f: Pull complete [2020-09-24T22:45:03.567Z] 2a8b12db71e7: Pull complete [2020-09-24T22:45:04.519Z] 6ca5941a6612: Pull complete [2020-09-24T22:45:04.519Z] ecc8261a40a4: Pull complete [2020-09-24T22:45:04.519Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T22:45:04.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:45:04.519Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T22:45:04.644Z] prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container [2020-09-24T22:45:04.701Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T22:45:06.751Z] $ docker top 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T22:45:07.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T22:45:07.103Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T22:45:07.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T22:45:07.320Z] $ docker exec 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent [2020-09-24T22:45:07.476Z] SSH_AUTH_SOCK=/tmp/ssh-JoaRMAuVIAeM/agent.11 [2020-09-24T22:45:07.476Z] SSH_AGENT_PID=17 [2020-09-24T22:45:07.489Z] Running ssh-add (command line suppressed) [2020-09-24T22:45:07.611Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6417922499460160599.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6417922499460160599.key) [2020-09-24T22:45:07.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T22:45:08.105Z] + git describe --exact-match --tags HEAD [2020-09-24T22:45:08.105Z] fatal: no tag exactly matches 'd4297c3f0affce4b46d730e2d159065f9736cf70' [Pipeline] } [2020-09-24T22:45:08.132Z] $ docker exec --env ******** --env ******** 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent -k [2020-09-24T22:45:08.250Z] unset SSH_AUTH_SOCK; [2020-09-24T22:45:08.251Z] unset SSH_AGENT_PID; [2020-09-24T22:45:08.251Z] echo Agent pid 17 killed; [2020-09-24T22:45:08.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T22:45:08.395Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T22:45:08.395Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T22:45:08.494Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T22:45:08.494Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T22:45:08.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T22:45:08.673Z] $ docker exec 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent [2020-09-24T22:45:08.843Z] SSH_AUTH_SOCK=/tmp/ssh-SVTKZQQWhdds/agent.47 [2020-09-24T22:45:08.843Z] SSH_AGENT_PID=52 [2020-09-24T22:45:08.851Z] Running ssh-add (command line suppressed) [2020-09-24T22:45:08.969Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5644751419078512605.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5644751419078512605.key) [2020-09-24T22:45:09.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T22:45:09.353Z] + git semver init [2020-09-24T22:45:09.353Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T22:45:09.353Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T22:45:09.353Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T22:45:09.353Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T22:45:09.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T22:45:09.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T22:45:09.353Z] # $SEMVER_BRANCH = master [2020-09-24T22:45:09.353Z] # $SEMVER_TEMP = /tmp/semver-286829268 [2020-09-24T22:45:09.353Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-24T22:45:11.915Z] # '/tmp/semver-286829268' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-24T22:45:11.915Z] # -> Force: false [2020-09-24T22:45:11.915Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-24T22:45:11.932Z] $ docker exec --env ******** --env ******** 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 ssh-agent -k [2020-09-24T22:45:12.061Z] unset SSH_AUTH_SOCK; [2020-09-24T22:45:12.062Z] unset SSH_AGENT_PID; [2020-09-24T22:45:12.062Z] echo Agent pid 52 killed; [2020-09-24T22:45:12.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T22:45:12.613Z] + git semver [Pipeline] } [2020-09-24T22:45:12.633Z] $ docker stop --time=1 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 [2020-09-24T22:45:14.091Z] $ docker rm -f 88e81caad9fe0838d505a70e2a6cc9f1b54674009ac2ece95dc4451e6f711854 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T22:45:16.426Z] Stashed 47 file(s) [Pipeline] echo [2020-09-24T22:45:16.429Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.34 [Pipeline] echo [2020-09-24T22:45:16.522Z] Archived original version: [1.2.1-dev.34] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-24T22:45:31.945Z] Still waiting to schedule task [2020-09-24T22:45:31.945Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-24T22:45:31.948Z] Still waiting to schedule task [2020-09-24T22:45:31.948Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1350’ [2020-09-24T22:46:56.243Z] Running on prd-centos7-docker-4c-2g-1359 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-24T22:46:56.302Z] Running in /w/workspace/app-functions-sdk-go/122 [Pipeline] { [Pipeline] checkout [2020-09-24T22:46:59.242Z] using credential edgex-jenkins-ssh [2020-09-24T22:46:59.293Z] Cloning the remote Git repository [2020-09-24T22:46:59.325Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:46:59.395Z] > git init /w/workspace/app-functions-sdk-go/122 # timeout=10 [2020-09-24T22:46:59.913Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:46:59.914Z] > git --version # timeout=10 [2020-09-24T22:46:59.919Z] > git --version # 'git version 2.16.5' [2020-09-24T22:46:59.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:46:59.946Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:47:01.965Z] Checking out Revision d4297c3f0affce4b46d730e2d159065f9736cf70 (master) [2020-09-24T22:47:01.338Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:47:01.349Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:47:01.364Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:47:01.379Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:47:01.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:47:01.384Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T22:47:01.976Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T22:47:01.983Z] > git checkout -f d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [2020-09-24T22:47:05.706Z] Commit message: "Merge pull request #504 from lenny-intel/depbot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T22:47:07.760Z] ========================================================= [2020-09-24T22:47:07.760Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T22:47:07.760Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:47:09.246Z] + 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 . [2020-09-24T22:47:09.836Z] Sending build context to Docker daemon 37.37MB [2020-09-24T22:47:09.836Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T22:47:09.836Z] Step 2/8 : FROM ${BASE} [2020-09-24T22:47:10.102Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T22:47:10.102Z] df20fa9351a1: Pulling fs layer [2020-09-24T22:47:10.102Z] ed8968b2872e: Pulling fs layer [2020-09-24T22:47:10.102Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T22:47:10.102Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T22:47:10.102Z] e73272ec9a57: Pulling fs layer [2020-09-24T22:47:10.102Z] 1e910a182e73: Pulling fs layer [2020-09-24T22:47:10.102Z] 4e634b169226: Pulling fs layer [2020-09-24T22:47:10.102Z] e871e8e8d7a9: Waiting [2020-09-24T22:47:10.102Z] e73272ec9a57: Waiting [2020-09-24T22:47:10.102Z] 1e910a182e73: Waiting [2020-09-24T22:47:10.102Z] 4e634b169226: Waiting [2020-09-24T22:47:10.102Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T22:47:10.102Z] a92cc7c5fd73: Download complete [2020-09-24T22:47:10.102Z] ed8968b2872e: Download complete [2020-09-24T22:47:10.102Z] e73272ec9a57: Download complete [2020-09-24T22:47:10.102Z] 1e910a182e73: Download complete [2020-09-24T22:47:10.102Z] df20fa9351a1: Verifying Checksum [2020-09-24T22:47:10.102Z] df20fa9351a1: Download complete [2020-09-24T22:47:10.368Z] df20fa9351a1: Pull complete [2020-09-24T22:47:10.630Z] ed8968b2872e: Pull complete [2020-09-24T22:47:10.630Z] a92cc7c5fd73: Pull complete [2020-09-24T22:47:13.953Z] 4e634b169226: Verifying Checksum [2020-09-24T22:47:13.953Z] 4e634b169226: Download complete [2020-09-24T22:47:15.362Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T22:47:15.362Z] e871e8e8d7a9: Download complete [2020-09-24T22:47:20.701Z] e871e8e8d7a9: Pull complete [2020-09-24T22:47:20.701Z] e73272ec9a57: Pull complete [2020-09-24T22:47:20.701Z] 1e910a182e73: Pull complete [2020-09-24T22:47:24.942Z] 4e634b169226: Pull complete [2020-09-24T22:47:24.942Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T22:47:24.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T22:47:24.942Z] ---> f7629b54cfaa [2020-09-24T22:47:24.942Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T22:47:25.209Z] latest: Pulling from library/docker [2020-09-24T22:47:25.473Z] df20fa9351a1: Already exists [2020-09-24T22:47:25.473Z] 25ad7478873d: Pulling fs layer [2020-09-24T22:47:25.473Z] 4684f6177b5d: Pulling fs layer [2020-09-24T22:47:25.473Z] 8ba584e970af: Pulling fs layer [2020-09-24T22:47:25.473Z] 3cdc74d2b06d: Pulling fs layer [2020-09-24T22:47:25.473Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-24T22:47:25.473Z] fca0ccc462d5: Pulling fs layer [2020-09-24T22:47:25.473Z] 4cf5a0d07c1f: Waiting [2020-09-24T22:47:25.473Z] fca0ccc462d5: Waiting [2020-09-24T22:47:25.473Z] 3cdc74d2b06d: Waiting [2020-09-24T22:47:25.744Z] 4684f6177b5d: Verifying Checksum [2020-09-24T22:47:25.744Z] 4684f6177b5d: Download complete [2020-09-24T22:47:25.744Z] 25ad7478873d: Download complete [2020-09-24T22:47:25.744Z] 3cdc74d2b06d: Verifying Checksum [2020-09-24T22:47:25.744Z] 3cdc74d2b06d: Download complete [2020-09-24T22:47:26.017Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-24T22:47:26.017Z] 4cf5a0d07c1f: Download complete [2020-09-24T22:47:26.017Z] fca0ccc462d5: Verifying Checksum [2020-09-24T22:47:26.017Z] fca0ccc462d5: Download complete [2020-09-24T22:47:26.283Z] 25ad7478873d: Pull complete [2020-09-24T22:47:26.550Z] 4684f6177b5d: Pull complete [2020-09-24T22:47:26.550Z] 8ba584e970af: Download complete [2020-09-24T22:47:29.118Z] 8ba584e970af: Pull complete [2020-09-24T22:47:29.118Z] 3cdc74d2b06d: Pull complete [2020-09-24T22:47:29.118Z] 4cf5a0d07c1f: Pull complete [2020-09-24T22:47:29.118Z] fca0ccc462d5: Pull complete [2020-09-24T22:47:29.118Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T22:47:29.118Z] Status: Downloaded newer image for docker:latest [2020-09-24T22:47:30.512Z] ---> cb23d14be2ac [2020-09-24T22:47:30.512Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T22:47:30.775Z] ---> Running in 99538f3cffd8 [2020-09-24T22:47:30.775Z] Removing intermediate container 99538f3cffd8 [2020-09-24T22:47:30.775Z] ---> 634b6d212ab0 [2020-09-24T22:47:30.775Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T22:47:31.039Z] ---> Running in 793f37e571e5 [2020-09-24T22:47:31.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T22:47:32.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T22:47:32.898Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T22:47:33.161Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T22:47:33.161Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T22:47:33.161Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T22:47:33.424Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T22:47:33.424Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T22:47:33.424Z] OK: 167 MiB in 44 packages [2020-09-24T22:47:34.004Z] Removing intermediate container 793f37e571e5 [2020-09-24T22:47:34.004Z] ---> 73b0c6aa6a25 [2020-09-24T22:47:34.004Z] Step 6/8 : WORKDIR /build [2020-09-24T22:47:34.004Z] ---> Running in a235fe3d2d3c [2020-09-24T22:47:34.267Z] Removing intermediate container a235fe3d2d3c [2020-09-24T22:47:34.267Z] ---> 750bb9de10ae [2020-09-24T22:47:34.267Z] Step 7/8 : COPY go.mod . [2020-09-24T22:47:34.530Z] ---> bb6bd78f0fd5 [2020-09-24T22:47:34.530Z] Step 8/8 : RUN go mod download [2020-09-24T22:47:34.530Z] ---> Running in 5d97f602a316 [2020-09-24T22:48:01.175Z] Removing intermediate container 5d97f602a316 [2020-09-24T22:48:01.175Z] ---> 1f10dcdfae58 [2020-09-24T22:48:01.175Z] Successfully built 1f10dcdfae58 [2020-09-24T22:48:01.175Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:48:01.564Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T22:48:01.564Z] . [Pipeline] withDockerContainer [2020-09-24T22:48:01.827Z] prd-centos7-docker-4c-2g-1359 does not seem to be running inside a container [2020-09-24T22:48:01.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/122 -v /w/workspace/app-functions-sdk-go/122:/w/workspace/app-functions-sdk-go/122:rw,z -v /w/workspace/app-functions-sdk-go/122@tmp:/w/workspace/app-functions-sdk-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-24T22:48:02.764Z] $ docker top 619edf26166f1bf2a4b9e5c36827be3b77a3ed9ec65847b6ee84b21437d82221 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:48:03.277Z] + go version [2020-09-24T22:48:03.277Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T22:48:03.292Z] $ docker stop --time=1 619edf26166f1bf2a4b9e5c36827be3b77a3ed9ec65847b6ee84b21437d82221 [2020-09-24T22:48:04.649Z] $ docker rm -f 619edf26166f1bf2a4b9e5c36827be3b77a3ed9ec65847b6ee84b21437d82221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T22:48:19.914Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1361 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-24T22:48:19.966Z] Running in /w/workspace/app-functions-sdk-go/122 [Pipeline] { [Pipeline] checkout [2020-09-24T22:48:25.310Z] using credential edgex-jenkins-ssh [2020-09-24T22:48:25.398Z] Cloning the remote Git repository [2020-09-24T22:48:25.471Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:48:25.545Z] > git init /w/workspace/app-functions-sdk-go/122 # timeout=10 [2020-09-24T22:48:25.626Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:48:25.627Z] > git --version # timeout=10 [2020-09-24T22:48:25.648Z] > git --version # 'git version 2.17.1' [2020-09-24T22:48:25.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:48:25.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:48:32.756Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:48:32.769Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:48:32.806Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:48:32.837Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:48:32.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:48:32.856Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T22:48:33.600Z] Checking out Revision d4297c3f0affce4b46d730e2d159065f9736cf70 (master) [2020-09-24T22:48:33.976Z] Commit message: "Merge pull request #504 from lenny-intel/depbot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-24T22:48:33.602Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T22:48:33.632Z] > git checkout -f d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [Pipeline] echo [2020-09-24T22:48:37.824Z] ========================================================= [2020-09-24T22:48:37.824Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T22:48:37.824Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:48:39.008Z] + 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 . [2020-09-24T22:48:40.461Z] Sending build context to Docker daemon 37.37MB [2020-09-24T22:48:40.461Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T22:48:40.461Z] Step 2/8 : FROM ${BASE} [2020-09-24T22:48:40.738Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T22:48:40.738Z] b538f80385f9: Pulling fs layer [2020-09-24T22:48:40.738Z] 74f711af9a0d: Pulling fs layer [2020-09-24T22:48:40.738Z] 99f96fe45779: Pulling fs layer [2020-09-24T22:48:40.738Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T22:48:40.738Z] 45590311c82a: Pulling fs layer [2020-09-24T22:48:40.738Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T22:48:40.738Z] 209524e5b208: Pulling fs layer [2020-09-24T22:48:40.738Z] 8529a6b9a6be: Waiting [2020-09-24T22:48:40.738Z] 45590311c82a: Waiting [2020-09-24T22:48:40.738Z] 69ca0ff8b7b3: Waiting [2020-09-24T22:48:40.738Z] 209524e5b208: Waiting [2020-09-24T22:48:40.738Z] 99f96fe45779: Download complete [2020-09-24T22:48:40.738Z] 74f711af9a0d: Download complete [2020-09-24T22:48:40.738Z] 45590311c82a: Download complete [2020-09-24T22:48:40.738Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-24T22:48:40.738Z] 69ca0ff8b7b3: Download complete [2020-09-24T22:48:41.342Z] b538f80385f9: Verifying Checksum [2020-09-24T22:48:41.342Z] b538f80385f9: Download complete [2020-09-24T22:48:41.960Z] b538f80385f9: Pull complete [2020-09-24T22:48:42.954Z] 74f711af9a0d: Pull complete [2020-09-24T22:48:43.232Z] 99f96fe45779: Pull complete [2020-09-24T22:48:43.232Z] 209524e5b208: Verifying Checksum [2020-09-24T22:48:43.232Z] 209524e5b208: Download complete [2020-09-24T22:48:44.674Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T22:48:44.674Z] 8529a6b9a6be: Download complete [2020-09-24T22:48:54.865Z] 8529a6b9a6be: Pull complete [2020-09-24T22:48:55.145Z] 45590311c82a: Pull complete [2020-09-24T22:48:55.425Z] 69ca0ff8b7b3: Pull complete [2020-09-24T22:48:58.865Z] 209524e5b208: Pull complete [2020-09-24T22:48:58.865Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T22:48:58.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T22:48:58.865Z] ---> 5bddaf1c2fca [2020-09-24T22:48:58.865Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T22:48:59.141Z] latest: Pulling from library/docker [2020-09-24T22:48:59.141Z] b538f80385f9: Already exists [2020-09-24T22:48:59.141Z] 259a493cd78d: Pulling fs layer [2020-09-24T22:48:59.141Z] b8e66b5100f5: Pulling fs layer [2020-09-24T22:48:59.141Z] 7f8258a56ab6: Pulling fs layer [2020-09-24T22:48:59.141Z] 75a0a0ebb566: Pulling fs layer [2020-09-24T22:48:59.141Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-24T22:48:59.141Z] 294320357d30: Pulling fs layer [2020-09-24T22:48:59.141Z] 75a0a0ebb566: Waiting [2020-09-24T22:48:59.141Z] 4a2c62f0a2a3: Waiting [2020-09-24T22:48:59.141Z] 294320357d30: Waiting [2020-09-24T22:48:59.422Z] b8e66b5100f5: Verifying Checksum [2020-09-24T22:48:59.422Z] b8e66b5100f5: Download complete [2020-09-24T22:48:59.422Z] 259a493cd78d: Verifying Checksum [2020-09-24T22:48:59.422Z] 259a493cd78d: Download complete [2020-09-24T22:48:59.422Z] 75a0a0ebb566: Verifying Checksum [2020-09-24T22:48:59.422Z] 75a0a0ebb566: Download complete [2020-09-24T22:48:59.422Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-24T22:48:59.422Z] 4a2c62f0a2a3: Download complete [2020-09-24T22:49:00.408Z] 259a493cd78d: Pull complete [2020-09-24T22:49:00.408Z] b8e66b5100f5: Pull complete [2020-09-24T22:49:00.685Z] 7f8258a56ab6: Download complete [2020-09-24T22:49:04.107Z] 7f8258a56ab6: Pull complete [2020-09-24T22:49:04.107Z] 75a0a0ebb566: Pull complete [2020-09-24T22:49:04.382Z] 4a2c62f0a2a3: Pull complete [2020-09-24T22:49:04.986Z] 294320357d30: Pull complete [2020-09-24T22:49:04.986Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T22:49:04.986Z] Status: Downloaded newer image for docker:latest [2020-09-24T22:49:11.772Z] ---> cd5d04b06331 [2020-09-24T22:49:11.772Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T22:49:11.772Z] ---> Running in 2fff0720683f [2020-09-24T22:49:11.772Z] Removing intermediate container 2fff0720683f [2020-09-24T22:49:11.772Z] ---> 73c55d492e43 [2020-09-24T22:49:11.772Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T22:49:11.772Z] ---> Running in baf74be8c690 [2020-09-24T22:49:13.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T22:49:14.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T22:49:15.389Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T22:49:15.662Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T22:49:15.662Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T22:49:15.936Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T22:49:15.936Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T22:49:15.936Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T22:49:15.936Z] OK: 144 MiB in 44 packages [2020-09-24T22:49:17.380Z] Removing intermediate container baf74be8c690 [2020-09-24T22:49:17.380Z] ---> 98cf1f64eb77 [2020-09-24T22:49:17.380Z] Step 6/8 : WORKDIR /build [2020-09-24T22:49:17.656Z] ---> Running in 22ccd6898221 [2020-09-24T22:49:18.256Z] Removing intermediate container 22ccd6898221 [2020-09-24T22:49:18.256Z] ---> 24c78d31f2c5 [2020-09-24T22:49:18.256Z] Step 7/8 : COPY go.mod . [2020-09-24T22:49:18.883Z] ---> f73f721071ea [2020-09-24T22:49:18.883Z] Step 8/8 : RUN go mod download [2020-09-24T22:49:18.883Z] ---> Running in 357b1cab2ed6 [2020-09-24T22:49:51.280Z] Removing intermediate container 357b1cab2ed6 [2020-09-24T22:49:51.280Z] ---> f1a61dfd4eb2 [2020-09-24T22:49:51.280Z] Successfully built f1a61dfd4eb2 [2020-09-24T22:49:51.280Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:49:51.683Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T22:49:51.683Z] . [Pipeline] withDockerContainer [2020-09-24T22:49:51.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-1361 does not seem to be running inside a container [2020-09-24T22:49:52.007Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/122 -v /w/workspace/app-functions-sdk-go/122:/w/workspace/app-functions-sdk-go/122:rw,z -v /w/workspace/app-functions-sdk-go/122@tmp:/w/workspace/app-functions-sdk-go/122@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-24T22:49:53.953Z] $ docker top bf84d15850b7c08d91bb4cbb6c3b4dee081224643734c32e8e57a14bd6f9ee7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:49:55.397Z] + go version [2020-09-24T22:49:55.397Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T22:49:55.418Z] $ docker stop --time=1 bf84d15850b7c08d91bb4cbb6c3b4dee081224643734c32e8e57a14bd6f9ee7f [2020-09-24T22:49:57.364Z] $ docker rm -f bf84d15850b7c08d91bb4cbb6c3b4dee081224643734c32e8e57a14bd6f9ee7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-24T22:50:00.207Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-24T22:50:00.209Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-24T22:50:00.257Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:50:00.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T22:50:00.723Z] [2020-09-24T22:50:00.724Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:50:01.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T22:50:01.084Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-24T22:50:01.084Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-24T22:50:01.084Z] 408f87550127: Pulling fs layer [2020-09-24T22:50:01.084Z] fe522b08c979: Pulling fs layer [2020-09-24T22:50:01.084Z] 221eaa008020: Pulling fs layer [2020-09-24T22:50:01.084Z] 2a4607e5d6b9: Pulling fs layer [2020-09-24T22:50:01.084Z] 8f79b27c4fd2: Pulling fs layer [2020-09-24T22:50:01.084Z] e5c8dbe1645b: Pulling fs layer [2020-09-24T22:50:01.084Z] 23e8b3b47431: Pulling fs layer [2020-09-24T22:50:01.084Z] 5c568d65a230: Pulling fs layer [2020-09-24T22:50:01.084Z] 8f79b27c4fd2: Waiting [2020-09-24T22:50:01.084Z] e5c8dbe1645b: Waiting [2020-09-24T22:50:01.084Z] 23e8b3b47431: Waiting [2020-09-24T22:50:01.084Z] 5c568d65a230: Waiting [2020-09-24T22:50:01.084Z] 221eaa008020: Waiting [2020-09-24T22:50:01.084Z] 2a4607e5d6b9: Waiting [2020-09-24T22:50:01.084Z] fe522b08c979: Verifying Checksum [2020-09-24T22:50:01.084Z] fe522b08c979: Download complete [2020-09-24T22:50:01.084Z] 408f87550127: Download complete [2020-09-24T22:50:01.084Z] 2a4607e5d6b9: Verifying Checksum [2020-09-24T22:50:01.084Z] 2a4607e5d6b9: Download complete [2020-09-24T22:50:01.084Z] 8f79b27c4fd2: Verifying Checksum [2020-09-24T22:50:01.084Z] 8f79b27c4fd2: Download complete [2020-09-24T22:50:01.084Z] cbdbe7a5bc2a: Download complete [2020-09-24T22:50:01.700Z] cbdbe7a5bc2a: Pull complete [2020-09-24T22:50:01.969Z] 408f87550127: Pull complete [2020-09-24T22:50:01.969Z] fe522b08c979: Pull complete [2020-09-24T22:50:01.969Z] e5c8dbe1645b: Verifying Checksum [2020-09-24T22:50:01.969Z] e5c8dbe1645b: Download complete [2020-09-24T22:50:03.386Z] 23e8b3b47431: Verifying Checksum [2020-09-24T22:50:03.386Z] 23e8b3b47431: Download complete [2020-09-24T22:50:03.386Z] 5c568d65a230: Verifying Checksum [2020-09-24T22:50:03.386Z] 5c568d65a230: Download complete [2020-09-24T22:50:04.345Z] 221eaa008020: Verifying Checksum [2020-09-24T22:50:04.345Z] 221eaa008020: Download complete [2020-09-24T22:50:11.015Z] 221eaa008020: Pull complete [2020-09-24T22:50:11.015Z] 2a4607e5d6b9: Pull complete [2020-09-24T22:50:11.280Z] 8f79b27c4fd2: Pull complete [2020-09-24T22:50:13.276Z] e5c8dbe1645b: Pull complete [2020-09-24T22:50:15.853Z] 23e8b3b47431: Pull complete [2020-09-24T22:50:17.253Z] 5c568d65a230: Pull complete [2020-09-24T22:50:17.253Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-24T22:50:17.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-24T22:50:17.253Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-24T22:50:17.480Z] prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container [2020-09-24T22:50:17.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-24T22:50:18.616Z] $ docker top 4bc098cd02e0c593971cc0589a8f7eb73d400cb2216cd9739bffbf6d3e3f127e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:50:19.104Z] + snyk monitor '--org=edgex-jenkins' [2020-09-24T22:50:27.281Z] [2020-09-24T22:50:27.281Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-24T22:50:27.281Z] [2020-09-24T22:50:27.281Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/02cab19a-fb82-4bb8-9470-98c224c3b274 [2020-09-24T22:50:27.281Z] [2020-09-24T22:50:27.281Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-24T22:50:27.281Z] [2020-09-24T22:50:27.281Z] [2020-09-24T22:50:27.281Z] Snyk CLI supports Node.js 8 and higher. [2020-09-24T22:50:27.281Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-24T22:50:27.281Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-24T22:50:27.281Z] [2020-09-24T22:50:27.281Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-24T22:50:27.281Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-24T22:50:27.299Z] $ docker stop --time=1 4bc098cd02e0c593971cc0589a8f7eb73d400cb2216cd9739bffbf6d3e3f127e [2020-09-24T22:50:32.256Z] $ docker rm -f 4bc098cd02e0c593971cc0589a8f7eb73d400cb2216cd9739bffbf6d3e3f127e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-24T22:50:33.811Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T22:50:33.866Z] provisioning config files... [2020-09-24T22:50:33.881Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8937564053300395443tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:50:34.283Z] --> edgex-publish-swagger.sh [2020-09-24T22:50:34.283Z] === Publish openapi/v2 API === [2020-09-24T22:50:34.283Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-24T22:50:34.283Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-24T22:50:34.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-24T22:50:34.283Z] Dload Upload Total Spent Left Speed [2020-09-24T22:50:35.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10138 0:00:01 0:00:01 --:--:-- 10144 100 13025 0 0 100 13025 0 10135 0:00:01 0:00:01 --:--:-- 10144 [2020-09-24T22:50:35.677Z] [2020-09-24T22:50:35.677Z] [Pipeline] } [2020-09-24T22:50:35.689Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:50:37.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:50:37.924Z] . [Pipeline] withDockerContainer [2020-09-24T22:50:38.036Z] prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container [2020-09-24T22:50:38.089Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T22:50:38.988Z] $ docker top f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T22:50:39.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T22:50:39.295Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T22:50:39.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T22:50:39.558Z] $ docker exec f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 ssh-agent [2020-09-24T22:50:39.782Z] SSH_AUTH_SOCK=/tmp/ssh-uhLNQ9yssjko/agent.11 [2020-09-24T22:50:39.782Z] SSH_AGENT_PID=17 [2020-09-24T22:50:39.792Z] Running ssh-add (command line suppressed) [2020-09-24T22:50:39.955Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8764723556463426884.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8764723556463426884.key) [2020-09-24T22:50:40.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T22:50:40.372Z] + git semver tag [2020-09-24T22:50:40.372Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T22:50:40.372Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T22:50:40.372Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T22:50:40.372Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T22:50:40.372Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T22:50:40.372Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T22:50:40.372Z] # $SEMVER_BRANCH = master [2020-09-24T22:50:40.372Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-24T22:50:40.372Z] # d4297c3f0affce4b46d730e2d159065f9736cf70 HEAD [2020-09-24T22:50:40.372Z] # -> Force: false [2020-09-24T22:50:40.372Z] # 383ff7292402372a1fbd3b7b0efa96face3aa6a2 refs/tags/v1.2.1-dev.34 [Pipeline] } [2020-09-24T22:50:40.386Z] $ docker exec --env ******** --env ******** f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 ssh-agent -k [2020-09-24T22:50:40.516Z] unset SSH_AUTH_SOCK; [2020-09-24T22:50:40.516Z] unset SSH_AGENT_PID; [2020-09-24T22:50:40.517Z] echo Agent pid 17 killed; [2020-09-24T22:50:40.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T22:50:41.076Z] + git semver [Pipeline] } [2020-09-24T22:50:41.095Z] $ docker stop --time=1 f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 [2020-09-24T22:50:42.493Z] $ docker rm -f f58896d8e8e5ca4dbdbcebfa8fba1e75f5b62d08c6e55be29ac37f2182d61f14 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:50:43.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T22:50:43.142Z] [2020-09-24T22:50:43.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:50:43.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T22:50:43.499Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-24T22:50:43.499Z] ab5ef0e58194: Pulling fs layer [2020-09-24T22:50:43.499Z] 9712f1f96733: Pulling fs layer [2020-09-24T22:50:43.499Z] 63f879dbbcfc: Pulling fs layer [2020-09-24T22:50:43.499Z] 0d9ebad4ef96: Pulling fs layer [2020-09-24T22:50:43.499Z] e9a5061849ea: Pulling fs layer [2020-09-24T22:50:43.499Z] d747dcd14b5f: Pulling fs layer [2020-09-24T22:50:43.499Z] 2de7ff778b66: Pulling fs layer [2020-09-24T22:50:43.499Z] 0d9ebad4ef96: Waiting [2020-09-24T22:50:43.499Z] e9a5061849ea: Waiting [2020-09-24T22:50:43.499Z] 2de7ff778b66: Waiting [2020-09-24T22:50:43.499Z] d747dcd14b5f: Waiting [2020-09-24T22:50:43.499Z] 9712f1f96733: Verifying Checksum [2020-09-24T22:50:43.499Z] 9712f1f96733: Download complete [2020-09-24T22:50:45.439Z] 63f879dbbcfc: Verifying Checksum [2020-09-24T22:50:45.439Z] 63f879dbbcfc: Download complete [2020-09-24T22:50:45.703Z] e9a5061849ea: Verifying Checksum [2020-09-24T22:50:45.703Z] e9a5061849ea: Download complete [2020-09-24T22:50:45.703Z] d747dcd14b5f: Verifying Checksum [2020-09-24T22:50:45.703Z] d747dcd14b5f: Download complete [2020-09-24T22:50:45.969Z] 2de7ff778b66: Verifying Checksum [2020-09-24T22:50:45.969Z] 2de7ff778b66: Download complete [2020-09-24T22:50:46.240Z] ab5ef0e58194: Verifying Checksum [2020-09-24T22:50:46.240Z] ab5ef0e58194: Download complete [2020-09-24T22:50:46.509Z] 0d9ebad4ef96: Verifying Checksum [2020-09-24T22:50:46.509Z] 0d9ebad4ef96: Download complete [2020-09-24T22:50:50.769Z] ab5ef0e58194: Pull complete [2020-09-24T22:50:50.769Z] 9712f1f96733: Pull complete [2020-09-24T22:50:54.104Z] 63f879dbbcfc: Pull complete [2020-09-24T22:51:00.740Z] 0d9ebad4ef96: Pull complete [2020-09-24T22:51:02.174Z] e9a5061849ea: Pull complete [2020-09-24T22:51:02.437Z] d747dcd14b5f: Pull complete [2020-09-24T22:51:05.013Z] 2de7ff778b66: Pull complete [2020-09-24T22:51:05.013Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-24T22:51:05.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-24T22:51:05.013Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-24T22:51:05.193Z] prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container [2020-09-24T22:51:05.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-24T22:51:08.860Z] $ docker top d36116fa0f67a4b60cd507d2086d07b4d4aeccfb2410472f0e6ee2e0e1ca8c3f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-24T22:51:09.128Z] provisioning config files... [2020-09-24T22:51:09.138Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4363918538636312711tmp [2020-09-24T22:51:09.155Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4795651343254136069tmp [2020-09-24T22:51:09.172Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5306563543540501089tmp [Pipeline] { [Pipeline] echo [2020-09-24T22:51:09.261Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:51:09.561Z] ---> sigul-configuration.sh [2020-09-24T22:51:09.561Z] gpg: directory `/root/.gnupg' created [2020-09-24T22:51:09.561Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-24T22:51:09.561Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-24T22:51:09.561Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-24T22:51:09.561Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-24T22:51:09.561Z] gpg: CAST5 encrypted data [2020-09-24T22:51:09.821Z] gpg: encrypted with 1 passphrase [2020-09-24T22:51:09.821Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-24T22:51:10.121Z] + mkdir /home/jenkins [2020-09-24T22:51:10.121Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-24T22:51:10.419Z] + 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 [2020-09-24T22:51:10.431Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:51:10.733Z] ---> sigul-install.sh [2020-09-24T22:51:17.346Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-24T22:51:17.652Z] + git tag --list [2020-09-24T22:51:17.652Z] v0.1.0 [2020-09-24T22:51:17.652Z] v0.1.1 [2020-09-24T22:51:17.652Z] v1.0.0 [2020-09-24T22:51:17.652Z] v1.1.0 [2020-09-24T22:51:17.652Z] v1.2.0 [2020-09-24T22:51:17.652Z] v1.2.1-dev.1 [2020-09-24T22:51:17.652Z] v1.2.1-dev.10 [2020-09-24T22:51:17.652Z] v1.2.1-dev.11 [2020-09-24T22:51:17.652Z] v1.2.1-dev.12 [2020-09-24T22:51:17.653Z] v1.2.1-dev.13 [2020-09-24T22:51:17.653Z] v1.2.1-dev.14 [2020-09-24T22:51:17.653Z] v1.2.1-dev.15 [2020-09-24T22:51:17.653Z] v1.2.1-dev.16 [2020-09-24T22:51:17.653Z] v1.2.1-dev.17 [2020-09-24T22:51:17.653Z] v1.2.1-dev.18 [2020-09-24T22:51:17.653Z] v1.2.1-dev.19 [2020-09-24T22:51:17.653Z] v1.2.1-dev.2 [2020-09-24T22:51:17.653Z] v1.2.1-dev.20 [2020-09-24T22:51:17.653Z] v1.2.1-dev.21 [2020-09-24T22:51:17.653Z] v1.2.1-dev.22 [2020-09-24T22:51:17.653Z] v1.2.1-dev.23 [2020-09-24T22:51:17.653Z] v1.2.1-dev.24 [2020-09-24T22:51:17.653Z] v1.2.1-dev.25 [2020-09-24T22:51:17.653Z] v1.2.1-dev.26 [2020-09-24T22:51:17.653Z] v1.2.1-dev.27 [2020-09-24T22:51:17.653Z] v1.2.1-dev.28 [2020-09-24T22:51:17.653Z] v1.2.1-dev.29 [2020-09-24T22:51:17.653Z] v1.2.1-dev.3 [2020-09-24T22:51:17.653Z] v1.2.1-dev.30 [2020-09-24T22:51:17.653Z] v1.2.1-dev.31 [2020-09-24T22:51:17.653Z] v1.2.1-dev.32 [2020-09-24T22:51:17.653Z] v1.2.1-dev.33 [2020-09-24T22:51:17.653Z] v1.2.1-dev.34 [2020-09-24T22:51:17.653Z] v1.2.1-dev.4 [2020-09-24T22:51:17.653Z] v1.2.1-dev.5 [2020-09-24T22:51:17.653Z] v1.2.1-dev.6 [2020-09-24T22:51:17.653Z] v1.2.1-dev.7 [2020-09-24T22:51:17.653Z] v1.2.1-dev.8 [2020-09-24T22:51:17.653Z] v1.2.1-dev.9 [Pipeline] sh [2020-09-24T22:51:17.965Z] + lftools sign git-tag v1.2.1-dev.34 [2020-09-24T22:51:19.360Z] Signing Git tag with Sigul... [2020-09-24T22:51:19.360Z] Signing v1.2.1-dev.34 [Pipeline] echo [2020-09-24T22:51:20.323Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:51:20.635Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-24T22:51:20.644Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-24T22:51:20.748Z] $ docker stop --time=1 d36116fa0f67a4b60cd507d2086d07b4d4aeccfb2410472f0e6ee2e0e1ca8c3f [2020-09-24T22:51:22.793Z] $ docker rm -f d36116fa0f67a4b60cd507d2086d07b4d4aeccfb2410472f0e6ee2e0e1ca8c3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:51:23.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:51:23.734Z] . [Pipeline] withDockerContainer [2020-09-24T22:51:23.863Z] prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container [2020-09-24T22:51:23.918Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T22:51:24.579Z] $ docker top 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T22:51:24.916Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T22:51:24.916Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T22:51:25.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T22:51:25.116Z] $ docker exec 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d ssh-agent [2020-09-24T22:51:25.295Z] SSH_AUTH_SOCK=/tmp/ssh-UyRLvZRcOIbn/agent.12 [2020-09-24T22:51:25.295Z] SSH_AGENT_PID=17 [2020-09-24T22:51:25.302Z] Running ssh-add (command line suppressed) [2020-09-24T22:51:25.443Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7566626522479693182.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7566626522479693182.key) [2020-09-24T22:51:25.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T22:51:25.832Z] + git semver bump pre [2020-09-24T22:51:25.833Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T22:51:25.833Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T22:51:25.833Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T22:51:25.833Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T22:51:25.833Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T22:51:25.833Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T22:51:25.833Z] # $SEMVER_BRANCH = master [2020-09-24T22:51:25.833Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-24T22:51:25.833Z] 1.2.1-dev.35 [Pipeline] } [2020-09-24T22:51:25.846Z] $ docker exec --env ******** --env ******** 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d ssh-agent -k [2020-09-24T22:51:25.969Z] unset SSH_AUTH_SOCK; [2020-09-24T22:51:25.969Z] unset SSH_AGENT_PID; [2020-09-24T22:51:25.969Z] echo Agent pid 17 killed; [2020-09-24T22:51:26.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T22:51:26.478Z] + git semver [Pipeline] } [2020-09-24T22:51:26.499Z] $ docker stop --time=1 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d [2020-09-24T22:51:27.847Z] $ docker rm -f 077f92cb8f3bbb50d01a13f1c85194a171d97a757faa9c4563ad09b1cb3b6e6d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:51:28.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:51:28.379Z] . [Pipeline] withDockerContainer [2020-09-24T22:51:28.477Z] prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container [2020-09-24T22:51:28.523Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T22:51:29.146Z] $ docker top 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T22:51:29.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T22:51:29.451Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T22:51:29.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T22:51:29.635Z] $ docker exec 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 ssh-agent [2020-09-24T22:51:29.807Z] SSH_AUTH_SOCK=/tmp/ssh-J6EKbADze9rB/agent.12 [2020-09-24T22:51:29.807Z] SSH_AGENT_PID=18 [2020-09-24T22:51:29.814Z] Running ssh-add (command line suppressed) [2020-09-24T22:51:29.939Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6327807426145536352.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6327807426145536352.key) [2020-09-24T22:51:29.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T22:51:30.344Z] + git semver push [2020-09-24T22:51:30.345Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T22:51:30.345Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-24T22:51:30.345Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T22:51:30.345Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T22:51:30.345Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T22:51:30.345Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T22:51:30.345Z] # $SEMVER_BRANCH = master [2020-09-24T22:51:30.345Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-24T22:51:36.959Z] $ docker exec --env ******** --env ******** 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 ssh-agent -k [2020-09-24T22:51:37.110Z] unset SSH_AUTH_SOCK; [2020-09-24T22:51:37.111Z] unset SSH_AGENT_PID; [2020-09-24T22:51:37.111Z] echo Agent pid 18 killed; [2020-09-24T22:51:37.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T22:51:37.680Z] + git semver [Pipeline] } [2020-09-24T22:51:37.708Z] $ docker stop --time=1 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 [2020-09-24T22:51:39.052Z] $ docker rm -f 247b8cfc0dd945f66e080b342200979dfdc9f639e8b268181403c0d7c697e687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:51:40.410Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:51:40.987Z] ---> package-listing.sh [2020-09-24T22:51:40.987Z] ++ facter osfamily [2020-09-24T22:51:40.987Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T22:51:40.987Z] + OS_FAMILY=redhat [2020-09-24T22:51:40.987Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T22:51:40.987Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T22:51:40.987Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T22:51:40.987Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T22:51:40.987Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T22:51:40.987Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-24T22:51:40.987Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T22:51:40.987Z] + case "${OS_FAMILY}" in [2020-09-24T22:51:40.987Z] + rpm -qa [2020-09-24T22:51:40.987Z] + sort [2020-09-24T22:51:45.217Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T22:51:45.217Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T22:51:45.217Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T22:51:45.217Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-24T22:51:45.217Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-24T22:51:45.217Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:51:45.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T22:51:45.755Z] [2020-09-24T22:51:45.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:51:46.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T22:51:46.131Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T22:51:46.131Z] df20fa9351a1: Pulling fs layer [2020-09-24T22:51:46.131Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T22:51:46.131Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T22:51:46.131Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T22:51:46.131Z] 0dadc02b9964: Pulling fs layer [2020-09-24T22:51:46.131Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T22:51:46.131Z] 7a184a31f384: Pulling fs layer [2020-09-24T22:51:46.131Z] 0879bd2ef858: Pulling fs layer [2020-09-24T22:51:46.131Z] 46f8f816bc3b: Waiting [2020-09-24T22:51:46.131Z] 0dadc02b9964: Waiting [2020-09-24T22:51:46.131Z] ce6a7cf60c04: Waiting [2020-09-24T22:51:46.131Z] 0879bd2ef858: Waiting [2020-09-24T22:51:46.131Z] 7a184a31f384: Waiting [2020-09-24T22:51:46.131Z] 36b3adc4ff6f: Download complete [2020-09-24T22:51:46.131Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T22:51:46.131Z] 46f8f816bc3b: Download complete [2020-09-24T22:51:46.131Z] df20fa9351a1: Verifying Checksum [2020-09-24T22:51:46.131Z] df20fa9351a1: Download complete [2020-09-24T22:51:46.395Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T22:51:46.395Z] ce6a7cf60c04: Download complete [2020-09-24T22:51:46.395Z] 0dadc02b9964: Verifying Checksum [2020-09-24T22:51:46.395Z] 0dadc02b9964: Download complete [2020-09-24T22:51:46.395Z] 7a184a31f384: Verifying Checksum [2020-09-24T22:51:46.395Z] 7a184a31f384: Download complete [2020-09-24T22:51:46.395Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T22:51:46.395Z] 8ad3a11d3b57: Download complete [2020-09-24T22:51:46.669Z] df20fa9351a1: Pull complete [2020-09-24T22:51:46.933Z] 0879bd2ef858: Verifying Checksum [2020-09-24T22:51:46.933Z] 0879bd2ef858: Download complete [2020-09-24T22:51:46.933Z] 36b3adc4ff6f: Pull complete [2020-09-24T22:51:47.526Z] 8ad3a11d3b57: Pull complete [2020-09-24T22:51:47.526Z] 46f8f816bc3b: Pull complete [2020-09-24T22:51:47.790Z] 0dadc02b9964: Pull complete [2020-09-24T22:51:48.066Z] ce6a7cf60c04: Pull complete [2020-09-24T22:51:48.067Z] 7a184a31f384: Pull complete [2020-09-24T22:51:51.632Z] 0879bd2ef858: Pull complete [2020-09-24T22:51:51.632Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T22:51:51.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T22:51:51.633Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T22:51:51.765Z] prd-centos7-docker-4c-2g-1353 does not seem to be running inside a container [2020-09-24T22:51:51.811Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T22:51:54.897Z] $ docker top b1433dcadc91e42d08b63e49c62320ab7d1a1d56b6b183d46787f1d8bf399a2e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:51:55.446Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T22:51:55.745Z] + ls /var/log/sa-host [2020-09-24T22:51:55.745Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T22:51:55.745Z] file_magic: OK [2020-09-24T22:51:55.745Z] HZ: Using current value: 100 [2020-09-24T22:51:55.745Z] file_header: OK [2020-09-24T22:51:55.745Z] 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 [2020-09-24T22:51:55.745Z] Statistics: [2020-09-24T22:51:55.745Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T22:51:55.745Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T22:51:55.745Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T22:51:55.745Z] file_magic: OK [2020-09-24T22:51:55.745Z] HZ: Using current value: 100 [2020-09-24T22:51:55.745Z] file_header: OK [2020-09-24T22:51:55.745Z] 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 [2020-09-24T22:51:55.745Z] Statistics: [2020-09-24T22:51:55.745Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T22:51:55.745Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T22:51:55.805Z] provisioning config files... [2020-09-24T22:51:55.821Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2571445624365365634tmp [Pipeline] { [Pipeline] echo [2020-09-24T22:51:55.899Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:51:56.197Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T22:51:56.208Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:51:56.506Z] ---> logs-deploy.sh [2020-09-24T22:51:56.506Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/122 [2020-09-24T22:51:56.506Z] INFO: archiving workspace using pattern(s): [2020-09-24T22:51:57.898Z] Archives upload complete. [2020-09-24T22:51:57.898Z] INFO: archiving logs to Nexus [2020-09-24T22:51:58.848Z] ---> uname -a: [2020-09-24T22:51:58.848Z] Linux b1433dcadc91 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] ---> lscpu: [2020-09-24T22:51:58.848Z] Architecture: x86_64 [2020-09-24T22:51:58.848Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T22:51:58.848Z] Byte Order: Little Endian [2020-09-24T22:51:58.848Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T22:51:58.848Z] CPU(s): 4 [2020-09-24T22:51:58.848Z] On-line CPU(s) list: 0-3 [2020-09-24T22:51:58.848Z] Thread(s) per core: 1 [2020-09-24T22:51:58.848Z] Core(s) per socket: 1 [2020-09-24T22:51:58.848Z] Socket(s): 4 [2020-09-24T22:51:58.848Z] NUMA node(s): 1 [2020-09-24T22:51:58.848Z] Vendor ID: GenuineIntel [2020-09-24T22:51:58.848Z] CPU family: 6 [2020-09-24T22:51:58.848Z] Model: 44 [2020-09-24T22:51:58.848Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T22:51:58.848Z] Stepping: 1 [2020-09-24T22:51:58.848Z] CPU MHz: 2933.436 [2020-09-24T22:51:58.848Z] BogoMIPS: 5866.87 [2020-09-24T22:51:58.848Z] Virtualization: VT-x [2020-09-24T22:51:58.848Z] Hypervisor vendor: KVM [2020-09-24T22:51:58.848Z] Virtualization type: full [2020-09-24T22:51:58.848Z] L1d cache: 128 KiB [2020-09-24T22:51:58.848Z] L1i cache: 128 KiB [2020-09-24T22:51:58.848Z] L2 cache: 16 MiB [2020-09-24T22:51:58.848Z] L3 cache: 64 MiB [2020-09-24T22:51:58.848Z] NUMA node0 CPU(s): 0-3 [2020-09-24T22:51:58.848Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T22:51:58.848Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T22:51:58.848Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T22:51:58.848Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T22:51:58.848Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T22:51:58.848Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T22:51:58.848Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T22:51:58.848Z] Vulnerability Tsx async abort: Not affected [2020-09-24T22:51:58.848Z] 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 [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] ---> nproc: [2020-09-24T22:51:58.848Z] 4 [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] ---> df -h: [2020-09-24T22:51:58.848Z] Filesystem Size Used Available Use% Mounted on [2020-09-24T22:51:58.848Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-24T22:51:58.848Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-24T22:51:58.848Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-24T22:51:58.848Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-24T22:51:58.848Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-24T22:51:58.848Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-24T22:51:58.848Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-24T22:51:58.848Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-24T22:51:58.848Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master [2020-09-24T22:51:58.848Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] ---> free -m: [2020-09-24T22:51:58.848Z] total used free shared buff/cache available [2020-09-24T22:51:58.848Z] Mem: 1837 777 116 0 942 997 [2020-09-24T22:51:58.848Z] Swap: 1023 3 1020 [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] ---> ip addr: [2020-09-24T22:51:58.848Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-24T22:51:58.848Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-24T22:51:58.848Z] inet 127.0.0.1/8 scope host lo [2020-09-24T22:51:58.848Z] valid_lft forever preferred_lft forever [2020-09-24T22:51:58.848Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-24T22:51:58.848Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-24T22:51:58.848Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-24T22:51:58.848Z] valid_lft forever preferred_lft forever [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] ---> sar -b -r -n DEV: [2020-09-24T22:51:58.848Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] 22:44:00 LINUX RESTART (4 CPU) [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] 22:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-24T22:51:58.848Z] 22:46:01 25.63 6.08 19.55 0.00 1683.70 3611.78 0.00 [2020-09-24T22:51:58.848Z] 22:47:01 0.40 0.00 0.40 0.00 0.00 5.93 0.00 [2020-09-24T22:51:58.848Z] 22:48:01 0.37 0.00 0.37 0.00 0.00 5.58 0.00 [2020-09-24T22:51:58.848Z] 22:49:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 [2020-09-24T22:51:58.848Z] 22:50:01 1.10 0.25 0.85 0.00 201.70 23.63 0.00 [2020-09-24T22:51:58.848Z] 22:51:01 364.46 168.12 196.34 0.00 8255.31 59560.88 0.00 [2020-09-24T22:51:58.848Z] Average: 65.50 29.15 36.35 0.00 1690.69 10558.61 0.00 [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] 22:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-24T22:51:58.848Z] 22:46:01 211824 0 587176 31.21 2620 1079936 1108964 37.85 476028 1035388 20 [2020-09-24T22:51:58.848Z] 22:47:01 211500 0 587616 31.23 2620 1079820 1104732 37.70 477504 1034448 12 [2020-09-24T22:51:58.848Z] 22:48:01 212888 0 586220 31.16 2620 1079828 1087256 37.11 477596 1033240 8 [2020-09-24T22:51:58.848Z] 22:49:01 209560 0 589548 31.33 2620 1079828 1077084 36.76 489828 1025092 16 [2020-09-24T22:51:58.848Z] 22:50:01 112576 0 623188 33.12 2620 1143172 1275116 43.52 537460 1069132 57076 [2020-09-24T22:51:58.848Z] 22:51:01 169032 0 739144 39.28 2356 971024 1304996 44.54 569556 875364 92472 [2020-09-24T22:51:58.848Z] Average: 187897 0 618815 32.89 2576 1072268 1159691 39.58 504662 1012111 24934 [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] 22:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-24T22:51:58.848Z] 22:46:01 eth0 275.28 237.38 667.56 361.51 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:46:01 docker0 116.17 98.65 10.03 309.90 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:47:01 eth0 2.41 0.60 0.68 0.43 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:48:01 eth0 2.23 0.35 0.43 0.20 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:49:01 eth0 4.73 1.25 1.36 0.80 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:50:01 eth0 100.97 83.16 907.57 7.13 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:51:01 eth0 961.58 801.71 6829.42 120.24 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] 22:51:01 docker0 58.22 60.83 4.79 411.07 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] Average: eth0 224.46 187.33 1403.72 80.94 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] Average: docker0 28.82 26.38 2.45 119.66 0.00 0.00 0.00 0.00 [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] ---> sar -P ALL: [2020-09-24T22:51:58.848Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] 22:44:00 LINUX RESTART (4 CPU) [2020-09-24T22:51:58.848Z] [2020-09-24T22:51:58.848Z] 22:45:02 CPU %user %nice %system %iowait %steal %idle [2020-09-24T22:51:58.848Z] 22:46:01 all 3.92 0.00 1.88 0.59 0.05 93.56 [2020-09-24T22:51:58.848Z] 22:46:01 0 2.60 0.00 2.21 0.09 0.05 95.06 [2020-09-24T22:51:58.848Z] 22:46:01 1 5.36 0.00 1.80 0.53 0.05 92.25 [2020-09-24T22:51:58.848Z] 22:46:01 2 3.97 0.00 2.10 0.38 0.03 93.52 [2020-09-24T22:51:58.848Z] 22:46:01 3 3.76 0.00 1.40 1.37 0.05 93.43 [2020-09-24T22:51:58.849Z] 22:47:01 all 0.15 0.00 0.05 0.00 0.01 99.80 [2020-09-24T22:51:58.849Z] 22:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-09-24T22:51:58.849Z] 22:47:01 1 0.45 0.00 0.08 0.00 0.00 99.47 [2020-09-24T22:51:58.849Z] 22:47:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-09-24T22:51:58.849Z] 22:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-24T22:51:58.849Z] 22:48:01 all 0.17 0.00 0.04 0.00 0.02 99.76 [2020-09-24T22:51:58.849Z] 22:48:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2020-09-24T22:51:58.849Z] 22:48:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2020-09-24T22:51:58.849Z] 22:48:01 2 0.07 0.00 0.05 0.00 0.05 99.83 [2020-09-24T22:51:58.849Z] 22:48:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2020-09-24T22:51:58.849Z] 22:49:01 all 0.15 0.00 0.08 0.00 0.06 99.71 [2020-09-24T22:51:58.849Z] 22:49:01 0 0.03 0.00 0.07 0.00 0.08 99.82 [2020-09-24T22:51:58.849Z] 22:49:01 1 0.42 0.00 0.07 0.00 0.02 99.50 [2020-09-24T22:51:58.849Z] 22:49:01 2 0.03 0.00 0.12 0.00 0.07 99.78 [2020-09-24T22:51:58.849Z] 22:49:01 3 0.13 0.00 0.07 0.00 0.07 99.73 [2020-09-24T22:51:58.849Z] 22:50:01 all 0.58 0.00 0.38 0.00 0.08 98.96 [2020-09-24T22:51:58.849Z] 22:50:01 0 0.48 0.00 0.55 0.00 0.03 98.93 [2020-09-24T22:51:58.849Z] 22:50:01 1 0.83 0.00 0.25 0.00 0.10 98.82 [2020-09-24T22:51:58.849Z] 22:50:01 2 0.52 0.00 0.35 0.00 0.07 99.07 [2020-09-24T22:51:58.849Z] 22:50:01 3 0.50 0.00 0.38 0.00 0.10 99.02 [2020-09-24T22:51:58.849Z] 22:51:01 all 16.86 0.00 10.77 3.75 1.17 67.45 [2020-09-24T22:51:58.849Z] 22:51:01 0 15.63 0.00 11.98 2.73 1.17 68.48 [2020-09-24T22:51:58.849Z] 22:51:01 1 16.38 0.00 10.24 4.09 1.09 68.19 [2020-09-24T22:51:58.849Z] 22:51:01 2 17.26 0.00 9.92 3.63 1.26 67.94 [2020-09-24T22:51:58.849Z] 22:51:01 3 18.18 0.00 10.95 4.53 1.15 65.19 [2020-09-24T22:51:58.849Z] Average: all 3.55 0.00 2.14 0.70 0.22 93.38 [2020-09-24T22:51:58.849Z] Average: 0 3.04 0.00 2.40 0.45 0.22 93.89 [2020-09-24T22:51:58.849Z] Average: 1 3.91 0.00 2.03 0.75 0.21 93.11 [2020-09-24T22:51:58.849Z] Average: 2 3.57 0.00 2.05 0.65 0.24 93.49 [2020-09-24T22:51:58.849Z] Average: 3 3.68 0.00 2.09 0.96 0.22 93.04 [2020-09-24T22:51:58.849Z] [2020-09-24T22:51:58.849Z] [2020-09-24T22:51:58.849Z]