Branch indexing 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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 rather than dce49d45e0edaf845c6128fa74cfd956fa4709d5 Obtained Jenkinsfile from 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 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-300 in /w/workspace/dry_go-mod-core-contracts_PR-579 [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-579 # 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 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 into PR head commit dce49d45e0edaf845c6128fa74cfd956fa4709d5 Merge succeeded, producing e17711a557afb7185c6c0c0a06e4fa6ffd8a9852 Checking out Revision e17711a557afb7185c6c0c0a06e4fa6ffd8a9852 (PR-579) > 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/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # 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 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e17711a557afb7185c6c0c0a06e4fa6ffd8a9852 # timeout=10 Commit message: "Merge commit '1ea85083cd919f6f3cf9234ddb1a2c23412a06e1' into HEAD" > git rev-list --no-walk dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:41:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:41:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:41:34 ========================================================= 16:41:34 EdgeX Global Pipelines Version Info 16:41:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:41:36 ------------------- 16:41:36 stable info: 16:41:36 ------------------- 16:41:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:41:36 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:41:36 Message: update stable to v1.0.186 16:41:37 ------------------- 16:41:37 experimental info: 16:41:37 ------------------- 16:41:37 Commited By: **** collab-it+edgex@linuxfoundation.org 16:41:37 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:41:37 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:41:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-579 [Pipeline] echo 16:41:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-579 [Pipeline] echo 16:41:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-579 [Pipeline] echo 16:41:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e17711a557afb7185c6c0c0a06e4fa6ffd8a9852 [Pipeline] echo 16:41:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e17711a [Pipeline] echo 16:41:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:41:38 + git log --format=format:%s -1 e17711a557afb7185c6c0c0a06e4fa6ffd8a9852 [Pipeline] echo 16:41:38 GIT_COMMIT: e17711a557afb7185c6c0c0a06e4fa6ffd8a9852, Commit Message: Merge commit '1ea85083cd919f6f3cf9234ddb1a2c23412a06e1' into HEAD [Pipeline] echo 16:41:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:41:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:41:39 16:41:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:41:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:41:39 latest: Pulling from edgex-devops/git-semver 16:41:39 31603596830f: Pulling fs layer 16:41:39 2a8b12db71e7: Pulling fs layer 16:41:39 6ca5941a6612: Pulling fs layer 16:41:39 ecc8261a40a4: Pulling fs layer 16:41:39 ecc8261a40a4: Waiting 16:41:40 2a8b12db71e7: Verifying Checksum 16:41:40 2a8b12db71e7: Download complete 16:41:40 31603596830f: Verifying Checksum 16:41:40 31603596830f: Download complete 16:41:40 6ca5941a6612: Download complete 16:41:40 ecc8261a40a4: Verifying Checksum 16:41:40 ecc8261a40a4: Download complete 16:41:40 31603596830f: Pull complete 16:41:40 2a8b12db71e7: Pull complete 16:41:41 6ca5941a6612: Pull complete 16:41:41 ecc8261a40a4: Pull complete 16:41:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:41:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:41:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:41:41 prd-centos7-docker-4c-2g-300 does not seem to be running inside a container 16:41:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-579 -v /w/workspace/dry_go-mod-core-contracts_PR-579:/w/workspace/dry_go-mod-core-contracts_PR-579:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-579@tmp:/w/workspace/dry_go-mod-core-contracts_PR-579@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 16:41:44 $ docker top 561812949af98cab81b56274bbb6fac8406960344ea4d44a2a975fffa1e8e41a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:41:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:41:44 [ssh-agent] Looking for ssh-agent implementation... 16:41:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:41:44 $ docker exec 561812949af98cab81b56274bbb6fac8406960344ea4d44a2a975fffa1e8e41a ssh-agent 16:41:44 SSH_AUTH_SOCK=/tmp/ssh-q92JYFT7ixey/agent.11 16:41:44 SSH_AGENT_PID=16 16:41:44 Running ssh-add (command line suppressed) 16:41:44 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_1713909946661599878.key (/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_1713909946661599878.key) 16:41:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:41:45 + git tag --points-at HEAD [Pipeline] } 16:41:45 $ docker exec --env ******** --env ******** 561812949af98cab81b56274bbb6fac8406960344ea4d44a2a975fffa1e8e41a ssh-agent -k 16:41:45 unset SSH_AUTH_SOCK; 16:41:45 unset SSH_AGENT_PID; 16:41:45 echo Agent pid 16 killed; 16:41:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:41:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:41:45 [ssh-agent] Looking for ssh-agent implementation... 16:41:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:41:45 $ docker exec 561812949af98cab81b56274bbb6fac8406960344ea4d44a2a975fffa1e8e41a ssh-agent 16:41:45 SSH_AUTH_SOCK=/tmp/ssh-JyhEFiL5iyZ3/agent.46 16:41:45 SSH_AGENT_PID=51 16:41:45 Running ssh-add (command line suppressed) 16:41:45 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_3308642185274432944.key (/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_3308642185274432944.key) 16:41:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:41:46 + git semver init 16:41:46 # -> Open(): unable to determine branch for HEAD 16:41:46 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-579/.git 16:41:46 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-579 16:41:46 # $SEMVER_REMOTE_NAME = origin 16:41:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:41:46 # $SEMVER_USER_NAME = edgex-jenkins 16:41:46 # $SEMVER_BRANCH = PR-579 16:41:46 # $SEMVER_TEMP = /tmp/semver-072428881 16:41:46 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:41:47 # '/tmp/semver-072428881' -> '/w/workspace/dry_go-mod-core-contracts_PR-579/.semver' 16:41:47 # -> Force: false 16:41:47 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-579/.semver [Pipeline] } 16:41:47 $ docker exec --env ******** --env ******** 561812949af98cab81b56274bbb6fac8406960344ea4d44a2a975fffa1e8e41a ssh-agent -k 16:41:47 unset SSH_AUTH_SOCK; 16:41:47 unset SSH_AGENT_PID; 16:41:47 echo Agent pid 51 killed; 16:41:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:41:48 + git semver [Pipeline] } 16:41:48 $ docker stop --time=1 561812949af98cab81b56274bbb6fac8406960344ea4d44a2a975fffa1e8e41a 16:41:50 $ docker rm -f 561812949af98cab81b56274bbb6fac8406960344ea4d44a2a975fffa1e8e41a [Pipeline] // withDockerContainer [Pipeline] sh 16:41:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:41:51 Stashed 1 file(s) [Pipeline] echo 16:41:51 [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 16:42:06 Still waiting to schedule task 16:42:06 ‘prd-centos7-blackbox-4c-2g-33548’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-blackbox-4c-2g-33549’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-294’ is offline; ‘prd-centos7-docker-4c-2g-295’ is offline; ‘prd-centos7-docker-4c-2g-299’ is offline; ‘prd-centos7-docker-4c-2g-301’ is offline; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-298’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ 16:42:06 Still waiting to schedule task 16:42:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:42:18 Running on prd-centos7-docker-4c-2g-301 in /w/workspace/dry_go-mod-core-contracts_PR-579 [Pipeline] { [Pipeline] ws 16:42:18 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 16:42:20 using credential edgex-jenkins-ssh 16:42:20 Cloning the remote Git repository 16:42:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:42:21 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 16:42:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:42:21 > git --version # timeout=10 16:42:21 > git --version # 'git version 2.24.3' 16:42:21 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:22 Merging remotes/origin/master commit 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 into PR head commit dce49d45e0edaf845c6128fa74cfd956fa4709d5 16:42:22 Merge succeeded, producing 09daa607982557eeff226932e1a3522316fe2903 16:42:22 Checking out Revision 09daa607982557eeff226932e1a3522316fe2903 (PR-579) 16:42:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:42:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:42:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:42:21 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:22 > git config core.sparsecheckout # timeout=10 16:42:22 > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 16:42:22 > git remote # timeout=10 16:42:22 > git config --get remote.origin.url # timeout=10 16:42:22 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:22 > git merge 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 # timeout=10 16:42:22 > git rev-parse HEAD^{commit} # timeout=10 16:42:22 > git config core.sparsecheckout # timeout=10 16:42:22 > git checkout -f 09daa607982557eeff226932e1a3522316fe2903 # timeout=10 16:42:26 Commit message: "Merge commit '1ea85083cd919f6f3cf9234ddb1a2c23412a06e1' into HEAD" 16:42:26 > git rev-list --no-walk dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:42:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:42:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:42:28 + sudo service docker restart 16:42:28 + true 16:42:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:42:29 ========================================================= 16:42:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:42:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:42:29 + 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 . 16:42:30 Sending build context to Docker daemon 3.038MB 16:42:30 Step 1/7 : ARG BASE=golang:1.15-alpine 16:42:30 Step 2/7 : FROM ${BASE} 16:42:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:42:30 188c0c94c7c5: Pulling fs layer 16:42:30 0ef7d3d256c8: Pulling fs layer 16:42:30 de9db76c5a1d: Pulling fs layer 16:42:30 bca2f99d35d6: Pulling fs layer 16:42:30 93359f2a8cfa: Pulling fs layer 16:42:30 7c6f9722023f: Pulling fs layer 16:42:30 a35cf1a2eb13: Pulling fs layer 16:42:30 93359f2a8cfa: Waiting 16:42:30 7c6f9722023f: Waiting 16:42:30 a35cf1a2eb13: Waiting 16:42:30 bca2f99d35d6: Waiting 16:42:30 de9db76c5a1d: Verifying Checksum 16:42:30 de9db76c5a1d: Download complete 16:42:30 0ef7d3d256c8: Download complete 16:42:30 93359f2a8cfa: Verifying Checksum 16:42:30 93359f2a8cfa: Download complete 16:42:30 7c6f9722023f: Verifying Checksum 16:42:30 7c6f9722023f: Download complete 16:42:30 188c0c94c7c5: Verifying Checksum 16:42:30 188c0c94c7c5: Download complete 16:42:30 188c0c94c7c5: Pull complete 16:42:31 0ef7d3d256c8: Pull complete 16:42:31 de9db76c5a1d: Pull complete 16:42:33 a35cf1a2eb13: Verifying Checksum 16:42:33 a35cf1a2eb13: Download complete 16:42:33 bca2f99d35d6: Verifying Checksum 16:42:33 bca2f99d35d6: Download complete 16:42:39 bca2f99d35d6: Pull complete 16:42:39 93359f2a8cfa: Pull complete 16:42:39 7c6f9722023f: Pull complete 16:42:47 a35cf1a2eb13: Pull complete 16:42:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:42:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:42:47 ---> a62c8e92a672 16:42:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:42:47 ---> Running in 788689f2b936 16:42:47 Removing intermediate container 788689f2b936 16:42:47 ---> 9d27db67a03f 16:42:47 Step 4/7 : RUN apk add bash 16:42:47 ---> Running in f226574b7655 16:42:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:49 OK: 166 MiB in 39 packages 16:42:49 Removing intermediate container f226574b7655 16:42:49 ---> 25e81278a71a 16:42:49 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:42:49 ---> Running in ee584e279f36 16:42:49 Removing intermediate container ee584e279f36 16:42:49 ---> 5c9772af0158 16:42:49 Step 6/7 : COPY go.mod . 16:42:50 ---> d40fb9760e68 16:42:50 Step 7/7 : RUN go mod download 16:42:50 ---> Running in 9431eabc0f55 16:43:05 Removing intermediate container 9431eabc0f55 16:43:05 ---> dcf35a2519c6 16:43:05 Successfully built dcf35a2519c6 16:43:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:43:05 + docker inspect -f . ci-base-image-x86_64 16:43:05 . [Pipeline] withDockerContainer 16:43:05 prd-centos7-docker-4c-2g-301 does not seem to be running inside a container 16:43:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-x86_64 cat 16:43:06 $ docker top 9f1ba6433908fe56688dd3f8af87d45825ccc72f6a41dee53d5f56b7d4873d37 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:06 + go version 16:43:06 go version go1.15.5 linux/amd64 [Pipeline] } 16:43:06 $ docker stop --time=1 9f1ba6433908fe56688dd3f8af87d45825ccc72f6a41dee53d5f56b7d4873d37 16:43:08 $ docker rm -f 9f1ba6433908fe56688dd3f8af87d45825ccc72f6a41dee53d5f56b7d4873d37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:08 + docker inspect -f . ci-base-image-x86_64 16:43:08 . [Pipeline] withDockerContainer 16:43:08 prd-centos7-docker-4c-2g-301 does not seem to be running inside a container 16:43:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-x86_64 cat 16:43:09 $ docker top ff12fb0040ab6e9269224543b3f86b45255647f3e22f400711039325f274848e -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:10 + make test 16:43:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:43:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:43:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.023s coverage: 85.7% of statements 16:43:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.019s coverage: 100.0% of statements 16:43:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.043s coverage: 45.4% of statements 16:43:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.007s coverage: 77.8% of statements 16:43:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.042s coverage: 26.3% of statements 16:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.031s coverage: 14.7% of statements 16:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.010s coverage: 100.0% of statements 16:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements 16:43:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:43:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.019s coverage: 100.0% of statements 16:43:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 35.5% of statements 16:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.060s coverage: 63.0% of statements 16:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.008s coverage: 26.3% of statements 16:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 16:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.019s coverage: 15.4% of statements 16:43:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements 16:43:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:43:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.094s coverage: 84.0% of statements 16:43:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:43:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:43:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:43:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.015s coverage: 45.8% of statements 16:43:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.024s coverage: 94.7% of statements 16:43:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.049s coverage: 87.1% of statements 16:43:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.011s coverage: 100.0% of statements 16:43:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.010s coverage: 69.6% of statements 16:43:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:43:27 gofmt -l . 16:43:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:43:27 $ docker stop --time=1 ff12fb0040ab6e9269224543b3f86b45255647f3e22f400711039325f274848e 16:43:30 $ docker rm -f ff12fb0040ab6e9269224543b3f86b45255647f3e22f400711039325f274848e [Pipeline] // withDockerContainer [Pipeline] sh 16:43:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:43:31 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 16:43:31 ---> job-cost.sh 16:43:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5Csk 16:43:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:43:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-302 in /w/workspace/dry_go-mod-core-contracts_PR-579 [Pipeline] { [Pipeline] ws 16:43:52 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 16:43:58 using credential edgex-jenkins-ssh 16:43:58 Cloning the remote Git repository 16:43:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:43:58 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 16:43:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:43:58 > git --version # timeout=10 16:43:58 > git --version # 'git version 2.17.1' 16:43:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:43:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:44:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:44:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:44:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:44:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:44:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:44:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:44:00 Merging remotes/origin/master commit 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 into PR head commit dce49d45e0edaf845c6128fa74cfd956fa4709d5 16:44:01 Merge succeeded, producing cbc91530fff5b6842ee799ff65f278f300338a94 16:44:01 Checking out Revision cbc91530fff5b6842ee799ff65f278f300338a94 (PR-579) 16:44:00 > git config core.sparsecheckout # timeout=10 16:44:00 > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 16:44:01 > git remote # timeout=10 16:44:01 > git config --get remote.origin.url # timeout=10 16:44:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:44:01 > git merge 1ea85083cd919f6f3cf9234ddb1a2c23412a06e1 # timeout=10 16:44:01 > git rev-parse HEAD^{commit} # timeout=10 16:44:01 > git config core.sparsecheckout # timeout=10 16:44:01 > git checkout -f cbc91530fff5b6842ee799ff65f278f300338a94 # timeout=10 16:44:05 Commit message: "Merge commit '1ea85083cd919f6f3cf9234ddb1a2c23412a06e1' into HEAD" 16:44:05 > git rev-list --no-walk dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 16:44:05 16:44:05 GitHub has been notified of this commit’s build result 16:44:05 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:44:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:44:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:44:07 + true 16:44:07 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:44:09 ========================================================= 16:44:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:44:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:44:10 + 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 . 16:44:11 Sending build context to Docker daemon 3.037MB 16:44:11 Step 1/7 : ARG BASE=golang:1.15-alpine 16:44:11 Step 2/7 : FROM ${BASE} 16:44:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:44:11 5f621e34cdf4: Pulling fs layer 16:44:11 a4357932f1b6: Pulling fs layer 16:44:11 18c013af1878: Pulling fs layer 16:44:11 00ac8860ef70: Pulling fs layer 16:44:11 63d7cb157983: Pulling fs layer 16:44:11 b116817d02f9: Pulling fs layer 16:44:11 745a02a5169b: Pulling fs layer 16:44:11 63d7cb157983: Waiting 16:44:11 b116817d02f9: Waiting 16:44:11 00ac8860ef70: Waiting 16:44:11 745a02a5169b: Waiting 16:44:11 18c013af1878: Verifying Checksum 16:44:11 18c013af1878: Download complete 16:44:11 a4357932f1b6: Verifying Checksum 16:44:11 a4357932f1b6: Download complete 16:44:11 63d7cb157983: Verifying Checksum 16:44:11 63d7cb157983: Download complete 16:44:11 b116817d02f9: Download complete 16:44:11 5f621e34cdf4: Verifying Checksum 16:44:11 5f621e34cdf4: Download complete 16:44:12 5f621e34cdf4: Pull complete 16:44:12 a4357932f1b6: Pull complete 16:44:13 18c013af1878: Pull complete 16:44:13 lf-activate-venv(): INFO: Adding /tmp/venv-5Csk/bin to PATH 16:44:13 INFO: No Stack... 16:44:13 745a02a5169b: Verifying Checksum 16:44:13 745a02a5169b: Download complete 16:44:14 INFO: Retrieving Pricing Info for: v1-standard-2 16:44:14 INFO: Archiving Costs [Pipeline] sh 16:44:15 + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv 16:44:15 + cut -d, -f6 [Pipeline] lock 16:44:15 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-stack-cost] 16:44:15 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-stack-cost] did not exist. Created. 16:44:15 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:44:15 00ac8860ef70: Download complete 16:44:15 + echo total: 0.029999999329447746 [Pipeline] stash 16:44:15 Stashed 1 file(s) [Pipeline] } 16:44:15 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:44:25 00ac8860ef70: Pull complete 16:44:25 63d7cb157983: Pull complete 16:44:25 b116817d02f9: Pull complete 16:44:30 745a02a5169b: Pull complete 16:44:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:44:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:44:30 ---> b7e6874047d6 16:44:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:44:32 ---> Running in c6b4e27bb758 16:44:32 Removing intermediate container c6b4e27bb758 16:44:32 ---> 9712b9a522df 16:44:32 Step 4/7 : RUN apk add bash 16:44:33 ---> Running in 6ba33f4d70c6 16:44:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:36 OK: 142 MiB in 39 packages 16:44:37 Removing intermediate container 6ba33f4d70c6 16:44:37 ---> 171678865187 16:44:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:44:37 ---> Running in cf55bf7f89d7 16:44:38 Removing intermediate container cf55bf7f89d7 16:44:38 ---> a99719301bbc 16:44:38 Step 6/7 : COPY go.mod . 16:44:39 ---> b4642ffaa895 16:44:39 Step 7/7 : RUN go mod download 16:44:39 ---> Running in aa2faaef2315 16:44:57 Removing intermediate container aa2faaef2315 16:44:57 ---> 7abf723f5702 16:44:57 Successfully built 7abf723f5702 16:44:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:44:57 + docker inspect -f . ci-base-image-arm64 16:44:57 . [Pipeline] withDockerContainer 16:44:58 prd-ubuntu18.04-docker-arm64-4c-16g-302 does not seem to be running inside a container 16:44:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 16:44:59 $ docker top 494c174eea94e3a2a998659991408f7547c2680b5a038f13b334b723d41c1565 -eo pid,comm [Pipeline] { [Pipeline] sh 16:45:00 + go version 16:45:00 go version go1.15.5 linux/arm64 [Pipeline] } 16:45:00 $ docker stop --time=1 494c174eea94e3a2a998659991408f7547c2680b5a038f13b334b723d41c1565 16:45:02 $ docker rm -f 494c174eea94e3a2a998659991408f7547c2680b5a038f13b334b723d41c1565 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:03 + docker inspect -f . ci-base-image-arm64 16:45:03 . [Pipeline] withDockerContainer 16:45:03 prd-ubuntu18.04-docker-arm64-4c-16g-302 does not seem to be running inside a container 16:45:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 16:45:04 $ docker top 4c4dcf9d3ce0763b266d526f9cc82e8c1c1b7260dbf5be5b7b72fc5cdcd70031 -eo pid,comm [Pipeline] { [Pipeline] sh 16:45:05 + make test 16:45:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:45:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 16:45:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.058s coverage: 85.7% of statements 16:45:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.027s coverage: 100.0% of statements 16:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.047s coverage: 45.4% of statements 16:45:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.031s coverage: 77.8% of statements 16:45:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:45:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.017s coverage: 26.3% of statements 16:45:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.074s coverage: 14.7% of statements 16:45:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.043s coverage: 100.0% of statements 16:45:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.078s coverage: 91.8% of statements 16:45:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 16:45:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 16:45:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.044s coverage: 100.0% of statements 16:45:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.018s coverage: 35.5% of statements 16:45:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.144s coverage: 63.0% of statements 16:45:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 16:45:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.038s coverage: 15.4% of statements 16:45:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.039s coverage: 15.4% of statements 16:45:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements 16:45:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 16:45:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.223s coverage: 84.0% of statements 16:45:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 16:45:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 16:45:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 16:45:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.094s coverage: 45.8% of statements 16:45:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.086s coverage: 94.7% of statements 16:45:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.188s coverage: 87.1% of statements 16:45:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 16:45:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.027s coverage: 69.6% of statements 16:45:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:45:55 gofmt -l . 16:45:55 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:45:56 $ docker stop --time=1 4c4dcf9d3ce0763b266d526f9cc82e8c1c1b7260dbf5be5b7b72fc5cdcd70031 16:45:58 $ docker rm -f 4c4dcf9d3ce0763b266d526f9cc82e8c1c1b7260dbf5be5b7b72fc5cdcd70031 [Pipeline] // withDockerContainer [Pipeline] sh 16:45:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:45:59 Warning: overwriting stash ‘coverage-report’ 16:46:01 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 16:46:02 ---> job-cost.sh 16:46:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UiBI 16:46:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:48:02 lf-activate-venv(): INFO: Adding /tmp/venv-UiBI/bin to PATH 16:48:02 INFO: No Stack... 16:48:03 INFO: Retrieving Pricing Info for: lf-standard-4 16:48:03 INFO: Archiving Costs [Pipeline] sh 16:48:04 + cut+ cat -d, /w/workspace/go-mod-core-contracts/5/archives/cost.csv -f6 16:48:04 [Pipeline] lock 16:48:04 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-stack-cost] 16:48:04 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-stack-cost] did not exist. Created. 16:48:04 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:48:04 /w/workspace/go-mod-core-contracts/5@tmp/durable-94f5a2e6/script.sh: 1: /w/workspace/go-mod-core-contracts/5@tmp/durable-94f5a2e6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:48:05 + echo total: 0.20999999344348907 [Pipeline] stash 16:48:05 Warning: overwriting stash ‘stack-cost’ 16:48:05 Stashed 1 file(s) [Pipeline] } 16:48:05 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-5-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 16:48:06 provisioning config files... 16:48:06 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/config5023175534614296028tmp [Pipeline] { [Pipeline] sh 16:48:06 + set +x 16:48:06 + curl -s https://codecov.io/bash 16:48:06 + bash -s -- 16:48:06 16:48:06 _____ _ 16:48:06 / ____| | | 16:48:06 | | ___ __| | ___ ___ _____ __ 16:48:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:48:06 | |___| (_) | (_| | __/ (_| (_) \ V / 16:48:06 \_____\___/ \__,_|\___|\___\___/ \_/ 16:48:06 Bash-1.0.1 16:48:06 16:48:06 16:48:06 ==> git version 2.24.3 found 16:48:06 ==> 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 16:48:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:48:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:48:06 ==> Jenkins CI detected. 16:48:06 project root: . 16:48:06 --> token set from env 16:48:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:48:06 ==> Running gcov in . (disable via -X gcov) 16:48:06 ==> Python coveragepy not found 16:48:06 ==> Searching for coverage reports in: 16:48:06 + . 16:48:06 -> Found 1 reports 16:48:06 ==> Detecting git/mercurial file structure 16:48:06 ==> Reading reports 16:48:06 + ./coverage.out bytes=170977 16:48:06 ==> Appending adjustments 16:48:06 https://docs.codecov.io/docs/fixing-reports 16:48:07 + Found adjustments 16:48:07 ==> Gzipping contents 16:48:07 28K /tmp/codecov.x5vMS2.gz 16:48:07 ==> Uploading reports 16:48:07 url: https://codecov.io 16:48:07 query: branch=PR-579&commit=e17711a557afb7185c6c0c0a06e4fa6ffd8a9852&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-579%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=579&job=&cmd_args= 16:48:07 -> Pinging Codecov 16:48:07 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-579&commit=e17711a557afb7185c6c0c0a06e4fa6ffd8a9852&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-579%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=579&job=&cmd_args= 16:48:08 -> Uploading to 16:48:08 https://storage.googleapis.com/codecov/v4/raw/2021-04-15/71470A77251A30514AAF9C0BB2E5B6CE/e17711a557afb7185c6c0c0a06e4fa6ffd8a9852/2a470120-ad9d-489d-b3a2-0d42f4cd2dc1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T164808Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=231ceb7101f98cf6e20409465cb36fa8f5d321173ed540d5c124ad959c817a30 16:48:08 % Total % Received % Xferd Average Speed Time Time Time Current 16:48:08 Dload Upload Total Spent Left Speed 16:48:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25188 0 0 100 25188 0 42862 --:--:-- --:--:-- --:--:-- 42836 100 25188 0 0 100 25188 0 42848 --:--:-- --:--:-- --:--:-- 42836 16:48:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/e17711a557afb7185c6c0c0a06e4fa6ffd8a9852 [Pipeline] } 16:48:09 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 16:48:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:48:10 ---> package-listing.sh 16:48:10 ++ facter osfamily 16:48:10 ++ tr '[:upper:]' '[:lower:]' 16:48:10 + OS_FAMILY=redhat 16:48:10 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-579 16:48:10 + START_PACKAGES=/tmp/packages_start.txt 16:48:10 + END_PACKAGES=/tmp/packages_end.txt 16:48:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:48:10 + PACKAGES=/tmp/packages_start.txt 16:48:10 + '[' /w/workspace/dry_go-mod-core-contracts_PR-579 ']' 16:48:10 + PACKAGES=/tmp/packages_end.txt 16:48:10 + case "${OS_FAMILY}" in 16:48:10 + rpm -qa 16:48:10 + sort 16:48:15 + '[' -f /tmp/packages_start.txt ']' 16:48:15 + '[' -f /tmp/packages_end.txt ']' 16:48:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:48:15 + '[' /w/workspace/dry_go-mod-core-contracts_PR-579 ']' 16:48:15 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-579/archives/ 16:48:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-579/archives/ [Pipeline] echo 16:48:15 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-579/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:48:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:48:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:16 16:48:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:48:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:16 alpine: Pulling from edgex-lftools-log-publisher 16:48:16 df20fa9351a1: Pulling fs layer 16:48:16 36b3adc4ff6f: Pulling fs layer 16:48:16 8ad3a11d3b57: Pulling fs layer 16:48:16 46f8f816bc3b: Pulling fs layer 16:48:16 93b61091891f: Pulling fs layer 16:48:16 93b9cdb0e59b: Pulling fs layer 16:48:16 5e14af77c1be: Pulling fs layer 16:48:16 01666e4c0597: Pulling fs layer 16:48:16 aa168da1d23b: Pulling fs layer 16:48:16 93b9cdb0e59b: Waiting 16:48:16 5e14af77c1be: Waiting 16:48:16 46f8f816bc3b: Waiting 16:48:16 aa168da1d23b: Waiting 16:48:16 01666e4c0597: Waiting 16:48:16 36b3adc4ff6f: Verifying Checksum 16:48:16 36b3adc4ff6f: Download complete 16:48:16 46f8f816bc3b: Verifying Checksum 16:48:16 46f8f816bc3b: Download complete 16:48:17 df20fa9351a1: Verifying Checksum 16:48:17 df20fa9351a1: Download complete 16:48:17 93b9cdb0e59b: Verifying Checksum 16:48:17 93b9cdb0e59b: Download complete 16:48:17 5e14af77c1be: Verifying Checksum 16:48:17 5e14af77c1be: Download complete 16:48:17 93b61091891f: Verifying Checksum 16:48:17 93b61091891f: Download complete 16:48:17 01666e4c0597: Verifying Checksum 16:48:17 01666e4c0597: Download complete 16:48:17 8ad3a11d3b57: Verifying Checksum 16:48:17 8ad3a11d3b57: Download complete 16:48:17 df20fa9351a1: Pull complete 16:48:17 36b3adc4ff6f: Pull complete 16:48:18 8ad3a11d3b57: Pull complete 16:48:18 46f8f816bc3b: Pull complete 16:48:19 93b61091891f: Pull complete 16:48:19 93b9cdb0e59b: Pull complete 16:48:19 aa168da1d23b: Verifying Checksum 16:48:19 aa168da1d23b: Download complete 16:48:19 5e14af77c1be: Pull complete 16:48:20 01666e4c0597: Pull complete 16:48:26 aa168da1d23b: Pull complete 16:48:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:48:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:48:26 prd-centos7-docker-4c-2g-300 does not seem to be running inside a container 16:48:27 $ 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-579/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-579 -v /w/workspace/dry_go-mod-core-contracts_PR-579:/w/workspace/dry_go-mod-core-contracts_PR-579:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-579@tmp:/w/workspace/dry_go-mod-core-contracts_PR-579@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 16:48:30 $ docker top 33ac5ba2f3f6d0a984b929fc4489d3af4a14abd143c210a55054188a13220a47 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:30 + touch /tmp/pre-build-complete [Pipeline] sh 16:48:31 + mkdir -p /var/log/sa [Pipeline] sh 16:48:31 + ls /var/log/sa-host 16:48:31 + sadf -c /var/log/sa-host/sa15 16:48:31 file_magic: OK 16:48:31 HZ: Using current value: 100 16:48:31 file_header: OK 16:48:31 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 16:48:31 Statistics: 16:48:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:48:31 File successfully converted to sysstat format version 12.2.1 16:48:31 + sadf -c /var/log/sa-host/sa23 16:48:31 file_magic: OK 16:48:31 HZ: Using current value: 100 16:48:31 file_header: OK 16:48:31 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 16:48:31 Statistics: 16:48:31 Hnuu...uuuununununu... 16:48:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:48:31 provisioning config files... 16:48:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/config7422100648502812876tmp [Pipeline] { [Pipeline] echo 16:48:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:48:31 ---> create-netrc.sh [Pipeline] } 16:48:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:48:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:48:32 ---> python-tools-install.sh [Pipeline] echo 16:48:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:48:32 ---> sudo-logs.sh 16:48:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:48:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:48:32 ---> job-cost.sh 16:48:32 lf-activate-venv: SKIPPING 16:48:32 DEBUG: total: 0.20999999344348907 16:48:32 INFO: Retrieving Stack Cost... 16:48:33 INFO: Retrieving Pricing Info for: v1-standard-2 16:48:34 INFO: Archiving Costs [Pipeline] echo 16:48:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:48:34 ---> logs-deploy.sh 16:48:34 lf-activate-venv: SKIPPING 16:48:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-579/5 16:48:34 INFO: archiving workspace using pattern(s): 16:48:36 Archives upload complete. 16:48:36 INFO: archiving logs to Nexus 16:48:37 ---> uname -a: 16:48:37 Linux prd-centos7-docker-4c-2g-300.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:48:37 16:48:37 16:48:37 ---> lscpu: 16:48:37 Architecture: x86_64 16:48:37 CPU op-mode(s): 32-bit, 64-bit 16:48:37 Byte Order: Little Endian 16:48:37 Address sizes: 40 bits physical, 48 bits virtual 16:48:37 CPU(s): 4 16:48:37 On-line CPU(s) list: 0-3 16:48:37 Thread(s) per core: 1 16:48:37 Core(s) per socket: 1 16:48:37 Socket(s): 4 16:48:37 NUMA node(s): 1 16:48:37 Vendor ID: GenuineIntel 16:48:37 CPU family: 6 16:48:37 Model: 44 16:48:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:48:37 Stepping: 1 16:48:37 CPU MHz: 2933.438 16:48:37 BogoMIPS: 5866.87 16:48:37 Virtualization: VT-x 16:48:37 Hypervisor vendor: KVM 16:48:37 Virtualization type: full 16:48:37 L1d cache: 128 KiB 16:48:37 L1i cache: 128 KiB 16:48:37 L2 cache: 16 MiB 16:48:37 L3 cache: 64 MiB 16:48:37 NUMA node0 CPU(s): 0-3 16:48:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:48:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:48:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:48:37 Vulnerability Meltdown: Mitigation; PTI 16:48:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:48:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:48:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:48:37 Vulnerability Srbds: Not affected 16:48:37 Vulnerability Tsx async abort: Not affected 16:48:37 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 16:48:37 16:48:37 16:48:37 ---> nproc: 16:48:37 4 16:48:37 16:48:37 16:48:37 ---> df -h: 16:48:37 Filesystem Size Used Available Use% Mounted on 16:48:37 overlay 50.0G 7.3G 42.7G 15% / 16:48:37 tmpfs 64.0M 0 64.0M 0% /dev 16:48:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:48:37 shm 64.0M 0 64.0M 0% /dev/shm 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-579@tmp 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 16:48:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-579 16:48:37 16:48:37 16:48:37 ---> free -m: 16:48:37 total used free shared buff/cache available 16:48:37 Mem: 1837 725 102 0 1009 1006 16:48:37 Swap: 1023 1 1022 16:48:37 16:48:37 16:48:37 ---> ip addr: 16:48:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:48:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:48:37 inet 127.0.0.1/8 scope host lo 16:48:37 valid_lft forever preferred_lft forever 16:48:37 inet6 ::1/128 scope host 16:48:37 valid_lft forever preferred_lft forever 16:48:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:48:37 link/ether fa:16:3e:1e:06:f0 brd ff:ff:ff:ff:ff:ff 16:48:37 inet 10.30.122.110/23 brd 10.30.123.255 scope global dynamic eth0 16:48:37 valid_lft 85945sec preferred_lft 85945sec 16:48:37 inet6 fe80::f816:3eff:fe1e:6f0/64 scope link 16:48:37 valid_lft forever preferred_lft forever 16:48:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:48:37 link/ether 02:42:46:da:d8:5a brd ff:ff:ff:ff:ff:ff 16:48:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:48:37 valid_lft forever preferred_lft forever 16:48:37 inet6 fe80::42:46ff:feda:d85a/64 scope link 16:48:37 valid_lft forever preferred_lft forever 16:48:37 16:48:37 16:48:37 ---> sar -b -r -n DEV: 16:48:37 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) 16:48:37 16:48:37 16:40:51 LINUX RESTART (4 CPU) 16:48:37 16:48:37 16:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:48:37 16:43:01 2.21 0.00 2.21 0.00 0.00 54.05 0.00 16:48:37 16:44:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 16:48:37 16:45:01 0.19 0.00 0.19 0.00 0.00 2.07 0.00 16:48:37 16:46:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 16:48:37 16:47:01 0.28 0.00 0.28 0.00 0.00 3.93 0.00 16:48:37 16:48:01 0.35 0.00 0.35 0.00 0.00 3.80 0.00 16:48:37 Average: 0.58 0.00 0.58 0.00 0.00 11.56 0.00 16:48:37 16:48:37 16:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:48:37 16:43:01 164884 0 612044 32.53 2620 1101996 1110560 37.90 397188 1119484 12 16:48:37 16:44:01 168904 0 608016 32.31 2620 1102004 1079444 36.84 395920 1117088 20 16:48:37 16:45:01 168100 0 608816 32.36 2620 1102008 1079336 36.84 403492 1110856 12 16:48:37 16:46:01 168320 0 608592 32.35 2620 1102012 1079336 36.84 401948 1112280 8 16:48:37 16:47:01 166860 0 610044 32.42 2620 1102020 1079396 36.84 408280 1107576 12 16:48:37 16:48:01 167208 0 609688 32.40 2620 1102028 1079336 36.84 409928 1105624 8 16:48:37 Average: 167379 0 609533 32.40 2620 1102011 1084568 37.01 402793 1112151 12 16:48:37 16:48:37 16:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:48:37 16:43:01 eth0 1.02 0.43 0.30 0.23 0.00 0.00 0.00 0.00 16:48:37 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:44:01 eth0 0.70 0.32 0.29 0.17 0.00 0.00 0.00 0.00 16:48:37 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:45:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 16:48:37 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:48:37 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:47:01 eth0 0.28 0.22 0.09 0.07 0.00 0.00 0.00 0.00 16:48:37 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:48:37 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 Average: eth0 0.38 0.20 0.12 0.09 0.00 0.00 0.00 0.00 16:48:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:37 16:48:37 16:48:37 ---> sar -P ALL: 16:48:37 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) 16:48:37 16:48:37 16:40:51 LINUX RESTART (4 CPU) 16:48:37 16:48:37 16:42:01 CPU %user %nice %system %iowait %steal %idle 16:48:37 16:43:01 all 0.17 0.00 0.05 0.00 0.00 99.78 16:48:37 16:43:01 0 0.05 0.00 0.05 0.00 0.00 99.90 16:48:37 16:43:01 1 0.05 0.00 0.07 0.00 0.00 99.88 16:48:37 16:43:01 2 0.50 0.00 0.05 0.00 0.00 99.45 16:48:37 16:43:01 3 0.08 0.00 0.05 0.00 0.00 99.87 16:48:37 16:44:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:48:37 16:44:01 0 0.05 0.00 0.05 0.00 0.00 99.90 16:48:37 16:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:48:37 16:44:01 2 0.48 0.00 0.03 0.00 0.00 99.48 16:48:37 16:44:01 3 0.07 0.00 0.05 0.00 0.00 99.88 16:48:37 16:45:01 all 0.13 0.00 0.03 0.00 0.01 99.83 16:48:37 16:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:48:37 16:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:48:37 16:45:01 2 0.46 0.00 0.03 0.00 0.02 99.49 16:48:37 16:45:01 3 0.03 0.00 0.05 0.00 0.02 99.90 16:48:37 16:46:01 all 0.13 0.00 0.03 0.00 0.00 99.83 16:48:37 16:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:48:37 16:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:48:37 16:46:01 2 0.43 0.00 0.03 0.00 0.02 99.52 16:48:37 16:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:48:37 16:47:01 all 0.05 0.00 0.04 0.00 0.01 99.90 16:48:37 16:47:01 0 0.03 0.00 0.05 0.00 0.03 99.88 16:48:37 16:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:48:37 16:47:01 2 0.08 0.00 0.03 0.00 0.00 99.88 16:48:37 16:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:48:37 16:48:01 all 0.09 0.00 0.06 0.00 0.00 99.85 16:48:37 16:48:01 0 0.02 0.00 0.08 0.00 0.00 99.90 16:48:37 16:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:48:37 16:48:01 2 0.27 0.00 0.07 0.00 0.02 99.65 16:48:37 16:48:01 3 0.07 0.00 0.07 0.00 0.00 99.87 16:48:37 Average: all 0.12 0.00 0.04 0.00 0.00 99.83 16:48:37 Average: 0 0.03 0.00 0.05 0.00 0.01 99.92 16:48:37 Average: 1 0.03 0.00 0.03 0.00 0.00 99.94 16:48:37 Average: 2 0.37 0.00 0.04 0.00 0.01 99.58 16:48:37 Average: 3 0.06 0.00 0.05 0.00 0.00 99.89 16:48:37 16:48:37 16:48:37