Pull request #439 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 5330e7a1e14f4aae69f926f73cef49e9e128662d rather than 577ee996f1a431c2b7669420aac12a896c2cd66f Obtained Jenkinsfile from 5330e7a1e14f4aae69f926f73cef49e9e128662d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24564 in /w/workspace/dry_go-mod-core-contracts_PR-439 [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-439 # 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 > 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/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5330e7a1e14f4aae69f926f73cef49e9e128662d into PR head commit 577ee996f1a431c2b7669420aac12a896c2cd66f Merge succeeded, producing 577ee996f1a431c2b7669420aac12a896c2cd66f Checking out Revision 577ee996f1a431c2b7669420aac12a896c2cd66f (PR-439) > git config core.sparsecheckout # timeout=10 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # 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 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 Commit message: "Merge branch 'master' into issue-431" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:27:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 0e3df033d138579e2db91aa3311837cc5d08f3a7 # timeout=10 15:27:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:27:22 ========================================================= 15:27:22 EdgeX Global Pipelines Version Info 15:27:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:27:24 ------------------- 15:27:24 stable info: 15:27:24 ------------------- 15:27:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:27:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:27:24 Message: update stable to v1.0.179 15:27:25 ------------------- 15:27:25 experimental info: 15:27:25 ------------------- 15:27:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:27:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:27:25 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:27:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:27:25 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:27:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:27:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:27:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:27:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:27:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:27:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-439 [Pipeline] echo 15:27:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-439 [Pipeline] echo 15:27:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-439 [Pipeline] echo 15:27:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 577ee996f1a431c2b7669420aac12a896c2cd66f [Pipeline] echo 15:27:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 577ee99 [Pipeline] echo 15:27:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:27:29 + git log --format=format:%s -1 577ee996f1a431c2b7669420aac12a896c2cd66f [Pipeline] echo 15:27:29 GIT_COMMIT: 577ee996f1a431c2b7669420aac12a896c2cd66f, Commit Message: Merge branch 'master' into issue-431 [Pipeline] echo 15:27:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:27:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:31 15:27:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:27:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:31 latest: Pulling from edgex-devops/git-semver 15:27:31 31603596830f: Pulling fs layer 15:27:31 2a8b12db71e7: Pulling fs layer 15:27:31 6ca5941a6612: Pulling fs layer 15:27:31 ecc8261a40a4: Pulling fs layer 15:27:31 ecc8261a40a4: Waiting 15:27:31 2a8b12db71e7: Verifying Checksum 15:27:31 2a8b12db71e7: Download complete 15:27:31 31603596830f: Verifying Checksum 15:27:31 31603596830f: Download complete 15:27:32 ecc8261a40a4: Verifying Checksum 15:27:32 ecc8261a40a4: Download complete 15:27:32 6ca5941a6612: Verifying Checksum 15:27:32 6ca5941a6612: Download complete 15:27:32 31603596830f: Pull complete 15:27:32 2a8b12db71e7: Pull complete 15:27:33 6ca5941a6612: Pull complete 15:27:34 ecc8261a40a4: Pull complete 15:27:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:27:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:27:34 prd-centos7-docker-4c-2g-24564 does not seem to be running inside a container 15:27:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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 15:27:36 $ docker top d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:27:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:27:37 [ssh-agent] Looking for ssh-agent implementation... 15:27:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:27:37 $ docker exec d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent 15:27:37 SSH_AUTH_SOCK=/tmp/ssh-I40d1JDNZNlM/agent.12 15:27:37 SSH_AGENT_PID=17 15:27:37 Running ssh-add (command line suppressed) 15:27:37 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4614112135934677622.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4614112135934677622.key) 15:27:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:27:38 + git tag --points-at HEAD [Pipeline] } 15:27:38 $ docker exec --env ******** --env ******** d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent -k 15:27:38 unset SSH_AUTH_SOCK; 15:27:38 unset SSH_AGENT_PID; 15:27:38 echo Agent pid 17 killed; 15:27:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:27:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:27:38 [ssh-agent] Looking for ssh-agent implementation... 15:27:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:27:39 $ docker exec d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent 15:27:39 SSH_AUTH_SOCK=/tmp/ssh-mqIdXS1BPHPY/agent.47 15:27:39 SSH_AGENT_PID=52 15:27:39 Running ssh-add (command line suppressed) 15:27:39 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_2037455323430924568.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_2037455323430924568.key) 15:27:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:27:40 + git semver init 15:27:40 # -> Open(): unable to determine branch for HEAD 15:27:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.git 15:27:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-439 15:27:40 # $SEMVER_REMOTE_NAME = origin 15:27:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:27:40 # $SEMVER_USER_NAME = edgex-jenkins 15:27:40 # $SEMVER_BRANCH = PR-439 15:27:40 # $SEMVER_TEMP = /tmp/semver-544240360 15:27:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:27:41 # '/tmp/semver-544240360' -> '/w/workspace/dry_go-mod-core-contracts_PR-439/.semver' 15:27:41 # -> Force: false 15:27:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.semver [Pipeline] } 15:27:41 $ docker exec --env ******** --env ******** d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db ssh-agent -k 15:27:41 unset SSH_AUTH_SOCK; 15:27:41 unset SSH_AGENT_PID; 15:27:41 echo Agent pid 52 killed; 15:27:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:27:41 + git semver [Pipeline] } 15:27:41 $ docker stop --time=1 d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db 15:27:43 $ docker rm -f d79b28efcf2138e3fb50d5cb3218e2250cb37c63c37ecce4fccbc2bee72de8db [Pipeline] // withDockerContainer [Pipeline] sh 15:27:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:27:45 Stashed 1 file(s) [Pipeline] echo 15:27:45 [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 15:28:00 Still waiting to schedule task 15:28:00 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24564’ 15:28:00 Still waiting to schedule task 15:28:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:29:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24566 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws 15:29:50 Running in /w/workspace/go-mod-core-contracts/18 [Pipeline] { [Pipeline] checkout 15:29:53 Running on prd-centos7-docker-4c-2g-24567 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws 15:29:53 Running in /w/workspace/go-mod-core-contracts/18 [Pipeline] { [Pipeline] checkout 15:29:55 using credential edgex-jenkins-ssh 15:29:55 Cloning the remote Git repository 15:29:56 using credential edgex-jenkins-ssh 15:29:56 Cloning the remote Git repository 15:29:55 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:55 > git init /w/workspace/go-mod-core-contracts/18 # timeout=10 15:29:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:55 > git --version # timeout=10 15:29:55 > git --version # 'git version 2.17.1' 15:29:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:29:56 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:56 > git init /w/workspace/go-mod-core-contracts/18 # timeout=10 15:29:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:56 > git --version # timeout=10 15:29:56 > git --version # 'git version 2.24.3' 15:29:56 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:29:57 Merging remotes/origin/master commit 5330e7a1e14f4aae69f926f73cef49e9e128662d into PR head commit 577ee996f1a431c2b7669420aac12a896c2cd66f 15:29:57 Merging remotes/origin/master commit 5330e7a1e14f4aae69f926f73cef49e9e128662d into PR head commit 577ee996f1a431c2b7669420aac12a896c2cd66f 15:29:57 Merge succeeded, producing 577ee996f1a431c2b7669420aac12a896c2cd66f 15:29:57 Checking out Revision 577ee996f1a431c2b7669420aac12a896c2cd66f (PR-439) 15:29:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:29:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:29:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:29:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:29:57 > git config core.sparsecheckout # timeout=10 15:29:57 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 15:29:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:29:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:29:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:29:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:29:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:29:57 > git config core.sparsecheckout # timeout=10 15:29:57 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 15:29:57 > git remote # timeout=10 15:29:57 > git config --get remote.origin.url # timeout=10 15:29:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:57 > git merge 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 15:29:57 > git rev-parse HEAD^{commit} # timeout=10 15:29:57 > git config core.sparsecheckout # timeout=10 15:29:57 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 15:29:58 Merge succeeded, producing 577ee996f1a431c2b7669420aac12a896c2cd66f 15:29:58 Checking out Revision 577ee996f1a431c2b7669420aac12a896c2cd66f (PR-439) 15:29:58 > git remote # timeout=10 15:29:58 > git config --get remote.origin.url # timeout=10 15:29:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:29:58 > git merge 5330e7a1e14f4aae69f926f73cef49e9e128662d # timeout=10 15:29:58 > git rev-parse HEAD^{commit} # timeout=10 15:29:58 > git config core.sparsecheckout # timeout=10 15:29:58 > git checkout -f 577ee996f1a431c2b7669420aac12a896c2cd66f # timeout=10 15:30:01 Commit message: "Merge branch 'master' into issue-431" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:30:02 Commit message: "Merge branch 'master' into issue-431" 15:30:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 15:30:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 15:30:03 + sudo service docker restart 15:30:03 + true 15:30:03 Redirecting to /bin/systemctl restart docker.service 15:30:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:30:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash 15:30:05 + + true 15:30:05 sudo service docker restart [Pipeline] echo 15:30:05 ========================================================= 15:30:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:30:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:30:05 + 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 . 15:30:05 Sending build context to Docker daemon 2.543MB 15:30:05 Step 1/7 : ARG BASE=golang:1.15-alpine 15:30:05 Step 2/7 : FROM ${BASE} 15:30:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:30:05 188c0c94c7c5: Pulling fs layer 15:30:05 0ef7d3d256c8: Pulling fs layer 15:30:05 de9db76c5a1d: Pulling fs layer 15:30:05 bca2f99d35d6: Pulling fs layer 15:30:05 93359f2a8cfa: Pulling fs layer 15:30:05 7c6f9722023f: Pulling fs layer 15:30:05 a35cf1a2eb13: Pulling fs layer 15:30:05 93359f2a8cfa: Waiting 15:30:05 7c6f9722023f: Waiting 15:30:05 a35cf1a2eb13: Waiting 15:30:05 bca2f99d35d6: Waiting 15:30:05 de9db76c5a1d: Download complete 15:30:05 0ef7d3d256c8: Download complete 15:30:05 93359f2a8cfa: Verifying Checksum 15:30:05 93359f2a8cfa: Download complete 15:30:05 7c6f9722023f: Verifying Checksum 15:30:05 7c6f9722023f: Download complete 15:30:05 188c0c94c7c5: Verifying Checksum 15:30:05 188c0c94c7c5: Download complete 15:30:06 188c0c94c7c5: Pull complete 15:30:06 0ef7d3d256c8: Pull complete 15:30:06 de9db76c5a1d: Pull complete [Pipeline] unstash [Pipeline] echo 15:30:07 ========================================================= 15:30:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:30:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:30:08 + 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 . 15:30:08 a35cf1a2eb13: Verifying Checksum 15:30:08 a35cf1a2eb13: Download complete 15:30:09 bca2f99d35d6: Verifying Checksum 15:30:09 bca2f99d35d6: Download complete 15:30:09 Sending build context to Docker daemon 2.542MB 15:30:09 Step 1/7 : ARG BASE=golang:1.15-alpine 15:30:09 Step 2/7 : FROM ${BASE} 15:30:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:30:10 5f621e34cdf4: Pulling fs layer 15:30:10 a4357932f1b6: Pulling fs layer 15:30:10 18c013af1878: Pulling fs layer 15:30:10 00ac8860ef70: Pulling fs layer 15:30:10 63d7cb157983: Pulling fs layer 15:30:10 b116817d02f9: Pulling fs layer 15:30:10 745a02a5169b: Pulling fs layer 15:30:10 00ac8860ef70: Waiting 15:30:10 63d7cb157983: Waiting 15:30:10 745a02a5169b: Waiting 15:30:10 b116817d02f9: Waiting 15:30:10 18c013af1878: Verifying Checksum 15:30:10 18c013af1878: Download complete 15:30:10 a4357932f1b6: Verifying Checksum 15:30:10 63d7cb157983: Verifying Checksum 15:30:10 63d7cb157983: Download complete 15:30:10 b116817d02f9: Verifying Checksum 15:30:10 b116817d02f9: Download complete 15:30:10 5f621e34cdf4: Download complete 15:30:11 5f621e34cdf4: Pull complete 15:30:11 a4357932f1b6: Pull complete 15:30:11 18c013af1878: Pull complete 15:30:12 745a02a5169b: Verifying Checksum 15:30:12 745a02a5169b: Download complete 15:30:14 00ac8860ef70: Verifying Checksum 15:30:14 00ac8860ef70: Download complete 15:30:15 bca2f99d35d6: Pull complete 15:30:15 93359f2a8cfa: Pull complete 15:30:15 7c6f9722023f: Pull complete 15:30:23 a35cf1a2eb13: Pull complete 15:30:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:30:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:30:23 ---> a62c8e92a672 15:30:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:30:23 ---> Running in 6083ab275369 15:30:23 Removing intermediate container 6083ab275369 15:30:23 ---> 7e86b8b7a796 15:30:23 Step 4/7 : RUN apk add bash 15:30:23 ---> Running in 5aafeb22de47 15:30:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:24 OK: 166 MiB in 39 packages 15:30:25 00ac8860ef70: Pull complete 15:30:25 63d7cb157983: Pull complete 15:30:25 Removing intermediate container 5aafeb22de47 15:30:25 ---> eaa887f69655 15:30:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:30:25 b116817d02f9: Pull complete 15:30:25 ---> Running in 0664a4f6aefc 15:30:25 Removing intermediate container 0664a4f6aefc 15:30:25 ---> 717a20e1bd49 15:30:25 Step 6/7 : COPY go.mod . 15:30:25 ---> 146b410416e5 15:30:25 Step 7/7 : RUN go mod download 15:30:25 ---> Running in 11cf98147a2d 15:30:28 745a02a5169b: Pull complete 15:30:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:30:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:30:29 ---> b7e6874047d6 15:30:29 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:30:32 ---> Running in a34bf50881d1 15:30:32 Removing intermediate container a34bf50881d1 15:30:32 ---> 602d36b843d4 15:30:32 Step 4/7 : RUN apk add bash 15:30:32 ---> Running in 3dfbe7cc456f 15:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:35 OK: 142 MiB in 39 packages 15:30:36 Removing intermediate container 3dfbe7cc456f 15:30:36 ---> 408935aa95d3 15:30:36 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:30:36 ---> Running in c78e202e9436 15:30:37 Removing intermediate container c78e202e9436 15:30:37 ---> 423e37e81ebc 15:30:37 Step 6/7 : COPY go.mod . 15:30:38 ---> 10b4aa28c929 15:30:38 Step 7/7 : RUN go mod download 15:30:38 Removing intermediate container 11cf98147a2d 15:30:38 ---> 7aa9b9e8ea7f 15:30:38 Successfully built 7aa9b9e8ea7f 15:30:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:30:38 ---> Running in 6c2c83dcf810 15:30:38 + docker inspect -f . ci-base-image-x86_64 15:30:38 . [Pipeline] withDockerContainer 15:30:38 prd-centos7-docker-4c-2g-24567 does not seem to be running inside a container 15:30:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 15:30:39 $ docker top 880c7db40c6097ed0af7a15860fed96c0ed3f1f5ae36816a03b0beeacf108922 -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:39 + go version 15:30:39 go version go1.15.5 linux/amd64 [Pipeline] } 15:30:39 $ docker stop --time=1 880c7db40c6097ed0af7a15860fed96c0ed3f1f5ae36816a03b0beeacf108922 15:30:41 $ docker rm -f 880c7db40c6097ed0af7a15860fed96c0ed3f1f5ae36816a03b0beeacf108922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:30:42 + docker inspect -f . ci-base-image-x86_64 15:30:42 . [Pipeline] withDockerContainer 15:30:42 prd-centos7-docker-4c-2g-24567 does not seem to be running inside a container 15:30:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 15:30:42 $ docker top 2817d2f9ba4f042f0bac0f706306dfa5044faaac1118fb2da118e1a9338665bd -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:43 + make test 15:30:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:30:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:30:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.030s coverage: 85.7% of statements 15:30:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements 15:30:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.021s coverage: 45.4% of statements 15:30:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 15:30:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:30:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.022s coverage: 26.3% of statements 15:30:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.020s coverage: 14.7% of statements 15:30:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.009s coverage: 100.0% of statements 15:30:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements 15:30:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:30:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:30:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.018s coverage: 100.0% of statements 15:30:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements 15:30:53 Removing intermediate container 6c2c83dcf810 15:30:53 ---> 10c868b3d893 15:30:53 Successfully built 10c868b3d893 15:30:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:30:53 + docker inspect -f . ci-base-image-arm64 15:30:53 . [Pipeline] withDockerContainer 15:30:54 prd-ubuntu18.04-docker-arm64-4c-16g-24566 does not seem to be running inside a container 15:30:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 15:30:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.033s coverage: 63.0% of statements 15:30:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 15:30:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.033s coverage: 15.4% of statements 15:30:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.033s coverage: 15.4% of statements 15:30:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.032s coverage: 14.3% of statements 15:30:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:30:55 $ docker top 2aa05c2800bc8bb62702aa2c07fa4441c1effbcde60374f726e5866464d47f01 -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.112s coverage: 84.8% of statements 15:30:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:30:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:30:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:30:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.023s coverage: 49.2% of statements 15:30:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.7% of statements 15:30:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.040s coverage: 88.7% of statements 15:30:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 15:30:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:30:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:30:56 + go version 15:30:56 go version go1.15.5 linux/arm64 [Pipeline] } 15:30:56 $ docker stop --time=1 2aa05c2800bc8bb62702aa2c07fa4441c1effbcde60374f726e5866464d47f01 15:30:58 gofmt -l . 15:30:58 [ "`gofmt -l .`" = "" ] 15:30:58 $ docker rm -f 2aa05c2800bc8bb62702aa2c07fa4441c1effbcde60374f726e5866464d47f01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 15:30:59 $ docker stop --time=1 2817d2f9ba4f042f0bac0f706306dfa5044faaac1118fb2da118e1a9338665bd 15:31:01 $ docker rm -f 2817d2f9ba4f042f0bac0f706306dfa5044faaac1118fb2da118e1a9338665bd [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 15:31:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] isUnix [Pipeline] sh 15:31:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 15:31:02 + docker inspect -f . ci-base-image-arm64 15:31:02 . [Pipeline] } [Pipeline] // stage [Pipeline] withDockerContainer 15:31:02 prd-ubuntu18.04-docker-arm64-4c-16g-24566 does not seem to be running inside a container 15:31:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/18 -v /w/workspace/go-mod-core-contracts/18:/w/workspace/go-mod-core-contracts/18:rw,z -v /w/workspace/go-mod-core-contracts/18@tmp:/w/workspace/go-mod-core-contracts/18@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 15:31:04 $ docker top 38b06b2d8df730ef42c142cdd76c3554ef945ab30aebc2c947a7a2c2a67a819d -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 15:31:05 + make test 15:31:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:31:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:31:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.054s coverage: 85.7% of statements 15:31:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.071s coverage: 100.0% of statements 15:31:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.065s coverage: 45.4% of statements 15:31:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.058s coverage: 77.8% of statements 15:31:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:31:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements 15:31:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.066s coverage: 14.7% of statements 15:31:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements 15:31:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.063s coverage: 91.8% of statements 15:31:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:31:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:31:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.041s coverage: 100.0% of statements 15:31:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.024s coverage: 36.7% of statements 15:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.084s coverage: 63.0% of statements 15:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements 15:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.037s coverage: 15.4% of statements 15:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.068s coverage: 15.4% of statements 15:31:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.031s coverage: 14.3% of statements 15:31:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.199s coverage: 84.8% of statements 15:31:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:31:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:31:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.096s coverage: 49.2% of statements 15:31:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.030s coverage: 94.7% of statements 15:31:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.154s coverage: 88.7% of statements 15:31:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 15:31:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:31:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:31:52 gofmt -l . 15:31:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:31:53 $ docker stop --time=1 38b06b2d8df730ef42c142cdd76c3554ef945ab30aebc2c947a7a2c2a67a819d 15:31:55 $ docker rm -f 38b06b2d8df730ef42c142cdd76c3554ef945ab30aebc2c947a7a2c2a67a819d [Pipeline] // withDockerContainer [Pipeline] sh 15:31:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:31:56 Warning: overwriting stash ‘coverage-report’ 15:31:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:31:59 provisioning config files... 15:31:59 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config5325427706069108568tmp [Pipeline] { [Pipeline] sh 15:31:59 + set +x 15:31:59 + curl -s https://codecov.io/bash 15:31:59 + bash -s -- 15:31:59 15:31:59 _____ _ 15:31:59 / ____| | | 15:31:59 | | ___ __| | ___ ___ _____ __ 15:31:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:31:59 | |___| (_) | (_| | __/ (_| (_) \ V / 15:31:59 \_____\___/ \__,_|\___|\___\___/ \_/ 15:31:59 Bash-20210129-7c25fce 15:31:59 15:31:59 15:31:59 ==> git version 2.24.3 found 15:31:59 ==> 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 15:31:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:31:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:31:59 ==> Jenkins CI detected. 15:31:59 project root: . 15:31:59 --> token set from env 15:31:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:31:59 ==> Running gcov in . (disable via -X gcov) 15:31:59 ==> Python coveragepy not found 15:31:59 ==> Searching for coverage reports in: 15:31:59 + . 15:31:59 -> Found 1 reports 15:31:59 ==> Detecting git/mercurial file structure 15:31:59 ==> Reading reports 15:31:59 + ./coverage.out bytes=147093 15:31:59 ==> Appending adjustments 15:31:59 https://docs.codecov.io/docs/fixing-reports 15:32:01 + Found adjustments 15:32:01 ==> Gzipping contents 15:32:01 24K /tmp/codecov.qQQ7Ao.gz 15:32:01 ==> Uploading reports 15:32:01 url: https://codecov.io 15:32:01 query: branch=PR-439&commit=577ee996f1a431c2b7669420aac12a896c2cd66f&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= 15:32:01 -> Pinging Codecov 15:32:01 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-439&commit=577ee996f1a431c2b7669420aac12a896c2cd66f&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F18%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= 15:32:02 -> Uploading to 15:32:02 https://storage.googleapis.com/codecov/v4/raw/2021-02-02/71470A77251A30514AAF9C0BB2E5B6CE/577ee996f1a431c2b7669420aac12a896c2cd66f/46775ce2-0a0c-4105-97a1-12e93223fc76.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T153201Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0e52e13149624aad8f6712f914237a3820eee60c4637445ba33f5a953da0f060 15:32:02 % Total % Received % Xferd Average Speed Time Time Time Current 15:32:02 Dload Upload Total Spent Left Speed 15:32:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22409 0 0 100 22409 0 42790 --:--:-- --:--:-- --:--:-- 42765 15:32:02 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/577ee996f1a431c2b7669420aac12a896c2cd66f [Pipeline] } 15:32:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:32:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:32:05 ---> package-listing.sh 15:32:05 ++ facter osfamily 15:32:05 ++ tr '[:upper:]' '[:lower:]' 15:32:05 + OS_FAMILY=redhat 15:32:05 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-439 15:32:05 + START_PACKAGES=/tmp/packages_start.txt 15:32:05 + END_PACKAGES=/tmp/packages_end.txt 15:32:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:32:05 + PACKAGES=/tmp/packages_start.txt 15:32:05 + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' 15:32:05 + PACKAGES=/tmp/packages_end.txt 15:32:05 + case "${OS_FAMILY}" in 15:32:05 + rpm -qa 15:32:05 + sort 15:32:11 + '[' -f /tmp/packages_start.txt ']' 15:32:11 + '[' -f /tmp/packages_end.txt ']' 15:32:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:32:11 + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' 15:32:11 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ 15:32:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [Pipeline] echo 15:32:11 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-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:32:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:32:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:32:12 15:32:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:32:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:32:12 alpine: Pulling from edgex-lftools-log-publisher 15:32:12 df20fa9351a1: Pulling fs layer 15:32:12 36b3adc4ff6f: Pulling fs layer 15:32:12 8ad3a11d3b57: Pulling fs layer 15:32:12 46f8f816bc3b: Pulling fs layer 15:32:12 93b61091891f: Pulling fs layer 15:32:12 93b9cdb0e59b: Pulling fs layer 15:32:12 5e14af77c1be: Pulling fs layer 15:32:12 01666e4c0597: Pulling fs layer 15:32:12 aa168da1d23b: Pulling fs layer 15:32:12 5e14af77c1be: Waiting 15:32:12 01666e4c0597: Waiting 15:32:12 aa168da1d23b: Waiting 15:32:12 93b61091891f: Waiting 15:32:12 93b9cdb0e59b: Waiting 15:32:12 36b3adc4ff6f: Download complete 15:32:12 46f8f816bc3b: Verifying Checksum 15:32:12 46f8f816bc3b: Download complete 15:32:12 df20fa9351a1: Verifying Checksum 15:32:12 df20fa9351a1: Download complete 15:32:12 93b9cdb0e59b: Verifying Checksum 15:32:12 93b9cdb0e59b: Download complete 15:32:12 5e14af77c1be: Verifying Checksum 15:32:12 5e14af77c1be: Download complete 15:32:13 01666e4c0597: Verifying Checksum 15:32:13 01666e4c0597: Download complete 15:32:13 93b61091891f: Verifying Checksum 15:32:13 93b61091891f: Download complete 15:32:13 df20fa9351a1: Pull complete 15:32:13 36b3adc4ff6f: Pull complete 15:32:13 8ad3a11d3b57: Verifying Checksum 15:32:13 8ad3a11d3b57: Download complete 15:32:14 8ad3a11d3b57: Pull complete 15:32:14 46f8f816bc3b: Pull complete 15:32:15 93b61091891f: Pull complete 15:32:16 93b9cdb0e59b: Pull complete 15:32:16 5e14af77c1be: Pull complete 15:32:17 aa168da1d23b: Verifying Checksum 15:32:17 aa168da1d23b: Download complete 15:32:17 01666e4c0597: Pull complete 15:32:27 aa168da1d23b: Pull complete 15:32:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:32:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:32:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:32:27 prd-centos7-docker-4c-2g-24564 does not seem to be running inside a container 15:32: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-439/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-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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 15:32:31 $ docker top e063cc8a9b858214465e6ac1752201c86429b435c3117460d12def1b52ad1e97 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:31 + touch /tmp/pre-build-complete [Pipeline] sh 15:32:32 + mkdir -p /var/log/sa [Pipeline] sh 15:32:32 + ls /var/log/sa-host 15:32:32 + sadf -c /var/log/sa-host/sa02 15:32:32 file_magic: OK 15:32:32 HZ: Using current value: 100 15:32:32 file_header: OK 15:32:32 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 15:32:32 Statistics: 15:32:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:32:32 File successfully converted to sysstat format version 12.2.1 15:32:32 + sadf -c /var/log/sa-host/sa23 15:32:32 file_magic: OK 15:32:32 HZ: Using current value: 100 15:32:32 file_header: OK 15:32:32 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 15:32:32 Statistics: 15:32:32 Hnuu...uuuununununu... 15:32:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:32:32 provisioning config files... 15:32:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config241988878525190437tmp [Pipeline] { [Pipeline] echo 15:32:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:32:33 ---> create-netrc.sh [Pipeline] } 15:32:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:32:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:32:33 ---> python-tools-install.sh [Pipeline] echo 15:32:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:32:34 ---> sudo-logs.sh 15:32:34 Archiving 'sudo' log.. [Pipeline] echo 15:32:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:32:34 ---> job-cost.sh 15:32:34 lf-activate-venv: SKIPPING 15:32:34 INFO: No Stack... 15:32:35 INFO: Retrieving Pricing Info for: v1-standard-2 15:32:36 INFO: Archiving Costs [Pipeline] echo 15:32:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:32:36 ---> logs-deploy.sh 15:32:36 lf-activate-venv: SKIPPING 15:32:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-439/18 15:32:36 INFO: archiving workspace using pattern(s): 15:32:38 Archives upload complete. 15:32:38 INFO: archiving logs to Nexus