Pull request #443 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 judehung for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from a966e11bfd60431e64b75bb5acc3f0341d65afbc+68c91049f8b7d99296524415f9ca1b1cd69bf27d (14f3c027c964cdf576f821ac6254bea4b0aa8cb4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21876 in /w/workspace/dry_go-mod-core-contracts_PR-443 [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-443 # 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 Merging remotes/origin/master commit 68c91049f8b7d99296524415f9ca1b1cd69bf27d into PR head commit a966e11bfd60431e64b75bb5acc3f0341d65afbc Merge succeeded, producing a966e11bfd60431e64b75bb5acc3f0341d65afbc Checking out Revision a966e11bfd60431e64b75bb5acc3f0341d65afbc (PR-443) > 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/pull/443/head:refs/remotes/origin/PR-443 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a966e11bfd60431e64b75bb5acc3f0341d65afbc # 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 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a966e11bfd60431e64b75bb5acc3f0341d65afbc # timeout=10 Commit message: "feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse" First time build. Skipping changelog. > git rev-list --no-walk 913e5f2f08b00957cb09e1e68862eb3ccfa63038 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T07:00:17.225Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T07:00:17.481Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T07:00:17.575Z] ========================================================= [2021-01-21T07:00:17.575Z] EdgeX Global Pipelines Version Info [2021-01-21T07:00:17.575Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:00:19.052Z] ------------------- [2021-01-21T07:00:19.053Z] stable info: [2021-01-21T07:00:19.053Z] ------------------- [2021-01-21T07:00:19.053Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T07:00:19.053Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T07:00:19.053Z] Message: update stable to v1.0.179 [2021-01-21T07:00:20.001Z] ------------------- [2021-01-21T07:00:20.001Z] experimental info: [2021-01-21T07:00:20.001Z] ------------------- [2021-01-21T07:00:20.001Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T07:00:20.001Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T07:00:20.001Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T07:00:20.349Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-21T07:00:20.451Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-21T07:00:20.596Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T07:00:20.693Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T07:00:20.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T07:00:20.884Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T07:00:21.030Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T07:00:21.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T07:00:21.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T07:00:21.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T07:00:21.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T07:00:21.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-21T07:00:21.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T07:00:21.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T07:00:21.825Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T07:00:21.924Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T07:00:22.013Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T07:00:22.110Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T07:00:22.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T07:00:22.326Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T07:00:22.415Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T07:00:22.499Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T07:00:22.585Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T07:00:22.681Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T07:00:22.778Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-21T07:00:22.879Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T07:00:23.008Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T07:00:23.093Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-443 [Pipeline] echo [2021-01-21T07:00:23.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-443 [Pipeline] echo [2021-01-21T07:00:23.375Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-443 [Pipeline] echo [2021-01-21T07:00:23.466Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a966e11bfd60431e64b75bb5acc3f0341d65afbc [Pipeline] echo [2021-01-21T07:00:23.584Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a966e11 [Pipeline] echo [2021-01-21T07:00:23.690Z] [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-21T07:00:24.372Z] + git log --format=format:%s -1 a966e11bfd60431e64b75bb5acc3f0341d65afbc [Pipeline] echo [2021-01-21T07:00:24.440Z] GIT_COMMIT: a966e11bfd60431e64b75bb5acc3f0341d65afbc, Commit Message: feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse [Pipeline] echo [2021-01-21T07:00:24.486Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:00:25.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T07:00:25.364Z] [2021-01-21T07:00:25.364Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:00:25.722Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T07:00:25.722Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T07:00:25.722Z] 31603596830f: Pulling fs layer [2021-01-21T07:00:25.722Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T07:00:25.722Z] 6ca5941a6612: Pulling fs layer [2021-01-21T07:00:25.722Z] ecc8261a40a4: Pulling fs layer [2021-01-21T07:00:25.722Z] ecc8261a40a4: Waiting [2021-01-21T07:00:25.722Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T07:00:25.722Z] 2a8b12db71e7: Download complete [2021-01-21T07:00:25.991Z] 31603596830f: Verifying Checksum [2021-01-21T07:00:25.991Z] 31603596830f: Download complete [2021-01-21T07:00:25.991Z] ecc8261a40a4: Verifying Checksum [2021-01-21T07:00:25.991Z] ecc8261a40a4: Download complete [2021-01-21T07:00:25.991Z] 6ca5941a6612: Verifying Checksum [2021-01-21T07:00:25.991Z] 6ca5941a6612: Download complete [2021-01-21T07:00:26.260Z] 31603596830f: Pull complete [2021-01-21T07:00:26.529Z] 2a8b12db71e7: Pull complete [2021-01-21T07:00:27.488Z] 6ca5941a6612: Pull complete [2021-01-21T07:00:27.488Z] ecc8261a40a4: Pull complete [2021-01-21T07:00:27.488Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T07:00:27.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T07:00:27.488Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T07:00:27.605Z] prd-centos7-docker-4c-2g-21876 does not seem to be running inside a container [2021-01-21T07:00:27.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-443 -v /w/workspace/dry_go-mod-core-contracts_PR-443:/w/workspace/dry_go-mod-core-contracts_PR-443:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-443@tmp:/w/workspace/dry_go-mod-core-contracts_PR-443@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:10004/edgex-devops/git-semver:latest cat [2021-01-21T07:00:29.943Z] $ docker top f8a9ab189d026ba96b9e8d2eb958659135e7c4b79d9c6d268cf46901b721413f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T07:00:30.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T07:00:30.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T07:00:30.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T07:00:30.648Z] $ docker exec f8a9ab189d026ba96b9e8d2eb958659135e7c4b79d9c6d268cf46901b721413f ssh-agent [2021-01-21T07:00:30.816Z] SSH_AUTH_SOCK=/tmp/ssh-YP1JWEeqC60H/agent.12 [2021-01-21T07:00:30.816Z] SSH_AGENT_PID=17 [2021-01-21T07:00:30.832Z] Running ssh-add (command line suppressed) [2021-01-21T07:00:30.958Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_5113823553495041507.key (/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_5113823553495041507.key) [2021-01-21T07:00:31.013Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T07:00:31.362Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T07:00:31.397Z] $ docker exec --env ******** --env ******** f8a9ab189d026ba96b9e8d2eb958659135e7c4b79d9c6d268cf46901b721413f ssh-agent -k [2021-01-21T07:00:31.515Z] unset SSH_AUTH_SOCK; [2021-01-21T07:00:31.515Z] unset SSH_AGENT_PID; [2021-01-21T07:00:31.515Z] echo Agent pid 17 killed; [2021-01-21T07:00:31.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T07:00:31.773Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T07:00:31.773Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T07:00:31.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T07:00:31.956Z] $ docker exec f8a9ab189d026ba96b9e8d2eb958659135e7c4b79d9c6d268cf46901b721413f ssh-agent [2021-01-21T07:00:32.139Z] SSH_AUTH_SOCK=/tmp/ssh-TC1sU23EpvWL/agent.45 [2021-01-21T07:00:32.139Z] SSH_AGENT_PID=51 [2021-01-21T07:00:32.148Z] Running ssh-add (command line suppressed) [2021-01-21T07:00:32.296Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_4036125510819131141.key (/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/private_key_4036125510819131141.key) [2021-01-21T07:00:32.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T07:00:32.704Z] + git semver init [2021-01-21T07:00:32.704Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T07:00:32.704Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-443/.git [2021-01-21T07:00:32.704Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-443 [2021-01-21T07:00:32.704Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T07:00:32.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T07:00:32.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T07:00:32.704Z] # $SEMVER_BRANCH = PR-443 [2021-01-21T07:00:32.704Z] # $SEMVER_TEMP = /tmp/semver-586368741 [2021-01-21T07:00:32.704Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-21T07:00:33.284Z] # '/tmp/semver-586368741' -> '/w/workspace/dry_go-mod-core-contracts_PR-443/.semver' [2021-01-21T07:00:33.548Z] # -> Force: false [2021-01-21T07:00:33.548Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-443/.semver [Pipeline] } [2021-01-21T07:00:33.583Z] $ docker exec --env ******** --env ******** f8a9ab189d026ba96b9e8d2eb958659135e7c4b79d9c6d268cf46901b721413f ssh-agent -k [2021-01-21T07:00:33.706Z] unset SSH_AUTH_SOCK; [2021-01-21T07:00:33.707Z] unset SSH_AGENT_PID; [2021-01-21T07:00:33.707Z] echo Agent pid 51 killed; [2021-01-21T07:00:33.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T07:00:34.295Z] + git semver [Pipeline] } [2021-01-21T07:00:34.317Z] $ docker stop --time=1 f8a9ab189d026ba96b9e8d2eb958659135e7c4b79d9c6d268cf46901b721413f [2021-01-21T07:00:35.853Z] $ docker rm -f f8a9ab189d026ba96b9e8d2eb958659135e7c4b79d9c6d268cf46901b721413f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T07:00:36.328Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T07:00:36.839Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T07:00:36.842Z] [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 [2021-01-21T07:00:52.359Z] Still waiting to schedule task [2021-01-21T07:00:52.359Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T07:00:52.362Z] Still waiting to schedule task [2021-01-21T07:00:52.362Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T07:03:16.057Z] Running on prd-centos7-docker-4c-2g-21878 in /w/workspace/dry_go-mod-core-contracts_PR-443 [Pipeline] { [Pipeline] ws [2021-01-21T07:03:16.114Z] Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout [2021-01-21T07:03:18.736Z] using credential edgex-jenkins-ssh [2021-01-21T07:03:18.796Z] Cloning the remote Git repository [2021-01-21T07:03:18.835Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T07:03:18.912Z] > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 [2021-01-21T07:03:18.991Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T07:03:18.991Z] > git --version # timeout=10 [2021-01-21T07:03:19.015Z] > git --version # 'git version 2.24.3' [2021-01-21T07:03:19.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:03:19.080Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:03:20.327Z] Merging remotes/origin/master commit 68c91049f8b7d99296524415f9ca1b1cd69bf27d into PR head commit a966e11bfd60431e64b75bb5acc3f0341d65afbc [2021-01-21T07:03:20.471Z] Merge succeeded, producing a966e11bfd60431e64b75bb5acc3f0341d65afbc [2021-01-21T07:03:20.471Z] Checking out Revision a966e11bfd60431e64b75bb5acc3f0341d65afbc (PR-443) [2021-01-21T07:03:19.797Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T07:03:19.806Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:03:19.820Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T07:03:19.835Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T07:03:19.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:03:19.840Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/443/head:refs/remotes/origin/PR-443 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T07:03:20.336Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:03:20.343Z] > git checkout -f a966e11bfd60431e64b75bb5acc3f0341d65afbc # timeout=10 [2021-01-21T07:03:20.430Z] > git remote # timeout=10 [2021-01-21T07:03:20.443Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T07:03:20.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:03:20.454Z] > git merge 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 [2021-01-21T07:03:20.464Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T07:03:20.477Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:03:20.481Z] > git checkout -f a966e11bfd60431e64b75bb5acc3f0341d65afbc # timeout=10 [2021-01-21T07:03:24.150Z] Commit message: "feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T07:03:25.711Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T07:03:26.038Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T07:03:26.351Z] + sudo service docker restart [2021-01-21T07:03:26.351Z] + true [2021-01-21T07:03:26.351Z] Redirecting to /bin/systemctl restart docker.service [2021-01-21T07:03:26.970Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21877 in /w/workspace/dry_go-mod-core-contracts_PR-443 [Pipeline] { [Pipeline] ws [2021-01-21T07:03:27.023Z] Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout [Pipeline] unstash [Pipeline] echo [2021-01-21T07:03:27.940Z] ========================================================= [2021-01-21T07:03:27.940Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T07:03:27.940Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:03:28.290Z] + 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-21T07:03:28.555Z] Sending build context to Docker daemon 2.291MB [2021-01-21T07:03:28.555Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T07:03:28.555Z] Step 2/7 : FROM ${BASE} [2021-01-21T07:03:28.820Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T07:03:28.820Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T07:03:28.820Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T07:03:28.820Z] de9db76c5a1d: Pulling fs layer [2021-01-21T07:03:28.820Z] bca2f99d35d6: Pulling fs layer [2021-01-21T07:03:28.820Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T07:03:28.820Z] 7c6f9722023f: Pulling fs layer [2021-01-21T07:03:28.820Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T07:03:28.820Z] bca2f99d35d6: Waiting [2021-01-21T07:03:28.820Z] 93359f2a8cfa: Waiting [2021-01-21T07:03:28.820Z] 7c6f9722023f: Waiting [2021-01-21T07:03:28.820Z] a35cf1a2eb13: Waiting [2021-01-21T07:03:28.820Z] de9db76c5a1d: Verifying Checksum [2021-01-21T07:03:28.820Z] de9db76c5a1d: Download complete [2021-01-21T07:03:28.820Z] 0ef7d3d256c8: Download complete [2021-01-21T07:03:28.820Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T07:03:28.820Z] 93359f2a8cfa: Download complete [2021-01-21T07:03:28.820Z] 7c6f9722023f: Verifying Checksum [2021-01-21T07:03:28.820Z] 7c6f9722023f: Download complete [2021-01-21T07:03:28.820Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T07:03:28.820Z] 188c0c94c7c5: Download complete [2021-01-21T07:03:29.086Z] 188c0c94c7c5: Pull complete [2021-01-21T07:03:29.348Z] 0ef7d3d256c8: Pull complete [2021-01-21T07:03:29.610Z] de9db76c5a1d: Pull complete [2021-01-21T07:03:31.024Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T07:03:31.024Z] a35cf1a2eb13: Download complete [2021-01-21T07:03:31.600Z] bca2f99d35d6: Verifying Checksum [2021-01-21T07:03:31.600Z] bca2f99d35d6: Download complete [2021-01-21T07:03:32.260Z] using credential edgex-jenkins-ssh [2021-01-21T07:03:32.318Z] Cloning the remote Git repository [2021-01-21T07:03:32.376Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T07:03:32.487Z] > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 [2021-01-21T07:03:32.586Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T07:03:32.587Z] > git --version # timeout=10 [2021-01-21T07:03:32.604Z] > git --version # 'git version 2.17.1' [2021-01-21T07:03:32.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:03:32.655Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:03:34.558Z] Merging remotes/origin/master commit 68c91049f8b7d99296524415f9ca1b1cd69bf27d into PR head commit a966e11bfd60431e64b75bb5acc3f0341d65afbc [2021-01-21T07:03:33.719Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T07:03:33.740Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T07:03:33.770Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T07:03:33.807Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T07:03:33.843Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:03:33.863Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/443/head:refs/remotes/origin/PR-443 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T07:03:34.581Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:03:34.809Z] Merge succeeded, producing a966e11bfd60431e64b75bb5acc3f0341d65afbc [2021-01-21T07:03:34.809Z] Checking out Revision a966e11bfd60431e64b75bb5acc3f0341d65afbc (PR-443) [2021-01-21T07:03:34.600Z] > git checkout -f a966e11bfd60431e64b75bb5acc3f0341d65afbc # timeout=10 [2021-01-21T07:03:34.728Z] > git remote # timeout=10 [2021-01-21T07:03:34.744Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T07:03:34.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T07:03:34.772Z] > git merge 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 [2021-01-21T07:03:34.798Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T07:03:34.819Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T07:03:34.831Z] > git checkout -f a966e11bfd60431e64b75bb5acc3f0341d65afbc # timeout=10 [2021-01-21T07:03:36.943Z] bca2f99d35d6: Pull complete [2021-01-21T07:03:36.943Z] 93359f2a8cfa: Pull complete [2021-01-21T07:03:37.209Z] 7c6f9722023f: Pull complete [2021-01-21T07:03:39.127Z] Commit message: "feat(command): Revise CommandResponse DTO to MultiCoreCommandsResponse" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T07:03:40.695Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T07:03:41.143Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T07:03:41.490Z] + sudo service docker restart [2021-01-21T07:03:41.490Z] + true [2021-01-21T07:03:43.825Z] a35cf1a2eb13: Pull complete [2021-01-21T07:03:43.825Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T07:03:43.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T07:03:43.825Z] ---> a62c8e92a672 [2021-01-21T07:03:43.825Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo [2021-01-21T07:03:44.364Z] ========================================================= [2021-01-21T07:03:44.364Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T07:03:44.364Z] ========================================================= [2021-01-21T07:03:44.401Z] ---> Running in ea870d59342f [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:03:44.665Z] Removing intermediate container ea870d59342f [2021-01-21T07:03:44.665Z] ---> 9cf41b4c1e9c [2021-01-21T07:03:44.665Z] Step 4/7 : RUN apk add bash [2021-01-21T07:03:44.665Z] ---> Running in 656afee94e18 [2021-01-21T07:03:44.748Z] + 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-21T07:03:45.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:45.728Z] Sending build context to Docker daemon 2.29MB [2021-01-21T07:03:45.728Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T07:03:45.728Z] Step 2/7 : FROM ${BASE} [2021-01-21T07:03:46.006Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T07:03:46.006Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T07:03:46.006Z] a4357932f1b6: Pulling fs layer [2021-01-21T07:03:46.006Z] 18c013af1878: Pulling fs layer [2021-01-21T07:03:46.006Z] 00ac8860ef70: Pulling fs layer [2021-01-21T07:03:46.006Z] 63d7cb157983: Pulling fs layer [2021-01-21T07:03:46.006Z] b116817d02f9: Pulling fs layer [2021-01-21T07:03:46.006Z] 745a02a5169b: Pulling fs layer [2021-01-21T07:03:46.006Z] 00ac8860ef70: Waiting [2021-01-21T07:03:46.006Z] 63d7cb157983: Waiting [2021-01-21T07:03:46.006Z] b116817d02f9: Waiting [2021-01-21T07:03:46.006Z] 745a02a5169b: Waiting [2021-01-21T07:03:46.006Z] 18c013af1878: Verifying Checksum [2021-01-21T07:03:46.006Z] 18c013af1878: Download complete [2021-01-21T07:03:46.006Z] a4357932f1b6: Verifying Checksum [2021-01-21T07:03:46.006Z] a4357932f1b6: Download complete [2021-01-21T07:03:46.006Z] 63d7cb157983: Download complete [2021-01-21T07:03:46.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T07:03:46.278Z] b116817d02f9: Verifying Checksum [2021-01-21T07:03:46.278Z] b116817d02f9: Download complete [2021-01-21T07:03:46.278Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T07:03:46.278Z] 5f621e34cdf4: Download complete [2021-01-21T07:03:46.762Z] OK: 166 MiB in 39 packages [2021-01-21T07:03:46.878Z] 5f621e34cdf4: Pull complete [2021-01-21T07:03:47.338Z] Removing intermediate container 656afee94e18 [2021-01-21T07:03:47.338Z] ---> ba113246e543 [2021-01-21T07:03:47.338Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T07:03:47.338Z] ---> Running in fb1cf018a6d3 [2021-01-21T07:03:47.338Z] Removing intermediate container fb1cf018a6d3 [2021-01-21T07:03:47.338Z] ---> 82298f2ee55c [2021-01-21T07:03:47.338Z] Step 6/7 : COPY go.mod . [2021-01-21T07:03:47.484Z] a4357932f1b6: Pull complete [2021-01-21T07:03:47.601Z] ---> f1283c8e89da [2021-01-21T07:03:47.601Z] Step 7/7 : RUN go mod download [2021-01-21T07:03:47.759Z] 18c013af1878: Pull complete [2021-01-21T07:03:47.863Z] ---> Running in b0218df26b6a [2021-01-21T07:03:49.207Z] 745a02a5169b: Verifying Checksum [2021-01-21T07:03:49.207Z] 745a02a5169b: Download complete [2021-01-21T07:03:49.805Z] 00ac8860ef70: Verifying Checksum [2021-01-21T07:03:49.805Z] 00ac8860ef70: Download complete [2021-01-21T07:03:59.980Z] 00ac8860ef70: Pull complete [2021-01-21T07:04:00.164Z] Removing intermediate container b0218df26b6a [2021-01-21T07:04:00.164Z] ---> b675822f51bf [2021-01-21T07:04:00.164Z] Successfully built b675822f51bf [2021-01-21T07:04:00.164Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:04:00.478Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T07:04:00.478Z] . [Pipeline] withDockerContainer [2021-01-21T07:04:00.585Z] 63d7cb157983: Pull complete [2021-01-21T07:04:00.611Z] prd-centos7-docker-4c-2g-21878 does not seem to be running inside a container [2021-01-21T07:04:00.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T07:04:00.860Z] b116817d02f9: Pull complete [2021-01-21T07:04:01.419Z] $ docker top 49a65c82eace65eb57cd7571b51b4af71c126b8d466426b0124a46df94aa8e88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T07:04:02.117Z] + go version [2021-01-21T07:04:02.117Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T07:04:02.166Z] $ docker stop --time=1 49a65c82eace65eb57cd7571b51b4af71c126b8d466426b0124a46df94aa8e88 [2021-01-21T07:04:03.561Z] $ docker rm -f 49a65c82eace65eb57cd7571b51b4af71c126b8d466426b0124a46df94aa8e88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:04:04.289Z] 745a02a5169b: Pull complete [2021-01-21T07:04:04.289Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T07:04:04.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T07:04:04.289Z] ---> b7e6874047d6 [2021-01-21T07:04:04.289Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T07:04:04.407Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T07:04:04.408Z] . [Pipeline] withDockerContainer [2021-01-21T07:04:04.510Z] prd-centos7-docker-4c-2g-21878 does not seem to be running inside a container [2021-01-21T07:04:04.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T07:04:05.284Z] $ docker top a65e7d36e80d8a8b42c77d4bcf1e80a440a068010e3e0084622d36bfacddaab6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T07:04:05.760Z] + make test [2021-01-21T07:04:05.760Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T07:04:06.928Z] ---> Running in cfe3b97d7cd0 [2021-01-21T07:04:07.527Z] Removing intermediate container cfe3b97d7cd0 [2021-01-21T07:04:07.527Z] ---> 2caaf6b2d30c [2021-01-21T07:04:07.527Z] Step 4/7 : RUN apk add bash [2021-01-21T07:04:07.527Z] ---> Running in 6191d51df8c5 [2021-01-21T07:04:08.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T07:04:09.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T07:04:10.912Z] OK: 142 MiB in 39 packages [2021-01-21T07:04:11.893Z] Removing intermediate container 6191d51df8c5 [2021-01-21T07:04:11.893Z] ---> 89103eafe920 [2021-01-21T07:04:11.893Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T07:04:12.174Z] ---> Running in ca0349275420 [2021-01-21T07:04:12.428Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-21T07:04:12.775Z] Removing intermediate container ca0349275420 [2021-01-21T07:04:12.775Z] ---> ee818600458e [2021-01-21T07:04:12.776Z] Step 6/7 : COPY go.mod . [2021-01-21T07:04:13.377Z] ---> 185a9dca501c [2021-01-21T07:04:13.377Z] Step 7/7 : RUN go mod download [2021-01-21T07:04:13.377Z] ---> Running in 061a254df72a [2021-01-21T07:04:13.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.049s coverage: 85.7% of statements [2021-01-21T07:04:13.394Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.011s coverage: 100.0% of statements [2021-01-21T07:04:13.661Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.012s coverage: 45.4% of statements [2021-01-21T07:04:13.661Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements [2021-01-21T07:04:13.661Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-21T07:04:14.251Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.007s coverage: 26.3% of statements [2021-01-21T07:04:14.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.018s coverage: 14.7% of statements [2021-01-21T07:04:14.519Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements [2021-01-21T07:04:14.803Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements [2021-01-21T07:04:14.803Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-21T07:04:14.803Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-21T07:04:14.803Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements [2021-01-21T07:04:15.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.017s coverage: 47.8% of statements [2021-01-21T07:04:17.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.030s coverage: 63.0% of statements [2021-01-21T07:04:17.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.013s coverage: 26.3% of statements [2021-01-21T07:04:17.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.013s coverage: 15.4% of statements [2021-01-21T07:04:17.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements [2021-01-21T07:04:17.043Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.038s coverage: 14.3% of statements [2021-01-21T07:04:17.043Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-21T07:04:18.011Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.062s coverage: 85.0% of statements [2021-01-21T07:04:18.011Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-21T07:04:18.011Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-21T07:04:18.011Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.022s coverage: 43.6% of statements [2021-01-21T07:04:18.011Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.018s coverage: 94.4% of statements [2021-01-21T07:04:18.011Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.054s coverage: 92.9% of statements [2021-01-21T07:04:18.281Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-01-21T07:04:18.281Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-21T07:04:18.545Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T07:04:19.960Z] gofmt -l . [2021-01-21T07:04:20.221Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-21T07:04:20.238Z] $ docker stop --time=1 a65e7d36e80d8a8b42c77d4bcf1e80a440a068010e3e0084622d36bfacddaab6 [2021-01-21T07:04:22.623Z] $ docker rm -f a65e7d36e80d8a8b42c77d4bcf1e80a440a068010e3e0084622d36bfacddaab6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T07:04:23.222Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T07:04:23.536Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T07:04:28.579Z] Removing intermediate container 061a254df72a [2021-01-21T07:04:28.579Z] ---> 08de8899a999 [2021-01-21T07:04:28.579Z] Successfully built 08de8899a999 [2021-01-21T07:04:28.579Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:04:28.920Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T07:04:28.920Z] . [Pipeline] withDockerContainer [2021-01-21T07:04:29.166Z] prd-ubuntu18.04-docker-arm64-4c-16g-21877 does not seem to be running inside a container [2021-01-21T07:04:29.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T07:04:30.685Z] $ docker top 6606074609d3485e29f7faafedc8f1f2699adb9a3b71ffb6c626c5e8621dd6eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T07:04:31.792Z] + go version [2021-01-21T07:04:31.792Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T07:04:31.818Z] $ docker stop --time=1 6606074609d3485e29f7faafedc8f1f2699adb9a3b71ffb6c626c5e8621dd6eb [2021-01-21T07:04:33.742Z] $ docker rm -f 6606074609d3485e29f7faafedc8f1f2699adb9a3b71ffb6c626c5e8621dd6eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:04:34.645Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T07:04:34.645Z] . [Pipeline] withDockerContainer [2021-01-21T07:04:34.901Z] prd-ubuntu18.04-docker-arm64-4c-16g-21877 does not seem to be running inside a container [2021-01-21T07:04:34.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T07:04:36.390Z] $ docker top 14b0d662aacf93ec44fe855874a38547c7a3f4649bac46dfc6254f5caa6e6f45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T07:04:37.382Z] + make test [2021-01-21T07:04:37.382Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T07:04:59.582Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-21T07:05:01.040Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.044s coverage: 85.7% of statements [2021-01-21T07:05:01.040Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements [2021-01-21T07:05:02.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.049s coverage: 45.4% of statements [2021-01-21T07:05:02.030Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.015s coverage: 77.8% of statements [2021-01-21T07:05:02.031Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-21T07:05:02.307Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.026s coverage: 26.3% of statements [2021-01-21T07:05:04.945Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.042s coverage: 14.7% of statements [2021-01-21T07:05:04.945Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements [2021-01-21T07:05:05.225Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.115s coverage: 91.8% of statements [2021-01-21T07:05:05.225Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-21T07:05:05.225Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-21T07:05:05.225Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.027s coverage: 100.0% of statements [2021-01-21T07:05:05.502Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 47.8% of statements [2021-01-21T07:05:10.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.118s coverage: 63.0% of statements [2021-01-21T07:05:10.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.047s coverage: 26.3% of statements [2021-01-21T07:05:10.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-01-21T07:05:10.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.040s coverage: 15.4% of statements [2021-01-21T07:05:10.933Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.034s coverage: 14.3% of statements [2021-01-21T07:05:10.933Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-21T07:05:12.942Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.242s coverage: 85.0% of statements [2021-01-21T07:05:12.942Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-21T07:05:12.942Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-21T07:05:12.942Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.032s coverage: 43.6% of statements [2021-01-21T07:05:12.942Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.058s coverage: 94.4% of statements [2021-01-21T07:05:14.377Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.127s coverage: 92.9% of statements [2021-01-21T07:05:14.377Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-01-21T07:05:14.377Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-21T07:05:14.649Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-21T07:05:20.073Z] gofmt -l . [2021-01-21T07:05:20.073Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-21T07:05:20.372Z] $ docker stop --time=1 14b0d662aacf93ec44fe855874a38547c7a3f4649bac46dfc6254f5caa6e6f45 [2021-01-21T07:05:22.590Z] $ docker rm -f 14b0d662aacf93ec44fe855874a38547c7a3f4649bac46dfc6254f5caa6e6f45 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T07:05:23.479Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-21T07:05:23.542Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T07:05:24.475Z] 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-21T07:05:26.332Z] provisioning config files... [2021-01-21T07:05:26.347Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/config6488186116788303577tmp [Pipeline] { [Pipeline] sh [2021-01-21T07:05:26.726Z] + set +x [2021-01-21T07:05:26.726Z] + curl -s https://codecov.io/bash [2021-01-21T07:05:26.726Z] + bash -s -- [2021-01-21T07:05:26.989Z] [2021-01-21T07:05:26.989Z] _____ _ [2021-01-21T07:05:26.989Z] / ____| | | [2021-01-21T07:05:26.989Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T07:05:26.989Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T07:05:26.989Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T07:05:26.989Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T07:05:26.989Z] Bash-20210115-cec3c92 [2021-01-21T07:05:26.989Z] [2021-01-21T07:05:26.989Z] [2021-01-21T07:05:26.989Z] ==> git version 2.24.3 found [2021-01-21T07:05:26.989Z] ==> 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-21T07:05:26.989Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T07:05:26.989Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T07:05:26.989Z] ==> Jenkins CI detected. [2021-01-21T07:05:26.989Z] project root: . [2021-01-21T07:05:26.989Z] --> token set from env [2021-01-21T07:05:26.989Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T07:05:26.989Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T07:05:26.989Z] ==> Python coveragepy not found [2021-01-21T07:05:26.989Z] ==> Searching for coverage reports in: [2021-01-21T07:05:26.989Z] + . [2021-01-21T07:05:26.989Z] -> Found 1 reports [2021-01-21T07:05:26.989Z] ==> Detecting git/mercurial file structure [2021-01-21T07:05:26.989Z] ==> Reading reports [2021-01-21T07:05:26.989Z] + ./coverage.out bytes=129557 [2021-01-21T07:05:26.989Z] ==> Appending adjustments [2021-01-21T07:05:26.989Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T07:05:27.941Z] + Found adjustments [2021-01-21T07:05:27.941Z] ==> Gzipping contents [2021-01-21T07:05:27.941Z] 20K /tmp/codecov.8RJmlI.gz [2021-01-21T07:05:27.941Z] ==> Uploading reports [2021-01-21T07:05:27.941Z] url: https://codecov.io [2021-01-21T07:05:27.941Z] query: branch=PR-443&commit=a966e11bfd60431e64b75bb5acc3f0341d65afbc&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-443%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=443&job=&cmd_args= [2021-01-21T07:05:27.941Z] -> Pinging Codecov [2021-01-21T07:05:27.941Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-443&commit=a966e11bfd60431e64b75bb5acc3f0341d65afbc&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-443%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=443&job=&cmd_args= [2021-01-21T07:05:28.516Z] -> Uploading to [2021-01-21T07:05:28.516Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/71470A77251A30514AAF9C0BB2E5B6CE/a966e11bfd60431e64b75bb5acc3f0341d65afbc/3ec30e6b-fe09-4ce0-820e-4ab06d670b3a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T070528Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=93dc989903e7d616a706b8e5a367aaed21b619fbe7784ecadf6a5c2a0846ed0e [2021-01-21T07:05:28.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T07:05:28.516Z] Dload Upload Total Spent Left Speed [2021-01-21T07:05:28.779Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19812 0 0 100 19812 0 39381 --:--:-- --:--:-- --:--:-- 39387 100 19812 0 0 100 19812 0 39369 --:--:-- --:--:-- --:--:-- 39309 [2021-01-21T07:05:28.779Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/a966e11bfd60431e64b75bb5acc3f0341d65afbc [Pipeline] } [2021-01-21T07:05:28.788Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) 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 [2021-01-21T07:05:31.402Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:05:31.715Z] ---> package-listing.sh [2021-01-21T07:05:31.715Z] ++ facter osfamily [2021-01-21T07:05:31.715Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T07:05:31.715Z] + OS_FAMILY=redhat [2021-01-21T07:05:31.715Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-443 [2021-01-21T07:05:31.715Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T07:05:31.715Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T07:05:31.715Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T07:05:31.715Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T07:05:31.715Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-443 ']' [2021-01-21T07:05:31.715Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T07:05:31.715Z] + case "${OS_FAMILY}" in [2021-01-21T07:05:31.715Z] + rpm -qa [2021-01-21T07:05:31.715Z] + sort [2021-01-21T07:05:37.023Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T07:05:37.024Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T07:05:37.024Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T07:05:37.024Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-443 ']' [2021-01-21T07:05:37.024Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-443/archives/ [2021-01-21T07:05:37.024Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-443/archives/ [Pipeline] echo [2021-01-21T07:05:37.040Z] 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-443/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T07:05:37.343Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:05:37.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T07:05:37.650Z] [2021-01-21T07:05:37.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T07:05:37.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T07:05:37.997Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T07:05:37.997Z] df20fa9351a1: Pulling fs layer [2021-01-21T07:05:37.997Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T07:05:37.997Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T07:05:37.997Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T07:05:37.997Z] 93b61091891f: Pulling fs layer [2021-01-21T07:05:37.997Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T07:05:37.997Z] 5e14af77c1be: Pulling fs layer [2021-01-21T07:05:37.997Z] 01666e4c0597: Pulling fs layer [2021-01-21T07:05:37.997Z] aa168da1d23b: Pulling fs layer [2021-01-21T07:05:37.997Z] 93b9cdb0e59b: Waiting [2021-01-21T07:05:37.997Z] 01666e4c0597: Waiting [2021-01-21T07:05:37.997Z] 5e14af77c1be: Waiting [2021-01-21T07:05:37.997Z] aa168da1d23b: Waiting [2021-01-21T07:05:37.997Z] 46f8f816bc3b: Waiting [2021-01-21T07:05:37.997Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T07:05:37.997Z] 36b3adc4ff6f: Download complete [2021-01-21T07:05:37.997Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T07:05:37.997Z] 46f8f816bc3b: Download complete [2021-01-21T07:05:38.262Z] df20fa9351a1: Verifying Checksum [2021-01-21T07:05:38.262Z] df20fa9351a1: Download complete [2021-01-21T07:05:38.262Z] 93b61091891f: Verifying Checksum [2021-01-21T07:05:38.262Z] 93b61091891f: Download complete [2021-01-21T07:05:38.262Z] 93b9cdb0e59b: Download complete [2021-01-21T07:05:38.262Z] 5e14af77c1be: Verifying Checksum [2021-01-21T07:05:38.262Z] 5e14af77c1be: Download complete [2021-01-21T07:05:38.262Z] 01666e4c0597: Verifying Checksum [2021-01-21T07:05:38.262Z] 01666e4c0597: Download complete [2021-01-21T07:05:38.838Z] df20fa9351a1: Pull complete [2021-01-21T07:05:38.838Z] 36b3adc4ff6f: Pull complete [2021-01-21T07:05:39.107Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T07:05:39.107Z] 8ad3a11d3b57: Download complete [2021-01-21T07:05:40.109Z] 8ad3a11d3b57: Pull complete [2021-01-21T07:05:40.109Z] 46f8f816bc3b: Pull complete [2021-01-21T07:05:40.692Z] 93b61091891f: Pull complete [2021-01-21T07:05:40.957Z] 93b9cdb0e59b: Pull complete [2021-01-21T07:05:40.957Z] aa168da1d23b: Verifying Checksum [2021-01-21T07:05:40.957Z] aa168da1d23b: Download complete [2021-01-21T07:05:40.957Z] 5e14af77c1be: Pull complete [2021-01-21T07:05:41.222Z] 01666e4c0597: Pull complete [2021-01-21T07:05:47.860Z] aa168da1d23b: Pull complete [2021-01-21T07:05:47.860Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T07:05:47.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T07:05:47.860Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T07:05:48.022Z] prd-centos7-docker-4c-2g-21876 does not seem to be running inside a container [2021-01-21T07:05:48.069Z] $ 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-443/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-443 -v /w/workspace/dry_go-mod-core-contracts_PR-443:/w/workspace/dry_go-mod-core-contracts_PR-443:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-443@tmp:/w/workspace/dry_go-mod-core-contracts_PR-443@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T07:05:51.748Z] $ docker top e781b0961a2496bf34eca3093c2fe29dbecb0cfee4bd43ed173b8464d3ae3569 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T07:05:52.338Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T07:05:52.642Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T07:05:52.943Z] + ls /var/log/sa-host [2021-01-21T07:05:52.943Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T07:05:52.943Z] file_magic: OK [2021-01-21T07:05:52.943Z] HZ: Using current value: 100 [2021-01-21T07:05:52.943Z] file_header: OK [2021-01-21T07:05:52.943Z] 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-21T07:05:52.943Z] Statistics: [2021-01-21T07:05:52.944Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T07:05:52.944Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T07:05:52.944Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T07:05:52.944Z] file_magic: OK [2021-01-21T07:05:52.944Z] HZ: Using current value: 100 [2021-01-21T07:05:52.944Z] file_header: OK [2021-01-21T07:05:52.944Z] 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-21T07:05:52.944Z] Statistics: [2021-01-21T07:05:52.944Z] Hnuu...uuuununununu... [2021-01-21T07:05:52.944Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T07:05:53.180Z] provisioning config files... [2021-01-21T07:05:53.195Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-443@tmp/config281009068282438031tmp [Pipeline] { [Pipeline] echo [2021-01-21T07:05:53.275Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:05:53.572Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T07:05:53.582Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T07:05:53.698Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:05:53.997Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T07:05:54.008Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:05:54.307Z] ---> sudo-logs.sh [2021-01-21T07:05:54.307Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T07:05:54.320Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:05:54.622Z] ---> job-cost.sh [2021-01-21T07:05:54.622Z] lf-activate-venv: SKIPPING [2021-01-21T07:05:54.622Z] INFO: No Stack... [2021-01-21T07:05:56.013Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T07:05:56.592Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T07:05:56.606Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T07:05:56.903Z] ---> logs-deploy.sh [2021-01-21T07:05:56.903Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-443/6 [2021-01-21T07:05:56.903Z] INFO: archiving workspace using pattern(s): [2021-01-21T07:05:58.826Z] Archives upload complete. [2021-01-21T07:05:58.826Z] INFO: archiving logs to Nexus