Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 93bcc6a2201236c31d14acbf099dd3f279e68d4d 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14505’ Running on prd-centos7-docker-4c-2g-14508 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 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 Commit message: "Merge pull request #382 from judehung/issue-381" > git rev-list --no-walk 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T18:03:34.618Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T18:03:34.911Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T18:03:35.025Z] ========================================================= [2020-12-04T18:03:35.025Z] EdgeX Global Pipelines Version Info [2020-12-04T18:03:35.025Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:03:36.966Z] ------------------- [2020-12-04T18:03:36.966Z] stable info: [2020-12-04T18:03:36.966Z] ------------------- [2020-12-04T18:03:36.966Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T18:03:36.966Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T18:03:36.966Z] Message: update stable to v1.0.169 [2020-12-04T18:03:37.541Z] ------------------- [2020-12-04T18:03:37.541Z] experimental info: [2020-12-04T18:03:37.541Z] ------------------- [2020-12-04T18:03:37.541Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T18:03:37.541Z] Commit SHA: eca33996f4fbe88610f9be003a62d5383d966c7d [2020-12-04T18:03:37.541Z] Message: update experimental to v1.0.170 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T18:03:37.887Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-04T18:03:37.991Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-04T18:03:38.091Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T18:03:38.191Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T18:03:38.304Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T18:03:38.402Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T18:03:38.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T18:03:38.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T18:03:38.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-04T18:03:38.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T18:03:38.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T18:03:38.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-04T18:03:39.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T18:03:39.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T18:03:39.280Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T18:03:39.370Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T18:03:39.455Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T18:03:39.550Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T18:03:39.638Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-04T18:03:39.722Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-04T18:03:39.828Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-04T18:03:39.920Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-04T18:03:40.004Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-04T18:03:40.097Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-04T18:03:40.186Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-04T18:03:40.362Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T18:03:40.523Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-04T18:03:40.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-04T18:03:40.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-04T18:03:40.884Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo [2020-12-04T18:03:41.003Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93bcc6a [Pipeline] echo [2020-12-04T18:03:41.089Z] [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-04T18:03:41.941Z] + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo [2020-12-04T18:03:42.014Z] GIT_COMMIT: 93bcc6a2201236c31d14acbf099dd3f279e68d4d, Commit Message: Merge pull request #382 from judehung/issue-381 [Pipeline] echo [2020-12-04T18:03:42.074Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:03:43.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T18:03:43.279Z] [2020-12-04T18:03:43.279Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:03:43.636Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T18:03:43.636Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T18:03:43.636Z] 31603596830f: Pulling fs layer [2020-12-04T18:03:43.636Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T18:03:43.636Z] 6ca5941a6612: Pulling fs layer [2020-12-04T18:03:43.636Z] ecc8261a40a4: Pulling fs layer [2020-12-04T18:03:43.636Z] ecc8261a40a4: Waiting [2020-12-04T18:03:43.636Z] 2a8b12db71e7: Verifying Checksum [2020-12-04T18:03:43.636Z] 2a8b12db71e7: Download complete [2020-12-04T18:03:43.902Z] 31603596830f: Verifying Checksum [2020-12-04T18:03:43.902Z] 31603596830f: Download complete [2020-12-04T18:03:43.902Z] ecc8261a40a4: Verifying Checksum [2020-12-04T18:03:43.902Z] ecc8261a40a4: Download complete [2020-12-04T18:03:43.902Z] 6ca5941a6612: Download complete [2020-12-04T18:03:44.165Z] 31603596830f: Pull complete [2020-12-04T18:03:44.165Z] 2a8b12db71e7: Pull complete [2020-12-04T18:03:45.113Z] 6ca5941a6612: Pull complete [2020-12-04T18:03:45.375Z] ecc8261a40a4: Pull complete [2020-12-04T18:03:45.375Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T18:03:45.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T18:03:45.375Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T18:03:45.483Z] prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container [2020-12-04T18:03:45.531Z] $ 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-04T18:03:47.651Z] $ docker top 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T18:03:47.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T18:03:47.942Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T18:03:48.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T18:03:48.219Z] $ docker exec 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent [2020-12-04T18:03:48.419Z] SSH_AUTH_SOCK=/tmp/ssh-Jp6yT2kXe6YW/agent.12 [2020-12-04T18:03:48.419Z] SSH_AGENT_PID=17 [2020-12-04T18:03:48.429Z] Running ssh-add (command line suppressed) [2020-12-04T18:03:48.555Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_893084318968977596.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_893084318968977596.key) [2020-12-04T18:03:48.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T18:03:49.231Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T18:03:49.253Z] $ docker exec --env ******** --env ******** 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent -k [2020-12-04T18:03:49.364Z] unset SSH_AUTH_SOCK; [2020-12-04T18:03:49.364Z] unset SSH_AGENT_PID; [2020-12-04T18:03:49.364Z] echo Agent pid 17 killed; [2020-12-04T18:03:49.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T18:03:49.565Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T18:03:49.565Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T18:03:49.813Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T18:03:49.817Z] $ docker exec 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent [2020-12-04T18:03:49.986Z] SSH_AUTH_SOCK=/tmp/ssh-Fu99EX7q4K7a/agent.45 [2020-12-04T18:03:49.986Z] SSH_AGENT_PID=50 [2020-12-04T18:03:49.993Z] Running ssh-add (command line suppressed) [2020-12-04T18:03:50.115Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4751469000437335365.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4751469000437335365.key) [2020-12-04T18:03:50.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T18:03:50.502Z] + git semver init [2020-12-04T18:03:50.502Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T18:03:50.502Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T18:03:50.502Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T18:03:50.502Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T18:03:50.502Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T18:03:50.502Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T18:03:50.502Z] # $SEMVER_BRANCH = master [2020-12-04T18:03:50.502Z] # $SEMVER_TEMP = /tmp/semver-092113434 [2020-12-04T18:03:50.502Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-04T18:03:51.075Z] # '/tmp/semver-092113434' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-12-04T18:03:51.075Z] # -> Force: false [2020-12-04T18:03:51.075Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-04T18:03:51.089Z] $ docker exec --env ******** --env ******** 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 ssh-agent -k [2020-12-04T18:03:51.221Z] unset SSH_AUTH_SOCK; [2020-12-04T18:03:51.222Z] unset SSH_AGENT_PID; [2020-12-04T18:03:51.222Z] echo Agent pid 50 killed; [2020-12-04T18:03:51.272Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T18:03:51.720Z] + git semver [Pipeline] } [2020-12-04T18:03:51.812Z] $ docker stop --time=1 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 [2020-12-04T18:03:53.640Z] $ docker rm -f 03bbdec27ea71b5c82a77e93410ee4825e7ce7945f35a9a3ee7557881446ca22 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T18:03:54.192Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T18:03:54.595Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T18:03:54.598Z] [edgeXSemver]: initialized semver on version 0.1.121 [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-04T18:04:10.066Z] Still waiting to schedule task [2020-12-04T18:04:10.066Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-04T18:04:10.068Z] Still waiting to schedule task [2020-12-04T18:04:10.068Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-04T18:05:48.747Z] Running on prd-centos7-docker-4c-2g-14511 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-04T18:05:49.866Z] Running in /w/workspace/go-mod-core-contracts/89 [Pipeline] { [Pipeline] checkout [2020-12-04T18:05:52.492Z] using credential edgex-jenkins-ssh [2020-12-04T18:05:52.548Z] Cloning the remote Git repository [2020-12-04T18:05:52.576Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T18:05:52.644Z] > git init /w/workspace/go-mod-core-contracts/89 # timeout=10 [2020-12-04T18:05:52.704Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T18:05:52.705Z] > git --version # timeout=10 [2020-12-04T18:05:52.711Z] > git --version # 'git version 2.24.3' [2020-12-04T18:05:52.712Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T18:05:52.739Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T18:05:53.348Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T18:05:53.357Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T18:05:53.371Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T18:05:53.386Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T18:05:53.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T18:05:53.391Z] > 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-04T18:05:53.803Z] Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) [2020-12-04T18:05:53.815Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T18:05:53.820Z] > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-04T18:05:57.511Z] Commit message: "Merge pull request #382 from judehung/issue-381" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T18:05:58.856Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T18:05:59.189Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T18:05:59.487Z] + sudo service docker restart [2020-12-04T18:05:59.487Z] + true [2020-12-04T18:05:59.487Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-04T18:06:00.684Z] ========================================================= [2020-12-04T18:06:00.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T18:06:00.684Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:06:01.076Z] + 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-04T18:06:01.660Z] Sending build context to Docker daemon 1.88MB [2020-12-04T18:06:01.660Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T18:06:01.660Z] Step 2/7 : FROM ${BASE} [2020-12-04T18:06:01.660Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T18:06:01.660Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T18:06:01.660Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T18:06:01.660Z] de9db76c5a1d: Pulling fs layer [2020-12-04T18:06:01.660Z] bca2f99d35d6: Pulling fs layer [2020-12-04T18:06:01.660Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T18:06:01.660Z] 7c6f9722023f: Pulling fs layer [2020-12-04T18:06:01.660Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T18:06:01.660Z] 93359f2a8cfa: Waiting [2020-12-04T18:06:01.660Z] 7c6f9722023f: Waiting [2020-12-04T18:06:01.660Z] bca2f99d35d6: Waiting [2020-12-04T18:06:01.660Z] de9db76c5a1d: Verifying Checksum [2020-12-04T18:06:01.660Z] de9db76c5a1d: Download complete [2020-12-04T18:06:01.660Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T18:06:01.660Z] 0ef7d3d256c8: Download complete [2020-12-04T18:06:01.660Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T18:06:01.660Z] 93359f2a8cfa: Download complete [2020-12-04T18:06:01.660Z] 7c6f9722023f: Download complete [2020-12-04T18:06:01.660Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T18:06:01.660Z] 188c0c94c7c5: Download complete [2020-12-04T18:06:01.939Z] 188c0c94c7c5: Pull complete [2020-12-04T18:06:02.210Z] 0ef7d3d256c8: Pull complete [2020-12-04T18:06:02.478Z] de9db76c5a1d: Pull complete [2020-12-04T18:06:03.070Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14510 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-04T18:06:03.123Z] Running in /w/workspace/go-mod-core-contracts/89 [Pipeline] { [Pipeline] checkout [2020-12-04T18:06:04.425Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T18:06:04.425Z] a35cf1a2eb13: Download complete [2020-12-04T18:06:04.425Z] bca2f99d35d6: Verifying Checksum [2020-12-04T18:06:04.425Z] bca2f99d35d6: Download complete [2020-12-04T18:06:08.212Z] using credential edgex-jenkins-ssh [2020-12-04T18:06:08.275Z] Cloning the remote Git repository [2020-12-04T18:06:08.343Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T18:06:08.467Z] > git init /w/workspace/go-mod-core-contracts/89 # timeout=10 [2020-12-04T18:06:08.569Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T18:06:08.570Z] > git --version # timeout=10 [2020-12-04T18:06:08.590Z] > git --version # 'git version 2.17.1' [2020-12-04T18:06:08.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T18:06:08.659Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T18:06:09.765Z] bca2f99d35d6: Pull complete [2020-12-04T18:06:09.765Z] 93359f2a8cfa: Pull complete [2020-12-04T18:06:09.765Z] 7c6f9722023f: Pull complete [2020-12-04T18:06:10.379Z] Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) [2020-12-04T18:06:09.680Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T18:06:09.711Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T18:06:09.746Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T18:06:09.783Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T18:06:09.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T18:06:09.797Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T18:06:10.407Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T18:06:10.436Z] > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-04T18:06:14.970Z] Commit message: "Merge pull request #382 from judehung/issue-381" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T18:06:16.510Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-04T18:06:16.948Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T18:06:17.308Z] + true [2020-12-04T18:06:17.308Z] + sudo service docker restart [2020-12-04T18:06:17.963Z] a35cf1a2eb13: Pull complete [2020-12-04T18:06:17.963Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T18:06:17.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T18:06:17.963Z] ---> a62c8e92a672 [2020-12-04T18:06:17.963Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T18:06:17.963Z] ---> Running in 2a82e4f45185 [2020-12-04T18:06:17.963Z] Removing intermediate container 2a82e4f45185 [2020-12-04T18:06:17.963Z] ---> 3bbe43164809 [2020-12-04T18:06:17.963Z] Step 4/7 : RUN apk add bash [2020-12-04T18:06:17.963Z] ---> Running in 788874eb5f2f [2020-12-04T18:06:18.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T18:06:19.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T18:06:19.768Z] OK: 166 MiB in 39 packages [Pipeline] unstash [2020-12-04T18:06:20.356Z] Removing intermediate container 788874eb5f2f [2020-12-04T18:06:20.356Z] ---> d2b63f002861 [2020-12-04T18:06:20.356Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-04T18:06:20.356Z] ---> Running in 80df34487704 [Pipeline] echo [2020-12-04T18:06:20.445Z] ========================================================= [2020-12-04T18:06:20.445Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-04T18:06:20.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:06:20.623Z] Removing intermediate container 80df34487704 [2020-12-04T18:06:20.623Z] ---> 9fd698e4348c [2020-12-04T18:06:20.623Z] Step 6/7 : COPY go.mod . [2020-12-04T18:06:20.896Z] + 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-04T18:06:20.903Z] ---> 36f1cc185a71 [2020-12-04T18:06:20.903Z] Step 7/7 : RUN go mod download [2020-12-04T18:06:20.903Z] ---> Running in fd0e7aee306e [2020-12-04T18:06:21.885Z] Sending build context to Docker daemon 1.879MB [2020-12-04T18:06:21.885Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T18:06:21.885Z] Step 2/7 : FROM ${BASE} [2020-12-04T18:06:22.165Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-04T18:06:22.165Z] 5f621e34cdf4: Pulling fs layer [2020-12-04T18:06:22.165Z] a4357932f1b6: Pulling fs layer [2020-12-04T18:06:22.165Z] 18c013af1878: Pulling fs layer [2020-12-04T18:06:22.165Z] 00ac8860ef70: Pulling fs layer [2020-12-04T18:06:22.165Z] 63d7cb157983: Pulling fs layer [2020-12-04T18:06:22.165Z] b116817d02f9: Pulling fs layer [2020-12-04T18:06:22.165Z] 745a02a5169b: Pulling fs layer [2020-12-04T18:06:22.165Z] 00ac8860ef70: Waiting [2020-12-04T18:06:22.165Z] 63d7cb157983: Waiting [2020-12-04T18:06:22.165Z] b116817d02f9: Waiting [2020-12-04T18:06:22.165Z] 745a02a5169b: Waiting [2020-12-04T18:06:22.165Z] 18c013af1878: Download complete [2020-12-04T18:06:22.165Z] a4357932f1b6: Verifying Checksum [2020-12-04T18:06:22.165Z] a4357932f1b6: Download complete [2020-12-04T18:06:22.165Z] 63d7cb157983: Verifying Checksum [2020-12-04T18:06:22.165Z] 63d7cb157983: Download complete [2020-12-04T18:06:22.165Z] b116817d02f9: Download complete [2020-12-04T18:06:22.443Z] 5f621e34cdf4: Verifying Checksum [2020-12-04T18:06:22.443Z] 5f621e34cdf4: Download complete [2020-12-04T18:06:23.049Z] 5f621e34cdf4: Pull complete [2020-12-04T18:06:23.665Z] a4357932f1b6: Pull complete [2020-12-04T18:06:23.951Z] 18c013af1878: Pull complete [2020-12-04T18:06:24.939Z] 745a02a5169b: Verifying Checksum [2020-12-04T18:06:24.939Z] 745a02a5169b: Download complete [2020-12-04T18:06:25.918Z] 00ac8860ef70: Download complete [2020-12-04T18:06:33.229Z] Removing intermediate container fd0e7aee306e [2020-12-04T18:06:33.229Z] ---> e1595f1ae46f [2020-12-04T18:06:33.229Z] Successfully built e1595f1ae46f [2020-12-04T18:06:33.229Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:06:33.553Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T18:06:33.553Z] . [Pipeline] withDockerContainer [2020-12-04T18:06:33.668Z] prd-centos7-docker-4c-2g-14511 does not seem to be running inside a container [2020-12-04T18:06:33.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T18:06:34.570Z] $ docker top 6c96d048f01449cc9752a7815172012905832322c9652713650f8af1c391fc23 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T18:06:35.081Z] + go version [2020-12-04T18:06:35.081Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-04T18:06:35.097Z] $ docker stop --time=1 6c96d048f01449cc9752a7815172012905832322c9652713650f8af1c391fc23 [2020-12-04T18:06:36.150Z] 00ac8860ef70: Pull complete [2020-12-04T18:06:36.150Z] 63d7cb157983: Pull complete [2020-12-04T18:06:36.433Z] b116817d02f9: Pull complete [2020-12-04T18:06:36.589Z] $ docker rm -f 6c96d048f01449cc9752a7815172012905832322c9652713650f8af1c391fc23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:06:37.528Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T18:06:37.528Z] . [Pipeline] withDockerContainer [2020-12-04T18:06:37.652Z] prd-centos7-docker-4c-2g-14511 does not seem to be running inside a container [2020-12-04T18:06:37.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T18:06:38.429Z] $ docker top f3822c60162edc4ddfc1040405e9f201561c54f6f6506c030f8851dce22b706b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T18:06:38.944Z] + make test [2020-12-04T18:06:38.945Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-04T18:06:40.760Z] 745a02a5169b: Pull complete [2020-12-04T18:06:40.760Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-04T18:06:40.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-04T18:06:40.760Z] ---> b7e6874047d6 [2020-12-04T18:06:40.760Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T18:06:43.421Z] ---> Running in b2a401adbcc4 [2020-12-04T18:06:43.697Z] Removing intermediate container b2a401adbcc4 [2020-12-04T18:06:43.697Z] ---> 2133e63c15b3 [2020-12-04T18:06:43.697Z] Step 4/7 : RUN apk add bash [2020-12-04T18:06:43.970Z] ---> Running in eea0298116ac [2020-12-04T18:06:45.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T18:06:45.652Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-04T18:06:45.923Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.035s coverage: 85.7% of statements [2020-12-04T18:06:45.923Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements [2020-12-04T18:06:46.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T18:06:46.191Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements [2020-12-04T18:06:46.469Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.017s coverage: 77.8% of statements [2020-12-04T18:06:46.469Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-04T18:06:46.469Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.6% of statements [2020-12-04T18:06:47.016Z] OK: 142 MiB in 39 packages [2020-12-04T18:06:47.452Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.018s coverage: 14.7% of statements [2020-12-04T18:06:47.452Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.049s coverage: 100.0% of statements [2020-12-04T18:06:47.727Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.031s coverage: 91.8% of statements [2020-12-04T18:06:47.727Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-04T18:06:47.727Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-04T18:06:47.727Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements [2020-12-04T18:06:48.319Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements [2020-12-04T18:06:48.462Z] Removing intermediate container eea0298116ac [2020-12-04T18:06:48.462Z] ---> a8add601c251 [2020-12-04T18:06:48.462Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-04T18:06:48.462Z] ---> Running in 330ec1b2deae [2020-12-04T18:06:49.059Z] Removing intermediate container 330ec1b2deae [2020-12-04T18:06:49.059Z] ---> cddcb8eeeec2 [2020-12-04T18:06:49.059Z] Step 6/7 : COPY go.mod . [2020-12-04T18:06:49.658Z] ---> 9b66870dbd8f [2020-12-04T18:06:49.658Z] Step 7/7 : RUN go mod download [2020-12-04T18:06:49.658Z] ---> Running in af2bd5e13834 [2020-12-04T18:06:50.280Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.019s coverage: 63.0% of statements [2020-12-04T18:06:50.280Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.007s coverage: 26.3% of statements [2020-12-04T18:06:50.280Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.036s coverage: 15.4% of statements [2020-12-04T18:06:50.280Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements [2020-12-04T18:06:50.280Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-12-04T18:06:50.280Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-04T18:06:50.551Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.031s coverage: 81.5% of statements [2020-12-04T18:06:50.551Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-04T18:06:50.551Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-04T18:06:50.551Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.039s coverage: 29.6% of statements [2020-12-04T18:06:50.551Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.014s coverage: 100.0% of statements [2020-12-04T18:06:51.141Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.025s coverage: 94.4% of statements [2020-12-04T18:06:51.141Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-12-04T18:06:51.141Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-04T18:06:51.141Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-04T18:06:52.569Z] gofmt -l . [2020-12-04T18:06:52.834Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-04T18:06:52.854Z] $ docker stop --time=1 f3822c60162edc4ddfc1040405e9f201561c54f6f6506c030f8851dce22b706b [2020-12-04T18:06:55.248Z] $ docker rm -f f3822c60162edc4ddfc1040405e9f201561c54f6f6506c030f8851dce22b706b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T18:06:55.816Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T18:06:56.155Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-04T18:07:04.832Z] Removing intermediate container af2bd5e13834 [2020-12-04T18:07:04.833Z] ---> a60af22cf5f1 [2020-12-04T18:07:04.833Z] Successfully built a60af22cf5f1 [2020-12-04T18:07:04.833Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:07:05.176Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T18:07:05.176Z] . [Pipeline] withDockerContainer [2020-12-04T18:07:05.450Z] prd-ubuntu18.04-docker-arm64-4c-16g-14510 does not seem to be running inside a container [2020-12-04T18:07:05.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@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-arm64 cat [2020-12-04T18:07:07.075Z] $ docker top cf6649e7ae302cf704c8b4f93d3604407f3c455f843baf890aab331447f6f84b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T18:07:08.116Z] + go version [2020-12-04T18:07:08.116Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-04T18:07:08.139Z] $ docker stop --time=1 cf6649e7ae302cf704c8b4f93d3604407f3c455f843baf890aab331447f6f84b [2020-12-04T18:07:10.055Z] $ docker rm -f cf6649e7ae302cf704c8b4f93d3604407f3c455f843baf890aab331447f6f84b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:07:11.242Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T18:07:11.243Z] . [Pipeline] withDockerContainer [2020-12-04T18:07:11.506Z] prd-ubuntu18.04-docker-arm64-4c-16g-14510 does not seem to be running inside a container [2020-12-04T18:07:11.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/89 -v /w/workspace/go-mod-core-contracts/89:/w/workspace/go-mod-core-contracts/89:rw,z -v /w/workspace/go-mod-core-contracts/89@tmp:/w/workspace/go-mod-core-contracts/89@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-arm64 cat [2020-12-04T18:07:13.009Z] $ docker top fea30cac7321ed338dc42aa7146bfcffa723a9d3bb27342912d4e79f87f7c621 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T18:07:14.059Z] + make test [2020-12-04T18:07:14.060Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-04T18:07:36.285Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-04T18:07:36.562Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements [2020-12-04T18:07:36.562Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements [2020-12-04T18:07:39.207Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.060s coverage: 45.4% of statements [2020-12-04T18:07:39.207Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.050s coverage: 77.8% of statements [2020-12-04T18:07:39.207Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-04T18:07:39.207Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.6% of statements [2020-12-04T18:07:39.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements [2020-12-04T18:07:40.423Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.027s coverage: 100.0% of statements [2020-12-04T18:07:41.408Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.069s coverage: 91.8% of statements [2020-12-04T18:07:41.408Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-04T18:07:41.408Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-04T18:07:41.408Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.014s coverage: 100.0% of statements [2020-12-04T18:07:42.404Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.043s coverage: 47.8% of statements [2020-12-04T18:07:49.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.126s coverage: 63.0% of statements [2020-12-04T18:07:49.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.057s coverage: 26.3% of statements [2020-12-04T18:07:49.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements [2020-12-04T18:07:49.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.039s coverage: 15.4% of statements [2020-12-04T18:07:49.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements [2020-12-04T18:07:49.170Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-04T18:07:49.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.061s coverage: 81.5% of statements [2020-12-04T18:07:49.170Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-04T18:07:49.170Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-04T18:07:49.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.034s coverage: 29.6% of statements [2020-12-04T18:07:49.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.074s coverage: 100.0% of statements [2020-12-04T18:07:50.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements [2020-12-04T18:07:50.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-12-04T18:07:50.437Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-04T18:07:50.711Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-04T18:07:55.037Z] gofmt -l . [2020-12-04T18:07:55.628Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-04T18:07:55.923Z] $ docker stop --time=1 fea30cac7321ed338dc42aa7146bfcffa723a9d3bb27342912d4e79f87f7c621 [2020-12-04T18:07:58.069Z] $ docker rm -f fea30cac7321ed338dc42aa7146bfcffa723a9d3bb27342912d4e79f87f7c621 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T18:07:59.017Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T18:07:59.037Z] Warning: overwriting stash ‘coverage-report’ [2020-12-04T18:08:00.003Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-04T18:08:01.966Z] provisioning config files... [2020-12-04T18:08:01.979Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config94363297948334987tmp [Pipeline] { [Pipeline] sh [2020-12-04T18:08:02.388Z] + set +x [2020-12-04T18:08:02.388Z] + curl -s https://codecov.io/bash [2020-12-04T18:08:02.388Z] + bash -s -- [2020-12-04T18:08:02.650Z] [2020-12-04T18:08:02.650Z] _____ _ [2020-12-04T18:08:02.650Z] / ____| | | [2020-12-04T18:08:02.650Z] | | ___ __| | ___ ___ _____ __ [2020-12-04T18:08:02.650Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-04T18:08:02.650Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-04T18:08:02.650Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-04T18:08:02.650Z] Bash-20201130-cc6d3fe [2020-12-04T18:08:02.650Z] [2020-12-04T18:08:02.650Z] [2020-12-04T18:08:02.650Z] ==> Jenkins CI detected. [2020-12-04T18:08:02.650Z] project root: . [2020-12-04T18:08:02.650Z] --> token set from env [2020-12-04T18:08:02.650Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-04T18:08:02.650Z] ==> Running gcov in . (disable via -X gcov) [2020-12-04T18:08:02.650Z] ==> Python coveragepy not found [2020-12-04T18:08:02.650Z] ==> Searching for coverage reports in: [2020-12-04T18:08:02.650Z] + . [2020-12-04T18:08:02.650Z] -> Found 1 reports [2020-12-04T18:08:02.650Z] ==> Detecting git/mercurial file structure [2020-12-04T18:08:02.650Z] ==> Reading reports [2020-12-04T18:08:02.650Z] + ./coverage.out bytes=106871 [2020-12-04T18:08:02.650Z] ==> Appending adjustments [2020-12-04T18:08:02.650Z] https://docs.codecov.io/docs/fixing-reports [2020-12-04T18:08:03.226Z] + Found adjustments [2020-12-04T18:08:03.226Z] ==> Gzipping contents [2020-12-04T18:08:03.490Z] 20K /tmp/codecov.fMzdnT.gz [2020-12-04T18:08:03.490Z] ==> Uploading reports [2020-12-04T18:08:03.490Z] url: https://codecov.io [2020-12-04T18:08:03.490Z] query: branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T18:08:03.490Z] -> Pinging Codecov [2020-12-04T18:08:03.490Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T18:08:04.065Z] -> Uploading to [2020-12-04T18:08:04.065Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-04/71470A77251A30514AAF9C0BB2E5B6CE/93bcc6a2201236c31d14acbf099dd3f279e68d4d/66d6039a-d536-4148-9475-a19cac15df7c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T180803Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7c539393ced964e3eec6b2c943655d7099d0d12c1e73443149987fa8b26ec3e [2020-12-04T18:08:04.065Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T18:08:04.065Z] Dload Upload Total Spent Left Speed [2020-12-04T18:08:04.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17334 0 0 100 17334 0 43531 --:--:-- --:--:-- --:--:-- 43552 [2020-12-04T18:08:04.328Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] } [2020-12-04T18:08:04.338Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-04T18:08:05.256Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-04T18:08:05.313Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:08:05.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T18:08:05.681Z] [2020-12-04T18:08:05.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:08:06.060Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T18:08:06.060Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-04T18:08:06.060Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T18:08:06.060Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T18:08:06.060Z] de9db76c5a1d: Pulling fs layer [2020-12-04T18:08:06.060Z] 0eba1c9be4d2: Pulling fs layer [2020-12-04T18:08:06.060Z] 0d57e429df01: Pulling fs layer [2020-12-04T18:08:06.060Z] 4e4be7b47b0d: Pulling fs layer [2020-12-04T18:08:06.060Z] e1f770b5df2f: Pulling fs layer [2020-12-04T18:08:06.060Z] 85a0685a4137: Pulling fs layer [2020-12-04T18:08:06.060Z] 0eba1c9be4d2: Waiting [2020-12-04T18:08:06.060Z] 0d57e429df01: Waiting [2020-12-04T18:08:06.060Z] 4e4be7b47b0d: Waiting [2020-12-04T18:08:06.060Z] e1f770b5df2f: Waiting [2020-12-04T18:08:06.060Z] 85a0685a4137: Waiting [2020-12-04T18:08:06.060Z] de9db76c5a1d: Verifying Checksum [2020-12-04T18:08:06.060Z] de9db76c5a1d: Download complete [2020-12-04T18:08:06.060Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T18:08:06.060Z] 0ef7d3d256c8: Download complete [2020-12-04T18:08:06.060Z] 0d57e429df01: Verifying Checksum [2020-12-04T18:08:06.060Z] 0d57e429df01: Download complete [2020-12-04T18:08:06.060Z] 4e4be7b47b0d: Download complete [2020-12-04T18:08:06.060Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T18:08:06.060Z] 188c0c94c7c5: Download complete [2020-12-04T18:08:06.634Z] 188c0c94c7c5: Pull complete [2020-12-04T18:08:06.634Z] 0ef7d3d256c8: Pull complete [2020-12-04T18:08:06.897Z] de9db76c5a1d: Pull complete [2020-12-04T18:08:07.848Z] e1f770b5df2f: Verifying Checksum [2020-12-04T18:08:07.848Z] e1f770b5df2f: Download complete [2020-12-04T18:08:09.251Z] 0eba1c9be4d2: Verifying Checksum [2020-12-04T18:08:09.251Z] 0eba1c9be4d2: Download complete [2020-12-04T18:08:09.830Z] 85a0685a4137: Verifying Checksum [2020-12-04T18:08:09.831Z] 85a0685a4137: Download complete [2020-12-04T18:08:15.168Z] 0eba1c9be4d2: Pull complete [2020-12-04T18:08:15.168Z] 0d57e429df01: Pull complete [2020-12-04T18:08:15.168Z] 4e4be7b47b0d: Pull complete [2020-12-04T18:08:17.106Z] e1f770b5df2f: Pull complete [2020-12-04T18:08:25.289Z] 85a0685a4137: Pull complete [2020-12-04T18:08:25.289Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-04T18:08:25.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T18:08:25.289Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-04T18:08:25.530Z] prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container [2020-12-04T18:08:25.580Z] $ 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-04T18:08:26.618Z] $ docker top 4010c2cc394abd2e9ccdfef027e900eaa58abd380a00dbedad481ca96ef5f86c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T18:08:26.873Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-04T18:08:27.169Z] + set -o pipefail [2020-12-04T18:08:27.169Z] + snyk monitor '--org=edgex-jenkins' [2020-12-04T18:08:37.192Z] [2020-12-04T18:08:37.192Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-12-04T18:08:37.192Z] [2020-12-04T18:08:37.192Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/2c7bfe5c-8ddd-4bd0-847a-3e26098a5b85 [2020-12-04T18:08:37.192Z] [2020-12-04T18:08:37.192Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-04T18:08:37.192Z] [2020-12-04T18:08:37.192Z] [Pipeline] } [2020-12-04T18:08:37.208Z] $ docker stop --time=1 4010c2cc394abd2e9ccdfef027e900eaa58abd380a00dbedad481ca96ef5f86c [2020-12-04T18:08:39.461Z] $ docker rm -f 4010c2cc394abd2e9ccdfef027e900eaa58abd380a00dbedad481ca96ef5f86c [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-04T18:08:41.590Z] + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:08:41.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T18:08:41.906Z] . [Pipeline] withDockerContainer [2020-12-04T18:08:42.018Z] prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container [2020-12-04T18:08:42.063Z] $ 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-04T18:08:42.967Z] $ docker top c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T18:08:43.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T18:08:43.276Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T18:08:43.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T18:08:43.533Z] $ docker exec c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 ssh-agent [2020-12-04T18:08:43.707Z] SSH_AUTH_SOCK=/tmp/ssh-OIv1tK9gdRQq/agent.12 [2020-12-04T18:08:43.707Z] SSH_AGENT_PID=17 [2020-12-04T18:08:43.714Z] Running ssh-add (command line suppressed) [2020-12-04T18:08:43.849Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9032615432722709590.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9032615432722709590.key) [2020-12-04T18:08:43.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T18:08:44.275Z] + git semver tag [2020-12-04T18:08:44.275Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T18:08:44.275Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T18:08:44.275Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T18:08:44.275Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T18:08:44.275Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T18:08:44.275Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T18:08:44.275Z] # $SEMVER_BRANCH = master [2020-12-04T18:08:44.275Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-04T18:08:44.275Z] # 93bcc6a2201236c31d14acbf099dd3f279e68d4d HEAD [2020-12-04T18:08:44.275Z] # -> Force: false [2020-12-04T18:08:44.275Z] # 1eab7c0947fb7b3e9bd609b0d5bb1f61d02c4808 refs/tags/v0.1.121 [Pipeline] } [2020-12-04T18:08:44.288Z] $ docker exec --env ******** --env ******** c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 ssh-agent -k [2020-12-04T18:08:44.417Z] unset SSH_AUTH_SOCK; [2020-12-04T18:08:44.417Z] unset SSH_AGENT_PID; [2020-12-04T18:08:44.417Z] echo Agent pid 17 killed; [2020-12-04T18:08:44.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T18:08:44.968Z] + git semver [Pipeline] } [2020-12-04T18:08:44.986Z] $ docker stop --time=1 c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 [2020-12-04T18:08:46.343Z] $ docker rm -f c814c40f4cf1fa3be178fa23da8db603f4d915ebe715361c9ddee40418747d20 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:08:46.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T18:08:46.993Z] [2020-12-04T18:08:46.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:08:47.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T18:08:47.338Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-04T18:08:47.338Z] ab5ef0e58194: Pulling fs layer [2020-12-04T18:08:47.338Z] 9712f1f96733: Pulling fs layer [2020-12-04T18:08:47.338Z] 63f879dbbcfc: Pulling fs layer [2020-12-04T18:08:47.338Z] 0d9ebad4ef96: Pulling fs layer [2020-12-04T18:08:47.338Z] e9a5061849ea: Pulling fs layer [2020-12-04T18:08:47.338Z] d747dcd14b5f: Pulling fs layer [2020-12-04T18:08:47.338Z] 2de7ff778b66: Pulling fs layer [2020-12-04T18:08:47.338Z] e9a5061849ea: Waiting [2020-12-04T18:08:47.338Z] d747dcd14b5f: Waiting [2020-12-04T18:08:47.338Z] 2de7ff778b66: Waiting [2020-12-04T18:08:47.338Z] 0d9ebad4ef96: Waiting [2020-12-04T18:08:47.338Z] 9712f1f96733: Verifying Checksum [2020-12-04T18:08:47.338Z] 9712f1f96733: Download complete [2020-12-04T18:08:48.735Z] 63f879dbbcfc: Verifying Checksum [2020-12-04T18:08:48.735Z] 63f879dbbcfc: Download complete [2020-12-04T18:08:48.735Z] e9a5061849ea: Verifying Checksum [2020-12-04T18:08:48.735Z] e9a5061849ea: Download complete [2020-12-04T18:08:49.552Z] d747dcd14b5f: Verifying Checksum [2020-12-04T18:08:49.552Z] d747dcd14b5f: Download complete [2020-12-04T18:08:49.552Z] 2de7ff778b66: Verifying Checksum [2020-12-04T18:08:49.552Z] 2de7ff778b66: Download complete [2020-12-04T18:08:49.552Z] 0d9ebad4ef96: Verifying Checksum [2020-12-04T18:08:49.552Z] 0d9ebad4ef96: Download complete [2020-12-04T18:08:49.552Z] ab5ef0e58194: Verifying Checksum [2020-12-04T18:08:49.552Z] ab5ef0e58194: Download complete [2020-12-04T18:08:54.890Z] ab5ef0e58194: Pull complete [2020-12-04T18:08:54.890Z] 9712f1f96733: Pull complete [2020-12-04T18:08:56.818Z] 63f879dbbcfc: Pull complete [2020-12-04T18:09:03.459Z] 0d9ebad4ef96: Pull complete [2020-12-04T18:09:03.459Z] e9a5061849ea: Pull complete [2020-12-04T18:09:03.728Z] d747dcd14b5f: Pull complete [2020-12-04T18:09:07.240Z] 2de7ff778b66: Pull complete [2020-12-04T18:09:07.241Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-04T18:09:07.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T18:09:07.241Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-04T18:09:07.460Z] prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container [2020-12-04T18:09:07.534Z] $ 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-04T18:09:11.145Z] $ docker top 42a3365cf0fee044ccea714c4b24a784ebe65793b0fc53c880dba4867dcd0332 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-04T18:09:11.442Z] provisioning config files... [2020-12-04T18:09:11.453Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4633543590428607309tmp [2020-12-04T18:09:11.471Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7233291029798329724tmp [2020-12-04T18:09:11.495Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7298657575373849242tmp [Pipeline] { [Pipeline] echo [2020-12-04T18:09:11.555Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:09:11.858Z] ---> sigul-configuration.sh [2020-12-04T18:09:11.858Z] gpg: directory `/root/.gnupg' created [2020-12-04T18:09:11.858Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-04T18:09:11.858Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-04T18:09:11.858Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-04T18:09:11.858Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-04T18:09:11.858Z] gpg: CAST5 encrypted data [2020-12-04T18:09:12.120Z] gpg: encrypted with 1 passphrase [2020-12-04T18:09:12.120Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-04T18:09:12.420Z] + mkdir /home/jenkins [2020-12-04T18:09:12.420Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-04T18:09:12.717Z] + 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-04T18:09:12.728Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:09:13.027Z] ---> sigul-install.sh [2020-12-04T18:09:19.630Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-04T18:09:19.933Z] + git tag --list [2020-12-04T18:09:19.933Z] v0.0.0 [2020-12-04T18:09:19.933Z] v0.0.1 [2020-12-04T18:09:19.933Z] v0.1.0 [2020-12-04T18:09:19.933Z] v0.1.1 [2020-12-04T18:09:19.933Z] v0.1.10 [2020-12-04T18:09:19.933Z] v0.1.100 [2020-12-04T18:09:19.933Z] v0.1.101 [2020-12-04T18:09:19.933Z] v0.1.102 [2020-12-04T18:09:19.933Z] v0.1.103 [2020-12-04T18:09:19.933Z] v0.1.104 [2020-12-04T18:09:19.933Z] v0.1.105 [2020-12-04T18:09:19.933Z] v0.1.106 [2020-12-04T18:09:19.933Z] v0.1.107 [2020-12-04T18:09:19.933Z] v0.1.108 [2020-12-04T18:09:19.933Z] v0.1.109 [2020-12-04T18:09:19.933Z] v0.1.11 [2020-12-04T18:09:19.933Z] v0.1.110 [2020-12-04T18:09:19.933Z] v0.1.111 [2020-12-04T18:09:19.933Z] v0.1.112 [2020-12-04T18:09:19.933Z] v0.1.113 [2020-12-04T18:09:19.933Z] v0.1.114 [2020-12-04T18:09:19.933Z] v0.1.115 [2020-12-04T18:09:19.933Z] v0.1.116 [2020-12-04T18:09:19.933Z] v0.1.117 [2020-12-04T18:09:19.933Z] v0.1.118 [2020-12-04T18:09:19.933Z] v0.1.119 [2020-12-04T18:09:19.933Z] v0.1.12 [2020-12-04T18:09:19.933Z] v0.1.120 [2020-12-04T18:09:19.933Z] v0.1.121 [2020-12-04T18:09:19.933Z] v0.1.13 [2020-12-04T18:09:19.933Z] v0.1.14 [2020-12-04T18:09:19.933Z] v0.1.15 [2020-12-04T18:09:19.933Z] v0.1.16 [2020-12-04T18:09:19.933Z] v0.1.17 [2020-12-04T18:09:19.933Z] v0.1.18 [2020-12-04T18:09:19.933Z] v0.1.19 [2020-12-04T18:09:19.933Z] v0.1.2 [2020-12-04T18:09:19.933Z] v0.1.20 [2020-12-04T18:09:19.933Z] v0.1.21 [2020-12-04T18:09:19.933Z] v0.1.22 [2020-12-04T18:09:19.933Z] v0.1.23 [2020-12-04T18:09:19.933Z] v0.1.24 [2020-12-04T18:09:19.933Z] v0.1.25 [2020-12-04T18:09:19.933Z] v0.1.26 [2020-12-04T18:09:19.933Z] v0.1.27 [2020-12-04T18:09:19.933Z] v0.1.28 [2020-12-04T18:09:19.933Z] v0.1.29 [2020-12-04T18:09:19.933Z] v0.1.3 [2020-12-04T18:09:19.933Z] v0.1.30 [2020-12-04T18:09:19.933Z] v0.1.31 [2020-12-04T18:09:19.933Z] v0.1.32 [2020-12-04T18:09:19.933Z] v0.1.33 [2020-12-04T18:09:19.933Z] v0.1.34 [2020-12-04T18:09:19.933Z] v0.1.35 [2020-12-04T18:09:19.933Z] v0.1.36 [2020-12-04T18:09:19.933Z] v0.1.37 [2020-12-04T18:09:19.933Z] v0.1.38 [2020-12-04T18:09:19.933Z] v0.1.39 [2020-12-04T18:09:19.933Z] v0.1.4 [2020-12-04T18:09:19.933Z] v0.1.40 [2020-12-04T18:09:19.933Z] v0.1.41 [2020-12-04T18:09:19.933Z] v0.1.42 [2020-12-04T18:09:19.933Z] v0.1.43 [2020-12-04T18:09:19.933Z] v0.1.44 [2020-12-04T18:09:19.933Z] v0.1.45 [2020-12-04T18:09:19.933Z] v0.1.46 [2020-12-04T18:09:19.933Z] v0.1.47 [2020-12-04T18:09:19.933Z] v0.1.48 [2020-12-04T18:09:19.933Z] v0.1.49 [2020-12-04T18:09:19.933Z] v0.1.5 [2020-12-04T18:09:19.933Z] v0.1.50 [2020-12-04T18:09:19.933Z] v0.1.51 [2020-12-04T18:09:19.933Z] v0.1.52 [2020-12-04T18:09:19.933Z] v0.1.53 [2020-12-04T18:09:19.933Z] v0.1.54 [2020-12-04T18:09:19.933Z] v0.1.55 [2020-12-04T18:09:19.933Z] v0.1.56 [2020-12-04T18:09:19.933Z] v0.1.57 [2020-12-04T18:09:19.933Z] v0.1.58 [2020-12-04T18:09:19.933Z] v0.1.59 [2020-12-04T18:09:19.933Z] v0.1.6 [2020-12-04T18:09:19.933Z] v0.1.60 [2020-12-04T18:09:19.933Z] v0.1.61 [2020-12-04T18:09:19.933Z] v0.1.62 [2020-12-04T18:09:19.933Z] v0.1.63 [2020-12-04T18:09:19.933Z] v0.1.64 [2020-12-04T18:09:19.933Z] v0.1.65 [2020-12-04T18:09:19.933Z] v0.1.66 [2020-12-04T18:09:19.933Z] v0.1.67 [2020-12-04T18:09:19.933Z] v0.1.68 [2020-12-04T18:09:19.933Z] v0.1.69 [2020-12-04T18:09:19.933Z] v0.1.7 [2020-12-04T18:09:19.933Z] v0.1.70 [2020-12-04T18:09:19.933Z] v0.1.71 [2020-12-04T18:09:19.933Z] v0.1.72 [2020-12-04T18:09:19.933Z] v0.1.73 [2020-12-04T18:09:19.933Z] v0.1.74 [2020-12-04T18:09:19.933Z] v0.1.75 [2020-12-04T18:09:19.933Z] v0.1.76 [2020-12-04T18:09:19.933Z] v0.1.77 [2020-12-04T18:09:19.933Z] v0.1.78 [2020-12-04T18:09:19.933Z] v0.1.79 [2020-12-04T18:09:19.933Z] v0.1.8 [2020-12-04T18:09:19.933Z] v0.1.80 [2020-12-04T18:09:19.933Z] v0.1.81 [2020-12-04T18:09:19.933Z] v0.1.82 [2020-12-04T18:09:19.933Z] v0.1.83 [2020-12-04T18:09:19.933Z] v0.1.84 [2020-12-04T18:09:19.933Z] v0.1.85 [2020-12-04T18:09:19.933Z] v0.1.86 [2020-12-04T18:09:19.933Z] v0.1.87 [2020-12-04T18:09:19.933Z] v0.1.88 [2020-12-04T18:09:19.933Z] v0.1.89 [2020-12-04T18:09:19.933Z] v0.1.9 [2020-12-04T18:09:19.933Z] v0.1.90 [2020-12-04T18:09:19.933Z] v0.1.91 [2020-12-04T18:09:19.933Z] v0.1.92 [2020-12-04T18:09:19.933Z] v0.1.93 [2020-12-04T18:09:19.933Z] v0.1.94 [2020-12-04T18:09:19.933Z] v0.1.95 [2020-12-04T18:09:19.933Z] v0.1.96 [2020-12-04T18:09:19.933Z] v0.1.97 [2020-12-04T18:09:19.933Z] v0.1.98 [2020-12-04T18:09:19.933Z] v0.1.99 [Pipeline] sh [2020-12-04T18:09:20.236Z] + lftools sign git-tag v0.1.121 [2020-12-04T18:09:21.632Z] Signing Git tag with Sigul... [2020-12-04T18:09:21.632Z] Signing v0.1.121 [Pipeline] echo [2020-12-04T18:09:22.593Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:09:22.894Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-04T18:09:22.911Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-04T18:09:23.031Z] $ docker stop --time=1 42a3365cf0fee044ccea714c4b24a784ebe65793b0fc53c880dba4867dcd0332 [2020-12-04T18:09:25.056Z] $ docker rm -f 42a3365cf0fee044ccea714c4b24a784ebe65793b0fc53c880dba4867dcd0332 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:09:26.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T18:09:26.238Z] . [Pipeline] withDockerContainer [2020-12-04T18:09:26.340Z] prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container [2020-12-04T18:09:26.387Z] $ 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-04T18:09:27.070Z] $ docker top 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T18:09:27.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T18:09:27.440Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T18:09:27.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T18:09:27.659Z] $ docker exec 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 ssh-agent [2020-12-04T18:09:27.833Z] SSH_AUTH_SOCK=/tmp/ssh-rCpJ4fBanf5s/agent.11 [2020-12-04T18:09:27.833Z] SSH_AGENT_PID=16 [2020-12-04T18:09:27.839Z] Running ssh-add (command line suppressed) [2020-12-04T18:09:27.964Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1192395092097203143.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1192395092097203143.key) [2020-12-04T18:09:28.018Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T18:09:28.367Z] + git semver bump patch [2020-12-04T18:09:28.367Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T18:09:28.367Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T18:09:28.367Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T18:09:28.367Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T18:09:28.367Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T18:09:28.367Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T18:09:28.367Z] # $SEMVER_BRANCH = master [2020-12-04T18:09:28.367Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-04T18:09:28.367Z] 0.1.122 [Pipeline] } [2020-12-04T18:09:28.380Z] $ docker exec --env ******** --env ******** 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 ssh-agent -k [2020-12-04T18:09:28.518Z] unset SSH_AUTH_SOCK; [2020-12-04T18:09:28.518Z] unset SSH_AGENT_PID; [2020-12-04T18:09:28.518Z] echo Agent pid 16 killed; [2020-12-04T18:09:28.572Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T18:09:29.076Z] + git semver [Pipeline] } [2020-12-04T18:09:29.096Z] $ docker stop --time=1 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 [2020-12-04T18:09:30.484Z] $ docker rm -f 532233acf47169e104688582ca88c7d25fafea71c8e296b9628725edacee86b0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:09:31.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T18:09:31.160Z] . [Pipeline] withDockerContainer [2020-12-04T18:09:31.265Z] prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container [2020-12-04T18:09:31.313Z] $ 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-04T18:09:32.202Z] $ docker top d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T18:09:32.545Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T18:09:32.545Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T18:09:32.764Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T18:09:32.769Z] $ docker exec d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 ssh-agent [2020-12-04T18:09:32.942Z] SSH_AUTH_SOCK=/tmp/ssh-znKX7sparkqG/agent.11 [2020-12-04T18:09:32.942Z] SSH_AGENT_PID=16 [2020-12-04T18:09:32.950Z] Running ssh-add (command line suppressed) [2020-12-04T18:09:33.092Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5354084270246125315.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5354084270246125315.key) [2020-12-04T18:09:33.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T18:09:33.491Z] + git semver push [2020-12-04T18:09:33.491Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T18:09:33.491Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T18:09:33.491Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T18:09:33.491Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T18:09:33.491Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T18:09:33.491Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T18:09:33.491Z] # $SEMVER_BRANCH = master [2020-12-04T18:09:33.491Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-04T18:09:40.109Z] $ docker exec --env ******** --env ******** d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 ssh-agent -k [2020-12-04T18:09:40.228Z] unset SSH_AUTH_SOCK; [2020-12-04T18:09:40.228Z] unset SSH_AGENT_PID; [2020-12-04T18:09:40.228Z] echo Agent pid 16 killed; [2020-12-04T18:09:40.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T18:09:40.926Z] + git semver [Pipeline] } [2020-12-04T18:09:40.945Z] $ docker stop --time=1 d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 [2020-12-04T18:09:42.294Z] $ docker rm -f d5bb46e1ade92c92966d4f88cf489b8107a179b43fd704e8ca221427804b21c5 [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-04T18:09:44.036Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:09:44.616Z] ---> package-listing.sh [2020-12-04T18:09:44.617Z] ++ facter osfamily [2020-12-04T18:09:44.617Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T18:09:44.617Z] + OS_FAMILY=redhat [2020-12-04T18:09:44.617Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-12-04T18:09:44.617Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T18:09:44.617Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T18:09:44.617Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T18:09:44.617Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T18:09:44.617Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-04T18:09:44.617Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T18:09:44.617Z] + case "${OS_FAMILY}" in [2020-12-04T18:09:44.617Z] + rpm -qa [2020-12-04T18:09:44.617Z] + sort [2020-12-04T18:09:49.984Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T18:09:49.984Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T18:09:49.984Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T18:09:49.984Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-04T18:09:49.984Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-12-04T18:09:49.984Z] + 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-04T18:09:49.999Z] 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-04T18:09:50.292Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:09:50.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T18:09:50.599Z] [2020-12-04T18:09:50.599Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T18:09:50.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T18:09:50.966Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T18:09:50.966Z] df20fa9351a1: Pulling fs layer [2020-12-04T18:09:50.966Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T18:09:50.966Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T18:09:50.966Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T18:09:50.966Z] 93b61091891f: Pulling fs layer [2020-12-04T18:09:50.966Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T18:09:50.966Z] 5e14af77c1be: Pulling fs layer [2020-12-04T18:09:50.966Z] 01666e4c0597: Pulling fs layer [2020-12-04T18:09:50.966Z] aa168da1d23b: Pulling fs layer [2020-12-04T18:09:50.966Z] 93b9cdb0e59b: Waiting [2020-12-04T18:09:50.966Z] 01666e4c0597: Waiting [2020-12-04T18:09:50.966Z] 5e14af77c1be: Waiting [2020-12-04T18:09:50.966Z] aa168da1d23b: Waiting [2020-12-04T18:09:50.966Z] 46f8f816bc3b: Waiting [2020-12-04T18:09:50.966Z] 93b61091891f: Waiting [2020-12-04T18:09:50.966Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T18:09:50.966Z] 36b3adc4ff6f: Download complete [2020-12-04T18:09:50.967Z] 46f8f816bc3b: Verifying Checksum [2020-12-04T18:09:50.967Z] 46f8f816bc3b: Download complete [2020-12-04T18:09:50.967Z] df20fa9351a1: Verifying Checksum [2020-12-04T18:09:50.967Z] df20fa9351a1: Download complete [2020-12-04T18:09:50.967Z] 93b9cdb0e59b: Verifying Checksum [2020-12-04T18:09:50.967Z] 93b9cdb0e59b: Download complete [2020-12-04T18:09:51.232Z] 5e14af77c1be: Verifying Checksum [2020-12-04T18:09:51.233Z] 5e14af77c1be: Download complete [2020-12-04T18:09:51.233Z] 93b61091891f: Download complete [2020-12-04T18:09:51.233Z] 01666e4c0597: Download complete [2020-12-04T18:09:51.497Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T18:09:51.497Z] 8ad3a11d3b57: Download complete [2020-12-04T18:09:51.497Z] df20fa9351a1: Pull complete [2020-12-04T18:09:51.761Z] 36b3adc4ff6f: Pull complete [2020-12-04T18:09:52.717Z] 8ad3a11d3b57: Pull complete [2020-12-04T18:09:52.979Z] 46f8f816bc3b: Pull complete [2020-12-04T18:09:53.242Z] aa168da1d23b: Verifying Checksum [2020-12-04T18:09:53.242Z] aa168da1d23b: Download complete [2020-12-04T18:09:53.818Z] 93b61091891f: Pull complete [2020-12-04T18:09:54.081Z] 93b9cdb0e59b: Pull complete [2020-12-04T18:09:54.081Z] 5e14af77c1be: Pull complete [2020-12-04T18:09:54.346Z] 01666e4c0597: Pull complete [2020-12-04T18:10:02.523Z] aa168da1d23b: Pull complete [2020-12-04T18:10:02.524Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T18:10:02.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T18:10:02.524Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T18:10:02.717Z] prd-centos7-docker-4c-2g-14508 does not seem to be running inside a container [2020-12-04T18:10:02.774Z] $ 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-04T18:10:05.360Z] $ docker top c304b145ad3f1a2be1d95a9829175d9cc66415d2977a4407d6e19af58da5cbfc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T18:10:05.924Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T18:10:06.225Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T18:10:06.522Z] + ls /var/log/sa-host [2020-12-04T18:10:06.522Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T18:10:06.522Z] file_magic: OK [2020-12-04T18:10:06.522Z] HZ: Using current value: 100 [2020-12-04T18:10:06.522Z] file_header: OK [2020-12-04T18:10:06.522Z] 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-04T18:10:06.522Z] Statistics: [2020-12-04T18:10:06.522Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-04T18:10:06.522Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T18:10:06.522Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T18:10:06.522Z] file_magic: OK [2020-12-04T18:10:06.522Z] HZ: Using current value: 100 [2020-12-04T18:10:06.522Z] file_header: OK [2020-12-04T18:10:06.522Z] 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-04T18:10:06.522Z] Statistics: [2020-12-04T18:10:06.522Z] Hnuu...uuuununununu... [2020-12-04T18:10:06.522Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T18:10:06.828Z] provisioning config files... [2020-12-04T18:10:06.845Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8869088866488272347tmp [Pipeline] { [Pipeline] echo [2020-12-04T18:10:06.925Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:10:07.219Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T18:10:07.230Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T18:10:07.330Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:10:07.627Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T18:10:07.638Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:10:07.933Z] ---> sudo-logs.sh [2020-12-04T18:10:07.933Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T18:10:07.945Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:10:08.243Z] ---> job-cost.sh [2020-12-04T18:10:08.243Z] lf-activate-venv: SKIPPING [2020-12-04T18:10:08.243Z] INFO: No Stack... [2020-12-04T18:10:08.817Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T18:10:09.391Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T18:10:09.405Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T18:10:09.706Z] ---> logs-deploy.sh [2020-12-04T18:10:09.706Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/89 [2020-12-04T18:10:09.706Z] INFO: archiving workspace using pattern(s): [2020-12-04T18:10:11.094Z] Archives upload complete. [2020-12-04T18:10:11.356Z] INFO: archiving logs to Nexus [2020-12-04T18:10:12.302Z] ---> uname -a: [2020-12-04T18:10:12.302Z] Linux prd-centos7-docker-4c-2g-14508.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-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] ---> lscpu: [2020-12-04T18:10:12.302Z] Architecture: x86_64 [2020-12-04T18:10:12.302Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-04T18:10:12.302Z] Byte Order: Little Endian [2020-12-04T18:10:12.302Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-04T18:10:12.302Z] CPU(s): 4 [2020-12-04T18:10:12.302Z] On-line CPU(s) list: 0-3 [2020-12-04T18:10:12.302Z] Thread(s) per core: 1 [2020-12-04T18:10:12.302Z] Core(s) per socket: 1 [2020-12-04T18:10:12.302Z] Socket(s): 4 [2020-12-04T18:10:12.302Z] NUMA node(s): 1 [2020-12-04T18:10:12.302Z] Vendor ID: GenuineIntel [2020-12-04T18:10:12.302Z] CPU family: 6 [2020-12-04T18:10:12.302Z] Model: 44 [2020-12-04T18:10:12.302Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-04T18:10:12.302Z] Stepping: 1 [2020-12-04T18:10:12.302Z] CPU MHz: 2933.442 [2020-12-04T18:10:12.302Z] BogoMIPS: 5866.88 [2020-12-04T18:10:12.302Z] Virtualization: VT-x [2020-12-04T18:10:12.302Z] Hypervisor vendor: KVM [2020-12-04T18:10:12.302Z] Virtualization type: full [2020-12-04T18:10:12.302Z] L1d cache: 128 KiB [2020-12-04T18:10:12.302Z] L1i cache: 128 KiB [2020-12-04T18:10:12.302Z] L2 cache: 16 MiB [2020-12-04T18:10:12.302Z] L3 cache: 64 MiB [2020-12-04T18:10:12.302Z] NUMA node0 CPU(s): 0-3 [2020-12-04T18:10:12.302Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-04T18:10:12.302Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-04T18:10:12.302Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-04T18:10:12.302Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-04T18:10:12.302Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-04T18:10:12.302Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-04T18:10:12.302Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-04T18:10:12.302Z] Vulnerability Srbds: Not affected [2020-12-04T18:10:12.302Z] Vulnerability Tsx async abort: Not affected [2020-12-04T18:10:12.302Z] 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-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] ---> nproc: [2020-12-04T18:10:12.302Z] 4 [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] ---> df -h: [2020-12-04T18:10:12.302Z] Filesystem Size Used Available Use% Mounted on [2020-12-04T18:10:12.302Z] overlay 50.0G 8.5G 41.4G 17% / [2020-12-04T18:10:12.302Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-04T18:10:12.302Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-04T18:10:12.302Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-12-04T18:10:12.302Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] ---> free -m: [2020-12-04T18:10:12.302Z] total used free shared buff/cache available [2020-12-04T18:10:12.302Z] Mem: 1837 802 148 0 885 971 [2020-12-04T18:10:12.302Z] Swap: 1023 3 1020 [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] ---> ip addr: [2020-12-04T18:10:12.302Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-04T18:10:12.302Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-04T18:10:12.302Z] inet 127.0.0.1/8 scope host lo [2020-12-04T18:10:12.302Z] valid_lft forever preferred_lft forever [2020-12-04T18:10:12.302Z] inet6 ::1/128 scope host [2020-12-04T18:10:12.302Z] valid_lft forever preferred_lft forever [2020-12-04T18:10:12.302Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-04T18:10:12.302Z] link/ether fa:16:3e:4b:79:c3 brd ff:ff:ff:ff:ff:ff [2020-12-04T18:10:12.302Z] inet 10.30.122.53/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-04T18:10:12.302Z] valid_lft 85968sec preferred_lft 85968sec [2020-12-04T18:10:12.302Z] inet6 fe80::f816:3eff:fe4b:79c3/64 scope link [2020-12-04T18:10:12.302Z] valid_lft forever preferred_lft forever [2020-12-04T18:10:12.302Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-04T18:10:12.302Z] link/ether 02:42:6f:aa:59:dc brd ff:ff:ff:ff:ff:ff [2020-12-04T18:10:12.302Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-04T18:10:12.302Z] valid_lft forever preferred_lft forever [2020-12-04T18:10:12.302Z] inet6 fe80::42:6fff:feaa:59dc/64 scope link [2020-12-04T18:10:12.302Z] valid_lft forever preferred_lft forever [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] ---> sar -b -r -n DEV: [2020-12-04T18:10:12.302Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] 18:02:49 LINUX RESTART (4 CPU) [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] 18:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-04T18:10:12.302Z] 18:05:01 2.31 0.00 2.31 0.00 0.00 55.01 0.00 [2020-12-04T18:10:12.302Z] 18:06:01 0.38 0.00 0.38 0.00 0.00 5.38 0.00 [2020-12-04T18:10:12.302Z] 18:07:01 0.27 0.00 0.27 0.00 0.00 2.93 0.00 [2020-12-04T18:10:12.302Z] 18:08:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2020-12-04T18:10:12.302Z] 18:09:02 353.18 180.53 172.65 0.00 9053.06 57487.41 0.00 [2020-12-04T18:10:12.302Z] 18:10:01 219.74 108.42 111.32 0.00 7550.61 27276.12 0.00 [2020-12-04T18:10:12.302Z] Average: 96.21 48.26 47.94 0.00 2767.24 14189.39 0.00 [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] 18:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-04T18:10:12.302Z] 18:05:01 151024 0 557596 29.64 2620 1170304 1085268 37.04 383804 1145740 20 [2020-12-04T18:10:12.302Z] 18:06:01 152572 0 556096 29.56 2620 1170256 1058768 36.13 379236 1149000 8 [2020-12-04T18:10:12.302Z] 18:07:01 151520 0 557144 29.61 2620 1170260 1058672 36.13 390356 1139192 8 [2020-12-04T18:10:12.302Z] 18:08:01 152560 0 556104 29.56 2620 1170260 1058540 36.13 388300 1140512 8 [2020-12-04T18:10:12.302Z] 18:09:02 134912 0 792176 42.10 2188 952268 1494696 51.01 584172 835588 76584 [2020-12-04T18:10:12.302Z] 18:10:01 209172 0 796028 42.31 1212 875132 1280664 43.71 547392 762532 54032 [2020-12-04T18:10:12.302Z] Average: 158627 0 635857 33.79 2313 1084747 1172768 40.02 445543 1028761 21777 [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] 18:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-04T18:10:12.302Z] 18:05:01 eth0 0.85 0.47 0.28 0.22 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:06:01 eth0 1.35 0.25 0.36 0.16 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:07:01 eth0 0.52 0.30 0.27 0.23 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:08:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:09:02 eth0 838.97 716.19 7330.08 65.42 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:09:02 docker0 17.30 17.89 1.33 120.57 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:10:01 eth0 330.68 261.20 2453.93 98.02 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] 18:10:01 docker0 33.24 41.68 2.27 189.53 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] Average: eth0 196.33 163.91 1639.89 27.24 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] Average: docker0 8.38 9.86 0.60 51.46 0.00 0.00 0.00 0.00 [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] ---> sar -P ALL: [2020-12-04T18:10:12.302Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] 18:02:49 LINUX RESTART (4 CPU) [2020-12-04T18:10:12.302Z] [2020-12-04T18:10:12.302Z] 18:04:01 CPU %user %nice %system %iowait %steal %idle [2020-12-04T18:10:12.303Z] 18:05:01 all 0.18 0.00 0.07 0.00 0.00 99.75 [2020-12-04T18:10:12.303Z] 18:05:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2020-12-04T18:10:12.303Z] 18:05:01 1 0.45 0.00 0.10 0.00 0.00 99.45 [2020-12-04T18:10:12.303Z] 18:05:01 2 0.12 0.00 0.08 0.00 0.00 99.80 [2020-12-04T18:10:12.303Z] 18:05:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-04T18:10:12.303Z] 18:06:01 all 0.19 0.00 0.06 0.00 0.00 99.75 [2020-12-04T18:10:12.303Z] 18:06:01 0 0.12 0.00 0.03 0.00 0.00 99.85 [2020-12-04T18:10:12.303Z] 18:06:01 1 0.55 0.00 0.12 0.00 0.00 99.33 [2020-12-04T18:10:12.303Z] 18:06:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-04T18:10:12.303Z] 18:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-12-04T18:10:12.303Z] 18:07:01 all 0.06 0.00 0.05 0.00 0.00 99.89 [2020-12-04T18:10:12.303Z] 18:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-04T18:10:12.303Z] 18:07:01 1 0.17 0.00 0.10 0.00 0.00 99.73 [2020-12-04T18:10:12.303Z] 18:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-04T18:10:12.303Z] 18:07:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2020-12-04T18:10:12.303Z] 18:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-12-04T18:10:12.303Z] 18:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-04T18:10:12.303Z] 18:08:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2020-12-04T18:10:12.303Z] 18:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-04T18:10:12.303Z] 18:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-04T18:10:12.303Z] 18:09:02 all 15.90 0.00 12.01 3.47 0.06 68.56 [2020-12-04T18:10:12.303Z] 18:09:02 0 14.64 0.00 13.33 3.92 0.07 68.04 [2020-12-04T18:10:12.303Z] 18:09:02 1 16.68 0.00 10.95 1.81 0.05 70.52 [2020-12-04T18:10:12.303Z] 18:09:02 2 15.82 0.00 12.33 5.02 0.07 66.76 [2020-12-04T18:10:12.303Z] 18:09:02 3 16.45 0.00 11.45 3.13 0.03 68.94 [2020-12-04T18:10:12.303Z] 18:10:01 all 10.51 0.00 8.14 3.76 0.04 77.56 [2020-12-04T18:10:12.303Z] 18:10:01 0 9.26 0.00 9.19 4.34 0.02 77.20 [2020-12-04T18:10:12.303Z] 18:10:01 1 8.88 0.00 7.40 3.64 0.03 80.05 [2020-12-04T18:10:12.303Z] 18:10:01 2 10.51 0.00 7.38 5.21 0.07 76.83 [2020-12-04T18:10:12.303Z] 18:10:01 3 13.38 0.00 8.59 1.84 0.03 76.16 [2020-12-04T18:10:12.303Z] Average: all 4.41 0.00 3.33 1.18 0.02 91.07 [2020-12-04T18:10:12.303Z] Average: 0 3.93 0.00 3.69 1.34 0.01 91.02 [2020-12-04T18:10:12.303Z] Average: 1 4.47 0.00 3.06 0.89 0.01 91.57 [2020-12-04T18:10:12.303Z] Average: 2 4.35 0.00 3.26 1.67 0.02 90.70 [2020-12-04T18:10:12.303Z] Average: 3 4.89 0.00 3.30 0.81 0.01 90.99 [2020-12-04T18:10:12.303Z] [2020-12-04T18:10:12.303Z] [2020-12-04T18:10:12.303Z]