Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5b809937728fe6379baf9f00399e19471274c7bf 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5428 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5b809937728fe6379baf9f00399e19471274c7bf (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 Commit message: "Merge pull request #112 from lenny-intel/ValueWithEqual" > git rev-list --no-walk aa1d003906c0577cfe824471a85abe93373bf4cf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-14T21:36:31.421Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-14T21:36:31.687Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-14T21:36:31.787Z] ========================================================= [2020-10-14T21:36:31.788Z] EdgeX Global Pipelines Version Info [2020-10-14T21:36:31.788Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:36:33.299Z] ------------------- [2020-10-14T21:36:33.299Z] stable info: [2020-10-14T21:36:33.299Z] ------------------- [2020-10-14T21:36:33.299Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-14T21:36:33.299Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-14T21:36:33.299Z] Message: update stable to v1.0.142 [2020-10-14T21:36:34.251Z] ------------------- [2020-10-14T21:36:34.251Z] experimental info: [2020-10-14T21:36:34.251Z] ------------------- [2020-10-14T21:36:34.251Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-14T21:36:34.251Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-14T21:36:34.251Z] Message: update experimental to v1.0.142 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-14T21:36:34.673Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-10-14T21:36:34.767Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-10-14T21:36:34.862Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-14T21:36:34.945Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-14T21:36:35.029Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-14T21:36:35.109Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-14T21:36:35.189Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-14T21:36:35.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-14T21:36:35.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-14T21:36:35.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-14T21:36:35.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-14T21:36:35.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-10-14T21:36:35.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-14T21:36:35.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-14T21:36:35.919Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T21:36:36.013Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T21:36:36.096Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T21:36:36.204Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-14T21:36:36.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-14T21:36:36.380Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-14T21:36:36.462Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-14T21:36:36.545Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-14T21:36:36.639Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-14T21:36:36.733Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-14T21:36:36.815Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-14T21:36:36.903Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-14T21:36:37.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-14T21:36:37.092Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-14T21:36:37.176Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b809937728fe6379baf9f00399e19471274c7bf [Pipeline] echo [2020-10-14T21:36:37.261Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b80993 [Pipeline] echo [2020-10-14T21:36:37.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-14T21:36:38.006Z] + git log --format=format:%s -1 5b809937728fe6379baf9f00399e19471274c7bf [Pipeline] echo [2020-10-14T21:36:38.071Z] GIT_COMMIT: 5b809937728fe6379baf9f00399e19471274c7bf, Commit Message: Merge pull request #112 from lenny-intel/ValueWithEqual [Pipeline] echo [2020-10-14T21:36:38.116Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:36:39.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T21:36:39.623Z] [2020-10-14T21:36:39.623Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:36:39.977Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T21:36:39.977Z] latest: Pulling from edgex-devops/git-semver [2020-10-14T21:36:39.977Z] 31603596830f: Pulling fs layer [2020-10-14T21:36:39.977Z] 2a8b12db71e7: Pulling fs layer [2020-10-14T21:36:39.977Z] 6ca5941a6612: Pulling fs layer [2020-10-14T21:36:39.977Z] ecc8261a40a4: Pulling fs layer [2020-10-14T21:36:39.977Z] ecc8261a40a4: Waiting [2020-10-14T21:36:39.977Z] 2a8b12db71e7: Verifying Checksum [2020-10-14T21:36:39.977Z] 2a8b12db71e7: Download complete [2020-10-14T21:36:40.241Z] 31603596830f: Verifying Checksum [2020-10-14T21:36:40.241Z] 31603596830f: Download complete [2020-10-14T21:36:40.241Z] 6ca5941a6612: Verifying Checksum [2020-10-14T21:36:40.241Z] 6ca5941a6612: Download complete [2020-10-14T21:36:40.241Z] ecc8261a40a4: Verifying Checksum [2020-10-14T21:36:40.241Z] ecc8261a40a4: Download complete [2020-10-14T21:36:40.504Z] 31603596830f: Pull complete [2020-10-14T21:36:40.766Z] 2a8b12db71e7: Pull complete [2020-10-14T21:36:41.712Z] 6ca5941a6612: Pull complete [2020-10-14T21:36:41.975Z] ecc8261a40a4: Pull complete [2020-10-14T21:36:41.975Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-14T21:36:41.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T21:36:41.975Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-14T21:36:42.080Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-10-14T21:36:42.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T21:36:44.056Z] $ docker top bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T21:36:44.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T21:36:44.342Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T21:36:44.555Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T21:36:44.563Z] $ docker exec bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent [2020-10-14T21:36:44.714Z] SSH_AUTH_SOCK=/tmp/ssh-TGAIDbKyLjjO/agent.11 [2020-10-14T21:36:44.714Z] SSH_AGENT_PID=16 [2020-10-14T21:36:44.726Z] Running ssh-add (command line suppressed) [2020-10-14T21:36:44.849Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2992933760619074197.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2992933760619074197.key) [2020-10-14T21:36:44.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T21:36:45.228Z] + git tag --points-at HEAD [Pipeline] } [2020-10-14T21:36:45.320Z] $ docker exec --env ******** --env ******** bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent -k [2020-10-14T21:36:45.471Z] unset SSH_AUTH_SOCK; [2020-10-14T21:36:45.471Z] unset SSH_AGENT_PID; [2020-10-14T21:36:45.472Z] echo Agent pid 16 killed; [2020-10-14T21:36:45.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-14T21:36:45.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T21:36:45.676Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T21:36:45.842Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T21:36:45.849Z] $ docker exec bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent [2020-10-14T21:36:46.001Z] SSH_AUTH_SOCK=/tmp/ssh-5lq5uDSKkE1D/agent.45 [2020-10-14T21:36:46.001Z] SSH_AGENT_PID=50 [2020-10-14T21:36:46.008Z] Running ssh-add (command line suppressed) [2020-10-14T21:36:46.128Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2497852366789960584.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_2497852366789960584.key) [2020-10-14T21:36:46.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T21:36:46.505Z] + git semver init [2020-10-14T21:36:46.505Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T21:36:46.505Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-14T21:36:46.505Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-14T21:36:46.505Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T21:36:46.505Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T21:36:46.505Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T21:36:46.505Z] # $SEMVER_BRANCH = master [2020-10-14T21:36:46.505Z] # $SEMVER_TEMP = /tmp/semver-432548281 [2020-10-14T21:36:46.505Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-10-14T21:36:46.769Z] # '/tmp/semver-432548281' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-10-14T21:36:47.031Z] # -> Force: false [2020-10-14T21:36:47.032Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-14T21:36:47.047Z] $ docker exec --env ******** --env ******** bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 ssh-agent -k [2020-10-14T21:36:47.158Z] unset SSH_AUTH_SOCK; [2020-10-14T21:36:47.158Z] unset SSH_AGENT_PID; [2020-10-14T21:36:47.158Z] echo Agent pid 50 killed; [2020-10-14T21:36:47.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T21:36:47.651Z] + git semver [Pipeline] } [2020-10-14T21:36:47.674Z] $ docker stop --time=1 bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 [2020-10-14T21:36:49.241Z] $ docker rm -f bc06fb73defc6cf9c2d44a17ee6d61c250c0f5a446a8f81fecd7bce98b1efff7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-14T21:36:49.839Z] Stashed 1 file(s) [Pipeline] echo [2020-10-14T21:36:49.842Z] [edgeXSemver]: initialized semver on version 0.0.50 [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-10-14T21:37:05.439Z] Still waiting to schedule task [2020-10-14T21:37:05.440Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-14T21:37:05.442Z] Still waiting to schedule task [2020-10-14T21:37:05.442Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-14T21:38:58.769Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5429 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-14T21:38:58.828Z] Running in /w/workspace/go-mod-bootstrap/53 [Pipeline] { [Pipeline] checkout [2020-10-14T21:39:03.831Z] using credential edgex-jenkins-ssh [2020-10-14T21:39:03.927Z] Cloning the remote Git repository [2020-10-14T21:39:03.975Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-14T21:39:04.109Z] > git init /w/workspace/go-mod-bootstrap/53 # timeout=10 [2020-10-14T21:39:04.181Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-14T21:39:04.182Z] > git --version # timeout=10 [2020-10-14T21:39:04.209Z] > git --version # 'git version 2.17.1' [2020-10-14T21:39:04.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T21:39:04.284Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T21:39:04.986Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-14T21:39:05.002Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T21:39:05.029Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-14T21:39:05.068Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-14T21:39:05.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T21:39:05.081Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-14T21:39:05.563Z] Checking out Revision 5b809937728fe6379baf9f00399e19471274c7bf (master) [2020-10-14T21:39:05.570Z] > git config core.sparsecheckout # timeout=10 [2020-10-14T21:39:05.591Z] > git checkout -f 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 [2020-10-14T21:39:09.992Z] Commit message: "Merge pull request #112 from lenny-intel/ValueWithEqual" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-14T21:39:11.027Z] ========================================================= [2020-10-14T21:39:11.028Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-14T21:39:11.028Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:39:11.925Z] + 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-10-14T21:39:12.534Z] Sending build context to Docker daemon 525.8kB [2020-10-14T21:39:12.814Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-14T21:39:12.814Z] Step 2/8 : FROM ${BASE} [2020-10-14T21:39:13.092Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-14T21:39:13.092Z] b538f80385f9: Pulling fs layer [2020-10-14T21:39:13.092Z] 74f711af9a0d: Pulling fs layer [2020-10-14T21:39:13.092Z] 99f96fe45779: Pulling fs layer [2020-10-14T21:39:13.092Z] 8529a6b9a6be: Pulling fs layer [2020-10-14T21:39:13.092Z] 45590311c82a: Pulling fs layer [2020-10-14T21:39:13.092Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-14T21:39:13.092Z] 209524e5b208: Pulling fs layer [2020-10-14T21:39:13.092Z] 69ca0ff8b7b3: Waiting [2020-10-14T21:39:13.092Z] 8529a6b9a6be: Waiting [2020-10-14T21:39:13.092Z] 209524e5b208: Waiting [2020-10-14T21:39:13.092Z] 45590311c82a: Waiting [2020-10-14T21:39:13.092Z] 99f96fe45779: Download complete [2020-10-14T21:39:13.092Z] 74f711af9a0d: Download complete [2020-10-14T21:39:13.092Z] 45590311c82a: Download complete [2020-10-14T21:39:13.092Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-14T21:39:13.092Z] 69ca0ff8b7b3: Download complete [2020-10-14T21:39:13.092Z] b538f80385f9: Verifying Checksum [2020-10-14T21:39:13.092Z] b538f80385f9: Download complete [2020-10-14T21:39:14.087Z] b538f80385f9: Pull complete [2020-10-14T21:39:14.376Z] 74f711af9a0d: Pull complete [2020-10-14T21:39:14.981Z] 99f96fe45779: Pull complete [2020-10-14T21:39:16.025Z] 209524e5b208: Verifying Checksum [2020-10-14T21:39:16.025Z] 209524e5b208: Download complete [2020-10-14T21:39:16.627Z] 8529a6b9a6be: Verifying Checksum [2020-10-14T21:39:16.628Z] 8529a6b9a6be: Download complete [2020-10-14T21:39:29.057Z] 8529a6b9a6be: Pull complete [2020-10-14T21:39:29.057Z] 45590311c82a: Pull complete [2020-10-14T21:39:29.057Z] 69ca0ff8b7b3: Pull complete [2020-10-14T21:39:31.033Z] 209524e5b208: Pull complete [2020-10-14T21:39:31.033Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-14T21:39:31.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-14T21:39:31.033Z] ---> 5bddaf1c2fca [2020-10-14T21:39:31.033Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-14T21:39:33.659Z] ---> Running in 53505af49c3a [2020-10-14T21:39:34.254Z] Removing intermediate container 53505af49c3a [2020-10-14T21:39:34.254Z] ---> 327e7b6231e7 [2020-10-14T21:39:34.254Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T21:39:34.254Z] ---> Running in b1be8a2de185 [2020-10-14T21:39:36.888Z] Removing intermediate container b1be8a2de185 [2020-10-14T21:39:36.888Z] ---> 21451fb03827 [2020-10-14T21:39:36.888Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-14T21:39:36.888Z] ---> Running in 27c73d5af2f1 [2020-10-14T21:39:38.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-14T21:39:38.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-14T21:39:39.518Z] OK: 142 MiB in 39 packages [2020-10-14T21:39:40.951Z] Removing intermediate container 27c73d5af2f1 [2020-10-14T21:39:40.951Z] ---> 7d76afcf5c09 [2020-10-14T21:39:40.951Z] Step 6/8 : WORKDIR /build [2020-10-14T21:39:40.951Z] ---> Running in 2d70d6487b3d [2020-10-14T21:39:41.223Z] Removing intermediate container 2d70d6487b3d [2020-10-14T21:39:41.223Z] ---> cb451cc9dca6 [2020-10-14T21:39:41.223Z] Step 7/8 : COPY go.mod . [2020-10-14T21:39:41.817Z] ---> e0973ae10e47 [2020-10-14T21:39:41.817Z] Step 8/8 : RUN go mod download [2020-10-14T21:39:42.092Z] ---> Running in b211e135a646 [2020-10-14T21:39:48.497Z] Running on prd-centos7-docker-4c-2g-5430 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-10-14T21:39:48.553Z] Running in /w/workspace/go-mod-bootstrap/53 [Pipeline] { [Pipeline] checkout [2020-10-14T21:39:51.466Z] using credential edgex-jenkins-ssh [2020-10-14T21:39:51.527Z] Cloning the remote Git repository [2020-10-14T21:39:51.556Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-14T21:39:51.621Z] > git init /w/workspace/go-mod-bootstrap/53 # timeout=10 [2020-10-14T21:39:51.676Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-14T21:39:51.676Z] > git --version # timeout=10 [2020-10-14T21:39:51.687Z] > git --version # 'git version 2.16.5' [2020-10-14T21:39:51.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T21:39:51.718Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T21:39:52.836Z] Checking out Revision 5b809937728fe6379baf9f00399e19471274c7bf (master) [2020-10-14T21:39:52.362Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-14T21:39:52.368Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-14T21:39:52.384Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-10-14T21:39:52.399Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-10-14T21:39:52.400Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-14T21:39:52.404Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-14T21:39:52.845Z] > git config core.sparsecheckout # timeout=10 [2020-10-14T21:39:52.850Z] > git checkout -f 5b809937728fe6379baf9f00399e19471274c7bf # timeout=10 [2020-10-14T21:39:56.459Z] Commit message: "Merge pull request #112 from lenny-intel/ValueWithEqual" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-14T21:39:57.146Z] ========================================================= [2020-10-14T21:39:57.146Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-14T21:39:57.146Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:39:57.788Z] + 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-10-14T21:39:58.059Z] Sending build context to Docker daemon 525.8kB [2020-10-14T21:39:58.325Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-14T21:39:58.325Z] Step 2/8 : FROM ${BASE} [2020-10-14T21:39:58.325Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-14T21:39:58.325Z] df20fa9351a1: Pulling fs layer [2020-10-14T21:39:58.325Z] ed8968b2872e: Pulling fs layer [2020-10-14T21:39:58.325Z] a92cc7c5fd73: Pulling fs layer [2020-10-14T21:39:58.325Z] e871e8e8d7a9: Pulling fs layer [2020-10-14T21:39:58.325Z] e73272ec9a57: Pulling fs layer [2020-10-14T21:39:58.325Z] 1e910a182e73: Pulling fs layer [2020-10-14T21:39:58.325Z] 4e634b169226: Pulling fs layer [2020-10-14T21:39:58.325Z] e871e8e8d7a9: Waiting [2020-10-14T21:39:58.325Z] e73272ec9a57: Waiting [2020-10-14T21:39:58.325Z] 1e910a182e73: Waiting [2020-10-14T21:39:58.325Z] 4e634b169226: Waiting [2020-10-14T21:39:58.325Z] a92cc7c5fd73: Verifying Checksum [2020-10-14T21:39:58.325Z] a92cc7c5fd73: Download complete [2020-10-14T21:39:58.325Z] ed8968b2872e: Verifying Checksum [2020-10-14T21:39:58.325Z] ed8968b2872e: Download complete [2020-10-14T21:39:58.325Z] e73272ec9a57: Verifying Checksum [2020-10-14T21:39:58.325Z] e73272ec9a57: Download complete [2020-10-14T21:39:58.325Z] 1e910a182e73: Verifying Checksum [2020-10-14T21:39:58.325Z] 1e910a182e73: Download complete [2020-10-14T21:39:58.325Z] df20fa9351a1: Verifying Checksum [2020-10-14T21:39:58.325Z] df20fa9351a1: Download complete [2020-10-14T21:39:58.589Z] df20fa9351a1: Pull complete [2020-10-14T21:39:58.851Z] ed8968b2872e: Pull complete [2020-10-14T21:39:58.851Z] a92cc7c5fd73: Pull complete [2020-10-14T21:40:00.790Z] 4e634b169226: Verifying Checksum [2020-10-14T21:40:00.790Z] 4e634b169226: Download complete [2020-10-14T21:40:01.371Z] e871e8e8d7a9: Verifying Checksum [2020-10-14T21:40:01.371Z] e871e8e8d7a9: Download complete [2020-10-14T21:40:04.273Z] Removing intermediate container b211e135a646 [2020-10-14T21:40:04.273Z] ---> d78c8a56b746 [2020-10-14T21:40:04.273Z] Successfully built d78c8a56b746 [2020-10-14T21:40:04.273Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:40:04.684Z] + docker inspect -f . ci-base-image-arm64 [2020-10-14T21:40:04.684Z] . [Pipeline] withDockerContainer [2020-10-14T21:40:04.918Z] prd-ubuntu18.04-docker-arm64-4c-16g-5429 does not seem to be running inside a container [2020-10-14T21:40:05.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/53 -v /w/workspace/go-mod-bootstrap/53:/w/workspace/go-mod-bootstrap/53:rw,z -v /w/workspace/go-mod-bootstrap/53@tmp:/w/workspace/go-mod-bootstrap/53@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 ******** ci-base-image-arm64 cat [2020-10-14T21:40:06.814Z] $ docker top fea21235b5329f4c32ddda2c85bb91333c7acf1900a1911dd2afbc4cb3980d12 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T21:40:08.037Z] e871e8e8d7a9: Pull complete [2020-10-14T21:40:08.037Z] e73272ec9a57: Pull complete [2020-10-14T21:40:08.037Z] 1e910a182e73: Pull complete [2020-10-14T21:40:08.207Z] + go version [2020-10-14T21:40:08.208Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-14T21:40:08.236Z] $ docker stop --time=1 fea21235b5329f4c32ddda2c85bb91333c7acf1900a1911dd2afbc4cb3980d12 [2020-10-14T21:40:10.246Z] $ docker rm -f fea21235b5329f4c32ddda2c85bb91333c7acf1900a1911dd2afbc4cb3980d12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-14T21:40:12.268Z] 4e634b169226: Pull complete [2020-10-14T21:40:12.268Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-14T21:40:12.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-14T21:40:12.268Z] ---> f7629b54cfaa [2020-10-14T21:40:12.268Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-14T21:40:12.268Z] ---> Running in 5622ca5eaaae [2020-10-14T21:40:12.533Z] Removing intermediate container 5622ca5eaaae [2020-10-14T21:40:12.533Z] ---> 6da3ce3e91e2 [2020-10-14T21:40:12.533Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-14T21:40:12.533Z] ---> Running in a70af474af84 [2020-10-14T21:40:13.932Z] Removing intermediate container a70af474af84 [2020-10-14T21:40:13.932Z] ---> 77bc9a035c71 [2020-10-14T21:40:13.932Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-10-14T21:40:13.932Z] ---> Running in 56c44bb81041 [2020-10-14T21:40:14.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-14T21:40:15.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-14T21:40:15.657Z] OK: 166 MiB in 39 packages [2020-10-14T21:40:15.946Z] Removing intermediate container 56c44bb81041 [2020-10-14T21:40:15.946Z] ---> 6e6d111a6254 [2020-10-14T21:40:15.946Z] Step 6/8 : WORKDIR /build [2020-10-14T21:40:15.946Z] ---> Running in df28eae3a5ed [2020-10-14T21:40:16.240Z] Removing intermediate container df28eae3a5ed [2020-10-14T21:40:16.240Z] ---> 5e51cdcf237d [2020-10-14T21:40:16.240Z] Step 7/8 : COPY go.mod . [2020-10-14T21:40:16.240Z] ---> 9f25788cd2a5 [2020-10-14T21:40:16.240Z] Step 8/8 : RUN go mod download [2020-10-14T21:40:16.515Z] ---> Running in 5247dc11ead5 [2020-10-14T21:40:34.686Z] Removing intermediate container 5247dc11ead5 [2020-10-14T21:40:34.686Z] ---> 975887c0d340 [2020-10-14T21:40:34.686Z] Successfully built 975887c0d340 [2020-10-14T21:40:34.686Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:40:35.033Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-14T21:40:35.033Z] . [Pipeline] withDockerContainer [2020-10-14T21:40:35.154Z] prd-centos7-docker-4c-2g-5430 does not seem to be running inside a container [2020-10-14T21:40:35.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/53 -v /w/workspace/go-mod-bootstrap/53:/w/workspace/go-mod-bootstrap/53:rw,z -v /w/workspace/go-mod-bootstrap/53@tmp:/w/workspace/go-mod-bootstrap/53@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 ******** ci-base-image-x86_64 cat [2020-10-14T21:40:35.877Z] $ docker top b9bd645709cc03e25f13dd1ee274b1e0ec94fe8304e944a21c027aeed1f86cc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T21:40:36.381Z] + go version [2020-10-14T21:40:36.381Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-14T21:40:36.399Z] $ docker stop --time=1 b9bd645709cc03e25f13dd1ee274b1e0ec94fe8304e944a21c027aeed1f86cc4 [2020-10-14T21:40:37.755Z] $ docker rm -f b9bd645709cc03e25f13dd1ee274b1e0ec94fe8304e944a21c027aeed1f86cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-14T21:40:40.929Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-14T21:40:40.931Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-14T21:40:40.991Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:40:41.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T21:40:41.343Z] [2020-10-14T21:40:41.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:40:41.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T21:40:41.709Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-14T21:40:41.709Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-14T21:40:41.709Z] 408f87550127: Pulling fs layer [2020-10-14T21:40:41.709Z] fe522b08c979: Pulling fs layer [2020-10-14T21:40:41.709Z] 221eaa008020: Pulling fs layer [2020-10-14T21:40:41.709Z] 2a4607e5d6b9: Pulling fs layer [2020-10-14T21:40:41.709Z] 8f79b27c4fd2: Pulling fs layer [2020-10-14T21:40:41.709Z] e5c8dbe1645b: Pulling fs layer [2020-10-14T21:40:41.709Z] 23e8b3b47431: Pulling fs layer [2020-10-14T21:40:41.709Z] 5c568d65a230: Pulling fs layer [2020-10-14T21:40:41.709Z] 8f79b27c4fd2: Waiting [2020-10-14T21:40:41.709Z] 221eaa008020: Waiting [2020-10-14T21:40:41.709Z] 2a4607e5d6b9: Waiting [2020-10-14T21:40:41.709Z] e5c8dbe1645b: Waiting [2020-10-14T21:40:41.709Z] 23e8b3b47431: Waiting [2020-10-14T21:40:41.709Z] fe522b08c979: Verifying Checksum [2020-10-14T21:40:41.709Z] fe522b08c979: Download complete [2020-10-14T21:40:41.709Z] 408f87550127: Verifying Checksum [2020-10-14T21:40:41.709Z] 408f87550127: Download complete [2020-10-14T21:40:41.709Z] 2a4607e5d6b9: Download complete [2020-10-14T21:40:41.709Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-14T21:40:41.709Z] cbdbe7a5bc2a: Download complete [2020-10-14T21:40:41.971Z] cbdbe7a5bc2a: Pull complete [2020-10-14T21:40:42.234Z] 408f87550127: Pull complete [2020-10-14T21:40:42.498Z] fe522b08c979: Pull complete [2020-10-14T21:40:42.763Z] 8f79b27c4fd2: Verifying Checksum [2020-10-14T21:40:42.763Z] 8f79b27c4fd2: Download complete [2020-10-14T21:40:43.025Z] e5c8dbe1645b: Verifying Checksum [2020-10-14T21:40:43.025Z] e5c8dbe1645b: Download complete [2020-10-14T21:40:44.429Z] 5c568d65a230: Verifying Checksum [2020-10-14T21:40:44.429Z] 5c568d65a230: Download complete [2020-10-14T21:40:44.429Z] 23e8b3b47431: Verifying Checksum [2020-10-14T21:40:44.429Z] 23e8b3b47431: Download complete [2020-10-14T21:40:45.823Z] 221eaa008020: Verifying Checksum [2020-10-14T21:40:45.823Z] 221eaa008020: Download complete [2020-10-14T21:40:51.199Z] 221eaa008020: Pull complete [2020-10-14T21:40:51.463Z] 2a4607e5d6b9: Pull complete [2020-10-14T21:40:51.463Z] 8f79b27c4fd2: Pull complete [2020-10-14T21:40:54.087Z] e5c8dbe1645b: Pull complete [2020-10-14T21:40:56.654Z] 23e8b3b47431: Pull complete [2020-10-14T21:40:58.057Z] 5c568d65a230: Pull complete [2020-10-14T21:40:58.057Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-14T21:40:58.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-14T21:40:58.057Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-14T21:40:58.225Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-10-14T21:40:58.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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-devops/edgex-snyk-go:1.317.0 cat [2020-10-14T21:40:59.133Z] $ docker top 1d41e07c48d3825dd106587c6be47d68ff57d309a3be8b4f84cde1e1ca0ccc5b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T21:40:59.714Z] + snyk monitor '--org=edgex-jenkins' [2020-10-14T21:41:14.647Z] [2020-10-14T21:41:14.647Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-10-14T21:41:14.647Z] [2020-10-14T21:41:14.647Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/2979614d-905b-44a4-8b3e-5cba521def67 [2020-10-14T21:41:14.647Z] [2020-10-14T21:41:14.647Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-14T21:41:14.647Z] [2020-10-14T21:41:14.909Z] [2020-10-14T21:41:14.909Z] Snyk CLI supports Node.js 8 and higher. [2020-10-14T21:41:14.909Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-14T21:41:14.909Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-14T21:41:14.909Z] [2020-10-14T21:41:14.909Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-14T21:41:14.909Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-14T21:41:14.929Z] $ docker stop --time=1 1d41e07c48d3825dd106587c6be47d68ff57d309a3be8b4f84cde1e1ca0ccc5b [2020-10-14T21:41:17.006Z] $ docker rm -f 1d41e07c48d3825dd106587c6be47d68ff57d309a3be8b4f84cde1e1ca0ccc5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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-10-14T21:41:19.084Z] + git log --format=format:%s -1 5b809937728fe6379baf9f00399e19471274c7bf [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:41:19.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T21:41:19.395Z] . [Pipeline] withDockerContainer [2020-10-14T21:41:19.493Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-10-14T21:41:19.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T21:41:20.422Z] $ docker top 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T21:41:20.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T21:41:20.785Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T21:41:21.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T21:41:21.020Z] $ docker exec 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 ssh-agent [2020-10-14T21:41:21.181Z] SSH_AUTH_SOCK=/tmp/ssh-bjvUzVZ4fcay/agent.12 [2020-10-14T21:41:21.181Z] SSH_AGENT_PID=18 [2020-10-14T21:41:21.190Z] Running ssh-add (command line suppressed) [2020-10-14T21:41:21.326Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8412204456002052231.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_8412204456002052231.key) [2020-10-14T21:41:21.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T21:41:21.741Z] + git semver tag [2020-10-14T21:41:21.741Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T21:41:21.741Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-14T21:41:21.741Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-14T21:41:21.741Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T21:41:21.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T21:41:21.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T21:41:21.741Z] # $SEMVER_BRANCH = master [2020-10-14T21:41:21.741Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-14T21:41:21.741Z] # 5b809937728fe6379baf9f00399e19471274c7bf HEAD [2020-10-14T21:41:21.741Z] # -> Force: false [2020-10-14T21:41:21.741Z] # cad1ccd1ad145b89900af3fea319188e7ef9556b refs/tags/v0.0.50 [Pipeline] } [2020-10-14T21:41:21.758Z] $ docker exec --env ******** --env ******** 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 ssh-agent -k [2020-10-14T21:41:21.885Z] unset SSH_AUTH_SOCK; [2020-10-14T21:41:21.886Z] unset SSH_AGENT_PID; [2020-10-14T21:41:21.886Z] echo Agent pid 18 killed; [2020-10-14T21:41:21.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T21:41:22.393Z] + git semver [Pipeline] } [2020-10-14T21:41:22.414Z] $ docker stop --time=1 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 [2020-10-14T21:41:23.753Z] $ docker rm -f 919e5bb249ae0da62563bb695ab934073ba8c4012736ae96fa90b7da1315c121 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:41:24.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T21:41:24.432Z] [2020-10-14T21:41:24.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:41:24.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T21:41:24.836Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-14T21:41:24.836Z] ab5ef0e58194: Pulling fs layer [2020-10-14T21:41:24.836Z] 9712f1f96733: Pulling fs layer [2020-10-14T21:41:24.836Z] 63f879dbbcfc: Pulling fs layer [2020-10-14T21:41:24.836Z] 0d9ebad4ef96: Pulling fs layer [2020-10-14T21:41:24.836Z] e9a5061849ea: Pulling fs layer [2020-10-14T21:41:24.836Z] d747dcd14b5f: Pulling fs layer [2020-10-14T21:41:24.836Z] 2de7ff778b66: Pulling fs layer [2020-10-14T21:41:24.836Z] e9a5061849ea: Waiting [2020-10-14T21:41:24.836Z] 0d9ebad4ef96: Waiting [2020-10-14T21:41:24.836Z] d747dcd14b5f: Waiting [2020-10-14T21:41:24.836Z] 2de7ff778b66: Waiting [2020-10-14T21:41:24.836Z] 9712f1f96733: Verifying Checksum [2020-10-14T21:41:24.836Z] 9712f1f96733: Download complete [2020-10-14T21:41:27.644Z] 63f879dbbcfc: Verifying Checksum [2020-10-14T21:41:27.644Z] 63f879dbbcfc: Download complete [2020-10-14T21:41:27.644Z] e9a5061849ea: Verifying Checksum [2020-10-14T21:41:27.644Z] e9a5061849ea: Download complete [2020-10-14T21:41:27.644Z] d747dcd14b5f: Verifying Checksum [2020-10-14T21:41:27.644Z] d747dcd14b5f: Download complete [2020-10-14T21:41:27.644Z] 2de7ff778b66: Verifying Checksum [2020-10-14T21:41:27.644Z] 2de7ff778b66: Download complete [2020-10-14T21:41:27.921Z] 0d9ebad4ef96: Verifying Checksum [2020-10-14T21:41:27.921Z] 0d9ebad4ef96: Download complete [2020-10-14T21:41:28.495Z] ab5ef0e58194: Verifying Checksum [2020-10-14T21:41:28.495Z] ab5ef0e58194: Download complete [2020-10-14T21:41:31.829Z] ab5ef0e58194: Pull complete [2020-10-14T21:41:32.210Z] 9712f1f96733: Pull complete [2020-10-14T21:41:35.661Z] 63f879dbbcfc: Pull complete [2020-10-14T21:41:42.463Z] 0d9ebad4ef96: Pull complete [2020-10-14T21:41:44.032Z] e9a5061849ea: Pull complete [2020-10-14T21:41:44.032Z] d747dcd14b5f: Pull complete [2020-10-14T21:41:46.635Z] 2de7ff778b66: Pull complete [2020-10-14T21:41:46.635Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-14T21:41:46.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-14T21:41:46.635Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-14T21:41:46.832Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-10-14T21:41:46.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-14T21:41:50.493Z] $ docker top d4f9cb96325a88a391835904aa7b8a5812077c260fd90f7bb15023635a166090 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-14T21:41:50.762Z] provisioning config files... [2020-10-14T21:41:50.778Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4380230012741686438tmp [2020-10-14T21:41:50.805Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config439206497896835400tmp [2020-10-14T21:41:50.825Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config2841535862769256981tmp [Pipeline] { [Pipeline] echo [2020-10-14T21:41:50.890Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:41:51.192Z] ---> sigul-configuration.sh [2020-10-14T21:41:51.192Z] gpg: directory `/root/.gnupg' created [2020-10-14T21:41:51.192Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-14T21:41:51.192Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-14T21:41:51.192Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-14T21:41:51.192Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-14T21:41:51.192Z] gpg: CAST5 encrypted data [2020-10-14T21:41:51.454Z] gpg: encrypted with 1 passphrase [2020-10-14T21:41:51.454Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-14T21:41:51.753Z] + mkdir /home/jenkins [2020-10-14T21:41:51.753Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-14T21:41:52.052Z] + 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-10-14T21:41:52.063Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:41:52.374Z] ---> sigul-install.sh [2020-10-14T21:41:57.682Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-14T21:41:57.982Z] + git tag --list [2020-10-14T21:41:57.982Z] v0.0.1 [2020-10-14T21:41:57.982Z] v0.0.10 [2020-10-14T21:41:57.982Z] v0.0.11 [2020-10-14T21:41:57.982Z] v0.0.12 [2020-10-14T21:41:57.982Z] v0.0.13 [2020-10-14T21:41:57.982Z] v0.0.14 [2020-10-14T21:41:57.982Z] v0.0.15 [2020-10-14T21:41:57.982Z] v0.0.16 [2020-10-14T21:41:57.982Z] v0.0.17 [2020-10-14T21:41:57.982Z] v0.0.18 [2020-10-14T21:41:57.982Z] v0.0.19 [2020-10-14T21:41:57.982Z] v0.0.2 [2020-10-14T21:41:57.982Z] v0.0.20 [2020-10-14T21:41:57.982Z] v0.0.21 [2020-10-14T21:41:57.982Z] v0.0.22 [2020-10-14T21:41:57.982Z] v0.0.23 [2020-10-14T21:41:57.982Z] v0.0.24 [2020-10-14T21:41:57.982Z] v0.0.25 [2020-10-14T21:41:57.982Z] v0.0.26 [2020-10-14T21:41:57.982Z] v0.0.27 [2020-10-14T21:41:57.982Z] v0.0.28 [2020-10-14T21:41:57.982Z] v0.0.29 [2020-10-14T21:41:57.982Z] v0.0.3 [2020-10-14T21:41:57.982Z] v0.0.30 [2020-10-14T21:41:57.982Z] v0.0.31 [2020-10-14T21:41:57.982Z] v0.0.32 [2020-10-14T21:41:57.982Z] v0.0.33 [2020-10-14T21:41:57.982Z] v0.0.34 [2020-10-14T21:41:57.982Z] v0.0.35 [2020-10-14T21:41:57.982Z] v0.0.36 [2020-10-14T21:41:57.982Z] v0.0.37 [2020-10-14T21:41:57.982Z] v0.0.38 [2020-10-14T21:41:57.982Z] v0.0.39 [2020-10-14T21:41:57.982Z] v0.0.4 [2020-10-14T21:41:57.982Z] v0.0.40 [2020-10-14T21:41:57.982Z] v0.0.41 [2020-10-14T21:41:57.982Z] v0.0.42 [2020-10-14T21:41:57.982Z] v0.0.43 [2020-10-14T21:41:57.982Z] v0.0.44 [2020-10-14T21:41:57.982Z] v0.0.45 [2020-10-14T21:41:57.982Z] v0.0.46 [2020-10-14T21:41:57.982Z] v0.0.47 [2020-10-14T21:41:57.982Z] v0.0.48 [2020-10-14T21:41:57.982Z] v0.0.49 [2020-10-14T21:41:57.982Z] v0.0.5 [2020-10-14T21:41:57.982Z] v0.0.50 [2020-10-14T21:41:57.982Z] v0.0.6 [2020-10-14T21:41:57.982Z] v0.0.7 [2020-10-14T21:41:57.982Z] v0.0.8 [2020-10-14T21:41:57.982Z] v0.0.9 [Pipeline] sh [2020-10-14T21:41:58.286Z] + lftools sign git-tag v0.0.50 [2020-10-14T21:41:59.673Z] Signing Git tag with Sigul... [2020-10-14T21:41:59.674Z] Signing v0.0.50 [Pipeline] echo [2020-10-14T21:42:00.632Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:42:00.935Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-14T21:42:00.944Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-14T21:42:01.046Z] $ docker stop --time=1 d4f9cb96325a88a391835904aa7b8a5812077c260fd90f7bb15023635a166090 [2020-10-14T21:42:03.129Z] $ docker rm -f d4f9cb96325a88a391835904aa7b8a5812077c260fd90f7bb15023635a166090 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:42:04.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T21:42:04.167Z] . [Pipeline] withDockerContainer [2020-10-14T21:42:04.277Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-10-14T21:42:04.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T21:42:05.010Z] $ docker top 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T21:42:05.290Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T21:42:05.290Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T21:42:05.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T21:42:05.502Z] $ docker exec 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 ssh-agent [2020-10-14T21:42:05.684Z] SSH_AUTH_SOCK=/tmp/ssh-IG20T4tb112q/agent.12 [2020-10-14T21:42:05.684Z] SSH_AGENT_PID=18 [2020-10-14T21:42:05.691Z] Running ssh-add (command line suppressed) [2020-10-14T21:42:05.824Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7403424566841016948.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7403424566841016948.key) [2020-10-14T21:42:05.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T21:42:06.214Z] + git semver bump patch [2020-10-14T21:42:06.214Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T21:42:06.214Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-14T21:42:06.214Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-14T21:42:06.214Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T21:42:06.214Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T21:42:06.214Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T21:42:06.214Z] # $SEMVER_BRANCH = master [2020-10-14T21:42:06.214Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-10-14T21:42:06.214Z] 0.0.51 [Pipeline] } [2020-10-14T21:42:06.230Z] $ docker exec --env ******** --env ******** 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 ssh-agent -k [2020-10-14T21:42:06.349Z] unset SSH_AUTH_SOCK; [2020-10-14T21:42:06.350Z] unset SSH_AGENT_PID; [2020-10-14T21:42:06.350Z] echo Agent pid 18 killed; [2020-10-14T21:42:06.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T21:42:06.925Z] + git semver [Pipeline] } [2020-10-14T21:42:06.946Z] $ docker stop --time=1 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 [2020-10-14T21:42:08.281Z] $ docker rm -f 5fdfeeb534933f3c542c722e1f073a6d0618c27b9e51a52accf9eded790b8443 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:42:08.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-14T21:42:08.797Z] . [Pipeline] withDockerContainer [2020-10-14T21:42:08.900Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-10-14T21:42:08.954Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-14T21:42:09.533Z] $ docker top 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-14T21:42:09.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-14T21:42:09.928Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-14T21:42:10.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-14T21:42:10.117Z] $ docker exec 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c ssh-agent [2020-10-14T21:42:10.280Z] SSH_AUTH_SOCK=/tmp/ssh-n0FCkoM7BALM/agent.13 [2020-10-14T21:42:10.280Z] SSH_AGENT_PID=18 [2020-10-14T21:42:10.287Z] Running ssh-add (command line suppressed) [2020-10-14T21:42:10.413Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_615984634291183140.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_615984634291183140.key) [2020-10-14T21:42:10.466Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-14T21:42:10.846Z] + git semver push [2020-10-14T21:42:10.846Z] # -> Open(): unable to determine branch for HEAD [2020-10-14T21:42:10.846Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-10-14T21:42:10.846Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-14T21:42:10.846Z] # $SEMVER_REMOTE_NAME = origin [2020-10-14T21:42:10.846Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-14T21:42:10.846Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-14T21:42:10.846Z] # $SEMVER_BRANCH = master [2020-10-14T21:42:10.846Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-10-14T21:42:17.470Z] $ docker exec --env ******** --env ******** 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c ssh-agent -k [2020-10-14T21:42:17.588Z] unset SSH_AUTH_SOCK; [2020-10-14T21:42:17.590Z] unset SSH_AGENT_PID; [2020-10-14T21:42:17.590Z] echo Agent pid 18 killed; [2020-10-14T21:42:17.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-14T21:42:18.116Z] + git semver [Pipeline] } [2020-10-14T21:42:18.138Z] $ docker stop --time=1 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c [2020-10-14T21:42:19.479Z] $ docker rm -f 925cdfa62cccf85a3e4f14e6f46dc6e29c13b66d7d29f16103743b467f5f834c [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-10-14T21:42:21.308Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:42:21.880Z] ---> package-listing.sh [2020-10-14T21:42:21.880Z] ++ facter osfamily [2020-10-14T21:42:21.880Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-14T21:42:21.880Z] + OS_FAMILY=redhat [2020-10-14T21:42:21.880Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-14T21:42:21.880Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-14T21:42:21.880Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-14T21:42:21.880Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-14T21:42:21.880Z] + PACKAGES=/tmp/packages_start.txt [2020-10-14T21:42:21.880Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-14T21:42:21.880Z] + PACKAGES=/tmp/packages_end.txt [2020-10-14T21:42:21.880Z] + case "${OS_FAMILY}" in [2020-10-14T21:42:21.880Z] + rpm -qa [2020-10-14T21:42:21.880Z] + sort [2020-10-14T21:42:26.115Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-14T21:42:26.115Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-14T21:42:26.115Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-14T21:42:26.115Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-10-14T21:42:26.115Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-10-14T21:42:26.115Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-10-14T21:42:26.130Z] 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-14T21:42:26.426Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:42:26.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-14T21:42:26.731Z] [2020-10-14T21:42:26.731Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-14T21:42:27.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-14T21:42:27.089Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-14T21:42:27.089Z] df20fa9351a1: Pulling fs layer [2020-10-14T21:42:27.089Z] 36b3adc4ff6f: Pulling fs layer [2020-10-14T21:42:27.089Z] 8ad3a11d3b57: Pulling fs layer [2020-10-14T21:42:27.089Z] 46f8f816bc3b: Pulling fs layer [2020-10-14T21:42:27.089Z] 93b61091891f: Pulling fs layer [2020-10-14T21:42:27.089Z] 93b9cdb0e59b: Pulling fs layer [2020-10-14T21:42:27.089Z] 5e14af77c1be: Pulling fs layer [2020-10-14T21:42:27.089Z] 01666e4c0597: Pulling fs layer [2020-10-14T21:42:27.089Z] aa168da1d23b: Pulling fs layer [2020-10-14T21:42:27.089Z] 93b9cdb0e59b: Waiting [2020-10-14T21:42:27.089Z] 5e14af77c1be: Waiting [2020-10-14T21:42:27.089Z] 01666e4c0597: Waiting [2020-10-14T21:42:27.089Z] aa168da1d23b: Waiting [2020-10-14T21:42:27.089Z] 46f8f816bc3b: Waiting [2020-10-14T21:42:27.089Z] 93b61091891f: Waiting [2020-10-14T21:42:27.089Z] 36b3adc4ff6f: Download complete [2020-10-14T21:42:27.089Z] 46f8f816bc3b: Verifying Checksum [2020-10-14T21:42:27.089Z] 46f8f816bc3b: Download complete [2020-10-14T21:42:27.352Z] 93b61091891f: Download complete [2020-10-14T21:42:27.352Z] 93b9cdb0e59b: Download complete [2020-10-14T21:42:27.352Z] 5e14af77c1be: Verifying Checksum [2020-10-14T21:42:27.352Z] 5e14af77c1be: Download complete [2020-10-14T21:42:27.352Z] 01666e4c0597: Verifying Checksum [2020-10-14T21:42:27.352Z] 01666e4c0597: Download complete [2020-10-14T21:42:27.614Z] df20fa9351a1: Verifying Checksum [2020-10-14T21:42:27.614Z] df20fa9351a1: Download complete [2020-10-14T21:42:27.877Z] df20fa9351a1: Pull complete [2020-10-14T21:42:28.140Z] 8ad3a11d3b57: Verifying Checksum [2020-10-14T21:42:28.140Z] 8ad3a11d3b57: Download complete [2020-10-14T21:42:28.140Z] 36b3adc4ff6f: Pull complete [2020-10-14T21:42:29.558Z] 8ad3a11d3b57: Pull complete [2020-10-14T21:42:29.558Z] 46f8f816bc3b: Pull complete [2020-10-14T21:42:29.822Z] aa168da1d23b: Verifying Checksum [2020-10-14T21:42:29.822Z] aa168da1d23b: Download complete [2020-10-14T21:42:30.086Z] 93b61091891f: Pull complete [2020-10-14T21:42:30.351Z] 93b9cdb0e59b: Pull complete [2020-10-14T21:42:30.351Z] 5e14af77c1be: Pull complete [2020-10-14T21:42:30.616Z] 01666e4c0597: Pull complete [2020-10-14T21:42:37.235Z] aa168da1d23b: Pull complete [2020-10-14T21:42:37.235Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-14T21:42:37.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-14T21:42:37.235Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-14T21:42:37.356Z] prd-centos7-docker-4c-2g-5428 does not seem to be running inside a container [2020-10-14T21:42:37.413Z] $ 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-14T21:42:40.274Z] $ docker top 16023237e8452604a33d584dc357e639cf0c688af91fbfaa3e1560bee4deaecc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-14T21:42:40.859Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-14T21:42:41.165Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-14T21:42:41.466Z] + ls /var/log/sa-host [2020-10-14T21:42:41.467Z] + sadf -c /var/log/sa-host/sa05 [2020-10-14T21:42:41.467Z] file_magic: OK [2020-10-14T21:42:41.467Z] HZ: Using current value: 100 [2020-10-14T21:42:41.467Z] file_header: OK [2020-10-14T21:42:41.467Z] 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-10-14T21:42:41.467Z] Statistics: [2020-10-14T21:42:41.467Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-14T21:42:41.467Z] File successfully converted to sysstat format version 12.2.1 [2020-10-14T21:42:41.467Z] + sadf -c /var/log/sa-host/sa14 [2020-10-14T21:42:41.467Z] file_magic: OK [2020-10-14T21:42:41.467Z] HZ: Using current value: 100 [2020-10-14T21:42:41.467Z] file_header: OK [2020-10-14T21:42:41.467Z] 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-10-14T21:42:41.467Z] Statistics: [2020-10-14T21:42:41.467Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-14T21:42:41.467Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-14T21:42:42.189Z] provisioning config files... [2020-10-14T21:42:42.211Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config7942208427219719729tmp [Pipeline] { [Pipeline] echo [2020-10-14T21:42:42.280Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:42:42.577Z] ---> create-netrc.sh [Pipeline] } [2020-10-14T21:42:42.586Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-14T21:42:42.696Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:42:42.992Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-14T21:42:43.003Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:42:43.297Z] ---> sudo-logs.sh [2020-10-14T21:42:43.297Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-14T21:42:43.308Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:42:43.604Z] ---> job-cost.sh [2020-10-14T21:42:43.605Z] lf-activate-venv: SKIPPING [2020-10-14T21:42:43.605Z] INFO: No Stack... [2020-10-14T21:42:44.549Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-14T21:42:45.123Z] INFO: Archiving Costs [Pipeline] echo [2020-10-14T21:42:45.136Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-14T21:42:45.433Z] ---> logs-deploy.sh [2020-10-14T21:42:45.433Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/53 [2020-10-14T21:42:45.433Z] INFO: archiving workspace using pattern(s): [2020-10-14T21:42:46.821Z] Archives upload complete. [2020-10-14T21:42:47.084Z] INFO: archiving logs to Nexus [2020-10-14T21:42:48.031Z] ---> uname -a: [2020-10-14T21:42:48.031Z] Linux prd-centos7-docker-4c-2g-5428.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-14T21:42:48.031Z] [2020-10-14T21:42:48.031Z] [2020-10-14T21:42:48.031Z] ---> lscpu: [2020-10-14T21:42:48.031Z] Architecture: x86_64 [2020-10-14T21:42:48.031Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-14T21:42:48.031Z] Byte Order: Little Endian [2020-10-14T21:42:48.031Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-14T21:42:48.031Z] CPU(s): 4 [2020-10-14T21:42:48.031Z] On-line CPU(s) list: 0-3 [2020-10-14T21:42:48.031Z] Thread(s) per core: 1 [2020-10-14T21:42:48.031Z] Core(s) per socket: 1 [2020-10-14T21:42:48.031Z] Socket(s): 4 [2020-10-14T21:42:48.031Z] NUMA node(s): 1 [2020-10-14T21:42:48.031Z] Vendor ID: GenuineIntel [2020-10-14T21:42:48.031Z] CPU family: 6 [2020-10-14T21:42:48.031Z] Model: 44 [2020-10-14T21:42:48.031Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-14T21:42:48.031Z] Stepping: 1 [2020-10-14T21:42:48.031Z] CPU MHz: 2933.442 [2020-10-14T21:42:48.031Z] BogoMIPS: 5866.88 [2020-10-14T21:42:48.031Z] Virtualization: VT-x [2020-10-14T21:42:48.031Z] Hypervisor vendor: KVM [2020-10-14T21:42:48.031Z] Virtualization type: full [2020-10-14T21:42:48.031Z] L1d cache: 128 KiB [2020-10-14T21:42:48.031Z] L1i cache: 128 KiB [2020-10-14T21:42:48.031Z] L2 cache: 16 MiB [2020-10-14T21:42:48.031Z] L3 cache: 64 MiB [2020-10-14T21:42:48.031Z] NUMA node0 CPU(s): 0-3 [2020-10-14T21:42:48.032Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-14T21:42:48.032Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-14T21:42:48.032Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-14T21:42:48.032Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-14T21:42:48.032Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-14T21:42:48.032Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-14T21:42:48.032Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-14T21:42:48.032Z] Vulnerability Tsx async abort: Not affected [2020-10-14T21:42:48.032Z] 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-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] ---> nproc: [2020-10-14T21:42:48.032Z] 4 [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] ---> df -h: [2020-10-14T21:42:48.032Z] Filesystem Size Used Available Use% Mounted on [2020-10-14T21:42:48.032Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-14T21:42:48.032Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-14T21:42:48.032Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-14T21:42:48.032Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/xfoundry_go-mod-bootstrap_master@tmp [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-14T21:42:48.032Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] ---> free -m: [2020-10-14T21:42:48.032Z] total used free shared buff/cache available [2020-10-14T21:42:48.032Z] Mem: 1837 786 150 0 900 986 [2020-10-14T21:42:48.032Z] Swap: 1023 3 1020 [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] ---> ip addr: [2020-10-14T21:42:48.032Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-14T21:42:48.032Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-14T21:42:48.032Z] inet 127.0.0.1/8 scope host lo [2020-10-14T21:42:48.032Z] valid_lft forever preferred_lft forever [2020-10-14T21:42:48.032Z] inet6 ::1/128 scope host [2020-10-14T21:42:48.032Z] valid_lft forever preferred_lft forever [2020-10-14T21:42:48.032Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-14T21:42:48.032Z] link/ether fa:16:3e:4f:5b:87 brd ff:ff:ff:ff:ff:ff [2020-10-14T21:42:48.032Z] inet 10.30.123.11/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-14T21:42:48.032Z] valid_lft 85992sec preferred_lft 85992sec [2020-10-14T21:42:48.032Z] inet6 fe80::f816:3eff:fe4f:5b87/64 scope link [2020-10-14T21:42:48.032Z] valid_lft forever preferred_lft forever [2020-10-14T21:42:48.032Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-14T21:42:48.032Z] link/ether 02:42:10:4d:0d:1d brd ff:ff:ff:ff:ff:ff [2020-10-14T21:42:48.032Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-14T21:42:48.032Z] valid_lft forever preferred_lft forever [2020-10-14T21:42:48.032Z] inet6 fe80::42:10ff:fe4d:d1d/64 scope link [2020-10-14T21:42:48.032Z] valid_lft forever preferred_lft forever [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] ---> sar -b -r -n DEV: [2020-10-14T21:42:48.032Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/14/20 _x86_64_ (4 CPU) [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] 21:35:40 LINUX RESTART (4 CPU) [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] 21:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-14T21:42:48.032Z] 21:38:01 3.60 0.00 3.60 0.00 0.00 129.54 0.00 [2020-10-14T21:42:48.032Z] 21:39:01 0.45 0.00 0.45 0.00 0.00 6.46 0.00 [2020-10-14T21:42:48.032Z] 21:40:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 [2020-10-14T21:42:48.032Z] 21:41:01 173.59 104.56 69.03 0.00 5756.57 30296.85 0.00 [2020-10-14T21:42:48.032Z] 21:42:01 229.61 83.96 145.65 0.00 5023.00 31168.61 0.00 [2020-10-14T21:42:48.032Z] Average: 81.53 37.72 43.82 0.00 2156.77 12325.80 0.00 [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] 21:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-14T21:42:48.032Z] 21:38:01 165672 0 549224 29.19 2620 1164040 1070524 36.54 401872 1152348 16 [2020-10-14T21:42:48.032Z] 21:39:01 165116 0 549776 29.22 2620 1164044 1070620 36.54 402672 1152056 16 [2020-10-14T21:42:48.032Z] 21:40:01 163976 0 550908 29.28 2620 1164052 1070644 36.54 404588 1151436 12 [2020-10-14T21:42:48.032Z] 21:41:01 101268 0 672872 35.76 2620 1104796 1444764 49.31 508168 1073588 304 [2020-10-14T21:42:48.032Z] 21:42:01 105376 0 761280 40.46 1752 1013148 1388192 47.38 700144 783832 70316 [2020-10-14T21:42:48.032Z] Average: 140282 0 616812 32.78 2446 1122016 1208949 41.26 483489 1062652 14133 [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] 21:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-14T21:42:48.032Z] 21:38:01 eth0 3.75 2.48 2.93 0.17 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:39:01 eth0 0.87 0.28 0.30 0.17 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:40:01 eth0 1.00 0.42 0.32 0.23 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:41:01 eth0 409.10 364.74 3791.50 31.40 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:41:01 vetha63fc2c 6.36 6.07 0.72 6.15 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:41:01 docker0 6.36 5.97 0.63 6.14 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:42:01 vethd98cabe 30.79 39.36 2.12 199.25 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:42:01 eth0 441.42 391.01 3469.97 47.95 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] 21:42:01 docker0 44.58 54.39 3.11 237.16 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] Average: vethd98cabe 6.16 7.87 0.42 39.87 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] Average: eth0 171.29 151.85 1453.58 15.99 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] Average: docker0 10.19 12.08 0.75 48.68 0.00 0.00 0.00 0.00 [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] ---> sar -P ALL: [2020-10-14T21:42:48.032Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/14/20 _x86_64_ (4 CPU) [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] 21:35:40 LINUX RESTART (4 CPU) [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] 21:37:01 CPU %user %nice %system %iowait %steal %idle [2020-10-14T21:42:48.032Z] 21:38:01 all 0.20 0.00 0.06 0.00 0.00 99.73 [2020-10-14T21:42:48.032Z] 21:38:01 0 0.10 0.00 0.05 0.00 0.00 99.85 [2020-10-14T21:42:48.032Z] 21:38:01 1 0.60 0.00 0.07 0.00 0.02 99.32 [2020-10-14T21:42:48.032Z] 21:38:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-10-14T21:42:48.032Z] 21:38:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-14T21:42:48.032Z] 21:39:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-14T21:42:48.032Z] 21:39:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-14T21:42:48.032Z] 21:39:01 1 0.48 0.00 0.05 0.00 0.00 99.47 [2020-10-14T21:42:48.032Z] 21:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-14T21:42:48.032Z] 21:39:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-14T21:42:48.032Z] 21:40:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-14T21:42:48.032Z] 21:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-14T21:42:48.032Z] 21:40:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-10-14T21:42:48.032Z] 21:40:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-14T21:42:48.032Z] 21:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-14T21:42:48.032Z] 21:41:01 all 6.79 0.00 4.00 0.88 0.03 88.30 [2020-10-14T21:42:48.032Z] 21:41:01 0 6.31 0.00 4.04 0.81 0.05 88.78 [2020-10-14T21:42:48.032Z] 21:41:01 1 8.09 0.00 4.45 1.37 0.02 86.08 [2020-10-14T21:42:48.032Z] 21:41:01 2 6.73 0.00 3.32 0.67 0.03 89.25 [2020-10-14T21:42:48.032Z] 21:41:01 3 6.03 0.00 4.20 0.66 0.02 89.09 [2020-10-14T21:42:48.032Z] 21:42:01 all 10.76 0.00 7.41 3.31 0.04 78.48 [2020-10-14T21:42:48.032Z] 21:42:01 0 9.45 0.00 6.93 1.45 0.05 82.13 [2020-10-14T21:42:48.032Z] 21:42:01 1 9.36 0.00 8.29 3.08 0.03 79.24 [2020-10-14T21:42:48.032Z] 21:42:01 2 13.79 0.00 7.66 5.17 0.05 73.34 [2020-10-14T21:42:48.032Z] 21:42:01 3 10.46 0.00 6.74 3.52 0.03 79.24 [2020-10-14T21:42:48.032Z] Average: all 3.58 0.00 2.29 0.83 0.02 93.29 [2020-10-14T21:42:48.032Z] Average: 0 3.15 0.00 2.19 0.45 0.02 94.19 [2020-10-14T21:42:48.032Z] Average: 1 3.79 0.00 2.56 0.88 0.01 92.76 [2020-10-14T21:42:48.032Z] Average: 2 4.09 0.00 2.20 1.16 0.02 92.53 [2020-10-14T21:42:48.032Z] Average: 3 3.29 0.00 2.20 0.83 0.01 93.68 [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z] [2020-10-14T21:42:48.032Z]