Pull request #348 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from ba17f5cefa84cbae743b895a907d8ecb709470bc+0355030adcc42d95c368338fb65d94e0ad2d76e0 (f1c28ee45d5ece41ddfc898e79c474b0f5932f1a) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6107 in /w/workspace/dry_go-mod-core-contracts_PR-348 [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_PR-348 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0355030adcc42d95c368338fb65d94e0ad2d76e0 into PR head commit ba17f5cefa84cbae743b895a907d8ecb709470bc Merge succeeded, producing ba17f5cefa84cbae743b895a907d8ecb709470bc Checking out Revision ba17f5cefa84cbae743b895a907d8ecb709470bc (PR-348) > 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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/348/head:refs/remotes/origin/PR-348 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0355030adcc42d95c368338fb65d94e0ad2d76e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 Commit message: "feat: Add more constants core-data and metadatai" First time build. Skipping changelog. > git rev-list --no-walk d29408d21cbedc334415b787cf8957ce0039af84 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T00:58:42.933Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T00:58:43.172Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T00:58:43.269Z] ========================================================= [2020-10-19T00:58:43.269Z] EdgeX Global Pipelines Version Info [2020-10-19T00:58:43.269Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T00:58:45.186Z] ------------------- [2020-10-19T00:58:45.186Z] stable info: [2020-10-19T00:58:45.186Z] ------------------- [2020-10-19T00:58:45.186Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T00:58:45.186Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T00:58:45.186Z] Message: update stable to v1.0.144 [2020-10-19T00:58:45.769Z] ------------------- [2020-10-19T00:58:45.769Z] experimental info: [2020-10-19T00:58:45.769Z] ------------------- [2020-10-19T00:58:45.769Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T00:58:45.769Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T00:58:45.769Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T00:58:46.166Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-19T00:58:46.254Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-19T00:58:46.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T00:58:46.483Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T00:58:46.569Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T00:58:46.655Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T00:58:46.786Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T00:58:46.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T00:58:46.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T00:58:47.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T00:58:47.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T00:58:47.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-19T00:58:47.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T00:58:47.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T00:58:47.477Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T00:58:47.562Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T00:58:47.676Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T00:58:47.763Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T00:58:47.851Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T00:58:47.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T00:58:48.072Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T00:58:48.159Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T00:58:48.246Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T00:58:48.338Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T00:58:48.483Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T00:58:48.566Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-348 [Pipeline] echo [2020-10-19T00:58:48.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-348 [Pipeline] echo [2020-10-19T00:58:48.766Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-348 [Pipeline] echo [2020-10-19T00:58:48.850Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba17f5cefa84cbae743b895a907d8ecb709470bc [Pipeline] echo [2020-10-19T00:58:48.933Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba17f5c [Pipeline] echo [2020-10-19T00:58:49.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T00:58:49.603Z] + git log --format=format:%s -1 ba17f5cefa84cbae743b895a907d8ecb709470bc [Pipeline] echo [2020-10-19T00:58:49.670Z] GIT_COMMIT: ba17f5cefa84cbae743b895a907d8ecb709470bc, Commit Message: feat: Add more constants core-data and metadatai [Pipeline] echo [2020-10-19T00:58:49.713Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T00:58:50.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T00:58:51.004Z] [2020-10-19T00:58:51.004Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T00:58:51.356Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T00:58:51.356Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T00:58:51.356Z] 31603596830f: Pulling fs layer [2020-10-19T00:58:51.356Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T00:58:51.356Z] 6ca5941a6612: Pulling fs layer [2020-10-19T00:58:51.356Z] ecc8261a40a4: Pulling fs layer [2020-10-19T00:58:51.356Z] ecc8261a40a4: Waiting [2020-10-19T00:58:51.356Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T00:58:51.356Z] 2a8b12db71e7: Download complete [2020-10-19T00:58:51.627Z] 31603596830f: Verifying Checksum [2020-10-19T00:58:51.627Z] 31603596830f: Download complete [2020-10-19T00:58:51.627Z] ecc8261a40a4: Verifying Checksum [2020-10-19T00:58:51.627Z] ecc8261a40a4: Download complete [2020-10-19T00:58:51.891Z] 6ca5941a6612: Verifying Checksum [2020-10-19T00:58:51.891Z] 6ca5941a6612: Download complete [2020-10-19T00:58:51.891Z] 31603596830f: Pull complete [2020-10-19T00:58:52.156Z] 2a8b12db71e7: Pull complete [2020-10-19T00:58:53.110Z] 6ca5941a6612: Pull complete [2020-10-19T00:58:53.110Z] ecc8261a40a4: Pull complete [2020-10-19T00:58:53.110Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T00:58:53.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T00:58:53.110Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T00:58:53.214Z] prd-centos7-docker-4c-2g-6107 does not seem to be running inside a container [2020-10-19T00:58:53.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-348 -v /w/workspace/dry_go-mod-core-contracts_PR-348:/w/workspace/dry_go-mod-core-contracts_PR-348:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-348@tmp:/w/workspace/dry_go-mod-core-contracts_PR-348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T00:58:55.629Z] $ docker top 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T00:58:55.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T00:58:55.961Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T00:58:56.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T00:58:56.218Z] $ docker exec 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent [2020-10-19T00:58:56.413Z] SSH_AUTH_SOCK=/tmp/ssh-kOmkj5vnVhSa/agent.11 [2020-10-19T00:58:56.413Z] SSH_AGENT_PID=16 [2020-10-19T00:58:56.428Z] Running ssh-add (command line suppressed) [2020-10-19T00:58:56.562Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_3892408523319069159.key (/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_3892408523319069159.key) [2020-10-19T00:58:56.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T00:58:56.944Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T00:58:56.963Z] $ docker exec --env ******** --env ******** 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent -k [2020-10-19T00:58:57.072Z] unset SSH_AUTH_SOCK; [2020-10-19T00:58:57.072Z] unset SSH_AGENT_PID; [2020-10-19T00:58:57.072Z] echo Agent pid 16 killed; [2020-10-19T00:58:57.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T00:58:57.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T00:58:57.266Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T00:58:57.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T00:58:57.437Z] $ docker exec 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent [2020-10-19T00:58:57.599Z] SSH_AUTH_SOCK=/tmp/ssh-WLo0WPjy5FOj/agent.47 [2020-10-19T00:58:57.599Z] SSH_AGENT_PID=52 [2020-10-19T00:58:57.606Z] Running ssh-add (command line suppressed) [2020-10-19T00:58:57.730Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_4685349618847620665.key (/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/private_key_4685349618847620665.key) [2020-10-19T00:58:57.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T00:58:58.116Z] + git semver init [2020-10-19T00:58:58.116Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T00:58:58.116Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-348/.git [2020-10-19T00:58:58.116Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-348 [2020-10-19T00:58:58.116Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T00:58:58.116Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T00:58:58.116Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T00:58:58.116Z] # $SEMVER_BRANCH = PR-348 [2020-10-19T00:58:58.116Z] # $SEMVER_TEMP = /tmp/semver-450011546 [2020-10-19T00:58:58.116Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-19T00:58:58.688Z] # '/tmp/semver-450011546' -> '/w/workspace/dry_go-mod-core-contracts_PR-348/.semver' [2020-10-19T00:58:58.688Z] # -> Force: false [2020-10-19T00:58:58.688Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-348/.semver [Pipeline] } [2020-10-19T00:58:58.700Z] $ docker exec --env ******** --env ******** 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b ssh-agent -k [2020-10-19T00:58:58.818Z] unset SSH_AUTH_SOCK; [2020-10-19T00:58:58.818Z] unset SSH_AGENT_PID; [2020-10-19T00:58:58.818Z] echo Agent pid 52 killed; [2020-10-19T00:58:58.862Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T00:58:59.400Z] + git semver [Pipeline] } [2020-10-19T00:58:59.419Z] $ docker stop --time=1 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b [2020-10-19T00:59:01.213Z] $ docker rm -f 94cfe2d9e3f9b27cb0116e3e8079fea5d4ddcef4a6ec626474a851343b3dce3b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T00:59:01.766Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T00:59:02.251Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T00:59:02.254Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-19T00:59:17.833Z] Still waiting to schedule task [2020-10-19T00:59:17.834Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T00:59:17.836Z] Still waiting to schedule task [2020-10-19T00:59:17.836Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-19T01:01:07.758Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6108 in /w/workspace/dry_go-mod-core-contracts_PR-348 [Pipeline] { [Pipeline] ws [2020-10-19T01:01:07.814Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-19T01:01:13.265Z] using credential edgex-jenkins-ssh [2020-10-19T01:01:13.486Z] Cloning the remote Git repository [2020-10-19T01:01:13.649Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:01:14.051Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-19T01:01:14.189Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:01:14.190Z] > git --version # timeout=10 [2020-10-19T01:01:14.207Z] > git --version # 'git version 2.17.1' [2020-10-19T01:01:14.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:01:14.291Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:01:15.225Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:01:15.238Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:01:15.307Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:01:16.098Z] Merging remotes/origin/master commit 0355030adcc42d95c368338fb65d94e0ad2d76e0 into PR head commit ba17f5cefa84cbae743b895a907d8ecb709470bc [2020-10-19T01:01:15.403Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:01:15.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:01:15.415Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/348/head:refs/remotes/origin/PR-348 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T01:01:16.242Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:01:16.255Z] > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 [2020-10-19T01:01:16.912Z] Merge succeeded, producing ba17f5cefa84cbae743b895a907d8ecb709470bc [2020-10-19T01:01:16.913Z] Checking out Revision ba17f5cefa84cbae743b895a907d8ecb709470bc (PR-348) [2020-10-19T01:01:16.822Z] > git remote # timeout=10 [2020-10-19T01:01:16.838Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T01:01:16.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:01:16.865Z] > git merge 0355030adcc42d95c368338fb65d94e0ad2d76e0 # timeout=10 [2020-10-19T01:01:16.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T01:01:16.925Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:01:16.963Z] > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 [2020-10-19T01:01:21.456Z] Commit message: "feat: Add more constants core-data and metadatai" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T01:01:22.484Z] ========================================================= [2020-10-19T01:01:22.485Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T01:01:22.485Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:01:23.544Z] + 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 . [2020-10-19T01:01:24.560Z] Sending build context to Docker daemon 1.753MB [2020-10-19T01:01:24.560Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T01:01:24.560Z] Step 2/7 : FROM ${BASE} [2020-10-19T01:01:24.861Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T01:01:24.861Z] b538f80385f9: Pulling fs layer [2020-10-19T01:01:24.861Z] 74f711af9a0d: Pulling fs layer [2020-10-19T01:01:24.861Z] 99f96fe45779: Pulling fs layer [2020-10-19T01:01:24.861Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T01:01:24.861Z] 45590311c82a: Pulling fs layer [2020-10-19T01:01:24.861Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T01:01:24.861Z] 209524e5b208: Pulling fs layer [2020-10-19T01:01:24.861Z] 45590311c82a: Waiting [2020-10-19T01:01:24.861Z] 69ca0ff8b7b3: Waiting [2020-10-19T01:01:24.861Z] 209524e5b208: Waiting [2020-10-19T01:01:24.861Z] 8529a6b9a6be: Waiting [2020-10-19T01:01:24.861Z] 99f96fe45779: Verifying Checksum [2020-10-19T01:01:24.861Z] 99f96fe45779: Download complete [2020-10-19T01:01:24.861Z] 74f711af9a0d: Verifying Checksum [2020-10-19T01:01:24.861Z] 74f711af9a0d: Download complete [2020-10-19T01:01:24.861Z] 45590311c82a: Verifying Checksum [2020-10-19T01:01:24.861Z] 45590311c82a: Download complete [2020-10-19T01:01:24.861Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T01:01:24.861Z] 69ca0ff8b7b3: Download complete [2020-10-19T01:01:25.505Z] b538f80385f9: Pull complete [2020-10-19T01:01:26.177Z] 74f711af9a0d: Pull complete [2020-10-19T01:01:26.795Z] 99f96fe45779: Pull complete [2020-10-19T01:01:27.802Z] 209524e5b208: Verifying Checksum [2020-10-19T01:01:27.802Z] 209524e5b208: Download complete [2020-10-19T01:01:29.362Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T01:01:29.362Z] 8529a6b9a6be: Download complete [2020-10-19T01:01:39.717Z] 8529a6b9a6be: Pull complete [2020-10-19T01:01:39.717Z] 45590311c82a: Pull complete [2020-10-19T01:01:40.012Z] 69ca0ff8b7b3: Pull complete [2020-10-19T01:01:43.499Z] 209524e5b208: Pull complete [2020-10-19T01:01:43.499Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T01:01:43.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T01:01:43.499Z] ---> 5bddaf1c2fca [2020-10-19T01:01:43.499Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T01:01:46.931Z] ---> Running in e1212a79590d [2020-10-19T01:01:47.207Z] Removing intermediate container e1212a79590d [2020-10-19T01:01:47.207Z] ---> f29c7a397ff9 [2020-10-19T01:01:47.207Z] Step 4/7 : RUN apk add bash [2020-10-19T01:01:47.207Z] ---> Running in cfb642572f25 [2020-10-19T01:01:48.132Z] Running on prd-centos7-docker-4c-2g-6109 in /w/workspace/dry_go-mod-core-contracts_PR-348 [Pipeline] { [Pipeline] ws [2020-10-19T01:01:48.191Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-19T01:01:49.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T01:01:49.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T01:01:50.799Z] OK: 142 MiB in 39 packages [2020-10-19T01:01:51.782Z] Removing intermediate container cfb642572f25 [2020-10-19T01:01:51.782Z] ---> a046e53d610a [2020-10-19T01:01:51.782Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T01:01:51.782Z] ---> Running in f0d7e7da5fda [2020-10-19T01:01:52.390Z] Removing intermediate container f0d7e7da5fda [2020-10-19T01:01:52.390Z] ---> 51c00d50eba4 [2020-10-19T01:01:52.390Z] Step 6/7 : COPY go.mod . [2020-10-19T01:01:52.991Z] ---> 10d40e9b5e13 [2020-10-19T01:01:52.991Z] Step 7/7 : RUN go mod download [2020-10-19T01:01:52.991Z] ---> Running in 556d419f6146 [2020-10-19T01:01:55.661Z] using credential edgex-jenkins-ssh [2020-10-19T01:01:55.736Z] Cloning the remote Git repository [2020-10-19T01:01:55.767Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:01:55.877Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-19T01:01:55.972Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:01:55.972Z] > git --version # timeout=10 [2020-10-19T01:01:55.982Z] > git --version # 'git version 2.16.5' [2020-10-19T01:01:55.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:01:56.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:01:57.313Z] Merging remotes/origin/master commit 0355030adcc42d95c368338fb65d94e0ad2d76e0 into PR head commit ba17f5cefa84cbae743b895a907d8ecb709470bc [2020-10-19T01:01:56.699Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:01:56.711Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:01:56.733Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:01:56.756Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:01:56.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:01:56.765Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/348/head:refs/remotes/origin/PR-348 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T01:01:57.323Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:01:57.349Z] > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 [2020-10-19T01:01:57.431Z] > git remote # timeout=10 [2020-10-19T01:01:57.460Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T01:01:57.507Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:01:57.582Z] Merge succeeded, producing ba17f5cefa84cbae743b895a907d8ecb709470bc [2020-10-19T01:01:57.583Z] Checking out Revision ba17f5cefa84cbae743b895a907d8ecb709470bc (PR-348) [2020-10-19T01:01:57.512Z] > git merge 0355030adcc42d95c368338fb65d94e0ad2d76e0 # timeout=10 [2020-10-19T01:01:57.538Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T01:01:57.586Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:01:57.617Z] > git checkout -f ba17f5cefa84cbae743b895a907d8ecb709470bc # timeout=10 [2020-10-19T01:02:01.819Z] Commit message: "feat: Add more constants core-data and metadatai" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T01:02:02.915Z] ========================================================= [2020-10-19T01:02:02.916Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T01:02:02.916Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:02:04.245Z] + 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 . [2020-10-19T01:02:04.834Z] Sending build context to Docker daemon 1.753MB [2020-10-19T01:02:04.834Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T01:02:04.834Z] Step 2/7 : FROM ${BASE} [2020-10-19T01:02:05.148Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T01:02:05.148Z] df20fa9351a1: Pulling fs layer [2020-10-19T01:02:05.148Z] ed8968b2872e: Pulling fs layer [2020-10-19T01:02:05.148Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T01:02:05.148Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T01:02:05.148Z] e73272ec9a57: Pulling fs layer [2020-10-19T01:02:05.148Z] 1e910a182e73: Pulling fs layer [2020-10-19T01:02:05.148Z] 4e634b169226: Pulling fs layer [2020-10-19T01:02:05.148Z] e871e8e8d7a9: Waiting [2020-10-19T01:02:05.148Z] e73272ec9a57: Waiting [2020-10-19T01:02:05.148Z] 4e634b169226: Waiting [2020-10-19T01:02:05.148Z] 1e910a182e73: Waiting [2020-10-19T01:02:05.148Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T01:02:05.148Z] a92cc7c5fd73: Download complete [2020-10-19T01:02:05.148Z] ed8968b2872e: Download complete [2020-10-19T01:02:05.148Z] e73272ec9a57: Verifying Checksum [2020-10-19T01:02:05.148Z] e73272ec9a57: Download complete [2020-10-19T01:02:05.148Z] 1e910a182e73: Download complete [2020-10-19T01:02:06.318Z] df20fa9351a1: Verifying Checksum [2020-10-19T01:02:06.318Z] df20fa9351a1: Download complete [2020-10-19T01:02:06.712Z] df20fa9351a1: Pull complete [2020-10-19T01:02:07.129Z] ed8968b2872e: Pull complete [2020-10-19T01:02:07.526Z] a92cc7c5fd73: Pull complete [2020-10-19T01:02:08.096Z] Removing intermediate container 556d419f6146 [2020-10-19T01:02:08.096Z] ---> 2897d3f8efb4 [2020-10-19T01:02:08.096Z] Successfully built 2897d3f8efb4 [2020-10-19T01:02:08.096Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:02:08.515Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T01:02:08.515Z] . [Pipeline] withDockerContainer [2020-10-19T01:02:08.771Z] prd-ubuntu18.04-docker-arm64-4c-16g-6108 does not seem to be running inside a container [2020-10-19T01:02:08.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T01:02:10.681Z] $ docker top 1c16815c25dcd1641da60a396eb7a556af6c375eeeff3b0ec7a8bb46fd6d0d21 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:02:12.130Z] + go version [2020-10-19T01:02:12.131Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T01:02:12.161Z] $ docker stop --time=1 1c16815c25dcd1641da60a396eb7a556af6c375eeeff3b0ec7a8bb46fd6d0d21 [2020-10-19T01:02:14.144Z] $ docker rm -f 1c16815c25dcd1641da60a396eb7a556af6c375eeeff3b0ec7a8bb46fd6d0d21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-19T01:02:14.695Z] 4e634b169226: Verifying Checksum [2020-10-19T01:02:14.695Z] 4e634b169226: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:02:15.264Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T01:02:15.264Z] . [Pipeline] withDockerContainer [2020-10-19T01:02:15.538Z] prd-ubuntu18.04-docker-arm64-4c-16g-6108 does not seem to be running inside a container [2020-10-19T01:02:15.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T01:02:16.231Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T01:02:16.231Z] e871e8e8d7a9: Download complete [2020-10-19T01:02:17.515Z] $ docker top ed40b49ec7639eb7ab3035cb246e2886d6005120a924643090f0efbcfc5a63ad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:02:18.938Z] + make test [2020-10-19T01:02:18.938Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T01:02:26.463Z] e871e8e8d7a9: Pull complete [2020-10-19T01:02:26.751Z] e73272ec9a57: Pull complete [2020-10-19T01:02:27.020Z] 1e910a182e73: Pull complete [2020-10-19T01:02:33.810Z] 4e634b169226: Pull complete [2020-10-19T01:02:33.810Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T01:02:33.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T01:02:33.810Z] ---> f7629b54cfaa [2020-10-19T01:02:33.810Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T01:02:34.086Z] ---> Running in dbf5ffefc225 [2020-10-19T01:02:34.359Z] Removing intermediate container dbf5ffefc225 [2020-10-19T01:02:34.359Z] ---> f6b346ed630d [2020-10-19T01:02:34.359Z] Step 4/7 : RUN apk add bash [2020-10-19T01:02:34.359Z] ---> Running in c1baea09c718 [2020-10-19T01:02:35.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T01:02:36.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T01:02:37.393Z] OK: 166 MiB in 39 packages [2020-10-19T01:02:37.988Z] Removing intermediate container c1baea09c718 [2020-10-19T01:02:37.988Z] ---> 9500dee41982 [2020-10-19T01:02:37.988Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T01:02:37.988Z] ---> Running in b407bd5a7537 [2020-10-19T01:02:38.279Z] Removing intermediate container b407bd5a7537 [2020-10-19T01:02:38.279Z] ---> 597888c356e4 [2020-10-19T01:02:38.279Z] Step 6/7 : COPY go.mod . [2020-10-19T01:02:38.960Z] ---> 49af9579c88a [2020-10-19T01:02:38.960Z] Step 7/7 : RUN go mod download [2020-10-19T01:02:38.960Z] ---> Running in ef3b31b20ae3 [2020-10-19T01:02:41.137Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T01:02:41.746Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements [2020-10-19T01:02:41.746Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.035s coverage: 100.0% of statements [2020-10-19T01:02:43.741Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.059s coverage: 45.4% of statements [2020-10-19T01:02:43.741Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.071s coverage: 77.8% of statements [2020-10-19T01:02:43.741Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T01:02:43.741Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.039s coverage: 6.4% of statements [2020-10-19T01:02:45.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements [2020-10-19T01:02:45.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.036s coverage: 100.0% of statements [2020-10-19T01:02:46.651Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.075s coverage: 91.8% of statements [2020-10-19T01:02:46.651Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T01:02:46.651Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T01:02:46.651Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.025s coverage: 100.0% of statements [2020-10-19T01:02:46.932Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 48.9% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.087s coverage: 63.0% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.036s coverage: 26.3% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.010s coverage: 15.4% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-10-19T01:02:53.682Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.028s coverage: 29.1% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.029s coverage: 100.0% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.059s coverage: 94.4% of statements [2020-10-19T01:02:53.682Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-10-19T01:02:53.682Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T01:02:53.954Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T01:02:54.271Z] Removing intermediate container ef3b31b20ae3 [2020-10-19T01:02:54.271Z] ---> caa15409f49f [2020-10-19T01:02:54.271Z] Successfully built caa15409f49f [2020-10-19T01:02:54.271Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:02:54.801Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T01:02:54.801Z] . [Pipeline] withDockerContainer [2020-10-19T01:02:55.049Z] prd-centos7-docker-4c-2g-6109 does not seem to be running inside a container [2020-10-19T01:02:55.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T01:02:56.868Z] $ docker top 942e222a376076f074ce414d2357e3277a406fd027a21d31977b71052c6f2f4a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:02:57.494Z] + go version [2020-10-19T01:02:57.494Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T01:02:57.525Z] $ docker stop --time=1 942e222a376076f074ce414d2357e3277a406fd027a21d31977b71052c6f2f4a [2020-10-19T01:02:58.265Z] gofmt -l . [2020-10-19T01:02:58.266Z] [ "`gofmt -l .`" = "" ] [2020-10-19T01:02:59.010Z] $ docker rm -f 942e222a376076f074ce414d2357e3277a406fd027a21d31977b71052c6f2f4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:02:59.997Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T01:02:59.997Z] . [Pipeline] withDockerContainer [2020-10-19T01:03:00.070Z] Stashed 1 file(s) [2020-10-19T01:03:00.571Z] prd-centos7-docker-4c-2g-6109 does not seem to be running inside a container [2020-10-19T01:03:00.719Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T01:03:01.851Z] $ docker top 225915a0f9e60cb08409eb41900ba038a73c4b2564d67a826bb94dfb4750a933 -eo pid,comm [Pipeline] { [Pipeline] } [2020-10-19T01:03:02.127Z] $ docker stop --time=1 ed40b49ec7639eb7ab3035cb246e2886d6005120a924643090f0efbcfc5a63ad [2020-10-19T01:03:04.336Z] $ docker rm -f ed40b49ec7639eb7ab3035cb246e2886d6005120a924643090f0efbcfc5a63ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-10-19T01:03:05.559Z] + make test [2020-10-19T01:03:05.559Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-19T01:03:16.186Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T01:03:17.347Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.019s coverage: 85.7% of statements [2020-10-19T01:03:17.347Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.107s coverage: 100.0% of statements [2020-10-19T01:03:18.013Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.047s coverage: 45.4% of statements [2020-10-19T01:03:18.329Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements [2020-10-19T01:03:18.329Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T01:03:18.329Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.081s coverage: 6.4% of statements [2020-10-19T01:03:19.939Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.084s coverage: 14.7% of statements [2020-10-19T01:03:20.245Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.071s coverage: 100.0% of statements [2020-10-19T01:03:20.245Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.029s coverage: 91.8% of statements [2020-10-19T01:03:20.245Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T01:03:20.245Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T01:03:20.245Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements [2020-10-19T01:03:22.411Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 48.9% of statements [2020-10-19T01:03:26.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.056s coverage: 63.0% of statements [2020-10-19T01:03:26.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.104s coverage: 26.3% of statements [2020-10-19T01:03:26.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.052s coverage: 15.4% of statements [2020-10-19T01:03:26.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements [2020-10-19T01:03:26.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements [2020-10-19T01:03:26.017Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T01:03:26.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.024s coverage: 29.1% of statements [2020-10-19T01:03:26.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.021s coverage: 100.0% of statements [2020-10-19T01:03:26.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.194s coverage: 94.4% of statements [2020-10-19T01:03:27.252Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-10-19T01:03:27.252Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T01:03:27.530Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T01:03:32.021Z] gofmt -l . [2020-10-19T01:03:32.021Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T01:03:32.048Z] Warning: overwriting stash ‘coverage-report’ [2020-10-19T01:03:32.621Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T01:03:32.634Z] $ docker stop --time=1 225915a0f9e60cb08409eb41900ba038a73c4b2564d67a826bb94dfb4750a933 [2020-10-19T01:03:35.161Z] $ docker rm -f 225915a0f9e60cb08409eb41900ba038a73c4b2564d67a826bb94dfb4750a933 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-19T01:03:37.853Z] provisioning config files... [2020-10-19T01:03:37.867Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/config1766088154807928139tmp [Pipeline] { [Pipeline] sh [2020-10-19T01:03:38.259Z] + set +x [2020-10-19T01:03:38.259Z] + curl -s https://codecov.io/bash [2020-10-19T01:03:38.259Z] + bash -s -- [2020-10-19T01:03:38.521Z] [2020-10-19T01:03:38.521Z] _____ _ [2020-10-19T01:03:38.521Z] / ____| | | [2020-10-19T01:03:38.521Z] | | ___ __| | ___ ___ _____ __ [2020-10-19T01:03:38.521Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-19T01:03:38.521Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-19T01:03:38.521Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-19T01:03:38.521Z] Bash-20201009-048fee3 [2020-10-19T01:03:38.521Z] [2020-10-19T01:03:38.521Z] [2020-10-19T01:03:38.521Z] ==> Jenkins CI detected. [2020-10-19T01:03:38.521Z] project root: . [2020-10-19T01:03:38.521Z] --> token set from env [2020-10-19T01:03:38.521Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-19T01:03:38.521Z] ==> Running gcov in . (disable via -X gcov) [2020-10-19T01:03:38.521Z] ==> Python coveragepy not found [2020-10-19T01:03:38.521Z] ==> Searching for coverage reports in: [2020-10-19T01:03:38.521Z] + . [2020-10-19T01:03:38.521Z] -> Found 1 reports [2020-10-19T01:03:38.521Z] ==> Detecting git/mercurial file structure [2020-10-19T01:03:38.521Z] ==> Reading reports [2020-10-19T01:03:38.521Z] + ./coverage.out bytes=106727 [2020-10-19T01:03:38.521Z] ==> Appending adjustments [2020-10-19T01:03:38.521Z] https://docs.codecov.io/docs/fixing-reports [2020-10-19T01:03:39.469Z] + Found adjustments [2020-10-19T01:03:39.470Z] ==> Gzipping contents [2020-10-19T01:03:39.470Z] ==> Uploading reports [2020-10-19T01:03:39.470Z] url: https://codecov.io [2020-10-19T01:03:39.470Z] query: branch=PR-348&commit=ba17f5cefa84cbae743b895a907d8ecb709470bc&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-348%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=348&job=&cmd_args= [2020-10-19T01:03:39.470Z] -> Pinging Codecov [2020-10-19T01:03:39.470Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-348&commit=ba17f5cefa84cbae743b895a907d8ecb709470bc&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-348%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=348&job=&cmd_args= [2020-10-19T01:03:39.470Z] -> Uploading to [2020-10-19T01:03:39.470Z] [2020-10-19T01:03:39.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T01:03:39.470Z] Dload Upload Total Spent Left Speed [2020-10-19T01:03:39.470Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-19T01:03:39.470Z] X> Failed to upload [2020-10-19T01:03:39.470Z] ==> Uploading to Codecov [2020-10-19T01:03:39.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T01:03:39.470Z] Dload Upload Total Spent Left Speed [2020-10-19T01:03:40.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17203 100 118 100 17085 195 28375 --:--:-- --:--:-- --:--:-- 28380 [2020-10-19T01:03:40.309Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ba17f5cefa84cbae743b895a907d8ecb709470bc [Pipeline] } [2020-10-19T01:03:40.319Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:03:43.364Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:03:43.938Z] ---> package-listing.sh [2020-10-19T01:03:43.939Z] ++ facter osfamily [2020-10-19T01:03:43.939Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T01:03:43.939Z] + OS_FAMILY=redhat [2020-10-19T01:03:43.939Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-348 [2020-10-19T01:03:43.939Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T01:03:43.939Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T01:03:43.939Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T01:03:43.939Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T01:03:43.939Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-348 ']' [2020-10-19T01:03:43.939Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T01:03:43.939Z] + case "${OS_FAMILY}" in [2020-10-19T01:03:43.939Z] + rpm -qa [2020-10-19T01:03:43.939Z] + sort [2020-10-19T01:03:48.170Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T01:03:48.170Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T01:03:48.170Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T01:03:48.170Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-348 ']' [2020-10-19T01:03:48.170Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-348/archives/ [2020-10-19T01:03:48.171Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-348/archives/ [Pipeline] echo [2020-10-19T01:03:48.186Z] 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_PR-348/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T01:03:48.477Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:03:48.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T01:03:48.783Z] [2020-10-19T01:03:48.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:03:49.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T01:03:49.191Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T01:03:49.191Z] df20fa9351a1: Pulling fs layer [2020-10-19T01:03:49.191Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T01:03:49.191Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T01:03:49.191Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T01:03:49.191Z] 93b61091891f: Pulling fs layer [2020-10-19T01:03:49.191Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T01:03:49.191Z] 5e14af77c1be: Pulling fs layer [2020-10-19T01:03:49.191Z] 01666e4c0597: Pulling fs layer [2020-10-19T01:03:49.191Z] aa168da1d23b: Pulling fs layer [2020-10-19T01:03:49.191Z] 46f8f816bc3b: Waiting [2020-10-19T01:03:49.191Z] 93b9cdb0e59b: Waiting [2020-10-19T01:03:49.191Z] 5e14af77c1be: Waiting [2020-10-19T01:03:49.191Z] 01666e4c0597: Waiting [2020-10-19T01:03:49.191Z] aa168da1d23b: Waiting [2020-10-19T01:03:49.191Z] 93b61091891f: Waiting [2020-10-19T01:03:49.191Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T01:03:49.191Z] 36b3adc4ff6f: Download complete [2020-10-19T01:03:49.191Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T01:03:49.191Z] 46f8f816bc3b: Download complete [2020-10-19T01:03:49.454Z] df20fa9351a1: Verifying Checksum [2020-10-19T01:03:49.454Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T01:03:49.454Z] 93b9cdb0e59b: Download complete [2020-10-19T01:03:49.454Z] 5e14af77c1be: Verifying Checksum [2020-10-19T01:03:49.454Z] 5e14af77c1be: Download complete [2020-10-19T01:03:49.454Z] 01666e4c0597: Verifying Checksum [2020-10-19T01:03:49.454Z] 01666e4c0597: Download complete [2020-10-19T01:03:49.454Z] 93b61091891f: Verifying Checksum [2020-10-19T01:03:49.454Z] 93b61091891f: Download complete [2020-10-19T01:03:49.718Z] df20fa9351a1: Pull complete [2020-10-19T01:03:49.986Z] 36b3adc4ff6f: Pull complete [2020-10-19T01:03:49.986Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T01:03:49.986Z] 8ad3a11d3b57: Download complete [2020-10-19T01:03:50.571Z] 8ad3a11d3b57: Pull complete [2020-10-19T01:03:50.838Z] 46f8f816bc3b: Pull complete [2020-10-19T01:03:51.815Z] 93b61091891f: Pull complete [2020-10-19T01:03:51.815Z] aa168da1d23b: Verifying Checksum [2020-10-19T01:03:51.815Z] aa168da1d23b: Download complete [2020-10-19T01:03:52.079Z] 93b9cdb0e59b: Pull complete [2020-10-19T01:03:52.079Z] 5e14af77c1be: Pull complete [2020-10-19T01:03:52.341Z] 01666e4c0597: Pull complete [2020-10-19T01:04:00.534Z] aa168da1d23b: Pull complete [2020-10-19T01:04:00.534Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T01:04:00.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T01:04:00.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T01:04:00.757Z] prd-centos7-docker-4c-2g-6107 does not seem to be running inside a container [2020-10-19T01:04:00.809Z] $ 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_PR-348/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_PR-348 -v /w/workspace/dry_go-mod-core-contracts_PR-348:/w/workspace/dry_go-mod-core-contracts_PR-348:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-348@tmp:/w/workspace/dry_go-mod-core-contracts_PR-348@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T01:04:04.694Z] $ docker top 6d680ee3812299d4a386bae37d14756ac31d18307803cf78bf61574b0d946d7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:04:05.186Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T01:04:05.485Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T01:04:05.787Z] + ls /var/log/sa-host [2020-10-19T01:04:05.787Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T01:04:05.787Z] file_magic: OK [2020-10-19T01:04:05.787Z] HZ: Using current value: 100 [2020-10-19T01:04:05.787Z] file_header: OK [2020-10-19T01:04:05.787Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T01:04:05.787Z] Statistics: [2020-10-19T01:04:05.787Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T01:04:05.787Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T01:04:05.787Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T01:04:05.787Z] file_magic: OK [2020-10-19T01:04:05.787Z] HZ: Using current value: 100 [2020-10-19T01:04:05.787Z] file_header: OK [2020-10-19T01:04:05.787Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T01:04:05.787Z] Statistics: [2020-10-19T01:04:05.787Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T01:04:05.787Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T01:04:05.996Z] provisioning config files... [2020-10-19T01:04:06.015Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-348@tmp/config7556513637432339200tmp [Pipeline] { [Pipeline] echo [2020-10-19T01:04:06.097Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:04:06.404Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T01:04:06.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T01:04:06.523Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:04:06.822Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T01:04:06.834Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:04:07.137Z] ---> sudo-logs.sh [2020-10-19T01:04:07.137Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T01:04:07.148Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:04:07.446Z] ---> job-cost.sh [2020-10-19T01:04:07.446Z] lf-activate-venv: SKIPPING [2020-10-19T01:04:07.446Z] INFO: No Stack... [2020-10-19T01:04:10.003Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T01:04:10.003Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T01:04:10.017Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:04:10.314Z] ---> logs-deploy.sh [2020-10-19T01:04:10.314Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-348/3 [2020-10-19T01:04:10.314Z] INFO: archiving workspace using pattern(s): [2020-10-19T01:04:12.238Z] Archives upload complete. [2020-10-19T01:04:12.238Z] INFO: archiving logs to Nexus