Pull request #410 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 lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 3cbb2f4570859fbf541d6f640f98b2e6104810c0+2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de (b285ca41de359887ce80655f2f065e96cd4da78c) Running in Durability level: MAX_SURVIVABILITY 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-17630 in /w/workspace/dry_go-mod-core-contracts_PR-410 [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-410 # 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/410/head:refs/remotes/origin/PR-410 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de into PR head commit 3cbb2f4570859fbf541d6f640f98b2e6104810c0 Merge succeeded, producing 3cbb2f4570859fbf541d6f640f98b2e6104810c0 Checking out Revision 3cbb2f4570859fbf541d6f640f98b2e6104810c0 (PR-410) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # 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 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 Commit message: "Merge branch 'master' into remove-remote-logging2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:42:41 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 439b4f69bae43b46da852d0155f00c66530eb583 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:42:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:42:41 ========================================================= 18:42:41 EdgeX Global Pipelines Version Info 18:42:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:42:43 ------------------- 18:42:43 stable info: 18:42:43 ------------------- 18:42:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:42:43 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 18:42:43 Message: update stable to v1.0.173 18:42:44 ------------------- 18:42:44 experimental info: 18:42:44 ------------------- 18:42:44 Commited By: **** collab-it+edgex@linuxfoundation.org 18:42:44 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 18:42:44 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:42:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:42:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-410 [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-410 [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-410 [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3cbb2f4 [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:42:49 + git log --format=format:%s -1 3cbb2f4570859fbf541d6f640f98b2e6104810c0 [Pipeline] echo 18:42:49 GIT_COMMIT: 3cbb2f4570859fbf541d6f640f98b2e6104810c0, Commit Message: Merge branch 'master' into remove-remote-logging2 [Pipeline] echo 18:42:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:42:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:50 18:42:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:42:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:51 latest: Pulling from edgex-devops/git-semver 18:42:51 31603596830f: Pulling fs layer 18:42:51 2a8b12db71e7: Pulling fs layer 18:42:51 6ca5941a6612: Pulling fs layer 18:42:51 ecc8261a40a4: Pulling fs layer 18:42:51 ecc8261a40a4: Waiting 18:42:51 2a8b12db71e7: Verifying Checksum 18:42:51 2a8b12db71e7: Download complete 18:42:51 31603596830f: Verifying Checksum 18:42:51 31603596830f: Download complete 18:42:51 6ca5941a6612: Verifying Checksum 18:42:51 6ca5941a6612: Download complete 18:42:51 31603596830f: Pull complete 18:42:51 ecc8261a40a4: Verifying Checksum 18:42:51 ecc8261a40a4: Download complete 18:42:51 2a8b12db71e7: Pull complete 18:42:52 6ca5941a6612: Pull complete 18:42:53 ecc8261a40a4: Pull complete 18:42:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:42:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:42:53 prd-centos7-docker-4c-2g-17630 does not seem to be running inside a container 18:42:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-410 -v /w/workspace/dry_go-mod-core-contracts_PR-410:/w/workspace/dry_go-mod-core-contracts_PR-410:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-410@tmp:/w/workspace/dry_go-mod-core-contracts_PR-410@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:42:55 $ docker top ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:56 [ssh-agent] Looking for ssh-agent implementation... 18:42:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:57 $ docker exec ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent 18:42:57 SSH_AUTH_SOCK=/tmp/ssh-igNDMKCihADe/agent.11 18:42:57 SSH_AGENT_PID=16 18:42:57 Running ssh-add (command line suppressed) 18:42:57 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_3723045441319755774.key (/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_3723045441319755774.key) 18:42:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:58 + git tag --points-at HEAD [Pipeline] } 18:42:58 $ docker exec --env ******** --env ******** ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent -k 18:42:58 unset SSH_AUTH_SOCK; 18:42:58 unset SSH_AGENT_PID; 18:42:58 echo Agent pid 16 killed; 18:42:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:42:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:58 [ssh-agent] Looking for ssh-agent implementation... 18:42:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:58 $ docker exec ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent 18:42:59 SSH_AUTH_SOCK=/tmp/ssh-UZFZpsnSTQF7/agent.44 18:42:59 SSH_AGENT_PID=49 18:42:59 Running ssh-add (command line suppressed) 18:42:59 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_5562435594517525249.key (/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/private_key_5562435594517525249.key) 18:42:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:59 + git semver init 18:42:59 # -> Open(): unable to determine branch for HEAD 18:42:59 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-410/.git 18:42:59 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-410 18:42:59 # $SEMVER_REMOTE_NAME = origin 18:42:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:59 # $SEMVER_USER_NAME = edgex-jenkins 18:42:59 # $SEMVER_BRANCH = PR-410 18:42:59 # $SEMVER_TEMP = /tmp/semver-633671900 18:42:59 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:43:00 # '/tmp/semver-633671900' -> '/w/workspace/dry_go-mod-core-contracts_PR-410/.semver' 18:43:00 # -> Force: false 18:43:00 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-410/.semver [Pipeline] } 18:43:00 $ docker exec --env ******** --env ******** ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 ssh-agent -k 18:43:00 unset SSH_AUTH_SOCK; 18:43:00 unset SSH_AGENT_PID; 18:43:00 echo Agent pid 49 killed; 18:43:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:01 + git semver [Pipeline] } 18:43:01 $ docker stop --time=1 ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 18:43:03 $ docker rm -f ce9df1d32c2482b7b780528e2159ab9bbcc12ef5d565bbdfdcf9d45476a3cf15 [Pipeline] // withDockerContainer [Pipeline] sh 18:43:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:43:05 Stashed 1 file(s) [Pipeline] echo 18:43:05 [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 18:43:22 Still waiting to schedule task 18:43:22 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17632’ is offline 18:43:22 Still waiting to schedule task 18:43:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:43:30 Running on prd-centos7-docker-4c-2g-17632 in /w/workspace/dry_go-mod-core-contracts_PR-410 [Pipeline] { [Pipeline] ws 18:43:31 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 18:43:33 using credential edgex-jenkins-ssh 18:43:33 Cloning the remote Git repository 18:43:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:43:33 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 18:43:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:43:33 > git --version # timeout=10 18:43:34 > git --version # 'git version 2.24.3' 18:43:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:35 Merging remotes/origin/master commit 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de into PR head commit 3cbb2f4570859fbf541d6f640f98b2e6104810c0 18:43:35 Merge succeeded, producing 3cbb2f4570859fbf541d6f640f98b2e6104810c0 18:43:35 Checking out Revision 3cbb2f4570859fbf541d6f640f98b2e6104810c0 (PR-410) 18:43:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:43:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:43:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:43:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/410/head:refs/remotes/origin/PR-410 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:35 > git config core.sparsecheckout # timeout=10 18:43:35 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 18:43:35 > git remote # timeout=10 18:43:35 > git config --get remote.origin.url # timeout=10 18:43:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:35 > git merge 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de # timeout=10 18:43:35 > git rev-parse HEAD^{commit} # timeout=10 18:43:35 > git config core.sparsecheckout # timeout=10 18:43:35 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 18:43:39 Commit message: "Merge branch 'master' into remove-remote-logging2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:43:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:41 + sudo service docker restart 18:43:41 + true 18:43:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:43:43 ========================================================= 18:43:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:43:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:43 + 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 . 18:43:44 Sending build context to Docker daemon 2.069MB 18:43:44 Step 1/7 : ARG BASE=golang:1.15-alpine 18:43:44 Step 2/7 : FROM ${BASE} 18:43:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:43:44 188c0c94c7c5: Pulling fs layer 18:43:44 0ef7d3d256c8: Pulling fs layer 18:43:44 de9db76c5a1d: Pulling fs layer 18:43:44 bca2f99d35d6: Pulling fs layer 18:43:44 93359f2a8cfa: Pulling fs layer 18:43:44 7c6f9722023f: Pulling fs layer 18:43:44 a35cf1a2eb13: Pulling fs layer 18:43:44 93359f2a8cfa: Waiting 18:43:44 7c6f9722023f: Waiting 18:43:44 a35cf1a2eb13: Waiting 18:43:44 bca2f99d35d6: Waiting 18:43:44 de9db76c5a1d: Download complete 18:43:44 0ef7d3d256c8: Verifying Checksum 18:43:44 0ef7d3d256c8: Download complete 18:43:44 93359f2a8cfa: Verifying Checksum 18:43:44 93359f2a8cfa: Download complete 18:43:44 7c6f9722023f: Verifying Checksum 18:43:44 7c6f9722023f: Download complete 18:43:44 188c0c94c7c5: Verifying Checksum 18:43:44 188c0c94c7c5: Download complete 18:43:44 188c0c94c7c5: Pull complete 18:43:45 0ef7d3d256c8: Pull complete 18:43:45 de9db76c5a1d: Pull complete 18:43:46 a35cf1a2eb13: Verifying Checksum 18:43:46 a35cf1a2eb13: Download complete 18:43:47 bca2f99d35d6: Verifying Checksum 18:43:47 bca2f99d35d6: Download complete 18:43:53 bca2f99d35d6: Pull complete 18:43:53 93359f2a8cfa: Pull complete 18:43:53 7c6f9722023f: Pull complete 18:44:03 a35cf1a2eb13: Pull complete 18:44:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:44:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:44:03 ---> a62c8e92a672 18:44:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:44:03 ---> Running in a114b9183c08 18:44:03 Removing intermediate container a114b9183c08 18:44:03 ---> 4b965cdd4f7c 18:44:03 Step 4/7 : RUN apk add bash 18:44:03 ---> Running in c3c51c5bde65 18:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:44:04 OK: 166 MiB in 39 packages 18:44:04 Removing intermediate container c3c51c5bde65 18:44:04 ---> 8acb4de78e8a 18:44:04 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:44:04 ---> Running in 34de201adba8 18:44:05 Removing intermediate container 34de201adba8 18:44:05 ---> 1309e6b2752d 18:44:05 Step 6/7 : COPY go.mod . 18:44:05 ---> 61566414101b 18:44:05 Step 7/7 : RUN go mod download 18:44:05 ---> Running in e79ed6604f9c 18:44:17 Removing intermediate container e79ed6604f9c 18:44:17 ---> 87f87750b827 18:44:17 Successfully built 87f87750b827 18:44:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:44:17 + docker inspect -f . ci-base-image-x86_64 18:44:17 . [Pipeline] withDockerContainer 18:44:18 prd-centos7-docker-4c-2g-17632 does not seem to be running inside a container 18:44:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-x86_64 cat 18:44:18 $ docker top a3ed2105cd50b1ed30c92c1547fc79d7b7ce41bd4ff069bf7094d0c781e04f19 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:19 + go version 18:44:19 go version go1.15.5 linux/amd64 [Pipeline] } 18:44:19 $ docker stop --time=1 a3ed2105cd50b1ed30c92c1547fc79d7b7ce41bd4ff069bf7094d0c781e04f19 18:44:20 $ docker rm -f a3ed2105cd50b1ed30c92c1547fc79d7b7ce41bd4ff069bf7094d0c781e04f19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:21 + docker inspect -f . ci-base-image-x86_64 18:44:21 . [Pipeline] withDockerContainer 18:44:22 prd-centos7-docker-4c-2g-17632 does not seem to be running inside a container 18:44:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-x86_64 cat 18:44:22 $ docker top 8155b39dbcf51ba148f0b89640a7793750efe5dbaa44cdfea00ad44c5e82ea50 -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:23 + make test 18:44:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:44:29 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:44:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.022s coverage: 85.7% of statements 18:44:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.013s coverage: 100.0% of statements 18:44:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements 18:44:30 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.011s coverage: 77.8% of statements 18:44:30 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:44:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 26.3% of statements 18:44:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.019s coverage: 14.7% of statements 18:44:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.037s coverage: 100.0% of statements 18:44:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.024s coverage: 91.8% of statements 18:44:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:44:31 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:44:31 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements 18:44:31 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements 18:44:33 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.022s coverage: 63.0% of statements 18:44:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements 18:44:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements 18:44:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.003s coverage: 15.4% of statements 18:44:33 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements 18:44:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:44:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.069s coverage: 84.8% of statements 18:44:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:44:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:44:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.010s coverage: 44.6% of statements 18:44:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.012s coverage: 100.0% of statements 18:44:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.037s coverage: 93.6% of statements 18:44:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements 18:44:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:44:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:44:37 gofmt -l . 18:44:37 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:44:37 $ docker stop --time=1 8155b39dbcf51ba148f0b89640a7793750efe5dbaa44cdfea00ad44c5e82ea50 18:44:39 $ docker rm -f 8155b39dbcf51ba148f0b89640a7793750efe5dbaa44cdfea00ad44c5e82ea50 [Pipeline] // withDockerContainer [Pipeline] sh 18:44:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:45:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17633 in /w/workspace/dry_go-mod-core-contracts_PR-410 [Pipeline] { [Pipeline] ws 18:45:12 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 18:45:17 using credential edgex-jenkins-ssh 18:45:17 Cloning the remote Git repository 18:45:17 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:45:18 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 18:45:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:45:18 > git --version # timeout=10 18:45:18 > git --version # 'git version 2.17.1' 18:45:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:45:20 Merging remotes/origin/master commit 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de into PR head commit 3cbb2f4570859fbf541d6f640f98b2e6104810c0 18:45:20 Merge succeeded, producing 3cbb2f4570859fbf541d6f640f98b2e6104810c0 18:45:20 Checking out Revision 3cbb2f4570859fbf541d6f640f98b2e6104810c0 (PR-410) 18:45:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:45:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:45:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:45:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:45:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/410/head:refs/remotes/origin/PR-410 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:20 > git config core.sparsecheckout # timeout=10 18:45:20 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 18:45:20 > git remote # timeout=10 18:45:20 > git config --get remote.origin.url # timeout=10 18:45:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:20 > git merge 2bd89ab3e4066cad80ccb3641c8ec0d3b0be50de # timeout=10 18:45:20 > git rev-parse HEAD^{commit} # timeout=10 18:45:20 > git config core.sparsecheckout # timeout=10 18:45:20 > git checkout -f 3cbb2f4570859fbf541d6f640f98b2e6104810c0 # timeout=10 18:45:24 Commit message: "Merge branch 'master' into remove-remote-logging2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:45:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:45:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:45:27 + + sudo service docker restart 18:45:27 true [Pipeline] unstash [Pipeline] echo 18:45:29 ========================================================= 18:45:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:45:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:45:30 + 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 . 18:45:31 Sending build context to Docker daemon 2.068MB 18:45:31 Step 1/7 : ARG BASE=golang:1.15-alpine 18:45:31 Step 2/7 : FROM ${BASE} 18:45:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:45:31 5f621e34cdf4: Pulling fs layer 18:45:31 a4357932f1b6: Pulling fs layer 18:45:31 18c013af1878: Pulling fs layer 18:45:31 00ac8860ef70: Pulling fs layer 18:45:31 63d7cb157983: Pulling fs layer 18:45:31 b116817d02f9: Pulling fs layer 18:45:31 745a02a5169b: Pulling fs layer 18:45:31 00ac8860ef70: Waiting 18:45:31 63d7cb157983: Waiting 18:45:31 745a02a5169b: Waiting 18:45:31 b116817d02f9: Waiting 18:45:31 18c013af1878: Verifying Checksum 18:45:31 18c013af1878: Download complete 18:45:31 a4357932f1b6: Verifying Checksum 18:45:31 a4357932f1b6: Download complete 18:45:31 63d7cb157983: Verifying Checksum 18:45:31 63d7cb157983: Download complete 18:45:31 b116817d02f9: Verifying Checksum 18:45:31 b116817d02f9: Download complete 18:45:31 5f621e34cdf4: Verifying Checksum 18:45:31 5f621e34cdf4: Download complete 18:45:32 5f621e34cdf4: Pull complete 18:45:33 a4357932f1b6: Pull complete 18:45:33 18c013af1878: Pull complete 18:45:34 745a02a5169b: Download complete 18:45:35 00ac8860ef70: Verifying Checksum 18:45:35 00ac8860ef70: Download complete 18:45:45 00ac8860ef70: Pull complete 18:45:45 63d7cb157983: Pull complete 18:45:46 b116817d02f9: Pull complete 18:45:49 745a02a5169b: Pull complete 18:45:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:45:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:45:49 ---> b7e6874047d6 18:45:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:45:52 ---> Running in c0d8cc1b7aa9 18:45:52 Removing intermediate container c0d8cc1b7aa9 18:45:52 ---> 4862552c811b 18:45:52 Step 4/7 : RUN apk add bash 18:45:52 ---> Running in 303a32ed4893 18:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:55 OK: 142 MiB in 39 packages 18:45:57 Removing intermediate container 303a32ed4893 18:45:57 ---> 012bf40c8285 18:45:57 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:45:57 ---> Running in f061d07c09f2 18:45:57 Removing intermediate container f061d07c09f2 18:45:57 ---> 80641eb6813d 18:45:57 Step 6/7 : COPY go.mod . 18:45:58 ---> 3a86a57734fe 18:45:58 Step 7/7 : RUN go mod download 18:45:58 ---> Running in 1d95919e9cee 18:46:13 Removing intermediate container 1d95919e9cee 18:46:13 ---> 2dba65ea399c 18:46:13 Successfully built 2dba65ea399c 18:46:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:46:13 + docker inspect -f . ci-base-image-arm64 18:46:13 . [Pipeline] withDockerContainer 18:46:14 prd-ubuntu18.04-docker-arm64-4c-16g-17633 does not seem to be running inside a container 18:46:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:46:15 $ docker top e3ca94d765ab399f0153a7c12405240161186feaee42fddfa806b6187e333956 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:17 + go version 18:46:17 go version go1.15.5 linux/arm64 [Pipeline] } 18:46:17 $ docker stop --time=1 e3ca94d765ab399f0153a7c12405240161186feaee42fddfa806b6187e333956 18:46:19 $ docker rm -f e3ca94d765ab399f0153a7c12405240161186feaee42fddfa806b6187e333956 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:46:20 + docker inspect -f . ci-base-image-arm64 18:46:20 . [Pipeline] withDockerContainer 18:46:20 prd-ubuntu18.04-docker-arm64-4c-16g-17633 does not seem to be running inside a container 18:46:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:46:22 $ docker top b73a8a95c505d1ceb15b3900a42b208b81b632a35834dd21f12ba660d314e224 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:23 + make test 18:46:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:46:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 18:46:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.043s coverage: 85.7% of statements 18:46:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.045s coverage: 100.0% of statements 18:46:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.057s coverage: 45.4% of statements 18:46:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements 18:46:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 18:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.027s coverage: 26.3% of statements 18:46:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements 18:46:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.014s coverage: 100.0% of statements 18:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.081s coverage: 91.8% of statements 18:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 18:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 18:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.011s coverage: 100.0% of statements 18:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 47.8% of statements 18:46:57 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.081s coverage: 63.0% of statements 18:46:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.017s coverage: 26.3% of statements 18:46:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.019s coverage: 15.4% of statements 18:46:57 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.050s coverage: 15.4% of statements 18:46:57 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 18:46:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 18:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.127s coverage: 84.8% of statements 18:46:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 18:46:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.027s coverage: 44.6% of statements 18:46:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.025s coverage: 100.0% of statements 18:46:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.114s coverage: 93.6% of statements 18:46:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 18:46:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 18:47:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:47:05 gofmt -l . 18:47:05 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:47:06 $ docker stop --time=1 b73a8a95c505d1ceb15b3900a42b208b81b632a35834dd21f12ba660d314e224 18:47:08 $ docker rm -f b73a8a95c505d1ceb15b3900a42b208b81b632a35834dd21f12ba660d314e224 [Pipeline] // withDockerContainer [Pipeline] sh 18:47:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:47:09 Warning: overwriting stash ‘coverage-report’ 18:47:10 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 18:47:12 provisioning config files... 18:47:12 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/config1438135738998247220tmp [Pipeline] { [Pipeline] sh 18:47:13 + set +x 18:47:13 + curl -s https://codecov.io/bash 18:47:13 + bash -s -- 18:47:13 18:47:13 _____ _ 18:47:13 / ____| | | 18:47:13 | | ___ __| | ___ ___ _____ __ 18:47:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:47:13 | |___| (_) | (_| | __/ (_| (_) \ V / 18:47:13 \_____\___/ \__,_|\___|\___\___/ \_/ 18:47:13 Bash-20201223-5ad85e3 18:47:13 18:47:13 18:47:13 ==> git version 2.24.3 found 18:47:13 ==> 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 18:47:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:47:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:47:13 ==> Jenkins CI detected. 18:47:13 project root: . 18:47:13 --> token set from env 18:47:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:47:13 ==> Running gcov in . (disable via -X gcov) 18:47:13 ==> Python coveragepy not found 18:47:13 ==> Searching for coverage reports in: 18:47:13 + . 18:47:13 -> Found 1 reports 18:47:13 ==> Detecting git/mercurial file structure 18:47:13 ==> Reading reports 18:47:13 + ./coverage.out bytes=114401 18:47:13 ==> Appending adjustments 18:47:13 https://docs.codecov.io/docs/fixing-reports 18:47:14 + Found adjustments 18:47:14 ==> Gzipping contents 18:47:14 20K /tmp/codecov.YSCxfF.gz 18:47:14 ==> Uploading reports 18:47:14 url: https://codecov.io 18:47:14 query: branch=PR-410&commit=3cbb2f4570859fbf541d6f640f98b2e6104810c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-410%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=410&job=&cmd_args= 18:47:14 -> Pinging Codecov 18:47:14 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-410&commit=3cbb2f4570859fbf541d6f640f98b2e6104810c0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-410%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=410&job=&cmd_args= 18:47:14 -> Uploading to 18:47:14 https://storage.googleapis.com/codecov/v4/raw/2020-12-29/71470A77251A30514AAF9C0BB2E5B6CE/3cbb2f4570859fbf541d6f640f98b2e6104810c0/5b33db89-0665-4726-9c25-8576b27a3b23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T184714Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=016a73c19b999183943201e5394d976fc0d0d316274017cfca932369489fd4f3 18:47:14 % Total % Received % Xferd Average Speed Time Time Time Current 18:47:14 Dload Upload Total Spent Left Speed 18:47:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18376 0 0 100 18376 0 28510 --:--:-- --:--:-- --:--:-- 28489 100 18376 0 0 100 18376 0 28502 --:--:-- --:--:-- --:--:-- 28489 18:47:15 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/3cbb2f4570859fbf541d6f640f98b2e6104810c0 [Pipeline] } 18:47:16 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 18:47:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:47:20 ---> package-listing.sh 18:47:20 ++ tr '[:upper:]' '[:lower:]' 18:47:20 ++ facter osfamily 18:47:20 + OS_FAMILY=redhat 18:47:20 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-410 18:47:20 + START_PACKAGES=/tmp/packages_start.txt 18:47:20 + END_PACKAGES=/tmp/packages_end.txt 18:47:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:47:20 + PACKAGES=/tmp/packages_start.txt 18:47:20 + '[' /w/workspace/dry_go-mod-core-contracts_PR-410 ']' 18:47:20 + PACKAGES=/tmp/packages_end.txt 18:47:20 + case "${OS_FAMILY}" in 18:47:20 + rpm -qa 18:47:20 + sort 18:47:25 + '[' -f /tmp/packages_start.txt ']' 18:47:25 + '[' -f /tmp/packages_end.txt ']' 18:47:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:47:25 + '[' /w/workspace/dry_go-mod-core-contracts_PR-410 ']' 18:47:25 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-410/archives/ 18:47:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-410/archives/ [Pipeline] echo 18:47:25 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-410/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:47:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:47:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:47:26 18:47:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:47:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:47:26 alpine: Pulling from edgex-lftools-log-publisher 18:47:26 df20fa9351a1: Pulling fs layer 18:47:26 36b3adc4ff6f: Pulling fs layer 18:47:26 8ad3a11d3b57: Pulling fs layer 18:47:26 46f8f816bc3b: Pulling fs layer 18:47:26 93b61091891f: Pulling fs layer 18:47:26 93b9cdb0e59b: Pulling fs layer 18:47:26 5e14af77c1be: Pulling fs layer 18:47:26 01666e4c0597: Pulling fs layer 18:47:26 aa168da1d23b: Pulling fs layer 18:47:26 5e14af77c1be: Waiting 18:47:26 46f8f816bc3b: Waiting 18:47:26 01666e4c0597: Waiting 18:47:26 93b9cdb0e59b: Waiting 18:47:26 93b61091891f: Waiting 18:47:26 aa168da1d23b: Waiting 18:47:26 36b3adc4ff6f: Verifying Checksum 18:47:26 36b3adc4ff6f: Download complete 18:47:26 46f8f816bc3b: Verifying Checksum 18:47:26 46f8f816bc3b: Download complete 18:47:26 df20fa9351a1: Verifying Checksum 18:47:26 df20fa9351a1: Download complete 18:47:26 93b9cdb0e59b: Verifying Checksum 18:47:26 93b9cdb0e59b: Download complete 18:47:26 5e14af77c1be: Verifying Checksum 18:47:26 5e14af77c1be: Download complete 18:47:26 93b61091891f: Verifying Checksum 18:47:26 93b61091891f: Download complete 18:47:26 01666e4c0597: Verifying Checksum 18:47:26 01666e4c0597: Download complete 18:47:27 df20fa9351a1: Pull complete 18:47:27 36b3adc4ff6f: Pull complete 18:47:27 8ad3a11d3b57: Verifying Checksum 18:47:27 8ad3a11d3b57: Download complete 18:47:28 8ad3a11d3b57: Pull complete 18:47:28 46f8f816bc3b: Pull complete 18:47:29 aa168da1d23b: Verifying Checksum 18:47:29 aa168da1d23b: Download complete 18:47:30 93b61091891f: Pull complete 18:47:30 93b9cdb0e59b: Pull complete 18:47:30 5e14af77c1be: Pull complete 18:47:30 01666e4c0597: Pull complete 18:47:38 aa168da1d23b: Pull complete 18:47:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:47:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:47:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:47:38 prd-centos7-docker-4c-2g-17630 does not seem to be running inside a container 18:47:38 $ 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-410/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-410 -v /w/workspace/dry_go-mod-core-contracts_PR-410:/w/workspace/dry_go-mod-core-contracts_PR-410:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-410@tmp:/w/workspace/dry_go-mod-core-contracts_PR-410@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:47:41 $ docker top 126e6d3d3000c97d8b8f082075ea3ae305279bd05f943846bebbb90aac21f7f6 -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:42 + touch /tmp/pre-build-complete [Pipeline] sh 18:47:42 + mkdir -p /var/log/sa [Pipeline] sh 18:47:43 + ls /var/log/sa-host 18:47:43 + sadf -c /var/log/sa-host/sa23 18:47:43 file_magic: OK 18:47:43 HZ: Using current value: 100 18:47:43 file_header: OK 18:47:43 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 18:47:43 Statistics: 18:47:43 Hnuu...uuuununununu... 18:47:43 File successfully converted to sysstat format version 12.2.1 18:47:43 + sadf -c /var/log/sa-host/sa29 18:47:43 file_magic: OK 18:47:43 HZ: Using current value: 100 18:47:43 file_header: OK 18:47:43 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 18:47:43 Statistics: 18:47:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:47:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:47:43 provisioning config files... 18:47:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-410@tmp/config7220342788538589507tmp [Pipeline] { [Pipeline] echo 18:47:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:47:44 ---> create-netrc.sh [Pipeline] } 18:47:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:47:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:47:44 ---> python-tools-install.sh [Pipeline] echo 18:47:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:47:44 ---> sudo-logs.sh 18:47:44 Archiving 'sudo' log.. [Pipeline] echo 18:47:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:47:45 ---> job-cost.sh 18:47:45 lf-activate-venv: SKIPPING 18:47:45 INFO: No Stack... 18:47:46 INFO: Retrieving Pricing Info for: v1-standard-2 18:47:46 INFO: Archiving Costs [Pipeline] echo 18:47:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:47:47 ---> logs-deploy.sh 18:47:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-410/2 18:47:47 INFO: archiving workspace using pattern(s): 18:47:49 Archives upload complete. 18:47:49 INFO: archiving logs to Nexus 18:47:50 ---> uname -a: 18:47:50 Linux prd-centos7-docker-4c-2g-17630.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:47:50 18:47:50 18:47:50 ---> lscpu: 18:47:50 Architecture: x86_64 18:47:50 CPU op-mode(s): 32-bit, 64-bit 18:47:50 Byte Order: Little Endian 18:47:50 Address sizes: 40 bits physical, 48 bits virtual 18:47:50 CPU(s): 4 18:47:50 On-line CPU(s) list: 0-3 18:47:50 Thread(s) per core: 1 18:47:50 Core(s) per socket: 1 18:47:50 Socket(s): 4 18:47:50 NUMA node(s): 1 18:47:50 Vendor ID: GenuineIntel 18:47:50 CPU family: 6 18:47:50 Model: 44 18:47:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:47:50 Stepping: 1 18:47:50 CPU MHz: 2933.436 18:47:50 BogoMIPS: 5866.87 18:47:50 Virtualization: VT-x 18:47:50 Hypervisor vendor: KVM 18:47:50 Virtualization type: full 18:47:50 L1d cache: 128 KiB 18:47:50 L1i cache: 128 KiB 18:47:50 L2 cache: 16 MiB 18:47:50 L3 cache: 64 MiB 18:47:50 NUMA node0 CPU(s): 0-3 18:47:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:47:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:47:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:47:50 Vulnerability Meltdown: Mitigation; PTI 18:47:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:47:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:47:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:47:50 Vulnerability Srbds: Not affected 18:47:50 Vulnerability Tsx async abort: Not affected 18:47:50 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:47:50 18:47:50 18:47:50 ---> nproc: 18:47:50 4 18:47:50 18:47:50