Push event to branch master 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14458 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 8bb330ce6d692bf7a15b42a58065c12266a2727a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T06:02:48.863Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T06:02:49.203Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T06:02:49.340Z] ========================================================= [2020-12-04T06:02:49.340Z] EdgeX Global Pipelines Version Info [2020-12-04T06:02:49.340Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:02:51.118Z] ------------------- [2020-12-04T06:02:51.118Z] stable info: [2020-12-04T06:02:51.118Z] ------------------- [2020-12-04T06:02:51.118Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T06:02:51.118Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T06:02:51.118Z] Message: update stable to v1.0.169 [2020-12-04T06:02:52.108Z] ------------------- [2020-12-04T06:02:52.108Z] experimental info: [2020-12-04T06:02:52.108Z] ------------------- [2020-12-04T06:02:52.108Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T06:02:52.108Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T06:02:52.108Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T06:02:52.453Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-12-04T06:02:52.567Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-12-04T06:02:52.685Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T06:02:52.804Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T06:02:52.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T06:02:53.034Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T06:02:53.167Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T06:02:53.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T06:02:53.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-04T06:02:53.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T06:02:53.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T06:02:53.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-12-04T06:02:53.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T06:02:53.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T06:02:54.053Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T06:02:54.159Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T06:02:54.316Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T06:02:54.419Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T06:02:54.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-12-04T06:02:54.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-04T06:02:54.780Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-04T06:02:54.894Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-04T06:02:54.999Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-04T06:02:55.121Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-04T06:02:55.246Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-04T06:02:55.359Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T06:02:55.463Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-04T06:02:55.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-04T06:02:55.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-04T06:02:55.783Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo [2020-12-04T06:02:55.882Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93bcc6a [Pipeline] echo [2020-12-04T06:02:55.986Z] [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-04T06:02:57.073Z] + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] echo [2020-12-04T06:02:57.139Z] GIT_COMMIT: 93bcc6a2201236c31d14acbf099dd3f279e68d4d, Commit Message: Merge pull request #382 from judehung/issue-381 [Pipeline] echo [2020-12-04T06:02:57.192Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:02:58.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T06:02:58.516Z] [2020-12-04T06:02:58.516Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:02:58.878Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T06:02:59.152Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T06:02:59.152Z] 31603596830f: Pulling fs layer [2020-12-04T06:02:59.152Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T06:02:59.152Z] 6ca5941a6612: Pulling fs layer [2020-12-04T06:02:59.152Z] ecc8261a40a4: Pulling fs layer [2020-12-04T06:02:59.152Z] ecc8261a40a4: Waiting [2020-12-04T06:02:59.152Z] 2a8b12db71e7: Verifying Checksum [2020-12-04T06:02:59.152Z] 2a8b12db71e7: Download complete [2020-12-04T06:02:59.152Z] 31603596830f: Verifying Checksum [2020-12-04T06:02:59.152Z] 31603596830f: Download complete [2020-12-04T06:02:59.426Z] ecc8261a40a4: Verifying Checksum [2020-12-04T06:02:59.426Z] ecc8261a40a4: Download complete [2020-12-04T06:02:59.694Z] 6ca5941a6612: Verifying Checksum [2020-12-04T06:02:59.694Z] 6ca5941a6612: Download complete [2020-12-04T06:02:59.694Z] 31603596830f: Pull complete [2020-12-04T06:02:59.975Z] 2a8b12db71e7: Pull complete [2020-12-04T06:03:00.576Z] 6ca5941a6612: Pull complete [2020-12-04T06:03:00.849Z] ecc8261a40a4: Pull complete [2020-12-04T06:03:00.849Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T06:03:00.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T06:03:00.849Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T06:03:00.960Z] prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container [2020-12-04T06:03:01.014Z] $ 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-04T06:03:03.563Z] $ docker top 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T06:03:03.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T06:03:03.887Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T06:03:04.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T06:03:04.110Z] $ docker exec 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent [2020-12-04T06:03:04.343Z] SSH_AUTH_SOCK=/tmp/ssh-xtdZOVst0vUh/agent.12 [2020-12-04T06:03:04.343Z] SSH_AGENT_PID=18 [2020-12-04T06:03:04.369Z] Running ssh-add (command line suppressed) [2020-12-04T06:03:04.498Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2208815026240874810.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2208815026240874810.key) [2020-12-04T06:03:04.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T06:03:04.976Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T06:03:05.031Z] $ docker exec --env ******** --env ******** 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent -k [2020-12-04T06:03:05.147Z] unset SSH_AUTH_SOCK; [2020-12-04T06:03:05.148Z] unset SSH_AGENT_PID; [2020-12-04T06:03:05.148Z] echo Agent pid 18 killed; [2020-12-04T06:03:05.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T06:03:05.425Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T06:03:05.425Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T06:03:05.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T06:03:05.599Z] $ docker exec 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent [2020-12-04T06:03:05.752Z] SSH_AUTH_SOCK=/tmp/ssh-7oK7mX0NItx6/agent.48 [2020-12-04T06:03:05.752Z] SSH_AGENT_PID=54 [2020-12-04T06:03:05.759Z] Running ssh-add (command line suppressed) [2020-12-04T06:03:05.878Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1856336122300681103.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1856336122300681103.key) [2020-12-04T06:03:05.928Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T06:03:06.275Z] + git semver init [2020-12-04T06:03:06.275Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T06:03:06.275Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T06:03:06.275Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T06:03:06.275Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T06:03:06.275Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T06:03:06.275Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T06:03:06.275Z] # $SEMVER_BRANCH = master [2020-12-04T06:03:06.275Z] # $SEMVER_TEMP = /tmp/semver-958900573 [2020-12-04T06:03:06.275Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-12-04T06:03:06.848Z] # '/tmp/semver-958900573' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-12-04T06:03:06.848Z] # -> Force: false [2020-12-04T06:03:06.848Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-04T06:03:06.861Z] $ docker exec --env ******** --env ******** 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 ssh-agent -k [2020-12-04T06:03:06.971Z] unset SSH_AUTH_SOCK; [2020-12-04T06:03:06.971Z] unset SSH_AGENT_PID; [2020-12-04T06:03:06.971Z] echo Agent pid 54 killed; [2020-12-04T06:03:07.016Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T06:03:07.550Z] + git semver [Pipeline] } [2020-12-04T06:03:07.589Z] $ docker stop --time=1 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 [2020-12-04T06:03:09.360Z] $ docker rm -f 7f99ba7e639d647cbebe56da7ea57b5f3bed0fae77d9a1a7e8856f8084bf1ec5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T06:03:09.834Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T06:03:10.218Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T06:03:10.221Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [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-04T06:03:26.079Z] Still waiting to schedule task [2020-12-04T06:03:26.080Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14458’ [2020-12-04T06:03:26.082Z] Still waiting to schedule task [2020-12-04T06:03:26.082Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-04T06:05:34.742Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14460 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-04T06:05:34.805Z] Running in /w/workspace/go-mod-core-contracts/87 [Pipeline] { [Pipeline] checkout [2020-12-04T06:05:40.551Z] using credential edgex-jenkins-ssh [2020-12-04T06:05:40.623Z] Cloning the remote Git repository [2020-12-04T06:05:40.692Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T06:05:40.795Z] > git init /w/workspace/go-mod-core-contracts/87 # timeout=10 [2020-12-04T06:05:40.873Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T06:05:40.873Z] > git --version # timeout=10 [2020-12-04T06:05:40.894Z] > git --version # 'git version 2.17.1' [2020-12-04T06:05:40.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T06:05:40.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T06:05:42.559Z] Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) [2020-12-04T06:05:41.936Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T06:05:41.954Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T06:05:41.986Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T06:05:42.033Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T06:05:42.034Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T06:05:42.047Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T06:05:42.597Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T06:05:42.612Z] > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-04T06:05:47.314Z] 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-04T06:05:48.957Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-04T06:05:49.409Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T06:05:49.765Z] + true [2020-12-04T06:05:49.765Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2020-12-04T06:05:52.842Z] ========================================================= [2020-12-04T06:05:52.842Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-04T06:05:52.842Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:05:53.244Z] + 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-04T06:05:54.339Z] Sending build context to Docker daemon 1.876MB [2020-12-04T06:05:54.339Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T06:05:54.339Z] Step 2/7 : FROM ${BASE} [2020-12-04T06:05:54.624Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-04T06:05:54.624Z] 5f621e34cdf4: Pulling fs layer [2020-12-04T06:05:54.624Z] a4357932f1b6: Pulling fs layer [2020-12-04T06:05:54.624Z] 18c013af1878: Pulling fs layer [2020-12-04T06:05:54.624Z] 00ac8860ef70: Pulling fs layer [2020-12-04T06:05:54.624Z] 63d7cb157983: Pulling fs layer [2020-12-04T06:05:54.624Z] b116817d02f9: Pulling fs layer [2020-12-04T06:05:54.624Z] 745a02a5169b: Pulling fs layer [2020-12-04T06:05:54.624Z] 63d7cb157983: Waiting [2020-12-04T06:05:54.624Z] b116817d02f9: Waiting [2020-12-04T06:05:54.624Z] 745a02a5169b: Waiting [2020-12-04T06:05:54.624Z] 00ac8860ef70: Waiting [2020-12-04T06:05:54.624Z] 18c013af1878: Verifying Checksum [2020-12-04T06:05:54.624Z] 18c013af1878: Download complete [2020-12-04T06:05:54.624Z] a4357932f1b6: Download complete [2020-12-04T06:05:54.624Z] 63d7cb157983: Verifying Checksum [2020-12-04T06:05:54.624Z] 63d7cb157983: Download complete [2020-12-04T06:05:54.624Z] b116817d02f9: Verifying Checksum [2020-12-04T06:05:54.624Z] b116817d02f9: Download complete [2020-12-04T06:05:54.906Z] 5f621e34cdf4: Verifying Checksum [2020-12-04T06:05:54.906Z] 5f621e34cdf4: Download complete [2020-12-04T06:05:55.113Z] Running on prd-centos7-docker-4c-2g-14461 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-12-04T06:05:55.167Z] Running in /w/workspace/go-mod-core-contracts/87 [Pipeline] { [Pipeline] checkout [2020-12-04T06:05:55.508Z] 5f621e34cdf4: Pull complete [2020-12-04T06:05:56.151Z] a4357932f1b6: Pull complete [2020-12-04T06:05:56.462Z] 18c013af1878: Pull complete [2020-12-04T06:05:59.248Z] 745a02a5169b: Download complete [2020-12-04T06:05:59.573Z] using credential edgex-jenkins-ssh [2020-12-04T06:05:59.637Z] Cloning the remote Git repository [2020-12-04T06:05:59.665Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T06:05:59.751Z] > git init /w/workspace/go-mod-core-contracts/87 # timeout=10 [2020-12-04T06:05:59.818Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T06:05:59.819Z] > git --version # timeout=10 [2020-12-04T06:05:59.825Z] > git --version # 'git version 2.24.3' [2020-12-04T06:05:59.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T06:05:59.854Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T06:06:00.271Z] 00ac8860ef70: Verifying Checksum [2020-12-04T06:06:00.271Z] 00ac8860ef70: Download complete [2020-12-04T06:06:00.962Z] Checking out Revision 93bcc6a2201236c31d14acbf099dd3f279e68d4d (master) [2020-12-04T06:06:00.507Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T06:06:00.514Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T06:06:00.528Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-12-04T06:06:00.546Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-12-04T06:06:00.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T06:06:00.550Z] > 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-04T06:06:00.984Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T06:06:00.989Z] > git checkout -f 93bcc6a2201236c31d14acbf099dd3f279e68d4d # timeout=10 [2020-12-04T06:06:05.056Z] 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-04T06:06:06.662Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T06:06:07.055Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T06:06:07.446Z] + sudo service docker restart [2020-12-04T06:06:07.446Z] + true [2020-12-04T06:06:07.446Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-04T06:06:08.821Z] ========================================================= [2020-12-04T06:06:08.821Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T06:06:08.821Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:06:09.404Z] + 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-04T06:06:09.681Z] Sending build context to Docker daemon 1.877MB [2020-12-04T06:06:09.681Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T06:06:09.681Z] Step 2/7 : FROM ${BASE} [2020-12-04T06:06:09.945Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T06:06:09.945Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T06:06:09.945Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T06:06:09.945Z] de9db76c5a1d: Pulling fs layer [2020-12-04T06:06:09.945Z] bca2f99d35d6: Pulling fs layer [2020-12-04T06:06:09.945Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T06:06:09.945Z] 7c6f9722023f: Pulling fs layer [2020-12-04T06:06:09.945Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T06:06:09.945Z] 93359f2a8cfa: Waiting [2020-12-04T06:06:09.945Z] bca2f99d35d6: Waiting [2020-12-04T06:06:09.945Z] 7c6f9722023f: Waiting [2020-12-04T06:06:09.945Z] a35cf1a2eb13: Waiting [2020-12-04T06:06:09.945Z] de9db76c5a1d: Verifying Checksum [2020-12-04T06:06:09.945Z] de9db76c5a1d: Download complete [2020-12-04T06:06:09.945Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T06:06:09.945Z] 0ef7d3d256c8: Download complete [2020-12-04T06:06:09.945Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T06:06:09.945Z] 93359f2a8cfa: Download complete [2020-12-04T06:06:09.945Z] 7c6f9722023f: Verifying Checksum [2020-12-04T06:06:09.945Z] 7c6f9722023f: Download complete [2020-12-04T06:06:09.945Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T06:06:09.945Z] 188c0c94c7c5: Download complete [2020-12-04T06:06:10.217Z] 188c0c94c7c5: Pull complete [2020-12-04T06:06:10.484Z] 0ef7d3d256c8: Pull complete [2020-12-04T06:06:10.614Z] 00ac8860ef70: Pull complete [2020-12-04T06:06:10.749Z] de9db76c5a1d: Pull complete [2020-12-04T06:06:10.892Z] 63d7cb157983: Pull complete [2020-12-04T06:06:11.178Z] b116817d02f9: Pull complete [2020-12-04T06:06:11.737Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T06:06:11.737Z] a35cf1a2eb13: Download complete [2020-12-04T06:06:12.752Z] bca2f99d35d6: Verifying Checksum [2020-12-04T06:06:12.752Z] bca2f99d35d6: Download complete [2020-12-04T06:06:14.753Z] 745a02a5169b: Pull complete [2020-12-04T06:06:15.061Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-04T06:06:15.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-04T06:06:15.061Z] ---> b7e6874047d6 [2020-12-04T06:06:15.061Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T06:06:17.861Z] ---> Running in 16679481df6c [2020-12-04T06:06:18.229Z] bca2f99d35d6: Pull complete [2020-12-04T06:06:18.229Z] 93359f2a8cfa: Pull complete [2020-12-04T06:06:18.229Z] 7c6f9722023f: Pull complete [2020-12-04T06:06:18.511Z] Removing intermediate container 16679481df6c [2020-12-04T06:06:18.511Z] ---> bd6cbba0d32a [2020-12-04T06:06:18.511Z] Step 4/7 : RUN apk add bash [2020-12-04T06:06:18.511Z] ---> Running in a0ef1b760b8a [2020-12-04T06:06:19.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T06:06:20.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T06:06:22.007Z] OK: 142 MiB in 39 packages [2020-12-04T06:06:22.497Z] a35cf1a2eb13: Pull complete [2020-12-04T06:06:22.497Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T06:06:22.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T06:06:22.497Z] ---> a62c8e92a672 [2020-12-04T06:06:22.497Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T06:06:22.497Z] ---> Running in 9761f88937c9 [2020-12-04T06:06:22.760Z] Removing intermediate container 9761f88937c9 [2020-12-04T06:06:22.760Z] ---> ed099f566fc2 [2020-12-04T06:06:22.760Z] Step 4/7 : RUN apk add bash [2020-12-04T06:06:22.760Z] ---> Running in d1530dfdd223 [2020-12-04T06:06:23.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T06:06:23.508Z] Removing intermediate container a0ef1b760b8a [2020-12-04T06:06:23.508Z] ---> 5ee6e4e1fe01 [2020-12-04T06:06:23.508Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-04T06:06:23.508Z] ---> Running in 5a233e448424 [2020-12-04T06:06:23.796Z] Removing intermediate container 5a233e448424 [2020-12-04T06:06:23.796Z] ---> 700cc37b1cba [2020-12-04T06:06:23.796Z] Step 6/7 : COPY go.mod . [2020-12-04T06:06:23.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T06:06:24.513Z] OK: 166 MiB in 39 packages [2020-12-04T06:06:24.817Z] ---> 688fe190a39c [2020-12-04T06:06:24.817Z] Step 7/7 : RUN go mod download [2020-12-04T06:06:24.817Z] ---> Running in b88cf6106324 [2020-12-04T06:06:25.104Z] Removing intermediate container d1530dfdd223 [2020-12-04T06:06:25.104Z] ---> 151f8e736af9 [2020-12-04T06:06:25.104Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-12-04T06:06:25.104Z] ---> Running in 823b15ca1d04 [2020-12-04T06:06:25.388Z] Removing intermediate container 823b15ca1d04 [2020-12-04T06:06:25.388Z] ---> 7d48de78fceb [2020-12-04T06:06:25.388Z] Step 6/7 : COPY go.mod . [2020-12-04T06:06:25.664Z] ---> ff9b74eac2c3 [2020-12-04T06:06:25.664Z] Step 7/7 : RUN go mod download [2020-12-04T06:06:25.664Z] ---> Running in 10a62b03cf4a [2020-12-04T06:06:38.217Z] Removing intermediate container 10a62b03cf4a [2020-12-04T06:06:38.217Z] ---> e1837e8b9f7b [2020-12-04T06:06:38.217Z] Successfully built e1837e8b9f7b [2020-12-04T06:06:38.217Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:06:38.565Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T06:06:38.565Z] . [Pipeline] withDockerContainer [2020-12-04T06:06:38.748Z] prd-centos7-docker-4c-2g-14461 does not seem to be running inside a container [2020-12-04T06:06:38.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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-04T06:06:39.618Z] $ docker top b706ef65cdfa3cdd6305dd5e8b640fd01cf07cffddbf3947b648ece8ac2f3381 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T06:06:40.176Z] + go version [2020-12-04T06:06:40.176Z] go version go1.15.5 linux/amd64 [2020-12-04T06:06:40.189Z] Removing intermediate container b88cf6106324 [2020-12-04T06:06:40.189Z] ---> 6d4a50a0242d [2020-12-04T06:06:40.189Z] Successfully built 6d4a50a0242d [2020-12-04T06:06:40.189Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-12-04T06:06:40.213Z] $ docker stop --time=1 b706ef65cdfa3cdd6305dd5e8b640fd01cf07cffddbf3947b648ece8ac2f3381 [2020-12-04T06:06:41.576Z] $ docker rm -f b706ef65cdfa3cdd6305dd5e8b640fd01cf07cffddbf3947b648ece8ac2f3381 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:06:42.316Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T06:06:42.316Z] . [Pipeline] withDockerContainer [2020-12-04T06:06:42.463Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T06:06:42.463Z] . [2020-12-04T06:06:42.603Z] prd-ubuntu18.04-docker-arm64-4c-16g-14460 does not seem to be running inside a container [2020-12-04T06:06:42.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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-04T06:06:44.165Z] $ docker top fd9d24483b4bc5afc293186e18cb4c032ca39f09040a5c7cf5d5783ae02d38a1 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-04T06:06:44.785Z] prd-centos7-docker-4c-2g-14461 does not seem to be running inside a container [2020-12-04T06:06:44.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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-04T06:06:45.554Z] $ docker top 03604b2b2d696c0e1c8948e9ca2f1a8e510059d41fda7c4bcaec6505bf9c3af2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-04T06:06:46.133Z] + make test [2020-12-04T06:06:46.133Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-04T06:06:46.422Z] + go version [2020-12-04T06:06:46.422Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-04T06:06:46.446Z] $ docker stop --time=1 fd9d24483b4bc5afc293186e18cb4c032ca39f09040a5c7cf5d5783ae02d38a1 [2020-12-04T06:06:48.392Z] $ docker rm -f fd9d24483b4bc5afc293186e18cb4c032ca39f09040a5c7cf5d5783ae02d38a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:06:49.424Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T06:06:49.425Z] . [Pipeline] withDockerContainer [2020-12-04T06:06:49.691Z] prd-ubuntu18.04-docker-arm64-4c-16g-14460 does not seem to be running inside a container [2020-12-04T06:06:49.806Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/87 -v /w/workspace/go-mod-core-contracts/87:/w/workspace/go-mod-core-contracts/87:rw,z -v /w/workspace/go-mod-core-contracts/87@tmp:/w/workspace/go-mod-core-contracts/87@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-04T06:06:51.316Z] $ docker top cc1947aff62f4041faf000f540fd7f03f5b3934961728ac94d10eea658bffdb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T06:06:52.406Z] + make test [2020-12-04T06:06:52.406Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-04T06:06:52.866Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-04T06:06:52.866Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.015s coverage: 85.7% of statements [2020-12-04T06:06:52.866Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.055s coverage: 100.0% of statements [2020-12-04T06:06:52.866Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements [2020-12-04T06:06:52.866Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements [2020-12-04T06:06:52.866Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-04T06:06:53.147Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 6.6% of statements [2020-12-04T06:06:53.422Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.033s coverage: 14.7% of statements [2020-12-04T06:06:53.422Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.010s coverage: 100.0% of statements [2020-12-04T06:06:53.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.036s coverage: 91.8% of statements [2020-12-04T06:06:53.702Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-04T06:06:53.702Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-04T06:06:53.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements [2020-12-04T06:06:55.677Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 47.8% of statements [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.042s coverage: 63.0% of statements [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.007s coverage: 26.3% of statements [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.067s coverage: 15.4% of statements [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.005s coverage: 14.3% of statements [2020-12-04T06:06:57.127Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.020s coverage: 81.5% of statements [2020-12-04T06:06:57.127Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-04T06:06:57.127Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.019s coverage: 29.6% of statements [2020-12-04T06:06:57.127Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.020s coverage: 100.0% of statements [2020-12-04T06:06:57.391Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements [2020-12-04T06:06:57.391Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-12-04T06:06:57.391Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-04T06:06:57.391Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-04T06:06:58.814Z] gofmt -l . [2020-12-04T06:06:59.078Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-04T06:06:59.101Z] $ docker stop --time=1 03604b2b2d696c0e1c8948e9ca2f1a8e510059d41fda7c4bcaec6505bf9c3af2 [2020-12-04T06:07:01.369Z] $ docker rm -f 03604b2b2d696c0e1c8948e9ca2f1a8e510059d41fda7c4bcaec6505bf9c3af2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T06:07:02.107Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T06:07:02.544Z] 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-04T06:07:14.934Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-12-04T06:07:15.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.036s coverage: 85.7% of statements [2020-12-04T06:07:15.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.028s coverage: 100.0% of statements [2020-12-04T06:07:17.566Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.048s coverage: 45.4% of statements [2020-12-04T06:07:17.566Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.032s coverage: 77.8% of statements [2020-12-04T06:07:17.566Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-12-04T06:07:17.566Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.047s coverage: 6.6% of statements [2020-12-04T06:07:19.037Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.067s coverage: 14.7% of statements [2020-12-04T06:07:19.037Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.048s coverage: 100.0% of statements [2020-12-04T06:07:20.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.103s coverage: 91.8% of statements [2020-12-04T06:07:20.515Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-12-04T06:07:20.515Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-12-04T06:07:20.515Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements [2020-12-04T06:07:20.794Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 47.8% of statements [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.107s coverage: 63.0% of statements [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.029s coverage: 26.3% of statements [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.021s coverage: 15.4% of statements [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.009s coverage: 15.4% of statements [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.037s coverage: 14.3% of statements [2020-12-04T06:07:27.660Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.071s coverage: 81.5% of statements [2020-12-04T06:07:27.660Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2020-12-04T06:07:27.660Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.035s coverage: 29.6% of statements [2020-12-04T06:07:27.660Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements [2020-12-04T06:07:28.648Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.054s coverage: 94.4% of statements [2020-12-04T06:07:28.648Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-12-04T06:07:28.648Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-12-04T06:07:28.921Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-04T06:07:33.245Z] gofmt -l . [2020-12-04T06:07:33.516Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-12-04T06:07:34.133Z] $ docker stop --time=1 cc1947aff62f4041faf000f540fd7f03f5b3934961728ac94d10eea658bffdb6 [2020-12-04T06:07:36.233Z] $ docker rm -f cc1947aff62f4041faf000f540fd7f03f5b3934961728ac94d10eea658bffdb6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T06:07:37.107Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T06:07:37.127Z] Warning: overwriting stash ‘coverage-report’ [2020-12-04T06:07:37.989Z] 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-04T06:07:40.002Z] provisioning config files... [2020-12-04T06:07:40.022Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8888331578503382300tmp [Pipeline] { [Pipeline] sh [2020-12-04T06:07:40.408Z] + set +x [2020-12-04T06:07:40.408Z] + curl -s https://codecov.io/bash [2020-12-04T06:07:40.408Z] + bash -s -- [2020-12-04T06:07:40.670Z] [2020-12-04T06:07:40.670Z] _____ _ [2020-12-04T06:07:40.670Z] / ____| | | [2020-12-04T06:07:40.670Z] | | ___ __| | ___ ___ _____ __ [2020-12-04T06:07:40.670Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-04T06:07:40.670Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-04T06:07:40.670Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-04T06:07:40.670Z] Bash-20201130-cc6d3fe [2020-12-04T06:07:40.670Z] [2020-12-04T06:07:40.670Z] [2020-12-04T06:07:40.670Z] ==> Jenkins CI detected. [2020-12-04T06:07:40.670Z] project root: . [2020-12-04T06:07:40.670Z] --> token set from env [2020-12-04T06:07:40.670Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-04T06:07:40.670Z] ==> Running gcov in . (disable via -X gcov) [2020-12-04T06:07:40.670Z] ==> Python coveragepy not found [2020-12-04T06:07:40.670Z] ==> Searching for coverage reports in: [2020-12-04T06:07:40.670Z] + . [2020-12-04T06:07:40.670Z] -> Found 1 reports [2020-12-04T06:07:40.670Z] ==> Detecting git/mercurial file structure [2020-12-04T06:07:40.670Z] ==> Reading reports [2020-12-04T06:07:40.670Z] + ./coverage.out bytes=106871 [2020-12-04T06:07:40.670Z] ==> Appending adjustments [2020-12-04T06:07:40.670Z] https://docs.codecov.io/docs/fixing-reports [2020-12-04T06:07:41.627Z] + Found adjustments [2020-12-04T06:07:41.627Z] ==> Gzipping contents [2020-12-04T06:07:41.627Z] 20K /tmp/codecov.Db1Q5B.gz [2020-12-04T06:07:41.627Z] ==> Uploading reports [2020-12-04T06:07:41.627Z] url: https://codecov.io [2020-12-04T06:07:41.627Z] query: branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T06:07:41.627Z] -> Pinging Codecov [2020-12-04T06:07:41.627Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=93bcc6a2201236c31d14acbf099dd3f279e68d4d&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-04T06:07:42.210Z] -> Uploading to [2020-12-04T06:07:42.210Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-04/71470A77251A30514AAF9C0BB2E5B6CE/93bcc6a2201236c31d14acbf099dd3f279e68d4d/fa1338eb-1a22-454c-a883-a00699e1467c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T060742Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1a3205a328cb906f5e464d3d415a0fe8aebf9c5e314b0f0f8d5ffcb8b0f8fb83 [2020-12-04T06:07:42.210Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T06:07:42.210Z] Dload Upload Total Spent Left Speed [2020-12-04T06:07:42.785Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17366 0 0 100 17366 0 39551 --:--:-- --:--:-- --:--:-- 39648 [2020-12-04T06:07:42.785Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] } [2020-12-04T06:07:42.795Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-04T06:07:43.731Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-04T06:07:43.800Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:07:44.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T06:07:44.151Z] [2020-12-04T06:07:44.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:07:44.528Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T06:07:44.528Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-04T06:07:44.528Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T06:07:44.528Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T06:07:44.528Z] de9db76c5a1d: Pulling fs layer [2020-12-04T06:07:44.528Z] 0eba1c9be4d2: Pulling fs layer [2020-12-04T06:07:44.528Z] 0d57e429df01: Pulling fs layer [2020-12-04T06:07:44.528Z] 4e4be7b47b0d: Pulling fs layer [2020-12-04T06:07:44.528Z] e1f770b5df2f: Pulling fs layer [2020-12-04T06:07:44.528Z] 85a0685a4137: Pulling fs layer [2020-12-04T06:07:44.528Z] 0d57e429df01: Waiting [2020-12-04T06:07:44.528Z] 0eba1c9be4d2: Waiting [2020-12-04T06:07:44.528Z] 85a0685a4137: Waiting [2020-12-04T06:07:44.528Z] e1f770b5df2f: Waiting [2020-12-04T06:07:44.528Z] de9db76c5a1d: Download complete [2020-12-04T06:07:44.528Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T06:07:44.528Z] 0ef7d3d256c8: Download complete [2020-12-04T06:07:44.528Z] 0d57e429df01: Verifying Checksum [2020-12-04T06:07:44.528Z] 0d57e429df01: Download complete [2020-12-04T06:07:44.528Z] 4e4be7b47b0d: Verifying Checksum [2020-12-04T06:07:44.528Z] 4e4be7b47b0d: Download complete [2020-12-04T06:07:44.528Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T06:07:44.528Z] 188c0c94c7c5: Download complete [2020-12-04T06:07:45.126Z] 188c0c94c7c5: Pull complete [2020-12-04T06:07:45.126Z] 0ef7d3d256c8: Pull complete [2020-12-04T06:07:45.395Z] de9db76c5a1d: Pull complete [2020-12-04T06:07:45.977Z] e1f770b5df2f: Verifying Checksum [2020-12-04T06:07:45.977Z] e1f770b5df2f: Download complete [2020-12-04T06:07:47.399Z] 0eba1c9be4d2: Verifying Checksum [2020-12-04T06:07:47.399Z] 0eba1c9be4d2: Download complete [2020-12-04T06:07:48.358Z] 85a0685a4137: Verifying Checksum [2020-12-04T06:07:48.358Z] 85a0685a4137: Download complete [2020-12-04T06:07:52.621Z] 0eba1c9be4d2: Pull complete [2020-12-04T06:07:52.621Z] 0d57e429df01: Pull complete [2020-12-04T06:07:52.899Z] 4e4be7b47b0d: Pull complete [2020-12-04T06:07:55.475Z] e1f770b5df2f: Pull complete [2020-12-04T06:08:03.691Z] 85a0685a4137: Pull complete [2020-12-04T06:08:03.691Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-04T06:08:03.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-04T06:08:03.691Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-04T06:08:03.953Z] prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container [2020-12-04T06:08:04.007Z] $ 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-04T06:08:05.086Z] $ docker top be20dde63d79777b4d75e980a8d70a01552b072d024aa4595c89d0d770ced0d5 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T06:08:05.436Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-04T06:08:05.751Z] + set -o pipefail [2020-12-04T06:08:05.751Z] + snyk monitor '--org=edgex-jenkins' [2020-12-04T06:08:11.101Z] [2020-12-04T06:08:11.101Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-12-04T06:08:11.101Z] [2020-12-04T06:08:11.101Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/4167adee-513a-4822-a619-6c46fc0ade4e [2020-12-04T06:08:11.101Z] [2020-12-04T06:08:11.101Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-04T06:08:11.101Z] [2020-12-04T06:08:11.101Z] [Pipeline] } [2020-12-04T06:08:11.117Z] $ docker stop --time=1 be20dde63d79777b4d75e980a8d70a01552b072d024aa4595c89d0d770ced0d5 [2020-12-04T06:08:13.266Z] $ docker rm -f be20dde63d79777b4d75e980a8d70a01552b072d024aa4595c89d0d770ced0d5 [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-04T06:08:15.173Z] + git log --format=format:%s -1 93bcc6a2201236c31d14acbf099dd3f279e68d4d [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:08:15.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T06:08:15.490Z] . [Pipeline] withDockerContainer [2020-12-04T06:08:15.608Z] prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container [2020-12-04T06:08:15.659Z] $ 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-04T06:08:16.262Z] $ docker top 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T06:08:16.616Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T06:08:16.616Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T06:08:16.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T06:08:16.834Z] $ docker exec 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 ssh-agent [2020-12-04T06:08:17.006Z] SSH_AUTH_SOCK=/tmp/ssh-1x8uJ8oKF8sG/agent.12 [2020-12-04T06:08:17.006Z] SSH_AGENT_PID=17 [2020-12-04T06:08:17.014Z] Running ssh-add (command line suppressed) [2020-12-04T06:08:17.151Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4918322641466110035.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4918322641466110035.key) [2020-12-04T06:08:17.208Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T06:08:17.558Z] + git semver tag [2020-12-04T06:08:17.558Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T06:08:17.558Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T06:08:17.558Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T06:08:17.558Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T06:08:17.558Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T06:08:17.558Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T06:08:17.558Z] # $SEMVER_BRANCH = master [2020-12-04T06:08:17.558Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-04T06:08:17.558Z] # 93bcc6a2201236c31d14acbf099dd3f279e68d4d HEAD [2020-12-04T06:08:17.558Z] # -> Force: false [2020-12-04T06:08:17.558Z] # e010f4f93f8e753b0a9651cf6c2aeeb83e62d4a9 refs/tags/v2.0.0-dev.1 [Pipeline] } [2020-12-04T06:08:17.572Z] $ docker exec --env ******** --env ******** 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 ssh-agent -k [2020-12-04T06:08:17.696Z] unset SSH_AUTH_SOCK; [2020-12-04T06:08:17.696Z] unset SSH_AGENT_PID; [2020-12-04T06:08:17.696Z] echo Agent pid 17 killed; [2020-12-04T06:08:17.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T06:08:18.263Z] + git semver [Pipeline] } [2020-12-04T06:08:18.282Z] $ docker stop --time=1 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 [2020-12-04T06:08:19.615Z] $ docker rm -f 5c444ef2b32aabc75f9aa68f8b09fdd338cf125a74171a0402caac66f374ae65 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:08:20.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T06:08:20.339Z] [2020-12-04T06:08:20.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:08:20.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T06:08:20.694Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-04T06:08:20.694Z] ab5ef0e58194: Pulling fs layer [2020-12-04T06:08:20.694Z] 9712f1f96733: Pulling fs layer [2020-12-04T06:08:20.694Z] 63f879dbbcfc: Pulling fs layer [2020-12-04T06:08:20.694Z] 0d9ebad4ef96: Pulling fs layer [2020-12-04T06:08:20.694Z] e9a5061849ea: Pulling fs layer [2020-12-04T06:08:20.694Z] d747dcd14b5f: Pulling fs layer [2020-12-04T06:08:20.694Z] 2de7ff778b66: Pulling fs layer [2020-12-04T06:08:20.694Z] e9a5061849ea: Waiting [2020-12-04T06:08:20.694Z] d747dcd14b5f: Waiting [2020-12-04T06:08:20.694Z] 2de7ff778b66: Waiting [2020-12-04T06:08:20.694Z] 0d9ebad4ef96: Waiting [2020-12-04T06:08:20.694Z] 9712f1f96733: Verifying Checksum [2020-12-04T06:08:20.694Z] 9712f1f96733: Download complete [2020-12-04T06:08:22.389Z] 63f879dbbcfc: Verifying Checksum [2020-12-04T06:08:22.389Z] 63f879dbbcfc: Download complete [2020-12-04T06:08:22.389Z] e9a5061849ea: Verifying Checksum [2020-12-04T06:08:22.389Z] e9a5061849ea: Download complete [2020-12-04T06:08:22.389Z] d747dcd14b5f: Verifying Checksum [2020-12-04T06:08:22.389Z] d747dcd14b5f: Download complete [2020-12-04T06:08:23.054Z] 2de7ff778b66: Verifying Checksum [2020-12-04T06:08:23.054Z] 2de7ff778b66: Download complete [2020-12-04T06:08:23.349Z] 0d9ebad4ef96: Verifying Checksum [2020-12-04T06:08:23.349Z] 0d9ebad4ef96: Download complete [2020-12-04T06:08:23.946Z] ab5ef0e58194: Verifying Checksum [2020-12-04T06:08:23.946Z] ab5ef0e58194: Download complete [2020-12-04T06:08:28.243Z] ab5ef0e58194: Pull complete [2020-12-04T06:08:28.243Z] 9712f1f96733: Pull complete [2020-12-04T06:08:30.861Z] 63f879dbbcfc: Pull complete [2020-12-04T06:08:37.490Z] 0d9ebad4ef96: Pull complete [2020-12-04T06:08:38.918Z] e9a5061849ea: Pull complete [2020-12-04T06:08:38.918Z] d747dcd14b5f: Pull complete [2020-12-04T06:08:41.546Z] 2de7ff778b66: Pull complete [2020-12-04T06:08:41.547Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-04T06:08:41.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-04T06:08:41.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-04T06:08:41.758Z] prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container [2020-12-04T06:08:41.820Z] $ 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-04T06:08:45.768Z] $ docker top e2fead0beb697e10afbda8de429e688ef31bf4bdc9fe697f1063bfd7f9f2d0d1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-04T06:08:46.080Z] provisioning config files... [2020-12-04T06:08:46.093Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3858850984843528804tmp [2020-12-04T06:08:46.110Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1723452185798625971tmp [2020-12-04T06:08:46.126Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6665941407971534779tmp [Pipeline] { [Pipeline] echo [2020-12-04T06:08:46.188Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:08:46.494Z] ---> sigul-configuration.sh [2020-12-04T06:08:46.494Z] gpg: directory `/root/.gnupg' created [2020-12-04T06:08:46.494Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-04T06:08:46.494Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-04T06:08:46.494Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-04T06:08:46.494Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-04T06:08:46.494Z] gpg: CAST5 encrypted data [2020-12-04T06:08:46.756Z] gpg: encrypted with 1 passphrase [2020-12-04T06:08:46.756Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-04T06:08:47.059Z] + mkdir /home/jenkins [2020-12-04T06:08:47.059Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-04T06:08:47.362Z] + 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-04T06:08:47.374Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:08:47.675Z] ---> sigul-install.sh [2020-12-04T06:08:53.026Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-04T06:08:53.325Z] + git tag --list [2020-12-04T06:08:53.325Z] v0.0.0 [2020-12-04T06:08:53.325Z] v0.0.1 [2020-12-04T06:08:53.325Z] v0.1.0 [2020-12-04T06:08:53.325Z] v0.1.1 [2020-12-04T06:08:53.325Z] v0.1.10 [2020-12-04T06:08:53.325Z] v0.1.100 [2020-12-04T06:08:53.325Z] v0.1.101 [2020-12-04T06:08:53.325Z] v0.1.102 [2020-12-04T06:08:53.325Z] v0.1.103 [2020-12-04T06:08:53.325Z] v0.1.104 [2020-12-04T06:08:53.325Z] v0.1.105 [2020-12-04T06:08:53.325Z] v0.1.106 [2020-12-04T06:08:53.325Z] v0.1.107 [2020-12-04T06:08:53.325Z] v0.1.108 [2020-12-04T06:08:53.325Z] v0.1.109 [2020-12-04T06:08:53.325Z] v0.1.11 [2020-12-04T06:08:53.325Z] v0.1.110 [2020-12-04T06:08:53.325Z] v0.1.111 [2020-12-04T06:08:53.325Z] v0.1.112 [2020-12-04T06:08:53.325Z] v0.1.113 [2020-12-04T06:08:53.325Z] v0.1.114 [2020-12-04T06:08:53.325Z] v0.1.115 [2020-12-04T06:08:53.325Z] v0.1.116 [2020-12-04T06:08:53.325Z] v0.1.117 [2020-12-04T06:08:53.325Z] v0.1.118 [2020-12-04T06:08:53.325Z] v0.1.119 [2020-12-04T06:08:53.325Z] v0.1.12 [2020-12-04T06:08:53.325Z] v0.1.120 [2020-12-04T06:08:53.325Z] v0.1.13 [2020-12-04T06:08:53.325Z] v0.1.14 [2020-12-04T06:08:53.325Z] v0.1.15 [2020-12-04T06:08:53.325Z] v0.1.16 [2020-12-04T06:08:53.325Z] v0.1.17 [2020-12-04T06:08:53.325Z] v0.1.18 [2020-12-04T06:08:53.325Z] v0.1.19 [2020-12-04T06:08:53.325Z] v0.1.2 [2020-12-04T06:08:53.325Z] v0.1.20 [2020-12-04T06:08:53.325Z] v0.1.21 [2020-12-04T06:08:53.325Z] v0.1.22 [2020-12-04T06:08:53.325Z] v0.1.23 [2020-12-04T06:08:53.325Z] v0.1.24 [2020-12-04T06:08:53.325Z] v0.1.25 [2020-12-04T06:08:53.325Z] v0.1.26 [2020-12-04T06:08:53.325Z] v0.1.27 [2020-12-04T06:08:53.325Z] v0.1.28 [2020-12-04T06:08:53.325Z] v0.1.29 [2020-12-04T06:08:53.325Z] v0.1.3 [2020-12-04T06:08:53.325Z] v0.1.30 [2020-12-04T06:08:53.325Z] v0.1.31 [2020-12-04T06:08:53.325Z] v0.1.32 [2020-12-04T06:08:53.325Z] v0.1.33 [2020-12-04T06:08:53.325Z] v0.1.34 [2020-12-04T06:08:53.325Z] v0.1.35 [2020-12-04T06:08:53.325Z] v0.1.36 [2020-12-04T06:08:53.325Z] v0.1.37 [2020-12-04T06:08:53.325Z] v0.1.38 [2020-12-04T06:08:53.325Z] v0.1.39 [2020-12-04T06:08:53.325Z] v0.1.4 [2020-12-04T06:08:53.325Z] v0.1.40 [2020-12-04T06:08:53.325Z] v0.1.41 [2020-12-04T06:08:53.325Z] v0.1.42 [2020-12-04T06:08:53.325Z] v0.1.43 [2020-12-04T06:08:53.325Z] v0.1.44 [2020-12-04T06:08:53.325Z] v0.1.45 [2020-12-04T06:08:53.325Z] v0.1.46 [2020-12-04T06:08:53.325Z] v0.1.47 [2020-12-04T06:08:53.325Z] v0.1.48 [2020-12-04T06:08:53.325Z] v0.1.49 [2020-12-04T06:08:53.325Z] v0.1.5 [2020-12-04T06:08:53.325Z] v0.1.50 [2020-12-04T06:08:53.325Z] v0.1.51 [2020-12-04T06:08:53.325Z] v0.1.52 [2020-12-04T06:08:53.325Z] v0.1.53 [2020-12-04T06:08:53.325Z] v0.1.54 [2020-12-04T06:08:53.325Z] v0.1.55 [2020-12-04T06:08:53.325Z] v0.1.56 [2020-12-04T06:08:53.325Z] v0.1.57 [2020-12-04T06:08:53.325Z] v0.1.58 [2020-12-04T06:08:53.325Z] v0.1.59 [2020-12-04T06:08:53.325Z] v0.1.6 [2020-12-04T06:08:53.325Z] v0.1.60 [2020-12-04T06:08:53.325Z] v0.1.61 [2020-12-04T06:08:53.325Z] v0.1.62 [2020-12-04T06:08:53.325Z] v0.1.63 [2020-12-04T06:08:53.325Z] v0.1.64 [2020-12-04T06:08:53.325Z] v0.1.65 [2020-12-04T06:08:53.325Z] v0.1.66 [2020-12-04T06:08:53.325Z] v0.1.67 [2020-12-04T06:08:53.325Z] v0.1.68 [2020-12-04T06:08:53.325Z] v0.1.69 [2020-12-04T06:08:53.325Z] v0.1.7 [2020-12-04T06:08:53.325Z] v0.1.70 [2020-12-04T06:08:53.325Z] v0.1.71 [2020-12-04T06:08:53.325Z] v0.1.72 [2020-12-04T06:08:53.325Z] v0.1.73 [2020-12-04T06:08:53.325Z] v0.1.74 [2020-12-04T06:08:53.325Z] v0.1.75 [2020-12-04T06:08:53.325Z] v0.1.76 [2020-12-04T06:08:53.325Z] v0.1.77 [2020-12-04T06:08:53.325Z] v0.1.78 [2020-12-04T06:08:53.325Z] v0.1.79 [2020-12-04T06:08:53.325Z] v0.1.8 [2020-12-04T06:08:53.325Z] v0.1.80 [2020-12-04T06:08:53.325Z] v0.1.81 [2020-12-04T06:08:53.325Z] v0.1.82 [2020-12-04T06:08:53.325Z] v0.1.83 [2020-12-04T06:08:53.325Z] v0.1.84 [2020-12-04T06:08:53.325Z] v0.1.85 [2020-12-04T06:08:53.325Z] v0.1.86 [2020-12-04T06:08:53.325Z] v0.1.87 [2020-12-04T06:08:53.325Z] v0.1.88 [2020-12-04T06:08:53.325Z] v0.1.89 [2020-12-04T06:08:53.325Z] v0.1.9 [2020-12-04T06:08:53.325Z] v0.1.90 [2020-12-04T06:08:53.325Z] v0.1.91 [2020-12-04T06:08:53.325Z] v0.1.92 [2020-12-04T06:08:53.325Z] v0.1.93 [2020-12-04T06:08:53.325Z] v0.1.94 [2020-12-04T06:08:53.325Z] v0.1.95 [2020-12-04T06:08:53.325Z] v0.1.96 [2020-12-04T06:08:53.325Z] v0.1.97 [2020-12-04T06:08:53.325Z] v0.1.98 [2020-12-04T06:08:53.325Z] v0.1.99 [2020-12-04T06:08:53.325Z] v2.0.0-dev.1 [Pipeline] sh [2020-12-04T06:08:53.626Z] + lftools sign git-tag v2.0.0-dev.1 [2020-12-04T06:08:55.031Z] Signing Git tag with Sigul... [2020-12-04T06:08:55.031Z] Signing v2.0.0-dev.1 [Pipeline] echo [2020-12-04T06:08:55.998Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:08:56.295Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-04T06:08:56.305Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-04T06:08:56.419Z] $ docker stop --time=1 e2fead0beb697e10afbda8de429e688ef31bf4bdc9fe697f1063bfd7f9f2d0d1 [2020-12-04T06:08:58.403Z] $ docker rm -f e2fead0beb697e10afbda8de429e688ef31bf4bdc9fe697f1063bfd7f9f2d0d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:08:59.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T06:08:59.399Z] . [Pipeline] withDockerContainer [2020-12-04T06:08:59.503Z] prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container [2020-12-04T06:08:59.553Z] $ 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-04T06:09:00.246Z] $ docker top e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T06:09:00.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T06:09:00.592Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T06:09:00.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T06:09:00.810Z] $ docker exec e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e ssh-agent [2020-12-04T06:09:00.992Z] SSH_AUTH_SOCK=/tmp/ssh-XGDS4HIAUi0b/agent.11 [2020-12-04T06:09:00.992Z] SSH_AGENT_PID=17 [2020-12-04T06:09:01.007Z] Running ssh-add (command line suppressed) [2020-12-04T06:09:01.139Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_182290325408577279.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_182290325408577279.key) [2020-12-04T06:09:01.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T06:09:01.606Z] + git semver bump patch [2020-12-04T06:09:01.606Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T06:09:01.606Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T06:09:01.606Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T06:09:01.606Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T06:09:01.606Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T06:09:01.606Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T06:09:01.606Z] # $SEMVER_BRANCH = master [2020-12-04T06:09:01.606Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-12-04T06:09:01.606Z] 2.0.1 [Pipeline] } [2020-12-04T06:09:01.631Z] $ docker exec --env ******** --env ******** e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e ssh-agent -k [2020-12-04T06:09:01.784Z] unset SSH_AUTH_SOCK; [2020-12-04T06:09:01.786Z] unset SSH_AGENT_PID; [2020-12-04T06:09:01.786Z] echo Agent pid 17 killed; [2020-12-04T06:09:01.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T06:09:02.444Z] + git semver [Pipeline] } [2020-12-04T06:09:02.473Z] $ docker stop --time=1 e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e [2020-12-04T06:09:03.843Z] $ docker rm -f e67fbc98b48695439fbacb0981af5cc775799f5f4dc450a961e9f26c2af7b96e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:09:04.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T06:09:04.400Z] . [Pipeline] withDockerContainer [2020-12-04T06:09:04.502Z] prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container [2020-12-04T06:09:04.551Z] $ 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-04T06:09:05.343Z] $ docker top 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T06:09:05.683Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T06:09:05.684Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T06:09:05.887Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T06:09:05.892Z] $ docker exec 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 ssh-agent [2020-12-04T06:09:06.065Z] SSH_AUTH_SOCK=/tmp/ssh-fPHJPqGKRJKD/agent.12 [2020-12-04T06:09:06.065Z] SSH_AGENT_PID=18 [2020-12-04T06:09:06.074Z] Running ssh-add (command line suppressed) [2020-12-04T06:09:06.200Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2093147046835915774.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2093147046835915774.key) [2020-12-04T06:09:06.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T06:09:06.719Z] + git semver push [2020-12-04T06:09:06.719Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T06:09:06.719Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-12-04T06:09:06.719Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T06:09:06.719Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T06:09:06.719Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T06:09:06.719Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T06:09:06.719Z] # $SEMVER_BRANCH = master [2020-12-04T06:09:06.719Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-12-04T06:09:13.383Z] $ docker exec --env ******** --env ******** 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 ssh-agent -k [2020-12-04T06:09:13.505Z] unset SSH_AUTH_SOCK; [2020-12-04T06:09:13.505Z] unset SSH_AGENT_PID; [2020-12-04T06:09:13.505Z] echo Agent pid 18 killed; [2020-12-04T06:09:13.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T06:09:14.098Z] + git semver [Pipeline] } [2020-12-04T06:09:14.116Z] $ docker stop --time=1 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 [2020-12-04T06:09:15.452Z] $ docker rm -f 5991bb348e989d72edb28090e465c6db2a8c35fbacbe3db6ba2bcb5ab255bb46 [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-04T06:09:17.200Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:09:17.771Z] ---> package-listing.sh [2020-12-04T06:09:17.771Z] ++ facter osfamily [2020-12-04T06:09:17.771Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T06:09:17.771Z] + OS_FAMILY=redhat [2020-12-04T06:09:17.771Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-12-04T06:09:17.771Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T06:09:17.771Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T06:09:17.771Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T06:09:17.771Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T06:09:17.771Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-04T06:09:17.771Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T06:09:17.771Z] + case "${OS_FAMILY}" in [2020-12-04T06:09:17.771Z] + rpm -qa [2020-12-04T06:09:17.771Z] + sort [2020-12-04T06:09:23.071Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T06:09:23.071Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T06:09:23.071Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T06:09:23.071Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-12-04T06:09:23.071Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-12-04T06:09:23.071Z] + 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-04T06:09:23.084Z] 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-04T06:09:23.376Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:09:23.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T06:09:23.685Z] [2020-12-04T06:09:23.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T06:09:24.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T06:09:24.042Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T06:09:24.042Z] df20fa9351a1: Pulling fs layer [2020-12-04T06:09:24.042Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T06:09:24.042Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T06:09:24.042Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T06:09:24.042Z] 93b61091891f: Pulling fs layer [2020-12-04T06:09:24.042Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T06:09:24.042Z] 5e14af77c1be: Pulling fs layer [2020-12-04T06:09:24.042Z] 01666e4c0597: Pulling fs layer [2020-12-04T06:09:24.042Z] aa168da1d23b: Pulling fs layer [2020-12-04T06:09:24.042Z] 01666e4c0597: Waiting [2020-12-04T06:09:24.042Z] 93b9cdb0e59b: Waiting [2020-12-04T06:09:24.042Z] 5e14af77c1be: Waiting [2020-12-04T06:09:24.042Z] 93b61091891f: Waiting [2020-12-04T06:09:24.042Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T06:09:24.042Z] 36b3adc4ff6f: Download complete [2020-12-04T06:09:24.042Z] 46f8f816bc3b: Verifying Checksum [2020-12-04T06:09:24.042Z] 46f8f816bc3b: Download complete [2020-12-04T06:09:24.042Z] df20fa9351a1: Verifying Checksum [2020-12-04T06:09:24.042Z] df20fa9351a1: Download complete [2020-12-04T06:09:24.042Z] 93b9cdb0e59b: Verifying Checksum [2020-12-04T06:09:24.042Z] 93b9cdb0e59b: Download complete [2020-12-04T06:09:24.042Z] 5e14af77c1be: Verifying Checksum [2020-12-04T06:09:24.042Z] 5e14af77c1be: Download complete [2020-12-04T06:09:24.304Z] 01666e4c0597: Verifying Checksum [2020-12-04T06:09:24.304Z] 01666e4c0597: Download complete [2020-12-04T06:09:24.304Z] 93b61091891f: Verifying Checksum [2020-12-04T06:09:24.304Z] 93b61091891f: Download complete [2020-12-04T06:09:24.304Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T06:09:24.304Z] 8ad3a11d3b57: Download complete [2020-12-04T06:09:24.570Z] df20fa9351a1: Pull complete [2020-12-04T06:09:24.570Z] 36b3adc4ff6f: Pull complete [2020-12-04T06:09:25.980Z] 8ad3a11d3b57: Pull complete [2020-12-04T06:09:25.980Z] 46f8f816bc3b: Pull complete [2020-12-04T06:09:26.557Z] 93b61091891f: Pull complete [2020-12-04T06:09:26.820Z] 93b9cdb0e59b: Pull complete [2020-12-04T06:09:27.083Z] aa168da1d23b: Verifying Checksum [2020-12-04T06:09:27.083Z] aa168da1d23b: Download complete [2020-12-04T06:09:27.083Z] 5e14af77c1be: Pull complete [2020-12-04T06:09:27.083Z] 01666e4c0597: Pull complete [2020-12-04T06:09:35.267Z] aa168da1d23b: Pull complete [2020-12-04T06:09:35.267Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T06:09:35.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T06:09:35.267Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T06:09:35.417Z] prd-centos7-docker-4c-2g-14458 does not seem to be running inside a container [2020-12-04T06:09:35.467Z] $ 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-04T06:09:37.729Z] $ docker top 23122cc13e09066b156617ec50b0b8b32e2e5920b71d600580311dbf46bd00bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T06:09:38.282Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T06:09:38.581Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T06:09:38.881Z] + ls /var/log/sa-host [2020-12-04T06:09:38.881Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T06:09:38.881Z] file_magic: OK [2020-12-04T06:09:38.881Z] HZ: Using current value: 100 [2020-12-04T06:09:38.881Z] file_header: OK [2020-12-04T06:09:38.881Z] 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-04T06:09:38.881Z] Statistics: [2020-12-04T06:09:38.881Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-04T06:09:38.881Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T06:09:38.881Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T06:09:38.881Z] file_magic: OK [2020-12-04T06:09:38.881Z] HZ: Using current value: 100 [2020-12-04T06:09:38.881Z] file_header: OK [2020-12-04T06:09:38.881Z] 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-04T06:09:38.881Z] Statistics: [2020-12-04T06:09:38.881Z] Hnuu...uuuununununu... [2020-12-04T06:09:38.881Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T06:09:39.517Z] provisioning config files... [2020-12-04T06:09:39.536Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4998405583000787772tmp [Pipeline] { [Pipeline] echo [2020-12-04T06:09:39.620Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:09:39.916Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T06:09:39.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T06:09:40.043Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:09:40.338Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T06:09:40.349Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:09:40.643Z] ---> sudo-logs.sh [2020-12-04T06:09:40.643Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T06:09:40.655Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:09:40.951Z] ---> job-cost.sh [2020-12-04T06:09:40.951Z] lf-activate-venv: SKIPPING [2020-12-04T06:09:40.951Z] INFO: No Stack... [2020-12-04T06:09:44.266Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T06:09:44.266Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T06:09:44.279Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T06:09:44.572Z] ---> logs-deploy.sh [2020-12-04T06:09:44.572Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/87 [2020-12-04T06:09:44.572Z] INFO: archiving workspace using pattern(s): [2020-12-04T06:09:45.961Z] Archives upload complete. [2020-12-04T06:09:46.223Z] INFO: archiving logs to Nexus [2020-12-04T06:09:47.172Z] ---> uname -a: [2020-12-04T06:09:47.172Z] Linux prd-centos7-docker-4c-2g-14458.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-04T06:09:47.172Z] [2020-12-04T06:09:47.172Z] [2020-12-04T06:09:47.172Z] ---> lscpu: [2020-12-04T06:09:47.172Z] Architecture: x86_64 [2020-12-04T06:09:47.172Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-04T06:09:47.172Z] Byte Order: Little Endian [2020-12-04T06:09:47.172Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-04T06:09:47.172Z] CPU(s): 4 [2020-12-04T06:09:47.172Z] On-line CPU(s) list: 0-3 [2020-12-04T06:09:47.172Z] Thread(s) per core: 1 [2020-12-04T06:09:47.172Z] Core(s) per socket: 1 [2020-12-04T06:09:47.172Z] Socket(s): 4 [2020-12-04T06:09:47.172Z] NUMA node(s): 1 [2020-12-04T06:09:47.172Z] Vendor ID: GenuineIntel [2020-12-04T06:09:47.172Z] CPU family: 6 [2020-12-04T06:09:47.172Z] Model: 44 [2020-12-04T06:09:47.172Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-04T06:09:47.172Z] Stepping: 1 [2020-12-04T06:09:47.172Z] CPU MHz: 2933.438 [2020-12-04T06:09:47.172Z] BogoMIPS: 5866.87 [2020-12-04T06:09:47.172Z] Virtualization: VT-x [2020-12-04T06:09:47.172Z] Hypervisor vendor: KVM [2020-12-04T06:09:47.172Z] Virtualization type: full [2020-12-04T06:09:47.172Z] L1d cache: 128 KiB [2020-12-04T06:09:47.172Z] L1i cache: 128 KiB [2020-12-04T06:09:47.172Z] L2 cache: 16 MiB [2020-12-04T06:09:47.172Z] L3 cache: 64 MiB [2020-12-04T06:09:47.172Z] NUMA node0 CPU(s): 0-3 [2020-12-04T06:09:47.172Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-04T06:09:47.172Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-04T06:09:47.172Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-04T06:09:47.172Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-04T06:09:47.172Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-04T06:09:47.172Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-04T06:09:47.172Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-04T06:09:47.172Z] Vulnerability Srbds: Not affected [2020-12-04T06:09:47.172Z] Vulnerability Tsx async abort: Not affected [2020-12-04T06:09:47.172Z] 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-04T06:09:47.172Z] [2020-12-04T06:09:47.172Z] [2020-12-04T06:09:47.172Z] ---> nproc: [2020-12-04T06:09:47.172Z] 4 [2020-12-04T06:09:47.172Z] [2020-12-04T06:09:47.172Z] [2020-12-04T06:09:47.172Z] ---> df -h: [2020-12-04T06:09:47.172Z] Filesystem Size Used Available Use% Mounted on [2020-12-04T06:09:47.172Z] overlay 50.0G 8.5G 41.4G 17% / [2020-12-04T06:09:47.172Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-04T06:09:47.172Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-04T06:09:47.172Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-04T06:09:47.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2020-12-04T06:09:47.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2020-12-04T06:09:47.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2020-12-04T06:09:47.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2020-12-04T06:09:47.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2020-12-04T06:09:47.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-12-04T06:09:47.172Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2020-12-04T06:09:47.173Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-12-04T06:09:47.173Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2020-12-04T06:09:47.173Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] ---> free -m: [2020-12-04T06:09:47.173Z] total used free shared buff/cache available [2020-12-04T06:09:47.173Z] Mem: 1837 812 153 0 872 960 [2020-12-04T06:09:47.173Z] Swap: 1023 3 1020 [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] ---> ip addr: [2020-12-04T06:09:47.173Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-04T06:09:47.173Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-04T06:09:47.173Z] inet 127.0.0.1/8 scope host lo [2020-12-04T06:09:47.173Z] valid_lft forever preferred_lft forever [2020-12-04T06:09:47.173Z] inet6 ::1/128 scope host [2020-12-04T06:09:47.173Z] valid_lft forever preferred_lft forever [2020-12-04T06:09:47.173Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-04T06:09:47.173Z] link/ether fa:16:3e:bf:98:3f brd ff:ff:ff:ff:ff:ff [2020-12-04T06:09:47.173Z] inet 10.30.122.116/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-04T06:09:47.173Z] valid_lft 85949sec preferred_lft 85949sec [2020-12-04T06:09:47.173Z] inet6 fe80::f816:3eff:febf:983f/64 scope link [2020-12-04T06:09:47.173Z] valid_lft forever preferred_lft forever [2020-12-04T06:09:47.173Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-04T06:09:47.173Z] link/ether 02:42:f1:e5:c1:13 brd ff:ff:ff:ff:ff:ff [2020-12-04T06:09:47.173Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-04T06:09:47.173Z] valid_lft forever preferred_lft forever [2020-12-04T06:09:47.173Z] inet6 fe80::42:f1ff:fee5:c113/64 scope link [2020-12-04T06:09:47.173Z] valid_lft forever preferred_lft forever [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] ---> sar -b -r -n DEV: [2020-12-04T06:09:47.173Z] 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-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] 06:02:03 LINUX RESTART (4 CPU) [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] 06:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-04T06:09:47.173Z] 06:04:01 17.85 4.33 13.52 0.00 1129.88 584.50 0.00 [2020-12-04T06:09:47.173Z] 06:05:02 1.77 0.00 1.77 0.00 0.00 35.77 0.00 [2020-12-04T06:09:47.173Z] 06:06:01 0.32 0.00 0.32 0.00 0.00 5.94 0.00 [2020-12-04T06:09:47.173Z] 06:07:01 0.38 0.00 0.38 0.00 0.00 6.13 0.00 [2020-12-04T06:09:47.173Z] 06:08:01 160.15 89.88 70.27 0.00 3522.29 25680.44 0.00 [2020-12-04T06:09:47.173Z] 06:09:01 312.97 148.10 164.86 0.00 8794.94 42228.55 0.00 [2020-12-04T06:09:47.173Z] Average: 82.49 40.51 41.98 0.00 2247.98 11458.09 0.00 [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] 06:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-04T06:09:47.173Z] 06:04:01 160628 0 570244 30.31 2556 1148116 1080632 36.88 398996 1121628 24 [2020-12-04T06:09:47.173Z] 06:05:02 160664 0 570204 30.31 2556 1148120 1061984 36.24 411916 1109432 20 [2020-12-04T06:09:47.173Z] 06:06:01 159944 0 570916 30.34 2556 1148128 1062092 36.25 414700 1107304 16 [2020-12-04T06:09:47.173Z] 06:07:01 160108 0 570752 30.33 2556 1148128 1061840 36.24 417428 1104396 20 [2020-12-04T06:09:47.173Z] 06:08:01 65768 0 708400 37.65 2556 1104820 1497328 51.10 530932 1023116 103172 [2020-12-04T06:09:47.173Z] 06:09:01 233508 0 764332 40.62 1520 882184 1222372 41.72 574916 734928 44 [2020-12-04T06:09:47.173Z] Average: 156770 0 625808 33.26 2383 1096583 1164375 39.74 458148 1033467 17216 [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] 06:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-04T06:09:47.173Z] 06:04:01 eth0 20.59 19.18 33.28 18.94 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:04:01 docker0 6.18 4.44 1.29 13.47 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:05:02 eth0 4.48 1.93 3.15 0.13 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:06:01 eth0 1.49 0.83 0.83 0.57 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:07:01 eth0 0.08 0.07 0.01 0.04 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:08:01 eth0 384.73 336.92 4074.49 28.74 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:09:01 eth0 421.77 367.38 3552.93 89.41 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:09:01 veth854bdd8 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] 06:09:01 docker0 37.78 45.07 2.54 307.41 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] Average: eth0 139.27 121.41 1281.28 23.04 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] Average: veth854bdd8 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] Average: docker0 7.35 8.28 0.64 53.65 0.00 0.00 0.00 0.00 [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] ---> sar -P ALL: [2020-12-04T06:09:47.173Z] 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-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] 06:02:03 LINUX RESTART (4 CPU) [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] 06:03:01 CPU %user %nice %system %iowait %steal %idle [2020-12-04T06:09:47.173Z] 06:04:01 all 1.28 0.00 0.87 0.51 0.01 97.34 [2020-12-04T06:09:47.173Z] 06:04:01 0 1.02 0.00 0.85 0.40 0.00 97.73 [2020-12-04T06:09:47.173Z] 06:04:01 1 1.04 0.00 0.87 0.85 0.00 97.24 [2020-12-04T06:09:47.173Z] 06:04:01 2 1.14 0.00 0.82 0.68 0.02 97.35 [2020-12-04T06:09:47.173Z] 06:04:01 3 1.92 0.00 0.94 0.08 0.02 97.04 [2020-12-04T06:09:47.173Z] 06:05:02 all 0.23 0.00 0.06 0.00 0.00 99.71 [2020-12-04T06:09:47.173Z] 06:05:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-04T06:09:47.173Z] 06:05:02 1 0.22 0.00 0.10 0.00 0.00 99.68 [2020-12-04T06:09:47.173Z] 06:05:02 2 0.17 0.00 0.03 0.00 0.00 99.80 [2020-12-04T06:09:47.173Z] 06:05:02 3 0.50 0.00 0.08 0.00 0.00 99.42 [2020-12-04T06:09:47.173Z] 06:06:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-12-04T06:09:47.173Z] 06:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-04T06:09:47.173Z] 06:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-04T06:09:47.173Z] 06:06:01 2 0.08 0.00 0.05 0.00 0.00 99.86 [2020-12-04T06:09:47.173Z] 06:06:01 3 0.56 0.00 0.03 0.00 0.00 99.41 [2020-12-04T06:09:47.173Z] 06:07:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2020-12-04T06:09:47.173Z] 06:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-12-04T06:09:47.173Z] 06:07:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2020-12-04T06:09:47.173Z] 06:07:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-04T06:09:47.173Z] 06:07:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-04T06:09:47.173Z] 06:08:01 all 6.51 0.00 5.01 1.34 0.02 87.12 [2020-12-04T06:09:47.173Z] 06:08:01 0 6.94 0.00 5.63 0.86 0.03 86.54 [2020-12-04T06:09:47.173Z] 06:08:01 1 6.06 0.00 4.49 1.99 0.00 87.46 [2020-12-04T06:09:47.173Z] 06:08:01 2 6.27 0.00 4.99 0.74 0.03 87.97 [2020-12-04T06:09:47.173Z] 06:08:01 3 6.76 0.00 4.92 1.77 0.02 86.53 [2020-12-04T06:09:47.173Z] 06:09:01 all 13.39 0.00 9.88 3.15 0.06 73.52 [2020-12-04T06:09:47.173Z] 06:09:01 0 11.70 0.00 10.01 1.58 0.07 76.64 [2020-12-04T06:09:47.173Z] 06:09:01 1 13.41 0.00 9.95 4.41 0.05 72.18 [2020-12-04T06:09:47.173Z] 06:09:01 2 12.98 0.00 10.79 3.82 0.05 72.36 [2020-12-04T06:09:47.173Z] 06:09:01 3 15.50 0.00 8.76 2.76 0.07 72.92 [2020-12-04T06:09:47.173Z] Average: all 3.59 0.00 2.62 0.82 0.02 92.95 [2020-12-04T06:09:47.173Z] Average: 0 3.25 0.00 2.73 0.47 0.02 93.53 [2020-12-04T06:09:47.173Z] Average: 1 3.43 0.00 2.56 1.20 0.01 92.80 [2020-12-04T06:09:47.173Z] Average: 2 3.42 0.00 2.76 0.87 0.02 92.94 [2020-12-04T06:09:47.173Z] Average: 3 4.24 0.00 2.43 0.76 0.02 92.54 [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z] [2020-12-04T06:09:47.173Z]