Pull request #580 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 5e57747caa5f199a1759cb4e8490db6eac6544c3 rather than 7967573648d2cc6f61c5def0504d86e6af818f05 Obtained Jenkinsfile from 5e57747caa5f199a1759cb4e8490db6eac6544c3 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-253 in /w/workspace/dry_go-mod-core-contracts_PR-580 [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-580 # 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 5e57747caa5f199a1759cb4e8490db6eac6544c3 into PR head commit 7967573648d2cc6f61c5def0504d86e6af818f05 Merge succeeded, producing 7967573648d2cc6f61c5def0504d86e6af818f05 Checking out Revision 7967573648d2cc6f61c5def0504d86e6af818f05 (PR-580) > 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/580/head:refs/remotes/origin/PR-580 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # 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 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 Commit message: "feat(v2): Put together the constants of the models package" > git rev-list --no-walk eab045b47bd1768485f9aadff8ba0f7869bbaf35 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-15T10:11:54.940Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-15T10:11:55.028Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-15T10:11:55.065Z] ========================================================= [2021-04-15T10:11:55.065Z] EdgeX Global Pipelines Version Info [2021-04-15T10:11:55.065Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:11:56.594Z] ------------------- [2021-04-15T10:11:56.594Z] stable info: [2021-04-15T10:11:56.594Z] ------------------- [2021-04-15T10:11:56.594Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-15T10:11:56.594Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-15T10:11:56.594Z] Message: update stable to v1.0.186 [2021-04-15T10:11:57.544Z] ------------------- [2021-04-15T10:11:57.544Z] experimental info: [2021-04-15T10:11:57.544Z] ------------------- [2021-04-15T10:11:57.544Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-15T10:11:57.544Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-15T10:11:57.544Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-15T10:11:57.684Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-04-15T10:11:57.708Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-04-15T10:11:57.730Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-15T10:11:57.752Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-15T10:11:57.778Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-15T10:11:57.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-15T10:11:57.826Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-15T10:11:57.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-15T10:11:57.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-15T10:11:57.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-15T10:11:57.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-15T10:11:57.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-04-15T10:11:57.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-15T10:11:58.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-15T10:11:58.054Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T10:11:58.080Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T10:11:58.103Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T10:11:58.135Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T10:11:58.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-15T10:11:58.210Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-15T10:11:58.233Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-15T10:11:58.257Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-15T10:11:58.284Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-15T10:11:58.321Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-15T10:11:58.352Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-15T10:11:58.375Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-15T10:11:58.399Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-580 [Pipeline] echo [2021-04-15T10:11:58.425Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-580 [Pipeline] echo [2021-04-15T10:11:58.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-580 [Pipeline] echo [2021-04-15T10:11:58.480Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7967573648d2cc6f61c5def0504d86e6af818f05 [Pipeline] echo [2021-04-15T10:11:58.504Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7967573 [Pipeline] echo [2021-04-15T10:11:58.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T10:11:58.946Z] + git log --format=format:%s -1 7967573648d2cc6f61c5def0504d86e6af818f05 [Pipeline] echo [2021-04-15T10:11:59.025Z] GIT_COMMIT: 7967573648d2cc6f61c5def0504d86e6af818f05, Commit Message: feat(v2): Put together the constants of the models package [Pipeline] echo [2021-04-15T10:11:59.038Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:11:59.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T10:11:59.858Z] [2021-04-15T10:11:59.858Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:12:00.180Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T10:12:00.180Z] latest: Pulling from edgex-devops/git-semver [2021-04-15T10:12:00.180Z] 31603596830f: Pulling fs layer [2021-04-15T10:12:00.180Z] 2a8b12db71e7: Pulling fs layer [2021-04-15T10:12:00.180Z] 6ca5941a6612: Pulling fs layer [2021-04-15T10:12:00.180Z] ecc8261a40a4: Pulling fs layer [2021-04-15T10:12:00.180Z] ecc8261a40a4: Waiting [2021-04-15T10:12:00.180Z] 2a8b12db71e7: Verifying Checksum [2021-04-15T10:12:00.180Z] 2a8b12db71e7: Download complete [2021-04-15T10:12:00.443Z] 31603596830f: Verifying Checksum [2021-04-15T10:12:00.443Z] 31603596830f: Download complete [2021-04-15T10:12:00.443Z] ecc8261a40a4: Verifying Checksum [2021-04-15T10:12:00.443Z] ecc8261a40a4: Download complete [2021-04-15T10:12:00.443Z] 6ca5941a6612: Verifying Checksum [2021-04-15T10:12:00.443Z] 6ca5941a6612: Download complete [2021-04-15T10:12:00.707Z] 31603596830f: Pull complete [2021-04-15T10:12:00.707Z] 2a8b12db71e7: Pull complete [2021-04-15T10:12:01.666Z] 6ca5941a6612: Pull complete [2021-04-15T10:12:01.930Z] ecc8261a40a4: Pull complete [2021-04-15T10:12:01.930Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-15T10:12:01.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T10:12:01.930Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-15T10:12:02.045Z] prd-centos7-docker-4c-2g-253 does not seem to be running inside a container [2021-04-15T10:12:02.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-580 -v /w/workspace/dry_go-mod-core-contracts_PR-580:/w/workspace/dry_go-mod-core-contracts_PR-580:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-580@tmp:/w/workspace/dry_go-mod-core-contracts_PR-580@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T10:12:04.216Z] $ docker top 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T10:12:04.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T10:12:04.363Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T10:12:04.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T10:12:04.605Z] $ docker exec 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent [2021-04-15T10:12:04.786Z] SSH_AUTH_SOCK=/tmp/ssh-9qAUrD2AslFL/agent.12 [2021-04-15T10:12:04.786Z] SSH_AGENT_PID=17 [2021-04-15T10:12:04.795Z] Running ssh-add (command line suppressed) [2021-04-15T10:12:04.916Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_7117756617361033311.key (/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_7117756617361033311.key) [2021-04-15T10:12:04.973Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T10:12:05.278Z] + git tag --points-at HEAD [Pipeline] } [2021-04-15T10:12:05.300Z] $ docker exec --env ******** --env ******** 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent -k [2021-04-15T10:12:05.411Z] unset SSH_AUTH_SOCK; [2021-04-15T10:12:05.411Z] unset SSH_AGENT_PID; [2021-04-15T10:12:05.411Z] echo Agent pid 17 killed; [2021-04-15T10:12:05.459Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-15T10:12:05.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T10:12:05.497Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T10:12:05.669Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T10:12:05.674Z] $ docker exec 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent [2021-04-15T10:12:05.831Z] SSH_AUTH_SOCK=/tmp/ssh-PEZhnMd5KN5s/agent.46 [2021-04-15T10:12:05.831Z] SSH_AGENT_PID=51 [2021-04-15T10:12:05.838Z] Running ssh-add (command line suppressed) [2021-04-15T10:12:05.969Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_3554650335260517956.key (/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/private_key_3554650335260517956.key) [2021-04-15T10:12:06.019Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T10:12:06.320Z] + git semver init [2021-04-15T10:12:06.320Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T10:12:06.320Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-580/.git [2021-04-15T10:12:06.320Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-580 [2021-04-15T10:12:06.320Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T10:12:06.320Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T10:12:06.320Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T10:12:06.320Z] # $SEMVER_BRANCH = PR-580 [2021-04-15T10:12:06.320Z] # $SEMVER_TEMP = /tmp/semver-122485658 [2021-04-15T10:12:06.320Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-04-15T10:12:07.274Z] # '/tmp/semver-122485658' -> '/w/workspace/dry_go-mod-core-contracts_PR-580/.semver' [2021-04-15T10:12:07.274Z] # -> Force: false [2021-04-15T10:12:07.274Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-580/.semver [Pipeline] } [2021-04-15T10:12:07.292Z] $ docker exec --env ******** --env ******** 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 ssh-agent -k [2021-04-15T10:12:07.405Z] unset SSH_AUTH_SOCK; [2021-04-15T10:12:07.406Z] unset SSH_AGENT_PID; [2021-04-15T10:12:07.406Z] echo Agent pid 51 killed; [2021-04-15T10:12:07.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T10:12:07.788Z] + git semver [Pipeline] } [2021-04-15T10:12:07.805Z] $ docker stop --time=1 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 [2021-04-15T10:12:09.627Z] $ docker rm -f 73a199351363c14c491fd35e0d490dbc4d3a2c8814a774ae462fa221a6471118 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T10:12:10.025Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-15T10:12:10.354Z] Stashed 1 file(s) [Pipeline] echo [2021-04-15T10:12:10.357Z] [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-04-15T10:12:25.548Z] Still waiting to schedule task [2021-04-15T10:12:25.549Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-15T10:12:25.555Z] Still waiting to schedule task [2021-04-15T10:12:25.555Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-15T10:14:51.695Z] Running on prd-centos7-docker-4c-2g-254 in /w/workspace/dry_go-mod-core-contracts_PR-580 [Pipeline] { [Pipeline] ws [2021-04-15T10:14:51.727Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-04-15T10:14:54.425Z] using credential edgex-jenkins-ssh [2021-04-15T10:14:54.439Z] Cloning the remote Git repository [2021-04-15T10:14:54.464Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T10:14:54.528Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-04-15T10:14:54.586Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T10:14:54.587Z] > git --version # timeout=10 [2021-04-15T10:14:54.592Z] > git --version # 'git version 2.24.3' [2021-04-15T10:14:54.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T10:14:54.614Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T10:14:55.282Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T10:14:55.290Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T10:14:55.303Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T10:14:55.318Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T10:14:55.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T10:14:55.326Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/580/head:refs/remotes/origin/PR-580 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T10:14:55.840Z] Merging remotes/origin/master commit 5e57747caa5f199a1759cb4e8490db6eac6544c3 into PR head commit 7967573648d2cc6f61c5def0504d86e6af818f05 [2021-04-15T10:14:55.961Z] Merge succeeded, producing 7967573648d2cc6f61c5def0504d86e6af818f05 [2021-04-15T10:14:55.961Z] Checking out Revision 7967573648d2cc6f61c5def0504d86e6af818f05 (PR-580) [2021-04-15T10:14:55.850Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T10:14:55.857Z] > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 [2021-04-15T10:14:55.933Z] > git remote # timeout=10 [2021-04-15T10:14:55.938Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T10:14:55.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T10:14:55.947Z] > git merge 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 [2021-04-15T10:14:55.957Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T10:14:55.966Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T10:14:55.972Z] > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 [2021-04-15T10:14:59.576Z] Commit message: "feat(v2): Put together the constants of the models package" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T10:15:00.740Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-15T10:15:01.070Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T10:15:01.370Z] + sudo service docker restart [2021-04-15T10:15:01.370Z] + true [2021-04-15T10:15:01.370Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-15T10:15:02.491Z] ========================================================= [2021-04-15T10:15:02.491Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-15T10:15:02.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:15:02.809Z] + 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-04-15T10:15:03.387Z] Sending build context to Docker daemon 2.996MB [2021-04-15T10:15:03.388Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-15T10:15:03.388Z] Step 2/7 : FROM ${BASE} [2021-04-15T10:15:03.388Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-15T10:15:03.388Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T10:15:03.388Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T10:15:03.388Z] de9db76c5a1d: Pulling fs layer [2021-04-15T10:15:03.388Z] bca2f99d35d6: Pulling fs layer [2021-04-15T10:15:03.388Z] 93359f2a8cfa: Pulling fs layer [2021-04-15T10:15:03.388Z] 7c6f9722023f: Pulling fs layer [2021-04-15T10:15:03.388Z] a35cf1a2eb13: Pulling fs layer [2021-04-15T10:15:03.388Z] 93359f2a8cfa: Waiting [2021-04-15T10:15:03.388Z] 7c6f9722023f: Waiting [2021-04-15T10:15:03.388Z] a35cf1a2eb13: Waiting [2021-04-15T10:15:03.388Z] bca2f99d35d6: Waiting [2021-04-15T10:15:03.655Z] de9db76c5a1d: Verifying Checksum [2021-04-15T10:15:03.655Z] de9db76c5a1d: Download complete [2021-04-15T10:15:03.655Z] 0ef7d3d256c8: Verifying Checksum [2021-04-15T10:15:03.655Z] 0ef7d3d256c8: Download complete [2021-04-15T10:15:03.655Z] 93359f2a8cfa: Verifying Checksum [2021-04-15T10:15:03.655Z] 93359f2a8cfa: Download complete [2021-04-15T10:15:03.655Z] 7c6f9722023f: Verifying Checksum [2021-04-15T10:15:03.655Z] 7c6f9722023f: Download complete [2021-04-15T10:15:03.655Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T10:15:03.655Z] 188c0c94c7c5: Download complete [2021-04-15T10:15:03.920Z] 188c0c94c7c5: Pull complete [2021-04-15T10:15:04.183Z] 0ef7d3d256c8: Pull complete [2021-04-15T10:15:04.183Z] de9db76c5a1d: Pull complete [2021-04-15T10:15:05.579Z] a35cf1a2eb13: Verifying Checksum [2021-04-15T10:15:05.579Z] a35cf1a2eb13: Download complete [2021-04-15T10:15:06.529Z] bca2f99d35d6: Download complete [2021-04-15T10:15:11.848Z] bca2f99d35d6: Pull complete [2021-04-15T10:15:11.848Z] 93359f2a8cfa: Pull complete [2021-04-15T10:15:11.848Z] 7c6f9722023f: Pull complete [2021-04-15T10:15:20.037Z] a35cf1a2eb13: Pull complete [2021-04-15T10:15:20.037Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-15T10:15:20.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-15T10:15:20.037Z] ---> a62c8e92a672 [2021-04-15T10:15:20.037Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-15T10:15:20.037Z] ---> Running in df672636958c [2021-04-15T10:15:20.037Z] Removing intermediate container df672636958c [2021-04-15T10:15:20.037Z] ---> b2cc0c2df4b8 [2021-04-15T10:15:20.037Z] Step 4/7 : RUN apk add bash [2021-04-15T10:15:20.037Z] ---> Running in d90a2874036a [2021-04-15T10:15:20.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T10:15:21.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T10:15:21.764Z] OK: 166 MiB in 39 packages [2021-04-15T10:15:22.341Z] Removing intermediate container d90a2874036a [2021-04-15T10:15:22.341Z] ---> f7e15a687762 [2021-04-15T10:15:22.341Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-15T10:15:22.341Z] ---> Running in 332240251a6c [2021-04-15T10:15:22.607Z] Removing intermediate container 332240251a6c [2021-04-15T10:15:22.607Z] ---> 030cb131a506 [2021-04-15T10:15:22.607Z] Step 6/7 : COPY go.mod . [2021-04-15T10:15:22.870Z] ---> 5fac4c221999 [2021-04-15T10:15:22.870Z] Step 7/7 : RUN go mod download [2021-04-15T10:15:22.870Z] ---> Running in ba9a80c0091b [2021-04-15T10:15:37.859Z] Removing intermediate container ba9a80c0091b [2021-04-15T10:15:37.859Z] ---> 7eec6655be36 [2021-04-15T10:15:37.859Z] Successfully built 7eec6655be36 [2021-04-15T10:15:37.859Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:15:38.182Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T10:15:38.182Z] . [Pipeline] withDockerContainer [2021-04-15T10:15:38.306Z] prd-centos7-docker-4c-2g-254 does not seem to be running inside a container [2021-04-15T10:15:38.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat [2021-04-15T10:15:39.231Z] $ docker top 228f404cd044b1a2eef7f7283384fd8d13489493ff78717ca3475b0e06a45b14 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T10:15:39.652Z] + go version [2021-04-15T10:15:39.653Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-15T10:15:39.668Z] $ docker stop --time=1 228f404cd044b1a2eef7f7283384fd8d13489493ff78717ca3475b0e06a45b14 [2021-04-15T10:15:41.028Z] $ docker rm -f 228f404cd044b1a2eef7f7283384fd8d13489493ff78717ca3475b0e06a45b14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:15:41.547Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T10:15:41.547Z] . [Pipeline] withDockerContainer [2021-04-15T10:15:41.641Z] prd-centos7-docker-4c-2g-254 does not seem to be running inside a container [2021-04-15T10:15:41.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat [2021-04-15T10:15:42.278Z] $ docker top b27b362767afe54a5b872191d1cf404674a8b55a76f0bc5d0db757177beb7f25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T10:15:42.682Z] + make test [2021-04-15T10:15:42.682Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-15T10:15:49.353Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-15T10:15:49.934Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements [2021-04-15T10:15:49.934Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.014s coverage: 100.0% of statements [2021-04-15T10:15:50.536Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.012s coverage: 45.4% of statements [2021-04-15T10:15:50.800Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements [2021-04-15T10:15:50.800Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-15T10:15:51.383Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.061s coverage: 26.3% of statements [2021-04-15T10:15:51.654Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.027s coverage: 14.7% of statements [2021-04-15T10:15:51.654Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.006s coverage: 100.0% of statements [2021-04-15T10:15:51.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.035s coverage: 91.8% of statements [2021-04-15T10:15:51.931Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-15T10:15:51.931Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-15T10:15:51.931Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements [2021-04-15T10:15:52.196Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 35.5% of statements [2021-04-15T10:15:53.057Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-255 in /w/workspace/dry_go-mod-core-contracts_PR-580 [Pipeline] { [Pipeline] ws [2021-04-15T10:15:53.075Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-04-15T10:15:54.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.041s coverage: 63.0% of statements [2021-04-15T10:15:54.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements [2021-04-15T10:15:54.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.022s coverage: 15.4% of statements [2021-04-15T10:15:54.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements [2021-04-15T10:15:54.178Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.049s coverage: 14.3% of statements [2021-04-15T10:15:54.793Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-15T10:15:56.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.107s coverage: 84.4% of statements [2021-04-15T10:15:56.760Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-15T10:15:56.760Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-15T10:15:56.760Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-15T10:15:56.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.028s coverage: 46.0% of statements [2021-04-15T10:15:56.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements [2021-04-15T10:15:57.336Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.059s coverage: 87.1% of statements [2021-04-15T10:15:57.336Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements [2021-04-15T10:15:57.336Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.010s coverage: 69.6% of statements [2021-04-15T10:15:57.684Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-15T10:15:58.412Z] using credential edgex-jenkins-ssh [2021-04-15T10:15:58.433Z] Cloning the remote Git repository [2021-04-15T10:15:58.559Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T10:15:58.775Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-04-15T10:15:58.859Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T10:15:58.859Z] > git --version # timeout=10 [2021-04-15T10:15:58.874Z] > git --version # 'git version 2.17.1' [2021-04-15T10:15:58.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T10:15:58.934Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T10:15:59.730Z] gofmt -l . [2021-04-15T10:15:59.730Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-15T10:16:00.015Z] $ docker stop --time=1 b27b362767afe54a5b872191d1cf404674a8b55a76f0bc5d0db757177beb7f25 [2021-04-15T10:16:00.062Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T10:16:00.081Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T10:16:00.103Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T10:16:00.132Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T10:16:00.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T10:16:00.144Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/580/head:refs/remotes/origin/PR-580 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T10:16:00.817Z] Merging remotes/origin/master commit 5e57747caa5f199a1759cb4e8490db6eac6544c3 into PR head commit 7967573648d2cc6f61c5def0504d86e6af818f05 [2021-04-15T10:16:01.063Z] Merge succeeded, producing 7967573648d2cc6f61c5def0504d86e6af818f05 [2021-04-15T10:16:01.064Z] Checking out Revision 7967573648d2cc6f61c5def0504d86e6af818f05 (PR-580) [2021-04-15T10:16:00.838Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T10:16:00.855Z] > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 [2021-04-15T10:16:00.990Z] > git remote # timeout=10 [2021-04-15T10:16:01.005Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T10:16:01.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T10:16:01.035Z] > git merge 5e57747caa5f199a1759cb4e8490db6eac6544c3 # timeout=10 [2021-04-15T10:16:01.055Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T10:16:01.074Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T10:16:01.093Z] > git checkout -f 7967573648d2cc6f61c5def0504d86e6af818f05 # timeout=10 [2021-04-15T10:16:02.383Z] $ docker rm -f b27b362767afe54a5b872191d1cf404674a8b55a76f0bc5d0db757177beb7f25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T10:16:02.945Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T10:16:03.308Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:16:03.874Z] ---> job-cost.sh [2021-04-15T10:16:03.874Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PuuK [2021-04-15T10:16:05.358Z] Commit message: "feat(v2): Put together the constants of the models package" [2021-04-15T10:16:05.662Z] [2021-04-15T10:16:05.662Z] GitHub has been notified of this commit’s build result [2021-04-15T10:16:05.662Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T10:16:06.709Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-15T10:16:07.110Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T10:16:07.442Z] + sudo service docker restart [2021-04-15T10:16:07.442Z] + true [Pipeline] unstash [Pipeline] echo [2021-04-15T10:16:10.343Z] ========================================================= [2021-04-15T10:16:10.343Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-15T10:16:10.343Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:16:10.686Z] + 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-04-15T10:16:11.669Z] Sending build context to Docker daemon 2.995MB [2021-04-15T10:16:11.669Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-15T10:16:11.669Z] Step 2/7 : FROM ${BASE} [2021-04-15T10:16:12.266Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-15T10:16:12.266Z] 5f621e34cdf4: Pulling fs layer [2021-04-15T10:16:12.266Z] a4357932f1b6: Pulling fs layer [2021-04-15T10:16:12.266Z] 18c013af1878: Pulling fs layer [2021-04-15T10:16:12.266Z] 00ac8860ef70: Pulling fs layer [2021-04-15T10:16:12.266Z] 63d7cb157983: Pulling fs layer [2021-04-15T10:16:12.266Z] b116817d02f9: Pulling fs layer [2021-04-15T10:16:12.266Z] 745a02a5169b: Pulling fs layer [2021-04-15T10:16:12.266Z] 00ac8860ef70: Waiting [2021-04-15T10:16:12.266Z] 63d7cb157983: Waiting [2021-04-15T10:16:12.266Z] b116817d02f9: Waiting [2021-04-15T10:16:12.266Z] 745a02a5169b: Waiting [2021-04-15T10:16:12.266Z] 18c013af1878: Verifying Checksum [2021-04-15T10:16:12.266Z] 18c013af1878: Download complete [2021-04-15T10:16:12.266Z] a4357932f1b6: Verifying Checksum [2021-04-15T10:16:12.266Z] a4357932f1b6: Download complete [2021-04-15T10:16:12.536Z] 63d7cb157983: Verifying Checksum [2021-04-15T10:16:12.536Z] 63d7cb157983: Download complete [2021-04-15T10:16:12.536Z] b116817d02f9: Verifying Checksum [2021-04-15T10:16:12.536Z] b116817d02f9: Download complete [2021-04-15T10:16:12.810Z] 5f621e34cdf4: Verifying Checksum [2021-04-15T10:16:12.810Z] 5f621e34cdf4: Download complete [2021-04-15T10:16:13.411Z] 5f621e34cdf4: Pull complete [2021-04-15T10:16:14.004Z] a4357932f1b6: Pull complete [2021-04-15T10:16:14.278Z] 18c013af1878: Pull complete [2021-04-15T10:16:15.257Z] 745a02a5169b: Verifying Checksum [2021-04-15T10:16:15.257Z] 745a02a5169b: Download complete [2021-04-15T10:16:17.258Z] 00ac8860ef70: Verifying Checksum [2021-04-15T10:16:17.258Z] 00ac8860ef70: Download complete [2021-04-15T10:16:18.813Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T10:16:27.431Z] 00ac8860ef70: Pull complete [2021-04-15T10:16:27.705Z] 63d7cb157983: Pull complete [2021-04-15T10:16:27.980Z] b116817d02f9: Pull complete [2021-04-15T10:16:32.342Z] 745a02a5169b: Pull complete [2021-04-15T10:16:32.342Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-15T10:16:32.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-15T10:16:32.342Z] ---> b7e6874047d6 [2021-04-15T10:16:32.342Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-15T10:16:34.319Z] ---> Running in 2767b0f41b28 [2021-04-15T10:16:34.916Z] Removing intermediate container 2767b0f41b28 [2021-04-15T10:16:34.916Z] ---> e3d33171170f [2021-04-15T10:16:34.916Z] Step 4/7 : RUN apk add bash [2021-04-15T10:16:34.916Z] ---> Running in 458939a4c831 [2021-04-15T10:16:36.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T10:16:37.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T10:16:37.922Z] OK: 142 MiB in 39 packages [2021-04-15T10:16:39.359Z] Removing intermediate container 458939a4c831 [2021-04-15T10:16:39.359Z] ---> ead91b2b2384 [2021-04-15T10:16:39.359Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-15T10:16:39.359Z] ---> Running in 5f31c4c0edff [2021-04-15T10:16:39.634Z] Removing intermediate container 5f31c4c0edff [2021-04-15T10:16:39.634Z] ---> 4de3e8b8d913 [2021-04-15T10:16:39.634Z] Step 6/7 : COPY go.mod . [2021-04-15T10:16:40.234Z] ---> bc1251d26870 [2021-04-15T10:16:40.234Z] Step 7/7 : RUN go mod download [2021-04-15T10:16:40.513Z] ---> Running in 663e13e38a3e [2021-04-15T10:16:45.455Z] lf-activate-venv(): INFO: Adding /tmp/venv-PuuK/bin to PATH [2021-04-15T10:16:45.455Z] INFO: No Stack... [2021-04-15T10:16:45.718Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T10:16:46.668Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T10:16:46.975Z] + cut -d, -f6 [2021-04-15T10:16:46.975Z] + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv [Pipeline] lock [2021-04-15T10:16:47.054Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [2021-04-15T10:16:47.062Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] did not exist. Created. [2021-04-15T10:16:47.062Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T10:16:47.395Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-15T10:16:47.511Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T10:16:47.521Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-15T10:16:58.849Z] Removing intermediate container 663e13e38a3e [2021-04-15T10:16:58.849Z] ---> 7635f12895da [2021-04-15T10:16:58.849Z] Successfully built 7635f12895da [2021-04-15T10:16:58.849Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:16:59.193Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T10:16:59.193Z] . [Pipeline] withDockerContainer [2021-04-15T10:16:59.460Z] prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container [2021-04-15T10:16:59.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat [2021-04-15T10:17:01.103Z] $ docker top 91cdb56531626c6c0db8e0e54b36816d2ba2f74eeaf2eceea32c0c9c02b3fb35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T10:17:02.070Z] + go version [2021-04-15T10:17:02.070Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-15T10:17:02.098Z] $ docker stop --time=1 91cdb56531626c6c0db8e0e54b36816d2ba2f74eeaf2eceea32c0c9c02b3fb35 [2021-04-15T10:17:03.990Z] $ docker rm -f 91cdb56531626c6c0db8e0e54b36816d2ba2f74eeaf2eceea32c0c9c02b3fb35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:17:04.657Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T10:17:04.657Z] . [Pipeline] withDockerContainer [2021-04-15T10:17:04.933Z] prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container [2021-04-15T10:17:05.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat [2021-04-15T10:17:06.472Z] $ docker top bf7c15e6080b43922c2207b15ffac984bf1f261077b2d81f7f6cb3f50021b85f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T10:17:07.370Z] + make test [2021-04-15T10:17:07.370Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-15T10:17:29.570Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-15T10:17:30.182Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.053s coverage: 85.7% of statements [2021-04-15T10:17:30.182Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements [2021-04-15T10:17:32.816Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.063s coverage: 45.4% of statements [2021-04-15T10:17:32.816Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.038s coverage: 77.8% of statements [2021-04-15T10:17:32.816Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-15T10:17:33.092Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements [2021-04-15T10:17:35.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.060s coverage: 14.7% of statements [2021-04-15T10:17:35.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements [2021-04-15T10:17:36.059Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.076s coverage: 91.8% of statements [2021-04-15T10:17:36.059Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-15T10:17:36.059Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-15T10:17:36.059Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements [2021-04-15T10:17:36.059Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 35.5% of statements [2021-04-15T10:17:42.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.120s coverage: 63.0% of statements [2021-04-15T10:17:42.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.014s coverage: 26.3% of statements [2021-04-15T10:17:42.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.039s coverage: 15.4% of statements [2021-04-15T10:17:42.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements [2021-04-15T10:17:42.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.019s coverage: 14.3% of statements [2021-04-15T10:17:42.805Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-15T10:17:47.186Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.207s coverage: 84.4% of statements [2021-04-15T10:17:47.186Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-15T10:17:47.186Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-15T10:17:47.186Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-15T10:17:47.186Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.066s coverage: 46.0% of statements [2021-04-15T10:17:47.471Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.033s coverage: 94.7% of statements [2021-04-15T10:17:48.472Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.198s coverage: 87.1% of statements [2021-04-15T10:17:49.069Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-04-15T10:17:49.343Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.024s coverage: 69.6% of statements [2021-04-15T10:17:49.617Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-15T10:17:56.391Z] gofmt -l . [2021-04-15T10:17:56.391Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-15T10:17:57.404Z] $ docker stop --time=1 bf7c15e6080b43922c2207b15ffac984bf1f261077b2d81f7f6cb3f50021b85f [2021-04-15T10:17:59.663Z] $ docker rm -f bf7c15e6080b43922c2207b15ffac984bf1f261077b2d81f7f6cb3f50021b85f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T10:18:00.489Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T10:18:00.529Z] Warning: overwriting stash ‘coverage-report’ [2021-04-15T10:18:01.563Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:18:02.184Z] ---> job-cost.sh [2021-04-15T10:18:02.184Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zV5E [2021-04-15T10:18:41.194Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T10:20:02.919Z] lf-activate-venv(): INFO: Adding /tmp/venv-zV5E/bin to PATH [2021-04-15T10:20:02.919Z] INFO: No Stack... [2021-04-15T10:20:03.189Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-15T10:20:03.472Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T10:20:03.815Z] + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv [2021-04-15T10:20:03.815Z] + cut -d, -f6 [Pipeline] lock [2021-04-15T10:20:03.926Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [2021-04-15T10:20:03.936Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] did not exist. Created. [2021-04-15T10:20:03.936Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T10:20:04.305Z] /w/workspace/go-mod-core-contracts/4@tmp/durable-780b26c2/script.sh: 1: /w/workspace/go-mod-core-contracts/4@tmp/durable-780b26c2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-15T10:20:04.655Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-15T10:20:04.686Z] Warning: overwriting stash ‘stack-cost’ [2021-04-15T10:20:04.862Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T10:20:04.873Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-580-4-stack-cost] [Pipeline] // lock [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-04-15T10:20:05.258Z] provisioning config files... [2021-04-15T10:20:05.270Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/config4890928446962685549tmp [Pipeline] { [Pipeline] sh [2021-04-15T10:20:05.607Z] + set +x [2021-04-15T10:20:05.607Z] + bash -s -- [2021-04-15T10:20:05.607Z] + curl -s https://codecov.io/bash [2021-04-15T10:20:05.872Z] [2021-04-15T10:20:05.872Z] _____ _ [2021-04-15T10:20:05.872Z] / ____| | | [2021-04-15T10:20:05.872Z] | | ___ __| | ___ ___ _____ __ [2021-04-15T10:20:05.872Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-15T10:20:05.872Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-15T10:20:05.872Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-15T10:20:05.872Z] Bash-1.0.1 [2021-04-15T10:20:05.872Z] [2021-04-15T10:20:05.872Z] [2021-04-15T10:20:05.872Z] ==> git version 2.24.3 found [2021-04-15T10:20:05.872Z] ==> 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-04-15T10:20:05.872Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-15T10:20:05.872Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-15T10:20:05.872Z] ==> Jenkins CI detected. [2021-04-15T10:20:05.872Z] project root: . [2021-04-15T10:20:05.872Z] --> token set from env [2021-04-15T10:20:05.872Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-15T10:20:05.872Z] ==> Running gcov in . (disable via -X gcov) [2021-04-15T10:20:05.872Z] ==> Python coveragepy not found [2021-04-15T10:20:05.872Z] ==> Searching for coverage reports in: [2021-04-15T10:20:05.872Z] + . [2021-04-15T10:20:05.872Z] -> Found 1 reports [2021-04-15T10:20:05.872Z] ==> Detecting git/mercurial file structure [2021-04-15T10:20:05.872Z] ==> Reading reports [2021-04-15T10:20:05.872Z] + ./coverage.out bytes=167669 [2021-04-15T10:20:05.872Z] ==> Appending adjustments [2021-04-15T10:20:05.872Z] https://docs.codecov.io/docs/fixing-reports [2021-04-15T10:20:06.820Z] + Found adjustments [2021-04-15T10:20:06.820Z] ==> Gzipping contents [2021-04-15T10:20:06.820Z] 28K /tmp/codecov.tjWVdY.gz [2021-04-15T10:20:06.820Z] ==> Uploading reports [2021-04-15T10:20:06.820Z] url: https://codecov.io [2021-04-15T10:20:06.820Z] query: branch=PR-580&commit=7967573648d2cc6f61c5def0504d86e6af818f05&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-580%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=580&job=&cmd_args= [2021-04-15T10:20:06.820Z] -> Pinging Codecov [2021-04-15T10:20:06.820Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-580&commit=7967573648d2cc6f61c5def0504d86e6af818f05&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-580%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=580&job=&cmd_args= [2021-04-15T10:20:07.397Z] -> Uploading to [2021-04-15T10:20:07.397Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-15/71470A77251A30514AAF9C0BB2E5B6CE/7967573648d2cc6f61c5def0504d86e6af818f05/97a1d13d-762b-43b9-bac1-3308e1817634.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T102007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e34369b58e150c98b277f5cc5a5335023d2cf6cafb4fc148b378aa051071484 [2021-04-15T10:20:07.397Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-15T10:20:07.397Z] Dload Upload Total Spent Left Speed [2021-04-15T10:20:07.923Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24848 0 0 100 24848 0 62537 --:--:-- --:--:-- --:--:-- 62432 [2021-04-15T10:20:07.923Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/7967573648d2cc6f61c5def0504d86e6af818f05 [Pipeline] } [2021-04-15T10:20:07.933Z] 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] { (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-04-15T10:20:08.778Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:20:09.084Z] ---> package-listing.sh [2021-04-15T10:20:09.084Z] ++ facter osfamily [2021-04-15T10:20:09.084Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-15T10:20:09.084Z] + OS_FAMILY=redhat [2021-04-15T10:20:09.084Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-580 [2021-04-15T10:20:09.084Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-15T10:20:09.084Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-15T10:20:09.084Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-15T10:20:09.084Z] + PACKAGES=/tmp/packages_start.txt [2021-04-15T10:20:09.084Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-580 ']' [2021-04-15T10:20:09.084Z] + PACKAGES=/tmp/packages_end.txt [2021-04-15T10:20:09.084Z] + case "${OS_FAMILY}" in [2021-04-15T10:20:09.084Z] + rpm -qa [2021-04-15T10:20:09.084Z] + sort [2021-04-15T10:20:14.404Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-15T10:20:14.404Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-15T10:20:14.404Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-15T10:20:14.404Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-580 ']' [2021-04-15T10:20:14.404Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-580/archives/ [2021-04-15T10:20:14.404Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-580/archives/ [Pipeline] echo [2021-04-15T10:20:14.418Z] 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-580/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-15T10:20:14.712Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:20:15.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T10:20:15.018Z] [2021-04-15T10:20:15.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-15T10:20:15.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T10:20:15.424Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-15T10:20:15.424Z] df20fa9351a1: Pulling fs layer [2021-04-15T10:20:15.424Z] 36b3adc4ff6f: Pulling fs layer [2021-04-15T10:20:15.424Z] 8ad3a11d3b57: Pulling fs layer [2021-04-15T10:20:15.424Z] 46f8f816bc3b: Pulling fs layer [2021-04-15T10:20:15.424Z] 93b61091891f: Pulling fs layer [2021-04-15T10:20:15.424Z] 93b9cdb0e59b: Pulling fs layer [2021-04-15T10:20:15.424Z] 5e14af77c1be: Pulling fs layer [2021-04-15T10:20:15.424Z] 01666e4c0597: Pulling fs layer [2021-04-15T10:20:15.424Z] aa168da1d23b: Pulling fs layer [2021-04-15T10:20:15.424Z] 46f8f816bc3b: Waiting [2021-04-15T10:20:15.424Z] 93b9cdb0e59b: Waiting [2021-04-15T10:20:15.424Z] 5e14af77c1be: Waiting [2021-04-15T10:20:15.424Z] 93b61091891f: Waiting [2021-04-15T10:20:15.424Z] 01666e4c0597: Waiting [2021-04-15T10:20:15.424Z] aa168da1d23b: Waiting [2021-04-15T10:20:15.424Z] 36b3adc4ff6f: Verifying Checksum [2021-04-15T10:20:15.424Z] 36b3adc4ff6f: Download complete [2021-04-15T10:20:15.710Z] 46f8f816bc3b: Verifying Checksum [2021-04-15T10:20:15.710Z] 46f8f816bc3b: Download complete [2021-04-15T10:20:15.710Z] df20fa9351a1: Verifying Checksum [2021-04-15T10:20:15.710Z] df20fa9351a1: Download complete [2021-04-15T10:20:15.710Z] 93b9cdb0e59b: Verifying Checksum [2021-04-15T10:20:15.710Z] 93b9cdb0e59b: Download complete [2021-04-15T10:20:15.710Z] 93b61091891f: Verifying Checksum [2021-04-15T10:20:15.710Z] 93b61091891f: Download complete [2021-04-15T10:20:15.710Z] 5e14af77c1be: Verifying Checksum [2021-04-15T10:20:15.710Z] 5e14af77c1be: Download complete [2021-04-15T10:20:15.710Z] 01666e4c0597: Verifying Checksum [2021-04-15T10:20:15.710Z] 01666e4c0597: Download complete [2021-04-15T10:20:16.004Z] 8ad3a11d3b57: Verifying Checksum [2021-04-15T10:20:16.004Z] 8ad3a11d3b57: Download complete [2021-04-15T10:20:16.004Z] df20fa9351a1: Pull complete [2021-04-15T10:20:16.281Z] 36b3adc4ff6f: Pull complete [2021-04-15T10:20:16.860Z] 8ad3a11d3b57: Pull complete [2021-04-15T10:20:17.128Z] 46f8f816bc3b: Pull complete [2021-04-15T10:20:17.710Z] 93b61091891f: Pull complete [2021-04-15T10:20:17.980Z] 93b9cdb0e59b: Pull complete [2021-04-15T10:20:17.980Z] 5e14af77c1be: Pull complete [2021-04-15T10:20:18.251Z] 01666e4c0597: Pull complete [2021-04-15T10:20:18.251Z] aa168da1d23b: Verifying Checksum [2021-04-15T10:20:18.251Z] aa168da1d23b: Download complete [2021-04-15T10:20:26.471Z] aa168da1d23b: Pull complete [2021-04-15T10:20:26.471Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-15T10:20:26.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T10:20:26.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-15T10:20:26.651Z] prd-centos7-docker-4c-2g-253 does not seem to be running inside a container [2021-04-15T10:20:26.700Z] $ 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-580/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-580 -v /w/workspace/dry_go-mod-core-contracts_PR-580:/w/workspace/dry_go-mod-core-contracts_PR-580:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-580@tmp:/w/workspace/dry_go-mod-core-contracts_PR-580@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-15T10:20:29.637Z] $ docker top a991bcb3ce5040594b4c4652c50b8705e0a9c27f129f3ff5260d18791c1d7f42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T10:20:30.058Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-15T10:20:30.361Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-15T10:20:30.664Z] + ls /var/log/sa-host [2021-04-15T10:20:30.664Z] + sadf -c /var/log/sa-host/sa15 [2021-04-15T10:20:30.664Z] file_magic: OK [2021-04-15T10:20:30.664Z] HZ: Using current value: 100 [2021-04-15T10:20:30.664Z] file_header: OK [2021-04-15T10:20:30.664Z] 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-04-15T10:20:30.664Z] Statistics: [2021-04-15T10:20:30.664Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-15T10:20:30.664Z] File successfully converted to sysstat format version 12.2.1 [2021-04-15T10:20:30.664Z] + sadf -c /var/log/sa-host/sa23 [2021-04-15T10:20:30.664Z] file_magic: OK [2021-04-15T10:20:30.664Z] HZ: Using current value: 100 [2021-04-15T10:20:30.664Z] file_header: OK [2021-04-15T10:20:30.664Z] 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-04-15T10:20:30.664Z] Statistics: [2021-04-15T10:20:30.664Z] Hnuu...uuuununununu... [2021-04-15T10:20:30.664Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-15T10:20:30.833Z] provisioning config files... [2021-04-15T10:20:30.852Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-580@tmp/config8464649081634734247tmp [Pipeline] { [Pipeline] echo [2021-04-15T10:20:30.873Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:20:31.171Z] ---> create-netrc.sh [Pipeline] } [2021-04-15T10:20:31.181Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-15T10:20:31.207Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:20:31.504Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-15T10:20:31.519Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:20:31.820Z] ---> sudo-logs.sh [2021-04-15T10:20:31.820Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-15T10:20:31.845Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:20:32.144Z] ---> job-cost.sh [2021-04-15T10:20:32.144Z] lf-activate-venv: SKIPPING [2021-04-15T10:20:32.144Z] DEBUG: total: 0.20999999344348907 [2021-04-15T10:20:32.144Z] INFO: Retrieving Stack Cost... [2021-04-15T10:20:33.537Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T10:20:33.800Z] INFO: Archiving Costs [Pipeline] echo [2021-04-15T10:20:33.815Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T10:20:34.122Z] ---> logs-deploy.sh [2021-04-15T10:20:34.122Z] lf-activate-venv: SKIPPING [2021-04-15T10:20:34.122Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-580/4 [2021-04-15T10:20:34.122Z] INFO: archiving workspace using pattern(s): [2021-04-15T10:20:36.046Z] Archives upload complete. [2021-04-15T10:20:36.046Z] INFO: archiving logs to Nexus [2021-04-15T10:20:36.996Z] ---> uname -a: [2021-04-15T10:20:36.996Z] Linux prd-centos7-docker-4c-2g-253.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] ---> lscpu: [2021-04-15T10:20:36.996Z] Architecture: x86_64 [2021-04-15T10:20:36.996Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-15T10:20:36.996Z] Byte Order: Little Endian [2021-04-15T10:20:36.996Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-15T10:20:36.996Z] CPU(s): 4 [2021-04-15T10:20:36.996Z] On-line CPU(s) list: 0-3 [2021-04-15T10:20:36.996Z] Thread(s) per core: 1 [2021-04-15T10:20:36.996Z] Core(s) per socket: 1 [2021-04-15T10:20:36.996Z] Socket(s): 4 [2021-04-15T10:20:36.996Z] NUMA node(s): 1 [2021-04-15T10:20:36.996Z] Vendor ID: GenuineIntel [2021-04-15T10:20:36.996Z] CPU family: 6 [2021-04-15T10:20:36.996Z] Model: 44 [2021-04-15T10:20:36.996Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-15T10:20:36.996Z] Stepping: 1 [2021-04-15T10:20:36.996Z] CPU MHz: 2933.438 [2021-04-15T10:20:36.996Z] BogoMIPS: 5866.87 [2021-04-15T10:20:36.996Z] Virtualization: VT-x [2021-04-15T10:20:36.996Z] Hypervisor vendor: KVM [2021-04-15T10:20:36.996Z] Virtualization type: full [2021-04-15T10:20:36.996Z] L1d cache: 128 KiB [2021-04-15T10:20:36.996Z] L1i cache: 128 KiB [2021-04-15T10:20:36.996Z] L2 cache: 16 MiB [2021-04-15T10:20:36.996Z] L3 cache: 64 MiB [2021-04-15T10:20:36.996Z] NUMA node0 CPU(s): 0-3 [2021-04-15T10:20:36.996Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-15T10:20:36.996Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-15T10:20:36.996Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-15T10:20:36.996Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-15T10:20:36.996Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-15T10:20:36.996Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-15T10:20:36.996Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-15T10:20:36.996Z] Vulnerability Srbds: Not affected [2021-04-15T10:20:36.996Z] Vulnerability Tsx async abort: Not affected [2021-04-15T10:20:36.996Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] ---> nproc: [2021-04-15T10:20:36.996Z] 4 [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] ---> df -h: [2021-04-15T10:20:36.996Z] Filesystem Size Used Available Use% Mounted on [2021-04-15T10:20:36.996Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-15T10:20:36.996Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-15T10:20:36.996Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-15T10:20:36.996Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-580 [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-580@tmp [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-15T10:20:36.996Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] ---> free -m: [2021-04-15T10:20:36.996Z] total used free shared buff/cache available [2021-04-15T10:20:36.996Z] Mem: 1837 722 100 0 1014 1010 [2021-04-15T10:20:36.996Z] Swap: 1023 1 1022 [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] ---> ip addr: [2021-04-15T10:20:36.996Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-15T10:20:36.996Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-15T10:20:36.996Z] inet 127.0.0.1/8 scope host lo [2021-04-15T10:20:36.996Z] valid_lft forever preferred_lft forever [2021-04-15T10:20:36.996Z] inet6 ::1/128 scope host [2021-04-15T10:20:36.996Z] valid_lft forever preferred_lft forever [2021-04-15T10:20:36.996Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-15T10:20:36.996Z] link/ether fa:16:3e:81:52:b3 brd ff:ff:ff:ff:ff:ff [2021-04-15T10:20:36.996Z] inet 10.30.123.23/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-15T10:20:36.996Z] valid_lft 85846sec preferred_lft 85846sec [2021-04-15T10:20:36.996Z] inet6 fe80::f816:3eff:fe81:52b3/64 scope link [2021-04-15T10:20:36.996Z] valid_lft forever preferred_lft forever [2021-04-15T10:20:36.996Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-15T10:20:36.996Z] link/ether 02:42:dc:aa:6f:83 brd ff:ff:ff:ff:ff:ff [2021-04-15T10:20:36.996Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-15T10:20:36.996Z] valid_lft forever preferred_lft forever [2021-04-15T10:20:36.996Z] inet6 fe80::42:dcff:feaa:6f83/64 scope link [2021-04-15T10:20:36.996Z] valid_lft forever preferred_lft forever [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] ---> sar -b -r -n DEV: [2021-04-15T10:20:36.996Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] 10:11:11 LINUX RESTART (4 CPU) [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] 10:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-15T10:20:36.996Z] 10:13:01 26.00 4.61 21.39 0.00 1067.29 3171.88 0.00 [2021-04-15T10:20:36.996Z] 10:14:01 0.40 0.00 0.40 0.00 0.00 6.21 0.00 [2021-04-15T10:20:36.996Z] 10:15:01 0.22 0.00 0.22 0.00 0.00 1.77 0.00 [2021-04-15T10:20:36.996Z] 10:16:01 0.28 0.00 0.28 0.00 0.00 3.78 0.00 [2021-04-15T10:20:36.996Z] 10:17:01 0.23 0.00 0.23 0.00 0.00 3.41 0.00 [2021-04-15T10:20:36.996Z] 10:18:01 0.35 0.00 0.35 0.00 0.00 4.96 0.00 [2021-04-15T10:20:36.996Z] 10:19:01 0.28 0.00 0.28 0.00 0.00 4.53 0.00 [2021-04-15T10:20:36.996Z] 10:20:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 [2021-04-15T10:20:36.996Z] Average: 3.49 0.58 2.91 0.00 133.46 399.92 0.00 [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] 10:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-15T10:20:36.996Z] 10:13:01 169048 0 592740 31.50 2620 1117136 1096616 37.43 420892 1091868 20 [2021-04-15T10:20:36.996Z] 10:14:01 172488 0 589296 31.32 2620 1117140 1070856 36.55 420156 1089608 8 [2021-04-15T10:20:36.996Z] 10:15:01 169448 0 592328 31.48 2620 1117148 1071256 36.56 423108 1089040 20 [2021-04-15T10:20:36.996Z] 10:16:01 167504 0 594272 31.58 2620 1117148 1071268 36.56 433388 1080940 20 [2021-04-15T10:20:36.996Z] 10:17:01 166760 0 595008 31.62 2620 1117156 1071208 36.56 430776 1084336 12 [2021-04-15T10:20:36.996Z] 10:18:01 166824 0 594936 31.62 2620 1117164 1071208 36.56 439780 1075476 12 [2021-04-15T10:20:36.996Z] 10:19:01 167572 0 594184 31.58 2620 1117168 1071112 36.56 439284 1075520 12 [2021-04-15T10:20:36.996Z] 10:20:01 167596 0 594156 31.58 2620 1117172 1071112 36.56 439292 1075520 16 [2021-04-15T10:20:36.996Z] Average: 168405 0 593365 31.54 2620 1117154 1074330 36.67 430834 1082788 15 [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] 10:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-15T10:20:36.996Z] 10:13:01 eth0 37.41 32.15 49.85 10.81 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:13:01 docker0 14.68 10.29 2.40 22.56 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:15:01 eth0 1.58 0.43 0.37 0.21 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:16:01 eth0 0.57 0.22 0.27 0.19 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:17:01 eth0 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:18:01 eth0 0.62 0.43 0.33 0.21 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] Average: eth0 5.10 4.21 6.37 1.44 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] Average: docker0 1.84 1.29 0.30 2.82 0.00 0.00 0.00 0.00 [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] ---> sar -P ALL: [2021-04-15T10:20:36.996Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] 10:11:11 LINUX RESTART (4 CPU) [2021-04-15T10:20:36.996Z] [2021-04-15T10:20:36.996Z] 10:12:01 CPU %user %nice %system %iowait %steal %idle [2021-04-15T10:20:36.996Z] 10:13:01 all 1.37 0.00 1.15 0.72 0.03 96.73 [2021-04-15T10:20:36.996Z] 10:13:01 0 1.29 0.00 1.19 1.84 0.00 95.69 [2021-04-15T10:20:36.996Z] 10:13:01 1 1.64 0.00 1.24 0.42 0.02 96.69 [2021-04-15T10:20:36.996Z] 10:13:01 2 1.37 0.00 1.07 0.23 0.05 97.28 [2021-04-15T10:20:36.996Z] 10:13:01 3 1.20 0.00 1.10 0.38 0.03 97.27 [2021-04-15T10:20:36.996Z] 10:14:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-15T10:20:36.996Z] 10:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-15T10:20:36.996Z] 10:14:01 1 0.37 0.00 0.05 0.00 0.00 99.58 [2021-04-15T10:20:36.996Z] 10:14:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-15T10:20:36.996Z] 10:14:01 3 0.13 0.00 0.03 0.00 0.00 99.83 [2021-04-15T10:20:36.996Z] 10:15:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-04-15T10:20:36.996Z] 10:15:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-04-15T10:20:36.996Z] 10:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-15T10:20:36.996Z] 10:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-15T10:20:36.996Z] 10:15:01 3 0.47 0.00 0.03 0.00 0.00 99.50 [2021-04-15T10:20:36.996Z] 10:16:01 all 0.15 0.00 0.05 0.00 0.00 99.81 [2021-04-15T10:20:36.996Z] 10:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-15T10:20:36.996Z] 10:16:01 1 0.45 0.00 0.02 0.00 0.00 99.53 [2021-04-15T10:20:36.996Z] 10:16:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-15T10:20:36.996Z] 10:16:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2021-04-15T10:20:36.996Z] 10:17:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-04-15T10:20:36.996Z] 10:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-15T10:20:36.996Z] 10:17:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-04-15T10:20:36.996Z] 10:17:01 2 0.07 0.00 0.08 0.00 0.03 99.82 [2021-04-15T10:20:36.996Z] 10:17:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-15T10:20:36.996Z] 10:18:01 all 0.16 0.00 0.07 0.00 0.00 99.77 [2021-04-15T10:20:36.996Z] 10:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-15T10:20:36.996Z] 10:18:01 1 0.53 0.00 0.07 0.00 0.02 99.38 [2021-04-15T10:20:36.996Z] 10:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-15T10:20:36.996Z] 10:18:01 3 0.03 0.00 0.15 0.00 0.00 99.82 [2021-04-15T10:20:36.996Z] 10:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-15T10:20:36.996Z] 10:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-15T10:20:36.996Z] 10:19:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-04-15T10:20:36.996Z] 10:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-15T10:20:36.996Z] 10:19:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-15T10:20:36.996Z] 10:20:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2021-04-15T10:20:36.996Z] 10:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-15T10:20:36.996Z] 10:20:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-15T10:20:36.996Z] 10:20:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-04-15T10:20:36.996Z] 10:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-15T10:20:36.996Z] Average: all 0.30 0.00 0.18 0.09 0.01 99.42 [2021-04-15T10:20:36.997Z] Average: 0 0.18 0.00 0.17 0.23 0.00 99.43 [2021-04-15T10:20:36.997Z] Average: 1 0.57 0.00 0.19 0.05 0.00 99.19 [2021-04-15T10:20:36.997Z] Average: 2 0.22 0.00 0.18 0.03 0.01 99.56 [2021-04-15T10:20:36.997Z] Average: 3 0.25 0.00 0.19 0.05 0.01 99.50 [2021-04-15T10:20:36.997Z] [2021-04-15T10:20:36.997Z] [2021-04-15T10:20:36.997Z]