Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea610856f072ced9ef63eed7b5c39c15fdf296c1 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1028 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 ea610856f072ced9ef63eed7b5c39c15fdf296c1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 Commit message: "Merge pull request #271 from lenny-intel/tags" > git rev-list --no-walk 526dc5f10a42b0a0548c6493116ed2250912fbb9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-01T15:47:35.947Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-01T15:47:36.189Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-01T15:47:36.290Z] ========================================================= [2020-09-01T15:47:36.290Z] EdgeX Global Pipelines Version Info [2020-09-01T15:47:36.290Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-01T15:47:38.622Z] ------------------- [2020-09-01T15:47:38.622Z] stable info: [2020-09-01T15:47:38.622Z] ------------------- [2020-09-01T15:47:38.622Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-01T15:47:38.622Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-01T15:47:38.622Z] Message: update stable to v1.0.115 [2020-09-01T15:47:39.193Z] ------------------- [2020-09-01T15:47:39.193Z] experimental info: [2020-09-01T15:47:39.193Z] ------------------- [2020-09-01T15:47:39.193Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-01T15:47:39.193Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-01T15:47:39.193Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-01T15:47:39.479Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-01T15:47:39.566Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-01T15:47:39.641Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-01T15:47:39.755Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-01T15:47:39.834Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-01T15:47:39.918Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-01T15:47:40.007Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-01T15:47:40.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-01T15:47:40.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-01T15:47:40.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-01T15:47:40.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-01T15:47:40.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-01T15:47:40.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-01T15:47:40.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-01T15:47:40.995Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-01T15:47:41.108Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-01T15:47:41.183Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-01T15:47:41.255Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-01T15:47:41.420Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-01T15:47:41.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-01T15:47:41.651Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-01T15:47:41.773Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-01T15:47:41.941Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-01T15:47:42.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-01T15:47:42.113Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-01T15:47:42.201Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea610856f072ced9ef63eed7b5c39c15fdf296c1 [Pipeline] echo [2020-09-01T15:47:42.290Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea61085 [Pipeline] echo [2020-09-01T15:47:42.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-01T15:47:42.916Z] + git log --format=format:%s -1 ea610856f072ced9ef63eed7b5c39c15fdf296c1 [Pipeline] echo [2020-09-01T15:47:42.978Z] GIT_COMMIT: ea610856f072ced9ef63eed7b5c39c15fdf296c1, Commit Message: Merge pull request #271 from lenny-intel/tags [Pipeline] echo [2020-09-01T15:47:43.039Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:47:43.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T15:47:43.802Z] [2020-09-01T15:47:43.802Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:47:44.146Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T15:47:44.146Z] latest: Pulling from edgex-devops/git-semver [2020-09-01T15:47:44.146Z] 31603596830f: Pulling fs layer [2020-09-01T15:47:44.146Z] 2a8b12db71e7: Pulling fs layer [2020-09-01T15:47:44.146Z] 6ca5941a6612: Pulling fs layer [2020-09-01T15:47:44.146Z] ecc8261a40a4: Pulling fs layer [2020-09-01T15:47:44.146Z] ecc8261a40a4: Waiting [2020-09-01T15:47:44.146Z] 2a8b12db71e7: Verifying Checksum [2020-09-01T15:47:44.146Z] 2a8b12db71e7: Download complete [2020-09-01T15:47:44.417Z] 31603596830f: Verifying Checksum [2020-09-01T15:47:44.417Z] 31603596830f: Download complete [2020-09-01T15:47:44.417Z] ecc8261a40a4: Verifying Checksum [2020-09-01T15:47:44.417Z] ecc8261a40a4: Download complete [2020-09-01T15:47:44.417Z] 6ca5941a6612: Verifying Checksum [2020-09-01T15:47:44.417Z] 6ca5941a6612: Download complete [2020-09-01T15:47:44.680Z] 31603596830f: Pull complete [2020-09-01T15:47:44.680Z] 2a8b12db71e7: Pull complete [2020-09-01T15:47:45.636Z] 6ca5941a6612: Pull complete [2020-09-01T15:47:45.636Z] ecc8261a40a4: Pull complete [2020-09-01T15:47:45.898Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-01T15:47:45.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T15:47:45.898Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-01T15:47:46.011Z] prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container [2020-09-01T15:47:46.057Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T15:47:48.791Z] $ docker top e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T15:47:49.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T15:47:49.054Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T15:47:49.268Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T15:47:49.273Z] $ docker exec e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent [2020-09-01T15:47:49.432Z] SSH_AUTH_SOCK=/tmp/ssh-wCE3hMRoINLw/agent.12 [2020-09-01T15:47:49.432Z] SSH_AGENT_PID=18 [2020-09-01T15:47:49.443Z] Running ssh-add (command line suppressed) [2020-09-01T15:47:49.565Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2263437938926907506.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2263437938926907506.key) [2020-09-01T15:47:49.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T15:47:49.947Z] + git describe --exact-match --tags HEAD [2020-09-01T15:47:49.947Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-01T15:47:50.046Z] $ docker exec --env ******** --env ******** e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent -k [2020-09-01T15:47:50.182Z] unset SSH_AUTH_SOCK; [2020-09-01T15:47:50.183Z] unset SSH_AGENT_PID; [2020-09-01T15:47:50.183Z] echo Agent pid 18 killed; [2020-09-01T15:47:50.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-01T15:47:50.331Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-01T15:47:50.331Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-01T15:47:50.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T15:47:50.447Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T15:47:50.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T15:47:50.607Z] $ docker exec e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent [2020-09-01T15:47:50.760Z] SSH_AUTH_SOCK=/tmp/ssh-RmD6Zn9BUFp9/agent.47 [2020-09-01T15:47:50.760Z] SSH_AGENT_PID=52 [2020-09-01T15:47:50.767Z] Running ssh-add (command line suppressed) [2020-09-01T15:47:50.883Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6185789144717107559.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6185789144717107559.key) [2020-09-01T15:47:50.929Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T15:47:51.268Z] + git semver init [2020-09-01T15:47:51.268Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T15:47:51.268Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-01T15:47:51.268Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-01T15:47:51.268Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T15:47:51.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T15:47:51.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T15:47:51.268Z] # $SEMVER_BRANCH = master [2020-09-01T15:47:51.268Z] # $SEMVER_TEMP = /tmp/semver-751516916 [2020-09-01T15:47:51.268Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-01T15:47:53.233Z] # '/tmp/semver-751516916' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-01T15:47:53.233Z] # -> Force: false [2020-09-01T15:47:53.233Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-01T15:47:53.246Z] $ docker exec --env ******** --env ******** e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e ssh-agent -k [2020-09-01T15:47:53.374Z] unset SSH_AUTH_SOCK; [2020-09-01T15:47:53.374Z] unset SSH_AGENT_PID; [2020-09-01T15:47:53.374Z] echo Agent pid 52 killed; [2020-09-01T15:47:53.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T15:47:53.874Z] + git semver [Pipeline] } [2020-09-01T15:47:53.891Z] $ docker stop --time=1 e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e [2020-09-01T15:47:55.595Z] $ docker rm -f e35e4ea92f22cd9f1020240b01347c94f98063c06359d2d78aad352c587b6e5e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-01T15:47:56.356Z] Stashed 85 file(s) [Pipeline] echo [2020-09-01T15:47:56.359Z] [edgeXSemver]: initialized semver on version 0.1.74 [Pipeline] echo [2020-09-01T15:47:56.445Z] Archived original version: [0.1.74] [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-01T15:48:11.812Z] Still waiting to schedule task [2020-09-01T15:48:11.812Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-01T15:48:11.815Z] Still waiting to schedule task [2020-09-01T15:48:11.815Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1027’ [2020-09-01T15:49:32.706Z] Running on prd-centos7-docker-4c-2g-1034 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-01T15:49:32.776Z] Running in /w/workspace/go-mod-core-contracts/39 [Pipeline] { [Pipeline] checkout [2020-09-01T15:49:35.262Z] using credential edgex-jenkins-ssh [2020-09-01T15:49:35.307Z] Cloning the remote Git repository [2020-09-01T15:49:35.307Z] Cloning with configured refspecs honoured and without tags [2020-09-01T15:49:35.337Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-01T15:49:36.062Z] Fetching without tags [2020-09-01T15:49:35.398Z] > git init /w/workspace/go-mod-core-contracts/39 # timeout=10 [2020-09-01T15:49:35.456Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-01T15:49:35.456Z] > git --version # timeout=10 [2020-09-01T15:49:35.463Z] > git --version # 'git version 2.16.5' [2020-09-01T15:49:35.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T15:49:35.490Z] > 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-01T15:49:36.023Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-01T15:49:36.046Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T15:49:36.058Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-01T15:49:36.070Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-01T15:49:36.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T15:49:36.073Z] > 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-01T15:49:36.472Z] Checking out Revision ea610856f072ced9ef63eed7b5c39c15fdf296c1 (master) [2020-09-01T15:49:36.484Z] > git config core.sparsecheckout # timeout=10 [2020-09-01T15:49:36.489Z] > git checkout -f ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 [2020-09-01T15:49:40.089Z] Commit message: "Merge pull request #271 from lenny-intel/tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-01T15:49:40.966Z] ========================================================= [2020-09-01T15:49:40.966Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-01T15:49:40.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:49:41.597Z] + 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-01T15:49:42.187Z] Sending build context to Docker daemon 2.138MB [2020-09-01T15:49:42.187Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-01T15:49:42.187Z] Step 2/7 : FROM ${BASE} [2020-09-01T15:49:42.187Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-01T15:49:42.187Z] df20fa9351a1: Pulling fs layer [2020-09-01T15:49:42.187Z] ed8968b2872e: Pulling fs layer [2020-09-01T15:49:42.187Z] a92cc7c5fd73: Pulling fs layer [2020-09-01T15:49:42.187Z] 2dd03ba5bac4: Pulling fs layer [2020-09-01T15:49:42.187Z] 1e091d79d1de: Pulling fs layer [2020-09-01T15:49:42.187Z] 481702a1767f: Pulling fs layer [2020-09-01T15:49:42.187Z] f64a6f60c768: Pulling fs layer [2020-09-01T15:49:42.187Z] e78d2573fc39: Pulling fs layer [2020-09-01T15:49:42.187Z] e876d2f968b6: Pulling fs layer [2020-09-01T15:49:42.187Z] ce8a83651883: Pulling fs layer [2020-09-01T15:49:42.187Z] 07967f4d0e4b: Pulling fs layer [2020-09-01T15:49:42.187Z] f64a6f60c768: Waiting [2020-09-01T15:49:42.187Z] e78d2573fc39: Waiting [2020-09-01T15:49:42.187Z] e876d2f968b6: Waiting [2020-09-01T15:49:42.187Z] ce8a83651883: Waiting [2020-09-01T15:49:42.187Z] 07967f4d0e4b: Waiting [2020-09-01T15:49:42.187Z] 2dd03ba5bac4: Waiting [2020-09-01T15:49:42.187Z] 1e091d79d1de: Waiting [2020-09-01T15:49:42.187Z] 481702a1767f: Waiting [2020-09-01T15:49:42.187Z] a92cc7c5fd73: Verifying Checksum [2020-09-01T15:49:42.187Z] a92cc7c5fd73: Download complete [2020-09-01T15:49:42.187Z] ed8968b2872e: Verifying Checksum [2020-09-01T15:49:42.187Z] ed8968b2872e: Download complete [2020-09-01T15:49:42.187Z] 1e091d79d1de: Verifying Checksum [2020-09-01T15:49:42.187Z] 1e091d79d1de: Download complete [2020-09-01T15:49:42.187Z] 481702a1767f: Verifying Checksum [2020-09-01T15:49:42.187Z] 481702a1767f: Download complete [2020-09-01T15:49:42.187Z] df20fa9351a1: Verifying Checksum [2020-09-01T15:49:42.187Z] df20fa9351a1: Download complete [2020-09-01T15:49:42.781Z] df20fa9351a1: Pull complete [2020-09-01T15:49:43.404Z] f64a6f60c768: Verifying Checksum [2020-09-01T15:49:43.404Z] f64a6f60c768: Download complete [2020-09-01T15:49:43.404Z] e876d2f968b6: Verifying Checksum [2020-09-01T15:49:43.404Z] e876d2f968b6: Download complete [2020-09-01T15:49:44.004Z] ce8a83651883: Verifying Checksum [2020-09-01T15:49:44.005Z] ce8a83651883: Download complete [2020-09-01T15:49:44.005Z] 2dd03ba5bac4: Verifying Checksum [2020-09-01T15:49:44.005Z] 2dd03ba5bac4: Download complete [2020-09-01T15:49:44.005Z] e78d2573fc39: Verifying Checksum [2020-09-01T15:49:44.005Z] e78d2573fc39: Download complete [2020-09-01T15:49:44.005Z] 07967f4d0e4b: Verifying Checksum [2020-09-01T15:49:44.005Z] 07967f4d0e4b: Download complete [2020-09-01T15:49:44.952Z] ed8968b2872e: Pull complete [2020-09-01T15:49:45.214Z] a92cc7c5fd73: Pull complete [2020-09-01T15:49:51.830Z] 2dd03ba5bac4: Pull complete [2020-09-01T15:49:51.830Z] 1e091d79d1de: Pull complete [2020-09-01T15:49:51.830Z] 481702a1767f: Pull complete [2020-09-01T15:49:57.166Z] f64a6f60c768: Pull complete [2020-09-01T15:49:59.733Z] e78d2573fc39: Pull complete [2020-09-01T15:49:59.733Z] e876d2f968b6: Pull complete [2020-09-01T15:50:01.656Z] ce8a83651883: Pull complete [2020-09-01T15:50:01.657Z] 07967f4d0e4b: Pull complete [2020-09-01T15:50:01.657Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-01T15:50:01.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-01T15:50:01.657Z] ---> 5d7c900382c6 [2020-09-01T15:50:01.657Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-01T15:50:02.235Z] ---> Running in 8a5117f6bd3f [2020-09-01T15:50:02.235Z] Removing intermediate container 8a5117f6bd3f [2020-09-01T15:50:02.235Z] ---> f6574644bc24 [2020-09-01T15:50:02.235Z] Step 4/7 : RUN apk add bash [2020-09-01T15:50:02.497Z] ---> Running in d12675f77894 [2020-09-01T15:50:03.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-01T15:50:04.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-01T15:50:05.857Z] OK: 166 MiB in 39 packages [2020-09-01T15:50:06.122Z] Removing intermediate container d12675f77894 [2020-09-01T15:50:06.122Z] ---> acf53cec53fc [2020-09-01T15:50:06.122Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-01T15:50:06.385Z] ---> Running in 7d8e19abd3e5 [2020-09-01T15:50:06.385Z] Removing intermediate container 7d8e19abd3e5 [2020-09-01T15:50:06.385Z] ---> 01614282fa5b [2020-09-01T15:50:06.385Z] Step 6/7 : COPY go.mod . [2020-09-01T15:50:06.646Z] ---> f41fdb2a068b [2020-09-01T15:50:06.646Z] Step 7/7 : RUN go mod download [2020-09-01T15:50:06.646Z] ---> Running in 5c0e5127bf16 [2020-09-01T15:50:08.567Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-01T15:50:08.567Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-01T15:50:08.567Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-01T15:50:08.828Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-01T15:50:08.828Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-01T15:50:08.828Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-01T15:50:08.828Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-01T15:50:08.828Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-01T15:50:08.828Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-01T15:50:08.828Z] go: finding github.com/google/uuid v1.1.0 [2020-09-01T15:50:09.089Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-01T15:50:09.089Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-01T15:50:09.089Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-01T15:50:09.089Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-01T15:50:09.089Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-01T15:50:09.089Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-01T15:50:09.354Z] go: finding golang.org/x/text v0.3.2 [2020-09-01T15:50:09.354Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-01T15:50:09.354Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-01T15:50:09.354Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-01T15:50:17.528Z] Removing intermediate container 5c0e5127bf16 [2020-09-01T15:50:17.528Z] ---> 99fa58c1819e [2020-09-01T15:50:17.528Z] Successfully built 99fa58c1819e [2020-09-01T15:50:17.528Z] Successfully tagged ci-base-image-x86_64: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] } [2020-09-01T15:51:07.782Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1035 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-01T15:51:07.824Z] Running in /w/workspace/go-mod-core-contracts/39 [Pipeline] { [Pipeline] checkout [2020-09-01T15:51:13.756Z] using credential edgex-jenkins-ssh [2020-09-01T15:51:13.814Z] Cloning the remote Git repository [2020-09-01T15:51:13.814Z] Cloning with configured refspecs honoured and without tags [2020-09-01T15:51:13.867Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-01T15:51:13.975Z] > git init /w/workspace/go-mod-core-contracts/39 # timeout=10 [2020-09-01T15:51:14.050Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-01T15:51:14.051Z] > git --version # timeout=10 [2020-09-01T15:51:14.068Z] > git --version # 'git version 2.17.1' [2020-09-01T15:51:14.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T15:51:15.024Z] Fetching without tags [2020-09-01T15:51:14.129Z] > 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-01T15:51:14.911Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-01T15:51:14.944Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-01T15:51:14.992Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-01T15:51:15.032Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-01T15:51:15.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-01T15:51:15.043Z] > 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-01T15:51:15.530Z] Checking out Revision ea610856f072ced9ef63eed7b5c39c15fdf296c1 (master) [2020-09-01T15:51:15.547Z] > git config core.sparsecheckout # timeout=10 [2020-09-01T15:51:15.572Z] > git checkout -f ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 [2020-09-01T15:51:19.986Z] Commit message: "Merge pull request #271 from lenny-intel/tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-01T15:51:21.212Z] ========================================================= [2020-09-01T15:51:21.212Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-01T15:51:21.212Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:51:22.377Z] + 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 . [2020-09-01T15:51:23.372Z] Sending build context to Docker daemon 2.138MB [2020-09-01T15:51:23.372Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-01T15:51:23.372Z] Step 2/7 : FROM ${BASE} [2020-09-01T15:51:23.649Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-01T15:51:23.649Z] b538f80385f9: Pulling fs layer [2020-09-01T15:51:23.649Z] 74f711af9a0d: Pulling fs layer [2020-09-01T15:51:23.649Z] 99f96fe45779: Pulling fs layer [2020-09-01T15:51:23.649Z] fd7a069fd194: Pulling fs layer [2020-09-01T15:51:23.649Z] 66aa3694b03b: Pulling fs layer [2020-09-01T15:51:23.649Z] 170f70906a0f: Pulling fs layer [2020-09-01T15:51:23.649Z] ad7c5574e4b9: Pulling fs layer [2020-09-01T15:51:23.649Z] e772456be8f7: Pulling fs layer [2020-09-01T15:51:23.649Z] c890913d741a: Pulling fs layer [2020-09-01T15:51:23.649Z] 2480fcc9aa5a: Pulling fs layer [2020-09-01T15:51:23.649Z] 09adf4765672: Pulling fs layer [2020-09-01T15:51:23.649Z] fd7a069fd194: Waiting [2020-09-01T15:51:23.649Z] e772456be8f7: Waiting [2020-09-01T15:51:23.649Z] 170f70906a0f: Waiting [2020-09-01T15:51:23.649Z] ad7c5574e4b9: Waiting [2020-09-01T15:51:23.649Z] 66aa3694b03b: Waiting [2020-09-01T15:51:23.649Z] c890913d741a: Waiting [2020-09-01T15:51:23.649Z] 2480fcc9aa5a: Waiting [2020-09-01T15:51:23.649Z] 09adf4765672: Waiting [2020-09-01T15:51:23.649Z] 99f96fe45779: Verifying Checksum [2020-09-01T15:51:23.649Z] 99f96fe45779: Download complete [2020-09-01T15:51:23.649Z] 74f711af9a0d: Verifying Checksum [2020-09-01T15:51:23.649Z] 74f711af9a0d: Download complete [2020-09-01T15:51:23.649Z] 66aa3694b03b: Verifying Checksum [2020-09-01T15:51:23.649Z] 66aa3694b03b: Download complete [2020-09-01T15:51:23.932Z] 170f70906a0f: Verifying Checksum [2020-09-01T15:51:23.932Z] 170f70906a0f: Download complete [2020-09-01T15:51:23.932Z] b538f80385f9: Verifying Checksum [2020-09-01T15:51:23.932Z] b538f80385f9: Download complete [2020-09-01T15:51:24.543Z] b538f80385f9: Pull complete [2020-09-01T15:51:25.144Z] 74f711af9a0d: Pull complete [2020-09-01T15:51:25.428Z] 99f96fe45779: Pull complete [2020-09-01T15:51:26.879Z] ad7c5574e4b9: Verifying Checksum [2020-09-01T15:51:26.879Z] ad7c5574e4b9: Download complete [2020-09-01T15:51:26.879Z] c890913d741a: Download complete [2020-09-01T15:51:28.868Z] 2480fcc9aa5a: Verifying Checksum [2020-09-01T15:51:28.868Z] 2480fcc9aa5a: Download complete [2020-09-01T15:51:28.868Z] 09adf4765672: Download complete [2020-09-01T15:51:29.858Z] e772456be8f7: Verifying Checksum [2020-09-01T15:51:29.858Z] e772456be8f7: Download complete [2020-09-01T15:51:30.133Z] fd7a069fd194: Verifying Checksum [2020-09-01T15:51:30.133Z] fd7a069fd194: Download complete [2020-09-01T15:51:42.552Z] fd7a069fd194: Pull complete [2020-09-01T15:51:42.552Z] 66aa3694b03b: Pull complete [2020-09-01T15:51:42.552Z] 170f70906a0f: Pull complete [2020-09-01T15:51:45.196Z] ad7c5574e4b9: Pull complete [2020-09-01T15:51:50.641Z] e772456be8f7: Pull complete [2020-09-01T15:51:50.641Z] c890913d741a: Pull complete [2020-09-01T15:51:52.630Z] 2480fcc9aa5a: Pull complete [2020-09-01T15:51:52.911Z] 09adf4765672: Pull complete [2020-09-01T15:51:53.185Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-01T15:51:53.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-01T15:51:53.185Z] ---> 2248a725d1cf [2020-09-01T15:51:53.185Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-01T15:51:58.583Z] ---> Running in 79833963e189 [2020-09-01T15:51:58.583Z] Removing intermediate container 79833963e189 [2020-09-01T15:51:58.583Z] ---> 60b9d523257d [2020-09-01T15:51:58.583Z] Step 4/7 : RUN apk add bash [2020-09-01T15:51:58.583Z] ---> Running in a8af8b038be9 [2020-09-01T15:52:00.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-01T15:52:00.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-01T15:52:02.426Z] OK: 142 MiB in 39 packages [2020-09-01T15:52:03.407Z] Removing intermediate container a8af8b038be9 [2020-09-01T15:52:03.407Z] ---> f609f8e161cb [2020-09-01T15:52:03.407Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-01T15:52:03.690Z] ---> Running in ee225a65ec9f [2020-09-01T15:52:03.966Z] Removing intermediate container ee225a65ec9f [2020-09-01T15:52:03.966Z] ---> 3f301f191e45 [2020-09-01T15:52:03.966Z] Step 6/7 : COPY go.mod . [2020-09-01T15:52:04.939Z] ---> a70b0657b9d3 [2020-09-01T15:52:04.939Z] Step 7/7 : RUN go mod download [2020-09-01T15:52:04.939Z] ---> Running in 14d0e2360eef [2020-09-01T15:52:07.546Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-01T15:52:07.546Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-01T15:52:07.546Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-01T15:52:07.546Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-01T15:52:07.546Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-01T15:52:07.819Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-01T15:52:07.819Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-01T15:52:07.819Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-01T15:52:07.819Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-01T15:52:07.819Z] go: finding github.com/google/uuid v1.1.0 [2020-09-01T15:52:07.819Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-01T15:52:07.819Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-01T15:52:08.097Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-01T15:52:08.097Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-01T15:52:08.097Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-01T15:52:08.097Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-01T15:52:08.097Z] go: finding golang.org/x/text v0.3.2 [2020-09-01T15:52:08.097Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-01T15:52:08.380Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-01T15:52:08.380Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-01T15:52:20.822Z] Removing intermediate container 14d0e2360eef [2020-09-01T15:52:20.822Z] ---> b1a04625d629 [2020-09-01T15:52:20.822Z] Successfully built b1a04625d629 [2020-09-01T15:52:20.822Z] 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-01T15:52:23.173Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-01T15:52:23.174Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-01T15:52:23.229Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:52:23.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T15:52:23.573Z] [2020-09-01T15:52:23.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:52:23.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T15:52:23.924Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-01T15:52:23.924Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-01T15:52:23.924Z] 408f87550127: Pulling fs layer [2020-09-01T15:52:23.924Z] fe522b08c979: Pulling fs layer [2020-09-01T15:52:23.924Z] 221eaa008020: Pulling fs layer [2020-09-01T15:52:23.924Z] 2a4607e5d6b9: Pulling fs layer [2020-09-01T15:52:23.924Z] 8f79b27c4fd2: Pulling fs layer [2020-09-01T15:52:23.924Z] e5c8dbe1645b: Pulling fs layer [2020-09-01T15:52:23.924Z] 23e8b3b47431: Pulling fs layer [2020-09-01T15:52:23.924Z] 5c568d65a230: Pulling fs layer [2020-09-01T15:52:23.924Z] 221eaa008020: Waiting [2020-09-01T15:52:23.924Z] 2a4607e5d6b9: Waiting [2020-09-01T15:52:23.924Z] 8f79b27c4fd2: Waiting [2020-09-01T15:52:23.924Z] e5c8dbe1645b: Waiting [2020-09-01T15:52:23.924Z] 23e8b3b47431: Waiting [2020-09-01T15:52:23.924Z] 5c568d65a230: Waiting [2020-09-01T15:52:23.924Z] fe522b08c979: Verifying Checksum [2020-09-01T15:52:23.924Z] fe522b08c979: Download complete [2020-09-01T15:52:23.924Z] 408f87550127: Verifying Checksum [2020-09-01T15:52:23.924Z] 408f87550127: Download complete [2020-09-01T15:52:23.924Z] 2a4607e5d6b9: Verifying Checksum [2020-09-01T15:52:23.924Z] 2a4607e5d6b9: Download complete [2020-09-01T15:52:23.924Z] 8f79b27c4fd2: Verifying Checksum [2020-09-01T15:52:23.924Z] 8f79b27c4fd2: Download complete [2020-09-01T15:52:23.924Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-01T15:52:23.924Z] cbdbe7a5bc2a: Download complete [2020-09-01T15:52:24.559Z] e5c8dbe1645b: Verifying Checksum [2020-09-01T15:52:24.559Z] e5c8dbe1645b: Download complete [2020-09-01T15:52:24.559Z] cbdbe7a5bc2a: Pull complete [2020-09-01T15:52:24.851Z] 23e8b3b47431: Verifying Checksum [2020-09-01T15:52:24.851Z] 23e8b3b47431: Download complete [2020-09-01T15:52:25.117Z] 408f87550127: Pull complete [2020-09-01T15:52:25.117Z] 5c568d65a230: Verifying Checksum [2020-09-01T15:52:25.117Z] 5c568d65a230: Download complete [2020-09-01T15:52:25.117Z] fe522b08c979: Pull complete [2020-09-01T15:52:25.691Z] 221eaa008020: Verifying Checksum [2020-09-01T15:52:25.691Z] 221eaa008020: Download complete [2020-09-01T15:52:32.333Z] 221eaa008020: Pull complete [2020-09-01T15:52:32.333Z] 2a4607e5d6b9: Pull complete [2020-09-01T15:52:32.333Z] 8f79b27c4fd2: Pull complete [2020-09-01T15:52:33.719Z] e5c8dbe1645b: Pull complete [2020-09-01T15:52:37.085Z] 23e8b3b47431: Pull complete [2020-09-01T15:52:38.494Z] 5c568d65a230: Pull complete [2020-09-01T15:52:38.494Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-01T15:52:38.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-01T15:52:38.494Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-01T15:52:38.683Z] prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container [2020-09-01T15:52:38.740Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-01T15:52:39.601Z] $ docker top 0c34a69c65ab57827c5ad3d2600f9284b61a9025611debefb41d55b075741f09 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-01T15:52:40.121Z] + snyk monitor '--org=edgex-jenkins' [2020-09-01T15:52:45.436Z] [2020-09-01T15:52:45.436Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-01T15:52:45.436Z] [2020-09-01T15:52:45.436Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/803b519f-49a1-4fd1-b95c-fec72db5b391 [2020-09-01T15:52:45.436Z] [2020-09-01T15:52:45.436Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-01T15:52:45.436Z] [2020-09-01T15:52:45.436Z] [2020-09-01T15:52:45.436Z] Snyk CLI supports Node.js 8 and higher. [2020-09-01T15:52:45.436Z] 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-01T15:52:45.436Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-01T15:52:45.436Z] [2020-09-01T15:52:45.436Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-01T15:52:45.436Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-01T15:52:45.452Z] $ docker stop --time=1 0c34a69c65ab57827c5ad3d2600f9284b61a9025611debefb41d55b075741f09 [2020-09-01T15:52:47.997Z] $ docker rm -f 0c34a69c65ab57827c5ad3d2600f9284b61a9025611debefb41d55b075741f09 [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-01T15:52:49.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T15:52:49.441Z] . [Pipeline] withDockerContainer [2020-09-01T15:52:49.534Z] prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container [2020-09-01T15:52:49.583Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T15:52:50.267Z] $ docker top 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T15:52:50.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T15:52:50.758Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T15:52:50.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T15:52:50.985Z] $ docker exec 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 ssh-agent [2020-09-01T15:52:51.156Z] SSH_AUTH_SOCK=/tmp/ssh-oOZHUHlubRXf/agent.11 [2020-09-01T15:52:51.156Z] SSH_AGENT_PID=16 [2020-09-01T15:52:51.163Z] Running ssh-add (command line suppressed) [2020-09-01T15:52:51.311Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5804713320471934223.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5804713320471934223.key) [2020-09-01T15:52:51.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T15:52:51.697Z] + git semver tag [2020-09-01T15:52:51.697Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T15:52:51.697Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-01T15:52:51.697Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-01T15:52:51.697Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T15:52:51.697Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T15:52:51.697Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T15:52:51.697Z] # $SEMVER_BRANCH = master [2020-09-01T15:52:51.697Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-01T15:52:51.697Z] # ea610856f072ced9ef63eed7b5c39c15fdf296c1 HEAD [2020-09-01T15:52:51.697Z] # -> Force: false [2020-09-01T15:52:51.697Z] # cc03243d2227490a2bc37cc059f564c1da4fc0f2 refs/tags/v0.1.74 [Pipeline] } [2020-09-01T15:52:51.712Z] $ docker exec --env ******** --env ******** 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 ssh-agent -k [2020-09-01T15:52:51.847Z] unset SSH_AUTH_SOCK; [2020-09-01T15:52:51.847Z] unset SSH_AGENT_PID; [2020-09-01T15:52:51.848Z] echo Agent pid 16 killed; [2020-09-01T15:52:51.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T15:52:52.341Z] + git semver [Pipeline] } [2020-09-01T15:52:52.360Z] $ docker stop --time=1 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 [2020-09-01T15:52:53.691Z] $ docker rm -f 0fcfb2d3d4b48842ab6f99dc76290468135defbdc998fb51292faac4c82291a2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:52:54.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T15:52:54.330Z] [2020-09-01T15:52:54.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:52:54.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T15:52:54.672Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-01T15:52:54.672Z] ab5ef0e58194: Pulling fs layer [2020-09-01T15:52:54.672Z] 9712f1f96733: Pulling fs layer [2020-09-01T15:52:54.672Z] 63f879dbbcfc: Pulling fs layer [2020-09-01T15:52:54.672Z] 0d9ebad4ef96: Pulling fs layer [2020-09-01T15:52:54.672Z] e9a5061849ea: Pulling fs layer [2020-09-01T15:52:54.672Z] d747dcd14b5f: Pulling fs layer [2020-09-01T15:52:54.672Z] 2de7ff778b66: Pulling fs layer [2020-09-01T15:52:54.672Z] 0d9ebad4ef96: Waiting [2020-09-01T15:52:54.672Z] e9a5061849ea: Waiting [2020-09-01T15:52:54.672Z] d747dcd14b5f: Waiting [2020-09-01T15:52:54.672Z] 2de7ff778b66: Waiting [2020-09-01T15:52:54.672Z] 9712f1f96733: Verifying Checksum [2020-09-01T15:52:54.672Z] 9712f1f96733: Download complete [2020-09-01T15:52:55.268Z] 63f879dbbcfc: Verifying Checksum [2020-09-01T15:52:55.268Z] 63f879dbbcfc: Download complete [2020-09-01T15:52:55.268Z] e9a5061849ea: Verifying Checksum [2020-09-01T15:52:55.268Z] e9a5061849ea: Download complete [2020-09-01T15:52:55.268Z] d747dcd14b5f: Verifying Checksum [2020-09-01T15:52:55.268Z] d747dcd14b5f: Download complete [2020-09-01T15:52:55.531Z] 0d9ebad4ef96: Verifying Checksum [2020-09-01T15:52:55.531Z] 0d9ebad4ef96: Download complete [2020-09-01T15:52:55.531Z] 2de7ff778b66: Verifying Checksum [2020-09-01T15:52:55.531Z] 2de7ff778b66: Download complete [2020-09-01T15:52:55.792Z] ab5ef0e58194: Download complete [2020-09-01T15:53:01.112Z] ab5ef0e58194: Pull complete [2020-09-01T15:53:01.112Z] 9712f1f96733: Pull complete [2020-09-01T15:53:03.676Z] 63f879dbbcfc: Pull complete [2020-09-01T15:53:10.310Z] 0d9ebad4ef96: Pull complete [2020-09-01T15:53:10.899Z] e9a5061849ea: Pull complete [2020-09-01T15:53:10.899Z] d747dcd14b5f: Pull complete [2020-09-01T15:53:15.123Z] 2de7ff778b66: Pull complete [2020-09-01T15:53:15.123Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-01T15:53:15.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-01T15:53:15.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-01T15:53:15.271Z] prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container [2020-09-01T15:53:15.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-01T15:53:18.747Z] $ docker top 771976aeac388b3c9e4c0cfae1f2459ad97b7dccfbd0eea8f9df37dd6f9590bd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-01T15:53:19.006Z] provisioning config files... [2020-09-01T15:53:19.048Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3154497628602594069tmp [2020-09-01T15:53:19.077Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5815510742551281654tmp [2020-09-01T15:53:19.092Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2660881010464426043tmp [Pipeline] { [Pipeline] echo [2020-09-01T15:53:19.142Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T15:53:19.450Z] ---> sigul-configuration.sh [2020-09-01T15:53:19.450Z] gpg: directory `/root/.gnupg' created [2020-09-01T15:53:19.450Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-01T15:53:19.450Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-01T15:53:19.450Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-01T15:53:19.450Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-01T15:53:19.450Z] gpg: CAST5 encrypted data [2020-09-01T15:53:19.714Z] gpg: encrypted with 1 passphrase [2020-09-01T15:53:19.714Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-01T15:53:20.013Z] + mkdir /home/jenkins [2020-09-01T15:53:20.013Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-01T15:53:20.313Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-09-01T15:53:20.324Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T15:53:20.619Z] ---> sigul-install.sh [2020-09-01T15:53:27.224Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-01T15:53:27.523Z] + git tag --list [2020-09-01T15:53:27.523Z] v0.1.74 [Pipeline] sh [2020-09-01T15:53:27.831Z] + lftools sign git-tag v0.1.74 [2020-09-01T15:53:29.218Z] Signing Git tag with Sigul... [2020-09-01T15:53:29.218Z] Signing v0.1.74 [2020-09-01T15:53:30.165Z] Error: Authentication failed [Pipeline] echo [2020-09-01T15:53:30.177Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T15:53:30.474Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-01T15:53:30.483Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-01T15:53:30.609Z] $ docker stop --time=1 771976aeac388b3c9e4c0cfae1f2459ad97b7dccfbd0eea8f9df37dd6f9590bd [2020-09-01T15:53:32.574Z] $ docker rm -f 771976aeac388b3c9e4c0cfae1f2459ad97b7dccfbd0eea8f9df37dd6f9590bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:53:33.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T15:53:33.333Z] . [Pipeline] withDockerContainer [2020-09-01T15:53:33.442Z] prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container [2020-09-01T15:53:33.487Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T15:53:34.156Z] $ docker top 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T15:53:34.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T15:53:34.488Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T15:53:34.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T15:53:34.713Z] $ docker exec 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba ssh-agent [2020-09-01T15:53:34.894Z] SSH_AUTH_SOCK=/tmp/ssh-3uVKYBjrH70Z/agent.12 [2020-09-01T15:53:34.894Z] SSH_AGENT_PID=17 [2020-09-01T15:53:34.902Z] Running ssh-add (command line suppressed) [2020-09-01T15:53:35.036Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8613010369637029506.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8613010369637029506.key) [2020-09-01T15:53:35.099Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T15:53:35.437Z] + git semver bump patch [2020-09-01T15:53:35.437Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T15:53:35.437Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-01T15:53:35.437Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-01T15:53:35.437Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T15:53:35.437Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T15:53:35.437Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T15:53:35.437Z] # $SEMVER_BRANCH = master [2020-09-01T15:53:35.437Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-01T15:53:35.437Z] 0.1.75 [Pipeline] } [2020-09-01T15:53:35.452Z] $ docker exec --env ******** --env ******** 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba ssh-agent -k [2020-09-01T15:53:35.571Z] unset SSH_AUTH_SOCK; [2020-09-01T15:53:35.572Z] unset SSH_AGENT_PID; [2020-09-01T15:53:35.572Z] echo Agent pid 17 killed; [2020-09-01T15:53:35.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T15:53:36.065Z] + git semver [Pipeline] } [2020-09-01T15:53:36.090Z] $ docker stop --time=1 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba [2020-09-01T15:53:37.482Z] $ docker rm -f 2e43bcebc334cbbed7764077c8f400edf756833394df6d73c8c6eef22538cdba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:53:38.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-01T15:53:38.195Z] . [Pipeline] withDockerContainer [2020-09-01T15:53:38.411Z] prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container [2020-09-01T15:53:38.619Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-01T15:53:39.349Z] $ docker top 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-01T15:53:39.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-01T15:53:39.720Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-01T15:53:39.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-01T15:53:39.998Z] $ docker exec 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 ssh-agent [2020-09-01T15:53:40.195Z] SSH_AUTH_SOCK=/tmp/ssh-XYFZwNw2t1tL/agent.11 [2020-09-01T15:53:40.195Z] SSH_AGENT_PID=16 [2020-09-01T15:53:40.208Z] Running ssh-add (command line suppressed) [2020-09-01T15:53:40.334Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4649751530025255427.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4649751530025255427.key) [2020-09-01T15:53:40.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-01T15:53:40.879Z] + git semver push [2020-09-01T15:53:40.879Z] # -> Open(): unable to determine branch for HEAD [2020-09-01T15:53:40.879Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-01T15:53:40.879Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-01T15:53:40.879Z] # $SEMVER_REMOTE_NAME = origin [2020-09-01T15:53:40.879Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-01T15:53:40.879Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-01T15:53:40.879Z] # $SEMVER_BRANCH = master [2020-09-01T15:53:40.879Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-01T15:53:47.628Z] $ docker exec --env ******** --env ******** 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 ssh-agent -k [2020-09-01T15:53:47.775Z] unset SSH_AUTH_SOCK; [2020-09-01T15:53:47.775Z] unset SSH_AGENT_PID; [2020-09-01T15:53:47.775Z] echo Agent pid 16 killed; [2020-09-01T15:53:47.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-01T15:53:48.307Z] + git semver [Pipeline] } [2020-09-01T15:53:48.327Z] $ docker stop --time=1 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 [2020-09-01T15:53:49.667Z] $ docker rm -f 2ca27ea128f57f1f55b4a8bb8c64f5469cb36567cd7011ed34bbf2c7cce11db1 [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-01T15:53:51.180Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T15:53:51.758Z] ---> package-listing.sh [2020-09-01T15:53:51.758Z] ++ facter osfamily [2020-09-01T15:53:51.758Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-01T15:53:51.758Z] + OS_FAMILY=redhat [2020-09-01T15:53:51.758Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-01T15:53:51.758Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-01T15:53:51.758Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-01T15:53:51.758Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-01T15:53:51.758Z] + PACKAGES=/tmp/packages_start.txt [2020-09-01T15:53:51.758Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-01T15:53:51.758Z] + PACKAGES=/tmp/packages_end.txt [2020-09-01T15:53:51.758Z] + case "${OS_FAMILY}" in [2020-09-01T15:53:51.758Z] + rpm -qa [2020-09-01T15:53:51.758Z] + sort [2020-09-01T15:53:55.980Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-01T15:53:55.980Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-01T15:53:55.980Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-01T15:53:55.980Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-01T15:53:55.980Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-01T15:53:55.980Z] + 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-01T15:53:56.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T15:53:56.426Z] [2020-09-01T15:53:56.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-01T15:53:56.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T15:53:56.779Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-01T15:53:56.779Z] c9b1b535fdd9: Pulling fs layer [2020-09-01T15:53:56.779Z] 2cc5ad85d9ab: Pulling fs layer [2020-09-01T15:53:56.779Z] 756a868c4378: Pulling fs layer [2020-09-01T15:53:56.779Z] 444b2fc9a129: Pulling fs layer [2020-09-01T15:53:56.779Z] ea15f1150254: Pulling fs layer [2020-09-01T15:53:56.779Z] 41b27a9f41bf: Pulling fs layer [2020-09-01T15:53:56.779Z] 28c525ee5125: Pulling fs layer [2020-09-01T15:53:56.779Z] 094b1ea09ed8: Pulling fs layer [2020-09-01T15:53:56.779Z] 138eaada9080: Pulling fs layer [2020-09-01T15:53:56.779Z] 0622d0fa9048: Pulling fs layer [2020-09-01T15:53:56.779Z] 444b2fc9a129: Waiting [2020-09-01T15:53:56.779Z] ea15f1150254: Waiting [2020-09-01T15:53:56.779Z] 28c525ee5125: Waiting [2020-09-01T15:53:56.779Z] 138eaada9080: Waiting [2020-09-01T15:53:56.779Z] 0622d0fa9048: Waiting [2020-09-01T15:53:56.779Z] 41b27a9f41bf: Waiting [2020-09-01T15:53:56.779Z] 2cc5ad85d9ab: Verifying Checksum [2020-09-01T15:53:56.779Z] 2cc5ad85d9ab: Download complete [2020-09-01T15:53:56.779Z] 444b2fc9a129: Verifying Checksum [2020-09-01T15:53:56.779Z] 444b2fc9a129: Download complete [2020-09-01T15:53:56.779Z] c9b1b535fdd9: Verifying Checksum [2020-09-01T15:53:56.779Z] c9b1b535fdd9: Download complete [2020-09-01T15:53:56.779Z] ea15f1150254: Verifying Checksum [2020-09-01T15:53:56.779Z] ea15f1150254: Download complete [2020-09-01T15:53:57.054Z] 28c525ee5125: Verifying Checksum [2020-09-01T15:53:57.054Z] 28c525ee5125: Download complete [2020-09-01T15:53:57.325Z] 756a868c4378: Verifying Checksum [2020-09-01T15:53:57.325Z] 756a868c4378: Download complete [2020-09-01T15:53:57.325Z] 138eaada9080: Verifying Checksum [2020-09-01T15:53:57.325Z] 138eaada9080: Download complete [2020-09-01T15:53:57.325Z] 0622d0fa9048: Verifying Checksum [2020-09-01T15:53:57.325Z] 0622d0fa9048: Download complete [2020-09-01T15:53:57.325Z] 094b1ea09ed8: Verifying Checksum [2020-09-01T15:53:57.325Z] 094b1ea09ed8: Download complete [2020-09-01T15:53:57.591Z] c9b1b535fdd9: Pull complete [2020-09-01T15:53:58.196Z] 41b27a9f41bf: Verifying Checksum [2020-09-01T15:53:58.196Z] 41b27a9f41bf: Download complete [2020-09-01T15:53:58.196Z] 2cc5ad85d9ab: Pull complete [2020-09-01T15:53:59.591Z] 756a868c4378: Pull complete [2020-09-01T15:53:59.591Z] 444b2fc9a129: Pull complete [2020-09-01T15:53:59.853Z] ea15f1150254: Pull complete [2020-09-01T15:54:03.165Z] 41b27a9f41bf: Pull complete [2020-09-01T15:54:03.429Z] 28c525ee5125: Pull complete [2020-09-01T15:54:05.978Z] 094b1ea09ed8: Pull complete [2020-09-01T15:54:05.978Z] 138eaada9080: Pull complete [2020-09-01T15:54:06.238Z] 0622d0fa9048: Pull complete [2020-09-01T15:54:06.238Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-09-01T15:54:06.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-01T15:54:06.238Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-01T15:54:06.459Z] prd-centos7-docker-4c-2g-1028 does not seem to be running inside a container [2020-09-01T15:54:06.539Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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-lftools-log-publisher:alpine cat [2020-09-01T15:54:09.536Z] $ docker top e48bd42d328977231db22fa26e87608f8fb5462594531c5341a60840338c013b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-01T15:54:09.852Z] provisioning config files... [2020-09-01T15:54:09.867Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1258748096870805011tmp [Pipeline] { [Pipeline] echo [2020-09-01T15:54:09.928Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T15:54:10.224Z] ---> create-netrc.sh [Pipeline] echo [2020-09-01T15:54:10.234Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-01T15:54:10.527Z] ---> logs-deploy.sh [2020-09-01T15:54:10.527Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/39 [2020-09-01T15:54:10.527Z] INFO: archiving workspace using pattern(s): [2020-09-01T15:54:11.912Z] Archives upload complete. [2020-09-01T15:54:11.912Z] INFO: archiving logs to Nexus [2020-09-01T15:54:12.485Z] ---> uname -a: [2020-09-01T15:54:12.485Z] Linux e48bd42d3289 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] ---> lscpu: [2020-09-01T15:54:12.485Z] Architecture: x86_64 [2020-09-01T15:54:12.485Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-01T15:54:12.485Z] Byte Order: Little Endian [2020-09-01T15:54:12.485Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-01T15:54:12.485Z] CPU(s): 4 [2020-09-01T15:54:12.485Z] On-line CPU(s) list: 0-3 [2020-09-01T15:54:12.485Z] Thread(s) per core: 1 [2020-09-01T15:54:12.485Z] Core(s) per socket: 1 [2020-09-01T15:54:12.485Z] Socket(s): 4 [2020-09-01T15:54:12.485Z] NUMA node(s): 1 [2020-09-01T15:54:12.485Z] Vendor ID: GenuineIntel [2020-09-01T15:54:12.485Z] CPU family: 6 [2020-09-01T15:54:12.485Z] Model: 44 [2020-09-01T15:54:12.485Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-01T15:54:12.485Z] Stepping: 1 [2020-09-01T15:54:12.485Z] CPU MHz: 2933.438 [2020-09-01T15:54:12.485Z] BogoMIPS: 5866.87 [2020-09-01T15:54:12.485Z] Virtualization: VT-x [2020-09-01T15:54:12.485Z] Hypervisor vendor: KVM [2020-09-01T15:54:12.485Z] Virtualization type: full [2020-09-01T15:54:12.485Z] L1d cache: 128 KiB [2020-09-01T15:54:12.485Z] L1i cache: 128 KiB [2020-09-01T15:54:12.485Z] L2 cache: 16 MiB [2020-09-01T15:54:12.485Z] L3 cache: 64 MiB [2020-09-01T15:54:12.485Z] NUMA node0 CPU(s): 0-3 [2020-09-01T15:54:12.485Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-01T15:54:12.485Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-01T15:54:12.485Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-01T15:54:12.485Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-01T15:54:12.485Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-01T15:54:12.485Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-01T15:54:12.485Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-01T15:54:12.485Z] Vulnerability Tsx async abort: Not affected [2020-09-01T15:54:12.485Z] 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-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] ---> nproc: [2020-09-01T15:54:12.485Z] 4 [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] ---> df -h: [2020-09-01T15:54:12.485Z] Filesystem Size Used Available Use% Mounted on [2020-09-01T15:54:12.485Z] overlay 50.0G 8.5G 41.5G 17% / [2020-09-01T15:54:12.485Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-01T15:54:12.485Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-01T15:54:12.485Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-01T15:54:12.485Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-09-01T15:54:12.485Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-09-01T15:54:12.485Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-09-01T15:54:12.485Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-09-01T15:54:12.485Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master [2020-09-01T15:54:12.485Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/dry_go-mod-core-contracts_master@tmp [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] ---> free -m: [2020-09-01T15:54:12.485Z] total used free shared buff/cache available [2020-09-01T15:54:12.485Z] Mem: 1837 777 105 0 955 990 [2020-09-01T15:54:12.485Z] Swap: 1023 3 1020 [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z] ---> ip addr: [2020-09-01T15:54:12.485Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-01T15:54:12.485Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-01T15:54:12.485Z] inet 127.0.0.1/8 scope host lo [2020-09-01T15:54:12.485Z] valid_lft forever preferred_lft forever [2020-09-01T15:54:12.485Z] 16: eth0@if17: mtu 1458 qdisc noqueue state UP [2020-09-01T15:54:12.485Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-01T15:54:12.485Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-01T15:54:12.485Z] valid_lft forever preferred_lft forever [2020-09-01T15:54:12.485Z] [2020-09-01T15:54:12.485Z]