Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e706d9a0775deccb24f3ddab56150ecfdaee373 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2012 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 with configured refspecs honoured and without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 3e706d9a0775deccb24f3ddab56150ecfdaee373 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e706d9a0775deccb24f3ddab56150ecfdaee373 # timeout=10 Commit message: "fix: Request DTO's RequestId is not required. Can be blank or a valid UUID (#475)" > git rev-list --no-walk c89ea64ed19499ab5ba28d42d39506f385498632 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-09T22:43:25.026Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-09T22:43:25.291Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-09T22:43:25.395Z] ========================================================= [2020-09-09T22:43:25.395Z] EdgeX Global Pipelines Version Info [2020-09-09T22:43:25.395Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:43:27.707Z] ------------------- [2020-09-09T22:43:27.707Z] stable info: [2020-09-09T22:43:27.707Z] ------------------- [2020-09-09T22:43:27.707Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-09T22:43:27.707Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-09T22:43:27.707Z] Message: update stable to v1.0.119 [2020-09-09T22:43:28.293Z] ------------------- [2020-09-09T22:43:28.293Z] experimental info: [2020-09-09T22:43:28.293Z] ------------------- [2020-09-09T22:43:28.293Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-09T22:43:28.293Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-09T22:43:28.293Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-09T22:43:28.665Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-09T22:43:28.747Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-09T22:43:28.836Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-09T22:43:28.921Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-09T22:43:29.002Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-09T22:43:29.090Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-09T22:43:29.172Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-09T22:43:29.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-09T22:43:29.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-09T22:43:29.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-09T22:43:29.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-09T22:43:29.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-09T22:43:29.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-09T22:43:29.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-09T22:43:29.941Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T22:43:30.025Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T22:43:30.159Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T22:43:30.332Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T22:43:30.502Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-09T22:43:30.583Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-09T22:43:30.675Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-09T22:43:30.812Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-09T22:43:30.917Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-09T22:43:31.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-09T22:43:31.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-09T22:43:31.181Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e706d9a0775deccb24f3ddab56150ecfdaee373 [Pipeline] echo [2020-09-09T22:43:31.274Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e706d9 [Pipeline] echo [2020-09-09T22:43:31.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T22:43:31.998Z] + git log --format=format:%s -1 3e706d9a0775deccb24f3ddab56150ecfdaee373 [Pipeline] echo [2020-09-09T22:43:32.211Z] GIT_COMMIT: 3e706d9a0775deccb24f3ddab56150ecfdaee373, Commit Message: fix: Request DTO's RequestId is not required. Can be blank or a valid UUID (#475) [Pipeline] echo [2020-09-09T22:43:32.256Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:43:32.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T22:43:33.125Z] [2020-09-09T22:43:33.125Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:43:33.599Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T22:43:33.599Z] latest: Pulling from edgex-devops/git-semver [2020-09-09T22:43:33.599Z] 31603596830f: Pulling fs layer [2020-09-09T22:43:33.599Z] 2a8b12db71e7: Pulling fs layer [2020-09-09T22:43:33.599Z] 6ca5941a6612: Pulling fs layer [2020-09-09T22:43:33.599Z] ecc8261a40a4: Pulling fs layer [2020-09-09T22:43:33.599Z] ecc8261a40a4: Waiting [2020-09-09T22:43:33.599Z] 2a8b12db71e7: Verifying Checksum [2020-09-09T22:43:33.599Z] 2a8b12db71e7: Download complete [2020-09-09T22:43:34.256Z] 31603596830f: Verifying Checksum [2020-09-09T22:43:34.256Z] 31603596830f: Download complete [2020-09-09T22:43:34.866Z] 31603596830f: Pull complete [2020-09-09T22:43:34.866Z] ecc8261a40a4: Verifying Checksum [2020-09-09T22:43:34.866Z] ecc8261a40a4: Download complete [2020-09-09T22:43:34.866Z] 6ca5941a6612: Verifying Checksum [2020-09-09T22:43:34.866Z] 6ca5941a6612: Download complete [2020-09-09T22:43:34.866Z] 2a8b12db71e7: Pull complete [2020-09-09T22:43:36.395Z] 6ca5941a6612: Pull complete [2020-09-09T22:43:36.704Z] ecc8261a40a4: Pull complete [2020-09-09T22:43:36.704Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-09T22:43:36.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T22:43:36.704Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-09T22:43:36.952Z] prd-centos7-docker-4c-2g-2012 does not seem to be running inside a container [2020-09-09T22:43:37.091Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T22:43:39.428Z] $ docker top 80a38c59f09ebbf9b71e219bd6bcb02b85e1bd3cf4e08c8906093853daec0fa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T22:43:39.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T22:43:39.941Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T22:43:40.231Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T22:43:40.235Z] $ docker exec 80a38c59f09ebbf9b71e219bd6bcb02b85e1bd3cf4e08c8906093853daec0fa9 ssh-agent [2020-09-09T22:43:40.472Z] SSH_AUTH_SOCK=/tmp/ssh-X0nRFQTL4CT6/agent.11 [2020-09-09T22:43:40.472Z] SSH_AGENT_PID=17 [2020-09-09T22:43:40.492Z] Running ssh-add (command line suppressed) [2020-09-09T22:43:40.667Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5881928741447305856.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5881928741447305856.key) [2020-09-09T22:43:40.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T22:43:41.078Z] + git describe --exact-match --tags HEAD [2020-09-09T22:43:41.078Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-09T22:43:41.219Z] $ docker exec --env ******** --env ******** 80a38c59f09ebbf9b71e219bd6bcb02b85e1bd3cf4e08c8906093853daec0fa9 ssh-agent -k [2020-09-09T22:43:41.420Z] unset SSH_AUTH_SOCK; [2020-09-09T22:43:41.421Z] unset SSH_AGENT_PID; [2020-09-09T22:43:41.421Z] echo Agent pid 17 killed; [2020-09-09T22:43:41.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-09T22:43:41.584Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-09T22:43:41.584Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-09T22:43:41.687Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T22:43:41.687Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T22:43:41.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T22:43:41.894Z] $ docker exec 80a38c59f09ebbf9b71e219bd6bcb02b85e1bd3cf4e08c8906093853daec0fa9 ssh-agent [2020-09-09T22:43:42.131Z] SSH_AUTH_SOCK=/tmp/ssh-s0VWVH1nCrcQ/agent.45 [2020-09-09T22:43:42.131Z] SSH_AGENT_PID=50 [2020-09-09T22:43:42.141Z] Running ssh-add (command line suppressed) [2020-09-09T22:43:42.308Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_165567756450544879.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_165567756450544879.key) [2020-09-09T22:43:42.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T22:43:42.762Z] + git semver init [2020-09-09T22:43:42.763Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T22:43:42.763Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-09T22:43:42.763Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-09T22:43:42.763Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T22:43:42.763Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T22:43:42.763Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T22:43:42.763Z] # $SEMVER_BRANCH = master [2020-09-09T22:43:42.763Z] # $SEMVER_TEMP = /tmp/semver-810680076 [2020-09-09T22:43:42.763Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-09T22:43:47.417Z] # '/tmp/semver-810680076' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-09T22:43:47.696Z] # -> Force: false [2020-09-09T22:43:47.696Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-09T22:43:47.712Z] $ docker exec --env ******** --env ******** 80a38c59f09ebbf9b71e219bd6bcb02b85e1bd3cf4e08c8906093853daec0fa9 ssh-agent -k [2020-09-09T22:43:47.985Z] unset SSH_AUTH_SOCK; [2020-09-09T22:43:47.988Z] unset SSH_AGENT_PID; [2020-09-09T22:43:47.988Z] echo Agent pid 50 killed; [2020-09-09T22:43:48.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T22:43:48.571Z] + git semver [Pipeline] } [2020-09-09T22:43:48.592Z] $ docker stop --time=1 80a38c59f09ebbf9b71e219bd6bcb02b85e1bd3cf4e08c8906093853daec0fa9 [2020-09-09T22:43:50.173Z] $ docker rm -f 80a38c59f09ebbf9b71e219bd6bcb02b85e1bd3cf4e08c8906093853daec0fa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-09T22:43:54.207Z] Stashed 35 file(s) [Pipeline] echo [2020-09-09T22:43:54.210Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.22 [Pipeline] echo [2020-09-09T22:43:54.290Z] Archived original version: [1.2.1-dev.22] [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-09T22:44:09.775Z] Still waiting to schedule task [2020-09-09T22:44:09.775Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-09T22:44:09.778Z] Still waiting to schedule task [2020-09-09T22:44:09.778Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-09T22:45:24.370Z] Running on prd-centos7-docker-4c-2g-2015 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-09T22:45:24.419Z] Running in /w/workspace/app-functions-sdk-go/110 [Pipeline] { [Pipeline] checkout [2020-09-09T22:45:27.191Z] using credential edgex-jenkins-ssh [2020-09-09T22:45:27.287Z] Cloning the remote Git repository [2020-09-09T22:45:27.287Z] Cloning with configured refspecs honoured and without tags [2020-09-09T22:45:27.359Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-09T22:45:27.430Z] > git init /w/workspace/app-functions-sdk-go/110 # timeout=10 [2020-09-09T22:45:27.482Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-09T22:45:27.482Z] > git --version # timeout=10 [2020-09-09T22:45:27.491Z] > git --version # 'git version 2.16.5' [2020-09-09T22:45:27.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T22:45:27.516Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T22:45:28.897Z] Fetching without tags [2020-09-09T22:45:28.874Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-09T22:45:28.882Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T22:45:28.893Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-09T22:45:28.903Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-09T22:45:28.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T22:45:28.907Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T22:45:29.284Z] Checking out Revision 3e706d9a0775deccb24f3ddab56150ecfdaee373 (master) [2020-09-09T22:45:29.293Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T22:45:29.298Z] > git checkout -f 3e706d9a0775deccb24f3ddab56150ecfdaee373 # timeout=10 [2020-09-09T22:45:32.869Z] Commit message: "fix: Request DTO's RequestId is not required. Can be blank or a valid UUID (#475)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T22:45:34.548Z] ========================================================= [2020-09-09T22:45:34.548Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-09T22:45:34.548Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:45:35.215Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-09T22:45:35.790Z] Sending build context to Docker daemon 37.13MB [2020-09-09T22:45:35.790Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-09T22:45:35.790Z] Step 2/8 : FROM ${BASE} [2020-09-09T22:45:35.790Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-09T22:45:35.790Z] df20fa9351a1: Pulling fs layer [2020-09-09T22:45:35.790Z] ed8968b2872e: Pulling fs layer [2020-09-09T22:45:35.790Z] a92cc7c5fd73: Pulling fs layer [2020-09-09T22:45:35.790Z] 2dd03ba5bac4: Pulling fs layer [2020-09-09T22:45:35.790Z] 1e091d79d1de: Pulling fs layer [2020-09-09T22:45:35.790Z] 481702a1767f: Pulling fs layer [2020-09-09T22:45:35.790Z] f64a6f60c768: Pulling fs layer [2020-09-09T22:45:35.790Z] e78d2573fc39: Pulling fs layer [2020-09-09T22:45:35.790Z] e876d2f968b6: Pulling fs layer [2020-09-09T22:45:35.790Z] ce8a83651883: Pulling fs layer [2020-09-09T22:45:35.790Z] 07967f4d0e4b: Pulling fs layer [2020-09-09T22:45:35.790Z] 1e091d79d1de: Waiting [2020-09-09T22:45:35.790Z] 481702a1767f: Waiting [2020-09-09T22:45:35.790Z] f64a6f60c768: Waiting [2020-09-09T22:45:35.790Z] e78d2573fc39: Waiting [2020-09-09T22:45:35.790Z] e876d2f968b6: Waiting [2020-09-09T22:45:35.790Z] ce8a83651883: Waiting [2020-09-09T22:45:35.790Z] 07967f4d0e4b: Waiting [2020-09-09T22:45:35.790Z] 2dd03ba5bac4: Waiting [2020-09-09T22:45:36.052Z] a92cc7c5fd73: Verifying Checksum [2020-09-09T22:45:36.052Z] a92cc7c5fd73: Download complete [2020-09-09T22:45:36.052Z] ed8968b2872e: Download complete [2020-09-09T22:45:36.052Z] 1e091d79d1de: Verifying Checksum [2020-09-09T22:45:36.052Z] 1e091d79d1de: Download complete [2020-09-09T22:45:36.052Z] 481702a1767f: Verifying Checksum [2020-09-09T22:45:36.052Z] 481702a1767f: Download complete [2020-09-09T22:45:36.052Z] df20fa9351a1: Verifying Checksum [2020-09-09T22:45:36.052Z] df20fa9351a1: Download complete [2020-09-09T22:45:36.314Z] df20fa9351a1: Pull complete [2020-09-09T22:45:36.592Z] ed8968b2872e: Pull complete [2020-09-09T22:45:36.592Z] a92cc7c5fd73: Pull complete [2020-09-09T22:45:38.523Z] f64a6f60c768: Verifying Checksum [2020-09-09T22:45:38.523Z] f64a6f60c768: Download complete [2020-09-09T22:45:38.523Z] e876d2f968b6: Verifying Checksum [2020-09-09T22:45:38.523Z] e876d2f968b6: Download complete [2020-09-09T22:45:39.471Z] ce8a83651883: Verifying Checksum [2020-09-09T22:45:39.471Z] ce8a83651883: Download complete [2020-09-09T22:45:39.735Z] 07967f4d0e4b: Verifying Checksum [2020-09-09T22:45:39.735Z] 07967f4d0e4b: Download complete [2020-09-09T22:45:39.735Z] 2dd03ba5bac4: Verifying Checksum [2020-09-09T22:45:39.735Z] 2dd03ba5bac4: Download complete [2020-09-09T22:45:39.735Z] e78d2573fc39: Verifying Checksum [2020-09-09T22:45:39.735Z] e78d2573fc39: Download complete [2020-09-09T22:45:45.069Z] 2dd03ba5bac4: Pull complete [2020-09-09T22:45:45.069Z] 1e091d79d1de: Pull complete [2020-09-09T22:45:45.069Z] 481702a1767f: Pull complete [2020-09-09T22:45:50.375Z] f64a6f60c768: Pull complete [2020-09-09T22:45:52.937Z] e78d2573fc39: Pull complete [2020-09-09T22:45:52.937Z] e876d2f968b6: Pull complete [2020-09-09T22:45:53.898Z] ce8a83651883: Pull complete [2020-09-09T22:45:53.898Z] 07967f4d0e4b: Pull complete [2020-09-09T22:45:53.898Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-09T22:45:53.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-09T22:45:53.898Z] ---> 5d7c900382c6 [2020-09-09T22:45:53.898Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-09T22:45:54.161Z] latest: Pulling from library/docker [2020-09-09T22:45:54.161Z] df20fa9351a1: Already exists [2020-09-09T22:45:54.161Z] 25ad7478873d: Pulling fs layer [2020-09-09T22:45:54.161Z] 4684f6177b5d: Pulling fs layer [2020-09-09T22:45:54.161Z] 46e300cec669: Pulling fs layer [2020-09-09T22:45:54.161Z] 63038576ad94: Pulling fs layer [2020-09-09T22:45:54.161Z] 0fdb76c4706c: Pulling fs layer [2020-09-09T22:45:54.161Z] cb7edeffdfd5: Pulling fs layer [2020-09-09T22:45:54.161Z] 63038576ad94: Waiting [2020-09-09T22:45:54.161Z] 0fdb76c4706c: Waiting [2020-09-09T22:45:54.161Z] cb7edeffdfd5: Waiting [2020-09-09T22:45:54.423Z] 4684f6177b5d: Verifying Checksum [2020-09-09T22:45:54.423Z] 4684f6177b5d: Download complete [2020-09-09T22:45:54.423Z] 25ad7478873d: Verifying Checksum [2020-09-09T22:45:54.423Z] 25ad7478873d: Download complete [2020-09-09T22:45:54.423Z] 63038576ad94: Verifying Checksum [2020-09-09T22:45:54.423Z] 63038576ad94: Download complete [2020-09-09T22:45:54.423Z] 0fdb76c4706c: Verifying Checksum [2020-09-09T22:45:54.423Z] 0fdb76c4706c: Download complete [2020-09-09T22:45:54.685Z] cb7edeffdfd5: Download complete [2020-09-09T22:45:54.685Z] 25ad7478873d: Pull complete [2020-09-09T22:45:54.685Z] 4684f6177b5d: Pull complete [2020-09-09T22:45:55.264Z] 46e300cec669: Verifying Checksum [2020-09-09T22:45:55.264Z] 46e300cec669: Download complete [2020-09-09T22:45:58.631Z] 46e300cec669: Pull complete [2020-09-09T22:45:58.631Z] 63038576ad94: Pull complete [2020-09-09T22:45:58.631Z] 0fdb76c4706c: Pull complete [2020-09-09T22:45:58.631Z] cb7edeffdfd5: Pull complete [2020-09-09T22:45:58.631Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-09T22:45:58.631Z] Status: Downloaded newer image for docker:latest [2020-09-09T22:46:00.028Z] ---> c4920cede561 [2020-09-09T22:46:00.028Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-09T22:46:00.290Z] ---> Running in 5f2e14541072 [2020-09-09T22:46:00.290Z] Removing intermediate container 5f2e14541072 [2020-09-09T22:46:00.290Z] ---> 7bab97fb0751 [2020-09-09T22:46:00.290Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-09T22:46:00.555Z] ---> Running in f87621351e1b [2020-09-09T22:46:01.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T22:46:02.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T22:46:02.337Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-09T22:46:02.600Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-09T22:46:02.600Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-09T22:46:02.600Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-09T22:46:02.863Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-09T22:46:02.863Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T22:46:02.863Z] OK: 167 MiB in 44 packages [2020-09-09T22:46:03.454Z] Removing intermediate container f87621351e1b [2020-09-09T22:46:03.454Z] ---> 9f6ecc0fc9e6 [2020-09-09T22:46:03.454Z] Step 6/8 : WORKDIR /build [2020-09-09T22:46:03.454Z] ---> Running in 8a5c3f0c8ed0 [2020-09-09T22:46:03.716Z] Removing intermediate container 8a5c3f0c8ed0 [2020-09-09T22:46:03.716Z] ---> deaca30435a3 [2020-09-09T22:46:03.716Z] Step 7/8 : COPY go.mod . [2020-09-09T22:46:03.983Z] ---> 4051afd32ecb [2020-09-09T22:46:03.983Z] Step 8/8 : RUN go mod download [2020-09-09T22:46:03.983Z] ---> Running in a4bb1ba8f833 [2020-09-09T22:46:06.533Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-09T22:46:06.533Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T22:46:06.533Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T22:46:06.533Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T22:46:06.533Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T22:46:06.533Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T22:46:06.533Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T22:46:06.533Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T22:46:06.533Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-09T22:46:06.533Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-09T22:46:06.533Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T22:46:06.533Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T22:46:06.533Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 [2020-09-09T22:46:06.533Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-09T22:46:06.533Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-09T22:46:06.533Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-09T22:46:06.533Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T22:46:06.533Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-09T22:46:06.795Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T22:46:06.795Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T22:46:06.795Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T22:46:06.795Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T22:46:06.795Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T22:46:06.795Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T22:46:06.795Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T22:46:06.795Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-09T22:46:06.795Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T22:46:06.795Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-09T22:46:06.795Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-09T22:46:06.795Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-09T22:46:07.056Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T22:46:07.056Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-09T22:46:07.056Z] go: finding github.com/google/uuid v1.1.1 [2020-09-09T22:46:07.056Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-09T22:46:07.056Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T22:46:07.056Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T22:46:07.056Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T22:46:07.057Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T22:46:07.057Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T22:46:07.057Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T22:46:07.057Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T22:46:07.057Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T22:46:07.318Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T22:46:07.318Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-09T22:46:07.318Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T22:46:07.318Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-09T22:46:07.580Z] go: finding github.com/kr/pty v1.1.1 [2020-09-09T22:46:07.580Z] go: finding github.com/kr/text v0.1.0 [2020-09-09T22:46:07.580Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T22:46:07.580Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T22:46:07.580Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T22:46:07.580Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T22:46:07.580Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T22:46:07.580Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T22:46:07.580Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T22:46:07.580Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T22:46:07.580Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T22:46:07.580Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T22:46:07.842Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-09T22:46:07.842Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T22:46:07.842Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T22:46:07.842Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-09T22:46:07.842Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-09T22:46:07.842Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T22:46:07.842Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-09T22:46:07.842Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T22:46:07.842Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T22:46:07.842Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T22:46:07.842Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T22:46:07.842Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T22:46:07.842Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T22:46:08.103Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-09T22:46:08.103Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-09T22:46:08.103Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-09T22:46:08.103Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T22:46:08.103Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T22:46:08.103Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-09T22:46:08.103Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-09T22:46:08.103Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-09T22:46:08.103Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-09T22:46:08.103Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-09T22:46:08.103Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T22:46:08.103Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-09T22:46:08.364Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T22:46:08.364Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T22:46:08.364Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-09T22:46:08.364Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-09T22:46:08.364Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-09T22:46:08.364Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-09T22:46:08.364Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T22:46:08.364Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-09T22:46:30.378Z] Removing intermediate container a4bb1ba8f833 [2020-09-09T22:46:30.378Z] ---> 6556bfd634be [2020-09-09T22:46:30.378Z] Successfully built 6556bfd634be [2020-09-09T22:46:30.378Z] Successfully tagged ci-base-image-x86_64:latest [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-09T22:47:50.549Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2016 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-09T22:47:50.654Z] Running in /w/workspace/app-functions-sdk-go/110 [Pipeline] { [Pipeline] checkout [2020-09-09T22:47:55.805Z] using credential edgex-jenkins-ssh [2020-09-09T22:47:55.858Z] Cloning the remote Git repository [2020-09-09T22:47:55.858Z] Cloning with configured refspecs honoured and without tags [2020-09-09T22:47:55.939Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-09T22:47:56.048Z] > git init /w/workspace/app-functions-sdk-go/110 # timeout=10 [2020-09-09T22:47:56.123Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-09T22:47:56.125Z] > git --version # timeout=10 [2020-09-09T22:47:56.153Z] > git --version # 'git version 2.17.1' [2020-09-09T22:47:56.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T22:47:56.214Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T22:47:59.106Z] Fetching without tags [2020-09-09T22:47:59.059Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-09T22:47:59.074Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T22:47:59.100Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-09T22:47:59.136Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-09T22:47:59.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T22:47:59.147Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T22:47:59.643Z] Checking out Revision 3e706d9a0775deccb24f3ddab56150ecfdaee373 (master) [2020-09-09T22:47:59.680Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T22:47:59.701Z] > git checkout -f 3e706d9a0775deccb24f3ddab56150ecfdaee373 # timeout=10 [2020-09-09T22:48:04.144Z] Commit message: "fix: Request DTO's RequestId is not required. Can be blank or a valid UUID (#475)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T22:48:07.654Z] ========================================================= [2020-09-09T22:48:07.654Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-09T22:48:07.654Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:48:08.652Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-09T22:48:10.090Z] Sending build context to Docker daemon 37.13MB [2020-09-09T22:48:10.090Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-09T22:48:10.090Z] Step 2/8 : FROM ${BASE} [2020-09-09T22:48:10.090Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-09T22:48:10.090Z] b538f80385f9: Pulling fs layer [2020-09-09T22:48:10.090Z] 74f711af9a0d: Pulling fs layer [2020-09-09T22:48:10.090Z] 99f96fe45779: Pulling fs layer [2020-09-09T22:48:10.090Z] fd7a069fd194: Pulling fs layer [2020-09-09T22:48:10.091Z] 66aa3694b03b: Pulling fs layer [2020-09-09T22:48:10.091Z] 170f70906a0f: Pulling fs layer [2020-09-09T22:48:10.091Z] ad7c5574e4b9: Pulling fs layer [2020-09-09T22:48:10.091Z] e772456be8f7: Pulling fs layer [2020-09-09T22:48:10.091Z] c890913d741a: Pulling fs layer [2020-09-09T22:48:10.091Z] 2480fcc9aa5a: Pulling fs layer [2020-09-09T22:48:10.091Z] 09adf4765672: Pulling fs layer [2020-09-09T22:48:10.091Z] fd7a069fd194: Waiting [2020-09-09T22:48:10.091Z] 66aa3694b03b: Waiting [2020-09-09T22:48:10.091Z] 170f70906a0f: Waiting [2020-09-09T22:48:10.091Z] ad7c5574e4b9: Waiting [2020-09-09T22:48:10.091Z] e772456be8f7: Waiting [2020-09-09T22:48:10.091Z] c890913d741a: Waiting [2020-09-09T22:48:10.091Z] 2480fcc9aa5a: Waiting [2020-09-09T22:48:10.091Z] 09adf4765672: Waiting [2020-09-09T22:48:10.091Z] 99f96fe45779: Verifying Checksum [2020-09-09T22:48:10.091Z] 99f96fe45779: Download complete [2020-09-09T22:48:10.091Z] 74f711af9a0d: Verifying Checksum [2020-09-09T22:48:10.091Z] 74f711af9a0d: Download complete [2020-09-09T22:48:10.369Z] 66aa3694b03b: Download complete [2020-09-09T22:48:10.369Z] 170f70906a0f: Verifying Checksum [2020-09-09T22:48:10.369Z] 170f70906a0f: Download complete [2020-09-09T22:48:10.369Z] b538f80385f9: Download complete [2020-09-09T22:48:10.978Z] b538f80385f9: Pull complete [2020-09-09T22:48:11.588Z] 74f711af9a0d: Pull complete [2020-09-09T22:48:11.861Z] 99f96fe45779: Pull complete [2020-09-09T22:48:13.308Z] ad7c5574e4b9: Verifying Checksum [2020-09-09T22:48:13.308Z] ad7c5574e4b9: Download complete [2020-09-09T22:48:13.308Z] c890913d741a: Verifying Checksum [2020-09-09T22:48:13.308Z] c890913d741a: Download complete [2020-09-09T22:48:14.766Z] 2480fcc9aa5a: Verifying Checksum [2020-09-09T22:48:14.766Z] 2480fcc9aa5a: Download complete [2020-09-09T22:48:15.040Z] 09adf4765672: Download complete [2020-09-09T22:48:15.040Z] e772456be8f7: Verifying Checksum [2020-09-09T22:48:15.040Z] e772456be8f7: Download complete [2020-09-09T22:48:16.031Z] fd7a069fd194: Verifying Checksum [2020-09-09T22:48:16.031Z] fd7a069fd194: Download complete [2020-09-09T22:48:28.454Z] fd7a069fd194: Pull complete [2020-09-09T22:48:28.454Z] 66aa3694b03b: Pull complete [2020-09-09T22:48:28.454Z] 170f70906a0f: Pull complete [2020-09-09T22:48:31.860Z] ad7c5574e4b9: Pull complete [2020-09-09T22:48:36.192Z] e772456be8f7: Pull complete [2020-09-09T22:48:36.464Z] c890913d741a: Pull complete [2020-09-09T22:48:39.077Z] 2480fcc9aa5a: Pull complete [2020-09-09T22:48:39.077Z] 09adf4765672: Pull complete [2020-09-09T22:48:39.077Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-09T22:48:39.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-09T22:48:39.077Z] ---> 2248a725d1cf [2020-09-09T22:48:39.077Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-09T22:48:39.351Z] latest: Pulling from library/docker [2020-09-09T22:48:39.351Z] b538f80385f9: Already exists [2020-09-09T22:48:39.627Z] 259a493cd78d: Pulling fs layer [2020-09-09T22:48:39.627Z] b8e66b5100f5: Pulling fs layer [2020-09-09T22:48:39.627Z] 39dc9c94d07c: Pulling fs layer [2020-09-09T22:48:39.627Z] 551b823b3b82: Pulling fs layer [2020-09-09T22:48:39.627Z] 3c52a74df98c: Pulling fs layer [2020-09-09T22:48:39.627Z] 6c9b121b6998: Pulling fs layer [2020-09-09T22:48:39.627Z] 551b823b3b82: Waiting [2020-09-09T22:48:39.627Z] 3c52a74df98c: Waiting [2020-09-09T22:48:39.627Z] 6c9b121b6998: Waiting [2020-09-09T22:48:39.627Z] b8e66b5100f5: Download complete [2020-09-09T22:48:39.627Z] 259a493cd78d: Verifying Checksum [2020-09-09T22:48:39.627Z] 259a493cd78d: Download complete [2020-09-09T22:48:39.911Z] 551b823b3b82: Verifying Checksum [2020-09-09T22:48:39.911Z] 551b823b3b82: Download complete [2020-09-09T22:48:39.911Z] 3c52a74df98c: Verifying Checksum [2020-09-09T22:48:39.911Z] 3c52a74df98c: Download complete [2020-09-09T22:48:39.911Z] 6c9b121b6998: Verifying Checksum [2020-09-09T22:48:39.911Z] 6c9b121b6998: Download complete [2020-09-09T22:48:40.512Z] 259a493cd78d: Pull complete [2020-09-09T22:48:41.110Z] b8e66b5100f5: Pull complete [2020-09-09T22:48:41.110Z] 39dc9c94d07c: Verifying Checksum [2020-09-09T22:48:41.110Z] 39dc9c94d07c: Download complete [2020-09-09T22:48:44.505Z] 39dc9c94d07c: Pull complete [2020-09-09T22:48:44.505Z] 551b823b3b82: Pull complete [2020-09-09T22:48:44.777Z] 3c52a74df98c: Pull complete [2020-09-09T22:48:45.056Z] 6c9b121b6998: Pull complete [2020-09-09T22:48:45.056Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-09T22:48:45.056Z] Status: Downloaded newer image for docker:latest [2020-09-09T22:48:51.796Z] ---> d89aff57e003 [2020-09-09T22:48:51.796Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-09T22:48:52.068Z] ---> Running in fda303c0538a [2020-09-09T22:48:52.658Z] Removing intermediate container fda303c0538a [2020-09-09T22:48:52.658Z] ---> 889be368c94a [2020-09-09T22:48:52.658Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-09T22:48:52.658Z] ---> Running in 77c2eda2ffa7 [2020-09-09T22:48:54.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T22:48:55.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T22:48:55.659Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-09T22:48:55.659Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-09T22:48:55.659Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-09T22:48:55.933Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-09T22:48:55.933Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-09T22:48:55.933Z] Executing busybox-1.31.1-r16.trigger [2020-09-09T22:48:55.933Z] OK: 144 MiB in 44 packages [2020-09-09T22:48:57.365Z] Removing intermediate container 77c2eda2ffa7 [2020-09-09T22:48:57.365Z] ---> 11f93cf1a2e9 [2020-09-09T22:48:57.365Z] Step 6/8 : WORKDIR /build [2020-09-09T22:48:57.365Z] ---> Running in aa8dec90ed27 [2020-09-09T22:48:57.960Z] Removing intermediate container aa8dec90ed27 [2020-09-09T22:48:57.960Z] ---> a6c85ff818c3 [2020-09-09T22:48:57.960Z] Step 7/8 : COPY go.mod . [2020-09-09T22:48:58.564Z] ---> 2ab56b6375cc [2020-09-09T22:48:58.564Z] Step 8/8 : RUN go mod download [2020-09-09T22:48:58.843Z] ---> Running in 7a7dfdfa19f5 [2020-09-09T22:49:02.269Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-09T22:49:02.269Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T22:49:02.269Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T22:49:02.269Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T22:49:02.269Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T22:49:02.269Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T22:49:02.269Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T22:49:02.269Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T22:49:02.269Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-09T22:49:02.269Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-09T22:49:02.269Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T22:49:02.269Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T22:49:02.269Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 [2020-09-09T22:49:02.269Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-09T22:49:02.269Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-09T22:49:02.269Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-09T22:49:02.269Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T22:49:02.269Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-09T22:49:02.269Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T22:49:02.269Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T22:49:02.269Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T22:49:02.269Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T22:49:02.545Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T22:49:02.545Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T22:49:02.545Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T22:49:02.545Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-09T22:49:02.545Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T22:49:02.545Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-09T22:49:02.545Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-09T22:49:02.545Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-09T22:49:02.545Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T22:49:02.815Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-09T22:49:02.815Z] go: finding github.com/google/uuid v1.1.1 [2020-09-09T22:49:02.815Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-09T22:49:02.815Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T22:49:02.815Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T22:49:02.815Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T22:49:02.815Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T22:49:02.815Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T22:49:02.815Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T22:49:03.088Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T22:49:03.360Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T22:49:03.360Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-09T22:49:03.360Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T22:49:03.360Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-09T22:49:03.360Z] go: finding github.com/kr/pty v1.1.1 [2020-09-09T22:49:03.360Z] go: finding github.com/kr/text v0.1.0 [2020-09-09T22:49:03.360Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T22:49:03.360Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T22:49:03.360Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T22:49:03.360Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T22:49:03.630Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T22:49:03.630Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-09T22:49:03.630Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-09T22:49:03.900Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T22:49:03.900Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-09T22:49:03.900Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T22:49:03.900Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T22:49:03.900Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T22:49:03.900Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T22:49:03.900Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T22:49:03.900Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T22:49:03.900Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-09T22:49:03.900Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-09T22:49:03.900Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-09T22:49:03.900Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T22:49:04.187Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T22:49:04.187Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-09T22:49:04.187Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-09T22:49:04.187Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-09T22:49:04.187Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-09T22:49:04.187Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-09T22:49:04.187Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T22:49:04.187Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-09T22:49:04.187Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T22:49:04.187Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T22:49:04.187Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-09T22:49:04.187Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-09T22:49:04.187Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-09T22:49:04.469Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-09T22:49:04.469Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T22:49:04.469Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-09T22:49:26.667Z] Removing intermediate container 7a7dfdfa19f5 [2020-09-09T22:49:26.667Z] ---> c2bc8e272ba4 [2020-09-09T22:49:26.667Z] Successfully built c2bc8e272ba4 [2020-09-09T22:49:26.667Z] Successfully tagged ci-base-image-arm64:latest [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-09T22:49:28.980Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-09T22:49:28.982Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-09T22:49:29.048Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:49:29.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T22:49:29.399Z] [2020-09-09T22:49:29.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:49:29.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T22:49:29.768Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-09T22:49:29.768Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-09T22:49:29.768Z] 408f87550127: Pulling fs layer [2020-09-09T22:49:29.768Z] fe522b08c979: Pulling fs layer [2020-09-09T22:49:29.768Z] 221eaa008020: Pulling fs layer [2020-09-09T22:49:29.768Z] 2a4607e5d6b9: Pulling fs layer [2020-09-09T22:49:29.768Z] 8f79b27c4fd2: Pulling fs layer [2020-09-09T22:49:29.768Z] e5c8dbe1645b: Pulling fs layer [2020-09-09T22:49:29.768Z] 23e8b3b47431: Pulling fs layer [2020-09-09T22:49:29.768Z] 5c568d65a230: Pulling fs layer [2020-09-09T22:49:29.768Z] 221eaa008020: Waiting [2020-09-09T22:49:29.768Z] 2a4607e5d6b9: Waiting [2020-09-09T22:49:29.768Z] 8f79b27c4fd2: Waiting [2020-09-09T22:49:29.768Z] e5c8dbe1645b: Waiting [2020-09-09T22:49:29.768Z] 23e8b3b47431: Waiting [2020-09-09T22:49:29.768Z] 5c568d65a230: Waiting [2020-09-09T22:49:29.768Z] fe522b08c979: Verifying Checksum [2020-09-09T22:49:29.768Z] fe522b08c979: Download complete [2020-09-09T22:49:29.768Z] 408f87550127: Verifying Checksum [2020-09-09T22:49:29.768Z] 408f87550127: Download complete [2020-09-09T22:49:29.768Z] 2a4607e5d6b9: Verifying Checksum [2020-09-09T22:49:29.768Z] 2a4607e5d6b9: Download complete [2020-09-09T22:49:29.768Z] 8f79b27c4fd2: Download complete [2020-09-09T22:49:30.038Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-09T22:49:30.038Z] cbdbe7a5bc2a: Download complete [2020-09-09T22:49:30.310Z] cbdbe7a5bc2a: Pull complete [2020-09-09T22:49:30.577Z] 408f87550127: Pull complete [2020-09-09T22:49:30.856Z] e5c8dbe1645b: Verifying Checksum [2020-09-09T22:49:30.856Z] e5c8dbe1645b: Download complete [2020-09-09T22:49:31.124Z] fe522b08c979: Pull complete [2020-09-09T22:49:33.864Z] 23e8b3b47431: Verifying Checksum [2020-09-09T22:49:33.864Z] 23e8b3b47431: Download complete [2020-09-09T22:49:34.139Z] 5c568d65a230: Verifying Checksum [2020-09-09T22:49:34.139Z] 5c568d65a230: Download complete [2020-09-09T22:49:36.816Z] 221eaa008020: Verifying Checksum [2020-09-09T22:49:36.816Z] 221eaa008020: Download complete [2020-09-09T22:49:43.586Z] 221eaa008020: Pull complete [2020-09-09T22:49:43.586Z] 2a4607e5d6b9: Pull complete [2020-09-09T22:49:43.586Z] 8f79b27c4fd2: Pull complete [2020-09-09T22:49:46.195Z] e5c8dbe1645b: Pull complete [2020-09-09T22:49:50.472Z] 23e8b3b47431: Pull complete [2020-09-09T22:49:51.931Z] 5c568d65a230: Pull complete [2020-09-09T22:49:51.931Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-09T22:49:51.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T22:49:51.931Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-09T22:49:52.238Z] prd-centos7-docker-4c-2g-2012 does not seem to be running inside a container [2020-09-09T22:49:52.319Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-09T22:49:53.689Z] $ docker top f313a6554701275b5f1d5396d768da0f4ebcdab171931ff5a958ea02534a23c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T22:49:54.326Z] + snyk monitor '--org=edgex-jenkins' [2020-09-09T22:50:12.792Z] [2020-09-09T22:50:12.792Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-09T22:50:12.792Z] [2020-09-09T22:50:12.792Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/f94c4197-9733-4289-a410-abbe80927132 [2020-09-09T22:50:12.792Z] [2020-09-09T22:50:12.792Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-09T22:50:12.792Z] [2020-09-09T22:50:12.792Z] [2020-09-09T22:50:12.792Z] Snyk CLI supports Node.js 8 and higher. [2020-09-09T22:50:12.792Z] 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-09T22:50:12.792Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-09T22:50:12.792Z] [2020-09-09T22:50:12.792Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-09T22:50:12.792Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-09T22:50:12.814Z] $ docker stop --time=1 f313a6554701275b5f1d5396d768da0f4ebcdab171931ff5a958ea02534a23c2 [2020-09-09T22:50:15.180Z] $ docker rm -f f313a6554701275b5f1d5396d768da0f4ebcdab171931ff5a958ea02534a23c2 [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] { (Publish Swagger) [Pipeline] echo [2020-09-09T22:50:16.483Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T22:50:16.552Z] provisioning config files... [2020-09-09T22:50:16.574Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2209655410596221480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:50:16.940Z] --> edgex-publish-swagger.sh [2020-09-09T22:50:16.940Z] === Publish openapi/v2 API === [2020-09-09T22:50:16.940Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-09T22:50:16.940Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-09T22:50:16.940Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-09T22:50:16.940Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-09T22:50:16.949Z] 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-09T22:50:20.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T22:50:20.007Z] . [Pipeline] withDockerContainer [2020-09-09T22:50:20.299Z] prd-centos7-docker-4c-2g-2012 does not seem to be running inside a container [2020-09-09T22:50:20.458Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T22:50:21.599Z] $ docker top 3c6de30747f899af1ba3b347c111525cb0f3a7d96bf034d87787629adcf05723 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T22:50:22.012Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T22:50:22.012Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T22:50:22.530Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T22:50:22.532Z] $ docker exec 3c6de30747f899af1ba3b347c111525cb0f3a7d96bf034d87787629adcf05723 ssh-agent [2020-09-09T22:50:22.792Z] SSH_AUTH_SOCK=/tmp/ssh-TGiZiLi5uwuv/agent.12 [2020-09-09T22:50:22.792Z] SSH_AGENT_PID=17 [2020-09-09T22:50:22.810Z] Running ssh-add (command line suppressed) [2020-09-09T22:50:23.052Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8465634667663912928.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8465634667663912928.key) [2020-09-09T22:50:23.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T22:50:23.577Z] + git semver tag [2020-09-09T22:50:23.838Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T22:50:23.838Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-09T22:50:23.838Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-09T22:50:23.838Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T22:50:23.838Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T22:50:23.838Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T22:50:23.838Z] # $SEMVER_BRANCH = master [2020-09-09T22:50:23.838Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-09T22:50:23.838Z] # 3e706d9a0775deccb24f3ddab56150ecfdaee373 HEAD [2020-09-09T22:50:23.838Z] # -> Force: false [2020-09-09T22:50:23.838Z] # 8b6d0add1744780e973c7cbbdb35397a02b05010 refs/tags/v1.2.1-dev.22 [Pipeline] } [2020-09-09T22:50:23.847Z] $ docker exec --env ******** --env ******** 3c6de30747f899af1ba3b347c111525cb0f3a7d96bf034d87787629adcf05723 ssh-agent -k [2020-09-09T22:50:23.993Z] unset SSH_AUTH_SOCK; [2020-09-09T22:50:23.994Z] unset SSH_AGENT_PID; [2020-09-09T22:50:23.994Z] echo Agent pid 17 killed; [2020-09-09T22:50:24.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T22:50:24.538Z] + git semver [Pipeline] } [2020-09-09T22:50:24.571Z] $ docker stop --time=1 3c6de30747f899af1ba3b347c111525cb0f3a7d96bf034d87787629adcf05723 [2020-09-09T22:50:26.067Z] $ docker rm -f 3c6de30747f899af1ba3b347c111525cb0f3a7d96bf034d87787629adcf05723 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:50:26.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T22:50:26.743Z] [2020-09-09T22:50:26.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:50:27.179Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T22:50:27.179Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-09T22:50:27.179Z] ab5ef0e58194: Pulling fs layer [2020-09-09T22:50:27.179Z] 9712f1f96733: Pulling fs layer [2020-09-09T22:50:27.179Z] 63f879dbbcfc: Pulling fs layer [2020-09-09T22:50:27.179Z] 0d9ebad4ef96: Pulling fs layer [2020-09-09T22:50:27.179Z] e9a5061849ea: Pulling fs layer [2020-09-09T22:50:27.179Z] d747dcd14b5f: Pulling fs layer [2020-09-09T22:50:27.179Z] 2de7ff778b66: Pulling fs layer [2020-09-09T22:50:27.179Z] e9a5061849ea: Waiting [2020-09-09T22:50:27.179Z] d747dcd14b5f: Waiting [2020-09-09T22:50:27.179Z] 2de7ff778b66: Waiting [2020-09-09T22:50:27.179Z] 0d9ebad4ef96: Waiting [2020-09-09T22:50:27.468Z] 9712f1f96733: Verifying Checksum [2020-09-09T22:50:27.468Z] 9712f1f96733: Download complete [2020-09-09T22:50:34.611Z] 63f879dbbcfc: Verifying Checksum [2020-09-09T22:50:34.611Z] 63f879dbbcfc: Download complete [2020-09-09T22:50:35.733Z] e9a5061849ea: Verifying Checksum [2020-09-09T22:50:35.733Z] e9a5061849ea: Download complete [2020-09-09T22:50:35.733Z] d747dcd14b5f: Verifying Checksum [2020-09-09T22:50:35.733Z] d747dcd14b5f: Download complete [2020-09-09T22:50:37.928Z] 2de7ff778b66: Verifying Checksum [2020-09-09T22:50:37.928Z] 2de7ff778b66: Download complete [2020-09-09T22:50:38.202Z] 0d9ebad4ef96: Verifying Checksum [2020-09-09T22:50:38.202Z] 0d9ebad4ef96: Download complete [2020-09-09T22:50:38.804Z] ab5ef0e58194: Verifying Checksum [2020-09-09T22:50:38.804Z] ab5ef0e58194: Download complete [2020-09-09T22:50:44.234Z] ab5ef0e58194: Pull complete [2020-09-09T22:50:44.234Z] 9712f1f96733: Pull complete [2020-09-09T22:50:46.959Z] 63f879dbbcfc: Pull complete [2020-09-09T22:50:57.626Z] 0d9ebad4ef96: Pull complete [2020-09-09T22:50:57.626Z] e9a5061849ea: Pull complete [2020-09-09T22:50:57.626Z] d747dcd14b5f: Pull complete [2020-09-09T22:51:01.959Z] 2de7ff778b66: Pull complete [2020-09-09T22:51:01.959Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-09T22:51:01.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T22:51:01.959Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-09T22:51:02.372Z] prd-centos7-docker-4c-2g-2012 does not seem to be running inside a container [2020-09-09T22:51:02.978Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-09T22:51:06.537Z] $ docker top 8d5df035638a2a5be29bdff335a7a5b52de110822c3df2d465bb1f620f4b6bb7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-09T22:51:06.871Z] provisioning config files... [2020-09-09T22:51:06.882Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3604946259606632004tmp [2020-09-09T22:51:06.899Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8153098300835190639tmp [2020-09-09T22:51:06.919Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6344860153158647978tmp [Pipeline] { [Pipeline] echo [2020-09-09T22:51:06.979Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:51:07.316Z] ---> sigul-configuration.sh [2020-09-09T22:51:07.578Z] gpg: directory `/root/.gnupg' created [2020-09-09T22:51:07.578Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-09T22:51:07.578Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-09T22:51:07.578Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-09T22:51:07.578Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-09T22:51:07.578Z] gpg: CAST5 encrypted data [2020-09-09T22:51:07.578Z] gpg: encrypted with 1 passphrase [2020-09-09T22:51:07.578Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-09T22:51:08.175Z] + mkdir /home/jenkins [2020-09-09T22:51:08.441Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-09T22:51:08.770Z] + 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-09T22:51:08.796Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:51:09.131Z] ---> sigul-install.sh [2020-09-09T22:51:15.804Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-09T22:51:16.131Z] + git tag --list [2020-09-09T22:51:16.131Z] v1.2.1-dev.22 [Pipeline] sh [2020-09-09T22:51:16.930Z] + lftools sign git-tag v1.2.1-dev.22 [2020-09-09T22:51:18.342Z] Signing Git tag with Sigul... [2020-09-09T22:51:18.342Z] Signing v1.2.1-dev.22 [Pipeline] echo [2020-09-09T22:51:19.746Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:51:20.060Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-09T22:51:20.099Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-09T22:51:20.409Z] $ docker stop --time=1 8d5df035638a2a5be29bdff335a7a5b52de110822c3df2d465bb1f620f4b6bb7 [2020-09-09T22:51:22.699Z] $ docker rm -f 8d5df035638a2a5be29bdff335a7a5b52de110822c3df2d465bb1f620f4b6bb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:51:23.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T22:51:23.772Z] . [Pipeline] withDockerContainer [2020-09-09T22:51:23.979Z] prd-centos7-docker-4c-2g-2012 does not seem to be running inside a container [2020-09-09T22:51:24.093Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T22:51:25.176Z] $ docker top 48422ba76c6df79f8a962bb1d2323bec0932834195e270917dba5f537c2cee3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T22:51:25.532Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T22:51:25.532Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T22:51:25.767Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T22:51:25.768Z] $ docker exec 48422ba76c6df79f8a962bb1d2323bec0932834195e270917dba5f537c2cee3c ssh-agent [2020-09-09T22:51:25.998Z] SSH_AUTH_SOCK=/tmp/ssh-GycWgb2ebcJK/agent.11 [2020-09-09T22:51:25.998Z] SSH_AGENT_PID=16 [2020-09-09T22:51:26.006Z] Running ssh-add (command line suppressed) [2020-09-09T22:51:26.482Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_138772171480284185.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_138772171480284185.key) [2020-09-09T22:51:26.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T22:51:26.970Z] + git semver bump pre [2020-09-09T22:51:26.970Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T22:51:26.970Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-09T22:51:26.970Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-09T22:51:26.970Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T22:51:26.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T22:51:26.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T22:51:26.970Z] # $SEMVER_BRANCH = master [2020-09-09T22:51:26.971Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-09T22:51:27.241Z] 1.2.1-dev.23 [Pipeline] } [2020-09-09T22:51:27.261Z] $ docker exec --env ******** --env ******** 48422ba76c6df79f8a962bb1d2323bec0932834195e270917dba5f537c2cee3c ssh-agent -k [2020-09-09T22:51:27.509Z] unset SSH_AUTH_SOCK; [2020-09-09T22:51:27.529Z] unset SSH_AGENT_PID; [2020-09-09T22:51:27.529Z] echo Agent pid 16 killed; [2020-09-09T22:51:27.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T22:51:28.153Z] + git semver [Pipeline] } [2020-09-09T22:51:28.216Z] $ docker stop --time=1 48422ba76c6df79f8a962bb1d2323bec0932834195e270917dba5f537c2cee3c [2020-09-09T22:51:29.736Z] $ docker rm -f 48422ba76c6df79f8a962bb1d2323bec0932834195e270917dba5f537c2cee3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:51:30.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T22:51:30.312Z] . [Pipeline] withDockerContainer [2020-09-09T22:51:30.636Z] prd-centos7-docker-4c-2g-2012 does not seem to be running inside a container [2020-09-09T22:51:30.759Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T22:51:32.006Z] $ docker top bda4485b31a399705c25271f68a04c31de819c96fba79efb90680ca341bdbb5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T22:51:32.315Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T22:51:32.315Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T22:51:32.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T22:51:32.596Z] $ docker exec bda4485b31a399705c25271f68a04c31de819c96fba79efb90680ca341bdbb5d ssh-agent [2020-09-09T22:51:32.820Z] SSH_AUTH_SOCK=/tmp/ssh-Jz5qC8rJXj3c/agent.11 [2020-09-09T22:51:32.820Z] SSH_AGENT_PID=16 [2020-09-09T22:51:32.829Z] Running ssh-add (command line suppressed) [2020-09-09T22:51:33.005Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_332345522515491583.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_332345522515491583.key) [2020-09-09T22:51:33.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T22:51:33.423Z] + git semver push [2020-09-09T22:51:33.423Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T22:51:33.423Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-09T22:51:33.423Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-09T22:51:33.423Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T22:51:33.423Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T22:51:33.423Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T22:51:33.423Z] # $SEMVER_BRANCH = master [2020-09-09T22:51:33.423Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-09T22:51:40.099Z] $ docker exec --env ******** --env ******** bda4485b31a399705c25271f68a04c31de819c96fba79efb90680ca341bdbb5d ssh-agent -k [2020-09-09T22:51:40.435Z] unset SSH_AUTH_SOCK; [2020-09-09T22:51:40.443Z] unset SSH_AGENT_PID; [2020-09-09T22:51:40.444Z] echo Agent pid 16 killed; [2020-09-09T22:51:40.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T22:51:41.574Z] + git semver [Pipeline] } [2020-09-09T22:51:41.593Z] $ docker stop --time=1 bda4485b31a399705c25271f68a04c31de819c96fba79efb90680ca341bdbb5d [2020-09-09T22:51:43.144Z] $ docker rm -f bda4485b31a399705c25271f68a04c31de819c96fba79efb90680ca341bdbb5d [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-09T22:51:44.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:51:45.215Z] ---> package-listing.sh [2020-09-09T22:51:45.215Z] ++ facter osfamily [2020-09-09T22:51:45.215Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-09T22:51:45.485Z] + OS_FAMILY=redhat [2020-09-09T22:51:45.485Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-09T22:51:45.485Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-09T22:51:45.485Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-09T22:51:45.485Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-09T22:51:45.485Z] + PACKAGES=/tmp/packages_start.txt [2020-09-09T22:51:45.485Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-09T22:51:45.485Z] + PACKAGES=/tmp/packages_end.txt [2020-09-09T22:51:45.485Z] + case "${OS_FAMILY}" in [2020-09-09T22:51:45.485Z] + rpm -qa [2020-09-09T22:51:45.485Z] + sort [2020-09-09T22:51:49.746Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-09T22:51:49.746Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-09T22:51:49.746Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-09T22:51:49.746Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-09T22:51:49.746Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-09T22:51:49.746Z] + 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-09T22:51:50.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T22:51:50.212Z] [2020-09-09T22:51:50.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-09T22:51:50.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T22:51:50.575Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-09T22:51:50.575Z] df20fa9351a1: Pulling fs layer [2020-09-09T22:51:50.575Z] 36b3adc4ff6f: Pulling fs layer [2020-09-09T22:51:50.575Z] 8ad3a11d3b57: Pulling fs layer [2020-09-09T22:51:50.575Z] 46f8f816bc3b: Pulling fs layer [2020-09-09T22:51:50.575Z] 0dadc02b9964: Pulling fs layer [2020-09-09T22:51:50.575Z] ce6a7cf60c04: Pulling fs layer [2020-09-09T22:51:50.575Z] 7a184a31f384: Pulling fs layer [2020-09-09T22:51:50.575Z] 0879bd2ef858: Pulling fs layer [2020-09-09T22:51:50.575Z] 0dadc02b9964: Waiting [2020-09-09T22:51:50.575Z] ce6a7cf60c04: Waiting [2020-09-09T22:51:50.575Z] 7a184a31f384: Waiting [2020-09-09T22:51:50.575Z] 0879bd2ef858: Waiting [2020-09-09T22:51:50.575Z] 46f8f816bc3b: Waiting [2020-09-09T22:51:50.575Z] 36b3adc4ff6f: Verifying Checksum [2020-09-09T22:51:50.575Z] 36b3adc4ff6f: Download complete [2020-09-09T22:51:50.575Z] 46f8f816bc3b: Verifying Checksum [2020-09-09T22:51:50.575Z] 46f8f816bc3b: Download complete [2020-09-09T22:51:50.844Z] 0dadc02b9964: Verifying Checksum [2020-09-09T22:51:50.844Z] 0dadc02b9964: Download complete [2020-09-09T22:51:50.844Z] df20fa9351a1: Verifying Checksum [2020-09-09T22:51:50.844Z] 7a184a31f384: Verifying Checksum [2020-09-09T22:51:50.844Z] 7a184a31f384: Download complete [2020-09-09T22:51:50.844Z] ce6a7cf60c04: Verifying Checksum [2020-09-09T22:51:50.844Z] ce6a7cf60c04: Download complete [2020-09-09T22:51:50.844Z] 8ad3a11d3b57: Verifying Checksum [2020-09-09T22:51:50.844Z] 8ad3a11d3b57: Download complete [2020-09-09T22:51:51.107Z] df20fa9351a1: Pull complete [2020-09-09T22:51:51.702Z] 0879bd2ef858: Verifying Checksum [2020-09-09T22:51:51.702Z] 0879bd2ef858: Download complete [2020-09-09T22:51:51.702Z] 36b3adc4ff6f: Pull complete [2020-09-09T22:51:52.689Z] 8ad3a11d3b57: Pull complete [2020-09-09T22:51:52.955Z] 46f8f816bc3b: Pull complete [2020-09-09T22:51:53.315Z] 0dadc02b9964: Pull complete [2020-09-09T22:51:53.654Z] ce6a7cf60c04: Pull complete [2020-09-09T22:51:54.082Z] 7a184a31f384: Pull complete [2020-09-09T22:51:58.349Z] 0879bd2ef858: Pull complete [2020-09-09T22:51:58.349Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-09T22:51:58.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T22:51:58.349Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-09T22:51:58.537Z] prd-centos7-docker-4c-2g-2012 does not seem to be running inside a container [2020-09-09T22:51:58.599Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-09T22:52:01.604Z] $ docker top 0cd90bc96c35d8ea649713188c41e163f2c715c80f29ab730af2c41fc5ab80b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T22:52:02.497Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-09T22:52:03.300Z] + ls /var/log/sa-host [2020-09-09T22:52:03.300Z] + sadf -c /var/log/sa-host/sa05 [2020-09-09T22:52:03.300Z] file_magic: OK [2020-09-09T22:52:03.300Z] HZ: Using current value: 100 [2020-09-09T22:52:03.300Z] file_header: OK [2020-09-09T22:52:03.300Z] 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-09T22:52:03.300Z] Statistics: [2020-09-09T22:52:03.300Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T22:52:03.300Z] File successfully converted to sysstat format version 12.2.1 [2020-09-09T22:52:03.300Z] + sadf -c /var/log/sa-host/sa09 [2020-09-09T22:52:03.300Z] file_magic: OK [2020-09-09T22:52:03.300Z] HZ: Using current value: 100 [2020-09-09T22:52:03.300Z] file_header: OK [2020-09-09T22:52:03.300Z] 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-09T22:52:03.300Z] Statistics: [2020-09-09T22:52:03.300Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T22:52:03.300Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T22:52:03.438Z] provisioning config files... [2020-09-09T22:52:03.455Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3651516770407350308tmp [Pipeline] { [Pipeline] echo [2020-09-09T22:52:03.533Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:52:04.016Z] ---> create-netrc.sh [Pipeline] echo [2020-09-09T22:52:04.075Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T22:52:04.415Z] ---> logs-deploy.sh [2020-09-09T22:52:04.415Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/110 [2020-09-09T22:52:04.415Z] INFO: archiving workspace using pattern(s): [2020-09-09T22:52:06.373Z] Archives upload complete. [2020-09-09T22:52:06.373Z] INFO: archiving logs to Nexus [2020-09-09T22:52:07.775Z] ---> uname -a: [2020-09-09T22:52:07.776Z] Linux 0cd90bc96c35 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] ---> lscpu: [2020-09-09T22:52:07.776Z] Architecture: x86_64 [2020-09-09T22:52:07.776Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-09T22:52:07.776Z] Byte Order: Little Endian [2020-09-09T22:52:07.776Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-09T22:52:07.776Z] CPU(s): 4 [2020-09-09T22:52:07.776Z] On-line CPU(s) list: 0-3 [2020-09-09T22:52:07.776Z] Thread(s) per core: 1 [2020-09-09T22:52:07.776Z] Core(s) per socket: 1 [2020-09-09T22:52:07.776Z] Socket(s): 4 [2020-09-09T22:52:07.776Z] NUMA node(s): 1 [2020-09-09T22:52:07.776Z] Vendor ID: GenuineIntel [2020-09-09T22:52:07.776Z] CPU family: 6 [2020-09-09T22:52:07.776Z] Model: 44 [2020-09-09T22:52:07.776Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-09T22:52:07.776Z] Stepping: 1 [2020-09-09T22:52:07.776Z] CPU MHz: 2933.438 [2020-09-09T22:52:07.776Z] BogoMIPS: 5866.87 [2020-09-09T22:52:07.776Z] Virtualization: VT-x [2020-09-09T22:52:07.776Z] Hypervisor vendor: KVM [2020-09-09T22:52:07.776Z] Virtualization type: full [2020-09-09T22:52:07.776Z] L1d cache: 128 KiB [2020-09-09T22:52:07.776Z] L1i cache: 128 KiB [2020-09-09T22:52:07.776Z] L2 cache: 16 MiB [2020-09-09T22:52:07.776Z] L3 cache: 64 MiB [2020-09-09T22:52:07.776Z] NUMA node0 CPU(s): 0-3 [2020-09-09T22:52:07.776Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-09T22:52:07.776Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-09T22:52:07.776Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-09T22:52:07.776Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-09T22:52:07.776Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-09T22:52:07.776Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-09T22:52:07.776Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-09T22:52:07.776Z] Vulnerability Tsx async abort: Not affected [2020-09-09T22:52:07.776Z] 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-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] ---> nproc: [2020-09-09T22:52:07.776Z] 4 [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] ---> df -h: [2020-09-09T22:52:07.776Z] Filesystem Size Used Available Use% Mounted on [2020-09-09T22:52:07.776Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-09T22:52:07.776Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-09T22:52:07.776Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-09T22:52:07.776Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-09T22:52:07.776Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-09T22:52:07.776Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-09T22:52:07.776Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-09T22:52:07.776Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master [2020-09-09T22:52:07.776Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-09-09T22:52:07.776Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] ---> free -m: [2020-09-09T22:52:07.776Z] total used free shared buff/cache available [2020-09-09T22:52:07.776Z] Mem: 1837 795 125 0 916 973 [2020-09-09T22:52:07.776Z] Swap: 1023 3 1020 [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] ---> ip addr: [2020-09-09T22:52:07.776Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-09T22:52:07.776Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-09T22:52:07.776Z] inet 127.0.0.1/8 scope host lo [2020-09-09T22:52:07.776Z] valid_lft forever preferred_lft forever [2020-09-09T22:52:07.776Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-09T22:52:07.776Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-09T22:52:07.776Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-09T22:52:07.776Z] valid_lft forever preferred_lft forever [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] ---> sar -b -r -n DEV: [2020-09-09T22:52:07.776Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] 22:42:17 LINUX RESTART (4 CPU) [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] 22:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-09T22:52:07.776Z] 22:44:01 69.10 23.32 45.78 0.00 5714.17 6659.26 0.00 [2020-09-09T22:52:07.776Z] 22:45:01 2.43 0.00 2.43 0.00 0.00 50.97 0.00 [2020-09-09T22:52:07.776Z] 22:46:01 0.32 0.00 0.32 0.00 0.00 4.88 0.00 [2020-09-09T22:52:07.776Z] 22:47:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 [2020-09-09T22:52:07.776Z] 22:48:01 0.22 0.00 0.22 0.00 0.00 2.51 0.00 [2020-09-09T22:52:07.776Z] 22:49:01 0.38 0.00 0.38 0.00 0.00 5.04 0.00 [2020-09-09T22:52:07.776Z] 22:50:02 196.17 114.86 81.31 0.00 6290.05 30758.44 0.00 [2020-09-09T22:52:07.776Z] 22:51:01 204.52 64.11 140.41 0.00 2765.09 31911.82 0.00 [2020-09-09T22:52:07.776Z] 22:52:01 166.93 90.61 76.32 0.00 7636.18 13255.07 0.00 [2020-09-09T22:52:07.776Z] Average: 70.93 32.50 38.43 0.00 2490.19 9144.98 0.00 [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] 22:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-09T22:52:07.776Z] 22:44:01 192976 0 604604 32.13 2620 1081356 1143160 39.01 469164 1061056 120 [2020-09-09T22:52:07.776Z] 22:45:01 193984 0 603604 32.08 2620 1081348 1139688 38.90 469660 1059368 20 [2020-09-09T22:52:07.776Z] 22:46:01 193808 0 603772 32.09 2620 1081356 1137452 38.82 471524 1058432 8 [2020-09-09T22:52:07.776Z] 22:47:01 201276 0 596304 31.69 2620 1081356 1070152 36.52 468892 1054564 16 [2020-09-09T22:52:07.776Z] 22:48:01 200920 0 596656 31.71 2620 1081360 1070296 36.53 479128 1045260 16 [2020-09-09T22:52:07.776Z] 22:49:01 197144 0 600424 31.91 2620 1081368 1070356 36.53 501728 1026312 16 [2020-09-09T22:52:07.776Z] 22:50:02 71256 0 737380 39.19 2620 1070300 1439676 49.13 566804 1038028 15636 [2020-09-09T22:52:07.776Z] 22:51:01 139056 0 766288 40.73 1804 974408 1356300 46.29 573480 893752 75692 [2020-09-09T22:52:07.776Z] 22:52:01 63328 0 854396 45.41 1492 962340 2020816 68.97 689452 819444 36 [2020-09-09T22:52:07.776Z] Average: 161528 0 662603 35.22 2404 1055021 1271988 43.41 521092 1006246 10173 [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] 22:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-09T22:52:07.776Z] 22:44:01 eth0 454.96 376.30 1622.44 403.08 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:44:01 docker0 113.94 93.38 9.85 303.59 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:45:01 eth0 1.35 0.28 0.44 0.20 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:46:01 eth0 2.20 1.87 0.62 8.58 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:47:01 eth0 0.57 0.08 0.04 0.07 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:48:01 eth0 0.57 0.33 0.31 0.20 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:49:01 eth0 1.61 0.40 0.50 0.23 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:50:02 veth6012cf5 28.85 29.80 3.08 101.90 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:50:02 eth0 443.74 383.21 3890.24 35.17 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:50:02 docker0 28.85 29.68 2.69 101.89 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:51:01 eth0 504.60 439.65 3908.45 76.79 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:51:01 docker0 39.24 42.35 2.71 315.74 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:52:01 eth0 167.94 133.89 995.13 99.30 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:52:01 vethc852e67 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] 22:52:01 veth08d1aa6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] Average: eth0 174.74 147.97 1152.91 69.31 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] Average: vethc852e67 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] Average: veth08d1aa6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] ---> sar -P ALL: [2020-09-09T22:52:07.776Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] 22:42:17 LINUX RESTART (4 CPU) [2020-09-09T22:52:07.776Z] [2020-09-09T22:52:07.776Z] 22:43:01 CPU %user %nice %system %iowait %steal %idle [2020-09-09T22:52:07.776Z] 22:44:01 all 12.96 0.00 5.13 2.51 12.40 66.99 [2020-09-09T22:52:07.776Z] 22:44:01 0 9.26 0.00 4.36 1.87 14.76 69.75 [2020-09-09T22:52:07.776Z] 22:44:01 1 12.47 0.00 5.73 1.63 12.75 67.42 [2020-09-09T22:52:07.776Z] 22:44:01 2 14.06 0.00 5.41 4.95 10.73 64.86 [2020-09-09T22:52:07.776Z] 22:44:01 3 16.22 0.00 5.06 1.61 11.27 65.83 [2020-09-09T22:52:07.776Z] 22:45:01 all 0.11 0.00 0.06 0.00 0.48 99.34 [2020-09-09T22:52:07.776Z] 22:45:01 0 0.02 0.00 0.07 0.00 0.42 99.50 [2020-09-09T22:52:07.776Z] 22:45:01 1 0.08 0.00 0.05 0.00 0.76 99.10 [2020-09-09T22:52:07.776Z] 22:45:01 2 0.05 0.00 0.08 0.00 0.32 99.55 [2020-09-09T22:52:07.776Z] 22:45:01 3 0.30 0.00 0.05 0.00 0.43 99.22 [2020-09-09T22:52:07.776Z] 22:46:01 all 0.17 0.00 0.04 0.00 0.27 99.52 [2020-09-09T22:52:07.776Z] 22:46:01 0 0.03 0.00 0.05 0.00 0.22 99.70 [2020-09-09T22:52:07.776Z] 22:46:01 1 0.10 0.00 0.05 0.00 0.43 99.42 [2020-09-09T22:52:07.776Z] 22:46:01 2 0.40 0.00 0.03 0.00 0.28 99.28 [2020-09-09T22:52:07.776Z] 22:46:01 3 0.13 0.00 0.03 0.00 0.17 99.67 [2020-09-09T22:52:07.776Z] 22:47:01 all 0.11 0.00 0.06 0.00 0.22 99.61 [2020-09-09T22:52:07.776Z] 22:47:01 0 0.03 0.00 0.05 0.00 0.35 99.57 [2020-09-09T22:52:07.776Z] 22:47:01 1 0.02 0.00 0.07 0.00 0.10 99.82 [2020-09-09T22:52:07.776Z] 22:47:01 2 0.37 0.00 0.07 0.00 0.17 99.40 [2020-09-09T22:52:07.776Z] 22:47:01 3 0.03 0.00 0.05 0.00 0.25 99.67 [2020-09-09T22:52:07.776Z] 22:48:01 all 0.14 0.00 0.03 0.00 0.10 99.73 [2020-09-09T22:52:07.776Z] 22:48:01 0 0.05 0.00 0.03 0.00 0.10 99.82 [2020-09-09T22:52:07.776Z] 22:48:01 1 0.03 0.00 0.07 0.00 0.08 99.82 [2020-09-09T22:52:07.776Z] 22:48:01 2 0.43 0.00 0.02 0.00 0.07 99.48 [2020-09-09T22:52:07.777Z] 22:48:01 3 0.05 0.00 0.02 0.00 0.15 99.78 [2020-09-09T22:52:07.777Z] 22:49:01 all 0.10 0.00 0.05 0.00 0.27 99.59 [2020-09-09T22:52:07.777Z] 22:49:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2020-09-09T22:52:07.777Z] 22:49:01 1 0.03 0.00 0.10 0.00 0.37 99.50 [2020-09-09T22:52:07.777Z] 22:49:01 2 0.28 0.00 0.02 0.00 0.40 99.30 [2020-09-09T22:52:07.777Z] 22:49:01 3 0.05 0.00 0.05 0.00 0.20 99.70 [2020-09-09T22:52:07.777Z] 22:50:02 all 5.83 0.00 4.05 1.38 5.83 82.91 [2020-09-09T22:52:07.777Z] 22:50:02 0 5.72 0.00 4.06 1.08 6.26 82.88 [2020-09-09T22:52:07.777Z] 22:50:02 1 5.76 0.00 3.63 2.02 5.67 82.91 [2020-09-09T22:52:07.777Z] 22:50:02 2 5.88 0.00 5.26 1.30 5.60 81.95 [2020-09-09T22:52:07.777Z] 22:50:02 3 5.96 0.00 3.27 1.09 5.78 83.90 [2020-09-09T22:52:07.777Z] 22:51:01 all 8.37 0.00 5.96 1.71 17.11 66.85 [2020-09-09T22:52:07.777Z] 22:51:01 0 7.47 0.00 6.05 1.29 18.21 66.99 [2020-09-09T22:52:07.777Z] 22:51:01 1 9.46 0.00 6.29 0.86 17.00 66.39 [2020-09-09T22:52:07.777Z] 22:51:01 2 9.60 0.00 6.11 3.09 17.50 63.70 [2020-09-09T22:52:07.777Z] 22:51:01 3 6.98 0.00 5.41 1.64 15.71 70.26 [2020-09-09T22:52:07.777Z] 22:52:01 all 6.28 0.00 5.27 2.97 7.22 78.26 [2020-09-09T22:52:07.777Z] 22:52:01 0 6.71 0.00 5.81 3.20 7.86 76.41 [2020-09-09T22:52:07.777Z] 22:52:01 1 5.56 0.00 5.32 3.87 6.81 78.44 [2020-09-09T22:52:07.777Z] 22:52:01 2 4.75 0.00 4.65 2.45 6.93 81.24 [2020-09-09T22:52:07.777Z] 22:52:01 3 8.11 0.00 5.29 2.39 7.26 76.95 [2020-09-09T22:52:07.777Z] Average: all 3.77 0.00 2.28 0.95 4.86 88.14 [2020-09-09T22:52:07.777Z] Average: 0 3.26 0.00 2.28 0.83 5.39 88.25 [2020-09-09T22:52:07.777Z] Average: 1 3.70 0.00 2.35 0.92 4.86 88.16 [2020-09-09T22:52:07.777Z] Average: 2 3.94 0.00 2.38 1.30 4.62 87.76 [2020-09-09T22:52:07.777Z] Average: 3 4.17 0.00 2.13 0.75 4.56 88.40 [2020-09-09T22:52:07.777Z] [2020-09-09T22:52:07.777Z] [2020-09-09T22:52:07.777Z]