Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dd68bd8a16b73082b1b414d7611500291c5101af 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43411 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 dd68bd8a16b73082b1b414d7611500291c5101af (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 dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 Commit message: "fix: Fix unit tests that fail when using Go 1.15 (#485)" > git rev-list --no-walk b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T22:15:49.801Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T22:15:50.123Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T22:15:50.328Z] ========================================================= [2020-09-15T22:15:50.328Z] EdgeX Global Pipelines Version Info [2020-09-15T22:15:50.328Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:15:51.798Z] ------------------- [2020-09-15T22:15:51.798Z] stable info: [2020-09-15T22:15:51.798Z] ------------------- [2020-09-15T22:15:51.798Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-15T22:15:51.798Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:15:51.798Z] Message: update stable to v1.0.122 [2020-09-15T22:15:52.746Z] ------------------- [2020-09-15T22:15:52.746Z] experimental info: [2020-09-15T22:15:52.746Z] ------------------- [2020-09-15T22:15:52.746Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T22:15:52.746Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:15:52.746Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T22:15:53.142Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-15T22:15:53.240Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-15T22:15:53.340Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T22:15:53.439Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T22:15:53.532Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T22:15:53.634Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-15T22:15:53.732Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T22:15:53.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-15T22:15:53.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-15T22:15:54.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T22:15:54.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T22:15:54.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-15T22:15:54.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T22:15:54.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T22:15:54.565Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:15:54.661Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:15:54.759Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:15:54.857Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:15:54.998Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T22:15:55.096Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T22:15:55.192Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-15T22:15:55.286Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-15T22:15:55.382Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-15T22:15:55.481Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-15T22:15:55.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-15T22:15:55.682Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd68bd8a16b73082b1b414d7611500291c5101af [Pipeline] echo [2020-09-15T22:15:55.781Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd68bd8 [Pipeline] echo [2020-09-15T22:15:55.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T22:15:56.491Z] + git log --format=format:%s -1 dd68bd8a16b73082b1b414d7611500291c5101af [Pipeline] echo [2020-09-15T22:15:56.559Z] GIT_COMMIT: dd68bd8a16b73082b1b414d7611500291c5101af, Commit Message: fix: Fix unit tests that fail when using Go 1.15 (#485) [Pipeline] echo [2020-09-15T22:15:56.627Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:15:57.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:15:57.470Z] [2020-09-15T22:15:57.470Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:15:57.828Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:15:57.828Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T22:15:57.828Z] 31603596830f: Pulling fs layer [2020-09-15T22:15:57.828Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T22:15:57.828Z] 6ca5941a6612: Pulling fs layer [2020-09-15T22:15:57.828Z] ecc8261a40a4: Pulling fs layer [2020-09-15T22:15:57.828Z] ecc8261a40a4: Waiting [2020-09-15T22:15:57.828Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T22:15:57.828Z] 2a8b12db71e7: Download complete [2020-09-15T22:15:58.091Z] 31603596830f: Download complete [2020-09-15T22:15:58.091Z] ecc8261a40a4: Verifying Checksum [2020-09-15T22:15:58.091Z] ecc8261a40a4: Download complete [2020-09-15T22:15:58.091Z] 6ca5941a6612: Verifying Checksum [2020-09-15T22:15:58.091Z] 6ca5941a6612: Download complete [2020-09-15T22:15:58.353Z] 31603596830f: Pull complete [2020-09-15T22:15:58.616Z] 2a8b12db71e7: Pull complete [2020-09-15T22:15:59.562Z] 6ca5941a6612: Pull complete [2020-09-15T22:15:59.562Z] ecc8261a40a4: Pull complete [2020-09-15T22:15:59.562Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T22:15:59.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:15:59.562Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T22:15:59.661Z] prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container [2020-09-15T22:15:59.710Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:16:01.717Z] $ docker top 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:16:02.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:16:02.051Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:16:02.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:16:02.286Z] $ docker exec 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent [2020-09-15T22:16:02.441Z] SSH_AUTH_SOCK=/tmp/ssh-8UFahoJhgvxy/agent.12 [2020-09-15T22:16:02.441Z] SSH_AGENT_PID=17 [2020-09-15T22:16:02.453Z] Running ssh-add (command line suppressed) [2020-09-15T22:16:02.566Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8773748793661660426.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8773748793661660426.key) [2020-09-15T22:16:02.620Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:16:02.967Z] + git describe --exact-match --tags HEAD [2020-09-15T22:16:02.967Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T22:16:02.991Z] $ docker exec --env ******** --env ******** 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent -k [2020-09-15T22:16:03.134Z] unset SSH_AUTH_SOCK; [2020-09-15T22:16:03.135Z] unset SSH_AGENT_PID; [2020-09-15T22:16:03.135Z] echo Agent pid 17 killed; [2020-09-15T22:16:03.173Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T22:16:03.282Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T22:16:03.282Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T22:16:03.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:16:03.383Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:16:03.538Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:16:03.544Z] $ docker exec 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent [2020-09-15T22:16:03.695Z] SSH_AUTH_SOCK=/tmp/ssh-PaH88GT9UZrr/agent.45 [2020-09-15T22:16:03.695Z] SSH_AGENT_PID=50 [2020-09-15T22:16:03.702Z] Running ssh-add (command line suppressed) [2020-09-15T22:16:03.818Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1119469448116468367.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1119469448116468367.key) [2020-09-15T22:16:03.862Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:16:04.199Z] + git semver init [2020-09-15T22:16:04.199Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:16:04.199Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-15T22:16:04.199Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-15T22:16:04.199Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:16:04.199Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:16:04.199Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:16:04.199Z] # $SEMVER_BRANCH = master [2020-09-15T22:16:04.199Z] # $SEMVER_TEMP = /tmp/semver-278168227 [2020-09-15T22:16:04.199Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-15T22:16:06.745Z] # '/tmp/semver-278168227' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-15T22:16:06.745Z] # -> Force: false [2020-09-15T22:16:06.745Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-15T22:16:06.759Z] $ docker exec --env ******** --env ******** 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent -k [2020-09-15T22:16:06.871Z] unset SSH_AUTH_SOCK; [2020-09-15T22:16:06.872Z] unset SSH_AGENT_PID; [2020-09-15T22:16:06.872Z] echo Agent pid 50 killed; [2020-09-15T22:16:06.918Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:16:07.384Z] + git semver [Pipeline] } [2020-09-15T22:16:07.402Z] $ docker stop --time=1 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b [2020-09-15T22:16:08.813Z] $ docker rm -f 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T22:16:11.143Z] Stashed 37 file(s) [Pipeline] echo [2020-09-15T22:16:11.146Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.24 [Pipeline] echo [2020-09-15T22:16:11.257Z] Archived original version: [1.2.1-dev.24] [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-15T22:16:26.701Z] Still waiting to schedule task [2020-09-15T22:16:26.701Z] ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-43407’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-43406’ is offline; ‘prd-centos7-docker-4c-2g-43408’ is offline; ‘prd-centos7-docker-4c-2g-43409’ is offline; ‘prd-centos7-docker-4c-2g-43410’ is offline; ‘prd-centos7-docker-4c-2g-43412’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-43393’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-15T22:16:26.704Z] Still waiting to schedule task [2020-09-15T22:16:26.704Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43393’ is offline [2020-09-15T22:17:46.868Z] Running on prd-centos7-docker-4c-2g-43417 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-15T22:17:46.922Z] Running in /w/workspace/app-functions-sdk-go/112 [Pipeline] { [Pipeline] checkout [2020-09-15T22:17:50.077Z] using credential edgex-jenkins-ssh [2020-09-15T22:17:50.125Z] Cloning the remote Git repository [2020-09-15T22:17:50.125Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:17:50.165Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-15T22:17:50.291Z] > git init /w/workspace/app-functions-sdk-go/112 # timeout=10 [2020-09-15T22:17:50.339Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-15T22:17:50.339Z] > git --version # timeout=10 [2020-09-15T22:17:50.349Z] > git --version # 'git version 2.16.5' [2020-09-15T22:17:50.349Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:17:50.375Z] > 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-15T22:17:51.938Z] Fetching without tags [2020-09-15T22:17:51.903Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-15T22:17:51.919Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:17:51.933Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-15T22:17:51.946Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-15T22:17:51.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:17:51.951Z] > 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-15T22:17:52.355Z] Checking out Revision dd68bd8a16b73082b1b414d7611500291c5101af (master) [2020-09-15T22:17:52.368Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:17:52.378Z] > git checkout -f dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 [2020-09-15T22:17:56.048Z] Commit message: "fix: Fix unit tests that fail when using Go 1.15 (#485)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:17:58.086Z] ========================================================= [2020-09-15T22:17:58.087Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-15T22:17:58.087Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:17:58.644Z] + 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-15T22:18:00.041Z] Sending build context to Docker daemon 37.17MB [2020-09-15T22:18:00.041Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-15T22:18:00.041Z] Step 2/8 : FROM ${BASE} [2020-09-15T22:18:00.041Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T22:18:00.041Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:18:00.041Z] ed8968b2872e: Pulling fs layer [2020-09-15T22:18:00.041Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T22:18:00.041Z] 2dd03ba5bac4: Pulling fs layer [2020-09-15T22:18:00.041Z] 1e091d79d1de: Pulling fs layer [2020-09-15T22:18:00.041Z] 481702a1767f: Pulling fs layer [2020-09-15T22:18:00.041Z] f64a6f60c768: Pulling fs layer [2020-09-15T22:18:00.041Z] e78d2573fc39: Pulling fs layer [2020-09-15T22:18:00.041Z] e876d2f968b6: Pulling fs layer [2020-09-15T22:18:00.041Z] ce8a83651883: Pulling fs layer [2020-09-15T22:18:00.041Z] 07967f4d0e4b: Pulling fs layer [2020-09-15T22:18:00.041Z] f64a6f60c768: Waiting [2020-09-15T22:18:00.041Z] e78d2573fc39: Waiting [2020-09-15T22:18:00.041Z] e876d2f968b6: Waiting [2020-09-15T22:18:00.041Z] ce8a83651883: Waiting [2020-09-15T22:18:00.041Z] 07967f4d0e4b: Waiting [2020-09-15T22:18:00.041Z] 2dd03ba5bac4: Waiting [2020-09-15T22:18:00.041Z] 481702a1767f: Waiting [2020-09-15T22:18:00.041Z] 1e091d79d1de: Waiting [2020-09-15T22:18:00.041Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T22:18:00.041Z] a92cc7c5fd73: Download complete [2020-09-15T22:18:00.041Z] ed8968b2872e: Verifying Checksum [2020-09-15T22:18:00.041Z] ed8968b2872e: Download complete [2020-09-15T22:18:00.041Z] 1e091d79d1de: Verifying Checksum [2020-09-15T22:18:00.041Z] 1e091d79d1de: Download complete [2020-09-15T22:18:00.041Z] 481702a1767f: Verifying Checksum [2020-09-15T22:18:00.041Z] 481702a1767f: Download complete [2020-09-15T22:18:00.041Z] df20fa9351a1: Verifying Checksum [2020-09-15T22:18:00.041Z] df20fa9351a1: Download complete [2020-09-15T22:18:00.303Z] df20fa9351a1: Pull complete [2020-09-15T22:18:00.303Z] ed8968b2872e: Pull complete [2020-09-15T22:18:00.565Z] a92cc7c5fd73: Pull complete [2020-09-15T22:18:03.143Z] f64a6f60c768: Verifying Checksum [2020-09-15T22:18:03.144Z] f64a6f60c768: Download complete [2020-09-15T22:18:03.144Z] e876d2f968b6: Verifying Checksum [2020-09-15T22:18:03.144Z] e876d2f968b6: Download complete [2020-09-15T22:18:04.101Z] ce8a83651883: Download complete [2020-09-15T22:18:04.101Z] 07967f4d0e4b: Verifying Checksum [2020-09-15T22:18:04.101Z] 07967f4d0e4b: Download complete [2020-09-15T22:18:04.367Z] 2dd03ba5bac4: Verifying Checksum [2020-09-15T22:18:04.367Z] 2dd03ba5bac4: Download complete [2020-09-15T22:18:04.635Z] e78d2573fc39: Verifying Checksum [2020-09-15T22:18:04.635Z] e78d2573fc39: Download complete [2020-09-15T22:18:11.298Z] 2dd03ba5bac4: Pull complete [2020-09-15T22:18:11.298Z] 1e091d79d1de: Pull complete [2020-09-15T22:18:11.298Z] 481702a1767f: Pull complete [2020-09-15T22:18:15.538Z] f64a6f60c768: Pull complete [2020-09-15T22:18:18.899Z] e78d2573fc39: Pull complete [2020-09-15T22:18:18.899Z] e876d2f968b6: Pull complete [2020-09-15T22:18:19.856Z] ce8a83651883: Pull complete [2020-09-15T22:18:19.856Z] 07967f4d0e4b: Pull complete [2020-09-15T22:18:19.856Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-15T22:18:19.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-15T22:18:19.856Z] ---> 5d7c900382c6 [2020-09-15T22:18:19.856Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-15T22:18:20.149Z] latest: Pulling from library/docker [2020-09-15T22:18:20.435Z] df20fa9351a1: Already exists [2020-09-15T22:18:20.435Z] 25ad7478873d: Pulling fs layer [2020-09-15T22:18:20.435Z] 4684f6177b5d: Pulling fs layer [2020-09-15T22:18:20.435Z] 46e300cec669: Pulling fs layer [2020-09-15T22:18:20.435Z] 63038576ad94: Pulling fs layer [2020-09-15T22:18:20.435Z] 0fdb76c4706c: Pulling fs layer [2020-09-15T22:18:20.435Z] cb7edeffdfd5: Pulling fs layer [2020-09-15T22:18:20.435Z] 63038576ad94: Waiting [2020-09-15T22:18:20.435Z] 0fdb76c4706c: Waiting [2020-09-15T22:18:20.435Z] cb7edeffdfd5: Waiting [2020-09-15T22:18:20.435Z] 25ad7478873d: Download complete [2020-09-15T22:18:20.435Z] 4684f6177b5d: Verifying Checksum [2020-09-15T22:18:20.435Z] 4684f6177b5d: Download complete [2020-09-15T22:18:20.706Z] 63038576ad94: Verifying Checksum [2020-09-15T22:18:20.706Z] 63038576ad94: Download complete [2020-09-15T22:18:20.706Z] 0fdb76c4706c: Verifying Checksum [2020-09-15T22:18:20.706Z] 0fdb76c4706c: Download complete [2020-09-15T22:18:20.706Z] cb7edeffdfd5: Verifying Checksum [2020-09-15T22:18:20.706Z] cb7edeffdfd5: Download complete [2020-09-15T22:18:21.289Z] 46e300cec669: Verifying Checksum [2020-09-15T22:18:21.289Z] 46e300cec669: Download complete [2020-09-15T22:18:21.553Z] 25ad7478873d: Pull complete [2020-09-15T22:18:22.137Z] 4684f6177b5d: Pull complete [2020-09-15T22:18:22.795Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43416 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-15T22:18:22.845Z] Running in /w/workspace/app-functions-sdk-go/112 [Pipeline] { [Pipeline] checkout [2020-09-15T22:18:24.708Z] 46e300cec669: Pull complete [2020-09-15T22:18:24.708Z] 63038576ad94: Pull complete [2020-09-15T22:18:24.975Z] 0fdb76c4706c: Pull complete [2020-09-15T22:18:24.975Z] cb7edeffdfd5: Pull complete [2020-09-15T22:18:24.975Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-15T22:18:25.242Z] Status: Downloaded newer image for docker:latest [2020-09-15T22:18:27.185Z] ---> 103789957b10 [2020-09-15T22:18:27.185Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T22:18:27.185Z] ---> Running in eab3773d72cc [2020-09-15T22:18:27.185Z] Removing intermediate container eab3773d72cc [2020-09-15T22:18:27.185Z] ---> 2eeca3fe9c3e [2020-09-15T22:18:27.185Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-15T22:18:27.185Z] ---> Running in f95dc9ca6d07 [2020-09-15T22:18:27.622Z] using credential edgex-jenkins-ssh [2020-09-15T22:18:27.681Z] Cloning the remote Git repository [2020-09-15T22:18:27.681Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:18:27.737Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-15T22:18:27.845Z] > git init /w/workspace/app-functions-sdk-go/112 # timeout=10 [2020-09-15T22:18:27.910Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-15T22:18:27.910Z] > git --version # timeout=10 [2020-09-15T22:18:27.935Z] > git --version # 'git version 2.17.1' [2020-09-15T22:18:27.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:18:28.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T22:18:28.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T22:18:28.012Z] > 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-15T22:18:29.670Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-15T22:18:29.670Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-15T22:18:29.933Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-15T22:18:29.933Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-15T22:18:29.933Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-15T22:18:30.194Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T22:18:30.194Z] OK: 167 MiB in 44 packages [2020-09-15T22:18:30.739Z] Fetching without tags [2020-09-15T22:18:30.767Z] Removing intermediate container f95dc9ca6d07 [2020-09-15T22:18:30.768Z] ---> 055fde931c89 [2020-09-15T22:18:30.768Z] Step 6/8 : WORKDIR /build [2020-09-15T22:18:30.768Z] ---> Running in 92621bf90cad [2020-09-15T22:18:30.768Z] Removing intermediate container 92621bf90cad [2020-09-15T22:18:30.768Z] ---> 90bff522b948 [2020-09-15T22:18:30.768Z] Step 7/8 : COPY go.mod . [2020-09-15T22:18:31.032Z] ---> c90b1e780959 [2020-09-15T22:18:31.032Z] Step 8/8 : RUN go mod download [2020-09-15T22:18:31.032Z] ---> Running in c5c721579f67 [2020-09-15T22:18:31.183Z] Checking out Revision dd68bd8a16b73082b1b414d7611500291c5101af (master) [2020-09-15T22:18:30.680Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-15T22:18:30.700Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:18:30.725Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-15T22:18:30.754Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-15T22:18:30.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:18:30.765Z] > 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-15T22:18:31.204Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:18:31.215Z] > git checkout -f dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 [2020-09-15T22:18:33.598Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-15T22:18:33.599Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-15T22:18:33.599Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-15T22:18:33.599Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-15T22:18:33.599Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-15T22:18:33.599Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-15T22:18:33.599Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-15T22:18:33.599Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-15T22:18:33.599Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-15T22:18:33.599Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-15T22:18:33.599Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-15T22:18:33.599Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-15T22:18:33.599Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 [2020-09-15T22:18:33.867Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-15T22:18:33.867Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-15T22:18:33.867Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-15T22:18:33.867Z] go: finding github.com/fatih/color v1.7.0 [2020-09-15T22:18:33.867Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-15T22:18:33.867Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T22:18:33.867Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T22:18:33.867Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T22:18:33.867Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T22:18:33.867Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T22:18:33.867Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T22:18:34.130Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T22:18:34.130Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-15T22:18:34.130Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T22:18:34.130Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-15T22:18:34.130Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-15T22:18:34.130Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-15T22:18:34.130Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-15T22:18:34.130Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-15T22:18:34.130Z] go: finding github.com/google/uuid v1.1.1 [2020-09-15T22:18:34.130Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-15T22:18:34.130Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-15T22:18:34.392Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-15T22:18:34.392Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-15T22:18:34.392Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-15T22:18:34.654Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-15T22:18:34.915Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-15T22:18:34.915Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-15T22:18:34.915Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-15T22:18:34.915Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-15T22:18:34.915Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-15T22:18:34.915Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T22:18:34.915Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-15T22:18:34.915Z] go: finding github.com/kr/pty v1.1.1 [2020-09-15T22:18:34.915Z] go: finding github.com/kr/text v0.1.0 [2020-09-15T22:18:34.915Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T22:18:34.915Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-15T22:18:34.915Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-15T22:18:35.177Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-15T22:18:35.177Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-15T22:18:35.177Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-15T22:18:35.439Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-15T22:18:35.439Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-15T22:18:35.439Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-15T22:18:35.439Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-15T22:18:35.439Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-15T22:18:35.439Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T22:18:35.439Z] go: finding github.com/posener/complete v1.1.1 [2020-09-15T22:18:35.439Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-15T22:18:35.439Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-15T22:18:35.439Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-15T22:18:35.439Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-15T22:18:35.439Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-15T22:18:35.473Z] Commit message: "fix: Fix unit tests that fail when using Go 1.15 (#485)" [2020-09-15T22:18:35.700Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-15T22:18:35.700Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T22:18:35.700Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-15T22:18:35.700Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-15T22:18:35.700Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-15T22:18:35.700Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-15T22:18:35.700Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-15T22:18:35.700Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-15T22:18:35.700Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-15T22:18:35.700Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T22:18:35.963Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T22:18:35.963Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-15T22:18:35.963Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-15T22:18:35.963Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-15T22:18:35.963Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-15T22:18:35.963Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-15T22:18:35.963Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:18:38.556Z] ========================================================= [2020-09-15T22:18:38.556Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-15T22:18:38.556Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:18:39.521Z] + 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-15T22:18:40.529Z] Sending build context to Docker daemon 37.17MB [2020-09-15T22:18:40.801Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-15T22:18:40.801Z] Step 2/8 : FROM ${BASE} [2020-09-15T22:18:41.077Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T22:18:41.077Z] b538f80385f9: Pulling fs layer [2020-09-15T22:18:41.077Z] 74f711af9a0d: Pulling fs layer [2020-09-15T22:18:41.077Z] 99f96fe45779: Pulling fs layer [2020-09-15T22:18:41.077Z] fd7a069fd194: Pulling fs layer [2020-09-15T22:18:41.077Z] 66aa3694b03b: Pulling fs layer [2020-09-15T22:18:41.077Z] 170f70906a0f: Pulling fs layer [2020-09-15T22:18:41.077Z] ad7c5574e4b9: Pulling fs layer [2020-09-15T22:18:41.077Z] e772456be8f7: Pulling fs layer [2020-09-15T22:18:41.077Z] c890913d741a: Pulling fs layer [2020-09-15T22:18:41.077Z] 2480fcc9aa5a: Pulling fs layer [2020-09-15T22:18:41.077Z] 09adf4765672: Pulling fs layer [2020-09-15T22:18:41.077Z] 66aa3694b03b: Waiting [2020-09-15T22:18:41.077Z] 170f70906a0f: Waiting [2020-09-15T22:18:41.077Z] ad7c5574e4b9: Waiting [2020-09-15T22:18:41.077Z] e772456be8f7: Waiting [2020-09-15T22:18:41.077Z] c890913d741a: Waiting [2020-09-15T22:18:41.077Z] 2480fcc9aa5a: Waiting [2020-09-15T22:18:41.077Z] 09adf4765672: Waiting [2020-09-15T22:18:41.077Z] fd7a069fd194: Waiting [2020-09-15T22:18:41.077Z] 99f96fe45779: Verifying Checksum [2020-09-15T22:18:41.077Z] 99f96fe45779: Download complete [2020-09-15T22:18:41.077Z] 74f711af9a0d: Verifying Checksum [2020-09-15T22:18:41.077Z] 74f711af9a0d: Download complete [2020-09-15T22:18:41.077Z] 66aa3694b03b: Verifying Checksum [2020-09-15T22:18:41.077Z] 66aa3694b03b: Download complete [2020-09-15T22:18:41.077Z] 170f70906a0f: Verifying Checksum [2020-09-15T22:18:41.077Z] 170f70906a0f: Download complete [2020-09-15T22:18:41.077Z] b538f80385f9: Verifying Checksum [2020-09-15T22:18:41.077Z] b538f80385f9: Download complete [2020-09-15T22:18:41.677Z] b538f80385f9: Pull complete [2020-09-15T22:18:42.287Z] 74f711af9a0d: Pull complete [2020-09-15T22:18:42.890Z] 99f96fe45779: Pull complete [2020-09-15T22:18:43.879Z] ad7c5574e4b9: Verifying Checksum [2020-09-15T22:18:43.879Z] ad7c5574e4b9: Download complete [2020-09-15T22:18:43.879Z] c890913d741a: Download complete [2020-09-15T22:18:45.870Z] 2480fcc9aa5a: Verifying Checksum [2020-09-15T22:18:45.870Z] 2480fcc9aa5a: Download complete [2020-09-15T22:18:45.870Z] 09adf4765672: Verifying Checksum [2020-09-15T22:18:45.870Z] 09adf4765672: Download complete [2020-09-15T22:18:46.857Z] fd7a069fd194: Download complete [2020-09-15T22:18:47.129Z] e772456be8f7: Verifying Checksum [2020-09-15T22:18:47.129Z] e772456be8f7: Download complete [2020-09-15T22:18:58.061Z] Removing intermediate container c5c721579f67 [2020-09-15T22:18:58.061Z] ---> 08069a2dff41 [2020-09-15T22:18:58.061Z] Successfully built 08069a2dff41 [2020-09-15T22:18:58.061Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:18:58.436Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T22:18:58.436Z] . [Pipeline] withDockerContainer [2020-09-15T22:18:58.540Z] prd-centos7-docker-4c-2g-43417 does not seem to be running inside a container [2020-09-15T22:18:58.601Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/112 -v /w/workspace/app-functions-sdk-go/112:/w/workspace/app-functions-sdk-go/112:rw,z -v /w/workspace/app-functions-sdk-go/112@tmp:/w/workspace/app-functions-sdk-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-15T22:18:59.344Z] $ docker top cea9ab1118d1a56106f0affe7e87a65f39458035f964a3c4a40c989a5229b4fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:18:59.562Z] fd7a069fd194: Pull complete [2020-09-15T22:18:59.562Z] 66aa3694b03b: Pull complete [2020-09-15T22:18:59.562Z] 170f70906a0f: Pull complete [2020-09-15T22:18:59.827Z] + go version [2020-09-15T22:18:59.827Z] go version go1.13.13 linux/amd64 [Pipeline] } [2020-09-15T22:18:59.845Z] $ docker stop --time=1 cea9ab1118d1a56106f0affe7e87a65f39458035f964a3c4a40c989a5229b4fc [2020-09-15T22:19:01.186Z] $ docker rm -f cea9ab1118d1a56106f0affe7e87a65f39458035f964a3c4a40c989a5229b4fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-09-15T22:19:02.214Z] ad7c5574e4b9: Pull complete 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-15T22:19:06.544Z] e772456be8f7: Pull complete [2020-09-15T22:19:06.820Z] c890913d741a: Pull complete [2020-09-15T22:19:09.487Z] 2480fcc9aa5a: Pull complete [2020-09-15T22:19:09.487Z] 09adf4765672: Pull complete [2020-09-15T22:19:09.487Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-15T22:19:09.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-15T22:19:09.760Z] ---> 2248a725d1cf [2020-09-15T22:19:09.760Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-15T22:19:10.032Z] latest: Pulling from library/docker [2020-09-15T22:19:10.032Z] b538f80385f9: Already exists [2020-09-15T22:19:10.032Z] 259a493cd78d: Pulling fs layer [2020-09-15T22:19:10.032Z] b8e66b5100f5: Pulling fs layer [2020-09-15T22:19:10.032Z] 39dc9c94d07c: Pulling fs layer [2020-09-15T22:19:10.032Z] 551b823b3b82: Pulling fs layer [2020-09-15T22:19:10.032Z] 3c52a74df98c: Pulling fs layer [2020-09-15T22:19:10.032Z] 6c9b121b6998: Pulling fs layer [2020-09-15T22:19:10.032Z] 551b823b3b82: Waiting [2020-09-15T22:19:10.032Z] 3c52a74df98c: Waiting [2020-09-15T22:19:10.032Z] 6c9b121b6998: Waiting [2020-09-15T22:19:10.311Z] b8e66b5100f5: Verifying Checksum [2020-09-15T22:19:10.311Z] b8e66b5100f5: Download complete [2020-09-15T22:19:10.311Z] 259a493cd78d: Verifying Checksum [2020-09-15T22:19:10.311Z] 259a493cd78d: Download complete [2020-09-15T22:19:10.311Z] 551b823b3b82: Verifying Checksum [2020-09-15T22:19:10.311Z] 551b823b3b82: Download complete [2020-09-15T22:19:10.311Z] 3c52a74df98c: Verifying Checksum [2020-09-15T22:19:10.311Z] 3c52a74df98c: Download complete [2020-09-15T22:19:10.591Z] 6c9b121b6998: Verifying Checksum [2020-09-15T22:19:10.591Z] 6c9b121b6998: Download complete [2020-09-15T22:19:11.191Z] 259a493cd78d: Pull complete [2020-09-15T22:19:11.464Z] b8e66b5100f5: Pull complete [2020-09-15T22:19:11.464Z] 39dc9c94d07c: Verifying Checksum [2020-09-15T22:19:11.464Z] 39dc9c94d07c: Download complete [2020-09-15T22:19:14.872Z] 39dc9c94d07c: Pull complete [2020-09-15T22:19:14.872Z] 551b823b3b82: Pull complete [2020-09-15T22:19:15.150Z] 3c52a74df98c: Pull complete [2020-09-15T22:19:15.431Z] 6c9b121b6998: Pull complete [2020-09-15T22:19:15.708Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-15T22:19:15.708Z] Status: Downloaded newer image for docker:latest [2020-09-15T22:19:22.418Z] ---> 7b08bf1bb37c [2020-09-15T22:19:22.418Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T22:19:22.693Z] ---> Running in ffdf5d371d1f [2020-09-15T22:19:22.971Z] Removing intermediate container ffdf5d371d1f [2020-09-15T22:19:22.971Z] ---> bbb9d838fdec [2020-09-15T22:19:22.971Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-15T22:19:23.246Z] ---> Running in c73e9f644b04 [2020-09-15T22:19:25.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T22:19:25.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T22:19:26.784Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-15T22:19:27.055Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-15T22:19:27.055Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-15T22:19:27.328Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-15T22:19:27.328Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-15T22:19:27.328Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T22:19:27.328Z] OK: 144 MiB in 44 packages [2020-09-15T22:19:28.763Z] Removing intermediate container c73e9f644b04 [2020-09-15T22:19:28.763Z] ---> e1ddb15665e5 [2020-09-15T22:19:28.763Z] Step 6/8 : WORKDIR /build [2020-09-15T22:19:29.038Z] ---> Running in ac736424224b [2020-09-15T22:19:29.313Z] Removing intermediate container ac736424224b [2020-09-15T22:19:29.313Z] ---> 3559f6559152 [2020-09-15T22:19:29.313Z] Step 7/8 : COPY go.mod . [2020-09-15T22:19:30.294Z] ---> f3a947c28672 [2020-09-15T22:19:30.294Z] Step 8/8 : RUN go mod download [2020-09-15T22:19:30.294Z] ---> Running in bd2f2ee4d073 [2020-09-15T22:19:33.689Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-15T22:19:33.689Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-15T22:19:33.689Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-15T22:19:33.689Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-15T22:19:33.689Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-15T22:19:33.689Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-15T22:19:33.689Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-15T22:19:33.689Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-15T22:19:33.689Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-15T22:19:33.689Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-15T22:19:33.689Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-15T22:19:33.689Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-15T22:19:33.689Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 [2020-09-15T22:19:33.689Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-15T22:19:33.689Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-15T22:19:33.689Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-15T22:19:33.689Z] go: finding github.com/fatih/color v1.7.0 [2020-09-15T22:19:33.689Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-15T22:19:33.689Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T22:19:33.689Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T22:19:33.689Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T22:19:33.689Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T22:19:33.689Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T22:19:33.689Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T22:19:33.689Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T22:19:33.959Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-15T22:19:33.959Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T22:19:33.959Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-15T22:19:33.959Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-15T22:19:33.959Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-15T22:19:33.959Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-15T22:19:33.959Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-15T22:19:33.959Z] go: finding github.com/google/uuid v1.1.1 [2020-09-15T22:19:33.959Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-15T22:19:33.959Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-15T22:19:34.231Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-15T22:19:34.504Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-15T22:19:34.504Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-15T22:19:34.504Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-15T22:19:34.504Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-15T22:19:34.504Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-15T22:19:34.504Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-15T22:19:34.504Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T22:19:34.504Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-15T22:19:34.504Z] go: finding github.com/kr/pty v1.1.1 [2020-09-15T22:19:34.504Z] go: finding github.com/kr/text v0.1.0 [2020-09-15T22:19:34.504Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T22:19:34.777Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-15T22:19:34.777Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-15T22:19:34.777Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-15T22:19:34.777Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-15T22:19:35.050Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-15T22:19:35.050Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-15T22:19:35.050Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-15T22:19:35.050Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-15T22:19:35.050Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-15T22:19:35.050Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-15T22:19:35.050Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-15T22:19:35.050Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T22:19:35.050Z] go: finding github.com/posener/complete v1.1.1 [2020-09-15T22:19:35.050Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-15T22:19:35.050Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-15T22:19:35.328Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-15T22:19:35.328Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-15T22:19:35.328Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-15T22:19:35.328Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-15T22:19:35.328Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T22:19:35.328Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-15T22:19:35.328Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-15T22:19:35.328Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-15T22:19:35.328Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-15T22:19:35.328Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-15T22:19:35.328Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-15T22:19:35.600Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-15T22:19:35.600Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T22:19:35.600Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T22:19:35.600Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-15T22:19:35.600Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-15T22:19:35.600Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-15T22:19:35.600Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-15T22:19:35.600Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-15T22:19:35.600Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-15T22:19:57.790Z] Removing intermediate container bd2f2ee4d073 [2020-09-15T22:19:57.790Z] ---> d2a440f9c66f [2020-09-15T22:19:57.790Z] Successfully built d2a440f9c66f [2020-09-15T22:19:57.790Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:19:58.199Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T22:19:58.199Z] . [Pipeline] withDockerContainer [2020-09-15T22:19:58.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-43416 does not seem to be running inside a container [2020-09-15T22:19:58.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/112 -v /w/workspace/app-functions-sdk-go/112:/w/workspace/app-functions-sdk-go/112:rw,z -v /w/workspace/app-functions-sdk-go/112@tmp:/w/workspace/app-functions-sdk-go/112@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 ******** ci-base-image-arm64 cat [2020-09-15T22:20:00.441Z] $ docker top 7b75d12023fe363cbcd03916dea20b2d28b97cbe8be39a2f1d68c73fdab9f42c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:20:01.852Z] + go version [2020-09-15T22:20:01.852Z] go version go1.13.13 linux/arm64 [Pipeline] } [2020-09-15T22:20:01.885Z] $ docker stop --time=1 7b75d12023fe363cbcd03916dea20b2d28b97cbe8be39a2f1d68c73fdab9f42c [2020-09-15T22:20:03.863Z] $ docker rm -f 7b75d12023fe363cbcd03916dea20b2d28b97cbe8be39a2f1d68c73fdab9f42c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-15T22:20:08.667Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-15T22:20:08.669Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-15T22:20:08.721Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:20:09.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:20:09.073Z] [2020-09-15T22:20:09.073Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:20:09.432Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:20:09.432Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-15T22:20:09.432Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-15T22:20:09.432Z] 408f87550127: Pulling fs layer [2020-09-15T22:20:09.432Z] fe522b08c979: Pulling fs layer [2020-09-15T22:20:09.432Z] 221eaa008020: Pulling fs layer [2020-09-15T22:20:09.432Z] 2a4607e5d6b9: Pulling fs layer [2020-09-15T22:20:09.432Z] 8f79b27c4fd2: Pulling fs layer [2020-09-15T22:20:09.432Z] e5c8dbe1645b: Pulling fs layer [2020-09-15T22:20:09.432Z] 23e8b3b47431: Pulling fs layer [2020-09-15T22:20:09.432Z] 5c568d65a230: Pulling fs layer [2020-09-15T22:20:09.432Z] 221eaa008020: Waiting [2020-09-15T22:20:09.432Z] 2a4607e5d6b9: Waiting [2020-09-15T22:20:09.432Z] 8f79b27c4fd2: Waiting [2020-09-15T22:20:09.432Z] e5c8dbe1645b: Waiting [2020-09-15T22:20:09.432Z] 5c568d65a230: Waiting [2020-09-15T22:20:09.432Z] 23e8b3b47431: Waiting [2020-09-15T22:20:09.432Z] fe522b08c979: Verifying Checksum [2020-09-15T22:20:09.432Z] fe522b08c979: Download complete [2020-09-15T22:20:09.432Z] 408f87550127: Verifying Checksum [2020-09-15T22:20:09.432Z] 408f87550127: Download complete [2020-09-15T22:20:09.432Z] 2a4607e5d6b9: Verifying Checksum [2020-09-15T22:20:09.432Z] 2a4607e5d6b9: Download complete [2020-09-15T22:20:09.432Z] 8f79b27c4fd2: Verifying Checksum [2020-09-15T22:20:09.432Z] 8f79b27c4fd2: Download complete [2020-09-15T22:20:09.432Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-15T22:20:09.432Z] cbdbe7a5bc2a: Download complete [2020-09-15T22:20:09.694Z] cbdbe7a5bc2a: Pull complete [2020-09-15T22:20:09.956Z] 408f87550127: Pull complete [2020-09-15T22:20:10.217Z] fe522b08c979: Pull complete [2020-09-15T22:20:10.801Z] e5c8dbe1645b: Verifying Checksum [2020-09-15T22:20:10.801Z] e5c8dbe1645b: Download complete [2020-09-15T22:20:11.379Z] 23e8b3b47431: Verifying Checksum [2020-09-15T22:20:11.379Z] 23e8b3b47431: Download complete [2020-09-15T22:20:11.640Z] 5c568d65a230: Verifying Checksum [2020-09-15T22:20:11.640Z] 5c568d65a230: Download complete [2020-09-15T22:20:13.038Z] 221eaa008020: Verifying Checksum [2020-09-15T22:20:13.038Z] 221eaa008020: Download complete [2020-09-15T22:20:18.346Z] 221eaa008020: Pull complete [2020-09-15T22:20:18.346Z] 2a4607e5d6b9: Pull complete [2020-09-15T22:20:18.346Z] 8f79b27c4fd2: Pull complete [2020-09-15T22:20:20.269Z] e5c8dbe1645b: Pull complete [2020-09-15T22:20:24.504Z] 23e8b3b47431: Pull complete [2020-09-15T22:20:25.083Z] 5c568d65a230: Pull complete [2020-09-15T22:20:25.083Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-15T22:20:25.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:20:25.083Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-15T22:20:25.280Z] prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container [2020-09-15T22:20:25.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-15T22:20:26.344Z] $ docker top b14208c9c73762d9af72745f331cbfb561291b3160f20649b4a7ffa4c73c2229 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:20:26.862Z] + snyk monitor '--org=edgex-jenkins' [2020-09-15T22:20:39.105Z] [2020-09-15T22:20:39.105Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-15T22:20:39.105Z] [2020-09-15T22:20:39.105Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9860648e-cd46-4abc-99b7-e2524cdf5d27 [2020-09-15T22:20:39.105Z] [2020-09-15T22:20:39.105Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-15T22:20:39.105Z] [2020-09-15T22:20:39.105Z] [2020-09-15T22:20:39.105Z] Snyk CLI supports Node.js 8 and higher. [2020-09-15T22:20:39.105Z] 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-15T22:20:39.105Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-15T22:20:39.105Z] [2020-09-15T22:20:39.105Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-15T22:20:39.105Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-15T22:20:39.124Z] $ docker stop --time=1 b14208c9c73762d9af72745f331cbfb561291b3160f20649b4a7ffa4c73c2229 [2020-09-15T22:20:40.638Z] $ docker rm -f b14208c9c73762d9af72745f331cbfb561291b3160f20649b4a7ffa4c73c2229 [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-15T22:20:41.929Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:20:41.983Z] provisioning config files... [2020-09-15T22:20:42.002Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1402355495520252694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:20:42.373Z] --> edgex-publish-swagger.sh [2020-09-15T22:20:42.373Z] === Publish openapi/v2 API === [2020-09-15T22:20:42.373Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-15T22:20:42.373Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-15T22:20:42.373Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-15T22:20:42.373Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-15T22:20:42.382Z] 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-15T22:20:44.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:20:44.310Z] . [Pipeline] withDockerContainer [2020-09-15T22:20:44.403Z] prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container [2020-09-15T22:20:44.447Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:20:45.243Z] $ docker top 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:20:45.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:20:45.538Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:20:45.770Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:20:45.774Z] $ docker exec 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 ssh-agent [2020-09-15T22:20:45.934Z] SSH_AUTH_SOCK=/tmp/ssh-8u5dGiruGWXV/agent.12 [2020-09-15T22:20:45.934Z] SSH_AGENT_PID=17 [2020-09-15T22:20:45.940Z] Running ssh-add (command line suppressed) [2020-09-15T22:20:46.070Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6043170685324860966.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6043170685324860966.key) [2020-09-15T22:20:46.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:20:46.461Z] + git semver tag [2020-09-15T22:20:46.461Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:20:46.461Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-15T22:20:46.461Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-15T22:20:46.461Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:20:46.461Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:20:46.461Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:20:46.461Z] # $SEMVER_BRANCH = master [2020-09-15T22:20:46.461Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-15T22:20:46.461Z] # dd68bd8a16b73082b1b414d7611500291c5101af HEAD [2020-09-15T22:20:46.461Z] # -> Force: false [2020-09-15T22:20:46.461Z] # 4b58d4620b4a962ab40a14f114fd8177c6e8385c refs/tags/v1.2.1-dev.24 [Pipeline] } [2020-09-15T22:20:46.475Z] $ docker exec --env ******** --env ******** 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 ssh-agent -k [2020-09-15T22:20:46.582Z] unset SSH_AUTH_SOCK; [2020-09-15T22:20:46.582Z] unset SSH_AGENT_PID; [2020-09-15T22:20:46.582Z] echo Agent pid 17 killed; [2020-09-15T22:20:46.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:20:47.152Z] + git semver [Pipeline] } [2020-09-15T22:20:47.173Z] $ docker stop --time=1 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 [2020-09-15T22:20:48.487Z] $ docker rm -f 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:20:49.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:20:49.115Z] [2020-09-15T22:20:49.115Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:20:49.458Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:20:49.458Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-15T22:20:49.458Z] ab5ef0e58194: Pulling fs layer [2020-09-15T22:20:49.458Z] 9712f1f96733: Pulling fs layer [2020-09-15T22:20:49.458Z] 63f879dbbcfc: Pulling fs layer [2020-09-15T22:20:49.458Z] 0d9ebad4ef96: Pulling fs layer [2020-09-15T22:20:49.458Z] e9a5061849ea: Pulling fs layer [2020-09-15T22:20:49.458Z] d747dcd14b5f: Pulling fs layer [2020-09-15T22:20:49.458Z] 2de7ff778b66: Pulling fs layer [2020-09-15T22:20:49.458Z] e9a5061849ea: Waiting [2020-09-15T22:20:49.458Z] 0d9ebad4ef96: Waiting [2020-09-15T22:20:49.458Z] 2de7ff778b66: Waiting [2020-09-15T22:20:49.458Z] 9712f1f96733: Verifying Checksum [2020-09-15T22:20:49.458Z] 9712f1f96733: Download complete [2020-09-15T22:20:51.380Z] 63f879dbbcfc: Verifying Checksum [2020-09-15T22:20:51.380Z] 63f879dbbcfc: Download complete [2020-09-15T22:20:51.380Z] e9a5061849ea: Verifying Checksum [2020-09-15T22:20:51.380Z] e9a5061849ea: Download complete [2020-09-15T22:20:51.380Z] d747dcd14b5f: Verifying Checksum [2020-09-15T22:20:51.380Z] d747dcd14b5f: Download complete [2020-09-15T22:20:51.641Z] 0d9ebad4ef96: Verifying Checksum [2020-09-15T22:20:51.641Z] 0d9ebad4ef96: Download complete [2020-09-15T22:20:51.641Z] 2de7ff778b66: Verifying Checksum [2020-09-15T22:20:51.915Z] ab5ef0e58194: Verifying Checksum [2020-09-15T22:20:51.915Z] ab5ef0e58194: Download complete [2020-09-15T22:20:56.159Z] ab5ef0e58194: Pull complete [2020-09-15T22:20:56.159Z] 9712f1f96733: Pull complete [2020-09-15T22:20:59.469Z] 63f879dbbcfc: Pull complete [2020-09-15T22:21:06.079Z] 0d9ebad4ef96: Pull complete [2020-09-15T22:21:08.074Z] e9a5061849ea: Pull complete [2020-09-15T22:21:08.074Z] d747dcd14b5f: Pull complete [2020-09-15T22:21:12.302Z] 2de7ff778b66: Pull complete [2020-09-15T22:21:12.302Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-15T22:21:12.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:21:12.302Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-15T22:21:12.501Z] prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container [2020-09-15T22:21:12.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-15T22:21:15.516Z] $ docker top 4d9b7c44b5937f1bd09a04d57aca86ef70100be59d05e954ed453ccbb18f8158 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:21:15.836Z] provisioning config files... [2020-09-15T22:21:15.846Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7289139303548881001tmp [2020-09-15T22:21:15.863Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8199192567559813051tmp [2020-09-15T22:21:15.878Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3031836906385954853tmp [Pipeline] { [Pipeline] echo [2020-09-15T22:21:15.935Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:21:16.237Z] ---> sigul-configuration.sh [2020-09-15T22:21:16.237Z] gpg: directory `/root/.gnupg' created [2020-09-15T22:21:16.237Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-15T22:21:16.237Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-15T22:21:16.237Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-15T22:21:16.237Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-15T22:21:16.237Z] gpg: CAST5 encrypted data [2020-09-15T22:21:16.500Z] gpg: encrypted with 1 passphrase [2020-09-15T22:21:16.500Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-15T22:21:16.799Z] + mkdir /home/jenkins [2020-09-15T22:21:16.799Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-15T22:21:17.092Z] + 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-15T22:21:17.103Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:21:17.398Z] ---> sigul-install.sh [2020-09-15T22:21:22.687Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-15T22:21:22.989Z] + git tag --list [2020-09-15T22:21:22.989Z] v1.2.1-dev.24 [Pipeline] sh [2020-09-15T22:21:23.287Z] + lftools sign git-tag v1.2.1-dev.24 [2020-09-15T22:21:24.674Z] Signing Git tag with Sigul... [2020-09-15T22:21:24.674Z] Signing v1.2.1-dev.24 [Pipeline] echo [2020-09-15T22:21:25.631Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:21:25.931Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-15T22:21:25.940Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-15T22:21:26.041Z] $ docker stop --time=1 4d9b7c44b5937f1bd09a04d57aca86ef70100be59d05e954ed453ccbb18f8158 [2020-09-15T22:21:27.867Z] $ docker rm -f 4d9b7c44b5937f1bd09a04d57aca86ef70100be59d05e954ed453ccbb18f8158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:21:28.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:21:28.758Z] . [Pipeline] withDockerContainer [2020-09-15T22:21:28.865Z] prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container [2020-09-15T22:21:28.912Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:21:29.640Z] $ docker top db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:21:29.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:21:29.993Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:21:30.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:21:30.217Z] $ docker exec db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 ssh-agent [2020-09-15T22:21:30.391Z] SSH_AUTH_SOCK=/tmp/ssh-Zg97E6LfjnPj/agent.12 [2020-09-15T22:21:30.391Z] SSH_AGENT_PID=17 [2020-09-15T22:21:30.399Z] Running ssh-add (command line suppressed) [2020-09-15T22:21:30.531Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8810429576130912904.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8810429576130912904.key) [2020-09-15T22:21:30.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:21:30.975Z] + git semver bump pre [2020-09-15T22:21:30.975Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:21:30.975Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-15T22:21:30.975Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-15T22:21:30.975Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:21:30.975Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:21:30.975Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:21:30.975Z] # $SEMVER_BRANCH = master [2020-09-15T22:21:30.975Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-15T22:21:30.975Z] 1.2.1-dev.25 [Pipeline] } [2020-09-15T22:21:30.988Z] $ docker exec --env ******** --env ******** db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 ssh-agent -k [2020-09-15T22:21:31.108Z] unset SSH_AUTH_SOCK; [2020-09-15T22:21:31.108Z] unset SSH_AGENT_PID; [2020-09-15T22:21:31.108Z] echo Agent pid 17 killed; [2020-09-15T22:21:31.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:21:31.626Z] + git semver [Pipeline] } [2020-09-15T22:21:31.645Z] $ docker stop --time=1 db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 [2020-09-15T22:21:33.011Z] $ docker rm -f db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:21:33.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:21:33.591Z] . [Pipeline] withDockerContainer [2020-09-15T22:21:33.696Z] prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container [2020-09-15T22:21:33.743Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:21:34.362Z] $ docker top 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:21:34.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:21:34.804Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:21:34.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:21:34.982Z] $ docker exec 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d ssh-agent [2020-09-15T22:21:35.148Z] SSH_AUTH_SOCK=/tmp/ssh-gpyEMS5tJhxG/agent.12 [2020-09-15T22:21:35.148Z] SSH_AGENT_PID=17 [2020-09-15T22:21:35.154Z] Running ssh-add (command line suppressed) [2020-09-15T22:21:35.275Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5155713047685414814.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5155713047685414814.key) [2020-09-15T22:21:35.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:21:35.671Z] + git semver push [2020-09-15T22:21:35.671Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:21:35.671Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-15T22:21:35.671Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-15T22:21:35.671Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:21:35.671Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:21:35.671Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:21:35.671Z] # $SEMVER_BRANCH = master [2020-09-15T22:21:35.671Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-15T22:21:42.329Z] $ docker exec --env ******** --env ******** 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d ssh-agent -k [2020-09-15T22:21:42.454Z] unset SSH_AUTH_SOCK; [2020-09-15T22:21:42.455Z] unset SSH_AGENT_PID; [2020-09-15T22:21:42.456Z] echo Agent pid 17 killed; [2020-09-15T22:21:42.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:21:43.009Z] + git semver [Pipeline] } [2020-09-15T22:21:43.030Z] $ docker stop --time=1 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d [2020-09-15T22:21:44.386Z] $ docker rm -f 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d [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-15T22:21:45.874Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:21:46.439Z] ---> package-listing.sh [2020-09-15T22:21:46.439Z] ++ facter osfamily [2020-09-15T22:21:46.439Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T22:21:46.439Z] + OS_FAMILY=redhat [2020-09-15T22:21:46.439Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-15T22:21:46.439Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T22:21:46.439Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T22:21:46.439Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T22:21:46.439Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T22:21:46.439Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-15T22:21:46.439Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T22:21:46.439Z] + case "${OS_FAMILY}" in [2020-09-15T22:21:46.439Z] + rpm -qa [2020-09-15T22:21:46.439Z] + sort [2020-09-15T22:21:50.714Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T22:21:50.714Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T22:21:50.714Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T22:21:50.714Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-15T22:21:50.714Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-15T22:21:50.714Z] + 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-15T22:21:51.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:21:51.189Z] [2020-09-15T22:21:51.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:21:51.530Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:21:51.531Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T22:21:51.531Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:21:51.531Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T22:21:51.531Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T22:21:51.531Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T22:21:51.531Z] 0dadc02b9964: Pulling fs layer [2020-09-15T22:21:51.531Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T22:21:51.531Z] 7a184a31f384: Pulling fs layer [2020-09-15T22:21:51.531Z] 0879bd2ef858: Pulling fs layer [2020-09-15T22:21:51.531Z] 0dadc02b9964: Waiting [2020-09-15T22:21:51.531Z] 7a184a31f384: Waiting [2020-09-15T22:21:51.531Z] 0879bd2ef858: Waiting [2020-09-15T22:21:51.531Z] ce6a7cf60c04: Waiting [2020-09-15T22:21:51.531Z] 46f8f816bc3b: Waiting [2020-09-15T22:21:51.531Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T22:21:51.531Z] 36b3adc4ff6f: Download complete [2020-09-15T22:21:51.796Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T22:21:51.796Z] 46f8f816bc3b: Download complete [2020-09-15T22:21:51.796Z] df20fa9351a1: Verifying Checksum [2020-09-15T22:21:51.796Z] df20fa9351a1: Download complete [2020-09-15T22:21:51.796Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T22:21:51.796Z] ce6a7cf60c04: Download complete [2020-09-15T22:21:51.796Z] 0dadc02b9964: Verifying Checksum [2020-09-15T22:21:51.796Z] 0dadc02b9964: Download complete [2020-09-15T22:21:51.796Z] 7a184a31f384: Verifying Checksum [2020-09-15T22:21:51.796Z] 7a184a31f384: Download complete [2020-09-15T22:21:52.369Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T22:21:52.369Z] 8ad3a11d3b57: Download complete [2020-09-15T22:21:52.635Z] df20fa9351a1: Pull complete [2020-09-15T22:21:52.906Z] 36b3adc4ff6f: Pull complete [2020-09-15T22:21:53.479Z] 8ad3a11d3b57: Pull complete [2020-09-15T22:21:53.479Z] 46f8f816bc3b: Pull complete [2020-09-15T22:21:54.052Z] 0dadc02b9964: Pull complete [2020-09-15T22:21:54.052Z] ce6a7cf60c04: Pull complete [2020-09-15T22:21:54.052Z] 7a184a31f384: Pull complete [2020-09-15T22:21:54.315Z] 0879bd2ef858: Verifying Checksum [2020-09-15T22:21:54.315Z] 0879bd2ef858: Download complete [2020-09-15T22:21:56.876Z] 0879bd2ef858: Pull complete [2020-09-15T22:21:56.876Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T22:21:56.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:21:56.876Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T22:21:57.074Z] prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container [2020-09-15T22:21:57.122Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T22:22:00.421Z] $ docker top 13cbf28a17206e69155531ddaf04297bff94e5b55e9a1d2eea984e97a9e02956 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:22:01.026Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T22:22:01.321Z] + ls /var/log/sa-host [2020-09-15T22:22:01.322Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T22:22:01.322Z] file_magic: OK [2020-09-15T22:22:01.322Z] HZ: Using current value: 100 [2020-09-15T22:22:01.322Z] file_header: OK [2020-09-15T22:22:01.322Z] 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-15T22:22:01.322Z] Statistics: [2020-09-15T22:22:01.322Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:22:01.322Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T22:22:01.322Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T22:22:01.322Z] file_magic: OK [2020-09-15T22:22:01.322Z] HZ: Using current value: 100 [2020-09-15T22:22:01.322Z] file_header: OK [2020-09-15T22:22:01.322Z] 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-15T22:22:01.322Z] Statistics: [2020-09-15T22:22:01.322Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:22:01.322Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:22:01.387Z] provisioning config files... [2020-09-15T22:22:01.401Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6453242502319645321tmp [Pipeline] { [Pipeline] echo [2020-09-15T22:22:01.480Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:22:01.773Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T22:22:01.784Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:22:02.078Z] ---> logs-deploy.sh [2020-09-15T22:22:02.078Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/112 [2020-09-15T22:22:02.078Z] INFO: archiving workspace using pattern(s): [2020-09-15T22:22:03.462Z] Archives upload complete. [2020-09-15T22:22:03.462Z] INFO: archiving logs to Nexus [2020-09-15T22:22:04.404Z] ---> uname -a: [2020-09-15T22:22:04.404Z] Linux 13cbf28a1720 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-15T22:22:04.404Z] [2020-09-15T22:22:04.404Z] [2020-09-15T22:22:04.404Z] ---> lscpu: [2020-09-15T22:22:04.404Z] Architecture: x86_64 [2020-09-15T22:22:04.404Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-15T22:22:04.404Z] Byte Order: Little Endian [2020-09-15T22:22:04.404Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-15T22:22:04.404Z] CPU(s): 4 [2020-09-15T22:22:04.404Z] On-line CPU(s) list: 0-3 [2020-09-15T22:22:04.404Z] Thread(s) per core: 1 [2020-09-15T22:22:04.404Z] Core(s) per socket: 1 [2020-09-15T22:22:04.404Z] Socket(s): 4 [2020-09-15T22:22:04.404Z] NUMA node(s): 1 [2020-09-15T22:22:04.404Z] Vendor ID: GenuineIntel [2020-09-15T22:22:04.404Z] CPU family: 6 [2020-09-15T22:22:04.404Z] Model: 44 [2020-09-15T22:22:04.404Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-15T22:22:04.404Z] Stepping: 1 [2020-09-15T22:22:04.404Z] CPU MHz: 2933.442 [2020-09-15T22:22:04.404Z] BogoMIPS: 5866.88 [2020-09-15T22:22:04.404Z] Virtualization: VT-x [2020-09-15T22:22:04.404Z] Hypervisor vendor: KVM [2020-09-15T22:22:04.404Z] Virtualization type: full [2020-09-15T22:22:04.404Z] L1d cache: 128 KiB [2020-09-15T22:22:04.404Z] L1i cache: 128 KiB [2020-09-15T22:22:04.404Z] L2 cache: 16 MiB [2020-09-15T22:22:04.404Z] L3 cache: 64 MiB [2020-09-15T22:22:04.404Z] NUMA node0 CPU(s): 0-3 [2020-09-15T22:22:04.404Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-15T22:22:04.404Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-15T22:22:04.404Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-15T22:22:04.404Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-15T22:22:04.404Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-15T22:22:04.404Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-15T22:22:04.404Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-15T22:22:04.404Z] Vulnerability Tsx async abort: Not affected [2020-09-15T22:22:04.405Z] 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-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] ---> nproc: [2020-09-15T22:22:04.405Z] 4 [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] ---> df -h: [2020-09-15T22:22:04.405Z] Filesystem Size Used Available Use% Mounted on [2020-09-15T22:22:04.405Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-15T22:22:04.405Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-15T22:22:04.405Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-15T22:22:04.405Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-15T22:22:04.405Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-15T22:22:04.405Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-15T22:22:04.405Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-15T22:22:04.405Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-15T22:22:04.405Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master [2020-09-15T22:22:04.405Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] ---> free -m: [2020-09-15T22:22:04.405Z] total used free shared buff/cache available [2020-09-15T22:22:04.405Z] Mem: 1837 782 129 0 925 990 [2020-09-15T22:22:04.405Z] Swap: 1023 2 1021 [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] ---> ip addr: [2020-09-15T22:22:04.405Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-15T22:22:04.405Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-15T22:22:04.405Z] inet 127.0.0.1/8 scope host lo [2020-09-15T22:22:04.405Z] valid_lft forever preferred_lft forever [2020-09-15T22:22:04.405Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-15T22:22:04.405Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-15T22:22:04.405Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-15T22:22:04.405Z] valid_lft forever preferred_lft forever [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] ---> sar -b -r -n DEV: [2020-09-15T22:22:04.405Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] 22:14:52 LINUX RESTART (4 CPU) [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] 22:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-15T22:22:04.405Z] 22:17:01 12.17 4.60 7.58 0.00 1109.56 1333.23 0.00 [2020-09-15T22:22:04.405Z] 22:18:01 0.35 0.00 0.35 0.00 0.00 5.76 0.00 [2020-09-15T22:22:04.405Z] 22:19:01 0.37 0.00 0.37 0.00 0.00 5.20 0.00 [2020-09-15T22:22:04.405Z] 22:20:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 [2020-09-15T22:22:04.405Z] 22:21:01 320.56 150.88 169.68 0.00 8045.91 55236.13 0.00 [2020-09-15T22:22:04.405Z] Average: 66.78 31.12 35.66 0.00 1832.64 11327.18 0.00 [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] 22:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-15T22:22:04.405Z] 22:17:01 210924 0 595272 31.64 2620 1072740 1109564 37.87 435672 1076144 16 [2020-09-15T22:22:04.405Z] 22:18:01 212516 0 593612 31.55 2620 1072808 1106084 37.75 436724 1074152 12 [2020-09-15T22:22:04.405Z] 22:19:01 212908 0 593208 31.53 2620 1072820 1104196 37.68 437088 1074032 20 [2020-09-15T22:22:04.405Z] 22:20:01 210268 0 595848 31.67 2620 1072820 1104244 37.69 439388 1073968 16 [2020-09-15T22:22:04.405Z] 22:21:01 69596 0 738824 39.27 2144 1070992 1549916 52.90 653544 937460 95296 [2020-09-15T22:22:04.405Z] Average: 183242 0 623353 33.13 2525 1072436 1194801 40.78 480483 1047151 19072 [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] 22:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-15T22:22:04.405Z] 22:17:01 eth0 221.35 184.73 351.46 347.57 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:17:01 docker0 97.10 77.22 8.16 303.08 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:18:01 eth0 3.91 0.88 1.05 0.56 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:19:01 eth0 4.03 1.17 1.27 0.79 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:20:01 eth0 2.65 0.97 0.91 0.60 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:21:01 eth0 1098.52 892.43 7734.10 110.34 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] 22:21:01 docker0 56.39 59.71 4.71 412.09 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] Average: eth0 266.30 216.21 1619.25 91.99 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] Average: docker0 30.71 27.40 2.58 143.11 0.00 0.00 0.00 0.00 [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] ---> sar -P ALL: [2020-09-15T22:22:04.405Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] 22:14:52 LINUX RESTART (4 CPU) [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] 22:16:01 CPU %user %nice %system %iowait %steal %idle [2020-09-15T22:22:04.405Z] 22:17:01 all 3.18 0.00 1.18 0.09 0.00 95.55 [2020-09-15T22:22:04.405Z] 22:17:01 0 4.93 0.00 1.27 0.22 0.00 93.58 [2020-09-15T22:22:04.405Z] 22:17:01 1 3.51 0.00 1.30 0.03 0.02 95.14 [2020-09-15T22:22:04.405Z] 22:17:01 2 1.94 0.00 1.20 0.05 0.00 96.81 [2020-09-15T22:22:04.405Z] 22:17:01 3 2.33 0.00 0.94 0.05 0.00 96.69 [2020-09-15T22:22:04.405Z] 22:18:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2020-09-15T22:22:04.405Z] 22:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-15T22:22:04.405Z] 22:18:01 1 0.45 0.00 0.05 0.00 0.00 99.50 [2020-09-15T22:22:04.405Z] 22:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-15T22:22:04.405Z] 22:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-15T22:22:04.405Z] 22:19:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2020-09-15T22:22:04.405Z] 22:19:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2020-09-15T22:22:04.405Z] 22:19:01 1 0.60 0.00 0.03 0.00 0.00 99.37 [2020-09-15T22:22:04.405Z] 22:19:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2020-09-15T22:22:04.405Z] 22:19:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-15T22:22:04.405Z] 22:20:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2020-09-15T22:22:04.405Z] 22:20:01 0 0.37 0.00 0.07 0.00 0.00 99.57 [2020-09-15T22:22:04.405Z] 22:20:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-15T22:22:04.405Z] 22:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-15T22:22:04.405Z] 22:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-15T22:22:04.405Z] 22:21:01 all 15.08 0.00 9.50 4.43 0.03 70.96 [2020-09-15T22:22:04.405Z] 22:21:01 0 14.82 0.00 10.60 4.60 0.02 69.96 [2020-09-15T22:22:04.405Z] 22:21:01 1 15.92 0.00 9.48 2.40 0.03 72.17 [2020-09-15T22:22:04.405Z] 22:21:01 2 15.10 0.00 8.70 3.27 0.02 72.91 [2020-09-15T22:22:04.405Z] 22:21:01 3 14.48 0.00 9.24 7.48 0.05 68.76 [2020-09-15T22:22:04.405Z] Average: all 3.70 0.00 2.13 0.89 0.01 93.28 [2020-09-15T22:22:04.405Z] Average: 0 3.99 0.00 2.36 0.94 0.00 92.70 [2020-09-15T22:22:04.405Z] Average: 1 4.06 0.00 2.16 0.48 0.01 93.30 [2020-09-15T22:22:04.405Z] Average: 2 3.39 0.00 1.98 0.66 0.01 93.96 [2020-09-15T22:22:04.405Z] Average: 3 3.34 0.00 2.02 1.48 0.01 93.16 [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z] [2020-09-15T22:22:04.405Z]