Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22845 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" > git rev-list --no-walk e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T15:50:11.297Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-26T15:50:11.595Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T15:50:11.684Z] ========================================================= [2021-01-26T15:50:11.684Z] EdgeX Global Pipelines Version Info [2021-01-26T15:50:11.684Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:50:13.738Z] ------------------- [2021-01-26T15:50:13.738Z] stable info: [2021-01-26T15:50:13.738Z] ------------------- [2021-01-26T15:50:13.738Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T15:50:13.738Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T15:50:13.738Z] Message: update stable to v1.0.179 [2021-01-26T15:50:14.312Z] ------------------- [2021-01-26T15:50:14.313Z] experimental info: [2021-01-26T15:50:14.313Z] ------------------- [2021-01-26T15:50:14.313Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T15:50:14.313Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T15:50:14.313Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T15:50:14.554Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-26T15:50:14.642Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-26T15:50:14.725Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T15:50:14.809Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T15:50:14.892Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T15:50:14.986Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T15:50:15.066Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T15:50:15.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T15:50:15.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-26T15:50:15.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T15:50:15.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T15:50:15.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-26T15:50:15.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T15:50:15.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T15:50:15.832Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:50:15.933Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:50:16.015Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:50:16.097Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:50:16.180Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T15:50:16.264Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-26T15:50:16.350Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-26T15:50:16.453Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-26T15:50:16.539Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-26T15:50:16.639Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-26T15:50:16.733Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-26T15:50:16.845Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T15:50:16.935Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T15:50:17.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-26T15:50:17.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-26T15:50:17.194Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-26T15:50:17.272Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] echo [2021-01-26T15:50:17.375Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e0dbfb9 [Pipeline] echo [2021-01-26T15:50:17.458Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:50:18.088Z] + git log --format=format:%s -1 e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] echo [2021-01-26T15:50:18.153Z] GIT_COMMIT: e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516, Commit Message: Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0 [Pipeline] echo [2021-01-26T15:50:18.200Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:50:18.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:50:19.098Z] [2021-01-26T15:50:19.098Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:50:19.449Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:50:19.449Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T15:50:19.449Z] 31603596830f: Pulling fs layer [2021-01-26T15:50:19.449Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T15:50:19.449Z] 6ca5941a6612: Pulling fs layer [2021-01-26T15:50:19.449Z] ecc8261a40a4: Pulling fs layer [2021-01-26T15:50:19.449Z] ecc8261a40a4: Waiting [2021-01-26T15:50:19.449Z] 2a8b12db71e7: Download complete [2021-01-26T15:50:19.712Z] 31603596830f: Verifying Checksum [2021-01-26T15:50:19.712Z] 31603596830f: Download complete [2021-01-26T15:50:19.712Z] ecc8261a40a4: Verifying Checksum [2021-01-26T15:50:19.712Z] ecc8261a40a4: Download complete [2021-01-26T15:50:19.712Z] 6ca5941a6612: Verifying Checksum [2021-01-26T15:50:19.712Z] 6ca5941a6612: Download complete [2021-01-26T15:50:19.983Z] 31603596830f: Pull complete [2021-01-26T15:50:20.252Z] 2a8b12db71e7: Pull complete [2021-01-26T15:50:20.838Z] 6ca5941a6612: Pull complete [2021-01-26T15:50:21.101Z] ecc8261a40a4: Pull complete [2021-01-26T15:50:21.101Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T15:50:21.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:50:21.362Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T15:50:21.479Z] prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container [2021-01-26T15:50:21.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:50:23.954Z] $ docker top 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:50:24.360Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:50:24.360Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:50:24.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:50:24.634Z] $ docker exec 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent [2021-01-26T15:50:24.842Z] SSH_AUTH_SOCK=/tmp/ssh-TdkcHJJiZSHT/agent.12 [2021-01-26T15:50:24.842Z] SSH_AGENT_PID=17 [2021-01-26T15:50:24.856Z] Running ssh-add (command line suppressed) [2021-01-26T15:50:24.985Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6879388345169539125.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6879388345169539125.key) [2021-01-26T15:50:25.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:50:25.374Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T15:50:25.491Z] $ docker exec --env ******** --env ******** 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent -k [2021-01-26T15:50:25.652Z] unset SSH_AUTH_SOCK; [2021-01-26T15:50:25.652Z] unset SSH_AGENT_PID; [2021-01-26T15:50:25.652Z] echo Agent pid 17 killed; [2021-01-26T15:50:25.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T15:50:25.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:50:25.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:50:26.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:50:26.071Z] $ docker exec 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent [2021-01-26T15:50:26.241Z] SSH_AUTH_SOCK=/tmp/ssh-Xi70fyWgcvn0/agent.47 [2021-01-26T15:50:26.241Z] SSH_AGENT_PID=52 [2021-01-26T15:50:26.248Z] Running ssh-add (command line suppressed) [2021-01-26T15:50:26.373Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1017412516425655081.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1017412516425655081.key) [2021-01-26T15:50:26.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:50:26.779Z] + git semver init [2021-01-26T15:50:26.780Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:50:26.780Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T15:50:26.780Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T15:50:26.780Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:50:26.780Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:50:26.780Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:50:26.780Z] # $SEMVER_BRANCH = master [2021-01-26T15:50:26.780Z] # $SEMVER_TEMP = /tmp/semver-032117121 [2021-01-26T15:50:26.780Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-26T15:50:27.356Z] # '/tmp/semver-032117121' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-01-26T15:50:27.619Z] # -> Force: false [2021-01-26T15:50:27.619Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-26T15:50:27.633Z] $ docker exec --env ******** --env ******** 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 ssh-agent -k [2021-01-26T15:50:27.755Z] unset SSH_AUTH_SOCK; [2021-01-26T15:50:27.755Z] unset SSH_AGENT_PID; [2021-01-26T15:50:27.755Z] echo Agent pid 52 killed; [2021-01-26T15:50:27.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:50:28.263Z] + git semver [Pipeline] } [2021-01-26T15:50:28.283Z] $ docker stop --time=1 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 [2021-01-26T15:50:30.118Z] $ docker rm -f 40078ea24c89af000d7fcc66b699a7f275efe47d256285945d126f1d07438d91 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:50:30.689Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T15:50:31.113Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T15:50:31.116Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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 [2021-01-26T15:50:46.643Z] Still waiting to schedule task [2021-01-26T15:50:46.643Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-26T15:50:46.645Z] Still waiting to schedule task [2021-01-26T15:50:46.646Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-26T15:52:33.492Z] Running on prd-centos7-docker-4c-2g-22848 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-26T15:52:33.548Z] Running in /w/workspace/go-mod-core-contracts/126 [Pipeline] { [Pipeline] checkout [2021-01-26T15:52:36.254Z] using credential edgex-jenkins-ssh [2021-01-26T15:52:36.308Z] Cloning the remote Git repository [2021-01-26T15:52:36.339Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:52:36.471Z] > git init /w/workspace/go-mod-core-contracts/126 # timeout=10 [2021-01-26T15:52:36.525Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:52:36.526Z] > git --version # timeout=10 [2021-01-26T15:52:36.534Z] > git --version # 'git version 2.24.3' [2021-01-26T15:52:36.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:52:36.561Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:52:37.242Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:52:37.246Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:52:37.259Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:52:37.280Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:52:37.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:52:37.284Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T15:52:37.660Z] Checking out Revision e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 (master) [2021-01-26T15:52:37.674Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:52:37.686Z] > git checkout -f e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 [2021-01-26T15:52:41.475Z] Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:52:42.699Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:52:43.032Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:52:43.346Z] + sudo service docker restart [2021-01-26T15:52:43.346Z] + true [2021-01-26T15:52:43.346Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-26T15:52:44.423Z] ========================================================= [2021-01-26T15:52:44.423Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T15:52:44.423Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:52:44.666Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22847 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-26T15:52:44.719Z] Running in /w/workspace/go-mod-core-contracts/126 [Pipeline] { [Pipeline] checkout [2021-01-26T15:52:44.798Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-26T15:52:45.378Z] Sending build context to Docker daemon 2.344MB [2021-01-26T15:52:45.378Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T15:52:45.378Z] Step 2/7 : FROM ${BASE} [2021-01-26T15:52:45.378Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T15:52:45.378Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T15:52:45.378Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T15:52:45.378Z] de9db76c5a1d: Pulling fs layer [2021-01-26T15:52:45.378Z] bca2f99d35d6: Pulling fs layer [2021-01-26T15:52:45.378Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T15:52:45.378Z] 7c6f9722023f: Pulling fs layer [2021-01-26T15:52:45.378Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T15:52:45.378Z] 93359f2a8cfa: Waiting [2021-01-26T15:52:45.378Z] 7c6f9722023f: Waiting [2021-01-26T15:52:45.378Z] a35cf1a2eb13: Waiting [2021-01-26T15:52:45.378Z] bca2f99d35d6: Waiting [2021-01-26T15:52:45.378Z] de9db76c5a1d: Verifying Checksum [2021-01-26T15:52:45.378Z] de9db76c5a1d: Download complete [2021-01-26T15:52:45.378Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T15:52:45.378Z] 0ef7d3d256c8: Download complete [2021-01-26T15:52:45.378Z] 93359f2a8cfa: Verifying Checksum [2021-01-26T15:52:45.378Z] 93359f2a8cfa: Download complete [2021-01-26T15:52:45.378Z] 7c6f9722023f: Verifying Checksum [2021-01-26T15:52:45.378Z] 7c6f9722023f: Download complete [2021-01-26T15:52:45.378Z] 188c0c94c7c5: Verifying Checksum [2021-01-26T15:52:45.378Z] 188c0c94c7c5: Download complete [2021-01-26T15:52:45.639Z] 188c0c94c7c5: Pull complete [2021-01-26T15:52:45.902Z] 0ef7d3d256c8: Pull complete [2021-01-26T15:52:46.166Z] de9db76c5a1d: Pull complete [2021-01-26T15:52:47.566Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T15:52:47.566Z] a35cf1a2eb13: Download complete [2021-01-26T15:52:48.969Z] bca2f99d35d6: Verifying Checksum [2021-01-26T15:52:48.969Z] bca2f99d35d6: Download complete [2021-01-26T15:52:49.750Z] using credential edgex-jenkins-ssh [2021-01-26T15:52:49.807Z] Cloning the remote Git repository [2021-01-26T15:52:49.865Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:52:49.975Z] > git init /w/workspace/go-mod-core-contracts/126 # timeout=10 [2021-01-26T15:52:50.045Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:52:50.045Z] > git --version # timeout=10 [2021-01-26T15:52:50.065Z] > git --version # 'git version 2.17.1' [2021-01-26T15:52:50.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:52:50.121Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:52:51.771Z] Checking out Revision e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 (master) [2021-01-26T15:52:51.144Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:52:51.166Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:52:51.192Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:52:51.223Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:52:51.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:52:51.235Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T15:52:51.793Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:52:51.810Z] > git checkout -f e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 # timeout=10 [2021-01-26T15:52:54.362Z] bca2f99d35d6: Pull complete [2021-01-26T15:52:54.362Z] 93359f2a8cfa: Pull complete [2021-01-26T15:52:54.362Z] 7c6f9722023f: Pull complete [2021-01-26T15:52:56.245Z] Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:52:57.654Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:52:58.080Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:52:58.466Z] + sudo service docker restart [2021-01-26T15:52:58.466Z] + true [2021-01-26T15:53:00.980Z] a35cf1a2eb13: Pull complete [2021-01-26T15:53:00.980Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T15:53:00.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T15:53:00.980Z] ---> a62c8e92a672 [2021-01-26T15:53:00.980Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T15:53:00.980Z] ---> Running in be33be882458 [2021-01-26T15:53:00.980Z] Removing intermediate container be33be882458 [2021-01-26T15:53:00.980Z] ---> c3a31fbccb60 [2021-01-26T15:53:00.980Z] Step 4/7 : RUN apk add bash [2021-01-26T15:53:00.980Z] ---> Running in b6988130f6ee [Pipeline] unstash [Pipeline] echo [2021-01-26T15:53:01.363Z] ========================================================= [2021-01-26T15:53:01.363Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T15:53:01.363Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:53:01.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T15:53:01.788Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-26T15:53:02.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T15:53:02.772Z] Sending build context to Docker daemon 2.343MB [2021-01-26T15:53:02.772Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T15:53:02.772Z] Step 2/7 : FROM ${BASE} [2021-01-26T15:53:03.372Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T15:53:03.372Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T15:53:03.372Z] a4357932f1b6: Pulling fs layer [2021-01-26T15:53:03.372Z] 18c013af1878: Pulling fs layer [2021-01-26T15:53:03.372Z] 00ac8860ef70: Pulling fs layer [2021-01-26T15:53:03.372Z] 63d7cb157983: Pulling fs layer [2021-01-26T15:53:03.372Z] b116817d02f9: Pulling fs layer [2021-01-26T15:53:03.372Z] 745a02a5169b: Pulling fs layer [2021-01-26T15:53:03.372Z] 00ac8860ef70: Waiting [2021-01-26T15:53:03.372Z] 63d7cb157983: Waiting [2021-01-26T15:53:03.372Z] b116817d02f9: Waiting [2021-01-26T15:53:03.372Z] 745a02a5169b: Waiting [2021-01-26T15:53:03.372Z] 18c013af1878: Verifying Checksum [2021-01-26T15:53:03.372Z] 18c013af1878: Download complete [2021-01-26T15:53:03.372Z] a4357932f1b6: Download complete [2021-01-26T15:53:03.372Z] 63d7cb157983: Download complete [2021-01-26T15:53:03.372Z] b116817d02f9: Verifying Checksum [2021-01-26T15:53:03.372Z] b116817d02f9: Download complete [2021-01-26T15:53:03.372Z] 5f621e34cdf4: Download complete [2021-01-26T15:53:03.475Z] OK: 166 MiB in 39 packages [2021-01-26T15:53:04.054Z] Removing intermediate container b6988130f6ee [2021-01-26T15:53:04.054Z] ---> 6136ab4e9cde [2021-01-26T15:53:04.054Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T15:53:04.316Z] ---> Running in 3903f38046f2 [2021-01-26T15:53:04.316Z] Removing intermediate container 3903f38046f2 [2021-01-26T15:53:04.316Z] ---> 32a585b2c40e [2021-01-26T15:53:04.316Z] Step 6/7 : COPY go.mod . [2021-01-26T15:53:04.360Z] 5f621e34cdf4: Pull complete [2021-01-26T15:53:04.582Z] ---> 5be7593ffde2 [2021-01-26T15:53:04.582Z] Step 7/7 : RUN go mod download [2021-01-26T15:53:04.582Z] ---> Running in a920a7f785dc [2021-01-26T15:53:04.960Z] a4357932f1b6: Pull complete [2021-01-26T15:53:05.231Z] 18c013af1878: Pull complete [2021-01-26T15:53:05.231Z] 745a02a5169b: Download complete [2021-01-26T15:53:07.208Z] 00ac8860ef70: Verifying Checksum [2021-01-26T15:53:07.208Z] 00ac8860ef70: Download complete [2021-01-26T15:53:16.896Z] Removing intermediate container a920a7f785dc [2021-01-26T15:53:16.896Z] ---> 578c6c3a16e4 [2021-01-26T15:53:16.896Z] Successfully built 578c6c3a16e4 [2021-01-26T15:53:16.896Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:53:17.209Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T15:53:17.209Z] . [Pipeline] withDockerContainer [2021-01-26T15:53:17.332Z] prd-centos7-docker-4c-2g-22848 does not seem to be running inside a container [2021-01-26T15:53:17.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T15:53:17.395Z] 00ac8860ef70: Pull complete [2021-01-26T15:53:17.675Z] 63d7cb157983: Pull complete [2021-01-26T15:53:18.267Z] b116817d02f9: Pull complete [2021-01-26T15:53:18.667Z] $ docker top 6e186f0d00c80c7baa6350ab78f360737b1211d258edaf00265638daa55769ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:53:19.204Z] + go version [2021-01-26T15:53:19.204Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T15:53:19.303Z] $ docker stop --time=1 6e186f0d00c80c7baa6350ab78f360737b1211d258edaf00265638daa55769ad [2021-01-26T15:53:20.729Z] $ docker rm -f 6e186f0d00c80c7baa6350ab78f360737b1211d258edaf00265638daa55769ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:53:21.607Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T15:53:21.607Z] . [Pipeline] withDockerContainer [2021-01-26T15:53:21.681Z] 745a02a5169b: Pull complete [2021-01-26T15:53:21.704Z] prd-centos7-docker-4c-2g-22848 does not seem to be running inside a container [2021-01-26T15:53:21.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T15:53:21.953Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T15:53:21.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T15:53:21.953Z] ---> b7e6874047d6 [2021-01-26T15:53:21.953Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T15:53:22.425Z] $ docker top d664027f40db147ac6211808def1d99cb040911b8fe98c7d89b6a1411b60b7b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:53:22.926Z] + make test [2021-01-26T15:53:22.926Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T15:53:25.350Z] ---> Running in 35173d8a40dd [2021-01-26T15:53:25.351Z] Removing intermediate container 35173d8a40dd [2021-01-26T15:53:25.351Z] ---> 179db5b2e045 [2021-01-26T15:53:25.351Z] Step 4/7 : RUN apk add bash [2021-01-26T15:53:25.351Z] ---> Running in df2a3a220abc [2021-01-26T15:53:26.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T15:53:27.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T15:53:28.766Z] OK: 142 MiB in 39 packages [2021-01-26T15:53:30.218Z] Removing intermediate container df2a3a220abc [2021-01-26T15:53:30.218Z] ---> 7adb022cfd29 [2021-01-26T15:53:30.218Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T15:53:30.218Z] ---> Running in d7bfa8f12242 [2021-01-26T15:53:30.493Z] Removing intermediate container d7bfa8f12242 [2021-01-26T15:53:30.493Z] ---> 302342a2a406 [2021-01-26T15:53:30.493Z] Step 6/7 : COPY go.mod . [2021-01-26T15:53:31.205Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T15:53:31.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements [2021-01-26T15:53:31.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.038s coverage: 100.0% of statements [2021-01-26T15:53:31.472Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.084s coverage: 45.4% of statements [2021-01-26T15:53:31.472Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements [2021-01-26T15:53:31.472Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T15:53:31.473Z] ---> 6fa15926abb7 [2021-01-26T15:53:31.473Z] Step 7/7 : RUN go mod download [2021-01-26T15:53:31.473Z] ---> Running in 3088311f6077 [2021-01-26T15:53:32.054Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.009s coverage: 26.3% of statements [2021-01-26T15:53:32.643Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.017s coverage: 14.7% of statements [2021-01-26T15:53:32.643Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.007s coverage: 100.0% of statements [2021-01-26T15:53:32.910Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements [2021-01-26T15:53:32.910Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T15:53:32.910Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T15:53:32.910Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements [2021-01-26T15:53:33.174Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements [2021-01-26T15:53:35.156Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.024s coverage: 63.0% of statements [2021-01-26T15:53:35.156Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements [2021-01-26T15:53:35.156Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements [2021-01-26T15:53:35.156Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.018s coverage: 15.4% of statements [2021-01-26T15:53:35.156Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.007s coverage: 14.3% of statements [2021-01-26T15:53:35.156Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-26T15:53:36.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.055s coverage: 84.7% of statements [2021-01-26T15:53:36.556Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T15:53:36.556Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T15:53:36.556Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T15:53:36.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.020s coverage: 43.6% of statements [2021-01-26T15:53:36.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.043s coverage: 94.4% of statements [2021-01-26T15:53:37.130Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.035s coverage: 92.9% of statements [2021-01-26T15:53:37.130Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.012s coverage: 100.0% of statements [2021-01-26T15:53:37.130Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T15:53:37.130Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T15:53:39.077Z] gofmt -l . [2021-01-26T15:53:39.077Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T15:53:39.095Z] $ docker stop --time=1 d664027f40db147ac6211808def1d99cb040911b8fe98c7d89b6a1411b60b7b3 [2021-01-26T15:53:41.413Z] $ docker rm -f d664027f40db147ac6211808def1d99cb040911b8fe98c7d89b6a1411b60b7b3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:53:41.986Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T15:53:42.371Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-26T15:53:46.576Z] Removing intermediate container 3088311f6077 [2021-01-26T15:53:46.576Z] ---> 4df1eb695aba [2021-01-26T15:53:46.576Z] Successfully built 4df1eb695aba [2021-01-26T15:53:46.576Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:53:46.919Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T15:53:46.920Z] . [Pipeline] withDockerContainer [2021-01-26T15:53:47.167Z] prd-ubuntu18.04-docker-arm64-4c-16g-22847 does not seem to be running inside a container [2021-01-26T15:53:47.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-26T15:53:48.880Z] $ docker top c39d737d72f0547e99bd15a0fe30f8312b99bbcc98e19300015fd4df435f71c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:53:49.913Z] + go version [2021-01-26T15:53:49.913Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T15:53:49.939Z] $ docker stop --time=1 c39d737d72f0547e99bd15a0fe30f8312b99bbcc98e19300015fd4df435f71c3 [2021-01-26T15:53:51.833Z] $ docker rm -f c39d737d72f0547e99bd15a0fe30f8312b99bbcc98e19300015fd4df435f71c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:53:52.799Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T15:53:52.799Z] . [Pipeline] withDockerContainer [2021-01-26T15:53:53.036Z] prd-ubuntu18.04-docker-arm64-4c-16g-22847 does not seem to be running inside a container [2021-01-26T15:53:53.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/126 -v /w/workspace/go-mod-core-contracts/126:/w/workspace/go-mod-core-contracts/126:rw,z -v /w/workspace/go-mod-core-contracts/126@tmp:/w/workspace/go-mod-core-contracts/126@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-26T15:53:54.633Z] $ docker top e6b8fe3cb0f3c0f2eda1e94fa31bde36278ad01790310392bdbde81d7f78bb60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:53:55.663Z] + make test [2021-01-26T15:53:55.663Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T15:54:17.903Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T15:54:19.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements [2021-01-26T15:54:19.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.065s coverage: 100.0% of statements [2021-01-26T15:54:21.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.037s coverage: 45.4% of statements [2021-01-26T15:54:21.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements [2021-01-26T15:54:21.906Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T15:54:21.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.043s coverage: 26.3% of statements [2021-01-26T15:54:23.351Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements [2021-01-26T15:54:23.627Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.024s coverage: 100.0% of statements [2021-01-26T15:54:24.615Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.077s coverage: 91.8% of statements [2021-01-26T15:54:24.615Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T15:54:24.615Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T15:54:24.615Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.025s coverage: 100.0% of statements [2021-01-26T15:54:24.615Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.029s coverage: 36.7% of statements [2021-01-26T15:54:31.354Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.123s coverage: 63.0% of statements [2021-01-26T15:54:31.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.025s coverage: 26.3% of statements [2021-01-26T15:54:31.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.039s coverage: 15.4% of statements [2021-01-26T15:54:31.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.023s coverage: 15.4% of statements [2021-01-26T15:54:31.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.052s coverage: 14.3% of statements [2021-01-26T15:54:31.355Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-26T15:54:31.970Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.254s coverage: 84.7% of statements [2021-01-26T15:54:31.970Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T15:54:31.970Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T15:54:31.970Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T15:54:32.578Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.079s coverage: 43.6% of statements [2021-01-26T15:54:33.567Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.035s coverage: 94.4% of statements [2021-01-26T15:54:34.548Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.135s coverage: 92.9% of statements [2021-01-26T15:54:34.548Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-01-26T15:54:34.548Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T15:54:34.548Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T15:54:39.974Z] gofmt -l . [2021-01-26T15:54:40.248Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T15:54:40.872Z] $ docker stop --time=1 e6b8fe3cb0f3c0f2eda1e94fa31bde36278ad01790310392bdbde81d7f78bb60 [2021-01-26T15:54:43.136Z] $ docker rm -f e6b8fe3cb0f3c0f2eda1e94fa31bde36278ad01790310392bdbde81d7f78bb60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:54:43.985Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T15:54:44.054Z] Warning: overwriting stash ‘coverage-report’ [2021-01-26T15:54:44.970Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-26T15:54:46.514Z] provisioning config files... [2021-01-26T15:54:46.530Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2254413010991473397tmp [Pipeline] { [Pipeline] sh [2021-01-26T15:54:46.913Z] + set +x [2021-01-26T15:54:46.913Z] + curl -s https://codecov.io/bash [2021-01-26T15:54:46.913Z] + bash -s -- [2021-01-26T15:54:47.176Z] [2021-01-26T15:54:47.176Z] _____ _ [2021-01-26T15:54:47.176Z] / ____| | | [2021-01-26T15:54:47.176Z] | | ___ __| | ___ ___ _____ __ [2021-01-26T15:54:47.176Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-26T15:54:47.176Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-26T15:54:47.176Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-26T15:54:47.176Z] Bash-20210115-cec3c92 [2021-01-26T15:54:47.176Z] [2021-01-26T15:54:47.176Z] [2021-01-26T15:54:47.176Z] ==> git version 2.24.3 found [2021-01-26T15:54:47.176Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-26T15:54:47.176Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-26T15:54:47.176Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-26T15:54:47.176Z] ==> Jenkins CI detected. [2021-01-26T15:54:47.176Z] project root: . [2021-01-26T15:54:47.176Z] --> token set from env [2021-01-26T15:54:47.176Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-26T15:54:47.176Z] ==> Running gcov in . (disable via -X gcov) [2021-01-26T15:54:47.176Z] ==> Python coveragepy not found [2021-01-26T15:54:47.176Z] ==> Searching for coverage reports in: [2021-01-26T15:54:47.176Z] + . [2021-01-26T15:54:47.440Z] -> Found 1 reports [2021-01-26T15:54:47.440Z] ==> Detecting git/mercurial file structure [2021-01-26T15:54:47.440Z] ==> Reading reports [2021-01-26T15:54:47.440Z] + ./coverage.out bytes=132307 [2021-01-26T15:54:47.440Z] ==> Appending adjustments [2021-01-26T15:54:47.440Z] https://docs.codecov.io/docs/fixing-reports [2021-01-26T15:54:48.392Z] + Found adjustments [2021-01-26T15:54:48.392Z] ==> Gzipping contents [2021-01-26T15:54:48.392Z] 24K /tmp/codecov.U8rhR8.gz [2021-01-26T15:54:48.392Z] ==> Uploading reports [2021-01-26T15:54:48.392Z] url: https://codecov.io [2021-01-26T15:54:48.392Z] query: branch=master&commit=e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F126%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T15:54:48.392Z] -> Pinging Codecov [2021-01-26T15:54:48.392Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516&build=126&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F126%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T15:54:48.972Z] -> Uploading to [2021-01-26T15:54:48.972Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-26/71470A77251A30514AAF9C0BB2E5B6CE/e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516/a03f20c3-a7fd-433b-8b49-8ba68e53cbe3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T155448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3502129d7dc4d3fd634a2294ea386985c447118db8228607207ac9a5cd0b44a6 [2021-01-26T15:54:48.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T15:54:48.972Z] Dload Upload Total Spent Left Speed [2021-01-26T15:54:49.551Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20563 0 0 100 20563 0 43998 --:--:-- --:--:-- --:--:-- 44032 [2021-01-26T15:54:49.551Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] } [2021-01-26T15:54:49.562Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-26T15:54:49.995Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-26T15:54:50.048Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:54:50.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T15:54:50.565Z] [2021-01-26T15:54:50.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:54:50.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T15:54:50.945Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-26T15:54:50.945Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T15:54:50.945Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T15:54:50.945Z] de9db76c5a1d: Pulling fs layer [2021-01-26T15:54:50.945Z] 0eba1c9be4d2: Pulling fs layer [2021-01-26T15:54:50.945Z] 0d57e429df01: Pulling fs layer [2021-01-26T15:54:50.945Z] 4e4be7b47b0d: Pulling fs layer [2021-01-26T15:54:50.945Z] e1f770b5df2f: Pulling fs layer [2021-01-26T15:54:50.945Z] 85a0685a4137: Pulling fs layer [2021-01-26T15:54:50.945Z] 0eba1c9be4d2: Waiting [2021-01-26T15:54:50.945Z] 4e4be7b47b0d: Waiting [2021-01-26T15:54:50.945Z] e1f770b5df2f: Waiting [2021-01-26T15:54:50.945Z] 0d57e429df01: Waiting [2021-01-26T15:54:50.945Z] 85a0685a4137: Waiting [2021-01-26T15:54:50.945Z] de9db76c5a1d: Verifying Checksum [2021-01-26T15:54:50.945Z] de9db76c5a1d: Download complete [2021-01-26T15:54:50.945Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T15:54:50.945Z] 0ef7d3d256c8: Download complete [2021-01-26T15:54:50.945Z] 0d57e429df01: Verifying Checksum [2021-01-26T15:54:50.945Z] 0d57e429df01: Download complete [2021-01-26T15:54:50.945Z] 188c0c94c7c5: Verifying Checksum [2021-01-26T15:54:50.945Z] 188c0c94c7c5: Download complete [2021-01-26T15:54:50.945Z] 4e4be7b47b0d: Verifying Checksum [2021-01-26T15:54:50.945Z] 4e4be7b47b0d: Download complete [2021-01-26T15:54:51.532Z] 188c0c94c7c5: Pull complete [2021-01-26T15:54:51.532Z] 0ef7d3d256c8: Pull complete [2021-01-26T15:54:51.802Z] de9db76c5a1d: Pull complete [2021-01-26T15:54:52.762Z] e1f770b5df2f: Verifying Checksum [2021-01-26T15:54:52.762Z] e1f770b5df2f: Download complete [2021-01-26T15:54:54.728Z] 0eba1c9be4d2: Verifying Checksum [2021-01-26T15:54:54.728Z] 0eba1c9be4d2: Download complete [2021-01-26T15:54:54.999Z] 85a0685a4137: Verifying Checksum [2021-01-26T15:54:54.999Z] 85a0685a4137: Download complete [2021-01-26T15:55:01.667Z] 0eba1c9be4d2: Pull complete [2021-01-26T15:55:01.667Z] 0d57e429df01: Pull complete [2021-01-26T15:55:01.667Z] 4e4be7b47b0d: Pull complete [2021-01-26T15:55:03.604Z] e1f770b5df2f: Pull complete [2021-01-26T15:55:11.799Z] 85a0685a4137: Pull complete [2021-01-26T15:55:11.799Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-26T15:55:11.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T15:55:11.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-26T15:55:12.039Z] prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container [2021-01-26T15:55:12.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-26T15:55:13.276Z] $ docker top db730b46f5793d71b7b6402dd939fbbab36ca094a1e4918471d147bdb00ec5cc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T15:55:13.525Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-26T15:55:13.826Z] + set -o pipefail [2021-01-26T15:55:13.826Z] + snyk monitor '--org=edgex-jenkins' [2021-01-26T15:55:20.447Z] [2021-01-26T15:55:20.447Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-01-26T15:55:20.447Z] [2021-01-26T15:55:20.447Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/b1ff8c63-f7dc-4992-813d-677504635f33 [2021-01-26T15:55:20.447Z] [2021-01-26T15:55:20.447Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-26T15:55:20.447Z] [2021-01-26T15:55:20.447Z] [Pipeline] } [2021-01-26T15:55:20.463Z] $ docker stop --time=1 db730b46f5793d71b7b6402dd939fbbab36ca094a1e4918471d147bdb00ec5cc [2021-01-26T15:55:23.501Z] $ docker rm -f db730b46f5793d71b7b6402dd939fbbab36ca094a1e4918471d147bdb00ec5cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-26T15:55:25.523Z] + git log --format=format:%s -1 e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:55:25.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:55:25.833Z] . [Pipeline] withDockerContainer [2021-01-26T15:55:25.955Z] prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container [2021-01-26T15:55:26.002Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:55:27.014Z] $ docker top 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:55:27.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:55:27.310Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:55:27.575Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:55:27.578Z] $ docker exec 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 ssh-agent [2021-01-26T15:55:27.755Z] SSH_AUTH_SOCK=/tmp/ssh-Zb244p8Hp03b/agent.11 [2021-01-26T15:55:27.755Z] SSH_AGENT_PID=16 [2021-01-26T15:55:27.762Z] Running ssh-add (command line suppressed) [2021-01-26T15:55:27.895Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8437074516451714214.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8437074516451714214.key) [2021-01-26T15:55:27.956Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:55:28.296Z] + git semver tag [2021-01-26T15:55:28.296Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:55:28.296Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T15:55:28.296Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T15:55:28.296Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:55:28.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:55:28.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:55:28.296Z] # $SEMVER_BRANCH = master [2021-01-26T15:55:28.296Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-26T15:55:28.296Z] # e0dbfb9f6b1d6fc50f151ab65294ec64ce5cc516 HEAD [2021-01-26T15:55:28.558Z] # -> Force: false [2021-01-26T15:55:28.558Z] # 9e2b2f0503ed33af7d898bcc66ad790559b59898 refs/tags/v2.0.0-dev.8 [Pipeline] } [2021-01-26T15:55:28.570Z] $ docker exec --env ******** --env ******** 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 ssh-agent -k [2021-01-26T15:55:28.698Z] unset SSH_AUTH_SOCK; [2021-01-26T15:55:28.699Z] unset SSH_AGENT_PID; [2021-01-26T15:55:28.699Z] echo Agent pid 16 killed; [2021-01-26T15:55:28.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:55:29.244Z] + git semver [Pipeline] } [2021-01-26T15:55:29.262Z] $ docker stop --time=1 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 [2021-01-26T15:55:30.634Z] $ docker rm -f 9f88631a7cf2cd978a7c5bbeb950f4c7ce842899ed88ea5edec069d1dce3a5e8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:55:31.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T15:55:31.247Z] [2021-01-26T15:55:31.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:55:31.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T15:55:31.597Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-26T15:55:31.597Z] ab5ef0e58194: Pulling fs layer [2021-01-26T15:55:31.597Z] 9712f1f96733: Pulling fs layer [2021-01-26T15:55:31.597Z] 63f879dbbcfc: Pulling fs layer [2021-01-26T15:55:31.597Z] 0d9ebad4ef96: Pulling fs layer [2021-01-26T15:55:31.597Z] e9a5061849ea: Pulling fs layer [2021-01-26T15:55:31.597Z] d747dcd14b5f: Pulling fs layer [2021-01-26T15:55:31.597Z] 2de7ff778b66: Pulling fs layer [2021-01-26T15:55:31.597Z] e9a5061849ea: Waiting [2021-01-26T15:55:31.597Z] d747dcd14b5f: Waiting [2021-01-26T15:55:31.597Z] 2de7ff778b66: Waiting [2021-01-26T15:55:31.597Z] 0d9ebad4ef96: Waiting [2021-01-26T15:55:31.597Z] 9712f1f96733: Verifying Checksum [2021-01-26T15:55:31.597Z] 9712f1f96733: Download complete [2021-01-26T15:55:33.391Z] 63f879dbbcfc: Verifying Checksum [2021-01-26T15:55:33.391Z] 63f879dbbcfc: Download complete [2021-01-26T15:55:33.391Z] e9a5061849ea: Verifying Checksum [2021-01-26T15:55:33.391Z] e9a5061849ea: Download complete [2021-01-26T15:55:33.391Z] d747dcd14b5f: Verifying Checksum [2021-01-26T15:55:33.391Z] d747dcd14b5f: Download complete [2021-01-26T15:55:33.654Z] 0d9ebad4ef96: Verifying Checksum [2021-01-26T15:55:33.655Z] 0d9ebad4ef96: Download complete [2021-01-26T15:55:33.655Z] 2de7ff778b66: Verifying Checksum [2021-01-26T15:55:33.655Z] 2de7ff778b66: Download complete [2021-01-26T15:55:33.918Z] ab5ef0e58194: Verifying Checksum [2021-01-26T15:55:33.918Z] ab5ef0e58194: Download complete [2021-01-26T15:55:39.251Z] ab5ef0e58194: Pull complete [2021-01-26T15:55:39.251Z] 9712f1f96733: Pull complete [2021-01-26T15:55:41.864Z] 63f879dbbcfc: Pull complete [2021-01-26T15:55:48.657Z] 0d9ebad4ef96: Pull complete [2021-01-26T15:55:49.606Z] e9a5061849ea: Pull complete [2021-01-26T15:55:49.606Z] d747dcd14b5f: Pull complete [2021-01-26T15:55:52.176Z] 2de7ff778b66: Pull complete [2021-01-26T15:55:52.176Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-26T15:55:52.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T15:55:52.176Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-26T15:55:52.375Z] prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container [2021-01-26T15:55:52.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-26T15:55:56.235Z] $ docker top 62e2783d9c404d00181775e325f9249de1c89bd3d7f35d1de1ab8b0027cfb50d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-26T15:55:56.612Z] provisioning config files... [2021-01-26T15:55:56.626Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6412020727671941767tmp [2021-01-26T15:55:56.644Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6801944625067751366tmp [2021-01-26T15:55:56.662Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5081989609458169841tmp [Pipeline] { [Pipeline] echo [2021-01-26T15:55:56.716Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:55:57.026Z] ---> sigul-configuration.sh [2021-01-26T15:55:57.026Z] gpg: directory `/root/.gnupg' created [2021-01-26T15:55:57.026Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-26T15:55:57.026Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-26T15:55:57.026Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-26T15:55:57.026Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-26T15:55:57.026Z] gpg: CAST5 encrypted data [2021-01-26T15:55:57.288Z] gpg: encrypted with 1 passphrase [2021-01-26T15:55:57.288Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-26T15:55:57.593Z] + mkdir /home/jenkins [2021-01-26T15:55:57.594Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-26T15:55:57.899Z] + 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 [2021-01-26T15:55:57.910Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:55:58.209Z] ---> sigul-install.sh [2021-01-26T15:56:04.835Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-26T15:56:05.152Z] + git tag --list [2021-01-26T15:56:05.152Z] v0.0.0 [2021-01-26T15:56:05.152Z] v0.0.1 [2021-01-26T15:56:05.152Z] v0.1.0 [2021-01-26T15:56:05.152Z] v0.1.1 [2021-01-26T15:56:05.152Z] v0.1.10 [2021-01-26T15:56:05.152Z] v0.1.100 [2021-01-26T15:56:05.152Z] v0.1.101 [2021-01-26T15:56:05.152Z] v0.1.102 [2021-01-26T15:56:05.152Z] v0.1.103 [2021-01-26T15:56:05.152Z] v0.1.104 [2021-01-26T15:56:05.152Z] v0.1.105 [2021-01-26T15:56:05.152Z] v0.1.106 [2021-01-26T15:56:05.152Z] v0.1.107 [2021-01-26T15:56:05.152Z] v0.1.108 [2021-01-26T15:56:05.152Z] v0.1.109 [2021-01-26T15:56:05.152Z] v0.1.11 [2021-01-26T15:56:05.152Z] v0.1.110 [2021-01-26T15:56:05.152Z] v0.1.111 [2021-01-26T15:56:05.152Z] v0.1.112 [2021-01-26T15:56:05.152Z] v0.1.113 [2021-01-26T15:56:05.152Z] v0.1.114 [2021-01-26T15:56:05.152Z] v0.1.115 [2021-01-26T15:56:05.152Z] v0.1.116 [2021-01-26T15:56:05.152Z] v0.1.117 [2021-01-26T15:56:05.152Z] v0.1.118 [2021-01-26T15:56:05.152Z] v0.1.119 [2021-01-26T15:56:05.152Z] v0.1.12 [2021-01-26T15:56:05.152Z] v0.1.120 [2021-01-26T15:56:05.152Z] v0.1.121 [2021-01-26T15:56:05.152Z] v0.1.122 [2021-01-26T15:56:05.152Z] v0.1.123 [2021-01-26T15:56:05.152Z] v0.1.124 [2021-01-26T15:56:05.152Z] v0.1.125 [2021-01-26T15:56:05.152Z] v0.1.126 [2021-01-26T15:56:05.152Z] v0.1.127 [2021-01-26T15:56:05.152Z] v0.1.128 [2021-01-26T15:56:05.152Z] v0.1.129 [2021-01-26T15:56:05.152Z] v0.1.13 [2021-01-26T15:56:05.152Z] v0.1.130 [2021-01-26T15:56:05.152Z] v0.1.131 [2021-01-26T15:56:05.152Z] v0.1.132 [2021-01-26T15:56:05.152Z] v0.1.133 [2021-01-26T15:56:05.152Z] v0.1.134 [2021-01-26T15:56:05.152Z] v0.1.135 [2021-01-26T15:56:05.152Z] v0.1.136 [2021-01-26T15:56:05.152Z] v0.1.137 [2021-01-26T15:56:05.152Z] v0.1.138 [2021-01-26T15:56:05.152Z] v0.1.139 [2021-01-26T15:56:05.152Z] v0.1.14 [2021-01-26T15:56:05.152Z] v0.1.140 [2021-01-26T15:56:05.152Z] v0.1.141 [2021-01-26T15:56:05.152Z] v0.1.142 [2021-01-26T15:56:05.152Z] v0.1.143 [2021-01-26T15:56:05.152Z] v0.1.144 [2021-01-26T15:56:05.152Z] v0.1.145 [2021-01-26T15:56:05.152Z] v0.1.146 [2021-01-26T15:56:05.152Z] v0.1.147 [2021-01-26T15:56:05.152Z] v0.1.148 [2021-01-26T15:56:05.152Z] v0.1.149 [2021-01-26T15:56:05.152Z] v0.1.15 [2021-01-26T15:56:05.152Z] v0.1.16 [2021-01-26T15:56:05.152Z] v0.1.17 [2021-01-26T15:56:05.152Z] v0.1.18 [2021-01-26T15:56:05.152Z] v0.1.19 [2021-01-26T15:56:05.152Z] v0.1.2 [2021-01-26T15:56:05.152Z] v0.1.20 [2021-01-26T15:56:05.152Z] v0.1.21 [2021-01-26T15:56:05.152Z] v0.1.22 [2021-01-26T15:56:05.152Z] v0.1.23 [2021-01-26T15:56:05.152Z] v0.1.24 [2021-01-26T15:56:05.152Z] v0.1.25 [2021-01-26T15:56:05.152Z] v0.1.26 [2021-01-26T15:56:05.152Z] v0.1.27 [2021-01-26T15:56:05.152Z] v0.1.28 [2021-01-26T15:56:05.152Z] v0.1.29 [2021-01-26T15:56:05.152Z] v0.1.3 [2021-01-26T15:56:05.152Z] v0.1.30 [2021-01-26T15:56:05.152Z] v0.1.31 [2021-01-26T15:56:05.152Z] v0.1.32 [2021-01-26T15:56:05.152Z] v0.1.33 [2021-01-26T15:56:05.152Z] v0.1.34 [2021-01-26T15:56:05.152Z] v0.1.35 [2021-01-26T15:56:05.152Z] v0.1.36 [2021-01-26T15:56:05.152Z] v0.1.37 [2021-01-26T15:56:05.152Z] v0.1.38 [2021-01-26T15:56:05.152Z] v0.1.39 [2021-01-26T15:56:05.152Z] v0.1.4 [2021-01-26T15:56:05.152Z] v0.1.40 [2021-01-26T15:56:05.152Z] v0.1.41 [2021-01-26T15:56:05.152Z] v0.1.42 [2021-01-26T15:56:05.152Z] v0.1.43 [2021-01-26T15:56:05.152Z] v0.1.44 [2021-01-26T15:56:05.152Z] v0.1.45 [2021-01-26T15:56:05.152Z] v0.1.46 [2021-01-26T15:56:05.152Z] v0.1.47 [2021-01-26T15:56:05.152Z] v0.1.48 [2021-01-26T15:56:05.152Z] v0.1.49 [2021-01-26T15:56:05.152Z] v0.1.5 [2021-01-26T15:56:05.152Z] v0.1.50 [2021-01-26T15:56:05.152Z] v0.1.51 [2021-01-26T15:56:05.152Z] v0.1.52 [2021-01-26T15:56:05.152Z] v0.1.53 [2021-01-26T15:56:05.152Z] v0.1.54 [2021-01-26T15:56:05.152Z] v0.1.55 [2021-01-26T15:56:05.152Z] v0.1.56 [2021-01-26T15:56:05.152Z] v0.1.57 [2021-01-26T15:56:05.152Z] v0.1.58 [2021-01-26T15:56:05.152Z] v0.1.59 [2021-01-26T15:56:05.152Z] v0.1.6 [2021-01-26T15:56:05.152Z] v0.1.60 [2021-01-26T15:56:05.152Z] v0.1.61 [2021-01-26T15:56:05.152Z] v0.1.62 [2021-01-26T15:56:05.152Z] v0.1.63 [2021-01-26T15:56:05.152Z] v0.1.64 [2021-01-26T15:56:05.152Z] v0.1.65 [2021-01-26T15:56:05.152Z] v0.1.66 [2021-01-26T15:56:05.152Z] v0.1.67 [2021-01-26T15:56:05.152Z] v0.1.68 [2021-01-26T15:56:05.152Z] v0.1.69 [2021-01-26T15:56:05.152Z] v0.1.7 [2021-01-26T15:56:05.152Z] v0.1.70 [2021-01-26T15:56:05.152Z] v0.1.71 [2021-01-26T15:56:05.152Z] v0.1.72 [2021-01-26T15:56:05.152Z] v0.1.73 [2021-01-26T15:56:05.152Z] v0.1.74 [2021-01-26T15:56:05.152Z] v0.1.75 [2021-01-26T15:56:05.152Z] v0.1.76 [2021-01-26T15:56:05.152Z] v0.1.77 [2021-01-26T15:56:05.152Z] v0.1.78 [2021-01-26T15:56:05.152Z] v0.1.79 [2021-01-26T15:56:05.152Z] v0.1.8 [2021-01-26T15:56:05.152Z] v0.1.80 [2021-01-26T15:56:05.152Z] v0.1.81 [2021-01-26T15:56:05.152Z] v0.1.82 [2021-01-26T15:56:05.152Z] v0.1.83 [2021-01-26T15:56:05.152Z] v0.1.84 [2021-01-26T15:56:05.152Z] v0.1.85 [2021-01-26T15:56:05.152Z] v0.1.86 [2021-01-26T15:56:05.152Z] v0.1.87 [2021-01-26T15:56:05.152Z] v0.1.88 [2021-01-26T15:56:05.152Z] v0.1.89 [2021-01-26T15:56:05.152Z] v0.1.9 [2021-01-26T15:56:05.152Z] v0.1.90 [2021-01-26T15:56:05.152Z] v0.1.91 [2021-01-26T15:56:05.152Z] v0.1.92 [2021-01-26T15:56:05.152Z] v0.1.93 [2021-01-26T15:56:05.152Z] v0.1.94 [2021-01-26T15:56:05.152Z] v0.1.95 [2021-01-26T15:56:05.152Z] v0.1.96 [2021-01-26T15:56:05.152Z] v0.1.97 [2021-01-26T15:56:05.152Z] v0.1.98 [2021-01-26T15:56:05.152Z] v0.1.99 [2021-01-26T15:56:05.152Z] v2.0.0-dev.1 [2021-01-26T15:56:05.152Z] v2.0.0-dev.2 [2021-01-26T15:56:05.152Z] v2.0.0-dev.3 [2021-01-26T15:56:05.152Z] v2.0.0-dev.4 [2021-01-26T15:56:05.152Z] v2.0.0-dev.5 [2021-01-26T15:56:05.152Z] v2.0.0-dev.6 [2021-01-26T15:56:05.152Z] v2.0.0-dev.7 [2021-01-26T15:56:05.152Z] v2.0.0-dev.8 [Pipeline] sh [2021-01-26T15:56:05.454Z] + lftools sign git-tag v2.0.0-dev.8 [2021-01-26T15:56:06.853Z] Signing Git tag with Sigul... [2021-01-26T15:56:06.853Z] Signing v2.0.0-dev.8 [Pipeline] echo [2021-01-26T15:56:07.816Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:56:08.119Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-26T15:56:08.139Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-26T15:56:08.232Z] $ docker stop --time=1 62e2783d9c404d00181775e325f9249de1c89bd3d7f35d1de1ab8b0027cfb50d [2021-01-26T15:56:10.287Z] $ docker rm -f 62e2783d9c404d00181775e325f9249de1c89bd3d7f35d1de1ab8b0027cfb50d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:56:11.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:56:11.350Z] . [Pipeline] withDockerContainer [2021-01-26T15:56:11.465Z] prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container [2021-01-26T15:56:11.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:56:12.405Z] $ docker top 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:56:12.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:56:12.781Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:56:13.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:56:13.067Z] $ docker exec 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f ssh-agent [2021-01-26T15:56:13.259Z] SSH_AUTH_SOCK=/tmp/ssh-FEfm3JdtngPx/agent.11 [2021-01-26T15:56:13.259Z] SSH_AGENT_PID=16 [2021-01-26T15:56:13.268Z] Running ssh-add (command line suppressed) [2021-01-26T15:56:13.432Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6816109361730491983.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6816109361730491983.key) [2021-01-26T15:56:13.497Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:56:13.845Z] + git semver bump pre [2021-01-26T15:56:13.845Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:56:13.845Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T15:56:13.845Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T15:56:13.845Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:56:13.845Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:56:13.845Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:56:13.845Z] # $SEMVER_BRANCH = master [2021-01-26T15:56:13.845Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-26T15:56:13.845Z] 2.0.0-dev.9 [Pipeline] } [2021-01-26T15:56:13.859Z] $ docker exec --env ******** --env ******** 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f ssh-agent -k [2021-01-26T15:56:14.002Z] unset SSH_AUTH_SOCK; [2021-01-26T15:56:14.003Z] unset SSH_AGENT_PID; [2021-01-26T15:56:14.003Z] echo Agent pid 16 killed; [2021-01-26T15:56:14.064Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:56:14.538Z] + git semver [Pipeline] } [2021-01-26T15:56:14.557Z] $ docker stop --time=1 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f [2021-01-26T15:56:15.973Z] $ docker rm -f 66d44eded7e727799f02dcb55f0e0854b9e9c9348371aa83906b0cd40e201b5f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:56:16.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:56:16.504Z] . [Pipeline] withDockerContainer [2021-01-26T15:56:16.615Z] prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container [2021-01-26T15:56:16.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T15:56:17.396Z] $ docker top 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:56:17.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:56:17.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:56:17.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:56:17.919Z] $ docker exec 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 ssh-agent [2021-01-26T15:56:18.123Z] SSH_AUTH_SOCK=/tmp/ssh-1c71nnJGWBeb/agent.12 [2021-01-26T15:56:18.123Z] SSH_AGENT_PID=17 [2021-01-26T15:56:18.130Z] Running ssh-add (command line suppressed) [2021-01-26T15:56:18.273Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6575925580165660966.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6575925580165660966.key) [2021-01-26T15:56:18.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:56:18.712Z] + git semver push [2021-01-26T15:56:18.712Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:56:18.712Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-26T15:56:18.712Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-26T15:56:18.712Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:56:18.712Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:56:18.712Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:56:18.712Z] # $SEMVER_BRANCH = master [2021-01-26T15:56:18.712Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-26T15:56:28.762Z] $ docker exec --env ******** --env ******** 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 ssh-agent -k [2021-01-26T15:56:28.943Z] unset SSH_AUTH_SOCK; [2021-01-26T15:56:28.943Z] unset SSH_AGENT_PID; [2021-01-26T15:56:28.943Z] echo Agent pid 17 killed; [2021-01-26T15:56:29.019Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:56:29.508Z] + git semver [Pipeline] } [2021-01-26T15:56:29.526Z] $ docker stop --time=1 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 [2021-01-26T15:56:30.915Z] $ docker rm -f 8b71e622d01a25e5d28fb5f3434ecc59236a2405dbeb021a23708502253b5378 [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 [2021-01-26T15:56:32.567Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:56:33.136Z] ---> package-listing.sh [2021-01-26T15:56:33.136Z] ++ facter osfamily [2021-01-26T15:56:33.136Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T15:56:33.136Z] + OS_FAMILY=redhat [2021-01-26T15:56:33.136Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-01-26T15:56:33.136Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T15:56:33.136Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T15:56:33.136Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T15:56:33.136Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T15:56:33.136Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-26T15:56:33.136Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T15:56:33.136Z] + case "${OS_FAMILY}" in [2021-01-26T15:56:33.136Z] + rpm -qa [2021-01-26T15:56:33.136Z] + sort [2021-01-26T15:56:38.454Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T15:56:38.454Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T15:56:38.454Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T15:56:38.454Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-26T15:56:38.454Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-01-26T15:56:38.454Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo [2021-01-26T15:56:38.468Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-26T15:56:38.856Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:56:39.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:56:39.247Z] [2021-01-26T15:56:39.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:56:39.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:56:39.627Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T15:56:39.627Z] df20fa9351a1: Pulling fs layer [2021-01-26T15:56:39.627Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T15:56:39.627Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T15:56:39.627Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T15:56:39.627Z] 93b61091891f: Pulling fs layer [2021-01-26T15:56:39.627Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T15:56:39.627Z] 5e14af77c1be: Pulling fs layer [2021-01-26T15:56:39.627Z] 01666e4c0597: Pulling fs layer [2021-01-26T15:56:39.627Z] aa168da1d23b: Pulling fs layer [2021-01-26T15:56:39.627Z] 01666e4c0597: Waiting [2021-01-26T15:56:39.627Z] 5e14af77c1be: Waiting [2021-01-26T15:56:39.627Z] aa168da1d23b: Waiting [2021-01-26T15:56:39.627Z] 46f8f816bc3b: Waiting [2021-01-26T15:56:39.627Z] 93b61091891f: Waiting [2021-01-26T15:56:39.627Z] 36b3adc4ff6f: Verifying Checksum [2021-01-26T15:56:39.627Z] 36b3adc4ff6f: Download complete [2021-01-26T15:56:39.627Z] 46f8f816bc3b: Download complete [2021-01-26T15:56:39.891Z] df20fa9351a1: Verifying Checksum [2021-01-26T15:56:39.891Z] df20fa9351a1: Download complete [2021-01-26T15:56:39.891Z] 93b9cdb0e59b: Verifying Checksum [2021-01-26T15:56:39.891Z] 93b9cdb0e59b: Download complete [2021-01-26T15:56:39.891Z] 5e14af77c1be: Verifying Checksum [2021-01-26T15:56:39.891Z] 5e14af77c1be: Download complete [2021-01-26T15:56:39.891Z] 93b61091891f: Verifying Checksum [2021-01-26T15:56:39.891Z] 93b61091891f: Download complete [2021-01-26T15:56:39.891Z] 01666e4c0597: Verifying Checksum [2021-01-26T15:56:39.891Z] 01666e4c0597: Download complete [2021-01-26T15:56:39.891Z] 8ad3a11d3b57: Verifying Checksum [2021-01-26T15:56:39.891Z] 8ad3a11d3b57: Download complete [2021-01-26T15:56:40.466Z] df20fa9351a1: Pull complete [2021-01-26T15:56:40.466Z] 36b3adc4ff6f: Pull complete [2021-01-26T15:56:41.870Z] 8ad3a11d3b57: Pull complete [2021-01-26T15:56:41.870Z] aa168da1d23b: Verifying Checksum [2021-01-26T15:56:41.870Z] aa168da1d23b: Download complete [2021-01-26T15:56:42.139Z] 46f8f816bc3b: Pull complete [2021-01-26T15:56:42.714Z] 93b61091891f: Pull complete [2021-01-26T15:56:42.715Z] 93b9cdb0e59b: Pull complete [2021-01-26T15:56:42.983Z] 5e14af77c1be: Pull complete [2021-01-26T15:56:42.983Z] 01666e4c0597: Pull complete [2021-01-26T15:56:51.175Z] aa168da1d23b: Pull complete [2021-01-26T15:56:51.175Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T15:56:51.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:56:51.175Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T15:56:51.423Z] prd-centos7-docker-4c-2g-22845 does not seem to be running inside a container [2021-01-26T15:56:51.479Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-26T15:56:54.272Z] $ docker top e7f4f30e10635ca2db281c8fc6426df995d5eea0ed712be44d4739e2d90e9ddd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:56:54.803Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T15:56:55.189Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T15:56:55.490Z] + ls /var/log/sa-host [2021-01-26T15:56:55.490Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T15:56:55.490Z] file_magic: OK [2021-01-26T15:56:55.490Z] HZ: Using current value: 100 [2021-01-26T15:56:55.490Z] file_header: OK [2021-01-26T15:56:55.490Z] 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 [2021-01-26T15:56:55.490Z] Statistics: [2021-01-26T15:56:55.490Z] Hnuu...uuuununununu... [2021-01-26T15:56:55.490Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T15:56:55.490Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T15:56:55.490Z] file_magic: OK [2021-01-26T15:56:55.490Z] HZ: Using current value: 100 [2021-01-26T15:56:55.490Z] file_header: OK [2021-01-26T15:56:55.490Z] 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 [2021-01-26T15:56:55.490Z] Statistics: [2021-01-26T15:56:55.490Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-26T15:56:55.490Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T15:56:56.168Z] provisioning config files... [2021-01-26T15:56:56.184Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config840704012035762865tmp [Pipeline] { [Pipeline] echo [2021-01-26T15:56:56.274Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:56:56.573Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T15:56:56.585Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T15:56:56.675Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:56:56.975Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T15:56:56.986Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:56:57.282Z] ---> sudo-logs.sh [2021-01-26T15:56:57.283Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T15:56:57.293Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:56:57.593Z] ---> job-cost.sh [2021-01-26T15:56:57.593Z] lf-activate-venv: SKIPPING [2021-01-26T15:56:57.593Z] INFO: No Stack... [2021-01-26T15:56:58.541Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T15:56:59.117Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T15:56:59.131Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:56:59.433Z] ---> logs-deploy.sh [2021-01-26T15:56:59.433Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/126 [2021-01-26T15:56:59.433Z] INFO: archiving workspace using pattern(s): [2021-01-26T15:57:01.359Z] Archives upload complete. [2021-01-26T15:57:01.359Z] INFO: archiving logs to Nexus