Pull request #628 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b3783d55a5fd82806eb85d4fb7ce209e364fb4dc+6959a31925640f2b0e4ffea6e4d93f53244a7c4d (a7ef377835e806267f4016d22e09af0c86f02959) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6052482522173607675.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 144eb70ba3d470a427e699408e811d3f535e987a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9196019208834357095.key > 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 144eb70ba3d470a427e699408e811d3f535e987a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5043642503983226465.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 144eb70ba3d470a427e699408e811d3f535e987a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 144eb70ba3d470a427e699408e811d3f535e987a # timeout=10 Commit message: "Merge pull request #341 from ernestojeda/master-2-main" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5045648615915969634.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-628/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3202529115534838748.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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-398 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-628 # 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.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh7570084725116248230.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh6098741324734306393.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6959a31925640f2b0e4ffea6e4d93f53244a7c4d into PR head commit b3783d55a5fd82806eb85d4fb7ce209e364fb4dc Merge succeeded, producing b3783d55a5fd82806eb85d4fb7ce209e364fb4dc Checking out Revision b3783d55a5fd82806eb85d4fb7ce209e364fb4dc (PR-628) > git config core.sparsecheckout # timeout=10 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/jenkins-gitclient-ssh806111770875948864.key > git merge 6959a31925640f2b0e4ffea6e4d93f53244a7c4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-14T17:47:08.924Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-14T17:47:09.015Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-14T17:47:09.040Z] ========================================================= [2021-07-14T17:47:09.040Z] EdgeX Global Pipelines Version Info [2021-07-14T17:47:09.040Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f9f9ada2d3433d9a1b4c46d212799bf5ca0e8cb0 # timeout=10 [2021-07-14T17:47:10.390Z] ------------------- [2021-07-14T17:47:10.390Z] stable info: [2021-07-14T17:47:10.390Z] ------------------- [2021-07-14T17:47:10.390Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-14T17:47:10.390Z] Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a [2021-07-14T17:47:10.390Z] Message: update stable to v1.0.196 [2021-07-14T17:47:10.979Z] ------------------- [2021-07-14T17:47:10.979Z] experimental info: [2021-07-14T17:47:10.979Z] ------------------- [2021-07-14T17:47:10.979Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-14T17:47:10.979Z] Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a [2021-07-14T17:47:10.979Z] Message: update experimental to v1.0.196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-14T17:47:11.121Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-07-14T17:47:11.144Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-07-14T17:47:11.168Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-14T17:47:11.191Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-14T17:47:11.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-14T17:47:11.236Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-14T17:47:11.259Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-14T17:47:11.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-14T17:47:11.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-14T17:47:11.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-14T17:47:11.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-14T17:47:11.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo [2021-07-14T17:47:11.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-14T17:47:11.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-14T17:47:11.446Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-07-14T17:47:11.471Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-07-14T17:47:11.494Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-14T17:47:11.518Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-14T17:47:11.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-14T17:47:11.567Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-07-14T17:47:11.592Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-07-14T17:47:11.617Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-07-14T17:47:11.641Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-14T17:47:11.665Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-14T17:47:11.687Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-07-14T17:47:11.710Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-14T17:47:11.733Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-628 [Pipeline] echo [2021-07-14T17:47:11.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-628 [Pipeline] echo [2021-07-14T17:47:11.778Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-628 [Pipeline] echo [2021-07-14T17:47:11.801Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [Pipeline] echo [2021-07-14T17:47:11.823Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b3783d5 [Pipeline] echo [2021-07-14T17:47:11.850Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-14T17:47:12.360Z] + git log --format=format:%s -1 b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [Pipeline] echo [2021-07-14T17:47:12.415Z] GIT_COMMIT: b3783d55a5fd82806eb85d4fb7ce209e364fb4dc, Commit Message: Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0 [Pipeline] echo [2021-07-14T17:47:12.429Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-14T17:47:13.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-14T17:47:13.308Z] [2021-07-14T17:47:13.308Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-14T17:47:13.643Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-14T17:47:13.643Z] latest: Pulling from edgex-devops/git-semver [2021-07-14T17:47:13.643Z] 31603596830f: Pulling fs layer [2021-07-14T17:47:13.643Z] b6dc333f4379: Pulling fs layer [2021-07-14T17:47:13.643Z] 3d9ef1400e77: Pulling fs layer [2021-07-14T17:47:13.643Z] fd332fbdc1db: Pulling fs layer [2021-07-14T17:47:13.643Z] fd332fbdc1db: Waiting [2021-07-14T17:47:13.920Z] b6dc333f4379: Verifying Checksum [2021-07-14T17:47:13.920Z] b6dc333f4379: Download complete [2021-07-14T17:47:14.187Z] 31603596830f: Verifying Checksum [2021-07-14T17:47:14.187Z] 31603596830f: Download complete [2021-07-14T17:47:14.187Z] 31603596830f: Pull complete [2021-07-14T17:47:14.187Z] b6dc333f4379: Pull complete [2021-07-14T17:47:14.456Z] fd332fbdc1db: Verifying Checksum [2021-07-14T17:47:14.456Z] fd332fbdc1db: Download complete [2021-07-14T17:47:14.456Z] 3d9ef1400e77: Verifying Checksum [2021-07-14T17:47:14.456Z] 3d9ef1400e77: Download complete [2021-07-14T17:47:15.044Z] 3d9ef1400e77: Pull complete [2021-07-14T17:47:15.044Z] fd332fbdc1db: Pull complete [2021-07-14T17:47:15.044Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-14T17:47:15.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-14T17:47:15.044Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-14T17:47:15.143Z] prd-centos7-docker-4c-2g-398 does not seem to be running inside a container [2021-07-14T17:47:15.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-14T17:47:15.921Z] $ docker top 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-14T17:47:16.073Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-14T17:47:16.073Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-14T17:47:16.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-14T17:47:16.198Z] $ docker exec 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent [2021-07-14T17:47:16.321Z] SSH_AUTH_SOCK=/tmp/ssh-b9aLVHcfjY42/agent.15 [2021-07-14T17:47:16.321Z] SSH_AGENT_PID=21 [2021-07-14T17:47:16.333Z] Running ssh-add (command line suppressed) [2021-07-14T17:47:16.427Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_8608156724389591361.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_8608156724389591361.key) [2021-07-14T17:47:16.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-14T17:47:16.771Z] + git tag --points-at HEAD [Pipeline] } [2021-07-14T17:47:16.789Z] $ docker exec --env ******** --env ******** 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent -k [2021-07-14T17:47:16.880Z] unset SSH_AUTH_SOCK; [2021-07-14T17:47:16.880Z] unset SSH_AGENT_PID; [2021-07-14T17:47:16.880Z] echo Agent pid 21 killed; [2021-07-14T17:47:16.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-14T17:47:16.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-14T17:47:16.941Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-14T17:47:17.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-14T17:47:17.064Z] $ docker exec 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent [2021-07-14T17:47:17.175Z] SSH_AUTH_SOCK=/tmp/ssh-2kE2SenOOOS4/agent.56 [2021-07-14T17:47:17.175Z] SSH_AGENT_PID=62 [2021-07-14T17:47:17.188Z] Running ssh-add (command line suppressed) [2021-07-14T17:47:17.283Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_5702754272726573226.key (/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/private_key_5702754272726573226.key) [2021-07-14T17:47:17.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-14T17:47:17.634Z] + git semver init [2021-07-14T17:47:17.634Z] # -> Open(): unable to determine branch for HEAD [2021-07-14T17:47:17.634Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.git [2021-07-14T17:47:17.634Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-628 [2021-07-14T17:47:17.634Z] # $SEMVER_REMOTE_NAME = origin [2021-07-14T17:47:17.634Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-14T17:47:17.634Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-14T17:47:17.634Z] # $SEMVER_BRANCH = PR-628 [2021-07-14T17:47:17.634Z] # $SEMVER_TEMP = /tmp/semver-326016906 [2021-07-14T17:47:17.634Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-07-14T17:47:18.222Z] # '/tmp/semver-326016906' -> '/w/workspace/dry_go-mod-core-contracts_PR-628/.semver' [2021-07-14T17:47:18.222Z] # -> Force: false [2021-07-14T17:47:18.222Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-628/.semver [Pipeline] } [2021-07-14T17:47:18.235Z] $ docker exec --env ******** --env ******** 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c ssh-agent -k [2021-07-14T17:47:18.339Z] unset SSH_AUTH_SOCK; [2021-07-14T17:47:18.339Z] unset SSH_AGENT_PID; [2021-07-14T17:47:18.339Z] echo Agent pid 62 killed; [2021-07-14T17:47:18.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-14T17:47:18.701Z] + git semver [Pipeline] } [2021-07-14T17:47:18.719Z] $ docker stop --time=1 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c [2021-07-14T17:47:19.955Z] $ docker rm -f 38067630af9f2041be8b7797eb42cb53ee52edb4568a173a2700e4ba7e516b2c [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-14T17:47:20.345Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-14T17:47:20.701Z] Stashed 1 file(s) [Pipeline] echo [2021-07-14T17:47:20.704Z] [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-07-14T17:47:35.969Z] Still waiting to schedule task [2021-07-14T17:47:35.970Z] ‘prd-centos7-builder-2c-1g-365’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-14T17:47:35.970Z] ‘prd-centos7-builder-2c-1g-370’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-07-14T17:47:35.970Z] ‘prd-centos7-docker-4c-2g-360’ is offline [2021-07-14T17:47:35.970Z] ‘prd-centos7-docker-4c-2g-363’ is offline [2021-07-14T17:47:35.970Z] ‘prd-centos7-docker-4c-2g-374’ is offline [2021-07-14T17:47:35.971Z] ‘prd-centos7-docker-4c-2g-379’ is offline [2021-07-14T17:47:35.971Z] ‘prd-centos7-docker-4c-2g-414’ is offline [2021-07-14T17:47:35.973Z] Still waiting to schedule task [2021-07-14T17:47:35.973Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-14T17:47:59.857Z] Running on prd-centos7-docker-4c-2g-418 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws [2021-07-14T17:47:59.873Z] Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout [2021-07-14T17:47:59.993Z] Selected Git installation does not exist. Using Default [2021-07-14T17:47:59.993Z] The recommended git tool is: NONE [2021-07-14T17:48:02.825Z] using credential edgex-jenkins-ssh [2021-07-14T17:48:02.841Z] Cloning the remote Git repository [2021-07-14T17:48:01.988Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-14T17:48:02.063Z] > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 [2021-07-14T17:48:02.097Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-14T17:48:02.097Z] > git --version # timeout=10 [2021-07-14T17:48:02.105Z] > git --version # 'git version 2.24.4' [2021-07-14T17:48:02.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-14T17:48:02.140Z] [INFO] Currently running in a labeled security context [2021-07-14T17:48:02.141Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-14T17:48:02.141Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/10@tmp/jenkins-gitclient-ssh6184503124803424238.key [2021-07-14T17:48:02.159Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-14T17:48:03.223Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-14T17:48:03.229Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-14T17:48:03.246Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-14T17:48:03.257Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-14T17:48:03.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-14T17:48:03.258Z] [INFO] Currently running in a labeled security context [2021-07-14T17:48:03.258Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-14T17:48:03.258Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/10@tmp/jenkins-gitclient-ssh4139647666035113630.key [2021-07-14T17:48:03.270Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-14T17:48:04.527Z] Merging remotes/origin/main commit 6959a31925640f2b0e4ffea6e4d93f53244a7c4d into PR head commit b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [2021-07-14T17:48:04.626Z] Merge succeeded, producing b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [2021-07-14T17:48:04.626Z] Checking out Revision b3783d55a5fd82806eb85d4fb7ce209e364fb4dc (PR-628) [2021-07-14T17:48:03.802Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T17:48:03.810Z] > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 [2021-07-14T17:48:03.851Z] > git remote # timeout=10 [2021-07-14T17:48:03.857Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T17:48:03.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-14T17:48:03.865Z] [INFO] Currently running in a labeled security context [2021-07-14T17:48:03.866Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-14T17:48:03.866Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/10@tmp/jenkins-gitclient-ssh3808410911502098841.key [2021-07-14T17:48:03.876Z] > git merge 6959a31925640f2b0e4ffea6e4d93f53244a7c4d # timeout=10 [2021-07-14T17:48:03.887Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T17:48:03.900Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T17:48:03.924Z] > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 [2021-07-14T17:48:08.174Z] Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-14T17:48:08.970Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-07-14T17:48:09.317Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-07-14T17:48:09.636Z] + sudo service docker restart [2021-07-14T17:48:09.636Z] + true [2021-07-14T17:48:09.636Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-07-14T17:48:28.261Z] ========================================================= [2021-07-14T17:48:28.261Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-14T17:48:28.261Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-14T17:48:28.866Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-14T17:48:28.866Z] Sending build context to Docker daemon 2.91MB [2021-07-14T17:48:28.866Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-07-14T17:48:28.866Z] Step 2/7 : FROM ${BASE} [2021-07-14T17:48:29.137Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-14T17:48:29.137Z] 540db60ca938: Pulling fs layer [2021-07-14T17:48:29.137Z] adcc1eea9eea: Pulling fs layer [2021-07-14T17:48:29.137Z] 4c4ab2625f07: Pulling fs layer [2021-07-14T17:48:29.137Z] 0773c198feca: Pulling fs layer [2021-07-14T17:48:29.137Z] 345f892a5656: Pulling fs layer [2021-07-14T17:48:29.137Z] 9ac62484cfdc: Pulling fs layer [2021-07-14T17:48:29.137Z] 5ac4037533be: Pulling fs layer [2021-07-14T17:48:29.137Z] dc6bda0758c5: Pulling fs layer [2021-07-14T17:48:29.137Z] 0773c198feca: Waiting [2021-07-14T17:48:29.137Z] 345f892a5656: Waiting [2021-07-14T17:48:29.137Z] 9ac62484cfdc: Waiting [2021-07-14T17:48:29.137Z] 5ac4037533be: Waiting [2021-07-14T17:48:29.137Z] dc6bda0758c5: Waiting [2021-07-14T17:48:29.137Z] 4c4ab2625f07: Verifying Checksum [2021-07-14T17:48:29.137Z] 4c4ab2625f07: Download complete [2021-07-14T17:48:29.137Z] adcc1eea9eea: Download complete [2021-07-14T17:48:29.137Z] 345f892a5656: Verifying Checksum [2021-07-14T17:48:29.137Z] 345f892a5656: Download complete [2021-07-14T17:48:29.137Z] 9ac62484cfdc: Verifying Checksum [2021-07-14T17:48:29.137Z] 9ac62484cfdc: Download complete [2021-07-14T17:48:29.408Z] 540db60ca938: Verifying Checksum [2021-07-14T17:48:29.408Z] 540db60ca938: Download complete [2021-07-14T17:48:29.408Z] 540db60ca938: Pull complete [2021-07-14T17:48:29.678Z] adcc1eea9eea: Pull complete [2021-07-14T17:48:29.678Z] 5ac4037533be: Verifying Checksum [2021-07-14T17:48:29.678Z] 5ac4037533be: Download complete [2021-07-14T17:48:29.678Z] 4c4ab2625f07: Pull complete [2021-07-14T17:48:32.270Z] dc6bda0758c5: Verifying Checksum [2021-07-14T17:48:32.271Z] dc6bda0758c5: Download complete [2021-07-14T17:48:33.696Z] 0773c198feca: Verifying Checksum [2021-07-14T17:48:33.696Z] 0773c198feca: Download complete [2021-07-14T17:48:37.113Z] 0773c198feca: Pull complete [2021-07-14T17:48:37.113Z] 345f892a5656: Pull complete [2021-07-14T17:48:37.113Z] 9ac62484cfdc: Pull complete [2021-07-14T17:48:37.113Z] 5ac4037533be: Pull complete [2021-07-14T17:48:38.084Z] dc6bda0758c5: Pull complete [2021-07-14T17:48:38.084Z] Digest: sha256:693441261ed0de8fcf303aa2a0eae3a43e217b849db77d7793b1d2a0399e3ec4 [2021-07-14T17:48:38.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-14T17:48:38.084Z] ---> eb58bd16d52e [2021-07-14T17:48:38.084Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-14T17:48:41.452Z] ---> Running in 30328170e61e [2021-07-14T17:48:41.453Z] Removing intermediate container 30328170e61e [2021-07-14T17:48:41.453Z] ---> 352d44f47bc7 [2021-07-14T17:48:41.453Z] Step 4/7 : RUN apk add bash [2021-07-14T17:48:41.453Z] ---> Running in 8d0f95552a81 [2021-07-14T17:48:41.453Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-14T17:48:42.416Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-14T17:48:43.005Z] OK: 149 MiB in 40 packages [2021-07-14T17:48:43.005Z] Removing intermediate container 8d0f95552a81 [2021-07-14T17:48:43.005Z] ---> 2b0dc4d66684 [2021-07-14T17:48:43.005Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-07-14T17:48:43.005Z] ---> Running in bfe9f4e90a98 [2021-07-14T17:48:43.272Z] Removing intermediate container bfe9f4e90a98 [2021-07-14T17:48:43.272Z] ---> 18606a586ef4 [2021-07-14T17:48:43.272Z] Step 6/7 : COPY go.mod . [2021-07-14T17:48:43.272Z] ---> dd1ffe5fcc41 [2021-07-14T17:48:43.272Z] Step 7/7 : RUN go mod download [2021-07-14T17:48:43.272Z] ---> Running in 731e77bf6d75 [2021-07-14T17:48:51.575Z] Removing intermediate container 731e77bf6d75 [2021-07-14T17:48:51.575Z] ---> 97653f2a6dd4 [2021-07-14T17:48:51.575Z] Successfully built 97653f2a6dd4 [2021-07-14T17:48:51.575Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-14T17:48:51.912Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-14T17:48:51.912Z] . [Pipeline] withDockerContainer [2021-07-14T17:48:52.021Z] prd-centos7-docker-4c-2g-418 does not seem to be running inside a container [2021-07-14T17:48:52.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 [2021-07-14T17:48:52.529Z] $ docker top 8c24c75d702a17fbd82c790f960938aeea3f008ec524ecec5fb34d0c3b4de564 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-14T17:48:52.953Z] + go version [2021-07-14T17:48:52.953Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-14T17:48:52.970Z] $ docker stop --time=1 8c24c75d702a17fbd82c790f960938aeea3f008ec524ecec5fb34d0c3b4de564 [2021-07-14T17:48:54.151Z] $ docker rm -f 8c24c75d702a17fbd82c790f960938aeea3f008ec524ecec5fb34d0c3b4de564 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-14T17:48:54.707Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-14T17:48:54.707Z] . [Pipeline] withDockerContainer [2021-07-14T17:48:54.804Z] prd-centos7-docker-4c-2g-418 does not seem to be running inside a container [2021-07-14T17:48:54.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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 [2021-07-14T17:48:55.242Z] $ docker top 8298f2609b960674cd7e9f34464c1109ef86b92a158f314e67b619fc62564b88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-14T17:48:55.671Z] + go mod tidy [Pipeline] sh [2021-07-14T17:48:56.013Z] + make test [2021-07-14T17:48:56.013Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-14T17:48:56.286Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-07-14T17:49:06.431Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.043s coverage: 83.5% of statements [2021-07-14T17:49:06.431Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-07-14T17:49:06.431Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-07-14T17:49:06.431Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] [2021-07-14T17:49:06.431Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.014s coverage: 26.3% of statements [2021-07-14T17:49:06.431Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] [2021-07-14T17:49:06.708Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.007s coverage: 47.2% of statements [2021-07-14T17:49:06.708Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.005s coverage: 90.0% of statements [2021-07-14T17:49:06.975Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.035s coverage: 86.2% of statements [2021-07-14T17:49:06.975Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 59.5% of statements [2021-07-14T17:49:07.250Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.004s coverage: 35.5% of statements [2021-07-14T17:49:07.524Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.006s coverage: 49.4% of statements [2021-07-14T17:49:07.524Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-07-14T17:49:12.921Z] gofmt -l . [2021-07-14T17:49:12.921Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-14T17:49:12.940Z] $ docker stop --time=1 8298f2609b960674cd7e9f34464c1109ef86b92a158f314e67b619fc62564b88 [2021-07-14T17:49:14.357Z] $ docker rm -f 8298f2609b960674cd7e9f34464c1109ef86b92a158f314e67b619fc62564b88 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-14T17:49:14.807Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-14T17:49:15.071Z] 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-07-14T17:49:15.953Z] ---> job-cost.sh [2021-07-14T17:49:15.953Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UX8W [2021-07-14T17:49:24.191Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-07-14T17:49:39.225Z] lf-activate-venv(): INFO: Adding /tmp/venv-UX8W/bin to PATH [2021-07-14T17:49:39.225Z] INFO: No Stack... [2021-07-14T17:49:39.225Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-14T17:49:39.225Z] INFO: Archiving Costs [Pipeline] sh [2021-07-14T17:49:39.805Z] + cat /w/workspace/go-mod-core-contracts/10/archives/cost.csv [2021-07-14T17:49:39.805Z] + cut -d, -f6 [Pipeline] lock [2021-07-14T17:49:39.939Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [2021-07-14T17:49:39.956Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] did not exist. Created. [2021-07-14T17:49:39.956Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-14T17:49:40.318Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-07-14T17:49:40.386Z] Stashed 1 file(s) [Pipeline] } [2021-07-14T17:49:40.397Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T19:16:20.898Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2761 in /w/workspace/dry_go-mod-core-contracts_PR-628 [Pipeline] { [Pipeline] ws [2021-07-14T19:16:20.923Z] Running in /w/workspace/go-mod-core-contracts/10 [Pipeline] { [Pipeline] checkout [2021-07-14T19:16:21.289Z] Selected Git installation does not exist. Using Default [2021-07-14T19:16:21.290Z] The recommended git tool is: NONE [2021-07-14T19:16:26.956Z] using credential edgex-jenkins-ssh [2021-07-14T19:16:26.975Z] Cloning the remote Git repository [2021-07-14T19:16:27.044Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-14T19:16:27.166Z] > git init /w/workspace/go-mod-core-contracts/10 # timeout=10 [2021-07-14T19:16:27.254Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-14T19:16:27.254Z] > git --version # timeout=10 [2021-07-14T19:16:27.272Z] > git --version # 'git version 2.17.1' [2021-07-14T19:16:27.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-14T19:16:27.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-14T19:16:29.743Z] Merging remotes/origin/main commit 6959a31925640f2b0e4ffea6e4d93f53244a7c4d into PR head commit b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [2021-07-14T19:16:29.987Z] Merge succeeded, producing b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [2021-07-14T19:16:29.987Z] Checking out Revision b3783d55a5fd82806eb85d4fb7ce209e364fb4dc (PR-628) [2021-07-14T19:16:28.922Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-14T19:16:28.948Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-14T19:16:28.972Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-14T19:16:29.007Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-14T19:16:29.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-14T19:16:29.028Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-14T19:16:29.777Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T19:16:29.793Z] > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 [2021-07-14T19:16:29.912Z] > git remote # timeout=10 [2021-07-14T19:16:29.928Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T19:16:29.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-14T19:16:29.953Z] > git merge 6959a31925640f2b0e4ffea6e4d93f53244a7c4d # timeout=10 [2021-07-14T19:16:29.980Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T19:16:30.004Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T19:16:30.023Z] > git checkout -f b3783d55a5fd82806eb85d4fb7ce209e364fb4dc # timeout=10 [2021-07-14T19:16:34.575Z] Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/fxamacker/cbor/v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-14T19:16:35.574Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-07-14T19:16:36.008Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-07-14T19:16:36.373Z] + true [2021-07-14T19:16:36.373Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-07-14T19:16:55.116Z] ========================================================= [2021-07-14T19:16:55.116Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-14T19:16:55.116Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-14T19:16:55.484Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-14T19:16:56.486Z] Sending build context to Docker daemon 2.909MB [2021-07-14T19:16:56.486Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-07-14T19:16:56.486Z] Step 2/7 : FROM ${BASE} [2021-07-14T19:16:57.478Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-14T19:16:57.478Z] 595b0fe564bb: Pulling fs layer [2021-07-14T19:16:57.478Z] 24495759ef45: Pulling fs layer [2021-07-14T19:16:57.478Z] d148012ef14d: Pulling fs layer [2021-07-14T19:16:57.478Z] cb65c68fc2e2: Pulling fs layer [2021-07-14T19:16:57.478Z] 093eec477d81: Pulling fs layer [2021-07-14T19:16:57.478Z] 20fd20ab2234: Pulling fs layer [2021-07-14T19:16:57.478Z] 43245461236d: Pulling fs layer [2021-07-14T19:16:57.478Z] 5a37c24eccbd: Pulling fs layer [2021-07-14T19:16:57.478Z] cb65c68fc2e2: Waiting [2021-07-14T19:16:57.478Z] 093eec477d81: Waiting [2021-07-14T19:16:57.478Z] 20fd20ab2234: Waiting [2021-07-14T19:16:57.478Z] 43245461236d: Waiting [2021-07-14T19:16:57.478Z] 5a37c24eccbd: Waiting [2021-07-14T19:16:57.478Z] d148012ef14d: Verifying Checksum [2021-07-14T19:16:57.478Z] d148012ef14d: Download complete [2021-07-14T19:16:57.478Z] 24495759ef45: Verifying Checksum [2021-07-14T19:16:57.478Z] 24495759ef45: Download complete [2021-07-14T19:16:57.478Z] 093eec477d81: Verifying Checksum [2021-07-14T19:16:57.478Z] 093eec477d81: Download complete [2021-07-14T19:16:57.752Z] 20fd20ab2234: Verifying Checksum [2021-07-14T19:16:57.752Z] 20fd20ab2234: Download complete [2021-07-14T19:16:57.752Z] 43245461236d: Verifying Checksum [2021-07-14T19:16:57.752Z] 43245461236d: Download complete [2021-07-14T19:16:58.029Z] 595b0fe564bb: Verifying Checksum [2021-07-14T19:16:58.029Z] 595b0fe564bb: Download complete [2021-07-14T19:16:58.632Z] 595b0fe564bb: Pull complete [2021-07-14T19:16:59.626Z] 24495759ef45: Pull complete [2021-07-14T19:16:59.901Z] d148012ef14d: Pull complete [2021-07-14T19:17:01.913Z] 5a37c24eccbd: Verifying Checksum [2021-07-14T19:17:01.913Z] 5a37c24eccbd: Download complete [2021-07-14T19:17:04.168Z] cb65c68fc2e2: Verifying Checksum [2021-07-14T19:17:04.168Z] cb65c68fc2e2: Download complete [2021-07-14T19:17:14.355Z] cb65c68fc2e2: Pull complete [2021-07-14T19:17:14.636Z] 093eec477d81: Pull complete [2021-07-14T19:17:14.909Z] 20fd20ab2234: Pull complete [2021-07-14T19:17:15.186Z] 43245461236d: Pull complete [2021-07-14T19:17:19.509Z] 5a37c24eccbd: Pull complete [2021-07-14T19:17:19.509Z] Digest: sha256:1f93be31992c0c85398b36ba92fe0466778821d351774b6a75e3069a3cd419d7 [2021-07-14T19:17:19.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-14T19:17:19.509Z] ---> 274d7007c78b [2021-07-14T19:17:19.509Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-14T19:17:22.936Z] ---> Running in 345dd5452971 [2021-07-14T19:17:23.542Z] Removing intermediate container 345dd5452971 [2021-07-14T19:17:23.542Z] ---> 8be601cb7610 [2021-07-14T19:17:23.542Z] Step 4/7 : RUN apk add bash [2021-07-14T19:17:23.542Z] ---> Running in 73a8fd81158a [2021-07-14T19:17:24.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-14T19:17:25.970Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-14T19:17:26.950Z] OK: 138 MiB in 40 packages [2021-07-14T19:17:28.400Z] Removing intermediate container 73a8fd81158a [2021-07-14T19:17:28.400Z] ---> 644d28fc31df [2021-07-14T19:17:28.400Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-07-14T19:17:29.002Z] ---> Running in ca9ce0c02e83 [2021-07-14T19:17:29.608Z] Removing intermediate container ca9ce0c02e83 [2021-07-14T19:17:29.608Z] ---> 037da6711951 [2021-07-14T19:17:29.608Z] Step 6/7 : COPY go.mod . [2021-07-14T19:17:30.614Z] ---> 6d86db287659 [2021-07-14T19:17:30.614Z] Step 7/7 : RUN go mod download [2021-07-14T19:17:30.889Z] ---> Running in d45321f346f8 [2021-07-14T19:17:49.238Z] Removing intermediate container d45321f346f8 [2021-07-14T19:17:49.238Z] ---> dffe81989fe8 [2021-07-14T19:17:49.238Z] Successfully built dffe81989fe8 [2021-07-14T19:17:49.238Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-14T19:17:49.577Z] + docker inspect -f . ci-base-image-arm64 [2021-07-14T19:17:49.577Z] . [Pipeline] withDockerContainer [2021-07-14T19:17:49.805Z] prd-ubuntu18.04-docker-arm64-4c-16g-2761 does not seem to be running inside a container [2021-07-14T19:17:49.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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-arm64 cat [2021-07-14T19:17:51.599Z] $ docker top fd60cd997bcb62ebafa957af849af5c2ff5cb287cb45b5dfb58c2bd81c2b3b07 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-14T19:17:52.589Z] + go version [2021-07-14T19:17:52.589Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-14T19:17:52.619Z] $ docker stop --time=1 fd60cd997bcb62ebafa957af849af5c2ff5cb287cb45b5dfb58c2bd81c2b3b07 [2021-07-14T19:17:54.558Z] $ docker rm -f fd60cd997bcb62ebafa957af849af5c2ff5cb287cb45b5dfb58c2bd81c2b3b07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-14T19:17:55.332Z] + docker inspect -f . ci-base-image-arm64 [2021-07-14T19:17:55.332Z] . [Pipeline] withDockerContainer [2021-07-14T19:17:55.619Z] prd-ubuntu18.04-docker-arm64-4c-16g-2761 does not seem to be running inside a container [2021-07-14T19:17:55.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/10 -v /w/workspace/go-mod-core-contracts/10:/w/workspace/go-mod-core-contracts/10:rw,z -v /w/workspace/go-mod-core-contracts/10@tmp:/w/workspace/go-mod-core-contracts/10@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-arm64 cat [2021-07-14T19:17:57.447Z] $ docker top 8b69b20e68bac4f802245159fd8a80e94192ebe4d030a477135d6e376a4a9ad7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-14T19:17:58.431Z] + go mod tidy [Pipeline] sh [2021-07-14T19:17:59.708Z] + make test [2021-07-14T19:17:59.708Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-14T19:18:00.695Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-07-14T19:18:39.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.487s coverage: 83.5% of statements [2021-07-14T19:18:39.776Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-07-14T19:18:39.776Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-07-14T19:18:39.776Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] [2021-07-14T19:18:39.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.039s coverage: 26.3% of statements [2021-07-14T19:18:39.776Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] [2021-07-14T19:18:39.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.129s coverage: 47.2% of statements [2021-07-14T19:18:39.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.063s coverage: 90.0% of statements [2021-07-14T19:18:39.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.226s coverage: 86.2% of statements [2021-07-14T19:18:39.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.044s coverage: 59.5% of statements [2021-07-14T19:18:39.776Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.027s coverage: 35.5% of statements [2021-07-14T19:18:40.758Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.034s coverage: 49.4% of statements [2021-07-14T19:18:40.758Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-07-14T19:19:02.992Z] gofmt -l . [2021-07-14T19:19:03.272Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-14T19:19:03.892Z] $ docker stop --time=1 8b69b20e68bac4f802245159fd8a80e94192ebe4d030a477135d6e376a4a9ad7 [2021-07-14T19:19:06.049Z] $ docker rm -f 8b69b20e68bac4f802245159fd8a80e94192ebe4d030a477135d6e376a4a9ad7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-14T19:19:06.894Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-14T19:19:06.928Z] Warning: overwriting stash ‘coverage-report’ [2021-07-14T19:19:07.600Z] 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-07-14T19:19:08.331Z] ---> job-cost.sh [2021-07-14T19:19:08.331Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3j1Q [2021-07-14T19:19:55.297Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-07-14T19:21:47.260Z] lf-activate-venv(): INFO: Adding /tmp/venv-3j1Q/bin to PATH [2021-07-14T19:21:47.260Z] INFO: No Stack... [2021-07-14T19:21:48.235Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-14T19:21:48.834Z] INFO: Archiving Costs [Pipeline] sh [2021-07-14T19:21:49.180Z] + cut -d, -f6 [2021-07-14T19:21:49.180Z] + cat /w/workspace/go-mod-core-contracts/10/archives/cost.csv [Pipeline] lock [2021-07-14T19:21:49.244Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [2021-07-14T19:21:49.260Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] did not exist. Created. [2021-07-14T19:21:49.260Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-14T19:21:49.627Z] /w/workspace/go-mod-core-contracts/10@tmp/durable-8a818c15/script.sh: 1: /w/workspace/go-mod-core-contracts/10@tmp/durable-8a818c15/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-14T19:21:49.983Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-14T19:21:50.016Z] Warning: overwriting stash ‘stack-cost’ [2021-07-14T19:21:50.177Z] Stashed 1 file(s) [Pipeline] } [2021-07-14T19:21:50.210Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-628-10-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] configFileProvider [2021-07-14T19:21:50.953Z] provisioning config files... [2021-07-14T19:21:50.968Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config4140542176245190233tmp [Pipeline] { [Pipeline] sh [2021-07-14T19:21:51.306Z] + set +x [2021-07-14T19:21:51.306Z] + bash -s -- [2021-07-14T19:21:51.306Z] + curl -s https://codecov.io/bash [2021-07-14T19:21:51.306Z] [2021-07-14T19:21:51.306Z] _____ _ [2021-07-14T19:21:51.306Z] / ____| | | [2021-07-14T19:21:51.306Z] | | ___ __| | ___ ___ _____ __ [2021-07-14T19:21:51.306Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-14T19:21:51.306Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-14T19:21:51.306Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-14T19:21:51.306Z] Bash-1.0.4 [2021-07-14T19:21:51.306Z] [2021-07-14T19:21:51.306Z] [2021-07-14T19:21:51.306Z] ==> git version 2.24.4 found [2021-07-14T19:21:51.306Z] ==> 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-07-14T19:21:51.306Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-14T19:21:51.306Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-14T19:21:51.306Z] ==> Jenkins CI detected. [2021-07-14T19:21:51.306Z] project root: . [2021-07-14T19:21:51.306Z] --> token set from env [2021-07-14T19:21:51.306Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-14T19:21:51.306Z] ==> Running gcov in . (disable via -X gcov) [2021-07-14T19:21:51.306Z] ==> Python coveragepy not found [2021-07-14T19:21:51.306Z] ==> Searching for coverage reports in: [2021-07-14T19:21:51.306Z] + . [2021-07-14T19:21:51.306Z] -> Found 1 reports [2021-07-14T19:21:51.306Z] ==> Detecting git/mercurial file structure [2021-07-14T19:21:51.306Z] ==> Reading reports [2021-07-14T19:21:51.579Z] + ./coverage.out bytes=101674 [2021-07-14T19:21:51.579Z] ==> Appending adjustments [2021-07-14T19:21:51.579Z] https://docs.codecov.io/docs/fixing-reports [2021-07-14T19:21:51.845Z] + Found adjustments [2021-07-14T19:21:51.845Z] ==> Gzipping contents [2021-07-14T19:21:51.845Z] 16K /tmp/codecov.01icYX.gz [2021-07-14T19:21:51.845Z] ==> Uploading reports [2021-07-14T19:21:51.845Z] url: https://codecov.io [2021-07-14T19:21:51.845Z] query: branch=PR-628&commit=b3783d55a5fd82806eb85d4fb7ce209e364fb4dc&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= [2021-07-14T19:21:51.845Z] -> Pinging Codecov [2021-07-14T19:21:51.845Z] https://codecov.io/upload/v4?package=bash-1.0.4&branch=PR-628&commit=b3783d55a5fd82806eb85d4fb7ce209e364fb4dc&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-628%2F10%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=628&job=&cmd_args= [2021-07-14T19:21:52.813Z] -> Uploading to [2021-07-14T19:21:52.813Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-14/71470A77251A30514AAF9C0BB2E5B6CE/b3783d55a5fd82806eb85d4fb7ce209e364fb4dc/ff9fb6e9-7069-4a9d-9238-43a6e4ed6154.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210714%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210714T192152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6a9dc00f90fc0865aa85f7196a670d2248c018f0e66fa0e7beacb738a0dbae77 [2021-07-14T19:21:52.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-14T19:21:52.813Z] Dload Upload Total Spent Left Speed [2021-07-14T19:21:53.078Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15207 0 0 100 15207 0 37736 --:--:-- --:--:-- --:--:-- 37828 [2021-07-14T19:21:53.344Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b3783d55a5fd82806eb85d4fb7ce209e364fb4dc [Pipeline] } [2021-07-14T19:21:53.356Z] Deleting 1 temporary files [Pipeline] // configFileProvider [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-07-14T19:21:55.012Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-14T19:21:55.603Z] ---> package-listing.sh [2021-07-14T19:21:55.603Z] ++ facter osfamily [2021-07-14T19:21:55.603Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-14T19:21:55.875Z] + OS_FAMILY=redhat [2021-07-14T19:21:55.875Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-628 [2021-07-14T19:21:55.875Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-14T19:21:55.875Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-14T19:21:55.875Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-14T19:21:55.875Z] + PACKAGES=/tmp/packages_start.txt [2021-07-14T19:21:55.875Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' [2021-07-14T19:21:55.875Z] + PACKAGES=/tmp/packages_end.txt [2021-07-14T19:21:55.875Z] + case "${OS_FAMILY}" in [2021-07-14T19:21:55.875Z] + rpm -qa [2021-07-14T19:21:55.875Z] + sort [2021-07-14T19:21:56.472Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-14T19:21:56.472Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-14T19:21:56.472Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-14T19:21:56.472Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-628 ']' [2021-07-14T19:21:56.472Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ [2021-07-14T19:21:56.472Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-628/archives/ [Pipeline] echo [2021-07-14T19:21:56.488Z] 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-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-14T19:21:56.793Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-14T19:21:57.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-14T19:21:57.385Z] [2021-07-14T19:21:57.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-07-14T19:21:57.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-14T19:21:57.714Z] alpine: Pulling from edgex-lftools-log-publisher [2021-07-14T19:21:57.714Z] df20fa9351a1: Pulling fs layer [2021-07-14T19:21:57.714Z] 36b3adc4ff6f: Pulling fs layer [2021-07-14T19:21:57.714Z] 8ad3a11d3b57: Pulling fs layer [2021-07-14T19:21:57.714Z] 46f8f816bc3b: Pulling fs layer [2021-07-14T19:21:57.714Z] 93b61091891f: Pulling fs layer [2021-07-14T19:21:57.714Z] 93b9cdb0e59b: Pulling fs layer [2021-07-14T19:21:57.714Z] 5e14af77c1be: Pulling fs layer [2021-07-14T19:21:57.714Z] 01666e4c0597: Pulling fs layer [2021-07-14T19:21:57.714Z] aa168da1d23b: Pulling fs layer [2021-07-14T19:21:57.714Z] 46f8f816bc3b: Waiting [2021-07-14T19:21:57.714Z] 93b61091891f: Waiting [2021-07-14T19:21:57.714Z] 93b9cdb0e59b: Waiting [2021-07-14T19:21:57.714Z] 5e14af77c1be: Waiting [2021-07-14T19:21:57.714Z] 01666e4c0597: Waiting [2021-07-14T19:21:57.714Z] aa168da1d23b: Waiting [2021-07-14T19:21:57.714Z] 36b3adc4ff6f: Verifying Checksum [2021-07-14T19:21:57.714Z] 36b3adc4ff6f: Download complete [2021-07-14T19:21:57.714Z] 46f8f816bc3b: Verifying Checksum [2021-07-14T19:21:57.714Z] 46f8f816bc3b: Download complete [2021-07-14T19:21:57.986Z] df20fa9351a1: Verifying Checksum [2021-07-14T19:21:57.986Z] 93b9cdb0e59b: Verifying Checksum [2021-07-14T19:21:57.986Z] 93b9cdb0e59b: Download complete [2021-07-14T19:21:57.986Z] 5e14af77c1be: Verifying Checksum [2021-07-14T19:21:57.986Z] 5e14af77c1be: Download complete [2021-07-14T19:21:57.986Z] 01666e4c0597: Verifying Checksum [2021-07-14T19:21:57.986Z] 01666e4c0597: Download complete [2021-07-14T19:21:57.986Z] df20fa9351a1: Pull complete [2021-07-14T19:21:57.986Z] 93b61091891f: Verifying Checksum [2021-07-14T19:21:57.986Z] 93b61091891f: Download complete [2021-07-14T19:21:58.263Z] 36b3adc4ff6f: Pull complete [2021-07-14T19:21:58.263Z] 8ad3a11d3b57: Verifying Checksum [2021-07-14T19:21:58.263Z] 8ad3a11d3b57: Download complete [2021-07-14T19:21:58.862Z] 8ad3a11d3b57: Pull complete [2021-07-14T19:21:58.862Z] 46f8f816bc3b: Pull complete [2021-07-14T19:21:59.131Z] 93b61091891f: Pull complete [2021-07-14T19:21:59.131Z] 93b9cdb0e59b: Pull complete [2021-07-14T19:21:59.131Z] 5e14af77c1be: Pull complete [2021-07-14T19:21:59.397Z] 01666e4c0597: Pull complete [2021-07-14T19:22:01.985Z] aa168da1d23b: Verifying Checksum [2021-07-14T19:22:01.985Z] aa168da1d23b: Download complete [2021-07-14T19:22:06.296Z] aa168da1d23b: Pull complete [2021-07-14T19:22:06.296Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-07-14T19:22:06.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-14T19:22:06.296Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-07-14T19:22:06.396Z] prd-centos7-docker-4c-2g-398 does not seem to be running inside a container [2021-07-14T19:22:06.457Z] $ 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-628/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-628 -v /w/workspace/dry_go-mod-core-contracts_PR-628:/w/workspace/dry_go-mod-core-contracts_PR-628:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-628@tmp:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-07-14T19:22:08.591Z] $ docker top 104b0b8670dc1334276d5a2b84ab71d7058688086026172578a0aeb867d333b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-14T19:22:08.993Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-14T19:22:09.310Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-07-14T19:22:09.627Z] + ls /var/log/sa-host [2021-07-14T19:22:09.627Z] + sadf -c /var/log/sa-host/sa05 [2021-07-14T19:22:09.627Z] file_magic: OK [2021-07-14T19:22:09.627Z] HZ: Using current value: 100 [2021-07-14T19:22:09.627Z] file_header: OK [2021-07-14T19:22:09.627Z] 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-07-14T19:22:09.627Z] Statistics: [2021-07-14T19:22:09.627Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-14T19:22:09.627Z] File successfully converted to sysstat format version 12.2.1 [2021-07-14T19:22:09.627Z] + sadf -c /var/log/sa-host/sa14 [2021-07-14T19:22:09.627Z] file_magic: OK [2021-07-14T19:22:09.627Z] HZ: Using current value: 100 [2021-07-14T19:22:09.627Z] file_header: OK [2021-07-14T19:22:09.627Z] 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-07-14T19:22:09.627Z] Statistics: [2021-07-14T19:22:09.627Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-14T19:22:09.627Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-14T19:22:09.857Z] provisioning config files... [2021-07-14T19:22:09.872Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-628@tmp/config5974169305368309896tmp [Pipeline] { [Pipeline] echo [2021-07-14T19:22:09.895Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-14T19:22:10.207Z] ---> create-netrc.sh [Pipeline] } [2021-07-14T19:22:10.219Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-14T19:22:10.620Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-14T19:22:10.635Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-14T19:22:10.945Z] ---> sudo-logs.sh [2021-07-14T19:22:10.945Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-07-14T19:22:10.981Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-14T19:22:11.313Z] ---> job-cost.sh [2021-07-14T19:22:11.313Z] lf-activate-venv: SKIPPING [2021-07-14T19:22:11.313Z] DEBUG: total: 0.18000000715255737 [2021-07-14T19:22:11.313Z] INFO: Retrieving Stack Cost... [2021-07-14T19:22:13.259Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-14T19:22:13.259Z] INFO: Archiving Costs [Pipeline] echo [2021-07-14T19:22:13.276Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-14T19:22:13.588Z] ---> logs-deploy.sh [2021-07-14T19:22:13.588Z] lf-activate-venv: SKIPPING [2021-07-14T19:22:13.588Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-628/10 [2021-07-14T19:22:13.588Z] INFO: archiving workspace using pattern(s): [2021-07-14T19:22:14.550Z] Archives upload complete. [2021-07-14T19:22:14.550Z] INFO: archiving logs to Nexus