Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba458f0e0ccbbc61c175df81145a1fb9b1d16279 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21960 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 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 Commit message: "Merge pull request #448 from hahattan/issue-447" > git rev-list --no-walk 4e941b210282b64e5c8dde3454679dc7188e3138 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T15:26:24.968Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T15:26:25.201Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T15:26:25.292Z] ========================================================= [2021-01-21T15:26:25.292Z] EdgeX Global Pipelines Version Info [2021-01-21T15:26:25.292Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:26:26.735Z] ------------------- [2021-01-21T15:26:26.735Z] stable info: [2021-01-21T15:26:26.735Z] ------------------- [2021-01-21T15:26:26.735Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:26:26.735Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:26:26.735Z] Message: update stable to v1.0.179 [2021-01-21T15:26:27.707Z] ------------------- [2021-01-21T15:26:27.707Z] experimental info: [2021-01-21T15:26:27.707Z] ------------------- [2021-01-21T15:26:27.707Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:26:27.707Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:26:27.707Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T15:26:27.973Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-21T15:26:28.068Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-21T15:26:28.156Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T15:26:28.247Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T15:26:28.329Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T15:26:28.413Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T15:26:28.497Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T15:26:28.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T15:26:28.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T15:26:28.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T15:26:28.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T15:26:28.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-21T15:26:29.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T15:26:29.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T15:26:29.193Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T15:26:29.300Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T15:26:29.383Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T15:26:29.463Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T15:26:29.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T15:26:29.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T15:26:29.735Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T15:26:29.816Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T15:26:29.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T15:26:29.986Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T15:26:30.143Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-21T15:26:30.261Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T15:26:30.370Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T15:26:30.503Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-21T15:26:30.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-21T15:26:30.715Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-21T15:26:30.797Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] echo [2021-01-21T15:26:30.876Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba458f0 [Pipeline] echo [2021-01-21T15:26:30.965Z] [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-21T15:26:31.641Z] + git log --format=format:%s -1 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] echo [2021-01-21T15:26:31.707Z] GIT_COMMIT: ba458f0e0ccbbc61c175df81145a1fb9b1d16279, Commit Message: Merge pull request #448 from hahattan/issue-447 [Pipeline] echo [2021-01-21T15:26:31.756Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:26:32.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:26:32.642Z] [2021-01-21T15:26:32.642Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:26:32.986Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:26:32.986Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T15:26:32.986Z] 31603596830f: Pulling fs layer [2021-01-21T15:26:32.986Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T15:26:32.986Z] 6ca5941a6612: Pulling fs layer [2021-01-21T15:26:32.986Z] ecc8261a40a4: Pulling fs layer [2021-01-21T15:26:32.986Z] ecc8261a40a4: Waiting [2021-01-21T15:26:32.986Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T15:26:32.986Z] 2a8b12db71e7: Download complete [2021-01-21T15:26:33.250Z] 31603596830f: Verifying Checksum [2021-01-21T15:26:33.250Z] 31603596830f: Download complete [2021-01-21T15:26:33.250Z] ecc8261a40a4: Verifying Checksum [2021-01-21T15:26:33.250Z] ecc8261a40a4: Download complete [2021-01-21T15:26:33.250Z] 6ca5941a6612: Verifying Checksum [2021-01-21T15:26:33.250Z] 6ca5941a6612: Download complete [2021-01-21T15:26:33.512Z] 31603596830f: Pull complete [2021-01-21T15:26:33.512Z] 2a8b12db71e7: Pull complete [2021-01-21T15:26:34.154Z] 6ca5941a6612: Pull complete [2021-01-21T15:26:34.419Z] ecc8261a40a4: Pull complete [2021-01-21T15:26:34.419Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T15:26:34.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:26:34.419Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T15:26:34.530Z] prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container [2021-01-21T15:26:34.579Z] $ 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-21T15:26:36.498Z] $ docker top 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:26:36.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:26:36.781Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:26:36.957Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:26:36.964Z] $ docker exec 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent [2021-01-21T15:26:37.121Z] SSH_AUTH_SOCK=/tmp/ssh-dD7ueli3mDZv/agent.12 [2021-01-21T15:26:37.121Z] SSH_AGENT_PID=17 [2021-01-21T15:26:37.131Z] Running ssh-add (command line suppressed) [2021-01-21T15:26:37.243Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3264285494007264581.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3264285494007264581.key) [2021-01-21T15:26:37.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:26:37.625Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T15:26:37.647Z] $ docker exec --env ******** --env ******** 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent -k [2021-01-21T15:26:37.757Z] unset SSH_AUTH_SOCK; [2021-01-21T15:26:37.757Z] unset SSH_AGENT_PID; [2021-01-21T15:26:37.757Z] echo Agent pid 17 killed; [2021-01-21T15:26:37.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T15:26:37.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:26:37.950Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:26:38.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:26:38.120Z] $ docker exec 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent [2021-01-21T15:26:38.282Z] SSH_AUTH_SOCK=/tmp/ssh-jPmBqZAhI3Z6/agent.46 [2021-01-21T15:26:38.282Z] SSH_AGENT_PID=51 [2021-01-21T15:26:38.289Z] Running ssh-add (command line suppressed) [2021-01-21T15:26:38.408Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8450026457112862990.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8450026457112862990.key) [2021-01-21T15:26:38.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:26:38.793Z] + git semver init [2021-01-21T15:26:38.793Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:26:38.793Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-21T15:26:38.793Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-21T15:26:38.793Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:26:38.793Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:26:38.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:26:38.794Z] # $SEMVER_BRANCH = master [2021-01-21T15:26:38.794Z] # $SEMVER_TEMP = /tmp/semver-272183347 [2021-01-21T15:26:38.794Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-21T15:26:39.366Z] # '/tmp/semver-272183347' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-01-21T15:26:39.366Z] # -> Force: false [2021-01-21T15:26:39.366Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-21T15:26:39.382Z] $ docker exec --env ******** --env ******** 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 ssh-agent -k [2021-01-21T15:26:39.486Z] unset SSH_AUTH_SOCK; [2021-01-21T15:26:39.487Z] unset SSH_AGENT_PID; [2021-01-21T15:26:39.487Z] echo Agent pid 51 killed; [2021-01-21T15:26:39.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:26:39.991Z] + git semver [Pipeline] } [2021-01-21T15:26:40.009Z] $ docker stop --time=1 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 [2021-01-21T15:26:41.804Z] $ docker rm -f 58e0d1f67cee34495c375b25626ee98093b7e0646202e929dad548a2a9ce4a49 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:26:42.258Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T15:26:42.699Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T15:26:42.702Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [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-21T15:26:58.198Z] Still waiting to schedule task [2021-01-21T15:26:58.198Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T15:26:58.202Z] Still waiting to schedule task [2021-01-21T15:26:58.202Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-21T15:28:49.838Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21961 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-21T15:28:49.897Z] Running in /w/workspace/go-mod-core-contracts/122 [Pipeline] { [Pipeline] checkout [2021-01-21T15:28:55.039Z] using credential edgex-jenkins-ssh [2021-01-21T15:28:55.099Z] Cloning the remote Git repository [2021-01-21T15:28:55.160Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T15:28:55.287Z] > git init /w/workspace/go-mod-core-contracts/122 # timeout=10 [2021-01-21T15:28:55.366Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T15:28:55.367Z] > git --version # timeout=10 [2021-01-21T15:28:55.389Z] > git --version # 'git version 2.17.1' [2021-01-21T15:28:55.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:28:55.493Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:28:57.184Z] Checking out Revision ba458f0e0ccbbc61c175df81145a1fb9b1d16279 (master) [2021-01-21T15:28:56.601Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T15:28:56.614Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:28:56.641Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T15:28:56.671Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T15:28:56.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:28:56.683Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T15:28:57.205Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:28:57.228Z] > git checkout -f ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 [2021-01-21T15:29:01.602Z] Commit message: "Merge pull request #448 from hahattan/issue-447" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T15:29:03.356Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:29:03.759Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:29:04.132Z] + sudo service docker restart [2021-01-21T15:29:04.132Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-21T15:29:07.176Z] ========================================================= [2021-01-21T15:29:07.176Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T15:29:07.176Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:29:07.569Z] + 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-21T15:29:08.571Z] Sending build context to Docker daemon 2.27MB [2021-01-21T15:29:08.571Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T15:29:08.571Z] Step 2/7 : FROM ${BASE} [2021-01-21T15:29:08.769Z] Running on prd-centos7-docker-4c-2g-21962 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-21T15:29:08.818Z] Running in /w/workspace/go-mod-core-contracts/122 [Pipeline] { [2021-01-21T15:29:08.848Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T15:29:08.848Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T15:29:08.848Z] a4357932f1b6: Pulling fs layer [2021-01-21T15:29:08.848Z] 18c013af1878: Pulling fs layer [2021-01-21T15:29:08.848Z] 00ac8860ef70: Pulling fs layer [2021-01-21T15:29:08.848Z] 63d7cb157983: Pulling fs layer [2021-01-21T15:29:08.848Z] b116817d02f9: Pulling fs layer [2021-01-21T15:29:08.848Z] 745a02a5169b: Pulling fs layer [2021-01-21T15:29:08.848Z] 63d7cb157983: Waiting [2021-01-21T15:29:08.848Z] 00ac8860ef70: Waiting [2021-01-21T15:29:08.848Z] b116817d02f9: Waiting [2021-01-21T15:29:08.848Z] 745a02a5169b: Waiting [Pipeline] checkout [2021-01-21T15:29:09.122Z] 18c013af1878: Verifying Checksum [2021-01-21T15:29:09.122Z] 18c013af1878: Download complete [2021-01-21T15:29:09.122Z] a4357932f1b6: Verifying Checksum [2021-01-21T15:29:09.122Z] a4357932f1b6: Download complete [2021-01-21T15:29:09.122Z] 63d7cb157983: Verifying Checksum [2021-01-21T15:29:09.122Z] 63d7cb157983: Download complete [2021-01-21T15:29:09.122Z] b116817d02f9: Download complete [2021-01-21T15:29:09.122Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T15:29:09.122Z] 5f621e34cdf4: Download complete [2021-01-21T15:29:09.731Z] 5f621e34cdf4: Pull complete [2021-01-21T15:29:10.335Z] a4357932f1b6: Pull complete [2021-01-21T15:29:10.956Z] 18c013af1878: Pull complete [2021-01-21T15:29:11.358Z] using credential edgex-jenkins-ssh [2021-01-21T15:29:11.408Z] Cloning the remote Git repository [2021-01-21T15:29:11.570Z] 745a02a5169b: Verifying Checksum [2021-01-21T15:29:11.571Z] 745a02a5169b: Download complete [2021-01-21T15:29:11.432Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T15:29:11.495Z] > git init /w/workspace/go-mod-core-contracts/122 # timeout=10 [2021-01-21T15:29:11.557Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T15:29:11.557Z] > git --version # timeout=10 [2021-01-21T15:29:11.565Z] > git --version # 'git version 2.24.3' [2021-01-21T15:29:11.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:29:11.606Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:29:12.562Z] 00ac8860ef70: Verifying Checksum [2021-01-21T15:29:12.562Z] 00ac8860ef70: Download complete [2021-01-21T15:29:12.793Z] Checking out Revision ba458f0e0ccbbc61c175df81145a1fb9b1d16279 (master) [2021-01-21T15:29:12.322Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T15:29:12.331Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:29:12.348Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T15:29:12.361Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T15:29:12.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:29:12.364Z] > 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-21T15:29:12.801Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:29:12.805Z] > git checkout -f ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 [2021-01-21T15:29:16.407Z] Commit message: "Merge pull request #448 from hahattan/issue-447" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T15:29:17.618Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:29:17.950Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:29:18.252Z] + true [2021-01-21T15:29:18.252Z] + sudo service docker restart [2021-01-21T15:29:18.252Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-21T15:29:19.415Z] ========================================================= [2021-01-21T15:29:19.415Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T15:29:19.415Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:29:19.767Z] + 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-21T15:29:20.361Z] Sending build context to Docker daemon 2.271MB [2021-01-21T15:29:20.361Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T15:29:20.361Z] Step 2/7 : FROM ${BASE} [2021-01-21T15:29:20.361Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T15:29:20.361Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T15:29:20.361Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T15:29:20.361Z] de9db76c5a1d: Pulling fs layer [2021-01-21T15:29:20.361Z] bca2f99d35d6: Pulling fs layer [2021-01-21T15:29:20.361Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T15:29:20.361Z] 7c6f9722023f: Pulling fs layer [2021-01-21T15:29:20.361Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T15:29:20.361Z] bca2f99d35d6: Waiting [2021-01-21T15:29:20.361Z] 93359f2a8cfa: Waiting [2021-01-21T15:29:20.361Z] 7c6f9722023f: Waiting [2021-01-21T15:29:20.361Z] a35cf1a2eb13: Waiting [2021-01-21T15:29:20.361Z] de9db76c5a1d: Verifying Checksum [2021-01-21T15:29:20.361Z] de9db76c5a1d: Download complete [2021-01-21T15:29:20.361Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T15:29:20.361Z] 0ef7d3d256c8: Download complete [2021-01-21T15:29:20.361Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T15:29:20.361Z] 93359f2a8cfa: Download complete [2021-01-21T15:29:20.624Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T15:29:20.625Z] 7c6f9722023f: Verifying Checksum [2021-01-21T15:29:20.625Z] 7c6f9722023f: Download complete [2021-01-21T15:29:20.888Z] 188c0c94c7c5: Pull complete [2021-01-21T15:29:20.888Z] 0ef7d3d256c8: Pull complete [2021-01-21T15:29:21.153Z] de9db76c5a1d: Pull complete [2021-01-21T15:29:22.742Z] 00ac8860ef70: Pull complete [2021-01-21T15:29:23.018Z] 63d7cb157983: Pull complete [2021-01-21T15:29:23.088Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T15:29:23.088Z] a35cf1a2eb13: Download complete [2021-01-21T15:29:23.088Z] bca2f99d35d6: Verifying Checksum [2021-01-21T15:29:23.088Z] bca2f99d35d6: Download complete [2021-01-21T15:29:23.296Z] b116817d02f9: Pull complete [2021-01-21T15:29:27.632Z] 745a02a5169b: Pull complete [2021-01-21T15:29:27.632Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T15:29:27.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T15:29:27.632Z] ---> b7e6874047d6 [2021-01-21T15:29:27.632Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T15:29:28.410Z] bca2f99d35d6: Pull complete [2021-01-21T15:29:28.410Z] 93359f2a8cfa: Pull complete [2021-01-21T15:29:28.410Z] 7c6f9722023f: Pull complete [2021-01-21T15:29:30.269Z] ---> Running in 3cace021d0c0 [2021-01-21T15:29:30.269Z] Removing intermediate container 3cace021d0c0 [2021-01-21T15:29:30.269Z] ---> a40bc3157f77 [2021-01-21T15:29:30.269Z] Step 4/7 : RUN apk add bash [2021-01-21T15:29:30.269Z] ---> Running in 723f8f345167 [2021-01-21T15:29:31.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:29:32.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:29:33.657Z] OK: 142 MiB in 39 packages [2021-01-21T15:29:34.635Z] Removing intermediate container 723f8f345167 [2021-01-21T15:29:34.635Z] ---> f393f25d8ad2 [2021-01-21T15:29:34.635Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T15:29:34.908Z] ---> Running in 7796eaa154bb [2021-01-21T15:29:35.056Z] a35cf1a2eb13: Pull complete [2021-01-21T15:29:35.056Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T15:29:35.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T15:29:35.056Z] ---> a62c8e92a672 [2021-01-21T15:29:35.056Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T15:29:35.056Z] ---> Running in 0ddde875fec9 [2021-01-21T15:29:35.056Z] Removing intermediate container 0ddde875fec9 [2021-01-21T15:29:35.056Z] ---> 71a109039cc6 [2021-01-21T15:29:35.056Z] Step 4/7 : RUN apk add bash [2021-01-21T15:29:35.056Z] ---> Running in bf1c4cd0da68 [2021-01-21T15:29:35.185Z] Removing intermediate container 7796eaa154bb [2021-01-21T15:29:35.185Z] ---> 4355e472f38d [2021-01-21T15:29:35.185Z] Step 6/7 : COPY go.mod . [2021-01-21T15:29:36.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:29:36.166Z] ---> 3e90089e6429 [2021-01-21T15:29:36.166Z] Step 7/7 : RUN go mod download [2021-01-21T15:29:36.166Z] ---> Running in a9e2ecab8e7f [2021-01-21T15:29:36.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:29:37.231Z] OK: 166 MiB in 39 packages [2021-01-21T15:29:37.806Z] Removing intermediate container bf1c4cd0da68 [2021-01-21T15:29:37.806Z] ---> 6871b190f345 [2021-01-21T15:29:37.806Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T15:29:38.073Z] ---> Running in 4093a7e9ff11 [2021-01-21T15:29:38.073Z] Removing intermediate container 4093a7e9ff11 [2021-01-21T15:29:38.073Z] ---> bb3a271ec0aa [2021-01-21T15:29:38.073Z] Step 6/7 : COPY go.mod . [2021-01-21T15:29:38.337Z] ---> 9adfc862d30a [2021-01-21T15:29:38.337Z] Step 7/7 : RUN go mod download [2021-01-21T15:29:38.601Z] ---> Running in 411808e03cc5 [2021-01-21T15:29:50.925Z] Removing intermediate container 411808e03cc5 [2021-01-21T15:29:50.925Z] ---> 0a888240e3ad [2021-01-21T15:29:50.925Z] Successfully built 0a888240e3ad [2021-01-21T15:29:50.925Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:29:51.237Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:29:51.237Z] . [Pipeline] withDockerContainer [2021-01-21T15:29:51.272Z] Removing intermediate container a9e2ecab8e7f [2021-01-21T15:29:51.273Z] ---> 450c693ef946 [2021-01-21T15:29:51.273Z] Successfully built 450c693ef946 [2021-01-21T15:29:51.273Z] Successfully tagged ci-base-image-arm64:latest [2021-01-21T15:29:51.346Z] prd-centos7-docker-4c-2g-21962 does not seem to be running inside a container [2021-01-21T15:29:51.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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 ******** ci-base-image-x86_64 cat [2021-01-21T15:29:52.063Z] $ docker top 1b8aaddc7b4638e1bc4d08d55ba3cb4b231c815dc61864033824f4c0ac8fdcbd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:29:52.537Z] + go version [2021-01-21T15:29:52.537Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T15:29:52.552Z] $ docker stop --time=1 1b8aaddc7b4638e1bc4d08d55ba3cb4b231c815dc61864033824f4c0ac8fdcbd [2021-01-21T15:29:52.649Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T15:29:52.649Z] . [2021-01-21T15:29:53.899Z] $ docker rm -f 1b8aaddc7b4638e1bc4d08d55ba3cb4b231c815dc61864033824f4c0ac8fdcbd [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-01-21T15:29:54.303Z] prd-ubuntu18.04-docker-arm64-4c-16g-21961 does not seem to be running inside a container [2021-01-21T15:29:54.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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-21T15:29:56.007Z] $ docker top 7c73662f3f4825e3be393fd60c22cf50f94e6b7c1d6c37665a9c57e7dd0fa30e -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:29:56.958Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:29:56.958Z] . [Pipeline] withDockerContainer [2021-01-21T15:29:57.033Z] + go version [2021-01-21T15:29:57.033Z] go version go1.15.5 linux/arm64 [2021-01-21T15:29:57.180Z] prd-centos7-docker-4c-2g-21962 does not seem to be running inside a container [2021-01-21T15:29:57.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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 ******** ci-base-image-x86_64 cat [2021-01-21T15:29:57.955Z] $ docker top 7d8418e4e497ceabbca0e03b5e019c4f62577f6764587ba2c8ad563dd0a93eda -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-21T15:29:58.201Z] $ docker stop --time=1 7c73662f3f4825e3be393fd60c22cf50f94e6b7c1d6c37665a9c57e7dd0fa30e [2021-01-21T15:30:00.172Z] $ docker rm -f 7c73662f3f4825e3be393fd60c22cf50f94e6b7c1d6c37665a9c57e7dd0fa30e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2021-01-21T15:30:00.780Z] + make test [2021-01-21T15:30:00.780Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:30:01.309Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T15:30:01.309Z] . [Pipeline] withDockerContainer [2021-01-21T15:30:01.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-21961 does not seem to be running inside a container [2021-01-21T15:30:01.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/122 -v /w/workspace/go-mod-core-contracts/122:/w/workspace/go-mod-core-contracts/122:rw,z -v /w/workspace/go-mod-core-contracts/122@tmp:/w/workspace/go-mod-core-contracts/122@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-21T15:30:03.156Z] $ docker top d262a3fa32721fe17d3166361822e36afc311ea84988613ca33d157660567230 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:30:04.201Z] + make test [2021-01-21T15:30:04.201Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T15:30:07.527Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-21T15:30:07.527Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.011s coverage: 85.7% of statements [2021-01-21T15:30:07.527Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements [2021-01-21T15:30:07.799Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.040s coverage: 45.4% of statements [2021-01-21T15:30:08.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.021s coverage: 77.8% of statements [2021-01-21T15:30:08.399Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-21T15:30:08.399Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.007s coverage: 26.3% of statements [2021-01-21T15:30:08.993Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.012s coverage: 14.7% of statements [2021-01-21T15:30:08.993Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements [2021-01-21T15:30:08.993Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.020s coverage: 91.8% of statements [2021-01-21T15:30:08.993Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-21T15:30:08.993Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-21T15:30:08.993Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.010s coverage: 100.0% of statements [2021-01-21T15:30:09.587Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 47.8% of statements [2021-01-21T15:30:11.514Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.017s coverage: 63.0% of statements [2021-01-21T15:30:11.514Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements [2021-01-21T15:30:11.514Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements [2021-01-21T15:30:11.514Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements [2021-01-21T15:30:11.514Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.004s coverage: 14.3% of statements [2021-01-21T15:30:11.514Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-21T15:30:12.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.098s coverage: 84.7% of statements [2021-01-21T15:30:12.477Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-21T15:30:12.477Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-21T15:30:12.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.008s coverage: 43.6% of statements [2021-01-21T15:30:12.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.015s coverage: 94.4% of statements [2021-01-21T15:30:12.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.033s coverage: 92.9% of statements [2021-01-21T15:30:12.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-01-21T15:30:12.477Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-21T15:30:12.749Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T15:30:14.167Z] gofmt -l . [2021-01-21T15:30:14.429Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-21T15:30:14.706Z] $ docker stop --time=1 7d8418e4e497ceabbca0e03b5e019c4f62577f6764587ba2c8ad563dd0a93eda [2021-01-21T15:30:17.020Z] $ docker rm -f 7d8418e4e497ceabbca0e03b5e019c4f62577f6764587ba2c8ad563dd0a93eda [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:30:17.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T15:30:18.091Z] 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-21T15:30:26.391Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-21T15:30:26.993Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.041s coverage: 85.7% of statements [2021-01-21T15:30:26.993Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.045s coverage: 100.0% of statements [2021-01-21T15:30:28.433Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.072s coverage: 45.4% of statements [2021-01-21T15:30:28.433Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.028s coverage: 77.8% of statements [2021-01-21T15:30:28.433Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-21T15:30:29.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.040s coverage: 26.3% of statements [2021-01-21T15:30:30.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.049s coverage: 14.7% of statements [2021-01-21T15:30:30.752Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements [2021-01-21T15:30:31.742Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.081s coverage: 91.8% of statements [2021-01-21T15:30:31.742Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-21T15:30:31.742Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-21T15:30:31.742Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.034s coverage: 100.0% of statements [2021-01-21T15:30:31.742Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.033s coverage: 47.8% of statements [2021-01-21T15:30:38.486Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.099s coverage: 63.0% of statements [2021-01-21T15:30:38.486Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.020s coverage: 26.3% of statements [2021-01-21T15:30:38.486Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements [2021-01-21T15:30:38.486Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.064s coverage: 15.4% of statements [2021-01-21T15:30:38.486Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.037s coverage: 14.3% of statements [2021-01-21T15:30:38.486Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-21T15:30:39.938Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.256s coverage: 84.7% of statements [2021-01-21T15:30:39.938Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-21T15:30:39.938Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-21T15:30:39.938Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.025s coverage: 43.6% of statements [2021-01-21T15:30:39.938Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.052s coverage: 94.4% of statements [2021-01-21T15:30:40.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.138s coverage: 92.9% of statements [2021-01-21T15:30:40.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements [2021-01-21T15:30:40.931Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-21T15:30:41.203Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T15:30:46.623Z] gofmt -l . [2021-01-21T15:30:46.623Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-21T15:30:47.237Z] $ docker stop --time=1 d262a3fa32721fe17d3166361822e36afc311ea84988613ca33d157660567230 [2021-01-21T15:30:49.469Z] $ docker rm -f d262a3fa32721fe17d3166361822e36afc311ea84988613ca33d157660567230 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:30:50.342Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T15:30:50.362Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T15:30:51.331Z] 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-21T15:30:53.076Z] provisioning config files... [2021-01-21T15:30:53.086Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3811287803670296877tmp [Pipeline] { [Pipeline] sh [2021-01-21T15:30:53.482Z] + set +x [2021-01-21T15:30:53.482Z] + curl -s https://codecov.io/bash [2021-01-21T15:30:53.482Z] + bash -s -- [2021-01-21T15:30:53.744Z] [2021-01-21T15:30:53.744Z] _____ _ [2021-01-21T15:30:53.744Z] / ____| | | [2021-01-21T15:30:53.744Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T15:30:53.744Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T15:30:53.744Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T15:30:53.744Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T15:30:53.744Z] Bash-20210115-cec3c92 [2021-01-21T15:30:53.744Z] [2021-01-21T15:30:53.744Z] [2021-01-21T15:30:53.744Z] ==> git version 2.24.3 found [2021-01-21T15:30:53.744Z] ==> 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-21T15:30:53.744Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T15:30:53.744Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T15:30:53.744Z] ==> Jenkins CI detected. [2021-01-21T15:30:53.744Z] project root: . [2021-01-21T15:30:53.744Z] --> token set from env [2021-01-21T15:30:53.744Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T15:30:53.744Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T15:30:53.744Z] ==> Python coveragepy not found [2021-01-21T15:30:53.744Z] ==> Searching for coverage reports in: [2021-01-21T15:30:53.744Z] + . [2021-01-21T15:30:53.744Z] -> Found 1 reports [2021-01-21T15:30:53.744Z] ==> Detecting git/mercurial file structure [2021-01-21T15:30:53.744Z] ==> Reading reports [2021-01-21T15:30:53.744Z] + ./coverage.out bytes=131145 [2021-01-21T15:30:53.744Z] ==> Appending adjustments [2021-01-21T15:30:53.744Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T15:30:54.688Z] + Found adjustments [2021-01-21T15:30:54.688Z] ==> Gzipping contents [2021-01-21T15:30:54.688Z] 20K /tmp/codecov.XkRlzX.gz [2021-01-21T15:30:54.688Z] ==> Uploading reports [2021-01-21T15:30:54.688Z] url: https://codecov.io [2021-01-21T15:30:54.688Z] query: branch=master&commit=ba458f0e0ccbbc61c175df81145a1fb9b1d16279&build=122&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F122%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T15:30:54.688Z] -> Pinging Codecov [2021-01-21T15:30:54.688Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=ba458f0e0ccbbc61c175df81145a1fb9b1d16279&build=122&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F122%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T15:30:54.949Z] -> Uploading to [2021-01-21T15:30:54.949Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/71470A77251A30514AAF9C0BB2E5B6CE/ba458f0e0ccbbc61c175df81145a1fb9b1d16279/0ba6ad31-1609-4b93-b4e8-c95711518213.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T153054Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f505d9deb054fbb3dc5ffd01b38ff9e113e9a5140ff613b69e69a11f48d0b37e [2021-01-21T15:30:54.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:30:54.949Z] Dload Upload Total Spent Left Speed [2021-01-21T15:30:55.522Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19997 0 0 100 19997 0 42056 --:--:-- --:--:-- --:--:-- 42010 100 19997 0 0 100 19997 0 42044 --:--:-- --:--:-- --:--:-- 42010 [2021-01-21T15:30:55.523Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] } [2021-01-21T15:30:55.531Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-21T15:30:56.451Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-21T15:30:56.506Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:30:56.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:30:56.836Z] [2021-01-21T15:30:56.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:30:57.179Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:30:57.179Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-21T15:30:57.179Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T15:30:57.179Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T15:30:57.179Z] de9db76c5a1d: Pulling fs layer [2021-01-21T15:30:57.179Z] 0eba1c9be4d2: Pulling fs layer [2021-01-21T15:30:57.179Z] 0d57e429df01: Pulling fs layer [2021-01-21T15:30:57.179Z] 4e4be7b47b0d: Pulling fs layer [2021-01-21T15:30:57.179Z] e1f770b5df2f: Pulling fs layer [2021-01-21T15:30:57.179Z] 85a0685a4137: Pulling fs layer [2021-01-21T15:30:57.179Z] 0d57e429df01: Waiting [2021-01-21T15:30:57.179Z] 4e4be7b47b0d: Waiting [2021-01-21T15:30:57.179Z] e1f770b5df2f: Waiting [2021-01-21T15:30:57.179Z] 0eba1c9be4d2: Waiting [2021-01-21T15:30:57.179Z] 85a0685a4137: Waiting [2021-01-21T15:30:57.179Z] de9db76c5a1d: Verifying Checksum [2021-01-21T15:30:57.179Z] de9db76c5a1d: Download complete [2021-01-21T15:30:57.179Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T15:30:57.179Z] 0ef7d3d256c8: Download complete [2021-01-21T15:30:57.179Z] 0d57e429df01: Verifying Checksum [2021-01-21T15:30:57.179Z] 0d57e429df01: Download complete [2021-01-21T15:30:57.749Z] 4e4be7b47b0d: Verifying Checksum [2021-01-21T15:30:57.749Z] 4e4be7b47b0d: Download complete [2021-01-21T15:30:57.749Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T15:30:57.749Z] 188c0c94c7c5: Download complete [2021-01-21T15:30:58.010Z] 188c0c94c7c5: Pull complete [2021-01-21T15:30:58.272Z] 0ef7d3d256c8: Pull complete [2021-01-21T15:30:58.272Z] de9db76c5a1d: Pull complete [2021-01-21T15:30:59.663Z] e1f770b5df2f: Verifying Checksum [2021-01-21T15:30:59.663Z] e1f770b5df2f: Download complete [2021-01-21T15:31:00.607Z] 0eba1c9be4d2: Verifying Checksum [2021-01-21T15:31:00.607Z] 0eba1c9be4d2: Download complete [2021-01-21T15:31:01.195Z] 85a0685a4137: Verifying Checksum [2021-01-21T15:31:01.195Z] 85a0685a4137: Download complete [2021-01-21T15:31:06.508Z] 0eba1c9be4d2: Pull complete [2021-01-21T15:31:06.508Z] 0d57e429df01: Pull complete [2021-01-21T15:31:06.508Z] 4e4be7b47b0d: Pull complete [2021-01-21T15:31:07.895Z] e1f770b5df2f: Pull complete [2021-01-21T15:31:14.506Z] 85a0685a4137: Pull complete [2021-01-21T15:31:14.506Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-21T15:31:14.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:31:14.506Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-21T15:31:14.683Z] prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container [2021-01-21T15:31:14.738Z] $ 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-21T15:31:15.582Z] $ docker top d0cdbfce1acbff5add1a0d5451ba5f88255d740eee42dffb193290655c7fbca6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T15:31:15.758Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-21T15:31:16.058Z] + set -o pipefail [2021-01-21T15:31:16.058Z] + snyk monitor '--org=edgex-jenkins' [2021-01-21T15:31:20.267Z] [2021-01-21T15:31:20.267Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... [2021-01-21T15:31:20.267Z] [2021-01-21T15:31:20.267Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/0cf7551a-930d-4db2-87bb-111dc956d4a6 [2021-01-21T15:31:20.267Z] [2021-01-21T15:31:20.267Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-21T15:31:20.267Z] [2021-01-21T15:31:20.529Z] [Pipeline] } [2021-01-21T15:31:20.547Z] $ docker stop --time=1 d0cdbfce1acbff5add1a0d5451ba5f88255d740eee42dffb193290655c7fbca6 [2021-01-21T15:31:22.866Z] $ docker rm -f d0cdbfce1acbff5add1a0d5451ba5f88255d740eee42dffb193290655c7fbca6 [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-21T15:31:24.704Z] + git log --format=format:%s -1 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:31:25.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:31:25.012Z] . [Pipeline] withDockerContainer [2021-01-21T15:31:25.111Z] prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container [2021-01-21T15:31:25.155Z] $ 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-21T15:31:25.804Z] $ docker top ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:31:26.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:31:26.083Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:31:26.285Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:31:26.290Z] $ docker exec ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c ssh-agent [2021-01-21T15:31:26.461Z] SSH_AUTH_SOCK=/tmp/ssh-msxklQEXmNkZ/agent.12 [2021-01-21T15:31:26.461Z] SSH_AGENT_PID=17 [2021-01-21T15:31:26.468Z] Running ssh-add (command line suppressed) [2021-01-21T15:31:26.596Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3304677756280734479.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_3304677756280734479.key) [2021-01-21T15:31:26.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:31:26.979Z] + git semver tag [2021-01-21T15:31:26.979Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:31:26.979Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-21T15:31:26.979Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-21T15:31:26.979Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:31:26.979Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:31:26.979Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:31:26.979Z] # $SEMVER_BRANCH = master [2021-01-21T15:31:26.979Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-21T15:31:26.979Z] # ba458f0e0ccbbc61c175df81145a1fb9b1d16279 HEAD [2021-01-21T15:31:26.979Z] # -> Force: false [2021-01-21T15:31:26.979Z] # b96644e181c2e3691bd3ec8f2a297d9b395f4c80 refs/tags/v2.0.0-dev.4 [Pipeline] } [2021-01-21T15:31:26.993Z] $ docker exec --env ******** --env ******** ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c ssh-agent -k [2021-01-21T15:31:27.109Z] unset SSH_AUTH_SOCK; [2021-01-21T15:31:27.109Z] unset SSH_AGENT_PID; [2021-01-21T15:31:27.110Z] echo Agent pid 17 killed; [2021-01-21T15:31:27.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:31:27.617Z] + git semver [Pipeline] } [2021-01-21T15:31:27.635Z] $ docker stop --time=1 ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c [2021-01-21T15:31:28.970Z] $ docker rm -f ad2a681ab819fc6c5603bf52bb8386de4927a3c39b23880a46c67a9963ffa46c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:31:29.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:31:29.592Z] [2021-01-21T15:31:29.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:31:29.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:31:29.942Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-21T15:31:29.943Z] ab5ef0e58194: Pulling fs layer [2021-01-21T15:31:29.943Z] 9712f1f96733: Pulling fs layer [2021-01-21T15:31:29.943Z] 63f879dbbcfc: Pulling fs layer [2021-01-21T15:31:29.943Z] 0d9ebad4ef96: Pulling fs layer [2021-01-21T15:31:29.943Z] e9a5061849ea: Pulling fs layer [2021-01-21T15:31:29.943Z] d747dcd14b5f: Pulling fs layer [2021-01-21T15:31:29.943Z] 2de7ff778b66: Pulling fs layer [2021-01-21T15:31:29.943Z] e9a5061849ea: Waiting [2021-01-21T15:31:29.943Z] d747dcd14b5f: Waiting [2021-01-21T15:31:29.943Z] 2de7ff778b66: Waiting [2021-01-21T15:31:29.943Z] 0d9ebad4ef96: Waiting [2021-01-21T15:31:29.943Z] 9712f1f96733: Verifying Checksum [2021-01-21T15:31:29.943Z] 9712f1f96733: Download complete [2021-01-21T15:31:31.863Z] 63f879dbbcfc: Verifying Checksum [2021-01-21T15:31:31.863Z] 63f879dbbcfc: Download complete [2021-01-21T15:31:31.863Z] e9a5061849ea: Verifying Checksum [2021-01-21T15:31:31.863Z] e9a5061849ea: Download complete [2021-01-21T15:31:31.863Z] d747dcd14b5f: Verifying Checksum [2021-01-21T15:31:31.863Z] d747dcd14b5f: Download complete [2021-01-21T15:31:32.126Z] 2de7ff778b66: Verifying Checksum [2021-01-21T15:31:32.126Z] 2de7ff778b66: Download complete [2021-01-21T15:31:32.388Z] 0d9ebad4ef96: Verifying Checksum [2021-01-21T15:31:32.388Z] 0d9ebad4ef96: Download complete [2021-01-21T15:31:32.649Z] ab5ef0e58194: Verifying Checksum [2021-01-21T15:31:32.649Z] ab5ef0e58194: Download complete [2021-01-21T15:31:36.892Z] ab5ef0e58194: Pull complete [2021-01-21T15:31:36.892Z] 9712f1f96733: Pull complete [2021-01-21T15:31:40.203Z] 63f879dbbcfc: Pull complete [2021-01-21T15:31:46.813Z] 0d9ebad4ef96: Pull complete [2021-01-21T15:31:46.813Z] e9a5061849ea: Pull complete [2021-01-21T15:31:46.813Z] d747dcd14b5f: Pull complete [2021-01-21T15:31:50.123Z] 2de7ff778b66: Pull complete [2021-01-21T15:31:50.123Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-21T15:31:50.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:31:50.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-21T15:31:50.273Z] prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container [2021-01-21T15:31:50.312Z] $ 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-21T15:31:54.090Z] $ docker top 929f4743a84a6087db952924885572bf545ff9c265e49e62b071e652fbf14d3d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:31:54.332Z] provisioning config files... [2021-01-21T15:31:54.349Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config3590279953634541566tmp [2021-01-21T15:31:54.363Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5900236544327768757tmp [2021-01-21T15:31:54.374Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7951733078176337526tmp [Pipeline] { [Pipeline] echo [2021-01-21T15:31:54.436Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:31:54.728Z] ---> sigul-configuration.sh [2021-01-21T15:31:54.728Z] gpg: directory `/root/.gnupg' created [2021-01-21T15:31:54.728Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-21T15:31:54.728Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-21T15:31:54.728Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-21T15:31:54.728Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-21T15:31:54.728Z] gpg: CAST5 encrypted data [2021-01-21T15:31:54.989Z] gpg: encrypted with 1 passphrase [2021-01-21T15:31:54.989Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-21T15:31:55.281Z] + mkdir /home/jenkins [2021-01-21T15:31:55.281Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-21T15:31:55.575Z] + 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-21T15:31:55.584Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:31:55.876Z] ---> sigul-install.sh [2021-01-21T15:32:01.189Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-21T15:32:01.499Z] + git tag --list [2021-01-21T15:32:01.500Z] v0.0.0 [2021-01-21T15:32:01.500Z] v0.0.1 [2021-01-21T15:32:01.500Z] v0.1.0 [2021-01-21T15:32:01.500Z] v0.1.1 [2021-01-21T15:32:01.500Z] v0.1.10 [2021-01-21T15:32:01.500Z] v0.1.100 [2021-01-21T15:32:01.500Z] v0.1.101 [2021-01-21T15:32:01.500Z] v0.1.102 [2021-01-21T15:32:01.500Z] v0.1.103 [2021-01-21T15:32:01.500Z] v0.1.104 [2021-01-21T15:32:01.500Z] v0.1.105 [2021-01-21T15:32:01.500Z] v0.1.106 [2021-01-21T15:32:01.500Z] v0.1.107 [2021-01-21T15:32:01.500Z] v0.1.108 [2021-01-21T15:32:01.500Z] v0.1.109 [2021-01-21T15:32:01.500Z] v0.1.11 [2021-01-21T15:32:01.500Z] v0.1.110 [2021-01-21T15:32:01.500Z] v0.1.111 [2021-01-21T15:32:01.500Z] v0.1.112 [2021-01-21T15:32:01.500Z] v0.1.113 [2021-01-21T15:32:01.500Z] v0.1.114 [2021-01-21T15:32:01.500Z] v0.1.115 [2021-01-21T15:32:01.500Z] v0.1.116 [2021-01-21T15:32:01.500Z] v0.1.117 [2021-01-21T15:32:01.500Z] v0.1.118 [2021-01-21T15:32:01.500Z] v0.1.119 [2021-01-21T15:32:01.500Z] v0.1.12 [2021-01-21T15:32:01.500Z] v0.1.120 [2021-01-21T15:32:01.500Z] v0.1.121 [2021-01-21T15:32:01.500Z] v0.1.122 [2021-01-21T15:32:01.500Z] v0.1.123 [2021-01-21T15:32:01.500Z] v0.1.124 [2021-01-21T15:32:01.500Z] v0.1.125 [2021-01-21T15:32:01.500Z] v0.1.126 [2021-01-21T15:32:01.500Z] v0.1.127 [2021-01-21T15:32:01.500Z] v0.1.128 [2021-01-21T15:32:01.500Z] v0.1.129 [2021-01-21T15:32:01.500Z] v0.1.13 [2021-01-21T15:32:01.500Z] v0.1.130 [2021-01-21T15:32:01.500Z] v0.1.131 [2021-01-21T15:32:01.500Z] v0.1.132 [2021-01-21T15:32:01.500Z] v0.1.133 [2021-01-21T15:32:01.500Z] v0.1.134 [2021-01-21T15:32:01.500Z] v0.1.135 [2021-01-21T15:32:01.500Z] v0.1.136 [2021-01-21T15:32:01.500Z] v0.1.137 [2021-01-21T15:32:01.500Z] v0.1.138 [2021-01-21T15:32:01.500Z] v0.1.139 [2021-01-21T15:32:01.500Z] v0.1.14 [2021-01-21T15:32:01.500Z] v0.1.140 [2021-01-21T15:32:01.500Z] v0.1.141 [2021-01-21T15:32:01.500Z] v0.1.142 [2021-01-21T15:32:01.500Z] v0.1.143 [2021-01-21T15:32:01.500Z] v0.1.144 [2021-01-21T15:32:01.500Z] v0.1.145 [2021-01-21T15:32:01.500Z] v0.1.146 [2021-01-21T15:32:01.500Z] v0.1.147 [2021-01-21T15:32:01.500Z] v0.1.148 [2021-01-21T15:32:01.500Z] v0.1.149 [2021-01-21T15:32:01.500Z] v0.1.15 [2021-01-21T15:32:01.500Z] v0.1.16 [2021-01-21T15:32:01.500Z] v0.1.17 [2021-01-21T15:32:01.500Z] v0.1.18 [2021-01-21T15:32:01.500Z] v0.1.19 [2021-01-21T15:32:01.500Z] v0.1.2 [2021-01-21T15:32:01.500Z] v0.1.20 [2021-01-21T15:32:01.500Z] v0.1.21 [2021-01-21T15:32:01.500Z] v0.1.22 [2021-01-21T15:32:01.500Z] v0.1.23 [2021-01-21T15:32:01.500Z] v0.1.24 [2021-01-21T15:32:01.500Z] v0.1.25 [2021-01-21T15:32:01.500Z] v0.1.26 [2021-01-21T15:32:01.500Z] v0.1.27 [2021-01-21T15:32:01.500Z] v0.1.28 [2021-01-21T15:32:01.500Z] v0.1.29 [2021-01-21T15:32:01.500Z] v0.1.3 [2021-01-21T15:32:01.500Z] v0.1.30 [2021-01-21T15:32:01.500Z] v0.1.31 [2021-01-21T15:32:01.500Z] v0.1.32 [2021-01-21T15:32:01.500Z] v0.1.33 [2021-01-21T15:32:01.500Z] v0.1.34 [2021-01-21T15:32:01.500Z] v0.1.35 [2021-01-21T15:32:01.500Z] v0.1.36 [2021-01-21T15:32:01.500Z] v0.1.37 [2021-01-21T15:32:01.500Z] v0.1.38 [2021-01-21T15:32:01.500Z] v0.1.39 [2021-01-21T15:32:01.500Z] v0.1.4 [2021-01-21T15:32:01.500Z] v0.1.40 [2021-01-21T15:32:01.500Z] v0.1.41 [2021-01-21T15:32:01.500Z] v0.1.42 [2021-01-21T15:32:01.500Z] v0.1.43 [2021-01-21T15:32:01.500Z] v0.1.44 [2021-01-21T15:32:01.500Z] v0.1.45 [2021-01-21T15:32:01.500Z] v0.1.46 [2021-01-21T15:32:01.500Z] v0.1.47 [2021-01-21T15:32:01.500Z] v0.1.48 [2021-01-21T15:32:01.500Z] v0.1.49 [2021-01-21T15:32:01.500Z] v0.1.5 [2021-01-21T15:32:01.500Z] v0.1.50 [2021-01-21T15:32:01.500Z] v0.1.51 [2021-01-21T15:32:01.500Z] v0.1.52 [2021-01-21T15:32:01.500Z] v0.1.53 [2021-01-21T15:32:01.500Z] v0.1.54 [2021-01-21T15:32:01.500Z] v0.1.55 [2021-01-21T15:32:01.500Z] v0.1.56 [2021-01-21T15:32:01.500Z] v0.1.57 [2021-01-21T15:32:01.500Z] v0.1.58 [2021-01-21T15:32:01.500Z] v0.1.59 [2021-01-21T15:32:01.500Z] v0.1.6 [2021-01-21T15:32:01.500Z] v0.1.60 [2021-01-21T15:32:01.500Z] v0.1.61 [2021-01-21T15:32:01.500Z] v0.1.62 [2021-01-21T15:32:01.500Z] v0.1.63 [2021-01-21T15:32:01.500Z] v0.1.64 [2021-01-21T15:32:01.500Z] v0.1.65 [2021-01-21T15:32:01.500Z] v0.1.66 [2021-01-21T15:32:01.500Z] v0.1.67 [2021-01-21T15:32:01.500Z] v0.1.68 [2021-01-21T15:32:01.500Z] v0.1.69 [2021-01-21T15:32:01.500Z] v0.1.7 [2021-01-21T15:32:01.500Z] v0.1.70 [2021-01-21T15:32:01.500Z] v0.1.71 [2021-01-21T15:32:01.500Z] v0.1.72 [2021-01-21T15:32:01.500Z] v0.1.73 [2021-01-21T15:32:01.500Z] v0.1.74 [2021-01-21T15:32:01.500Z] v0.1.75 [2021-01-21T15:32:01.500Z] v0.1.76 [2021-01-21T15:32:01.500Z] v0.1.77 [2021-01-21T15:32:01.500Z] v0.1.78 [2021-01-21T15:32:01.500Z] v0.1.79 [2021-01-21T15:32:01.500Z] v0.1.8 [2021-01-21T15:32:01.500Z] v0.1.80 [2021-01-21T15:32:01.500Z] v0.1.81 [2021-01-21T15:32:01.500Z] v0.1.82 [2021-01-21T15:32:01.500Z] v0.1.83 [2021-01-21T15:32:01.500Z] v0.1.84 [2021-01-21T15:32:01.500Z] v0.1.85 [2021-01-21T15:32:01.500Z] v0.1.86 [2021-01-21T15:32:01.500Z] v0.1.87 [2021-01-21T15:32:01.500Z] v0.1.88 [2021-01-21T15:32:01.500Z] v0.1.89 [2021-01-21T15:32:01.500Z] v0.1.9 [2021-01-21T15:32:01.500Z] v0.1.90 [2021-01-21T15:32:01.500Z] v0.1.91 [2021-01-21T15:32:01.500Z] v0.1.92 [2021-01-21T15:32:01.500Z] v0.1.93 [2021-01-21T15:32:01.500Z] v0.1.94 [2021-01-21T15:32:01.500Z] v0.1.95 [2021-01-21T15:32:01.500Z] v0.1.96 [2021-01-21T15:32:01.500Z] v0.1.97 [2021-01-21T15:32:01.500Z] v0.1.98 [2021-01-21T15:32:01.500Z] v0.1.99 [2021-01-21T15:32:01.500Z] v2.0.0-dev.1 [2021-01-21T15:32:01.500Z] v2.0.0-dev.2 [2021-01-21T15:32:01.500Z] v2.0.0-dev.3 [2021-01-21T15:32:01.500Z] v2.0.0-dev.4 [Pipeline] sh [2021-01-21T15:32:01.954Z] + lftools sign git-tag v2.0.0-dev.4 [2021-01-21T15:32:02.943Z] Signing Git tag with Sigul... [2021-01-21T15:32:02.943Z] Signing v2.0.0-dev.4 [Pipeline] echo [2021-01-21T15:32:03.911Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:32:04.207Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-21T15:32:04.216Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-21T15:32:04.311Z] $ docker stop --time=1 929f4743a84a6087db952924885572bf545ff9c265e49e62b071e652fbf14d3d [2021-01-21T15:32:06.035Z] $ docker rm -f 929f4743a84a6087db952924885572bf545ff9c265e49e62b071e652fbf14d3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:06.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:32:06.994Z] . [Pipeline] withDockerContainer [2021-01-21T15:32:07.086Z] prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container [2021-01-21T15:32:07.129Z] $ 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-21T15:32:07.760Z] $ docker top 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:32:08.073Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:32:08.073Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:32:08.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:32:08.257Z] $ docker exec 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 ssh-agent [2021-01-21T15:32:08.422Z] SSH_AUTH_SOCK=/tmp/ssh-vMENFa14Xu2b/agent.11 [2021-01-21T15:32:08.422Z] SSH_AGENT_PID=17 [2021-01-21T15:32:08.428Z] Running ssh-add (command line suppressed) [2021-01-21T15:32:08.554Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4032500845298776527.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4032500845298776527.key) [2021-01-21T15:32:08.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:32:08.940Z] + git semver bump pre [2021-01-21T15:32:08.940Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:32:08.940Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-21T15:32:08.940Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-21T15:32:08.940Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:32:08.940Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:32:08.940Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:32:08.940Z] # $SEMVER_BRANCH = master [2021-01-21T15:32:08.940Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-21T15:32:08.940Z] 2.0.0-dev.5 [Pipeline] } [2021-01-21T15:32:08.953Z] $ docker exec --env ******** --env ******** 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 ssh-agent -k [2021-01-21T15:32:09.062Z] unset SSH_AUTH_SOCK; [2021-01-21T15:32:09.062Z] unset SSH_AGENT_PID; [2021-01-21T15:32:09.062Z] echo Agent pid 17 killed; [2021-01-21T15:32:09.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:32:09.590Z] + git semver [Pipeline] } [2021-01-21T15:32:09.607Z] $ docker stop --time=1 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 [2021-01-21T15:32:10.973Z] $ docker rm -f 36da6724d66fb55364151da620b73351c9527105f84f54ef9a24d1cf5d8f3c82 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:11.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:32:11.475Z] . [Pipeline] withDockerContainer [2021-01-21T15:32:11.572Z] prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container [2021-01-21T15:32:11.616Z] $ 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-21T15:32:12.187Z] $ docker top f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:32:12.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:32:12.466Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:32:12.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:32:12.638Z] $ docker exec f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 ssh-agent [2021-01-21T15:32:12.800Z] SSH_AUTH_SOCK=/tmp/ssh-vNyFBZVzyS2e/agent.11 [2021-01-21T15:32:12.800Z] SSH_AGENT_PID=16 [2021-01-21T15:32:12.806Z] Running ssh-add (command line suppressed) [2021-01-21T15:32:12.931Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4209591859345533009.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4209591859345533009.key) [2021-01-21T15:32:12.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:32:13.318Z] + git semver push [2021-01-21T15:32:13.319Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:32:13.319Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-21T15:32:13.319Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-21T15:32:13.319Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:32:13.319Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:32:13.319Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:32:13.319Z] # $SEMVER_BRANCH = master [2021-01-21T15:32:13.319Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-21T15:32:21.485Z] $ docker exec --env ******** --env ******** f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 ssh-agent -k [2021-01-21T15:32:21.616Z] unset SSH_AUTH_SOCK; [2021-01-21T15:32:21.617Z] unset SSH_AGENT_PID; [2021-01-21T15:32:21.617Z] echo Agent pid 16 killed; [2021-01-21T15:32:21.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:32:22.204Z] + git semver [Pipeline] } [2021-01-21T15:32:22.222Z] $ docker stop --time=1 f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 [2021-01-21T15:32:23.562Z] $ docker rm -f f7e541f57bf181154d3eeb19abc9097323627075dfbf62ffbebbacb172bc1131 [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-21T15:32:24.928Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:32:25.494Z] ---> package-listing.sh [2021-01-21T15:32:25.494Z] ++ facter osfamily [2021-01-21T15:32:25.494Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T15:32:25.494Z] + OS_FAMILY=redhat [2021-01-21T15:32:25.494Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-01-21T15:32:25.494Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T15:32:25.494Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T15:32:25.494Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T15:32:25.494Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T15:32:25.494Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-21T15:32:25.494Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T15:32:25.494Z] + case "${OS_FAMILY}" in [2021-01-21T15:32:25.494Z] + rpm -qa [2021-01-21T15:32:25.494Z] + sort [2021-01-21T15:32:30.787Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T15:32:30.787Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T15:32:30.787Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T15:32:30.787Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-21T15:32:30.787Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-01-21T15:32:30.787Z] + 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-21T15:32:30.801Z] 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-21T15:32:31.089Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:31.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:32:31.402Z] [2021-01-21T15:32:31.402Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:31.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:32:31.751Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T15:32:31.751Z] df20fa9351a1: Pulling fs layer [2021-01-21T15:32:31.751Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T15:32:31.751Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T15:32:31.751Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T15:32:31.751Z] 93b61091891f: Pulling fs layer [2021-01-21T15:32:31.751Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T15:32:31.751Z] 5e14af77c1be: Pulling fs layer [2021-01-21T15:32:31.751Z] 01666e4c0597: Pulling fs layer [2021-01-21T15:32:31.751Z] aa168da1d23b: Pulling fs layer [2021-01-21T15:32:31.751Z] 46f8f816bc3b: Waiting [2021-01-21T15:32:31.751Z] 93b61091891f: Waiting [2021-01-21T15:32:31.751Z] 93b9cdb0e59b: Waiting [2021-01-21T15:32:31.751Z] 5e14af77c1be: Waiting [2021-01-21T15:32:31.751Z] 01666e4c0597: Waiting [2021-01-21T15:32:31.751Z] aa168da1d23b: Waiting [2021-01-21T15:32:31.751Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T15:32:31.751Z] 36b3adc4ff6f: Download complete [2021-01-21T15:32:31.751Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T15:32:31.752Z] 46f8f816bc3b: Download complete [2021-01-21T15:32:31.752Z] df20fa9351a1: Verifying Checksum [2021-01-21T15:32:31.752Z] df20fa9351a1: Download complete [2021-01-21T15:32:32.015Z] 93b61091891f: Verifying Checksum [2021-01-21T15:32:32.015Z] 93b61091891f: Download complete [2021-01-21T15:32:32.015Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T15:32:32.015Z] 93b9cdb0e59b: Download complete [2021-01-21T15:32:32.015Z] 5e14af77c1be: Verifying Checksum [2021-01-21T15:32:32.015Z] 5e14af77c1be: Download complete [2021-01-21T15:32:32.015Z] 01666e4c0597: Verifying Checksum [2021-01-21T15:32:32.015Z] 01666e4c0597: Download complete [2021-01-21T15:32:32.276Z] df20fa9351a1: Pull complete [2021-01-21T15:32:32.538Z] 36b3adc4ff6f: Pull complete [2021-01-21T15:32:32.538Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T15:32:32.538Z] 8ad3a11d3b57: Download complete [2021-01-21T15:32:33.930Z] 8ad3a11d3b57: Pull complete [2021-01-21T15:32:34.193Z] aa168da1d23b: Verifying Checksum [2021-01-21T15:32:34.193Z] aa168da1d23b: Download complete [2021-01-21T15:32:34.463Z] 46f8f816bc3b: Pull complete [2021-01-21T15:32:34.725Z] 93b61091891f: Pull complete [2021-01-21T15:32:34.987Z] 93b9cdb0e59b: Pull complete [2021-01-21T15:32:34.987Z] 5e14af77c1be: Pull complete [2021-01-21T15:32:35.254Z] 01666e4c0597: Pull complete [2021-01-21T15:32:41.866Z] aa168da1d23b: Pull complete [2021-01-21T15:32:41.866Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T15:32:41.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:32:41.866Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T15:32:42.040Z] prd-centos7-docker-4c-2g-21960 does not seem to be running inside a container [2021-01-21T15:32:42.093Z] $ 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-21T15:32:45.114Z] $ docker top 17819f7423c3aedf999a3ba6a55cd59607cc2f7026efbf20ace6d2db3e608e77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:32:45.586Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T15:32:45.890Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T15:32:46.384Z] + ls /var/log/sa-host [2021-01-21T15:32:46.384Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T15:32:46.384Z] file_magic: OK [2021-01-21T15:32:46.384Z] HZ: Using current value: 100 [2021-01-21T15:32:46.384Z] file_header: OK [2021-01-21T15:32:46.384Z] 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-21T15:32:46.384Z] Statistics: [2021-01-21T15:32:46.384Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T15:32:46.384Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T15:32:46.384Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T15:32:46.384Z] file_magic: OK [2021-01-21T15:32:46.384Z] HZ: Using current value: 100 [2021-01-21T15:32:46.384Z] file_header: OK [2021-01-21T15:32:46.384Z] 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-21T15:32:46.384Z] Statistics: [2021-01-21T15:32:46.384Z] Hnuu...uuuununununu... [2021-01-21T15:32:46.384Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:32:46.628Z] provisioning config files... [2021-01-21T15:32:46.652Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config8143433507271746514tmp [Pipeline] { [Pipeline] echo [2021-01-21T15:32:46.718Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:32:47.020Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T15:32:47.029Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T15:32:47.116Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:32:47.408Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T15:32:47.418Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:32:47.709Z] ---> sudo-logs.sh [2021-01-21T15:32:47.709Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T15:32:47.718Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:32:48.008Z] ---> job-cost.sh [2021-01-21T15:32:48.008Z] lf-activate-venv: SKIPPING [2021-01-21T15:32:48.008Z] INFO: No Stack... [2021-01-21T15:32:48.956Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T15:32:49.218Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T15:32:49.232Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:32:49.529Z] ---> logs-deploy.sh [2021-01-21T15:32:49.529Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/122 [2021-01-21T15:32:49.529Z] INFO: archiving workspace using pattern(s): [2021-01-21T15:32:50.916Z] Archives upload complete. [2021-01-21T15:32:51.178Z] INFO: archiving logs to Nexus