Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9350be804a973cfbe0742a88553c8ab4b7c0db06 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1966 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 9350be804a973cfbe0742a88553c8ab4b7c0db06 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 Commit message: "Merge pull request #283 from cloudxxx8/issue-282" > git rev-list --no-walk 2af1e7b8e68457e5f914e68515256b56f5e75c7c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-09T16:06:05.374Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-09T16:06:05.593Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-09T16:06:05.676Z] ========================================================= [2020-09-09T16:06:05.677Z] EdgeX Global Pipelines Version Info [2020-09-09T16:06:05.677Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:06:07.500Z] ------------------- [2020-09-09T16:06:07.500Z] stable info: [2020-09-09T16:06:07.500Z] ------------------- [2020-09-09T16:06:07.500Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-09T16:06:07.500Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-09T16:06:07.500Z] Message: update stable to v1.0.119 [2020-09-09T16:06:08.072Z] ------------------- [2020-09-09T16:06:08.072Z] experimental info: [2020-09-09T16:06:08.072Z] ------------------- [2020-09-09T16:06:08.072Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-09T16:06:08.072Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-09T16:06:08.072Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-09T16:06:08.363Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-09T16:06:08.439Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-09T16:06:08.514Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-09T16:06:08.589Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-09T16:06:08.682Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-09T16:06:08.756Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-09T16:06:08.833Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-09T16:06:08.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-09T16:06:08.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-09T16:06:09.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-09T16:06:09.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-09T16:06:09.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-09T16:06:09.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-09T16:06:09.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-09T16:06:09.593Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T16:06:09.670Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T16:06:09.747Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T16:06:09.825Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T16:06:09.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-09T16:06:10.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-09T16:06:10.115Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-09T16:06:10.248Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-09T16:06:10.407Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-09T16:06:10.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-09T16:06:10.628Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-09T16:06:10.723Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9350be804a973cfbe0742a88553c8ab4b7c0db06 [Pipeline] echo [2020-09-09T16:06:10.800Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9350be8 [Pipeline] echo [2020-09-09T16:06:10.879Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T16:06:11.536Z] + git log --format=format:%s -1 9350be804a973cfbe0742a88553c8ab4b7c0db06 [Pipeline] echo [2020-09-09T16:06:11.603Z] GIT_COMMIT: 9350be804a973cfbe0742a88553c8ab4b7c0db06, Commit Message: Merge pull request #283 from cloudxxx8/issue-282 [Pipeline] echo [2020-09-09T16:06:11.679Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:06:12.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T16:06:12.888Z] [2020-09-09T16:06:12.888Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:06:13.227Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T16:06:13.227Z] latest: Pulling from edgex-devops/git-semver [2020-09-09T16:06:13.227Z] 31603596830f: Pulling fs layer [2020-09-09T16:06:13.227Z] 2a8b12db71e7: Pulling fs layer [2020-09-09T16:06:13.227Z] 6ca5941a6612: Pulling fs layer [2020-09-09T16:06:13.227Z] ecc8261a40a4: Pulling fs layer [2020-09-09T16:06:13.227Z] ecc8261a40a4: Waiting [2020-09-09T16:06:13.227Z] 2a8b12db71e7: Download complete [2020-09-09T16:06:13.491Z] 31603596830f: Download complete [2020-09-09T16:06:13.491Z] ecc8261a40a4: Verifying Checksum [2020-09-09T16:06:13.491Z] ecc8261a40a4: Download complete [2020-09-09T16:06:13.491Z] 6ca5941a6612: Verifying Checksum [2020-09-09T16:06:13.491Z] 6ca5941a6612: Download complete [2020-09-09T16:06:13.756Z] 31603596830f: Pull complete [2020-09-09T16:06:13.756Z] 2a8b12db71e7: Pull complete [2020-09-09T16:06:14.705Z] 6ca5941a6612: Pull complete [2020-09-09T16:06:14.705Z] ecc8261a40a4: Pull complete [2020-09-09T16:06:14.965Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-09T16:06:14.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T16:06:14.965Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-09T16:06:15.076Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-09-09T16:06:15.123Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T16:06:17.090Z] $ docker top 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T16:06:17.399Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T16:06:17.399Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T16:06:17.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T16:06:17.607Z] $ docker exec 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent [2020-09-09T16:06:17.766Z] SSH_AUTH_SOCK=/tmp/ssh-oyiDxADEXo10/agent.11 [2020-09-09T16:06:17.766Z] SSH_AGENT_PID=17 [2020-09-09T16:06:17.780Z] Running ssh-add (command line suppressed) [2020-09-09T16:06:17.898Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7131330024194504932.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7131330024194504932.key) [2020-09-09T16:06:18.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T16:06:18.359Z] + git describe --exact-match --tags HEAD [2020-09-09T16:06:18.359Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-09T16:06:18.382Z] $ docker exec --env ******** --env ******** 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent -k [2020-09-09T16:06:18.491Z] unset SSH_AUTH_SOCK; [2020-09-09T16:06:18.492Z] unset SSH_AGENT_PID; [2020-09-09T16:06:18.492Z] echo Agent pid 17 killed; [2020-09-09T16:06:18.538Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-09T16:06:18.641Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-09T16:06:18.641Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-09T16:06:18.732Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T16:06:18.732Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T16:06:18.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T16:06:18.896Z] $ docker exec 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent [2020-09-09T16:06:19.050Z] SSH_AUTH_SOCK=/tmp/ssh-PtL3JfqVuJqF/agent.45 [2020-09-09T16:06:19.050Z] SSH_AGENT_PID=50 [2020-09-09T16:06:19.057Z] Running ssh-add (command line suppressed) [2020-09-09T16:06:19.171Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7482632481410059801.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7482632481410059801.key) [2020-09-09T16:06:19.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T16:06:19.576Z] + git semver init [2020-09-09T16:06:19.576Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T16:06:19.576Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T16:06:19.576Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T16:06:19.576Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T16:06:19.576Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T16:06:19.576Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T16:06:19.576Z] # $SEMVER_BRANCH = master [2020-09-09T16:06:19.576Z] # $SEMVER_TEMP = /tmp/semver-835201049 [2020-09-09T16:06:19.576Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-09T16:06:20.150Z] # '/tmp/semver-835201049' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-09T16:06:20.150Z] # -> Force: false [2020-09-09T16:06:20.150Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-09T16:06:20.165Z] $ docker exec --env ******** --env ******** 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 ssh-agent -k [2020-09-09T16:06:20.289Z] unset SSH_AUTH_SOCK; [2020-09-09T16:06:20.290Z] unset SSH_AGENT_PID; [2020-09-09T16:06:20.290Z] echo Agent pid 50 killed; [2020-09-09T16:06:20.329Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T16:06:20.834Z] + git semver [Pipeline] } [2020-09-09T16:06:20.854Z] $ docker stop --time=1 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 [2020-09-09T16:06:22.597Z] $ docker rm -f 623f45c919875a7de21f65fc09ef5bfbc7205ceed53e0dcf3f03969cb87bb810 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-09T16:06:23.391Z] Stashed 88 file(s) [Pipeline] echo [2020-09-09T16:06:23.393Z] [edgeXSemver]: initialized semver on version 0.1.77 [Pipeline] echo [2020-09-09T16:06:23.501Z] Archived original version: [0.1.77] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-09T16:06:38.900Z] Still waiting to schedule task [2020-09-09T16:06:38.901Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-09T16:06:38.902Z] Still waiting to schedule task [2020-09-09T16:06:38.902Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-09T16:09:53.215Z] Running on prd-centos7-docker-4c-2g-1968 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-09T16:09:53.269Z] Running in /w/workspace/go-mod-core-contracts/43 [Pipeline] { [Pipeline] checkout [2020-09-09T16:09:55.889Z] using credential edgex-jenkins-ssh [2020-09-09T16:09:55.934Z] Cloning the remote Git repository [2020-09-09T16:09:55.935Z] Cloning with configured refspecs honoured and without tags [2020-09-09T16:09:55.754Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T16:09:55.825Z] > git init /w/workspace/go-mod-core-contracts/43 # timeout=10 [2020-09-09T16:09:55.875Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T16:09:55.875Z] > git --version # timeout=10 [2020-09-09T16:09:55.885Z] > git --version # 'git version 2.16.5' [2020-09-09T16:09:55.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T16:09:55.946Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T16:09:57.491Z] Fetching without tags [2020-09-09T16:09:57.367Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T16:09:57.387Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T16:09:57.399Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T16:09:57.411Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T16:09:57.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T16:09:57.417Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T16:09:57.939Z] Checking out Revision 9350be804a973cfbe0742a88553c8ab4b7c0db06 (master) [2020-09-09T16:09:57.901Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T16:09:57.907Z] > git checkout -f 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 [2020-09-09T16:10:01.642Z] Commit message: "Merge pull request #283 from cloudxxx8/issue-282" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T16:10:03.064Z] ========================================================= [2020-09-09T16:10:03.064Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-09T16:10:03.064Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:10:03.882Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-09T16:10:04.473Z] Sending build context to Docker daemon 2.185MB [2020-09-09T16:10:04.473Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-09T16:10:04.473Z] Step 2/7 : FROM ${BASE} [2020-09-09T16:10:04.742Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-09T16:10:04.742Z] df20fa9351a1: Pulling fs layer [2020-09-09T16:10:04.742Z] ed8968b2872e: Pulling fs layer [2020-09-09T16:10:04.742Z] a92cc7c5fd73: Pulling fs layer [2020-09-09T16:10:04.742Z] 2dd03ba5bac4: Pulling fs layer [2020-09-09T16:10:04.742Z] 1e091d79d1de: Pulling fs layer [2020-09-09T16:10:04.742Z] 481702a1767f: Pulling fs layer [2020-09-09T16:10:04.742Z] f64a6f60c768: Pulling fs layer [2020-09-09T16:10:04.742Z] e78d2573fc39: Pulling fs layer [2020-09-09T16:10:04.742Z] e876d2f968b6: Pulling fs layer [2020-09-09T16:10:04.742Z] ce8a83651883: Pulling fs layer [2020-09-09T16:10:04.742Z] 07967f4d0e4b: Pulling fs layer [2020-09-09T16:10:04.742Z] 2dd03ba5bac4: Waiting [2020-09-09T16:10:04.742Z] 1e091d79d1de: Waiting [2020-09-09T16:10:04.742Z] 481702a1767f: Waiting [2020-09-09T16:10:04.742Z] f64a6f60c768: Waiting [2020-09-09T16:10:04.742Z] e78d2573fc39: Waiting [2020-09-09T16:10:04.742Z] e876d2f968b6: Waiting [2020-09-09T16:10:04.742Z] ce8a83651883: Waiting [2020-09-09T16:10:04.742Z] ed8968b2872e: Download complete [2020-09-09T16:10:04.742Z] 1e091d79d1de: Verifying Checksum [2020-09-09T16:10:04.742Z] 1e091d79d1de: Download complete [2020-09-09T16:10:04.742Z] 481702a1767f: Verifying Checksum [2020-09-09T16:10:04.742Z] 481702a1767f: Download complete [2020-09-09T16:10:04.742Z] df20fa9351a1: Verifying Checksum [2020-09-09T16:10:05.008Z] df20fa9351a1: Pull complete [2020-09-09T16:10:05.281Z] ed8968b2872e: Pull complete [2020-09-09T16:10:05.547Z] a92cc7c5fd73: Pull complete [2020-09-09T16:10:06.963Z] f64a6f60c768: Verifying Checksum [2020-09-09T16:10:06.963Z] f64a6f60c768: Download complete [2020-09-09T16:10:06.963Z] e876d2f968b6: Download complete [2020-09-09T16:10:08.373Z] ce8a83651883: Verifying Checksum [2020-09-09T16:10:08.373Z] ce8a83651883: Download complete [2020-09-09T16:10:08.373Z] 07967f4d0e4b: Verifying Checksum [2020-09-09T16:10:08.373Z] 07967f4d0e4b: Download complete [2020-09-09T16:10:08.639Z] e78d2573fc39: Verifying Checksum [2020-09-09T16:10:08.639Z] e78d2573fc39: Download complete [2020-09-09T16:10:09.220Z] 2dd03ba5bac4: Download complete [2020-09-09T16:10:15.881Z] 2dd03ba5bac4: Pull complete [2020-09-09T16:10:15.881Z] 1e091d79d1de: Pull complete [2020-09-09T16:10:16.143Z] 481702a1767f: Pull complete [2020-09-09T16:10:24.321Z] f64a6f60c768: Pull complete [2020-09-09T16:10:27.650Z] e78d2573fc39: Pull complete [2020-09-09T16:10:27.650Z] e876d2f968b6: Pull complete [2020-09-09T16:10:28.611Z] ce8a83651883: Pull complete [2020-09-09T16:10:28.878Z] 07967f4d0e4b: Pull complete [2020-09-09T16:10:28.878Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-09T16:10:28.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-09T16:10:28.878Z] ---> 5d7c900382c6 [2020-09-09T16:10:28.878Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-09T16:10:29.459Z] ---> Running in 4ac8d899a63d [2020-09-09T16:10:29.724Z] Removing intermediate container 4ac8d899a63d [2020-09-09T16:10:29.724Z] ---> 04346636a3f0 [2020-09-09T16:10:29.724Z] Step 4/7 : RUN apk add bash [2020-09-09T16:10:29.724Z] ---> Running in 84add1d8aee0 [2020-09-09T16:10:30.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T16:10:32.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T16:10:32.648Z] OK: 166 MiB in 39 packages [2020-09-09T16:10:32.764Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1967 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-09T16:10:32.815Z] Running in /w/workspace/go-mod-core-contracts/43 [Pipeline] { [Pipeline] checkout [2020-09-09T16:10:33.222Z] Removing intermediate container 84add1d8aee0 [2020-09-09T16:10:33.222Z] ---> 3f63ef954d31 [2020-09-09T16:10:33.222Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-09T16:10:33.222Z] ---> Running in eda4ec3e2fa4 [2020-09-09T16:10:33.508Z] Removing intermediate container eda4ec3e2fa4 [2020-09-09T16:10:33.508Z] ---> 30c509e72d8d [2020-09-09T16:10:33.508Z] Step 6/7 : COPY go.mod . [2020-09-09T16:10:33.773Z] ---> ff9d6706e19c [2020-09-09T16:10:33.773Z] Step 7/7 : RUN go mod download [2020-09-09T16:10:33.773Z] ---> Running in 7099d1d4b823 [2020-09-09T16:10:35.729Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-09T16:10:35.729Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T16:10:35.729Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T16:10:35.729Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T16:10:35.729Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T16:10:35.729Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T16:10:35.729Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T16:10:35.729Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T16:10:35.729Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T16:10:35.729Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T16:10:35.729Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T16:10:35.729Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T16:10:35.729Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T16:10:35.729Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T16:10:35.729Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T16:10:36.004Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T16:10:36.004Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T16:10:36.004Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T16:10:36.004Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T16:10:36.004Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T16:10:37.830Z] using credential edgex-jenkins-ssh [2020-09-09T16:10:37.882Z] Cloning the remote Git repository [2020-09-09T16:10:37.882Z] Cloning with configured refspecs honoured and without tags [2020-09-09T16:10:37.934Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T16:10:38.041Z] > git init /w/workspace/go-mod-core-contracts/43 # timeout=10 [2020-09-09T16:10:38.108Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T16:10:38.109Z] > git --version # timeout=10 [2020-09-09T16:10:38.125Z] > git --version # 'git version 2.17.1' [2020-09-09T16:10:38.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T16:10:38.191Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T16:10:39.332Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T16:10:39.351Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T16:10:39.411Z] Fetching without tags [2020-09-09T16:10:39.872Z] Checking out Revision 9350be804a973cfbe0742a88553c8ab4b7c0db06 (master) [2020-09-09T16:10:39.380Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-09T16:10:39.411Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-09T16:10:39.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T16:10:39.423Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T16:10:39.876Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T16:10:39.889Z] > git checkout -f 9350be804a973cfbe0742a88553c8ab4b7c0db06 # timeout=10 [2020-09-09T16:10:44.167Z] Commit message: "Merge pull request #283 from cloudxxx8/issue-282" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T16:10:45.321Z] ========================================================= [2020-09-09T16:10:45.321Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-09T16:10:45.321Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:10:46.112Z] Removing intermediate container 7099d1d4b823 [2020-09-09T16:10:46.112Z] ---> f7ab30084e5c [2020-09-09T16:10:46.112Z] Successfully built f7ab30084e5c [2020-09-09T16:10:46.112Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-09T16:10:46.379Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 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 [2020-09-09T16:10:47.361Z] Sending build context to Docker daemon 2.185MB [2020-09-09T16:10:47.362Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-09T16:10:47.362Z] Step 2/7 : FROM ${BASE} [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-09-09T16:10:47.634Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-09T16:10:47.635Z] b538f80385f9: Pulling fs layer [2020-09-09T16:10:47.635Z] 74f711af9a0d: Pulling fs layer [2020-09-09T16:10:47.635Z] 99f96fe45779: Pulling fs layer [2020-09-09T16:10:47.635Z] fd7a069fd194: Pulling fs layer [2020-09-09T16:10:47.635Z] 66aa3694b03b: Pulling fs layer [2020-09-09T16:10:47.635Z] 170f70906a0f: Pulling fs layer [2020-09-09T16:10:47.635Z] ad7c5574e4b9: Pulling fs layer [2020-09-09T16:10:47.635Z] e772456be8f7: Pulling fs layer [2020-09-09T16:10:47.635Z] c890913d741a: Pulling fs layer [2020-09-09T16:10:47.635Z] 2480fcc9aa5a: Pulling fs layer [2020-09-09T16:10:47.635Z] 09adf4765672: Pulling fs layer [2020-09-09T16:10:47.635Z] fd7a069fd194: Waiting [2020-09-09T16:10:47.635Z] 66aa3694b03b: Waiting [2020-09-09T16:10:47.635Z] 170f70906a0f: Waiting [2020-09-09T16:10:47.635Z] ad7c5574e4b9: Waiting [2020-09-09T16:10:47.635Z] e772456be8f7: Waiting [2020-09-09T16:10:47.635Z] c890913d741a: Waiting [2020-09-09T16:10:47.635Z] 2480fcc9aa5a: Waiting [2020-09-09T16:10:47.635Z] 09adf4765672: Waiting [2020-09-09T16:10:47.635Z] 99f96fe45779: Verifying Checksum [2020-09-09T16:10:47.635Z] 99f96fe45779: Download complete [2020-09-09T16:10:47.635Z] 66aa3694b03b: Download complete [2020-09-09T16:10:47.635Z] 170f70906a0f: Verifying Checksum [2020-09-09T16:10:47.635Z] 170f70906a0f: Download complete [Pipeline] } [2020-09-09T16:10:47.910Z] b538f80385f9: Verifying Checksum [2020-09-09T16:10:47.910Z] b538f80385f9: Download complete [2020-09-09T16:10:48.507Z] b538f80385f9: Pull complete [2020-09-09T16:10:49.104Z] 74f711af9a0d: Pull complete [2020-09-09T16:10:49.700Z] 99f96fe45779: Pull complete [2020-09-09T16:10:50.309Z] ad7c5574e4b9: Verifying Checksum [2020-09-09T16:10:50.309Z] ad7c5574e4b9: Download complete [2020-09-09T16:10:50.309Z] c890913d741a: Download complete [2020-09-09T16:10:52.307Z] 2480fcc9aa5a: Verifying Checksum [2020-09-09T16:10:52.307Z] 2480fcc9aa5a: Download complete [2020-09-09T16:10:52.307Z] 09adf4765672: Download complete [2020-09-09T16:10:52.898Z] e772456be8f7: Verifying Checksum [2020-09-09T16:10:52.898Z] e772456be8f7: Download complete [2020-09-09T16:10:53.872Z] fd7a069fd194: Verifying Checksum [2020-09-09T16:10:53.872Z] fd7a069fd194: Download complete [2020-09-09T16:11:06.266Z] fd7a069fd194: Pull complete [2020-09-09T16:11:06.266Z] 66aa3694b03b: Pull complete [2020-09-09T16:11:06.266Z] 170f70906a0f: Pull complete [2020-09-09T16:11:08.895Z] ad7c5574e4b9: Pull complete [2020-09-09T16:11:13.193Z] e772456be8f7: Pull complete [2020-09-09T16:11:13.466Z] c890913d741a: Pull complete [2020-09-09T16:11:15.442Z] 2480fcc9aa5a: Pull complete [2020-09-09T16:11:16.037Z] 09adf4765672: Pull complete [2020-09-09T16:11:16.037Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-09T16:11:16.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-09T16:11:16.037Z] ---> 2248a725d1cf [2020-09-09T16:11:16.037Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-09T16:11:20.320Z] ---> Running in f47c5308fb7a [2020-09-09T16:11:20.599Z] Removing intermediate container f47c5308fb7a [2020-09-09T16:11:20.599Z] ---> 06aa3e6dd27f [2020-09-09T16:11:20.599Z] Step 4/7 : RUN apk add bash [2020-09-09T16:11:20.599Z] ---> Running in 8dd609ee249b [2020-09-09T16:11:22.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T16:11:23.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T16:11:24.584Z] OK: 142 MiB in 39 packages [2020-09-09T16:11:26.021Z] Removing intermediate container 8dd609ee249b [2020-09-09T16:11:26.021Z] ---> b1866b276518 [2020-09-09T16:11:26.021Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-09T16:11:26.021Z] ---> Running in 4c77ddcb31f1 [2020-09-09T16:11:26.317Z] Removing intermediate container 4c77ddcb31f1 [2020-09-09T16:11:26.317Z] ---> 215c036d17cd [2020-09-09T16:11:26.317Z] Step 6/7 : COPY go.mod . [2020-09-09T16:11:26.914Z] ---> 69006bf49de0 [2020-09-09T16:11:26.914Z] Step 7/7 : RUN go mod download [2020-09-09T16:11:27.192Z] ---> Running in fcce3ce4bc68 [2020-09-09T16:11:29.804Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-09T16:11:29.804Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T16:11:29.804Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T16:11:29.804Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T16:11:29.804Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-09T16:11:29.804Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-09T16:11:29.804Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-09T16:11:29.804Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-09T16:11:29.804Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T16:11:29.804Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T16:11:29.804Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T16:11:29.804Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-09T16:11:29.804Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T16:11:29.804Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T16:11:29.804Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T16:11:29.804Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T16:11:29.804Z] go: finding golang.org/x/text v0.3.2 [2020-09-09T16:11:29.804Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-09T16:11:29.804Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T16:11:29.804Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T16:11:42.227Z] Removing intermediate container fcce3ce4bc68 [2020-09-09T16:11:42.227Z] ---> 40358183ec6a [2020-09-09T16:11:42.227Z] Successfully built 40358183ec6a [2020-09-09T16:11:42.227Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-09T16:11:44.506Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-09T16:11:44.508Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-09T16:11:44.559Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:11:44.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T16:11:44.894Z] [2020-09-09T16:11:44.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:11:45.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T16:11:45.245Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-09T16:11:45.245Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-09T16:11:45.245Z] 408f87550127: Pulling fs layer [2020-09-09T16:11:45.245Z] fe522b08c979: Pulling fs layer [2020-09-09T16:11:45.245Z] 221eaa008020: Pulling fs layer [2020-09-09T16:11:45.245Z] 2a4607e5d6b9: Pulling fs layer [2020-09-09T16:11:45.245Z] 8f79b27c4fd2: Pulling fs layer [2020-09-09T16:11:45.245Z] e5c8dbe1645b: Pulling fs layer [2020-09-09T16:11:45.245Z] 23e8b3b47431: Pulling fs layer [2020-09-09T16:11:45.245Z] 5c568d65a230: Pulling fs layer [2020-09-09T16:11:45.245Z] 221eaa008020: Waiting [2020-09-09T16:11:45.245Z] 2a4607e5d6b9: Waiting [2020-09-09T16:11:45.245Z] 8f79b27c4fd2: Waiting [2020-09-09T16:11:45.245Z] e5c8dbe1645b: Waiting [2020-09-09T16:11:45.245Z] 23e8b3b47431: Waiting [2020-09-09T16:11:45.245Z] 5c568d65a230: Waiting [2020-09-09T16:11:45.245Z] fe522b08c979: Verifying Checksum [2020-09-09T16:11:45.245Z] fe522b08c979: Download complete [2020-09-09T16:11:45.245Z] 408f87550127: Download complete [2020-09-09T16:11:45.245Z] 2a4607e5d6b9: Verifying Checksum [2020-09-09T16:11:45.245Z] 2a4607e5d6b9: Download complete [2020-09-09T16:11:45.245Z] 8f79b27c4fd2: Verifying Checksum [2020-09-09T16:11:45.245Z] 8f79b27c4fd2: Download complete [2020-09-09T16:11:45.245Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-09T16:11:45.513Z] cbdbe7a5bc2a: Pull complete [2020-09-09T16:11:45.778Z] 408f87550127: Pull complete [2020-09-09T16:11:46.038Z] fe522b08c979: Pull complete [2020-09-09T16:11:46.300Z] e5c8dbe1645b: Download complete [2020-09-09T16:11:47.248Z] 23e8b3b47431: Verifying Checksum [2020-09-09T16:11:47.248Z] 23e8b3b47431: Download complete [2020-09-09T16:11:47.249Z] 5c568d65a230: Verifying Checksum [2020-09-09T16:11:47.249Z] 5c568d65a230: Download complete [2020-09-09T16:11:48.646Z] 221eaa008020: Verifying Checksum [2020-09-09T16:11:48.646Z] 221eaa008020: Download complete [2020-09-09T16:11:53.945Z] 221eaa008020: Pull complete [2020-09-09T16:11:53.945Z] 2a4607e5d6b9: Pull complete [2020-09-09T16:11:53.945Z] 8f79b27c4fd2: Pull complete [2020-09-09T16:11:55.883Z] e5c8dbe1645b: Pull complete [2020-09-09T16:11:59.193Z] 23e8b3b47431: Pull complete [2020-09-09T16:12:00.140Z] 5c568d65a230: Pull complete [2020-09-09T16:12:00.140Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-09T16:12:00.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T16:12:00.140Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-09T16:12:00.302Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-09-09T16:12:00.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-09T16:12:01.169Z] $ docker top 25ddc96b8657516cb661a58b7cd413c5c3a738382fb2f145b83a57d815a359ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T16:12:01.638Z] + snyk monitor '--org=edgex-jenkins' [2020-09-09T16:12:06.937Z] [2020-09-09T16:12:06.937Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-09T16:12:06.937Z] [2020-09-09T16:12:06.937Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/cc8b6b48-4a30-400b-ac0c-904405b35b2f [2020-09-09T16:12:06.937Z] [2020-09-09T16:12:06.937Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-09T16:12:06.937Z] [2020-09-09T16:12:06.937Z] [2020-09-09T16:12:06.937Z] Snyk CLI supports Node.js 8 and higher. [2020-09-09T16:12:06.937Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-09T16:12:06.937Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-09T16:12:06.937Z] [2020-09-09T16:12:06.937Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-09T16:12:06.937Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-09T16:12:06.954Z] $ docker stop --time=1 25ddc96b8657516cb661a58b7cd413c5c3a738382fb2f145b83a57d815a359ca [2020-09-09T16:12:09.631Z] $ docker rm -f 25ddc96b8657516cb661a58b7cd413c5c3a738382fb2f145b83a57d815a359ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:12:11.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T16:12:11.791Z] . [Pipeline] withDockerContainer [2020-09-09T16:12:11.881Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-09-09T16:12:11.922Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T16:12:12.593Z] $ docker top 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T16:12:12.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T16:12:12.928Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T16:12:13.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T16:12:13.116Z] $ docker exec 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 ssh-agent [2020-09-09T16:12:13.298Z] SSH_AUTH_SOCK=/tmp/ssh-XbAGioWJhplm/agent.11 [2020-09-09T16:12:13.298Z] SSH_AGENT_PID=17 [2020-09-09T16:12:13.304Z] Running ssh-add (command line suppressed) [2020-09-09T16:12:13.425Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7068809310541515005.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_7068809310541515005.key) [2020-09-09T16:12:13.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T16:12:13.797Z] + git semver tag [2020-09-09T16:12:13.797Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T16:12:13.797Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T16:12:13.797Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T16:12:13.797Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T16:12:13.797Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T16:12:13.797Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T16:12:13.797Z] # $SEMVER_BRANCH = master [2020-09-09T16:12:13.797Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-09T16:12:13.797Z] # 9350be804a973cfbe0742a88553c8ab4b7c0db06 HEAD [2020-09-09T16:12:13.797Z] # -> Force: false [2020-09-09T16:12:13.797Z] # 1a425941078d8c3636e3bf6af7947277029f7099 refs/tags/v0.1.77 [Pipeline] } [2020-09-09T16:12:13.810Z] $ docker exec --env ******** --env ******** 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 ssh-agent -k [2020-09-09T16:12:13.928Z] unset SSH_AUTH_SOCK; [2020-09-09T16:12:13.928Z] unset SSH_AGENT_PID; [2020-09-09T16:12:13.928Z] echo Agent pid 17 killed; [2020-09-09T16:12:13.985Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T16:12:14.446Z] + git semver [Pipeline] } [2020-09-09T16:12:14.464Z] $ docker stop --time=1 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 [2020-09-09T16:12:15.795Z] $ docker rm -f 38e34159ed47ec67761af3da929c1c64716df1d6fec74f850a0676d2a5d0b0b9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:12:16.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T16:12:16.407Z] [2020-09-09T16:12:16.407Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:12:16.743Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T16:12:16.743Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-09T16:12:16.743Z] ab5ef0e58194: Pulling fs layer [2020-09-09T16:12:16.743Z] 9712f1f96733: Pulling fs layer [2020-09-09T16:12:16.743Z] 63f879dbbcfc: Pulling fs layer [2020-09-09T16:12:16.743Z] 0d9ebad4ef96: Pulling fs layer [2020-09-09T16:12:16.743Z] e9a5061849ea: Pulling fs layer [2020-09-09T16:12:16.743Z] d747dcd14b5f: Pulling fs layer [2020-09-09T16:12:16.743Z] 2de7ff778b66: Pulling fs layer [2020-09-09T16:12:16.743Z] 0d9ebad4ef96: Waiting [2020-09-09T16:12:16.743Z] e9a5061849ea: Waiting [2020-09-09T16:12:16.743Z] 2de7ff778b66: Waiting [2020-09-09T16:12:16.743Z] d747dcd14b5f: Waiting [2020-09-09T16:12:16.743Z] 9712f1f96733: Download complete [2020-09-09T16:12:18.132Z] 63f879dbbcfc: Verifying Checksum [2020-09-09T16:12:18.132Z] 63f879dbbcfc: Download complete [2020-09-09T16:12:18.132Z] e9a5061849ea: Verifying Checksum [2020-09-09T16:12:18.132Z] e9a5061849ea: Download complete [2020-09-09T16:12:18.132Z] d747dcd14b5f: Verifying Checksum [2020-09-09T16:12:18.132Z] d747dcd14b5f: Download complete [2020-09-09T16:12:18.704Z] 2de7ff778b66: Download complete [2020-09-09T16:12:18.704Z] 0d9ebad4ef96: Verifying Checksum [2020-09-09T16:12:18.704Z] 0d9ebad4ef96: Download complete [2020-09-09T16:12:18.968Z] ab5ef0e58194: Verifying Checksum [2020-09-09T16:12:18.968Z] ab5ef0e58194: Download complete [2020-09-09T16:12:22.292Z] ab5ef0e58194: Pull complete [2020-09-09T16:12:22.555Z] 9712f1f96733: Pull complete [2020-09-09T16:12:25.872Z] 63f879dbbcfc: Pull complete [2020-09-09T16:12:32.782Z] 0d9ebad4ef96: Pull complete [2020-09-09T16:12:32.782Z] e9a5061849ea: Pull complete [2020-09-09T16:12:32.782Z] d747dcd14b5f: Pull complete [2020-09-09T16:12:36.094Z] 2de7ff778b66: Pull complete [2020-09-09T16:12:36.094Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-09T16:12:36.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T16:12:36.094Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-09T16:12:36.261Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-09-09T16:12:36.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-09T16:12:40.571Z] $ docker top 57c5fbe367b5904688ebb033c503eb305bfa56e18dc71829f539d14a58cbe629 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-09T16:12:40.866Z] provisioning config files... [2020-09-09T16:12:40.886Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4869965127359255039tmp [2020-09-09T16:12:40.913Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1165741054907193578tmp [2020-09-09T16:12:40.926Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4004834699735504205tmp [Pipeline] { [Pipeline] echo [2020-09-09T16:12:40.975Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:12:41.271Z] ---> sigul-configuration.sh [2020-09-09T16:12:41.271Z] gpg: directory `/root/.gnupg' created [2020-09-09T16:12:41.271Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-09T16:12:41.271Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-09T16:12:41.271Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-09T16:12:41.271Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-09T16:12:41.271Z] gpg: CAST5 encrypted data [2020-09-09T16:12:41.533Z] gpg: encrypted with 1 passphrase [2020-09-09T16:12:41.533Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-09T16:12:41.828Z] + mkdir /home/jenkins [2020-09-09T16:12:41.828Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-09T16:12:42.123Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-09T16:12:42.133Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:12:42.426Z] ---> sigul-install.sh [2020-09-09T16:12:47.719Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-09T16:12:48.017Z] + git tag --list [2020-09-09T16:12:48.017Z] v0.1.77 [Pipeline] sh [2020-09-09T16:12:48.311Z] + lftools sign git-tag v0.1.77 [2020-09-09T16:12:49.698Z] Signing Git tag with Sigul... [2020-09-09T16:12:49.698Z] Signing v0.1.77 [Pipeline] echo [2020-09-09T16:12:50.651Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:12:50.944Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-09T16:12:50.952Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-09T16:12:51.034Z] $ docker stop --time=1 57c5fbe367b5904688ebb033c503eb305bfa56e18dc71829f539d14a58cbe629 [2020-09-09T16:12:53.036Z] $ docker rm -f 57c5fbe367b5904688ebb033c503eb305bfa56e18dc71829f539d14a58cbe629 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:12:53.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T16:12:53.812Z] . [Pipeline] withDockerContainer [2020-09-09T16:12:53.907Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-09-09T16:12:53.956Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T16:12:54.597Z] $ docker top 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T16:12:54.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T16:12:54.898Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T16:12:55.103Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T16:12:55.108Z] $ docker exec 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 ssh-agent [2020-09-09T16:12:55.271Z] SSH_AUTH_SOCK=/tmp/ssh-qt9Qz0D3NVvB/agent.12 [2020-09-09T16:12:55.271Z] SSH_AGENT_PID=18 [2020-09-09T16:12:55.278Z] Running ssh-add (command line suppressed) [2020-09-09T16:12:55.398Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1714737913181186508.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1714737913181186508.key) [2020-09-09T16:12:55.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T16:12:55.780Z] + git semver bump patch [2020-09-09T16:12:55.780Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T16:12:55.780Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T16:12:55.780Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T16:12:55.780Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T16:12:55.780Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T16:12:55.780Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T16:12:55.780Z] # $SEMVER_BRANCH = master [2020-09-09T16:12:55.780Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-09T16:12:55.780Z] 0.1.78 [Pipeline] } [2020-09-09T16:12:55.794Z] $ docker exec --env ******** --env ******** 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 ssh-agent -k [2020-09-09T16:12:55.917Z] unset SSH_AUTH_SOCK; [2020-09-09T16:12:55.917Z] unset SSH_AGENT_PID; [2020-09-09T16:12:55.917Z] echo Agent pid 18 killed; [2020-09-09T16:12:55.965Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T16:12:56.405Z] + git semver [Pipeline] } [2020-09-09T16:12:56.425Z] $ docker stop --time=1 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 [2020-09-09T16:12:57.780Z] $ docker rm -f 5a88f4420364140135a65b5a100403123d3623c184c9fe6b602ebd19bc6701e3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:12:58.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T16:12:58.292Z] . [Pipeline] withDockerContainer [2020-09-09T16:12:58.396Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-09-09T16:12:58.437Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T16:12:59.152Z] $ docker top 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T16:12:59.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T16:12:59.486Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T16:12:59.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T16:12:59.689Z] $ docker exec 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 ssh-agent [2020-09-09T16:12:59.862Z] SSH_AUTH_SOCK=/tmp/ssh-83M7xBgWekVN/agent.12 [2020-09-09T16:12:59.862Z] SSH_AGENT_PID=17 [2020-09-09T16:12:59.869Z] Running ssh-add (command line suppressed) [2020-09-09T16:12:59.987Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1207611427764916516.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1207611427764916516.key) [2020-09-09T16:13:00.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T16:13:00.378Z] + git semver push [2020-09-09T16:13:00.378Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T16:13:00.378Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-09T16:13:00.378Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T16:13:00.378Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T16:13:00.378Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T16:13:00.378Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T16:13:00.378Z] # $SEMVER_BRANCH = master [2020-09-09T16:13:00.378Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-09T16:13:06.980Z] $ docker exec --env ******** --env ******** 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 ssh-agent -k [2020-09-09T16:13:07.128Z] unset SSH_AUTH_SOCK; [2020-09-09T16:13:07.129Z] unset SSH_AGENT_PID; [2020-09-09T16:13:07.129Z] echo Agent pid 17 killed; [2020-09-09T16:13:07.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T16:13:07.642Z] + git semver [Pipeline] } [2020-09-09T16:13:07.659Z] $ docker stop --time=1 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 [2020-09-09T16:13:08.994Z] $ docker rm -f 622b89493ab0c47370a2985b023971c9794b5e229f602d374fde788a7ad61416 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:13:10.191Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:13:10.753Z] ---> package-listing.sh [2020-09-09T16:13:10.753Z] ++ facter osfamily [2020-09-09T16:13:10.753Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-09T16:13:10.754Z] + OS_FAMILY=redhat [2020-09-09T16:13:10.754Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-09T16:13:10.754Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-09T16:13:10.754Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-09T16:13:10.754Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-09T16:13:10.754Z] + PACKAGES=/tmp/packages_start.txt [2020-09-09T16:13:10.754Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-09T16:13:10.754Z] + PACKAGES=/tmp/packages_end.txt [2020-09-09T16:13:10.754Z] + case "${OS_FAMILY}" in [2020-09-09T16:13:10.754Z] + rpm -qa [2020-09-09T16:13:10.754Z] + sort [2020-09-09T16:13:14.960Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-09T16:13:14.960Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-09T16:13:14.960Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-09T16:13:14.960Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-09T16:13:14.960Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-09T16:13:14.960Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:13:15.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T16:13:15.976Z] [2020-09-09T16:13:15.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-09T16:13:16.322Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T16:13:16.322Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-09T16:13:16.322Z] df20fa9351a1: Pulling fs layer [2020-09-09T16:13:16.322Z] 36b3adc4ff6f: Pulling fs layer [2020-09-09T16:13:16.322Z] 8ad3a11d3b57: Pulling fs layer [2020-09-09T16:13:16.322Z] 46f8f816bc3b: Pulling fs layer [2020-09-09T16:13:16.322Z] 0dadc02b9964: Pulling fs layer [2020-09-09T16:13:16.322Z] ce6a7cf60c04: Pulling fs layer [2020-09-09T16:13:16.322Z] 7a184a31f384: Pulling fs layer [2020-09-09T16:13:16.322Z] 0879bd2ef858: Pulling fs layer [2020-09-09T16:13:16.322Z] 46f8f816bc3b: Waiting [2020-09-09T16:13:16.322Z] 0dadc02b9964: Waiting [2020-09-09T16:13:16.322Z] ce6a7cf60c04: Waiting [2020-09-09T16:13:16.322Z] 7a184a31f384: Waiting [2020-09-09T16:13:16.322Z] 0879bd2ef858: Waiting [2020-09-09T16:13:16.322Z] 36b3adc4ff6f: Verifying Checksum [2020-09-09T16:13:16.322Z] 36b3adc4ff6f: Download complete [2020-09-09T16:13:16.322Z] 46f8f816bc3b: Verifying Checksum [2020-09-09T16:13:16.322Z] 46f8f816bc3b: Download complete [2020-09-09T16:13:16.322Z] df20fa9351a1: Verifying Checksum [2020-09-09T16:13:16.322Z] ce6a7cf60c04: Verifying Checksum [2020-09-09T16:13:16.322Z] ce6a7cf60c04: Download complete [2020-09-09T16:13:16.322Z] 7a184a31f384: Verifying Checksum [2020-09-09T16:13:16.322Z] 7a184a31f384: Download complete [2020-09-09T16:13:16.586Z] 0dadc02b9964: Verifying Checksum [2020-09-09T16:13:16.586Z] 0dadc02b9964: Download complete [2020-09-09T16:13:16.586Z] 8ad3a11d3b57: Verifying Checksum [2020-09-09T16:13:16.586Z] 8ad3a11d3b57: Download complete [2020-09-09T16:13:16.852Z] df20fa9351a1: Pull complete [2020-09-09T16:13:17.113Z] 0879bd2ef858: Verifying Checksum [2020-09-09T16:13:17.113Z] 0879bd2ef858: Download complete [2020-09-09T16:13:17.113Z] 36b3adc4ff6f: Pull complete [2020-09-09T16:13:17.686Z] 8ad3a11d3b57: Pull complete [2020-09-09T16:13:17.686Z] 46f8f816bc3b: Pull complete [2020-09-09T16:13:17.947Z] 0dadc02b9964: Pull complete [2020-09-09T16:13:18.209Z] ce6a7cf60c04: Pull complete [2020-09-09T16:13:18.209Z] 7a184a31f384: Pull complete [2020-09-09T16:13:20.904Z] 0879bd2ef858: Pull complete [2020-09-09T16:13:20.904Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-09T16:13:20.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T16:13:20.904Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-09T16:13:21.060Z] prd-centos7-docker-4c-2g-1966 does not seem to be running inside a container [2020-09-09T16:13:21.105Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-09T16:13:24.070Z] $ docker top b07b6dbe19ce015dce7c3637a6af99f4d88859a180d116a303b5bc4bbe753c32 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T16:13:24.561Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-09T16:13:24.855Z] + ls /var/log/sa-host [2020-09-09T16:13:24.855Z] + sadf -c /var/log/sa-host/sa05 [2020-09-09T16:13:24.855Z] file_magic: OK [2020-09-09T16:13:24.855Z] HZ: Using current value: 100 [2020-09-09T16:13:24.855Z] file_header: OK [2020-09-09T16:13:24.855Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-09T16:13:24.855Z] Statistics: [2020-09-09T16:13:24.855Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T16:13:24.855Z] File successfully converted to sysstat format version 12.2.1 [2020-09-09T16:13:24.855Z] + sadf -c /var/log/sa-host/sa09 [2020-09-09T16:13:24.855Z] file_magic: OK [2020-09-09T16:13:24.855Z] HZ: Using current value: 100 [2020-09-09T16:13:24.855Z] file_header: OK [2020-09-09T16:13:24.855Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-09T16:13:24.855Z] Statistics: [2020-09-09T16:13:24.855Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T16:13:24.855Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T16:13:24.909Z] provisioning config files... [2020-09-09T16:13:24.923Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4425221625062438798tmp [Pipeline] { [Pipeline] echo [2020-09-09T16:13:25.014Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:13:25.311Z] ---> create-netrc.sh [Pipeline] echo [2020-09-09T16:13:25.321Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T16:13:25.612Z] ---> logs-deploy.sh [2020-09-09T16:13:25.612Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/43 [2020-09-09T16:13:25.612Z] INFO: archiving workspace using pattern(s): [2020-09-09T16:13:26.997Z] Archives upload complete. [2020-09-09T16:13:26.997Z] INFO: archiving logs to Nexus [2020-09-09T16:13:27.940Z] ---> uname -a: [2020-09-09T16:13:27.940Z] Linux b07b6dbe19ce 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] ---> lscpu: [2020-09-09T16:13:27.940Z] Architecture: x86_64 [2020-09-09T16:13:27.940Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-09T16:13:27.940Z] Byte Order: Little Endian [2020-09-09T16:13:27.940Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-09T16:13:27.940Z] CPU(s): 4 [2020-09-09T16:13:27.940Z] On-line CPU(s) list: 0-3 [2020-09-09T16:13:27.940Z] Thread(s) per core: 1 [2020-09-09T16:13:27.940Z] Core(s) per socket: 1 [2020-09-09T16:13:27.940Z] Socket(s): 4 [2020-09-09T16:13:27.940Z] NUMA node(s): 1 [2020-09-09T16:13:27.940Z] Vendor ID: GenuineIntel [2020-09-09T16:13:27.940Z] CPU family: 6 [2020-09-09T16:13:27.940Z] Model: 44 [2020-09-09T16:13:27.940Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-09T16:13:27.940Z] Stepping: 1 [2020-09-09T16:13:27.940Z] CPU MHz: 2933.442 [2020-09-09T16:13:27.940Z] BogoMIPS: 5866.88 [2020-09-09T16:13:27.940Z] Virtualization: VT-x [2020-09-09T16:13:27.940Z] Hypervisor vendor: KVM [2020-09-09T16:13:27.940Z] Virtualization type: full [2020-09-09T16:13:27.940Z] L1d cache: 128 KiB [2020-09-09T16:13:27.940Z] L1i cache: 128 KiB [2020-09-09T16:13:27.940Z] L2 cache: 16 MiB [2020-09-09T16:13:27.940Z] L3 cache: 64 MiB [2020-09-09T16:13:27.940Z] NUMA node0 CPU(s): 0-3 [2020-09-09T16:13:27.940Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-09T16:13:27.940Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-09T16:13:27.940Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-09T16:13:27.940Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-09T16:13:27.940Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-09T16:13:27.940Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-09T16:13:27.940Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-09T16:13:27.940Z] Vulnerability Tsx async abort: Not affected [2020-09-09T16:13:27.940Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] ---> nproc: [2020-09-09T16:13:27.940Z] 4 [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] ---> df -h: [2020-09-09T16:13:27.940Z] Filesystem Size Used Available Use% Mounted on [2020-09-09T16:13:27.940Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-09T16:13:27.940Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-09T16:13:27.940Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-09T16:13:27.940Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-09T16:13:27.940Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-09T16:13:27.940Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-09T16:13:27.940Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-09T16:13:27.940Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master [2020-09-09T16:13:27.940Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-09-09T16:13:27.940Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] ---> free -m: [2020-09-09T16:13:27.940Z] total used free shared buff/cache available [2020-09-09T16:13:27.940Z] Mem: 1837 782 127 0 927 988 [2020-09-09T16:13:27.940Z] Swap: 1023 2 1021 [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] ---> ip addr: [2020-09-09T16:13:27.940Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-09T16:13:27.940Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-09T16:13:27.940Z] inet 127.0.0.1/8 scope host lo [2020-09-09T16:13:27.940Z] valid_lft forever preferred_lft forever [2020-09-09T16:13:27.940Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-09T16:13:27.940Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-09T16:13:27.940Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-09T16:13:27.940Z] valid_lft forever preferred_lft forever [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] ---> sar -b -r -n DEV: [2020-09-09T16:13:27.940Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] 16:05:13 LINUX RESTART (4 CPU) [2020-09-09T16:13:27.940Z] [2020-09-09T16:13:27.940Z] 16:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-09T16:13:27.940Z] 16:07:01 44.57 11.09 33.48 0.00 4483.78 2551.43 0.00 [2020-09-09T16:13:27.940Z] 16:08:01 1.40 0.00 1.40 0.00 0.00 23.45 0.00 [2020-09-09T16:13:27.940Z] 16:09:01 0.30 0.00 0.30 0.00 0.00 3.35 0.00 [2020-09-09T16:13:27.940Z] 16:10:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2020-09-09T16:13:27.940Z] 16:11:01 0.22 0.00 0.22 0.00 0.00 3.66 0.00 [2020-09-09T16:13:27.941Z] 16:12:01 151.69 87.46 64.23 0.00 5365.61 30350.29 0.00 [2020-09-09T16:13:27.941Z] 16:13:02 264.15 112.08 152.07 0.00 5964.39 34589.33 0.00 [2020-09-09T16:13:27.941Z] Average: 66.11 30.10 36.01 0.00 2259.88 9650.42 0.00 [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z] 16:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-09T16:13:27.941Z] 16:07:01 161732 0 582548 30.96 2620 1134656 1109608 37.87 456396 1103656 20 [2020-09-09T16:13:27.941Z] 16:08:01 164360 0 579916 30.82 2620 1134660 1081744 36.92 456176 1101996 8 [2020-09-09T16:13:27.941Z] 16:09:01 164328 0 579940 30.82 2620 1134668 1081744 36.92 456184 1101996 8 [2020-09-09T16:13:27.941Z] 16:10:01 162116 0 582152 30.94 2620 1134668 1081924 36.92 459236 1101444 20 [2020-09-09T16:13:27.941Z] 16:11:01 161704 0 582560 30.96 2620 1134672 1081996 36.93 469404 1091708 12 [2020-09-09T16:13:27.941Z] 16:12:01 182144 0 640508 34.04 2620 1056284 1251096 42.70 453148 1052700 56 [2020-09-09T16:13:27.941Z] 16:13:02 233076 0 739132 39.28 1576 907772 1318060 44.98 604984 756768 52 [2020-09-09T16:13:27.941Z] Average: 175637 0 612394 32.55 2471 1091054 1143739 39.03 479361 1044324 25 [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z] 16:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-09T16:13:27.941Z] 16:07:01 eth0 159.99 118.90 457.89 46.79 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:07:01 docker0 3.55 2.38 0.86 10.41 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:08:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:10:01 eth0 1.80 0.48 0.38 0.21 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:11:01 eth0 0.60 0.48 0.34 0.24 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:12:01 eth0 369.65 321.41 3782.81 27.37 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:12:01 vethbc2e636 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:13:02 eth0 552.75 459.83 3601.46 102.88 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:13:02 vethe159cf8 0.97 0.72 0.22 0.22 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] 16:13:02 docker0 60.31 78.68 3.98 329.06 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] Average: eth0 155.05 128.79 1120.87 25.37 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] Average: vethe159cf8 0.14 0.10 0.03 0.03 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] Average: docker0 9.13 11.59 0.69 48.52 0.00 0.00 0.00 0.00 [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z] ---> sar -P ALL: [2020-09-09T16:13:27.941Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z] 16:05:13 LINUX RESTART (4 CPU) [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z] 16:06:01 CPU %user %nice %system %iowait %steal %idle [2020-09-09T16:13:27.941Z] 16:07:01 all 3.29 0.00 1.84 1.38 0.02 93.47 [2020-09-09T16:13:27.941Z] 16:07:01 0 3.23 0.00 1.96 2.68 0.02 92.11 [2020-09-09T16:13:27.941Z] 16:07:01 1 2.78 0.00 2.04 1.69 0.03 93.46 [2020-09-09T16:13:27.941Z] 16:07:01 2 4.20 0.00 1.79 0.12 0.00 93.90 [2020-09-09T16:13:27.941Z] 16:07:01 3 2.95 0.00 1.57 1.04 0.02 94.42 [2020-09-09T16:13:27.941Z] 16:08:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-09-09T16:13:27.941Z] 16:08:01 0 0.45 0.00 0.07 0.00 0.00 99.48 [2020-09-09T16:13:27.941Z] 16:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T16:13:27.941Z] 16:08:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2020-09-09T16:13:27.941Z] 16:08:01 3 0.12 0.00 0.02 0.00 0.00 99.87 [2020-09-09T16:13:27.941Z] 16:09:01 all 0.13 0.00 0.02 0.00 0.00 99.85 [2020-09-09T16:13:27.941Z] 16:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-09T16:13:27.941Z] 16:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T16:13:27.941Z] 16:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2020-09-09T16:13:27.941Z] 16:09:01 3 0.45 0.00 0.02 0.00 0.00 99.53 [2020-09-09T16:13:27.941Z] 16:10:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2020-09-09T16:13:27.941Z] 16:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T16:13:27.941Z] 16:10:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-09-09T16:13:27.941Z] 16:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T16:13:27.941Z] 16:10:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-09T16:13:27.941Z] 16:11:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2020-09-09T16:13:27.941Z] 16:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-09T16:13:27.941Z] 16:11:01 1 0.03 0.00 0.10 0.00 0.00 99.87 [2020-09-09T16:13:27.941Z] 16:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-09T16:13:27.941Z] 16:11:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-09T16:13:27.941Z] 16:12:01 all 6.17 0.00 3.70 0.87 0.02 89.24 [2020-09-09T16:13:27.941Z] 16:12:01 0 6.13 0.00 3.68 1.11 0.02 89.05 [2020-09-09T16:13:27.941Z] 16:12:01 1 6.41 0.00 3.40 0.69 0.02 89.48 [2020-09-09T16:13:27.941Z] 16:12:01 2 6.18 0.00 3.92 0.93 0.02 88.95 [2020-09-09T16:13:27.941Z] 16:12:01 3 5.95 0.00 3.81 0.74 0.02 89.48 [2020-09-09T16:13:27.941Z] 16:13:02 all 12.16 0.00 8.41 3.47 0.06 75.90 [2020-09-09T16:13:27.941Z] 16:13:02 0 10.44 0.00 9.06 3.41 0.05 77.04 [2020-09-09T16:13:27.941Z] 16:13:02 1 16.24 0.00 8.90 3.92 0.07 70.87 [2020-09-09T16:13:27.941Z] 16:13:02 2 10.72 0.00 7.55 2.89 0.05 78.79 [2020-09-09T16:13:27.941Z] 16:13:02 3 11.25 0.00 8.12 3.67 0.05 76.91 [2020-09-09T16:13:27.941Z] Average: all 3.14 0.00 1.99 0.81 0.01 94.05 [2020-09-09T16:13:27.941Z] Average: 0 2.88 0.00 2.10 1.02 0.01 94.00 [2020-09-09T16:13:27.941Z] Average: 1 3.62 0.00 2.06 0.89 0.02 93.42 [2020-09-09T16:13:27.941Z] Average: 2 3.00 0.00 1.89 0.55 0.01 94.54 [2020-09-09T16:13:27.941Z] Average: 3 3.08 0.00 1.91 0.77 0.01 94.23 [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z] [2020-09-09T16:13:27.941Z]