Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 26f7976e83e717d42c4728cdd25427477ce9fa1e 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15279 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 26f7976e83e717d42c4728cdd25427477ce9fa1e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 Commit message: "feat(meta): Add V2 client for adding, updating device profiles" > git rev-list --no-walk 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-09T21:16:04.393Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-09T21:16:04.711Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-09T21:16:04.820Z] ========================================================= [2020-12-09T21:16:04.820Z] EdgeX Global Pipelines Version Info [2020-12-09T21:16:04.820Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:16:06.327Z] ------------------- [2020-12-09T21:16:06.327Z] stable info: [2020-12-09T21:16:06.327Z] ------------------- [2020-12-09T21:16:06.327Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T21:16:06.327Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T21:16:06.327Z] Message: update stable to v1.0.172 [2020-12-09T21:16:07.274Z] ------------------- [2020-12-09T21:16:07.274Z] experimental info: [2020-12-09T21:16:07.274Z] ------------------- [2020-12-09T21:16:07.274Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T21:16:07.274Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T21:16:07.274Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-09T21:16:07.583Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-09T21:16:07.688Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-09T21:16:07.801Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-09T21:16:07.902Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-09T21:16:08.005Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-09T21:16:08.106Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-09T21:16:08.208Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-09T21:16:08.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-09T21:16:08.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-09T21:16:08.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-09T21:16:08.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-09T21:16:08.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-09T21:16:08.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-09T21:16:08.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-09T21:16:09.079Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T21:16:09.199Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T21:16:09.303Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T21:16:09.417Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T21:16:09.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-09T21:16:09.618Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-09T21:16:09.715Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-09T21:16:09.812Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-09T21:16:09.946Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-09T21:16:10.044Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-09T21:16:10.144Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-09T21:16:10.281Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-09T21:16:10.458Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-09T21:16:10.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-09T21:16:10.711Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-09T21:16:10.810Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] echo [2020-12-09T21:16:10.948Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26f7976 [Pipeline] echo [2020-12-09T21:16:11.041Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T21:16:12.014Z] + git log --format=format:%s -1 26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] echo [2020-12-09T21:16:12.099Z] GIT_COMMIT: 26f7976e83e717d42c4728cdd25427477ce9fa1e, Commit Message: feat(meta): Add V2 client for adding, updating device profiles [Pipeline] echo [2020-12-09T21:16:12.156Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:16:13.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T21:16:13.496Z] [2020-12-09T21:16:13.496Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:16:13.854Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T21:16:13.854Z] latest: Pulling from edgex-devops/git-semver [2020-12-09T21:16:13.854Z] 31603596830f: Pulling fs layer [2020-12-09T21:16:13.854Z] 2a8b12db71e7: Pulling fs layer [2020-12-09T21:16:13.854Z] 6ca5941a6612: Pulling fs layer [2020-12-09T21:16:13.854Z] ecc8261a40a4: Pulling fs layer [2020-12-09T21:16:13.854Z] ecc8261a40a4: Waiting [2020-12-09T21:16:13.854Z] 2a8b12db71e7: Verifying Checksum [2020-12-09T21:16:13.854Z] 2a8b12db71e7: Download complete [2020-12-09T21:16:14.118Z] 31603596830f: Verifying Checksum [2020-12-09T21:16:14.118Z] 31603596830f: Download complete [2020-12-09T21:16:14.118Z] ecc8261a40a4: Verifying Checksum [2020-12-09T21:16:14.118Z] ecc8261a40a4: Download complete [2020-12-09T21:16:14.382Z] 6ca5941a6612: Verifying Checksum [2020-12-09T21:16:14.382Z] 6ca5941a6612: Download complete [2020-12-09T21:16:14.382Z] 31603596830f: Pull complete [2020-12-09T21:16:14.646Z] 2a8b12db71e7: Pull complete [2020-12-09T21:16:15.595Z] 6ca5941a6612: Pull complete [2020-12-09T21:16:15.595Z] ecc8261a40a4: Pull complete [2020-12-09T21:16:15.595Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-09T21:16:15.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T21:16:15.595Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-09T21:16:15.704Z] prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container [2020-12-09T21:16:15.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-09T21:16:17.924Z] $ docker top af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T21:16:18.253Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T21:16:18.253Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T21:16:18.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T21:16:18.474Z] $ docker exec af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent [2020-12-09T21:16:18.642Z] SSH_AUTH_SOCK=/tmp/ssh-mfjb2AcLe8pR/agent.13 [2020-12-09T21:16:18.642Z] SSH_AGENT_PID=18 [2020-12-09T21:16:18.652Z] Running ssh-add (command line suppressed) [2020-12-09T21:16:18.777Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6374961765116527906.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6374961765116527906.key) [2020-12-09T21:16:18.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T21:16:19.166Z] + git tag --points-at HEAD [Pipeline] } [2020-12-09T21:16:19.191Z] $ docker exec --env ******** --env ******** af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent -k [2020-12-09T21:16:19.300Z] unset SSH_AUTH_SOCK; [2020-12-09T21:16:19.301Z] unset SSH_AGENT_PID; [2020-12-09T21:16:19.301Z] echo Agent pid 18 killed; [2020-12-09T21:16:19.345Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-09T21:16:19.529Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T21:16:19.530Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T21:16:19.697Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T21:16:19.703Z] $ docker exec af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent [2020-12-09T21:16:19.864Z] SSH_AUTH_SOCK=/tmp/ssh-93Sp3iUIVEPZ/agent.47 [2020-12-09T21:16:19.864Z] SSH_AGENT_PID=52 [2020-12-09T21:16:19.871Z] Running ssh-add (command line suppressed) [2020-12-09T21:16:19.995Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5143701941001919571.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5143701941001919571.key) [2020-12-09T21:16:20.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T21:16:20.389Z] + git semver init [2020-12-09T21:16:20.389Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T21:16:20.389Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-09T21:16:20.389Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-09T21:16:20.389Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T21:16:20.389Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T21:16:20.389Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T21:16:20.389Z] # $SEMVER_BRANCH = master [2020-12-09T21:16:20.389Z] # $SEMVER_TEMP = /tmp/semver-099944441 [2020-12-09T21:16:20.389Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-09T21:16:20.963Z] # '/tmp/semver-099944441' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-12-09T21:16:20.963Z] # -> Force: false [2020-12-09T21:16:20.963Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-09T21:16:20.977Z] $ docker exec --env ******** --env ******** af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 ssh-agent -k [2020-12-09T21:16:21.084Z] unset SSH_AUTH_SOCK; [2020-12-09T21:16:21.084Z] unset SSH_AGENT_PID; [2020-12-09T21:16:21.084Z] echo Agent pid 52 killed; [2020-12-09T21:16:21.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T21:16:21.627Z] + git semver [Pipeline] } [2020-12-09T21:16:21.648Z] $ docker stop --time=1 af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 [2020-12-09T21:16:23.432Z] $ docker rm -f af3ee461825123ec031ffc857d3079f5ef744fe1d2d8e34a6aba6ad29026b2a5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T21:16:23.898Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-09T21:16:24.261Z] Stashed 1 file(s) [Pipeline] echo [2020-12-09T21:16:24.264Z] [edgeXSemver]: initialized semver on version 0.1.123 [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-12-09T21:16:39.811Z] Still waiting to schedule task [2020-12-09T21:16:39.812Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15279’ [2020-12-09T21:16:39.814Z] Still waiting to schedule task [2020-12-09T21:16:39.815Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-09T21:18:28.321Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15280 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-09T21:18:28.396Z] Running in /w/workspace/go-mod-core-contracts/92 [Pipeline] { [Pipeline] checkout [2020-12-09T21:18:33.256Z] using credential edgex-jenkins-ssh [2020-12-09T21:18:33.365Z] Cloning the remote Git repository [2020-12-09T21:18:33.437Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T21:18:33.539Z] > git init /w/workspace/go-mod-core-contracts/92 # timeout=10 [2020-12-09T21:18:33.605Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T21:18:33.605Z] > git --version # timeout=10 [2020-12-09T21:18:33.621Z] > git --version # 'git version 2.17.1' [2020-12-09T21:18:33.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T21:18:33.701Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T21:18:34.631Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T21:18:34.652Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T21:18:34.674Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T21:18:34.717Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T21:18:34.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T21:18:34.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T21:18:35.232Z] Checking out Revision 26f7976e83e717d42c4728cdd25427477ce9fa1e (master) [2020-12-09T21:18:35.266Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T21:18:35.280Z] > git checkout -f 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 [2020-12-09T21:18:39.597Z] Commit message: "feat(meta): Add V2 client for adding, updating device profiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T21:18:41.286Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-09T21:18:41.695Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T21:18:42.045Z] + true [2020-12-09T21:18:42.045Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2020-12-09T21:18:45.170Z] ========================================================= [2020-12-09T21:18:45.170Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-09T21:18:45.170Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:18:45.553Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-09T21:18:46.533Z] Sending build context to Docker daemon 1.895MB [2020-12-09T21:18:46.533Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-09T21:18:46.533Z] Step 2/7 : FROM ${BASE} [2020-12-09T21:18:46.806Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-09T21:18:46.806Z] 5f621e34cdf4: Pulling fs layer [2020-12-09T21:18:46.806Z] a4357932f1b6: Pulling fs layer [2020-12-09T21:18:46.806Z] 18c013af1878: Pulling fs layer [2020-12-09T21:18:46.806Z] 00ac8860ef70: Pulling fs layer [2020-12-09T21:18:46.806Z] 63d7cb157983: Pulling fs layer [2020-12-09T21:18:46.806Z] b116817d02f9: Pulling fs layer [2020-12-09T21:18:46.806Z] 745a02a5169b: Pulling fs layer [2020-12-09T21:18:46.806Z] 00ac8860ef70: Waiting [2020-12-09T21:18:46.806Z] 63d7cb157983: Waiting [2020-12-09T21:18:46.806Z] b116817d02f9: Waiting [2020-12-09T21:18:46.806Z] 745a02a5169b: Waiting [2020-12-09T21:18:46.806Z] 18c013af1878: Verifying Checksum [2020-12-09T21:18:46.806Z] 18c013af1878: Download complete [2020-12-09T21:18:46.806Z] a4357932f1b6: Verifying Checksum [2020-12-09T21:18:46.806Z] a4357932f1b6: Download complete [2020-12-09T21:18:46.806Z] 63d7cb157983: Verifying Checksum [2020-12-09T21:18:46.806Z] 63d7cb157983: Download complete [2020-12-09T21:18:47.402Z] b116817d02f9: Verifying Checksum [2020-12-09T21:18:47.402Z] b116817d02f9: Download complete [2020-12-09T21:18:47.675Z] 5f621e34cdf4: Verifying Checksum [2020-12-09T21:18:47.675Z] 5f621e34cdf4: Download complete [2020-12-09T21:18:48.277Z] 5f621e34cdf4: Pull complete [2020-12-09T21:18:48.881Z] a4357932f1b6: Pull complete [2020-12-09T21:18:49.161Z] 18c013af1878: Pull complete [2020-12-09T21:18:50.147Z] 745a02a5169b: Verifying Checksum [2020-12-09T21:18:50.147Z] 745a02a5169b: Download complete [2020-12-09T21:18:51.132Z] 00ac8860ef70: Verifying Checksum [2020-12-09T21:18:51.132Z] 00ac8860ef70: Download complete [2020-12-09T21:19:01.309Z] 00ac8860ef70: Pull complete [2020-12-09T21:19:01.585Z] 63d7cb157983: Pull complete [2020-12-09T21:19:01.860Z] b116817d02f9: Pull complete [2020-12-09T21:19:06.191Z] 745a02a5169b: Pull complete [2020-12-09T21:19:06.191Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-09T21:19:06.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-09T21:19:06.191Z] ---> b7e6874047d6 [2020-12-09T21:19:06.191Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T21:19:08.836Z] ---> Running in 17cc6dfce6ed [2020-12-09T21:19:08.836Z] Removing intermediate container 17cc6dfce6ed [2020-12-09T21:19:08.836Z] ---> 49063b510f48 [2020-12-09T21:19:08.836Z] Step 4/7 : RUN apk add bash [2020-12-09T21:19:09.109Z] ---> Running in 08bfcfafb0ed [2020-12-09T21:19:10.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T21:19:11.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T21:19:12.145Z] OK: 142 MiB in 39 packages [2020-12-09T21:19:13.138Z] Removing intermediate container 08bfcfafb0ed [2020-12-09T21:19:13.138Z] ---> 0697f3a1467d [2020-12-09T21:19:13.138Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-09T21:19:13.415Z] ---> Running in e9e615a993b2 [2020-12-09T21:19:13.689Z] Removing intermediate container e9e615a993b2 [2020-12-09T21:19:13.689Z] ---> cd5735a423c0 [2020-12-09T21:19:13.689Z] Step 6/7 : COPY go.mod . [2020-12-09T21:19:14.286Z] ---> 555a0a308d77 [2020-12-09T21:19:14.286Z] Step 7/7 : RUN go mod download [2020-12-09T21:19:14.562Z] ---> Running in 6a61c725e515 [2020-12-09T21:19:15.484Z] Running on prd-centos7-docker-4c-2g-15281 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-09T21:19:15.569Z] Running in /w/workspace/go-mod-core-contracts/92 [Pipeline] { [Pipeline] checkout [2020-12-09T21:19:17.866Z] using credential edgex-jenkins-ssh [2020-12-09T21:19:17.923Z] Cloning the remote Git repository [2020-12-09T21:19:17.929Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T21:19:18.000Z] > git init /w/workspace/go-mod-core-contracts/92 # timeout=10 [2020-12-09T21:19:18.062Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T21:19:18.062Z] > git --version # timeout=10 [2020-12-09T21:19:18.069Z] > git --version # 'git version 2.24.3' [2020-12-09T21:19:18.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T21:19:18.095Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T21:19:18.877Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T21:19:18.890Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T21:19:18.900Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-09T21:19:18.920Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-09T21:19:18.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T21:19:18.925Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T21:19:19.370Z] Checking out Revision 26f7976e83e717d42c4728cdd25427477ce9fa1e (master) [2020-12-09T21:19:19.381Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T21:19:19.390Z] > git checkout -f 26f7976e83e717d42c4728cdd25427477ce9fa1e # timeout=10 [2020-12-09T21:19:23.124Z] Commit message: "feat(meta): Add V2 client for adding, updating device profiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T21:19:24.372Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-09T21:19:24.705Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T21:19:25.011Z] + true [2020-12-09T21:19:25.011Z] + sudo service docker restart [2020-12-09T21:19:25.011Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-09T21:19:26.187Z] ========================================================= [2020-12-09T21:19:26.187Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-09T21:19:26.187Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:19:26.538Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-09T21:19:27.115Z] Sending build context to Docker daemon 1.896MB [2020-12-09T21:19:27.115Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-09T21:19:27.115Z] Step 2/7 : FROM ${BASE} [2020-12-09T21:19:27.115Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-09T21:19:27.115Z] 188c0c94c7c5: Pulling fs layer [2020-12-09T21:19:27.115Z] 0ef7d3d256c8: Pulling fs layer [2020-12-09T21:19:27.115Z] de9db76c5a1d: Pulling fs layer [2020-12-09T21:19:27.115Z] bca2f99d35d6: Pulling fs layer [2020-12-09T21:19:27.115Z] 93359f2a8cfa: Pulling fs layer [2020-12-09T21:19:27.115Z] 7c6f9722023f: Pulling fs layer [2020-12-09T21:19:27.115Z] a35cf1a2eb13: Pulling fs layer [2020-12-09T21:19:27.115Z] a35cf1a2eb13: Waiting [2020-12-09T21:19:27.115Z] 93359f2a8cfa: Waiting [2020-12-09T21:19:27.115Z] 7c6f9722023f: Waiting [2020-12-09T21:19:27.115Z] bca2f99d35d6: Waiting [2020-12-09T21:19:27.115Z] de9db76c5a1d: Verifying Checksum [2020-12-09T21:19:27.116Z] de9db76c5a1d: Download complete [2020-12-09T21:19:27.116Z] 0ef7d3d256c8: Verifying Checksum [2020-12-09T21:19:27.116Z] 0ef7d3d256c8: Download complete [2020-12-09T21:19:27.116Z] 93359f2a8cfa: Verifying Checksum [2020-12-09T21:19:27.116Z] 93359f2a8cfa: Download complete [2020-12-09T21:19:27.384Z] 7c6f9722023f: Verifying Checksum [2020-12-09T21:19:27.384Z] 7c6f9722023f: Download complete [2020-12-09T21:19:27.384Z] 188c0c94c7c5: Download complete [2020-12-09T21:19:27.647Z] 188c0c94c7c5: Pull complete [2020-12-09T21:19:27.912Z] 0ef7d3d256c8: Pull complete [2020-12-09T21:19:28.178Z] de9db76c5a1d: Pull complete [2020-12-09T21:19:29.578Z] a35cf1a2eb13: Verifying Checksum [2020-12-09T21:19:29.578Z] a35cf1a2eb13: Download complete [2020-12-09T21:19:29.696Z] Removing intermediate container 6a61c725e515 [2020-12-09T21:19:29.696Z] ---> 26a31ca47b3e [2020-12-09T21:19:29.696Z] Successfully built 26a31ca47b3e [2020-12-09T21:19:29.696Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:19:29.844Z] bca2f99d35d6: Verifying Checksum [2020-12-09T21:19:29.844Z] bca2f99d35d6: Download complete [2020-12-09T21:19:30.033Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T21:19:30.033Z] . [Pipeline] withDockerContainer [2020-12-09T21:19:30.268Z] prd-ubuntu18.04-docker-arm64-4c-16g-15280 does not seem to be running inside a container [2020-12-09T21:19:30.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-09T21:19:31.806Z] $ docker top fed74a931845912a7721420111f68867169e0b4d7e328fdbc07383ffbc10ac1e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T21:19:32.911Z] + go version [2020-12-09T21:19:32.911Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-09T21:19:32.940Z] $ docker stop --time=1 fed74a931845912a7721420111f68867169e0b4d7e328fdbc07383ffbc10ac1e [2020-12-09T21:19:34.735Z] $ docker rm -f fed74a931845912a7721420111f68867169e0b4d7e328fdbc07383ffbc10ac1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-12-09T21:19:35.171Z] bca2f99d35d6: Pull complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-09T21:19:35.439Z] 93359f2a8cfa: Pull complete [2020-12-09T21:19:35.439Z] 7c6f9722023f: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:19:35.845Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T21:19:35.845Z] . [Pipeline] withDockerContainer [2020-12-09T21:19:36.110Z] prd-ubuntu18.04-docker-arm64-4c-16g-15280 does not seem to be running inside a container [2020-12-09T21:19:36.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-09T21:19:37.803Z] $ docker top 3345b6df9f7cc4bfa6629bdd87f62aeefb5e882e48cda789ddfcb9bab5ca942f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T21:19:38.864Z] + make test [2020-12-09T21:19:38.864Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-09T21:19:43.690Z] a35cf1a2eb13: Pull complete [2020-12-09T21:19:43.690Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-09T21:19:43.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-09T21:19:43.690Z] ---> a62c8e92a672 [2020-12-09T21:19:43.690Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T21:19:43.690Z] ---> Running in 0b80786d1489 [2020-12-09T21:19:43.690Z] Removing intermediate container 0b80786d1489 [2020-12-09T21:19:43.690Z] ---> 202bccc63f04 [2020-12-09T21:19:43.690Z] Step 4/7 : RUN apk add bash [2020-12-09T21:19:43.690Z] ---> Running in 286b6ac825c1 [2020-12-09T21:19:43.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T21:19:44.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T21:19:45.106Z] OK: 166 MiB in 39 packages [2020-12-09T21:19:45.682Z] Removing intermediate container 286b6ac825c1 [2020-12-09T21:19:45.682Z] ---> bc083c8d0787 [2020-12-09T21:19:45.682Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-09T21:19:45.682Z] ---> Running in a577026698fc [2020-12-09T21:19:45.945Z] Removing intermediate container a577026698fc [2020-12-09T21:19:45.945Z] ---> 6cbc46b7af54 [2020-12-09T21:19:45.945Z] Step 6/7 : COPY go.mod . [2020-12-09T21:19:45.945Z] ---> 904b77bc824d [2020-12-09T21:19:45.945Z] Step 7/7 : RUN go mod download [2020-12-09T21:19:46.239Z] ---> Running in 3e741a3f321f [2020-12-09T21:19:58.523Z] Removing intermediate container 3e741a3f321f [2020-12-09T21:19:58.523Z] ---> a6f4b8183aba [2020-12-09T21:19:58.523Z] Successfully built a6f4b8183aba [2020-12-09T21:19:58.523Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:19:58.845Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T21:19:58.845Z] . [Pipeline] withDockerContainer [2020-12-09T21:19:58.955Z] prd-centos7-docker-4c-2g-15281 does not seem to be running inside a container [2020-12-09T21:19:59.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-09T21:19:59.711Z] $ docker top 7cc5591ab496c13086651635d6caac2d75ec99cd72313ecd53f6298f0690e16d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T21:20:00.226Z] + go version [2020-12-09T21:20:00.226Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-09T21:20:00.244Z] $ docker stop --time=1 7cc5591ab496c13086651635d6caac2d75ec99cd72313ecd53f6298f0690e16d [2020-12-09T21:20:01.058Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-09T21:20:01.587Z] $ docker rm -f 7cc5591ab496c13086651635d6caac2d75ec99cd72313ecd53f6298f0690e16d [2020-12-09T21:20:01.661Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.088s coverage: 85.7% of statements [2020-12-09T21:20:01.662Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.064s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:20:02.590Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T21:20:02.590Z] . [Pipeline] withDockerContainer [2020-12-09T21:20:02.689Z] prd-centos7-docker-4c-2g-15281 does not seem to be running inside a container [2020-12-09T21:20:02.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/92 -v /w/workspace/go-mod-core-contracts/92:/w/workspace/go-mod-core-contracts/92:rw,z -v /w/workspace/go-mod-core-contracts/92@tmp:/w/workspace/go-mod-core-contracts/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-09T21:20:03.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.041s coverage: 45.4% of statements [2020-12-09T21:20:03.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements [2020-12-09T21:20:03.115Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-09T21:20:03.115Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.023s coverage: 6.6% of statements [2020-12-09T21:20:03.488Z] $ docker top 63ac7dfd4cf33c449ca77df955323ece4abc39f66cdb6f93321bbea61385c6e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T21:20:03.997Z] + make test [2020-12-09T21:20:03.997Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-09T21:20:05.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.048s coverage: 14.7% of statements [2020-12-09T21:20:05.118Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements [2020-12-09T21:20:06.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.081s coverage: 91.8% of statements [2020-12-09T21:20:06.110Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-09T21:20:06.110Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-09T21:20:06.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements [2020-12-09T21:20:06.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.020s coverage: 47.8% of statements [2020-12-09T21:20:10.795Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-09T21:20:10.795Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.046s coverage: 85.7% of statements [2020-12-09T21:20:10.795Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-12-09T21:20:10.795Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements [2020-12-09T21:20:10.795Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.027s coverage: 77.8% of statements [2020-12-09T21:20:10.795Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-09T21:20:11.411Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.035s coverage: 6.6% of statements [2020-12-09T21:20:11.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.015s coverage: 14.7% of statements [2020-12-09T21:20:11.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements [2020-12-09T21:20:11.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.021s coverage: 91.8% of statements [2020-12-09T21:20:11.681Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-09T21:20:11.681Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-09T21:20:11.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements [2020-12-09T21:20:12.162Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.101s coverage: 63.0% of statements [2020-12-09T21:20:12.162Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements [2020-12-09T21:20:12.162Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.032s coverage: 15.4% of statements [2020-12-09T21:20:12.162Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.018s coverage: 15.4% of statements [2020-12-09T21:20:12.162Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.041s coverage: 14.3% of statements [2020-12-09T21:20:12.162Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-09T21:20:12.772Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.101s coverage: 81.6% of statements [2020-12-09T21:20:12.772Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-09T21:20:12.772Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-09T21:20:13.045Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.087s coverage: 29.9% of statements [2020-12-09T21:20:13.045Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.064s coverage: 100.0% of statements [2020-12-09T21:20:13.895Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements [2020-12-09T21:20:14.486Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.058s coverage: 94.4% of statements [2020-12-09T21:20:14.486Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-12-09T21:20:14.486Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-09T21:20:14.759Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.021s coverage: 63.0% of statements [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.044s coverage: 26.3% of statements [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.030s coverage: 15.4% of statements [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.008s coverage: 14.3% of statements [2020-12-09T21:20:15.842Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.073s coverage: 81.6% of statements [2020-12-09T21:20:15.842Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-09T21:20:15.842Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.062s coverage: 29.9% of statements [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.012s coverage: 100.0% of statements [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements [2020-12-09T21:20:15.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-12-09T21:20:15.842Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-09T21:20:15.842Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-09T21:20:17.248Z] gofmt -l . [2020-12-09T21:20:17.248Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-09T21:20:17.529Z] $ docker stop --time=1 63ac7dfd4cf33c449ca77df955323ece4abc39f66cdb6f93321bbea61385c6e0 [2020-12-09T21:20:19.073Z] gofmt -l . [2020-12-09T21:20:19.666Z] [ "`gofmt -l .`" = "" ] [2020-12-09T21:20:19.770Z] $ docker rm -f 63ac7dfd4cf33c449ca77df955323ece4abc39f66cdb6f93321bbea61385c6e0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-12-09T21:20:20.293Z] $ docker stop --time=1 3345b6df9f7cc4bfa6629bdd87f62aeefb5e882e48cda789ddfcb9bab5ca942f [2020-12-09T21:20:20.454Z] + sudo chown -R jenkins:jenkins . [2020-12-09T21:20:22.454Z] $ docker rm -f 3345b6df9f7cc4bfa6629bdd87f62aeefb5e882e48cda789ddfcb9bab5ca942f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash [2020-12-09T21:20:23.229Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-09T21:20:23.249Z] Warning: overwriting stash ‘coverage-report’ [2020-12-09T21:20:23.277Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2020-12-09T21:20:24.086Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // stage [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-09T21:20:26.254Z] provisioning config files... [2020-12-09T21:20:26.269Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7708898977089172323tmp [Pipeline] { [Pipeline] sh [2020-12-09T21:20:26.638Z] + set +x [2020-12-09T21:20:26.638Z] + curl -s https://codecov.io/bash [2020-12-09T21:20:26.638Z] + bash -s -- [2020-12-09T21:20:26.902Z] [2020-12-09T21:20:26.902Z] _____ _ [2020-12-09T21:20:26.902Z] / ____| | | [2020-12-09T21:20:26.902Z] | | ___ __| | ___ ___ _____ __ [2020-12-09T21:20:26.902Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-09T21:20:26.902Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-09T21:20:26.902Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-09T21:20:26.902Z] Bash-20201130-cc6d3fe [2020-12-09T21:20:26.902Z] [2020-12-09T21:20:26.902Z] [2020-12-09T21:20:26.902Z] ==> Jenkins CI detected. [2020-12-09T21:20:26.902Z] project root: . [2020-12-09T21:20:26.902Z] --> token set from env [2020-12-09T21:20:26.902Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-09T21:20:26.902Z] ==> Running gcov in . (disable via -X gcov) [2020-12-09T21:20:26.902Z] ==> Python coveragepy not found [2020-12-09T21:20:26.902Z] ==> Searching for coverage reports in: [2020-12-09T21:20:26.902Z] + . [2020-12-09T21:20:26.902Z] -> Found 1 reports [2020-12-09T21:20:26.902Z] ==> Detecting git/mercurial file structure [2020-12-09T21:20:26.902Z] ==> Reading reports [2020-12-09T21:20:26.902Z] + ./coverage.out bytes=107339 [2020-12-09T21:20:26.902Z] ==> Appending adjustments [2020-12-09T21:20:26.902Z] https://docs.codecov.io/docs/fixing-reports [2020-12-09T21:20:27.851Z] + Found adjustments [2020-12-09T21:20:27.851Z] ==> Gzipping contents [2020-12-09T21:20:27.851Z] 20K /tmp/codecov.qGU3gN.gz [2020-12-09T21:20:27.851Z] ==> Uploading reports [2020-12-09T21:20:27.851Z] url: https://codecov.io [2020-12-09T21:20:27.851Z] query: branch=master&commit=26f7976e83e717d42c4728cdd25427477ce9fa1e&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-09T21:20:27.851Z] -> Pinging Codecov [2020-12-09T21:20:27.851Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=26f7976e83e717d42c4728cdd25427477ce9fa1e&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F92%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-09T21:20:28.114Z] -> Uploading to [2020-12-09T21:20:28.114Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-09/71470A77251A30514AAF9C0BB2E5B6CE/26f7976e83e717d42c4728cdd25427477ce9fa1e/1fa71e16-d453-49c6-a18b-43f9bf85de27.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201209T212027Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=25b178027959458bbfcc2b67c99edd7d60a3cb1845feebdddeb1faf6cdf61b65 [2020-12-09T21:20:28.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-09T21:20:28.114Z] Dload Upload Total Spent Left Speed [2020-12-09T21:20:28.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17424 0 0 100 17424 0 34474 --:--:-- --:--:-- --:--:-- 34502 [2020-12-09T21:20:28.689Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] } [2020-12-09T21:20:28.699Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-09T21:20:29.603Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-09T21:20:29.653Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:20:29.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-09T21:20:29.992Z] [2020-12-09T21:20:29.992Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:20:30.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-09T21:20:30.354Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-09T21:20:30.354Z] 188c0c94c7c5: Pulling fs layer [2020-12-09T21:20:30.354Z] 0ef7d3d256c8: Pulling fs layer [2020-12-09T21:20:30.354Z] de9db76c5a1d: Pulling fs layer [2020-12-09T21:20:30.354Z] 0eba1c9be4d2: Pulling fs layer [2020-12-09T21:20:30.354Z] 0d57e429df01: Pulling fs layer [2020-12-09T21:20:30.354Z] 4e4be7b47b0d: Pulling fs layer [2020-12-09T21:20:30.354Z] e1f770b5df2f: Pulling fs layer [2020-12-09T21:20:30.354Z] 85a0685a4137: Pulling fs layer [2020-12-09T21:20:30.354Z] 0eba1c9be4d2: Waiting [2020-12-09T21:20:30.354Z] 0d57e429df01: Waiting [2020-12-09T21:20:30.354Z] 4e4be7b47b0d: Waiting [2020-12-09T21:20:30.354Z] e1f770b5df2f: Waiting [2020-12-09T21:20:30.354Z] 85a0685a4137: Waiting [2020-12-09T21:20:30.354Z] de9db76c5a1d: Verifying Checksum [2020-12-09T21:20:30.354Z] de9db76c5a1d: Download complete [2020-12-09T21:20:30.354Z] 0ef7d3d256c8: Verifying Checksum [2020-12-09T21:20:30.354Z] 0ef7d3d256c8: Download complete [2020-12-09T21:20:30.354Z] 0d57e429df01: Verifying Checksum [2020-12-09T21:20:30.354Z] 0d57e429df01: Download complete [2020-12-09T21:20:30.354Z] 4e4be7b47b0d: Verifying Checksum [2020-12-09T21:20:30.354Z] 4e4be7b47b0d: Download complete [2020-12-09T21:20:30.625Z] 188c0c94c7c5: Download complete [2020-12-09T21:20:31.201Z] 188c0c94c7c5: Pull complete [2020-12-09T21:20:31.201Z] 0ef7d3d256c8: Pull complete [2020-12-09T21:20:31.463Z] de9db76c5a1d: Pull complete [2020-12-09T21:20:32.436Z] e1f770b5df2f: Verifying Checksum [2020-12-09T21:20:32.436Z] e1f770b5df2f: Download complete [2020-12-09T21:20:34.366Z] 0eba1c9be4d2: Verifying Checksum [2020-12-09T21:20:34.366Z] 0eba1c9be4d2: Download complete [2020-12-09T21:20:34.628Z] 85a0685a4137: Verifying Checksum [2020-12-09T21:20:34.628Z] 85a0685a4137: Download complete [2020-12-09T21:20:39.955Z] 0eba1c9be4d2: Pull complete [2020-12-09T21:20:39.955Z] 0d57e429df01: Pull complete [2020-12-09T21:20:40.220Z] 4e4be7b47b0d: Pull complete [2020-12-09T21:20:42.800Z] e1f770b5df2f: Pull complete [2020-12-09T21:20:49.440Z] 85a0685a4137: Pull complete [2020-12-09T21:20:49.440Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-09T21:20:49.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-09T21:20:49.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-09T21:20:49.672Z] prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container [2020-12-09T21:20:49.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-09T21:20:50.872Z] $ docker top 72a61b17df39aa39328315395dae6f324751d75ffb2cd6bdcf63748cfb5b82c8 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-09T21:20:51.177Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-09T21:20:51.474Z] + set -o pipefail [2020-12-09T21:20:51.474Z] + snyk monitor '--org=edgex-jenkins' [2020-12-09T21:21:03.742Z] [2020-12-09T21:21:03.742Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-12-09T21:21:03.742Z] [2020-12-09T21:21:03.742Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/732a7c2e-b105-4fd5-b2fe-0cd707ad2ec9 [2020-12-09T21:21:03.742Z] [2020-12-09T21:21:03.742Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-09T21:21:03.742Z] [2020-12-09T21:21:03.742Z] [2020-12-09T21:21:03.742Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-09T21:21:03.742Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-09T21:21:03.759Z] $ docker stop --time=1 72a61b17df39aa39328315395dae6f324751d75ffb2cd6bdcf63748cfb5b82c8 [2020-12-09T21:21:06.051Z] $ docker rm -f 72a61b17df39aa39328315395dae6f324751d75ffb2cd6bdcf63748cfb5b82c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-12-09T21:21:07.914Z] + git log --format=format:%s -1 26f7976e83e717d42c4728cdd25427477ce9fa1e [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:21:08.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T21:21:08.226Z] . [Pipeline] withDockerContainer [2020-12-09T21:21:08.322Z] prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container [2020-12-09T21:21:08.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-09T21:21:09.149Z] $ docker top 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T21:21:09.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T21:21:09.507Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T21:21:09.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T21:21:09.735Z] $ docker exec 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 ssh-agent [2020-12-09T21:21:09.909Z] SSH_AUTH_SOCK=/tmp/ssh-3zMUyo0YH7G4/agent.12 [2020-12-09T21:21:09.909Z] SSH_AGENT_PID=17 [2020-12-09T21:21:09.916Z] Running ssh-add (command line suppressed) [2020-12-09T21:21:10.047Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_618610244550714778.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_618610244550714778.key) [2020-12-09T21:21:10.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T21:21:10.493Z] + git semver tag [2020-12-09T21:21:10.493Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T21:21:10.493Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-09T21:21:10.493Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-09T21:21:10.493Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T21:21:10.493Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T21:21:10.493Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T21:21:10.493Z] # $SEMVER_BRANCH = master [2020-12-09T21:21:10.493Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-09T21:21:10.493Z] # 26f7976e83e717d42c4728cdd25427477ce9fa1e HEAD [2020-12-09T21:21:10.493Z] # -> Force: false [2020-12-09T21:21:10.493Z] # 32a20c4527b60d04fdf5fda345829b1d896b84d0 refs/tags/v0.1.123 [Pipeline] } [2020-12-09T21:21:10.508Z] $ docker exec --env ******** --env ******** 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 ssh-agent -k [2020-12-09T21:21:10.639Z] unset SSH_AUTH_SOCK; [2020-12-09T21:21:10.639Z] unset SSH_AGENT_PID; [2020-12-09T21:21:10.639Z] echo Agent pid 17 killed; [2020-12-09T21:21:10.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T21:21:11.217Z] + git semver [Pipeline] } [2020-12-09T21:21:11.235Z] $ docker stop --time=1 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 [2020-12-09T21:21:12.586Z] $ docker rm -f 685188ef1d2f6b52c933aee4ca8c366893bf90161257b1789382e63263a7e028 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:21:13.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-09T21:21:13.269Z] [2020-12-09T21:21:13.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:21:13.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-09T21:21:13.644Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-09T21:21:13.644Z] ab5ef0e58194: Pulling fs layer [2020-12-09T21:21:13.644Z] 9712f1f96733: Pulling fs layer [2020-12-09T21:21:13.644Z] 63f879dbbcfc: Pulling fs layer [2020-12-09T21:21:13.644Z] 0d9ebad4ef96: Pulling fs layer [2020-12-09T21:21:13.644Z] e9a5061849ea: Pulling fs layer [2020-12-09T21:21:13.644Z] d747dcd14b5f: Pulling fs layer [2020-12-09T21:21:13.644Z] 2de7ff778b66: Pulling fs layer [2020-12-09T21:21:13.644Z] e9a5061849ea: Waiting [2020-12-09T21:21:13.644Z] d747dcd14b5f: Waiting [2020-12-09T21:21:13.644Z] 2de7ff778b66: Waiting [2020-12-09T21:21:13.644Z] 0d9ebad4ef96: Waiting [2020-12-09T21:21:13.644Z] 9712f1f96733: Verifying Checksum [2020-12-09T21:21:13.644Z] 9712f1f96733: Download complete [2020-12-09T21:21:16.199Z] 63f879dbbcfc: Verifying Checksum [2020-12-09T21:21:16.199Z] 63f879dbbcfc: Download complete [2020-12-09T21:21:16.199Z] e9a5061849ea: Verifying Checksum [2020-12-09T21:21:16.199Z] e9a5061849ea: Download complete [2020-12-09T21:21:16.199Z] d747dcd14b5f: Download complete [2020-12-09T21:21:16.780Z] 2de7ff778b66: Verifying Checksum [2020-12-09T21:21:16.780Z] 2de7ff778b66: Download complete [2020-12-09T21:21:17.045Z] 0d9ebad4ef96: Verifying Checksum [2020-12-09T21:21:17.045Z] 0d9ebad4ef96: Download complete [2020-12-09T21:21:17.045Z] ab5ef0e58194: Verifying Checksum [2020-12-09T21:21:17.045Z] ab5ef0e58194: Download complete [2020-12-09T21:21:22.359Z] ab5ef0e58194: Pull complete [2020-12-09T21:21:22.360Z] 9712f1f96733: Pull complete [2020-12-09T21:21:24.935Z] 63f879dbbcfc: Pull complete [2020-12-09T21:21:31.705Z] 0d9ebad4ef96: Pull complete [2020-12-09T21:21:35.021Z] e9a5061849ea: Pull complete [2020-12-09T21:21:35.021Z] d747dcd14b5f: Pull complete [2020-12-09T21:21:36.436Z] 2de7ff778b66: Pull complete [2020-12-09T21:21:36.436Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-09T21:21:36.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-09T21:21:36.436Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-09T21:21:36.637Z] prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container [2020-12-09T21:21:36.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-09T21:21:40.015Z] $ docker top dafefb20f003117938130d1fd5f320ff330c5ed3bda40fe0972f83a727dfe3cf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-09T21:21:40.256Z] provisioning config files... [2020-12-09T21:21:40.267Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2954915304270683366tmp [2020-12-09T21:21:40.283Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3040649175437616596tmp [2020-12-09T21:21:40.298Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1513852181816609430tmp [Pipeline] { [Pipeline] echo [2020-12-09T21:21:40.397Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:21:40.695Z] ---> sigul-configuration.sh [2020-12-09T21:21:40.695Z] gpg: directory `/root/.gnupg' created [2020-12-09T21:21:40.695Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-09T21:21:40.695Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-09T21:21:40.695Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-09T21:21:40.695Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-09T21:21:40.695Z] gpg: CAST5 encrypted data [2020-12-09T21:21:40.962Z] gpg: encrypted with 1 passphrase [2020-12-09T21:21:40.962Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-09T21:21:41.261Z] + mkdir /home/jenkins [2020-12-09T21:21:41.261Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-09T21:21:41.562Z] + 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-12-09T21:21:41.573Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:21:41.869Z] ---> sigul-install.sh [2020-12-09T21:21:48.470Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-09T21:21:48.771Z] + git tag --list [2020-12-09T21:21:48.771Z] v0.0.0 [2020-12-09T21:21:48.771Z] v0.0.1 [2020-12-09T21:21:48.771Z] v0.1.0 [2020-12-09T21:21:48.771Z] v0.1.1 [2020-12-09T21:21:48.771Z] v0.1.10 [2020-12-09T21:21:48.771Z] v0.1.100 [2020-12-09T21:21:48.771Z] v0.1.101 [2020-12-09T21:21:48.771Z] v0.1.102 [2020-12-09T21:21:48.771Z] v0.1.103 [2020-12-09T21:21:48.771Z] v0.1.104 [2020-12-09T21:21:48.771Z] v0.1.105 [2020-12-09T21:21:48.771Z] v0.1.106 [2020-12-09T21:21:48.771Z] v0.1.107 [2020-12-09T21:21:48.771Z] v0.1.108 [2020-12-09T21:21:48.771Z] v0.1.109 [2020-12-09T21:21:48.771Z] v0.1.11 [2020-12-09T21:21:48.771Z] v0.1.110 [2020-12-09T21:21:48.771Z] v0.1.111 [2020-12-09T21:21:48.771Z] v0.1.112 [2020-12-09T21:21:48.771Z] v0.1.113 [2020-12-09T21:21:48.771Z] v0.1.114 [2020-12-09T21:21:48.771Z] v0.1.115 [2020-12-09T21:21:48.771Z] v0.1.116 [2020-12-09T21:21:48.771Z] v0.1.117 [2020-12-09T21:21:48.771Z] v0.1.118 [2020-12-09T21:21:48.771Z] v0.1.119 [2020-12-09T21:21:48.771Z] v0.1.12 [2020-12-09T21:21:48.771Z] v0.1.120 [2020-12-09T21:21:48.771Z] v0.1.121 [2020-12-09T21:21:48.771Z] v0.1.122 [2020-12-09T21:21:48.771Z] v0.1.123 [2020-12-09T21:21:48.771Z] v0.1.13 [2020-12-09T21:21:48.771Z] v0.1.14 [2020-12-09T21:21:48.771Z] v0.1.15 [2020-12-09T21:21:48.771Z] v0.1.16 [2020-12-09T21:21:48.771Z] v0.1.17 [2020-12-09T21:21:48.771Z] v0.1.18 [2020-12-09T21:21:48.771Z] v0.1.19 [2020-12-09T21:21:48.771Z] v0.1.2 [2020-12-09T21:21:48.771Z] v0.1.20 [2020-12-09T21:21:48.771Z] v0.1.21 [2020-12-09T21:21:48.771Z] v0.1.22 [2020-12-09T21:21:48.771Z] v0.1.23 [2020-12-09T21:21:48.771Z] v0.1.24 [2020-12-09T21:21:48.771Z] v0.1.25 [2020-12-09T21:21:48.771Z] v0.1.26 [2020-12-09T21:21:48.771Z] v0.1.27 [2020-12-09T21:21:48.771Z] v0.1.28 [2020-12-09T21:21:48.771Z] v0.1.29 [2020-12-09T21:21:48.771Z] v0.1.3 [2020-12-09T21:21:48.771Z] v0.1.30 [2020-12-09T21:21:48.771Z] v0.1.31 [2020-12-09T21:21:48.771Z] v0.1.32 [2020-12-09T21:21:48.771Z] v0.1.33 [2020-12-09T21:21:48.771Z] v0.1.34 [2020-12-09T21:21:48.771Z] v0.1.35 [2020-12-09T21:21:48.771Z] v0.1.36 [2020-12-09T21:21:48.771Z] v0.1.37 [2020-12-09T21:21:48.771Z] v0.1.38 [2020-12-09T21:21:48.771Z] v0.1.39 [2020-12-09T21:21:48.771Z] v0.1.4 [2020-12-09T21:21:48.771Z] v0.1.40 [2020-12-09T21:21:48.771Z] v0.1.41 [2020-12-09T21:21:48.771Z] v0.1.42 [2020-12-09T21:21:48.771Z] v0.1.43 [2020-12-09T21:21:48.771Z] v0.1.44 [2020-12-09T21:21:48.771Z] v0.1.45 [2020-12-09T21:21:48.771Z] v0.1.46 [2020-12-09T21:21:48.771Z] v0.1.47 [2020-12-09T21:21:48.771Z] v0.1.48 [2020-12-09T21:21:48.771Z] v0.1.49 [2020-12-09T21:21:48.771Z] v0.1.5 [2020-12-09T21:21:48.771Z] v0.1.50 [2020-12-09T21:21:48.771Z] v0.1.51 [2020-12-09T21:21:48.771Z] v0.1.52 [2020-12-09T21:21:48.771Z] v0.1.53 [2020-12-09T21:21:48.771Z] v0.1.54 [2020-12-09T21:21:48.771Z] v0.1.55 [2020-12-09T21:21:48.771Z] v0.1.56 [2020-12-09T21:21:48.771Z] v0.1.57 [2020-12-09T21:21:48.771Z] v0.1.58 [2020-12-09T21:21:48.771Z] v0.1.59 [2020-12-09T21:21:48.771Z] v0.1.6 [2020-12-09T21:21:48.771Z] v0.1.60 [2020-12-09T21:21:48.771Z] v0.1.61 [2020-12-09T21:21:48.771Z] v0.1.62 [2020-12-09T21:21:48.771Z] v0.1.63 [2020-12-09T21:21:48.771Z] v0.1.64 [2020-12-09T21:21:48.771Z] v0.1.65 [2020-12-09T21:21:48.771Z] v0.1.66 [2020-12-09T21:21:48.771Z] v0.1.67 [2020-12-09T21:21:48.771Z] v0.1.68 [2020-12-09T21:21:48.771Z] v0.1.69 [2020-12-09T21:21:48.771Z] v0.1.7 [2020-12-09T21:21:48.771Z] v0.1.70 [2020-12-09T21:21:48.771Z] v0.1.71 [2020-12-09T21:21:48.771Z] v0.1.72 [2020-12-09T21:21:48.771Z] v0.1.73 [2020-12-09T21:21:48.771Z] v0.1.74 [2020-12-09T21:21:48.771Z] v0.1.75 [2020-12-09T21:21:48.771Z] v0.1.76 [2020-12-09T21:21:48.771Z] v0.1.77 [2020-12-09T21:21:48.771Z] v0.1.78 [2020-12-09T21:21:48.771Z] v0.1.79 [2020-12-09T21:21:48.771Z] v0.1.8 [2020-12-09T21:21:48.771Z] v0.1.80 [2020-12-09T21:21:48.771Z] v0.1.81 [2020-12-09T21:21:48.771Z] v0.1.82 [2020-12-09T21:21:48.771Z] v0.1.83 [2020-12-09T21:21:48.771Z] v0.1.84 [2020-12-09T21:21:48.771Z] v0.1.85 [2020-12-09T21:21:48.771Z] v0.1.86 [2020-12-09T21:21:48.771Z] v0.1.87 [2020-12-09T21:21:48.771Z] v0.1.88 [2020-12-09T21:21:48.771Z] v0.1.89 [2020-12-09T21:21:48.771Z] v0.1.9 [2020-12-09T21:21:48.771Z] v0.1.90 [2020-12-09T21:21:48.771Z] v0.1.91 [2020-12-09T21:21:48.771Z] v0.1.92 [2020-12-09T21:21:48.771Z] v0.1.93 [2020-12-09T21:21:48.771Z] v0.1.94 [2020-12-09T21:21:48.771Z] v0.1.95 [2020-12-09T21:21:48.771Z] v0.1.96 [2020-12-09T21:21:48.771Z] v0.1.97 [2020-12-09T21:21:48.771Z] v0.1.98 [2020-12-09T21:21:48.771Z] v0.1.99 [Pipeline] sh [2020-12-09T21:21:49.079Z] + lftools sign git-tag v0.1.123 [2020-12-09T21:21:50.470Z] Signing Git tag with Sigul... [2020-12-09T21:21:50.470Z] Signing v0.1.123 [Pipeline] echo [2020-12-09T21:21:51.425Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:21:51.722Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-09T21:21:51.734Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-09T21:21:51.837Z] $ docker stop --time=1 dafefb20f003117938130d1fd5f320ff330c5ed3bda40fe0972f83a727dfe3cf [2020-12-09T21:21:53.823Z] $ docker rm -f dafefb20f003117938130d1fd5f320ff330c5ed3bda40fe0972f83a727dfe3cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:21:54.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T21:21:54.842Z] . [Pipeline] withDockerContainer [2020-12-09T21:21:54.937Z] prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container [2020-12-09T21:21:54.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-09T21:21:55.731Z] $ docker top 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T21:21:56.088Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T21:21:56.088Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T21:21:56.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T21:21:56.324Z] $ docker exec 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 ssh-agent [2020-12-09T21:21:56.504Z] SSH_AUTH_SOCK=/tmp/ssh-Ny0iFOD9zKuP/agent.11 [2020-12-09T21:21:56.504Z] SSH_AGENT_PID=16 [2020-12-09T21:21:56.511Z] Running ssh-add (command line suppressed) [2020-12-09T21:21:56.634Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8174311986114139396.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8174311986114139396.key) [2020-12-09T21:21:56.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T21:21:57.023Z] + git semver bump patch [2020-12-09T21:21:57.023Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T21:21:57.023Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-09T21:21:57.023Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-09T21:21:57.023Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T21:21:57.023Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T21:21:57.023Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T21:21:57.023Z] # $SEMVER_BRANCH = master [2020-12-09T21:21:57.023Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-09T21:21:57.023Z] 0.1.124 [Pipeline] } [2020-12-09T21:21:57.038Z] $ docker exec --env ******** --env ******** 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 ssh-agent -k [2020-12-09T21:21:57.160Z] unset SSH_AUTH_SOCK; [2020-12-09T21:21:57.161Z] unset SSH_AGENT_PID; [2020-12-09T21:21:57.161Z] echo Agent pid 16 killed; [2020-12-09T21:21:57.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T21:21:57.681Z] + git semver [Pipeline] } [2020-12-09T21:21:57.700Z] $ docker stop --time=1 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 [2020-12-09T21:21:59.073Z] $ docker rm -f 8483cbc317ef5f4ef312eda1fa3954b3b9fc8d8dd6cecc12df57a9bfcb63ac67 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:21:59.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T21:21:59.630Z] . [Pipeline] withDockerContainer [2020-12-09T21:21:59.724Z] prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container [2020-12-09T21:21:59.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-09T21:22:00.389Z] $ docker top a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T21:22:00.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T21:22:00.775Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T21:22:00.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T21:22:00.959Z] $ docker exec a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 ssh-agent [2020-12-09T21:22:01.135Z] SSH_AUTH_SOCK=/tmp/ssh-Cx4ESx90xZuM/agent.11 [2020-12-09T21:22:01.135Z] SSH_AGENT_PID=16 [2020-12-09T21:22:01.142Z] Running ssh-add (command line suppressed) [2020-12-09T21:22:01.272Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_606514040245993600.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_606514040245993600.key) [2020-12-09T21:22:01.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T21:22:01.682Z] + git semver push [2020-12-09T21:22:01.682Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T21:22:01.682Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-09T21:22:01.682Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-09T21:22:01.682Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T21:22:01.682Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T21:22:01.682Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T21:22:01.682Z] # $SEMVER_BRANCH = master [2020-12-09T21:22:01.682Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-09T21:22:08.304Z] $ docker exec --env ******** --env ******** a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 ssh-agent -k [2020-12-09T21:22:08.456Z] unset SSH_AUTH_SOCK; [2020-12-09T21:22:08.457Z] unset SSH_AGENT_PID; [2020-12-09T21:22:08.457Z] echo Agent pid 16 killed; [2020-12-09T21:22:08.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T21:22:09.002Z] + git semver [Pipeline] } [2020-12-09T21:22:09.021Z] $ docker stop --time=1 a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 [2020-12-09T21:22:10.395Z] $ docker rm -f a8b5d665a8b5c2465a40995fa37ae94f5ef17e480d30fe544db03b88321d8821 [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-12-09T21:22:12.458Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:22:13.027Z] ---> package-listing.sh [2020-12-09T21:22:13.027Z] ++ facter osfamily [2020-12-09T21:22:13.027Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-09T21:22:13.027Z] + OS_FAMILY=redhat [2020-12-09T21:22:13.027Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-12-09T21:22:13.027Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-09T21:22:13.027Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-09T21:22:13.027Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-09T21:22:13.027Z] + PACKAGES=/tmp/packages_start.txt [2020-12-09T21:22:13.027Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-09T21:22:13.027Z] + PACKAGES=/tmp/packages_end.txt [2020-12-09T21:22:13.027Z] + case "${OS_FAMILY}" in [2020-12-09T21:22:13.027Z] + rpm -qa [2020-12-09T21:22:13.027Z] + sort [2020-12-09T21:22:18.339Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-09T21:22:18.339Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-09T21:22:18.339Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-09T21:22:18.339Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-09T21:22:18.339Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-12-09T21:22:18.339Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2020-12-09T21:22:18.353Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-09T21:22:18.648Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:22:18.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T21:22:18.956Z] [2020-12-09T21:22:18.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-09T21:22:19.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T21:22:19.310Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-09T21:22:19.310Z] df20fa9351a1: Pulling fs layer [2020-12-09T21:22:19.310Z] 36b3adc4ff6f: Pulling fs layer [2020-12-09T21:22:19.310Z] 8ad3a11d3b57: Pulling fs layer [2020-12-09T21:22:19.310Z] 46f8f816bc3b: Pulling fs layer [2020-12-09T21:22:19.310Z] 93b61091891f: Pulling fs layer [2020-12-09T21:22:19.310Z] 93b9cdb0e59b: Pulling fs layer [2020-12-09T21:22:19.310Z] 5e14af77c1be: Pulling fs layer [2020-12-09T21:22:19.310Z] 01666e4c0597: Pulling fs layer [2020-12-09T21:22:19.310Z] aa168da1d23b: Pulling fs layer [2020-12-09T21:22:19.310Z] 46f8f816bc3b: Waiting [2020-12-09T21:22:19.310Z] 93b9cdb0e59b: Waiting [2020-12-09T21:22:19.310Z] 5e14af77c1be: Waiting [2020-12-09T21:22:19.310Z] 93b61091891f: Waiting [2020-12-09T21:22:19.310Z] 01666e4c0597: Waiting [2020-12-09T21:22:19.310Z] aa168da1d23b: Waiting [2020-12-09T21:22:19.310Z] 36b3adc4ff6f: Verifying Checksum [2020-12-09T21:22:19.310Z] 36b3adc4ff6f: Download complete [2020-12-09T21:22:19.571Z] 46f8f816bc3b: Verifying Checksum [2020-12-09T21:22:19.571Z] 46f8f816bc3b: Download complete [2020-12-09T21:22:19.571Z] df20fa9351a1: Verifying Checksum [2020-12-09T21:22:19.571Z] df20fa9351a1: Download complete [2020-12-09T21:22:19.571Z] 93b9cdb0e59b: Verifying Checksum [2020-12-09T21:22:19.571Z] 93b9cdb0e59b: Download complete [2020-12-09T21:22:19.571Z] 5e14af77c1be: Verifying Checksum [2020-12-09T21:22:19.571Z] 5e14af77c1be: Download complete [2020-12-09T21:22:19.571Z] 93b61091891f: Download complete [2020-12-09T21:22:19.571Z] 01666e4c0597: Verifying Checksum [2020-12-09T21:22:19.571Z] 01666e4c0597: Download complete [2020-12-09T21:22:20.520Z] df20fa9351a1: Pull complete [2020-12-09T21:22:20.520Z] 8ad3a11d3b57: Verifying Checksum [2020-12-09T21:22:20.520Z] 8ad3a11d3b57: Download complete [2020-12-09T21:22:20.520Z] 36b3adc4ff6f: Pull complete [2020-12-09T21:22:22.459Z] aa168da1d23b: Verifying Checksum [2020-12-09T21:22:22.459Z] aa168da1d23b: Download complete [2020-12-09T21:22:22.459Z] 8ad3a11d3b57: Pull complete [2020-12-09T21:22:22.459Z] 46f8f816bc3b: Pull complete [2020-12-09T21:22:22.721Z] 93b61091891f: Pull complete [2020-12-09T21:22:22.721Z] 93b9cdb0e59b: Pull complete [2020-12-09T21:22:22.985Z] 5e14af77c1be: Pull complete [2020-12-09T21:22:22.985Z] 01666e4c0597: Pull complete [2020-12-09T21:22:31.180Z] aa168da1d23b: Pull complete [2020-12-09T21:22:31.180Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-09T21:22:31.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T21:22:31.180Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-09T21:22:31.362Z] prd-centos7-docker-4c-2g-15279 does not seem to be running inside a container [2020-12-09T21:22:31.414Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-09T21:22:34.631Z] $ docker top 3ae3d247c7a7607427e9e7eacf3bce96044a1603d5ca7a6cdd6aec4e584b11fd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T21:22:35.164Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-09T21:22:35.462Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-09T21:22:35.764Z] + ls /var/log/sa-host [2020-12-09T21:22:35.764Z] + sadf -c /var/log/sa-host/sa09 [2020-12-09T21:22:35.764Z] file_magic: OK [2020-12-09T21:22:35.764Z] HZ: Using current value: 100 [2020-12-09T21:22:35.764Z] file_header: OK [2020-12-09T21:22:35.764Z] 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-12-09T21:22:35.764Z] Statistics: [2020-12-09T21:22:35.764Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-09T21:22:35.764Z] File successfully converted to sysstat format version 12.2.1 [2020-12-09T21:22:35.764Z] + sadf -c /var/log/sa-host/sa23 [2020-12-09T21:22:35.764Z] file_magic: OK [2020-12-09T21:22:35.764Z] HZ: Using current value: 100 [2020-12-09T21:22:35.764Z] file_header: OK [2020-12-09T21:22:35.764Z] 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-12-09T21:22:35.764Z] Statistics: [2020-12-09T21:22:35.764Z] Hnuu...uuuununununu... [2020-12-09T21:22:35.764Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-09T21:22:36.403Z] provisioning config files... [2020-12-09T21:22:36.419Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8199691642650242961tmp [Pipeline] { [Pipeline] echo [2020-12-09T21:22:36.499Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:22:36.797Z] ---> create-netrc.sh [Pipeline] } [2020-12-09T21:22:36.807Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-09T21:22:36.911Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:22:37.210Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-09T21:22:37.221Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:22:37.516Z] ---> sudo-logs.sh [2020-12-09T21:22:37.516Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-09T21:22:37.528Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:22:37.824Z] ---> job-cost.sh [2020-12-09T21:22:37.824Z] lf-activate-venv: SKIPPING [2020-12-09T21:22:37.824Z] INFO: No Stack... [2020-12-09T21:22:38.768Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-09T21:22:39.343Z] INFO: Archiving Costs [Pipeline] echo [2020-12-09T21:22:39.358Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T21:22:39.654Z] ---> logs-deploy.sh [2020-12-09T21:22:39.654Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/92 [2020-12-09T21:22:39.654Z] INFO: archiving workspace using pattern(s): [2020-12-09T21:22:41.044Z] Archives upload complete. [2020-12-09T21:22:41.306Z] INFO: archiving logs to Nexus [2020-12-09T21:22:42.252Z] ---> uname -a: [2020-12-09T21:22:42.252Z] Linux prd-centos7-docker-4c-2g-15279.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] ---> lscpu: [2020-12-09T21:22:42.252Z] Architecture: x86_64 [2020-12-09T21:22:42.252Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-09T21:22:42.252Z] Byte Order: Little Endian [2020-12-09T21:22:42.252Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-09T21:22:42.252Z] CPU(s): 4 [2020-12-09T21:22:42.252Z] On-line CPU(s) list: 0-3 [2020-12-09T21:22:42.252Z] Thread(s) per core: 1 [2020-12-09T21:22:42.252Z] Core(s) per socket: 1 [2020-12-09T21:22:42.252Z] Socket(s): 4 [2020-12-09T21:22:42.252Z] NUMA node(s): 1 [2020-12-09T21:22:42.252Z] Vendor ID: GenuineIntel [2020-12-09T21:22:42.252Z] CPU family: 6 [2020-12-09T21:22:42.252Z] Model: 44 [2020-12-09T21:22:42.252Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-09T21:22:42.252Z] Stepping: 1 [2020-12-09T21:22:42.252Z] CPU MHz: 2933.438 [2020-12-09T21:22:42.252Z] BogoMIPS: 5866.87 [2020-12-09T21:22:42.252Z] Virtualization: VT-x [2020-12-09T21:22:42.252Z] Hypervisor vendor: KVM [2020-12-09T21:22:42.252Z] Virtualization type: full [2020-12-09T21:22:42.252Z] L1d cache: 128 KiB [2020-12-09T21:22:42.252Z] L1i cache: 128 KiB [2020-12-09T21:22:42.252Z] L2 cache: 16 MiB [2020-12-09T21:22:42.252Z] L3 cache: 64 MiB [2020-12-09T21:22:42.252Z] NUMA node0 CPU(s): 0-3 [2020-12-09T21:22:42.252Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-09T21:22:42.252Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-09T21:22:42.252Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-09T21:22:42.252Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-09T21:22:42.252Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-09T21:22:42.252Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-09T21:22:42.252Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-09T21:22:42.252Z] Vulnerability Srbds: Not affected [2020-12-09T21:22:42.252Z] Vulnerability Tsx async abort: Not affected [2020-12-09T21:22:42.252Z] 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-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] ---> nproc: [2020-12-09T21:22:42.252Z] 4 [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] ---> df -h: [2020-12-09T21:22:42.252Z] Filesystem Size Used Available Use% Mounted on [2020-12-09T21:22:42.252Z] overlay 50.0G 8.5G 41.4G 17% / [2020-12-09T21:22:42.252Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-09T21:22:42.252Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-09T21:22:42.252Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-12-09T21:22:42.252Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] ---> free -m: [2020-12-09T21:22:42.252Z] total used free shared buff/cache available [2020-12-09T21:22:42.252Z] Mem: 1837 844 150 0 842 928 [2020-12-09T21:22:42.252Z] Swap: 1023 3 1020 [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] ---> ip addr: [2020-12-09T21:22:42.252Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-09T21:22:42.252Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-09T21:22:42.252Z] inet 127.0.0.1/8 scope host lo [2020-12-09T21:22:42.252Z] valid_lft forever preferred_lft forever [2020-12-09T21:22:42.252Z] inet6 ::1/128 scope host [2020-12-09T21:22:42.252Z] valid_lft forever preferred_lft forever [2020-12-09T21:22:42.252Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-09T21:22:42.252Z] link/ether fa:16:3e:7d:dd:3a brd ff:ff:ff:ff:ff:ff [2020-12-09T21:22:42.252Z] inet 10.30.123.59/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-09T21:22:42.252Z] valid_lft 85969sec preferred_lft 85969sec [2020-12-09T21:22:42.252Z] inet6 fe80::f816:3eff:fe7d:dd3a/64 scope link [2020-12-09T21:22:42.252Z] valid_lft forever preferred_lft forever [2020-12-09T21:22:42.252Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-09T21:22:42.252Z] link/ether 02:42:12:39:68:a3 brd ff:ff:ff:ff:ff:ff [2020-12-09T21:22:42.252Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-09T21:22:42.252Z] valid_lft forever preferred_lft forever [2020-12-09T21:22:42.252Z] inet6 fe80::42:12ff:fe39:68a3/64 scope link [2020-12-09T21:22:42.252Z] valid_lft forever preferred_lft forever [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] ---> sar -b -r -n DEV: [2020-12-09T21:22:42.252Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] 21:15:20 LINUX RESTART (4 CPU) [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] 21:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-09T21:22:42.252Z] 21:17:01 39.88 12.37 27.51 0.00 4466.73 3154.56 0.00 [2020-12-09T21:22:42.252Z] 21:18:01 1.88 0.00 1.88 0.00 0.00 40.23 0.00 [2020-12-09T21:22:42.252Z] 21:19:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 [2020-12-09T21:22:42.252Z] 21:20:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2020-12-09T21:22:42.252Z] 21:21:01 227.06 136.36 90.70 0.00 7182.69 33590.33 0.00 [2020-12-09T21:22:42.252Z] 21:22:01 250.06 108.47 141.59 0.00 5952.27 34109.12 0.00 [2020-12-09T21:22:42.252Z] Average: 86.83 43.00 43.83 0.00 2942.55 11853.86 0.00 [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] 21:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-09T21:22:42.252Z] 21:17:01 159132 0 601100 31.95 2620 1118692 1105632 37.73 419044 1103252 20 [2020-12-09T21:22:42.252Z] 21:18:01 163376 0 596848 31.72 2620 1118700 1073428 36.63 419928 1099180 8 [2020-12-09T21:22:42.252Z] 21:19:01 161652 0 598568 31.81 2620 1118704 1073488 36.64 420868 1100396 8 [2020-12-09T21:22:42.252Z] 21:20:01 161352 0 598868 31.83 2620 1118704 1073560 36.64 431296 1090276 8 [2020-12-09T21:22:42.252Z] 21:21:01 81592 0 750908 39.91 2596 1046448 1335188 45.57 547496 993996 11608 [2020-12-09T21:22:42.252Z] 21:22:01 229376 0 792848 42.14 1492 857828 1220268 41.65 597448 714688 44 [2020-12-09T21:22:42.252Z] Average: 159413 0 656523 34.89 2428 1063179 1146927 39.14 472680 1016965 1949 [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] 21:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-09T21:22:42.252Z] 21:17:01 eth0 168.66 132.83 460.50 37.42 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:17:01 docker0 7.19 4.98 1.33 13.52 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:18:01 eth0 3.35 1.91 3.06 0.13 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:19:01 eth0 1.02 0.40 0.32 0.20 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:20:01 eth0 0.52 0.48 0.27 0.21 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:21:01 veth8bcf154 17.01 16.64 1.45 121.72 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:21:01 eth0 448.83 405.38 4205.90 36.63 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:21:01 docker0 17.01 16.51 1.21 121.71 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:22:01 veth0e2eaca 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:22:01 eth0 486.10 419.59 3444.93 101.43 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] 21:22:01 docker0 25.84 35.05 1.50 185.98 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] Average: veth0e2eaca 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] Average: eth0 185.31 160.59 1356.74 29.43 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] Average: docker0 8.37 9.45 0.68 53.70 0.00 0.00 0.00 0.00 [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] ---> sar -P ALL: [2020-12-09T21:22:42.252Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] 21:15:20 LINUX RESTART (4 CPU) [2020-12-09T21:22:42.252Z] [2020-12-09T21:22:42.252Z] 21:16:01 CPU %user %nice %system %iowait %steal %idle [2020-12-09T21:22:42.252Z] 21:17:01 all 3.23 0.00 2.03 0.93 0.01 93.80 [2020-12-09T21:22:42.252Z] 21:17:01 0 3.80 0.00 2.29 0.22 0.00 93.70 [2020-12-09T21:22:42.252Z] 21:17:01 1 3.36 0.00 2.21 0.67 0.02 93.74 [2020-12-09T21:22:42.252Z] 21:17:01 2 3.00 0.00 1.71 1.46 0.02 93.81 [2020-12-09T21:22:42.252Z] 21:17:01 3 2.75 0.00 1.91 1.37 0.02 93.95 [2020-12-09T21:22:42.252Z] 21:18:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2020-12-09T21:22:42.252Z] 21:18:01 0 0.17 0.00 0.07 0.00 0.00 99.76 [2020-12-09T21:22:42.252Z] 21:18:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-09T21:22:42.252Z] 21:18:01 2 0.41 0.00 0.07 0.00 0.00 99.53 [2020-12-09T21:22:42.252Z] 21:18:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-09T21:22:42.252Z] 21:19:01 all 0.17 0.00 0.12 0.00 0.00 99.71 [2020-12-09T21:22:42.252Z] 21:19:01 0 0.02 0.00 0.10 0.00 0.00 99.88 [2020-12-09T21:22:42.253Z] 21:19:01 1 0.37 0.00 0.13 0.00 0.00 99.50 [2020-12-09T21:22:42.253Z] 21:19:01 2 0.22 0.00 0.13 0.00 0.00 99.65 [2020-12-09T21:22:42.253Z] 21:19:01 3 0.08 0.00 0.10 0.00 0.00 99.82 [2020-12-09T21:22:42.253Z] 21:20:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-12-09T21:22:42.253Z] 21:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-09T21:22:42.253Z] 21:20:01 1 0.48 0.00 0.08 0.00 0.00 99.43 [2020-12-09T21:22:42.253Z] 21:20:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2020-12-09T21:22:42.253Z] 21:20:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-09T21:22:42.253Z] 21:21:01 all 8.58 0.00 6.01 1.62 0.03 83.75 [2020-12-09T21:22:42.253Z] 21:21:01 0 7.98 0.00 6.26 1.04 0.05 84.67 [2020-12-09T21:22:42.253Z] 21:21:01 1 8.95 0.00 5.50 2.19 0.05 83.31 [2020-12-09T21:22:42.253Z] 21:21:01 2 8.66 0.00 5.45 1.51 0.02 84.36 [2020-12-09T21:22:42.253Z] 21:21:01 3 8.72 0.00 6.85 1.75 0.02 82.66 [2020-12-09T21:22:42.253Z] 21:22:01 all 11.65 0.00 8.89 3.62 0.03 75.81 [2020-12-09T21:22:42.253Z] 21:22:01 0 10.45 0.00 9.07 3.18 0.03 77.26 [2020-12-09T21:22:42.253Z] 21:22:01 1 12.24 0.00 9.10 4.12 0.02 74.52 [2020-12-09T21:22:42.253Z] 21:22:01 2 11.94 0.00 8.06 2.08 0.02 77.90 [2020-12-09T21:22:42.253Z] 21:22:01 3 11.98 0.00 9.33 5.09 0.03 73.56 [2020-12-09T21:22:42.253Z] Average: all 3.95 0.00 2.83 1.02 0.01 92.18 [2020-12-09T21:22:42.253Z] Average: 0 3.70 0.00 2.93 0.73 0.01 92.63 [2020-12-09T21:22:42.253Z] Average: 1 4.21 0.00 2.83 1.15 0.01 91.80 [2020-12-09T21:22:42.253Z] Average: 2 4.01 0.00 2.56 0.84 0.01 92.59 [2020-12-09T21:22:42.253Z] Average: 3 3.90 0.00 3.01 1.36 0.01 91.71 [2020-12-09T21:22:42.253Z] [2020-12-09T21:22:42.253Z] [2020-12-09T21:22:42.253Z]