Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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: patch 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19053 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 d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 # timeout=10 Commit message: "Merge pull request #420 from judehung/issue-408" > git rev-list --no-walk a33175d4a31c35429373b31af8141e0c829deb9a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-08T05:51:08.147Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-08T05:51:08.457Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-08T05:51:08.567Z] ========================================================= [2021-01-08T05:51:08.567Z] EdgeX Global Pipelines Version Info [2021-01-08T05:51:08.567Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:51:10.026Z] ------------------- [2021-01-08T05:51:10.026Z] stable info: [2021-01-08T05:51:10.026Z] ------------------- [2021-01-08T05:51:10.026Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-08T05:51:10.026Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T05:51:10.026Z] Message: update stable to v1.0.173 [2021-01-08T05:51:10.975Z] ------------------- [2021-01-08T05:51:10.975Z] experimental info: [2021-01-08T05:51:10.975Z] ------------------- [2021-01-08T05:51:10.975Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-08T05:51:10.975Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T05:51:10.975Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-08T05:51:11.286Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-08T05:51:11.389Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-08T05:51:11.491Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-08T05:51:11.598Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-08T05:51:11.707Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-08T05:51:11.812Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-08T05:51:11.940Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-08T05:51:12.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-08T05:51:12.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-08T05:51:12.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-08T05:51:12.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-08T05:51:12.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-08T05:51:12.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-08T05:51:12.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-08T05:51:12.764Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T05:51:12.875Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T05:51:12.966Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T05:51:13.112Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-08T05:51:13.223Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2021-01-08T05:51:13.317Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-08T05:51:13.422Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-08T05:51:13.515Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-08T05:51:13.604Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-08T05:51:13.696Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-08T05:51:13.784Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-08T05:51:13.875Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-08T05:51:13.969Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-08T05:51:14.060Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-08T05:51:14.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-08T05:51:14.289Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-08T05:51:14.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] echo [2021-01-08T05:51:14.497Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1d2b1a [Pipeline] echo [2021-01-08T05:51:14.589Z] [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-08T05:51:15.339Z] + git log --format=format:%s -1 d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] echo [2021-01-08T05:51:15.417Z] GIT_COMMIT: d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8, Commit Message: Merge pull request #420 from judehung/issue-408 [Pipeline] echo [2021-01-08T05:51:15.463Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:51:16.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T05:51:16.737Z] [2021-01-08T05:51:16.737Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:51:17.092Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T05:51:17.093Z] latest: Pulling from edgex-devops/git-semver [2021-01-08T05:51:17.093Z] 31603596830f: Pulling fs layer [2021-01-08T05:51:17.093Z] 2a8b12db71e7: Pulling fs layer [2021-01-08T05:51:17.093Z] 6ca5941a6612: Pulling fs layer [2021-01-08T05:51:17.093Z] ecc8261a40a4: Pulling fs layer [2021-01-08T05:51:17.093Z] ecc8261a40a4: Waiting [2021-01-08T05:51:17.366Z] 2a8b12db71e7: Verifying Checksum [2021-01-08T05:51:17.366Z] 2a8b12db71e7: Download complete [2021-01-08T05:51:17.366Z] 31603596830f: Verifying Checksum [2021-01-08T05:51:17.366Z] 31603596830f: Download complete [2021-01-08T05:51:17.366Z] ecc8261a40a4: Verifying Checksum [2021-01-08T05:51:17.366Z] ecc8261a40a4: Download complete [2021-01-08T05:51:17.629Z] 6ca5941a6612: Verifying Checksum [2021-01-08T05:51:17.629Z] 6ca5941a6612: Download complete [2021-01-08T05:51:17.629Z] 31603596830f: Pull complete [2021-01-08T05:51:17.892Z] 2a8b12db71e7: Pull complete [2021-01-08T05:51:18.846Z] 6ca5941a6612: Pull complete [2021-01-08T05:51:18.846Z] ecc8261a40a4: Pull complete [2021-01-08T05:51:18.846Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-08T05:51:18.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T05:51:18.846Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-08T05:51:18.955Z] prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container [2021-01-08T05:51:19.001Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T05:51:20.964Z] $ docker top d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T05:51:21.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T05:51:21.273Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T05:51:21.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T05:51:21.495Z] $ docker exec d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent [2021-01-08T05:51:21.666Z] SSH_AUTH_SOCK=/tmp/ssh-WJhRrLZ15I1G/agent.11 [2021-01-08T05:51:21.666Z] SSH_AGENT_PID=16 [2021-01-08T05:51:21.676Z] Running ssh-add (command line suppressed) [2021-01-08T05:51:21.794Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5749630167053737395.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5749630167053737395.key) [2021-01-08T05:51:21.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T05:51:22.186Z] + git tag --points-at HEAD [Pipeline] } [2021-01-08T05:51:22.206Z] $ docker exec --env ******** --env ******** d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent -k [2021-01-08T05:51:22.320Z] unset SSH_AUTH_SOCK; [2021-01-08T05:51:22.320Z] unset SSH_AGENT_PID; [2021-01-08T05:51:22.320Z] echo Agent pid 16 killed; [2021-01-08T05:51:22.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-08T05:51:22.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T05:51:22.513Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T05:51:22.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T05:51:22.763Z] $ docker exec d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent [2021-01-08T05:51:22.926Z] SSH_AUTH_SOCK=/tmp/ssh-KHDfsEHJ04Rl/agent.46 [2021-01-08T05:51:22.926Z] SSH_AGENT_PID=51 [2021-01-08T05:51:22.933Z] Running ssh-add (command line suppressed) [2021-01-08T05:51:23.059Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9065122507546810629.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_9065122507546810629.key) [2021-01-08T05:51:23.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T05:51:23.462Z] + git semver init [2021-01-08T05:51:23.462Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T05:51:23.462Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-08T05:51:23.462Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-08T05:51:23.462Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T05:51:23.462Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T05:51:23.462Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T05:51:23.462Z] # $SEMVER_BRANCH = master [2021-01-08T05:51:23.462Z] # $SEMVER_TEMP = /tmp/semver-671383515 [2021-01-08T05:51:23.462Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-08T05:51:24.415Z] # '/tmp/semver-671383515' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2021-01-08T05:51:24.415Z] # -> Force: false [2021-01-08T05:51:24.415Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-08T05:51:24.426Z] $ docker exec --env ******** --env ******** d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 ssh-agent -k [2021-01-08T05:51:24.540Z] unset SSH_AUTH_SOCK; [2021-01-08T05:51:24.541Z] unset SSH_AGENT_PID; [2021-01-08T05:51:24.541Z] echo Agent pid 51 killed; [2021-01-08T05:51:24.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T05:51:25.054Z] + git semver [Pipeline] } [2021-01-08T05:51:25.070Z] $ docker stop --time=1 d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 [2021-01-08T05:51:26.994Z] $ docker rm -f d17c49b7e50555702c0967f0eb69d2be238dadcc65123985499a231e0e292f96 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T05:51:27.497Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-08T05:51:27.877Z] Stashed 1 file(s) [Pipeline] echo [2021-01-08T05:51:27.880Z] [edgeXSemver]: initialized semver on version 0.1.140 [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-08T05:51:43.436Z] Still waiting to schedule task [2021-01-08T05:51:43.436Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-08T05:51:43.438Z] Still waiting to schedule task [2021-01-08T05:51:43.439Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-08T05:53:15.246Z] Running on prd-centos7-docker-4c-2g-19056 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-08T05:53:15.307Z] Running in /w/workspace/go-mod-core-contracts/109 [Pipeline] { [Pipeline] checkout [2021-01-08T05:53:17.984Z] using credential edgex-jenkins-ssh [2021-01-08T05:53:18.109Z] Cloning the remote Git repository [2021-01-08T05:53:18.012Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-08T05:53:18.089Z] > git init /w/workspace/go-mod-core-contracts/109 # timeout=10 [2021-01-08T05:53:18.159Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-08T05:53:18.159Z] > git --version # timeout=10 [2021-01-08T05:53:18.167Z] > git --version # 'git version 2.24.3' [2021-01-08T05:53:18.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T05:53:18.197Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T05:53:19.498Z] Checking out Revision d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 (master) [2021-01-08T05:53:18.959Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-08T05:53:18.969Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T05:53:18.983Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-08T05:53:18.998Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-08T05:53:18.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T05:53:19.003Z] > 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-08T05:53:19.430Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T05:53:19.436Z] > git checkout -f d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 # timeout=10 [2021-01-08T05:53:21.476Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19055 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2021-01-08T05:53:21.533Z] Running in /w/workspace/go-mod-core-contracts/109 [Pipeline] { [Pipeline] checkout [2021-01-08T05:53:23.236Z] Commit message: "Merge pull request #420 from judehung/issue-408" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T05:53:24.577Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-08T05:53:24.922Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T05:53:25.233Z] + sudo service docker restart [2021-01-08T05:53:25.233Z] + true [2021-01-08T05:53:25.233Z] Redirecting to /bin/systemctl restart docker.service [2021-01-08T05:53:26.453Z] using credential edgex-jenkins-ssh [2021-01-08T05:53:26.557Z] Cloning the remote Git repository [Pipeline] unstash [2021-01-08T05:53:26.620Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [Pipeline] echo [2021-01-08T05:53:26.816Z] ========================================================= [2021-01-08T05:53:26.816Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-08T05:53:26.816Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:53:27.171Z] + 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-08T05:53:27.752Z] Sending build context to Docker daemon 2.118MB [2021-01-08T05:53:27.752Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-08T05:53:27.752Z] Step 2/7 : FROM ${BASE} [2021-01-08T05:53:27.752Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-08T05:53:27.752Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T05:53:27.752Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T05:53:27.752Z] de9db76c5a1d: Pulling fs layer [2021-01-08T05:53:27.752Z] bca2f99d35d6: Pulling fs layer [2021-01-08T05:53:27.752Z] 93359f2a8cfa: Pulling fs layer [2021-01-08T05:53:27.752Z] 7c6f9722023f: Pulling fs layer [2021-01-08T05:53:27.753Z] a35cf1a2eb13: Pulling fs layer [2021-01-08T05:53:27.753Z] 93359f2a8cfa: Waiting [2021-01-08T05:53:27.753Z] 7c6f9722023f: Waiting [2021-01-08T05:53:27.753Z] a35cf1a2eb13: Waiting [2021-01-08T05:53:27.753Z] bca2f99d35d6: Waiting [2021-01-08T05:53:27.753Z] de9db76c5a1d: Verifying Checksum [2021-01-08T05:53:27.753Z] de9db76c5a1d: Download complete [2021-01-08T05:53:27.753Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T05:53:27.753Z] 0ef7d3d256c8: Download complete [2021-01-08T05:53:27.753Z] 93359f2a8cfa: Verifying Checksum [2021-01-08T05:53:27.753Z] 93359f2a8cfa: Download complete [2021-01-08T05:53:27.753Z] 7c6f9722023f: Verifying Checksum [2021-01-08T05:53:27.753Z] 7c6f9722023f: Download complete [2021-01-08T05:53:27.753Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T05:53:27.753Z] 188c0c94c7c5: Download complete [2021-01-08T05:53:26.755Z] > git init /w/workspace/go-mod-core-contracts/109 # timeout=10 [2021-01-08T05:53:26.827Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-08T05:53:26.828Z] > git --version # timeout=10 [2021-01-08T05:53:26.844Z] > git --version # 'git version 2.17.1' [2021-01-08T05:53:26.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T05:53:26.922Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T05:53:28.330Z] 188c0c94c7c5: Pull complete [2021-01-08T05:53:28.331Z] 0ef7d3d256c8: Pull complete [2021-01-08T05:53:28.593Z] de9db76c5a1d: Pull complete [2021-01-08T05:53:28.640Z] Checking out Revision d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 (master) [2021-01-08T05:53:27.914Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-08T05:53:27.943Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T05:53:27.978Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-08T05:53:28.021Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-08T05:53:28.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T05:53:28.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T05:53:28.660Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T05:53:28.683Z] > git checkout -f d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 # timeout=10 [2021-01-08T05:53:30.521Z] a35cf1a2eb13: Verifying Checksum [2021-01-08T05:53:30.522Z] a35cf1a2eb13: Download complete [2021-01-08T05:53:30.783Z] bca2f99d35d6: Verifying Checksum [2021-01-08T05:53:30.783Z] bca2f99d35d6: Download complete [2021-01-08T05:53:33.197Z] Commit message: "Merge pull request #420 from judehung/issue-408" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T05:53:34.758Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-08T05:53:35.182Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T05:53:35.526Z] + sudo service docker restart [2021-01-08T05:53:35.526Z] + true [2021-01-08T05:53:37.418Z] bca2f99d35d6: Pull complete [2021-01-08T05:53:37.418Z] 93359f2a8cfa: Pull complete [2021-01-08T05:53:37.418Z] 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo [2021-01-08T05:53:38.473Z] ========================================================= [2021-01-08T05:53:38.473Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-08T05:53:38.473Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:53:38.893Z] + 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-08T05:53:39.890Z] Sending build context to Docker daemon 2.117MB [2021-01-08T05:53:39.890Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-08T05:53:39.890Z] Step 2/7 : FROM ${BASE} [2021-01-08T05:53:40.169Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-08T05:53:40.169Z] 5f621e34cdf4: Pulling fs layer [2021-01-08T05:53:40.169Z] a4357932f1b6: Pulling fs layer [2021-01-08T05:53:40.169Z] 18c013af1878: Pulling fs layer [2021-01-08T05:53:40.169Z] 00ac8860ef70: Pulling fs layer [2021-01-08T05:53:40.169Z] 63d7cb157983: Pulling fs layer [2021-01-08T05:53:40.169Z] b116817d02f9: Pulling fs layer [2021-01-08T05:53:40.169Z] 745a02a5169b: Pulling fs layer [2021-01-08T05:53:40.169Z] 00ac8860ef70: Waiting [2021-01-08T05:53:40.169Z] b116817d02f9: Waiting [2021-01-08T05:53:40.169Z] 745a02a5169b: Waiting [2021-01-08T05:53:40.169Z] 63d7cb157983: Waiting [2021-01-08T05:53:40.169Z] 18c013af1878: Download complete [2021-01-08T05:53:40.169Z] a4357932f1b6: Verifying Checksum [2021-01-08T05:53:40.169Z] a4357932f1b6: Download complete [2021-01-08T05:53:40.445Z] 63d7cb157983: Verifying Checksum [2021-01-08T05:53:40.445Z] 63d7cb157983: Download complete [2021-01-08T05:53:40.445Z] b116817d02f9: Download complete [2021-01-08T05:53:40.445Z] 5f621e34cdf4: Verifying Checksum [2021-01-08T05:53:40.445Z] 5f621e34cdf4: Download complete [2021-01-08T05:53:41.046Z] 5f621e34cdf4: Pull complete [2021-01-08T05:53:42.034Z] a4357932f1b6: Pull complete [2021-01-08T05:53:42.309Z] 18c013af1878: Pull complete [2021-01-08T05:53:42.309Z] 745a02a5169b: Verifying Checksum [2021-01-08T05:53:42.309Z] 745a02a5169b: Download complete [2021-01-08T05:53:43.847Z] 00ac8860ef70: Verifying Checksum [2021-01-08T05:53:43.847Z] 00ac8860ef70: Download complete [2021-01-08T05:53:44.108Z] a35cf1a2eb13: Pull complete [2021-01-08T05:53:44.108Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-08T05:53:44.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-08T05:53:44.108Z] ---> a62c8e92a672 [2021-01-08T05:53:44.108Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T05:53:44.108Z] ---> Running in 4a07316a3a54 [2021-01-08T05:53:44.108Z] Removing intermediate container 4a07316a3a54 [2021-01-08T05:53:44.108Z] ---> a60e0ab874ec [2021-01-08T05:53:44.108Z] Step 4/7 : RUN apk add bash [2021-01-08T05:53:44.108Z] ---> Running in 6629c27f2bce [2021-01-08T05:53:45.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T05:53:46.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T05:53:46.598Z] OK: 166 MiB in 39 packages [2021-01-08T05:53:47.175Z] Removing intermediate container 6629c27f2bce [2021-01-08T05:53:47.175Z] ---> 06c5d1928127 [2021-01-08T05:53:47.175Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-08T05:53:47.175Z] ---> Running in 6a8893c191c0 [2021-01-08T05:53:47.439Z] Removing intermediate container 6a8893c191c0 [2021-01-08T05:53:47.439Z] ---> ccc177c78011 [2021-01-08T05:53:47.439Z] Step 6/7 : COPY go.mod . [2021-01-08T05:53:47.702Z] ---> 67c2370f877b [2021-01-08T05:53:47.702Z] Step 7/7 : RUN go mod download [2021-01-08T05:53:47.702Z] ---> Running in 988db7b45f1a [2021-01-08T05:53:54.019Z] 00ac8860ef70: Pull complete [2021-01-08T05:53:54.019Z] 63d7cb157983: Pull complete [2021-01-08T05:53:54.614Z] b116817d02f9: Pull complete [2021-01-08T05:53:58.941Z] 745a02a5169b: Pull complete [2021-01-08T05:53:58.941Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-08T05:53:58.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-08T05:53:58.941Z] ---> b7e6874047d6 [2021-01-08T05:53:58.941Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-08T05:54:00.009Z] Removing intermediate container 988db7b45f1a [2021-01-08T05:54:00.009Z] ---> 0fae4ea5cd10 [2021-01-08T05:54:00.009Z] Successfully built 0fae4ea5cd10 [2021-01-08T05:54:00.009Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:54:00.336Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T05:54:00.336Z] . [Pipeline] withDockerContainer [2021-01-08T05:54:00.456Z] prd-centos7-docker-4c-2g-19056 does not seem to be running inside a container [2021-01-08T05:54:00.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@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 ******** ci-base-image-x86_64 cat [2021-01-08T05:54:01.347Z] $ docker top bacb5c2098d58d451d782d9c2b247bd7621c7597797264409f5374fa9bd0199e -eo pid,comm [Pipeline] { [2021-01-08T05:54:01.554Z] ---> Running in 6ca873cca11f [2021-01-08T05:54:01.554Z] Removing intermediate container 6ca873cca11f [2021-01-08T05:54:01.554Z] ---> 89e3cf3ab00e [2021-01-08T05:54:01.554Z] Step 4/7 : RUN apk add bash [Pipeline] sh [2021-01-08T05:54:01.825Z] ---> Running in afef7db03e53 [2021-01-08T05:54:01.847Z] + go version [2021-01-08T05:54:01.847Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-08T05:54:01.991Z] $ docker stop --time=1 bacb5c2098d58d451d782d9c2b247bd7621c7597797264409f5374fa9bd0199e [2021-01-08T05:54:03.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T05:54:03.390Z] $ docker rm -f bacb5c2098d58d451d782d9c2b247bd7621c7597797264409f5374fa9bd0199e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-01-08T05:54:03.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:54:04.169Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T05:54:04.169Z] . [Pipeline] withDockerContainer [2021-01-08T05:54:04.266Z] prd-centos7-docker-4c-2g-19056 does not seem to be running inside a container [2021-01-08T05:54:04.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@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 ******** ci-base-image-x86_64 cat [2021-01-08T05:54:04.828Z] OK: 142 MiB in 39 packages [2021-01-08T05:54:04.963Z] $ docker top c74255a782e8b2fb35b1218eb8fe9d9ed38e1434a7f24f49033f09afedac89c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T05:54:05.479Z] + make test [2021-01-08T05:54:05.479Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-08T05:54:05.822Z] Removing intermediate container afef7db03e53 [2021-01-08T05:54:05.822Z] ---> ece1a8840b46 [2021-01-08T05:54:05.823Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-08T05:54:06.096Z] ---> Running in e376131e863c [2021-01-08T05:54:06.689Z] Removing intermediate container e376131e863c [2021-01-08T05:54:06.689Z] ---> 83cdcce08ab0 [2021-01-08T05:54:06.689Z] Step 6/7 : COPY go.mod . [2021-01-08T05:54:07.281Z] ---> 43e3421e70a4 [2021-01-08T05:54:07.281Z] Step 7/7 : RUN go mod download [2021-01-08T05:54:07.555Z] ---> Running in 38453620346d [2021-01-08T05:54:13.713Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-08T05:54:13.713Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements [2021-01-08T05:54:13.713Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.021s coverage: 100.0% of statements [2021-01-08T05:54:13.713Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.024s coverage: 45.4% of statements [2021-01-08T05:54:13.713Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements [2021-01-08T05:54:13.713Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-08T05:54:14.292Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.006s coverage: 26.3% of statements [2021-01-08T05:54:14.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.026s coverage: 14.7% of statements [2021-01-08T05:54:14.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2021-01-08T05:54:14.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.026s coverage: 91.8% of statements [2021-01-08T05:54:14.563Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-08T05:54:14.563Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-08T05:54:14.563Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.017s coverage: 100.0% of statements [2021-01-08T05:54:14.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 47.8% of statements [2021-01-08T05:54:16.793Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.028s coverage: 63.0% of statements [2021-01-08T05:54:16.793Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements [2021-01-08T05:54:16.793Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements [2021-01-08T05:54:16.793Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.049s coverage: 15.4% of statements [2021-01-08T05:54:16.793Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.009s coverage: 14.3% of statements [2021-01-08T05:54:16.793Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-08T05:54:17.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.034s coverage: 84.4% of statements [2021-01-08T05:54:17.768Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-08T05:54:17.768Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-08T05:54:17.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 44.1% of statements [2021-01-08T05:54:17.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 94.4% of statements [2021-01-08T05:54:17.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.047s coverage: 93.2% of statements [2021-01-08T05:54:18.031Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-01-08T05:54:18.031Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-08T05:54:18.031Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-08T05:54:19.978Z] gofmt -l . [2021-01-08T05:54:19.978Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-08T05:54:19.995Z] $ docker stop --time=1 c74255a782e8b2fb35b1218eb8fe9d9ed38e1434a7f24f49033f09afedac89c8 [2021-01-08T05:54:22.398Z] $ docker rm -f c74255a782e8b2fb35b1218eb8fe9d9ed38e1434a7f24f49033f09afedac89c8 [2021-01-08T05:54:22.629Z] Removing intermediate container 38453620346d [2021-01-08T05:54:22.629Z] ---> c14b34522b47 [2021-01-08T05:54:22.629Z] Successfully built c14b34522b47 [2021-01-08T05:54:22.629Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:54:23.035Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T05:54:23.155Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T05:54:23.155Z] . [Pipeline] withDockerContainer [2021-01-08T05:54:23.407Z] prd-ubuntu18.04-docker-arm64-4c-16g-19055 does not seem to be running inside a container [2021-01-08T05:54:23.426Z] Stashed 1 file(s) [2021-01-08T05:54:23.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@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-arm64 cat [2021-01-08T05:54:24.984Z] $ docker top d2f33b74776798935bac5e445083fae0329280a88873df3dba9ef77d3e2d2f6b -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } [2021-01-08T05:54:26.053Z] + go version [2021-01-08T05:54:26.053Z] go version go1.15.5 linux/arm64 [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-01-08T05:54:26.199Z] $ docker stop --time=1 d2f33b74776798935bac5e445083fae0329280a88873df3dba9ef77d3e2d2f6b [2021-01-08T05:54:28.100Z] $ docker rm -f d2f33b74776798935bac5e445083fae0329280a88873df3dba9ef77d3e2d2f6b [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] stage [Pipeline] { (Test) [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:54:29.406Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T05:54:29.406Z] . [Pipeline] withDockerContainer [2021-01-08T05:54:29.663Z] prd-ubuntu18.04-docker-arm64-4c-16g-19055 does not seem to be running inside a container [2021-01-08T05:54:29.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/109 -v /w/workspace/go-mod-core-contracts/109:/w/workspace/go-mod-core-contracts/109:rw,z -v /w/workspace/go-mod-core-contracts/109@tmp:/w/workspace/go-mod-core-contracts/109@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-arm64 cat [2021-01-08T05:54:31.281Z] $ docker top d61bcc14f44d80aa56be7db69f177aa5a1c1c5b1f3014e539b3f34fbc0b33f8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T05:54:32.288Z] + make test [2021-01-08T05:54:32.288Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-08T05:54:55.016Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2021-01-08T05:54:55.016Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.037s coverage: 85.7% of statements [2021-01-08T05:54:55.016Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements [2021-01-08T05:54:57.004Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.051s coverage: 45.4% of statements [2021-01-08T05:54:57.005Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.044s coverage: 77.8% of statements [2021-01-08T05:54:57.005Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2021-01-08T05:54:57.279Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.035s coverage: 26.3% of statements [2021-01-08T05:54:57.879Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.036s coverage: 14.7% of statements [2021-01-08T05:54:58.864Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements [2021-01-08T05:54:59.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.083s coverage: 91.8% of statements [2021-01-08T05:54:59.853Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2021-01-08T05:54:59.853Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2021-01-08T05:54:59.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.022s coverage: 100.0% of statements [2021-01-08T05:54:59.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.063s coverage: 47.8% of statements [2021-01-08T05:55:05.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.138s coverage: 63.0% of statements [2021-01-08T05:55:05.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.010s coverage: 26.3% of statements [2021-01-08T05:55:05.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.017s coverage: 15.4% of statements [2021-01-08T05:55:05.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.041s coverage: 15.4% of statements [2021-01-08T05:55:05.283Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.079s coverage: 14.3% of statements [2021-01-08T05:55:05.283Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2021-01-08T05:55:07.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.131s coverage: 84.4% of statements [2021-01-08T05:55:07.266Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-01-08T05:55:07.266Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-08T05:55:07.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.034s coverage: 44.1% of statements [2021-01-08T05:55:07.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.086s coverage: 94.4% of statements [2021-01-08T05:55:08.728Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.130s coverage: 93.2% of statements [2021-01-08T05:55:08.728Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.030s coverage: 100.0% of statements [2021-01-08T05:55:08.728Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2021-01-08T05:55:08.728Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-08T05:55:14.145Z] gofmt -l . [2021-01-08T05:55:14.145Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-08T05:55:14.449Z] $ docker stop --time=1 d61bcc14f44d80aa56be7db69f177aa5a1c1c5b1f3014e539b3f34fbc0b33f8b [2021-01-08T05:55:16.731Z] $ docker rm -f d61bcc14f44d80aa56be7db69f177aa5a1c1c5b1f3014e539b3f34fbc0b33f8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T05:55:17.561Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-08T05:55:17.581Z] Warning: overwriting stash ‘coverage-report’ [2021-01-08T05:55:18.557Z] 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-08T05:55:20.191Z] provisioning config files... [2021-01-08T05:55:20.206Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4980374863408016260tmp [Pipeline] { [Pipeline] sh [2021-01-08T05:55:20.583Z] + set +x [2021-01-08T05:55:20.583Z] + curl -s https://codecov.io/bash [2021-01-08T05:55:20.583Z] + bash -s -- [2021-01-08T05:55:20.847Z] [2021-01-08T05:55:20.847Z] _____ _ [2021-01-08T05:55:20.847Z] / ____| | | [2021-01-08T05:55:20.847Z] | | ___ __| | ___ ___ _____ __ [2021-01-08T05:55:20.847Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-08T05:55:20.847Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-08T05:55:20.847Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-08T05:55:20.847Z] Bash-20201231-23d4836 [2021-01-08T05:55:20.847Z] [2021-01-08T05:55:20.847Z] [2021-01-08T05:55:20.847Z] ==> git version 2.24.3 found [2021-01-08T05:55:20.847Z] ==> 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-08T05:55:20.847Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-08T05:55:20.847Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-08T05:55:20.847Z] ==> Jenkins CI detected. [2021-01-08T05:55:20.847Z] project root: . [2021-01-08T05:55:20.847Z] --> token set from env [2021-01-08T05:55:20.847Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-08T05:55:20.847Z] ==> Running gcov in . (disable via -X gcov) [2021-01-08T05:55:20.847Z] ==> Python coveragepy not found [2021-01-08T05:55:20.847Z] ==> Searching for coverage reports in: [2021-01-08T05:55:20.847Z] + . [2021-01-08T05:55:20.847Z] -> Found 1 reports [2021-01-08T05:55:20.847Z] ==> Detecting git/mercurial file structure [2021-01-08T05:55:20.847Z] ==> Reading reports [2021-01-08T05:55:21.109Z] + ./coverage.out bytes=119868 [2021-01-08T05:55:21.109Z] ==> Appending adjustments [2021-01-08T05:55:21.109Z] https://docs.codecov.io/docs/fixing-reports [2021-01-08T05:55:21.692Z] + Found adjustments [2021-01-08T05:55:21.692Z] ==> Gzipping contents [2021-01-08T05:55:21.692Z] 20K /tmp/codecov.BjHCA8.gz [2021-01-08T05:55:21.692Z] ==> Uploading reports [2021-01-08T05:55:21.692Z] url: https://codecov.io [2021-01-08T05:55:21.692Z] query: branch=master&commit=d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T05:55:21.692Z] -> Pinging Codecov [2021-01-08T05:55:21.692Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-08T05:55:22.269Z] -> Uploading to [2021-01-08T05:55:22.269Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-08/71470A77251A30514AAF9C0BB2E5B6CE/d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8/a2f7029d-02e7-4299-becb-68289fd9bf62.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T055522Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4c92511569eb57c5367c1c97cb76641cb302bfe1175778945b89764e1ff37048 [2021-01-08T05:55:22.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T05:55:22.269Z] Dload Upload Total Spent Left Speed [2021-01-08T05:55:22.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19112 0 0 100 19112 0 40665 --:--:-- --:--:-- --:--:-- 40663 100 19112 0 0 100 19112 0 40642 --:--:-- --:--:-- --:--:-- 40577 [2021-01-08T05:55:22.844Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] } [2021-01-08T05:55:22.854Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-08T05:55:23.719Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-08T05:55:23.778Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:55:24.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T05:55:24.120Z] [2021-01-08T05:55:24.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:55:24.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T05:55:24.492Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-08T05:55:24.492Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T05:55:24.492Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T05:55:24.492Z] de9db76c5a1d: Pulling fs layer [2021-01-08T05:55:24.492Z] 0eba1c9be4d2: Pulling fs layer [2021-01-08T05:55:24.492Z] 0d57e429df01: Pulling fs layer [2021-01-08T05:55:24.492Z] 4e4be7b47b0d: Pulling fs layer [2021-01-08T05:55:24.492Z] e1f770b5df2f: Pulling fs layer [2021-01-08T05:55:24.492Z] 85a0685a4137: Pulling fs layer [2021-01-08T05:55:24.492Z] 0eba1c9be4d2: Waiting [2021-01-08T05:55:24.492Z] 0d57e429df01: Waiting [2021-01-08T05:55:24.492Z] 85a0685a4137: Waiting [2021-01-08T05:55:24.492Z] 4e4be7b47b0d: Waiting [2021-01-08T05:55:24.492Z] e1f770b5df2f: Waiting [2021-01-08T05:55:24.492Z] de9db76c5a1d: Verifying Checksum [2021-01-08T05:55:24.492Z] de9db76c5a1d: Download complete [2021-01-08T05:55:24.492Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T05:55:24.492Z] 0ef7d3d256c8: Download complete [2021-01-08T05:55:24.492Z] 0d57e429df01: Verifying Checksum [2021-01-08T05:55:24.492Z] 0d57e429df01: Download complete [2021-01-08T05:55:24.492Z] 4e4be7b47b0d: Verifying Checksum [2021-01-08T05:55:24.492Z] 4e4be7b47b0d: Download complete [2021-01-08T05:55:24.492Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T05:55:25.076Z] 188c0c94c7c5: Pull complete [2021-01-08T05:55:25.076Z] 0ef7d3d256c8: Pull complete [2021-01-08T05:55:25.345Z] de9db76c5a1d: Pull complete [2021-01-08T05:55:26.304Z] e1f770b5df2f: Verifying Checksum [2021-01-08T05:55:26.304Z] e1f770b5df2f: Download complete [2021-01-08T05:55:28.262Z] 0eba1c9be4d2: Verifying Checksum [2021-01-08T05:55:28.262Z] 0eba1c9be4d2: Download complete [2021-01-08T05:55:28.530Z] 85a0685a4137: Verifying Checksum [2021-01-08T05:55:28.530Z] 85a0685a4137: Download complete [2021-01-08T05:55:33.854Z] 0eba1c9be4d2: Pull complete [2021-01-08T05:55:33.854Z] 0d57e429df01: Pull complete [2021-01-08T05:55:33.854Z] 4e4be7b47b0d: Pull complete [2021-01-08T05:55:36.428Z] e1f770b5df2f: Pull complete [2021-01-08T05:55:43.089Z] 85a0685a4137: Pull complete [2021-01-08T05:55:43.089Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-08T05:55:43.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-08T05:55:43.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-08T05:55:43.335Z] prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container [2021-01-08T05:55:43.397Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-08T05:55:44.393Z] $ docker top df63e642aa1fa2bf1b0a740bac32bf076a7b8b9804e2fad46bf473ab167cca05 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T05:55:44.618Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-08T05:55:44.919Z] + set -o pipefail [2021-01-08T05:55:44.919Z] + snyk monitor '--org=edgex-jenkins' [2021-01-08T05:55:50.230Z] [2021-01-08T05:55:50.230Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2021-01-08T05:55:50.230Z] [2021-01-08T05:55:50.230Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/27ce729b-98fe-4153-9456-5520793fafe1 [2021-01-08T05:55:50.230Z] [2021-01-08T05:55:50.230Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-08T05:55:50.230Z] [2021-01-08T05:55:50.230Z] [Pipeline] } [2021-01-08T05:55:50.244Z] $ docker stop --time=1 df63e642aa1fa2bf1b0a740bac32bf076a7b8b9804e2fad46bf473ab167cca05 [2021-01-08T05:55:52.471Z] $ docker rm -f df63e642aa1fa2bf1b0a740bac32bf076a7b8b9804e2fad46bf473ab167cca05 [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-08T05:55:54.277Z] + git log --format=format:%s -1 d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:55:54.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T05:55:54.590Z] . [Pipeline] withDockerContainer [2021-01-08T05:55:54.700Z] prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container [2021-01-08T05:55:54.753Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T05:55:55.536Z] $ docker top 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T05:55:55.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T05:55:55.881Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T05:55:56.120Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T05:55:56.124Z] $ docker exec 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa ssh-agent [2021-01-08T05:55:56.303Z] SSH_AUTH_SOCK=/tmp/ssh-PsSI3mg3ZqdS/agent.12 [2021-01-08T05:55:56.303Z] SSH_AGENT_PID=17 [2021-01-08T05:55:56.313Z] Running ssh-add (command line suppressed) [2021-01-08T05:55:56.443Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5870417044947062659.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_5870417044947062659.key) [2021-01-08T05:55:56.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T05:55:56.842Z] + git semver tag [2021-01-08T05:55:56.842Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T05:55:56.842Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-08T05:55:56.842Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-08T05:55:56.842Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T05:55:56.842Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T05:55:56.842Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T05:55:56.842Z] # $SEMVER_BRANCH = master [2021-01-08T05:55:56.842Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-08T05:55:56.842Z] # d1d2b1a8abdb0d7fc20cd6536b8a3fc6bb31f8a8 HEAD [2021-01-08T05:55:57.105Z] # -> Force: false [2021-01-08T05:55:57.105Z] # ab8d6b890aaa4c6537b9eafcfe20828bc2831015 refs/tags/v0.1.140 [Pipeline] } [2021-01-08T05:55:57.119Z] $ docker exec --env ******** --env ******** 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa ssh-agent -k [2021-01-08T05:55:57.258Z] unset SSH_AUTH_SOCK; [2021-01-08T05:55:57.259Z] unset SSH_AGENT_PID; [2021-01-08T05:55:57.259Z] echo Agent pid 17 killed; [2021-01-08T05:55:57.331Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T05:55:57.807Z] + git semver [Pipeline] } [2021-01-08T05:55:57.835Z] $ docker stop --time=1 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa [2021-01-08T05:55:59.240Z] $ docker rm -f 3a8de06d767d55d3ab26a03dbf0cb0fd9e9b8e72debb4df46b3f6ec402fbb3aa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:55:59.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T05:55:59.910Z] [2021-01-08T05:55:59.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:56:00.260Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T05:56:00.260Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-08T05:56:00.260Z] ab5ef0e58194: Pulling fs layer [2021-01-08T05:56:00.260Z] 9712f1f96733: Pulling fs layer [2021-01-08T05:56:00.260Z] 63f879dbbcfc: Pulling fs layer [2021-01-08T05:56:00.260Z] 0d9ebad4ef96: Pulling fs layer [2021-01-08T05:56:00.260Z] e9a5061849ea: Pulling fs layer [2021-01-08T05:56:00.260Z] d747dcd14b5f: Pulling fs layer [2021-01-08T05:56:00.260Z] 2de7ff778b66: Pulling fs layer [2021-01-08T05:56:00.260Z] 0d9ebad4ef96: Waiting [2021-01-08T05:56:00.260Z] e9a5061849ea: Waiting [2021-01-08T05:56:00.260Z] d747dcd14b5f: Waiting [2021-01-08T05:56:00.260Z] 2de7ff778b66: Waiting [2021-01-08T05:56:00.260Z] 9712f1f96733: Download complete [2021-01-08T05:56:01.668Z] 63f879dbbcfc: Verifying Checksum [2021-01-08T05:56:01.668Z] 63f879dbbcfc: Download complete [2021-01-08T05:56:01.936Z] e9a5061849ea: Verifying Checksum [2021-01-08T05:56:01.936Z] e9a5061849ea: Download complete [2021-01-08T05:56:01.936Z] d747dcd14b5f: Verifying Checksum [2021-01-08T05:56:01.936Z] d747dcd14b5f: Download complete [2021-01-08T05:56:02.519Z] 2de7ff778b66: Verifying Checksum [2021-01-08T05:56:02.519Z] 2de7ff778b66: Download complete [2021-01-08T05:56:02.926Z] 0d9ebad4ef96: Verifying Checksum [2021-01-08T05:56:02.926Z] 0d9ebad4ef96: Download complete [2021-01-08T05:56:03.190Z] ab5ef0e58194: Verifying Checksum [2021-01-08T05:56:03.190Z] ab5ef0e58194: Download complete [2021-01-08T05:56:07.425Z] ab5ef0e58194: Pull complete [2021-01-08T05:56:07.425Z] 9712f1f96733: Pull complete [2021-01-08T05:56:10.021Z] 63f879dbbcfc: Pull complete [2021-01-08T05:56:16.678Z] 0d9ebad4ef96: Pull complete [2021-01-08T05:56:18.607Z] e9a5061849ea: Pull complete [2021-01-08T05:56:18.607Z] d747dcd14b5f: Pull complete [2021-01-08T05:56:21.957Z] 2de7ff778b66: Pull complete [2021-01-08T05:56:21.957Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-08T05:56:21.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-08T05:56:21.957Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-08T05:56:22.227Z] prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container [2021-01-08T05:56:22.330Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-08T05:56:25.375Z] $ docker top c43b5c9e102614fde50ed0bcffe26b95ef0f4042e707288e6ced7ba973527fb4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-08T05:56:25.678Z] provisioning config files... [2021-01-08T05:56:25.688Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config1398358587912653804tmp [2021-01-08T05:56:25.704Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7383724248921389025tmp [2021-01-08T05:56:25.721Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7425015425654984196tmp [Pipeline] { [Pipeline] echo [2021-01-08T05:56:25.780Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:56:26.082Z] ---> sigul-configuration.sh [2021-01-08T05:56:26.082Z] gpg: directory `/root/.gnupg' created [2021-01-08T05:56:26.082Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-08T05:56:26.082Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-08T05:56:26.082Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-08T05:56:26.082Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-08T05:56:26.082Z] gpg: CAST5 encrypted data [2021-01-08T05:56:26.344Z] gpg: encrypted with 1 passphrase [2021-01-08T05:56:26.344Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-08T05:56:26.648Z] + mkdir /home/jenkins [2021-01-08T05:56:26.648Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-08T05:56:26.947Z] + 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-08T05:56:26.959Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:56:27.257Z] ---> sigul-install.sh [2021-01-08T05:56:33.875Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-08T05:56:34.185Z] + git tag --list [2021-01-08T05:56:34.185Z] v0.0.0 [2021-01-08T05:56:34.185Z] v0.0.1 [2021-01-08T05:56:34.185Z] v0.1.0 [2021-01-08T05:56:34.185Z] v0.1.1 [2021-01-08T05:56:34.185Z] v0.1.10 [2021-01-08T05:56:34.185Z] v0.1.100 [2021-01-08T05:56:34.185Z] v0.1.101 [2021-01-08T05:56:34.185Z] v0.1.102 [2021-01-08T05:56:34.185Z] v0.1.103 [2021-01-08T05:56:34.185Z] v0.1.104 [2021-01-08T05:56:34.185Z] v0.1.105 [2021-01-08T05:56:34.185Z] v0.1.106 [2021-01-08T05:56:34.185Z] v0.1.107 [2021-01-08T05:56:34.185Z] v0.1.108 [2021-01-08T05:56:34.185Z] v0.1.109 [2021-01-08T05:56:34.185Z] v0.1.11 [2021-01-08T05:56:34.185Z] v0.1.110 [2021-01-08T05:56:34.185Z] v0.1.111 [2021-01-08T05:56:34.185Z] v0.1.112 [2021-01-08T05:56:34.185Z] v0.1.113 [2021-01-08T05:56:34.185Z] v0.1.114 [2021-01-08T05:56:34.185Z] v0.1.115 [2021-01-08T05:56:34.185Z] v0.1.116 [2021-01-08T05:56:34.185Z] v0.1.117 [2021-01-08T05:56:34.185Z] v0.1.118 [2021-01-08T05:56:34.185Z] v0.1.119 [2021-01-08T05:56:34.185Z] v0.1.12 [2021-01-08T05:56:34.185Z] v0.1.120 [2021-01-08T05:56:34.185Z] v0.1.121 [2021-01-08T05:56:34.185Z] v0.1.122 [2021-01-08T05:56:34.185Z] v0.1.123 [2021-01-08T05:56:34.185Z] v0.1.124 [2021-01-08T05:56:34.185Z] v0.1.125 [2021-01-08T05:56:34.185Z] v0.1.126 [2021-01-08T05:56:34.185Z] v0.1.127 [2021-01-08T05:56:34.185Z] v0.1.128 [2021-01-08T05:56:34.185Z] v0.1.129 [2021-01-08T05:56:34.185Z] v0.1.13 [2021-01-08T05:56:34.185Z] v0.1.130 [2021-01-08T05:56:34.185Z] v0.1.131 [2021-01-08T05:56:34.185Z] v0.1.132 [2021-01-08T05:56:34.185Z] v0.1.133 [2021-01-08T05:56:34.185Z] v0.1.134 [2021-01-08T05:56:34.185Z] v0.1.135 [2021-01-08T05:56:34.185Z] v0.1.136 [2021-01-08T05:56:34.185Z] v0.1.137 [2021-01-08T05:56:34.185Z] v0.1.138 [2021-01-08T05:56:34.185Z] v0.1.139 [2021-01-08T05:56:34.185Z] v0.1.14 [2021-01-08T05:56:34.185Z] v0.1.140 [2021-01-08T05:56:34.185Z] v0.1.15 [2021-01-08T05:56:34.185Z] v0.1.16 [2021-01-08T05:56:34.185Z] v0.1.17 [2021-01-08T05:56:34.185Z] v0.1.18 [2021-01-08T05:56:34.185Z] v0.1.19 [2021-01-08T05:56:34.185Z] v0.1.2 [2021-01-08T05:56:34.185Z] v0.1.20 [2021-01-08T05:56:34.185Z] v0.1.21 [2021-01-08T05:56:34.185Z] v0.1.22 [2021-01-08T05:56:34.185Z] v0.1.23 [2021-01-08T05:56:34.185Z] v0.1.24 [2021-01-08T05:56:34.185Z] v0.1.25 [2021-01-08T05:56:34.185Z] v0.1.26 [2021-01-08T05:56:34.185Z] v0.1.27 [2021-01-08T05:56:34.185Z] v0.1.28 [2021-01-08T05:56:34.185Z] v0.1.29 [2021-01-08T05:56:34.185Z] v0.1.3 [2021-01-08T05:56:34.185Z] v0.1.30 [2021-01-08T05:56:34.185Z] v0.1.31 [2021-01-08T05:56:34.185Z] v0.1.32 [2021-01-08T05:56:34.185Z] v0.1.33 [2021-01-08T05:56:34.185Z] v0.1.34 [2021-01-08T05:56:34.185Z] v0.1.35 [2021-01-08T05:56:34.185Z] v0.1.36 [2021-01-08T05:56:34.185Z] v0.1.37 [2021-01-08T05:56:34.185Z] v0.1.38 [2021-01-08T05:56:34.185Z] v0.1.39 [2021-01-08T05:56:34.185Z] v0.1.4 [2021-01-08T05:56:34.185Z] v0.1.40 [2021-01-08T05:56:34.185Z] v0.1.41 [2021-01-08T05:56:34.185Z] v0.1.42 [2021-01-08T05:56:34.185Z] v0.1.43 [2021-01-08T05:56:34.185Z] v0.1.44 [2021-01-08T05:56:34.185Z] v0.1.45 [2021-01-08T05:56:34.185Z] v0.1.46 [2021-01-08T05:56:34.185Z] v0.1.47 [2021-01-08T05:56:34.185Z] v0.1.48 [2021-01-08T05:56:34.185Z] v0.1.49 [2021-01-08T05:56:34.185Z] v0.1.5 [2021-01-08T05:56:34.185Z] v0.1.50 [2021-01-08T05:56:34.185Z] v0.1.51 [2021-01-08T05:56:34.185Z] v0.1.52 [2021-01-08T05:56:34.185Z] v0.1.53 [2021-01-08T05:56:34.185Z] v0.1.54 [2021-01-08T05:56:34.185Z] v0.1.55 [2021-01-08T05:56:34.185Z] v0.1.56 [2021-01-08T05:56:34.185Z] v0.1.57 [2021-01-08T05:56:34.185Z] v0.1.58 [2021-01-08T05:56:34.185Z] v0.1.59 [2021-01-08T05:56:34.185Z] v0.1.6 [2021-01-08T05:56:34.185Z] v0.1.60 [2021-01-08T05:56:34.185Z] v0.1.61 [2021-01-08T05:56:34.185Z] v0.1.62 [2021-01-08T05:56:34.185Z] v0.1.63 [2021-01-08T05:56:34.185Z] v0.1.64 [2021-01-08T05:56:34.185Z] v0.1.65 [2021-01-08T05:56:34.185Z] v0.1.66 [2021-01-08T05:56:34.185Z] v0.1.67 [2021-01-08T05:56:34.185Z] v0.1.68 [2021-01-08T05:56:34.185Z] v0.1.69 [2021-01-08T05:56:34.185Z] v0.1.7 [2021-01-08T05:56:34.185Z] v0.1.70 [2021-01-08T05:56:34.185Z] v0.1.71 [2021-01-08T05:56:34.185Z] v0.1.72 [2021-01-08T05:56:34.185Z] v0.1.73 [2021-01-08T05:56:34.185Z] v0.1.74 [2021-01-08T05:56:34.185Z] v0.1.75 [2021-01-08T05:56:34.185Z] v0.1.76 [2021-01-08T05:56:34.185Z] v0.1.77 [2021-01-08T05:56:34.185Z] v0.1.78 [2021-01-08T05:56:34.185Z] v0.1.79 [2021-01-08T05:56:34.185Z] v0.1.8 [2021-01-08T05:56:34.185Z] v0.1.80 [2021-01-08T05:56:34.185Z] v0.1.81 [2021-01-08T05:56:34.185Z] v0.1.82 [2021-01-08T05:56:34.185Z] v0.1.83 [2021-01-08T05:56:34.185Z] v0.1.84 [2021-01-08T05:56:34.185Z] v0.1.85 [2021-01-08T05:56:34.185Z] v0.1.86 [2021-01-08T05:56:34.185Z] v0.1.87 [2021-01-08T05:56:34.185Z] v0.1.88 [2021-01-08T05:56:34.185Z] v0.1.89 [2021-01-08T05:56:34.185Z] v0.1.9 [2021-01-08T05:56:34.185Z] v0.1.90 [2021-01-08T05:56:34.185Z] v0.1.91 [2021-01-08T05:56:34.185Z] v0.1.92 [2021-01-08T05:56:34.185Z] v0.1.93 [2021-01-08T05:56:34.185Z] v0.1.94 [2021-01-08T05:56:34.185Z] v0.1.95 [2021-01-08T05:56:34.185Z] v0.1.96 [2021-01-08T05:56:34.185Z] v0.1.97 [2021-01-08T05:56:34.185Z] v0.1.98 [2021-01-08T05:56:34.185Z] v0.1.99 [Pipeline] sh [2021-01-08T05:56:34.486Z] + lftools sign git-tag v0.1.140 [2021-01-08T05:56:35.877Z] Signing Git tag with Sigul... [2021-01-08T05:56:35.877Z] Signing v0.1.140 [Pipeline] echo [2021-01-08T05:56:36.840Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:56:37.138Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-08T05:56:37.148Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-08T05:56:37.246Z] $ docker stop --time=1 c43b5c9e102614fde50ed0bcffe26b95ef0f4042e707288e6ced7ba973527fb4 [2021-01-08T05:56:39.310Z] $ docker rm -f c43b5c9e102614fde50ed0bcffe26b95ef0f4042e707288e6ced7ba973527fb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:56:40.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T05:56:40.287Z] . [Pipeline] withDockerContainer [2021-01-08T05:56:40.391Z] prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container [2021-01-08T05:56:40.442Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T05:56:41.155Z] $ docker top af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T05:56:41.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T05:56:41.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T05:56:41.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T05:56:41.662Z] $ docker exec af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe ssh-agent [2021-01-08T05:56:41.838Z] SSH_AUTH_SOCK=/tmp/ssh-Dbj0lSMiVPFo/agent.11 [2021-01-08T05:56:41.838Z] SSH_AGENT_PID=16 [2021-01-08T05:56:41.847Z] Running ssh-add (command line suppressed) [2021-01-08T05:56:41.972Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2825205765174197950.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2825205765174197950.key) [2021-01-08T05:56:42.032Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T05:56:42.369Z] + git semver bump patch [2021-01-08T05:56:42.369Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T05:56:42.369Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-08T05:56:42.369Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-08T05:56:42.369Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T05:56:42.369Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T05:56:42.369Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T05:56:42.369Z] # $SEMVER_BRANCH = master [2021-01-08T05:56:42.369Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2021-01-08T05:56:42.369Z] 0.1.141 [Pipeline] } [2021-01-08T05:56:42.381Z] $ docker exec --env ******** --env ******** af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe ssh-agent -k [2021-01-08T05:56:42.507Z] unset SSH_AUTH_SOCK; [2021-01-08T05:56:42.507Z] unset SSH_AGENT_PID; [2021-01-08T05:56:42.507Z] echo Agent pid 16 killed; [2021-01-08T05:56:42.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T05:56:43.042Z] + git semver [Pipeline] } [2021-01-08T05:56:43.058Z] $ docker stop --time=1 af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe [2021-01-08T05:56:44.436Z] $ docker rm -f af3af7460df9d4e10d0200e07b81f657ae94c283ea1c668d5fccf03edeb78dfe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:56:44.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T05:56:44.977Z] . [Pipeline] withDockerContainer [2021-01-08T05:56:45.073Z] prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container [2021-01-08T05:56:45.121Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T05:56:45.833Z] $ docker top 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T05:56:46.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T05:56:46.195Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T05:56:46.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T05:56:46.415Z] $ docker exec 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac ssh-agent [2021-01-08T05:56:46.591Z] SSH_AUTH_SOCK=/tmp/ssh-dSKlOcyqOGEJ/agent.11 [2021-01-08T05:56:46.591Z] SSH_AGENT_PID=16 [2021-01-08T05:56:46.599Z] Running ssh-add (command line suppressed) [2021-01-08T05:56:46.734Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4888635259580598589.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_4888635259580598589.key) [2021-01-08T05:56:46.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T05:56:47.134Z] + git semver push [2021-01-08T05:56:47.134Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T05:56:47.134Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2021-01-08T05:56:47.134Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2021-01-08T05:56:47.134Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T05:56:47.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T05:56:47.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T05:56:47.134Z] # $SEMVER_BRANCH = master [2021-01-08T05:56:47.134Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2021-01-08T05:56:55.307Z] $ docker exec --env ******** --env ******** 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac ssh-agent -k [2021-01-08T05:56:55.455Z] unset SSH_AUTH_SOCK; [2021-01-08T05:56:55.458Z] unset SSH_AGENT_PID; [2021-01-08T05:56:55.458Z] echo Agent pid 16 killed; [2021-01-08T05:56:55.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T05:56:55.992Z] + git semver [Pipeline] } [2021-01-08T05:56:56.009Z] $ docker stop --time=1 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac [2021-01-08T05:56:57.386Z] $ docker rm -f 3f42275445ec134181a4ffb9beb7c2069aa15800bafd07c49b2c4ca3398cb4ac [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-08T05:56:58.753Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:56:59.323Z] ---> package-listing.sh [2021-01-08T05:56:59.323Z] ++ facter osfamily [2021-01-08T05:56:59.323Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-08T05:56:59.323Z] + OS_FAMILY=redhat [2021-01-08T05:56:59.323Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2021-01-08T05:56:59.323Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-08T05:56:59.323Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-08T05:56:59.323Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-08T05:56:59.323Z] + PACKAGES=/tmp/packages_start.txt [2021-01-08T05:56:59.323Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-08T05:56:59.323Z] + PACKAGES=/tmp/packages_end.txt [2021-01-08T05:56:59.323Z] + case "${OS_FAMILY}" in [2021-01-08T05:56:59.323Z] + rpm -qa [2021-01-08T05:56:59.323Z] + sort [2021-01-08T05:57:04.637Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-08T05:57:04.637Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-08T05:57:04.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-08T05:57:04.637Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2021-01-08T05:57:04.637Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2021-01-08T05:57:04.637Z] + 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-08T05:57:04.651Z] 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-08T05:57:04.946Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:57:05.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T05:57:05.254Z] [2021-01-08T05:57:05.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-08T05:57:05.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T05:57:05.601Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-08T05:57:05.601Z] df20fa9351a1: Pulling fs layer [2021-01-08T05:57:05.601Z] 36b3adc4ff6f: Pulling fs layer [2021-01-08T05:57:05.601Z] 8ad3a11d3b57: Pulling fs layer [2021-01-08T05:57:05.601Z] 46f8f816bc3b: Pulling fs layer [2021-01-08T05:57:05.601Z] 93b61091891f: Pulling fs layer [2021-01-08T05:57:05.601Z] 93b9cdb0e59b: Pulling fs layer [2021-01-08T05:57:05.601Z] 5e14af77c1be: Pulling fs layer [2021-01-08T05:57:05.601Z] 01666e4c0597: Pulling fs layer [2021-01-08T05:57:05.601Z] aa168da1d23b: Pulling fs layer [2021-01-08T05:57:05.601Z] 46f8f816bc3b: Waiting [2021-01-08T05:57:05.601Z] 93b61091891f: Waiting [2021-01-08T05:57:05.601Z] 93b9cdb0e59b: Waiting [2021-01-08T05:57:05.601Z] 5e14af77c1be: Waiting [2021-01-08T05:57:05.601Z] aa168da1d23b: Waiting [2021-01-08T05:57:05.601Z] 36b3adc4ff6f: Download complete [2021-01-08T05:57:05.601Z] 46f8f816bc3b: Verifying Checksum [2021-01-08T05:57:05.601Z] 46f8f816bc3b: Download complete [2021-01-08T05:57:05.601Z] df20fa9351a1: Verifying Checksum [2021-01-08T05:57:05.601Z] df20fa9351a1: Download complete [2021-01-08T05:57:05.866Z] 93b9cdb0e59b: Verifying Checksum [2021-01-08T05:57:05.866Z] 93b9cdb0e59b: Download complete [2021-01-08T05:57:05.866Z] 5e14af77c1be: Verifying Checksum [2021-01-08T05:57:05.866Z] 5e14af77c1be: Download complete [2021-01-08T05:57:05.866Z] 01666e4c0597: Verifying Checksum [2021-01-08T05:57:05.866Z] 01666e4c0597: Download complete [2021-01-08T05:57:05.866Z] 93b61091891f: Verifying Checksum [2021-01-08T05:57:05.866Z] 93b61091891f: Download complete [2021-01-08T05:57:05.866Z] 8ad3a11d3b57: Verifying Checksum [2021-01-08T05:57:05.866Z] 8ad3a11d3b57: Download complete [2021-01-08T05:57:06.136Z] df20fa9351a1: Pull complete [2021-01-08T05:57:06.403Z] 36b3adc4ff6f: Pull complete [2021-01-08T05:57:07.367Z] 8ad3a11d3b57: Pull complete [2021-01-08T05:57:07.633Z] 46f8f816bc3b: Pull complete [2021-01-08T05:57:07.896Z] aa168da1d23b: Verifying Checksum [2021-01-08T05:57:07.896Z] aa168da1d23b: Download complete [2021-01-08T05:57:08.159Z] 93b61091891f: Pull complete [2021-01-08T05:57:08.421Z] 93b9cdb0e59b: Pull complete [2021-01-08T05:57:08.421Z] 5e14af77c1be: Pull complete [2021-01-08T05:57:08.687Z] 01666e4c0597: Pull complete [2021-01-08T05:57:16.958Z] aa168da1d23b: Pull complete [2021-01-08T05:57:16.958Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-08T05:57:16.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T05:57:16.958Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-08T05:57:17.126Z] prd-centos7-docker-4c-2g-19053 does not seem to be running inside a container [2021-01-08T05:57:17.173Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-08T05:57:19.803Z] $ docker top e8d263d409b2da72b24c7461ba0b8f0317eb91b1b66f5b84a3302d66d1c0e673 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T05:57:20.386Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-08T05:57:20.685Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-08T05:57:20.983Z] + ls /var/log/sa-host [2021-01-08T05:57:20.983Z] + sadf -c /var/log/sa-host/sa08 [2021-01-08T05:57:20.983Z] file_magic: OK [2021-01-08T05:57:20.983Z] HZ: Using current value: 100 [2021-01-08T05:57:20.983Z] file_header: OK [2021-01-08T05:57:20.983Z] 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-08T05:57:20.983Z] Statistics: [2021-01-08T05:57:20.983Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-08T05:57:20.983Z] File successfully converted to sysstat format version 12.2.1 [2021-01-08T05:57:20.983Z] + sadf -c /var/log/sa-host/sa23 [2021-01-08T05:57:20.983Z] file_magic: OK [2021-01-08T05:57:20.983Z] HZ: Using current value: 100 [2021-01-08T05:57:20.983Z] file_header: OK [2021-01-08T05:57:20.983Z] 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-08T05:57:20.983Z] Statistics: [2021-01-08T05:57:20.983Z] Hnuu...uuuununununu... [2021-01-08T05:57:20.983Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T05:57:21.568Z] provisioning config files... [2021-01-08T05:57:21.584Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config5774280606235307703tmp [Pipeline] { [Pipeline] echo [2021-01-08T05:57:21.657Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:57:21.956Z] ---> create-netrc.sh [Pipeline] } [2021-01-08T05:57:21.966Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-08T05:57:22.057Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:57:22.354Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-08T05:57:22.365Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:57:22.664Z] ---> sudo-logs.sh [2021-01-08T05:57:22.664Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-08T05:57:22.675Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:57:22.971Z] ---> job-cost.sh [2021-01-08T05:57:22.971Z] lf-activate-venv: SKIPPING [2021-01-08T05:57:22.971Z] INFO: No Stack... [2021-01-08T05:57:23.917Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-08T05:57:24.495Z] INFO: Archiving Costs [Pipeline] echo [2021-01-08T05:57:24.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T05:57:24.819Z] ---> logs-deploy.sh [2021-01-08T05:57:24.819Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/109 [2021-01-08T05:57:24.819Z] INFO: archiving workspace using pattern(s): [2021-01-08T05:57:26.745Z] Archives upload complete. [2021-01-08T05:57:26.745Z] INFO: archiving logs to Nexus