Pull request #346 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 1cde81e413bac6887bf494e63adf3d3886dfaf51+d140074b2025bfa6cd9f363d3898411c689815b6 (89d125b5d976321596179a85186a3f50beee48d3) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6114 in /w/workspace/dry_go-mod-core-contracts_PR-346 [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-346 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d140074b2025bfa6cd9f363d3898411c689815b6 into PR head commit 1cde81e413bac6887bf494e63adf3d3886dfaf51 Merge succeeded, producing 1cde81e413bac6887bf494e63adf3d3886dfaf51 Checking out Revision 1cde81e413bac6887bf494e63adf3d3886dfaf51 (PR-346) > git config core.sparsecheckout # timeout=10 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # 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 d140074b2025bfa6cd9f363d3898411c689815b6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 Commit message: "docs: Remove docs in V2 model and link to swagger" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 17b690110268057a6a25204f3478e4f890ce5d60 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:15:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:16:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:16:00 ========================================================= 01:16:00 EdgeX Global Pipelines Version Info 01:16:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:16:02 ------------------- 01:16:02 stable info: 01:16:02 ------------------- 01:16:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:16:02 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 01:16:02 Message: update stable to v1.0.144 01:16:03 ------------------- 01:16:03 experimental info: 01:16:03 ------------------- 01:16:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:16:03 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 01:16:03 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:16:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo 01:16:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo 01:16:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo 01:16:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1cde81e413bac6887bf494e63adf3d3886dfaf51 [Pipeline] echo 01:16:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1cde81e [Pipeline] echo 01:16:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:16:08 + git log --format=format:%s -1 1cde81e413bac6887bf494e63adf3d3886dfaf51 [Pipeline] echo 01:16:08 GIT_COMMIT: 1cde81e413bac6887bf494e63adf3d3886dfaf51, Commit Message: docs: Remove docs in V2 model and link to swagger [Pipeline] echo 01:16:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:16:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:16:10 01:16:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:16:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:16:10 latest: Pulling from edgex-devops/git-semver 01:16:10 31603596830f: Pulling fs layer 01:16:10 2a8b12db71e7: Pulling fs layer 01:16:10 6ca5941a6612: Pulling fs layer 01:16:10 ecc8261a40a4: Pulling fs layer 01:16:10 ecc8261a40a4: Waiting 01:16:10 2a8b12db71e7: Verifying Checksum 01:16:10 2a8b12db71e7: Download complete 01:16:11 31603596830f: Verifying Checksum 01:16:11 31603596830f: Download complete 01:16:11 31603596830f: Pull complete 01:16:12 ecc8261a40a4: Verifying Checksum 01:16:12 ecc8261a40a4: Download complete 01:16:12 2a8b12db71e7: Pull complete 01:16:12 6ca5941a6612: Verifying Checksum 01:16:12 6ca5941a6612: Download complete 01:16:14 6ca5941a6612: Pull complete 01:16:14 ecc8261a40a4: Pull complete 01:16:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:16:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:16:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:16:15 prd-centos7-docker-4c-2g-6114 does not seem to be running inside a container 01:16:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:16:17 $ docker top 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:16:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:16:17 [ssh-agent] Looking for ssh-agent implementation... 01:16:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:16:17 $ docker exec 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent 01:16:18 SSH_AUTH_SOCK=/tmp/ssh-Pibgm0WcOdwT/agent.12 01:16:18 SSH_AGENT_PID=18 01:16:18 Running ssh-add (command line suppressed) 01:16:18 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_7915573363133628693.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_7915573363133628693.key) 01:16:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:16:19 + git tag --points-at HEAD [Pipeline] } 01:16:19 $ docker exec --env ******** --env ******** 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent -k 01:16:20 unset SSH_AUTH_SOCK; 01:16:20 unset SSH_AGENT_PID; 01:16:20 echo Agent pid 18 killed; 01:16:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:16:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:16:20 [ssh-agent] Looking for ssh-agent implementation... 01:16:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:16:20 $ docker exec 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent 01:16:21 SSH_AUTH_SOCK=/tmp/ssh-jE3uwps5zFTE/agent.46 01:16:21 SSH_AGENT_PID=51 01:16:21 Running ssh-add (command line suppressed) 01:16:21 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_10296944265561255.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_10296944265561255.key) 01:16:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:16:21 + git semver init 01:16:21 # -> Open(): unable to determine branch for HEAD 01:16:21 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.git 01:16:21 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-346 01:16:21 # $SEMVER_REMOTE_NAME = origin 01:16:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:16:21 # $SEMVER_USER_NAME = edgex-jenkins 01:16:21 # $SEMVER_BRANCH = PR-346 01:16:21 # $SEMVER_TEMP = /tmp/semver-654073729 01:16:21 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 01:16:23 # '/tmp/semver-654073729' -> '/w/workspace/dry_go-mod-core-contracts_PR-346/.semver' 01:16:23 # -> Force: false 01:16:23 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.semver [Pipeline] } 01:16:23 $ docker exec --env ******** --env ******** 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent -k 01:16:23 unset SSH_AUTH_SOCK; 01:16:23 unset SSH_AGENT_PID; 01:16:23 echo Agent pid 51 killed; 01:16:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:16:24 + git semver [Pipeline] } 01:16:24 $ docker stop --time=1 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a 01:16:26 $ docker rm -f 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a [Pipeline] // withDockerContainer [Pipeline] sh 01:16:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:16:28 Stashed 1 file(s) [Pipeline] echo 01:16:28 [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 01:16:43 Still waiting to schedule task 01:16:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:16:43 Still waiting to schedule task 01:16:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:18:28 Running on prd-centos7-docker-4c-2g-6117 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws 01:18:28 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 01:18:31 using credential edgex-jenkins-ssh 01:18:31 Cloning the remote Git repository 01:18:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:18:31 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 01:18:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:18:31 > git --version # timeout=10 01:18:31 > git --version # 'git version 2.16.5' 01:18:31 using GIT_SSH to set credentials SSH Credentials for GitHub 01:18:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:18:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:18:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:18:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:18:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:18:33 using GIT_SSH to set credentials SSH Credentials for GitHub 01:18:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:18:33 Merging remotes/origin/master commit d140074b2025bfa6cd9f363d3898411c689815b6 into PR head commit 1cde81e413bac6887bf494e63adf3d3886dfaf51 01:18:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6116 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { 01:18:33 Merge succeeded, producing 1cde81e413bac6887bf494e63adf3d3886dfaf51 01:18:33 Checking out Revision 1cde81e413bac6887bf494e63adf3d3886dfaf51 (PR-346) [Pipeline] ws 01:18:33 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 01:18:33 > git config core.sparsecheckout # timeout=10 01:18:33 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 01:18:33 > git remote # timeout=10 01:18:33 > git config --get remote.origin.url # timeout=10 01:18:33 using GIT_SSH to set credentials SSH Credentials for GitHub 01:18:33 > git merge d140074b2025bfa6cd9f363d3898411c689815b6 # timeout=10 01:18:33 > git rev-parse HEAD^{commit} # timeout=10 01:18:33 > git config core.sparsecheckout # timeout=10 01:18:33 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 01:18:37 Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:18:38 ========================================================= 01:18:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:18:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:18:38 + 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 . 01:18:39 using credential edgex-jenkins-ssh 01:18:39 Cloning the remote Git repository 01:18:39 Sending build context to Docker daemon 1.795MB 01:18:39 Step 1/7 : ARG BASE=golang:1.15-alpine 01:18:39 Step 2/7 : FROM ${BASE} 01:18:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:18:39 df20fa9351a1: Pulling fs layer 01:18:39 ed8968b2872e: Pulling fs layer 01:18:39 a92cc7c5fd73: Pulling fs layer 01:18:39 e871e8e8d7a9: Pulling fs layer 01:18:39 e73272ec9a57: Pulling fs layer 01:18:39 1e910a182e73: Pulling fs layer 01:18:39 4e634b169226: Pulling fs layer 01:18:39 e871e8e8d7a9: Waiting 01:18:39 e73272ec9a57: Waiting 01:18:39 1e910a182e73: Waiting 01:18:39 4e634b169226: Waiting 01:18:39 a92cc7c5fd73: Verifying Checksum 01:18:39 a92cc7c5fd73: Download complete 01:18:39 ed8968b2872e: Download complete 01:18:39 e73272ec9a57: Verifying Checksum 01:18:39 e73272ec9a57: Download complete 01:18:39 1e910a182e73: Download complete 01:18:39 df20fa9351a1: Verifying Checksum 01:18:39 df20fa9351a1: Download complete 01:18:39 df20fa9351a1: Pull complete 01:18:40 ed8968b2872e: Pull complete 01:18:40 a92cc7c5fd73: Pull complete 01:18:39 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:18:39 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 01:18:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:18:39 > git --version # timeout=10 01:18:39 > git --version # 'git version 2.17.1' 01:18:39 using GIT_SSH to set credentials SSH Credentials for GitHub 01:18:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:18:41 Merging remotes/origin/master commit d140074b2025bfa6cd9f363d3898411c689815b6 into PR head commit 1cde81e413bac6887bf494e63adf3d3886dfaf51 01:18:41 Merge succeeded, producing 1cde81e413bac6887bf494e63adf3d3886dfaf51 01:18:41 Checking out Revision 1cde81e413bac6887bf494e63adf3d3886dfaf51 (PR-346) 01:18:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:18:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:18:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:18:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:18:40 using GIT_SSH to set credentials SSH Credentials for GitHub 01:18:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:18:41 > git config core.sparsecheckout # timeout=10 01:18:41 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 01:18:41 > git remote # timeout=10 01:18:41 > git config --get remote.origin.url # timeout=10 01:18:41 using GIT_SSH to set credentials SSH Credentials for GitHub 01:18:41 > git merge d140074b2025bfa6cd9f363d3898411c689815b6 # timeout=10 01:18:41 > git rev-parse HEAD^{commit} # timeout=10 01:18:41 > git config core.sparsecheckout # timeout=10 01:18:41 4e634b169226: Verifying Checksum 01:18:41 4e634b169226: Download complete 01:18:42 e871e8e8d7a9: Verifying Checksum 01:18:42 e871e8e8d7a9: Download complete 01:18:41 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 01:18:46 Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:18:46 ========================================================= 01:18:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:18:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:18:47 + 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 . 01:18:47 e871e8e8d7a9: Pull complete 01:18:47 e73272ec9a57: Pull complete 01:18:48 1e910a182e73: Pull complete 01:18:48 Sending build context to Docker daemon 1.795MB 01:18:48 Step 1/7 : ARG BASE=golang:1.15-alpine 01:18:48 Step 2/7 : FROM ${BASE} 01:18:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:18:49 b538f80385f9: Pulling fs layer 01:18:49 74f711af9a0d: Pulling fs layer 01:18:49 99f96fe45779: Pulling fs layer 01:18:49 8529a6b9a6be: Pulling fs layer 01:18:49 45590311c82a: Pulling fs layer 01:18:49 69ca0ff8b7b3: Pulling fs layer 01:18:49 209524e5b208: Pulling fs layer 01:18:49 45590311c82a: Waiting 01:18:49 8529a6b9a6be: Waiting 01:18:49 69ca0ff8b7b3: Waiting 01:18:49 209524e5b208: Waiting 01:18:49 99f96fe45779: Verifying Checksum 01:18:49 99f96fe45779: Download complete 01:18:49 74f711af9a0d: Verifying Checksum 01:18:49 74f711af9a0d: Download complete 01:18:49 45590311c82a: Verifying Checksum 01:18:49 45590311c82a: Download complete 01:18:49 69ca0ff8b7b3: Verifying Checksum 01:18:49 69ca0ff8b7b3: Download complete 01:18:49 b538f80385f9: Verifying Checksum 01:18:49 b538f80385f9: Download complete 01:18:50 b538f80385f9: Pull complete 01:18:50 74f711af9a0d: Pull complete 01:18:51 99f96fe45779: Pull complete 01:18:51 209524e5b208: Verifying Checksum 01:18:51 209524e5b208: Download complete 01:18:53 8529a6b9a6be: Verifying Checksum 01:18:53 8529a6b9a6be: Download complete 01:18:54 4e634b169226: Pull complete 01:18:54 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:18:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:18:54 ---> f7629b54cfaa 01:18:54 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:18:54 ---> Running in 3b7718c5e03e 01:18:54 Removing intermediate container 3b7718c5e03e 01:18:54 ---> a95c4c07aa32 01:18:54 Step 4/7 : RUN apk add bash 01:18:54 ---> Running in 9553152fa6d8 01:18:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:18:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:18:55 OK: 166 MiB in 39 packages 01:18:56 Removing intermediate container 9553152fa6d8 01:18:56 ---> fb510350731c 01:18:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:18:56 ---> Running in 94f316f97cf0 01:18:56 Removing intermediate container 94f316f97cf0 01:18:56 ---> 3669167d125f 01:18:56 Step 6/7 : COPY go.mod . 01:18:57 ---> 999e88f7dfe3 01:18:57 Step 7/7 : RUN go mod download 01:18:57 ---> Running in 217f1275b12b 01:19:04 8529a6b9a6be: Pull complete 01:19:04 45590311c82a: Pull complete 01:19:04 69ca0ff8b7b3: Pull complete 01:19:08 209524e5b208: Pull complete 01:19:08 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:19:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:19:08 ---> 5bddaf1c2fca 01:19:08 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:19:09 Removing intermediate container 217f1275b12b 01:19:09 ---> c7ce85ed8815 01:19:09 Successfully built c7ce85ed8815 01:19:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:19:09 + docker inspect -f . ci-base-image-x86_64 01:19:09 . [Pipeline] withDockerContainer 01:19:09 prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container 01:19:09 $ 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 ******** ci-base-image-x86_64 cat 01:19:10 $ docker top 80f015dface83d0a51e69ccb623e1b87c10ff502ffd441b5ac107b6c767513fc -eo pid,comm [Pipeline] { [Pipeline] sh 01:19:11 + go version 01:19:11 go version go1.15.2 linux/amd64 [Pipeline] } 01:19:11 $ docker stop --time=1 80f015dface83d0a51e69ccb623e1b87c10ff502ffd441b5ac107b6c767513fc 01:19:11 ---> Running in 9ca4422d22cf 01:19:11 Removing intermediate container 9ca4422d22cf 01:19:11 ---> 38d24e792ec4 01:19:11 Step 4/7 : RUN apk add bash 01:19:11 ---> Running in ee3ffdd12955 01:19:12 $ docker rm -f 80f015dface83d0a51e69ccb623e1b87c10ff502ffd441b5ac107b6c767513fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:19:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:13 + docker inspect -f . ci-base-image-x86_64 01:19:13 . [Pipeline] withDockerContainer 01:19:13 prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container 01:19:13 $ 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 ******** ci-base-image-x86_64 cat 01:19:13 $ docker top 95c6ea312d379e07ed2f96b263f0b28b91624212328d8f957767fd6660651579 -eo pid,comm 01:19:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 01:19:14 + make test 01:19:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:19:15 OK: 142 MiB in 39 packages 01:19:16 Removing intermediate container ee3ffdd12955 01:19:16 ---> 127163da9992 01:19:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:19:16 ---> Running in c02aeb2062fb 01:19:16 Removing intermediate container c02aeb2062fb 01:19:16 ---> c934561b7f17 01:19:16 Step 6/7 : COPY go.mod . 01:19:17 ---> fc14ad999b09 01:19:17 Step 7/7 : RUN go mod download 01:19:17 ---> Running in 15f383d02e05 01:19:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:19:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.032s coverage: 85.7% of statements 01:19:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.009s coverage: 100.0% of statements 01:19:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.012s coverage: 45.4% of statements 01:19:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.009s coverage: 77.8% of statements 01:19:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:19:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements 01:19:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.035s coverage: 14.7% of statements 01:19:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.044s coverage: 100.0% of statements 01:19:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.024s coverage: 91.8% of statements 01:19:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:19:23 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:19:23 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.045s coverage: 100.0% of statements 01:19:23 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 48.9% of statements 01:19:25 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.044s coverage: 63.0% of statements 01:19:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 01:19:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements 01:19:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements 01:19:25 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements 01:19:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:19:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.012s coverage: 29.1% of statements 01:19:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.018s coverage: 100.0% of statements 01:19:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.014s coverage: 94.4% of statements 01:19:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements 01:19:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:19:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:19:27 gofmt -l . 01:19:27 [ "`gofmt -l .`" = "" ] [Pipeline] stash 01:19:28 Stashed 1 file(s) [Pipeline] } 01:19:28 $ docker stop --time=1 95c6ea312d379e07ed2f96b263f0b28b91624212328d8f957767fd6660651579 01:19:30 $ docker rm -f 95c6ea312d379e07ed2f96b263f0b28b91624212328d8f957767fd6660651579 [Pipeline] // withDockerContainer [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] } 01:19:32 Removing intermediate container 15f383d02e05 01:19:32 ---> 3d9c13070d43 01:19:32 Successfully built 3d9c13070d43 01:19:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:19:33 + docker inspect -f . ci-base-image-arm64 01:19:33 . [Pipeline] withDockerContainer 01:19:33 prd-ubuntu18.04-docker-arm64-4c-16g-6116 does not seem to be running inside a container 01:19:33 $ 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 ******** ci-base-image-arm64 cat 01:19:35 $ docker top c698d2ba32b6f15ed7514a636e4591dd06e649d9da66b98298176da6052ec06c -eo pid,comm [Pipeline] { [Pipeline] sh 01:19:36 + go version 01:19:36 go version go1.15.2 linux/arm64 [Pipeline] } 01:19:36 $ docker stop --time=1 c698d2ba32b6f15ed7514a636e4591dd06e649d9da66b98298176da6052ec06c 01:19:38 $ docker rm -f c698d2ba32b6f15ed7514a636e4591dd06e649d9da66b98298176da6052ec06c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:19:39 + docker inspect -f . ci-base-image-arm64 01:19:39 . [Pipeline] withDockerContainer 01:19:39 prd-ubuntu18.04-docker-arm64-4c-16g-6116 does not seem to be running inside a container 01:19:39 $ 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 ******** ci-base-image-arm64 cat 01:19:41 $ docker top 97d166712ad21ec3cb85f1061de996ccca5b29cff531642e6f3f547eadaed51b -eo pid,comm [Pipeline] { [Pipeline] sh 01:19:42 + make test 01:19:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:20:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:20:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.049s coverage: 85.7% of statements 01:20:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements 01:20:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.054s coverage: 45.4% of statements 01:20:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements 01:20:06 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:20:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.047s coverage: 6.4% of statements 01:20:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.042s coverage: 14.7% of statements 01:20:08 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.051s coverage: 100.0% of statements 01:20:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.071s coverage: 91.8% of statements 01:20:09 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:20:09 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:20:09 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.010s coverage: 100.0% of statements 01:20:09 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 48.9% of statements 01:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.146s coverage: 63.0% of statements 01:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements 01:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.049s coverage: 15.4% of statements 01:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.030s coverage: 15.4% of statements 01:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.027s coverage: 14.3% of statements 01:20:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.039s coverage: 29.1% of statements 01:20:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.028s coverage: 100.0% of statements 01:20:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.050s coverage: 94.4% of statements 01:20:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 01:20:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:20:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:20:21 gofmt -l . 01:20:21 [ "`gofmt -l .`" = "" ] [Pipeline] stash 01:20:21 Warning: overwriting stash ‘coverage-report’ 01:20:22 Stashed 1 file(s) [Pipeline] } 01:20:22 $ docker stop --time=1 97d166712ad21ec3cb85f1061de996ccca5b29cff531642e6f3f547eadaed51b 01:20:24 $ docker rm -f 97d166712ad21ec3cb85f1061de996ccca5b29cff531642e6f3f547eadaed51b [Pipeline] // withDockerContainer [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:20:28 provisioning config files... 01:20:28 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config3139208066603538155tmp [Pipeline] { [Pipeline] sh 01:20:29 + set +x 01:20:29 + curl -s https://codecov.io/bash 01:20:29 + bash -s -- 01:20:29 01:20:29 _____ _ 01:20:29 / ____| | | 01:20:29 | | ___ __| | ___ ___ _____ __ 01:20:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:20:29 | |___| (_) | (_| | __/ (_| (_) \ V / 01:20:29 \_____\___/ \__,_|\___|\___\___/ \_/ 01:20:29 Bash-20201009-048fee3 01:20:29 01:20:29 01:20:29 ==> Jenkins CI detected. 01:20:29 project root: . 01:20:29 --> token set from env 01:20:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:20:29 ==> Running gcov in . (disable via -X gcov) 01:20:29 ==> Python coveragepy not found 01:20:29 ==> Searching for coverage reports in: 01:20:29 + . 01:20:29 -> Found 1 reports 01:20:29 ==> Detecting git/mercurial file structure 01:20:29 ==> Reading reports 01:20:29 + ./coverage.out bytes=106724 01:20:29 ==> Appending adjustments 01:20:29 https://docs.codecov.io/docs/fixing-reports 01:20:31 + Found adjustments 01:20:31 ==> Gzipping contents 01:20:31 ==> Uploading reports 01:20:31 url: https://codecov.io 01:20:31 query: branch=PR-346&commit=1cde81e413bac6887bf494e63adf3d3886dfaf51&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= 01:20:31 -> Pinging Codecov 01:20:31 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-346&commit=1cde81e413bac6887bf494e63adf3d3886dfaf51&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= 01:20:31 -> Uploading to 01:20:31 01:20:31 % Total % Received % Xferd Average Speed Time Time Time Current 01:20:31 Dload Upload Total Spent Left Speed 01:20:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 01:20:31 X> Failed to upload 01:20:31 ==> Uploading to Codecov 01:20:31 % Total % Received % Xferd Average Speed Time Time Time Current 01:20:31 Dload Upload Total Spent Left Speed 01:20:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17206 100 118 100 17088 183 26511 --:--:-- --:--:-- --:--:-- 26493 01:20:31 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1cde81e413bac6887bf494e63adf3d3886dfaf51 [Pipeline] } 01:20:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 01:20:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:20:35 ---> package-listing.sh 01:20:35 ++ facter osfamily 01:20:35 ++ tr '[:upper:]' '[:lower:]' 01:20:36 + OS_FAMILY=redhat 01:20:36 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-346 01:20:36 + START_PACKAGES=/tmp/packages_start.txt 01:20:36 + END_PACKAGES=/tmp/packages_end.txt 01:20:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:20:36 + PACKAGES=/tmp/packages_start.txt 01:20:36 + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' 01:20:36 + PACKAGES=/tmp/packages_end.txt 01:20:36 + case "${OS_FAMILY}" in 01:20:36 + rpm -qa 01:20:36 + sort 01:20:40 + '[' -f /tmp/packages_start.txt ']' 01:20:40 + '[' -f /tmp/packages_end.txt ']' 01:20:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:20:40 + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' 01:20:40 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ 01:20:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [Pipeline] echo 01:20:40 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-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:20:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:20:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:20:41 01:20:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:20:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:20:42 alpine: Pulling from edgex-lftools-log-publisher 01:20:42 df20fa9351a1: Pulling fs layer 01:20:42 36b3adc4ff6f: Pulling fs layer 01:20:42 8ad3a11d3b57: Pulling fs layer 01:20:42 46f8f816bc3b: Pulling fs layer 01:20:42 93b61091891f: Pulling fs layer 01:20:42 93b9cdb0e59b: Pulling fs layer 01:20:42 5e14af77c1be: Pulling fs layer 01:20:42 01666e4c0597: Pulling fs layer 01:20:42 aa168da1d23b: Pulling fs layer 01:20:42 93b61091891f: Waiting 01:20:42 93b9cdb0e59b: Waiting 01:20:42 5e14af77c1be: Waiting 01:20:42 01666e4c0597: Waiting 01:20:42 aa168da1d23b: Waiting 01:20:42 46f8f816bc3b: Waiting 01:20:42 36b3adc4ff6f: Verifying Checksum 01:20:42 36b3adc4ff6f: Download complete 01:20:42 46f8f816bc3b: Verifying Checksum 01:20:42 46f8f816bc3b: Download complete 01:20:42 df20fa9351a1: Verifying Checksum 01:20:42 df20fa9351a1: Download complete 01:20:42 93b9cdb0e59b: Verifying Checksum 01:20:42 93b9cdb0e59b: Download complete 01:20:42 5e14af77c1be: Verifying Checksum 01:20:42 5e14af77c1be: Download complete 01:20:42 01666e4c0597: Verifying Checksum 01:20:42 01666e4c0597: Download complete 01:20:42 93b61091891f: Verifying Checksum 01:20:42 93b61091891f: Download complete 01:20:43 df20fa9351a1: Pull complete 01:20:43 8ad3a11d3b57: Verifying Checksum 01:20:43 8ad3a11d3b57: Download complete 01:20:43 36b3adc4ff6f: Pull complete 01:20:44 8ad3a11d3b57: Pull complete 01:20:45 46f8f816bc3b: Pull complete 01:20:46 93b61091891f: Pull complete 01:20:46 93b9cdb0e59b: Pull complete 01:20:47 5e14af77c1be: Pull complete 01:20:47 01666e4c0597: Pull complete 01:20:47 aa168da1d23b: Verifying Checksum 01:20:47 aa168da1d23b: Download complete 01:20:58 aa168da1d23b: Pull complete 01:20:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:20:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:20:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:20:58 prd-centos7-docker-4c-2g-6114 does not seem to be running inside a container 01:20:58 $ 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-346/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-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@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:10003/edgex-lftools-log-publisher:alpine cat 01:21:02 $ docker top 15183126eeed46ca651e5780a369be71658ce7b0ba04c665bb43c597aa710892 -eo pid,comm [Pipeline] { [Pipeline] sh 01:21:03 + touch /tmp/pre-build-complete [Pipeline] sh 01:21:04 + mkdir -p /var/log/sa [Pipeline] sh 01:21:04 + ls /var/log/sa-host 01:21:04 + sadf -c /var/log/sa-host/sa05 01:21:04 file_magic: OK 01:21:04 HZ: Using current value: 100 01:21:04 file_header: OK 01:21:04 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 01:21:04 Statistics: 01:21:04 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:21:04 File successfully converted to sysstat format version 12.2.1 01:21:04 + sadf -c /var/log/sa-host/sa19 01:21:04 file_magic: OK 01:21:04 HZ: Using current value: 100 01:21:04 file_header: OK 01:21:04 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 01:21:04 Statistics: 01:21:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:21:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:21:04 provisioning config files... 01:21:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config3403226451593767829tmp [Pipeline] { [Pipeline] echo 01:21:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:21:05 ---> create-netrc.sh [Pipeline] } 01:21:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:21:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:21:05 ---> python-tools-install.sh [Pipeline] echo 01:21:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:21:05 ---> sudo-logs.sh 01:21:05 Archiving 'sudo' log.. [Pipeline] echo 01:21:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:21:06 ---> job-cost.sh 01:21:06 lf-activate-venv: SKIPPING 01:21:06 INFO: No Stack... 01:21:09 INFO: Retrieving Pricing Info for: v1-standard-2 01:21:09 INFO: Archiving Costs [Pipeline] echo 01:21:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:21:09 ---> logs-deploy.sh 01:21:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-346/2 01:21:09 INFO: archiving workspace using pattern(s): 01:21:12 Archives upload complete. 01:21:12 INFO: archiving logs to Nexus 01:21:14 ---> uname -a: 01:21:14 Linux prd-centos7-docker-4c-2g-6114.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 01:21:14 01:21:14 01:21:14 ---> lscpu: 01:21:14 Architecture: x86_64 01:21:14 CPU op-mode(s): 32-bit, 64-bit 01:21:14 Byte Order: Little Endian 01:21:14 Address sizes: 40 bits physical, 48 bits virtual 01:21:14 CPU(s): 4 01:21:14 On-line CPU(s) list: 0-3 01:21:14 Thread(s) per core: 1 01:21:14 Core(s) per socket: 1 01:21:14 Socket(s): 4 01:21:14 NUMA node(s): 1 01:21:14 Vendor ID: GenuineIntel 01:21:14 CPU family: 6 01:21:14 Model: 44 01:21:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:21:14 Stepping: 1 01:21:14 CPU MHz: 2933.438 01:21:14 BogoMIPS: 5866.87 01:21:14 Virtualization: VT-x 01:21:14 Hypervisor vendor: KVM 01:21:14 Virtualization type: full 01:21:14 L1d cache: 128 KiB 01:21:14 L1i cache: 128 KiB 01:21:14 L2 cache: 16 MiB 01:21:14 L3 cache: 64 MiB 01:21:14 NUMA node0 CPU(s): 0-3 01:21:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:21:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:21:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:21:14 Vulnerability Meltdown: Mitigation; PTI 01:21:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:21:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:21:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:21:14 Vulnerability Tsx async abort: Not affected 01:21:14 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 01:21:14 01:21:14 01:21:14 ---> nproc: 01:21:14 4 01:21:14 01:21:14 01:21:14 ---> df -h: 01:21:14 Filesystem Size Used Available Use% Mounted on 01:21:14 overlay 50.0G 7.2G 42.8G 14% / 01:21:14 tmpfs 64.0M 0 64.0M 0% /dev 01:21:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:21:14 shm 64.0M 0 64.0M 0% /dev/shm 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346@tmp 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 01:21:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 01:21:14 01:21:14 01:21:14 ---> free -m: 01:21:14 total used free shared buff/cache available 01:21:14 Mem: 1837 693 122 0 1021 1041 01:21:14 Swap: 1023 1 1022 01:21:14 01:21:14 01:21:14 ---> ip addr: 01:21:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:21:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:21:14 inet 127.0.0.1/8 scope host lo 01:21:14 valid_lft forever preferred_lft forever 01:21:14 inet6 ::1/128 scope host 01:21:14 valid_lft forever preferred_lft forever 01:21:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:21:14 link/ether fa:16:3e:5e:ba:4d brd ff:ff:ff:ff:ff:ff 01:21:14 inet 10.30.123.105/23 brd 10.30.123.255 scope global dynamic eth0 01:21:14 valid_lft 86031sec preferred_lft 86031sec 01:21:14 inet6 fe80::f816:3eff:fe5e:ba4d/64 scope link 01:21:14 valid_lft forever preferred_lft forever 01:21:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:21:14 link/ether 02:42:8a:f2:0d:8a brd ff:ff:ff:ff:ff:ff 01:21:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:21:14 valid_lft forever preferred_lft forever 01:21:14 inet6 fe80::42:8aff:fef2:d8a/64 scope link 01:21:14 valid_lft forever preferred_lft forever 01:21:14 01:21:14 01:21:14 ---> sar -b -r -n DEV: 01:21:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 01:21:14 01:21:14 01:14:45 LINUX RESTART (4 CPU) 01:21:14 01:21:14 01:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:21:14 01:17:01 30.68 10.65 20.03 0.00 4418.10 2243.89 0.00 01:21:14 01:18:01 0.82 0.00 0.82 0.00 0.00 19.06 0.00 01:21:14 01:19:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 01:21:14 01:20:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 01:21:14 01:21:02 130.24 64.05 66.20 0.00 6270.64 18421.91 0.00 01:21:14 Average: 32.46 14.95 17.51 0.00 2138.60 4140.01 0.00 01:21:14 01:21:14 01:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:21:14 01:17:01 161036 0 604820 32.14 2620 1113080 1151924 39.31 440552 1116316 16 01:21:14 01:18:01 173884 0 591964 31.46 2620 1113088 1062832 36.27 433608 1112056 16 01:21:14 01:19:01 171844 0 594000 31.57 2620 1113092 1063012 36.28 436372 1111500 8 01:21:14 01:20:01 171872 0 593972 31.57 2620 1113092 1063000 36.28 445584 1102348 8 01:21:14 01:21:02 183520 0 691960 36.78 2620 1003456 1268108 43.28 453032 1024468 8 01:21:14 Average: 172431 0 615343 32.70 2620 1091162 1121775 38.28 441830 1093338 11 01:21:14 01:21:14 01:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:21:14 01:17:01 eth0 80.70 69.97 353.31 38.90 0.00 0.00 0.00 0.00 01:21:14 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:17:01 docker0 3.29 2.43 0.97 11.98 0.00 0.00 0.00 0.00 01:21:14 01:18:01 eth0 1.07 0.08 0.09 0.01 0.00 0.00 0.00 0.00 01:21:14 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:19:01 eth0 1.63 0.50 0.59 0.36 0.00 0.00 0.00 0.00 01:21:14 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:20:01 eth0 1.08 0.32 0.34 0.23 0.00 0.00 0.00 0.00 01:21:14 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:21:02 eth0 222.46 180.93 2178.22 21.80 0.00 0.00 0.00 0.00 01:21:14 01:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 01:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 Average: eth0 61.41 50.38 506.73 12.26 0.00 0.00 0.00 0.00 01:21:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:21:14 Average: docker0 0.66 0.49 0.19 2.40 0.00 0.00 0.00 0.00 01:21:14 01:21:14 01:21:14 ---> sar -P ALL: 01:21:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 01:21:14 01:21:14 01:14:45 LINUX RESTART (4 CPU) 01:21:14 01:21:14 01:16:01 CPU %user %nice %system %iowait %steal %idle 01:21:14 01:17:01 all 2.19 0.00 1.91 0.59 6.19 89.12 01:21:14 01:17:01 0 2.03 0.00 2.03 0.39 6.85 88.71 01:21:14 01:17:01 1 1.96 0.00 1.46 0.95 6.07 89.55 01:21:14 01:17:01 2 2.28 0.00 2.21 0.51 5.88 89.11 01:21:14 01:17:01 3 2.51 0.00 1.94 0.49 5.93 89.12 01:21:14 01:18:01 all 0.08 0.00 0.07 0.00 0.32 99.53 01:21:14 01:18:01 0 0.02 0.00 0.08 0.00 0.15 99.75 01:21:14 01:18:01 1 0.12 0.00 0.10 0.00 0.52 99.27 01:21:14 01:18:01 2 0.15 0.00 0.05 0.00 0.42 99.38 01:21:14 01:18:01 3 0.05 0.00 0.07 0.00 0.18 99.70 01:21:14 01:19:01 all 0.10 0.00 0.02 0.00 0.33 99.54 01:21:14 01:19:01 0 0.03 0.00 0.02 0.00 0.42 99.53 01:21:14 01:19:01 1 0.30 0.00 0.02 0.00 0.32 99.37 01:21:14 01:19:01 2 0.03 0.00 0.03 0.00 0.22 99.72 01:21:14 01:19:01 3 0.05 0.00 0.03 0.00 0.37 99.55 01:21:14 01:20:01 all 0.14 0.00 0.06 0.00 0.07 99.73 01:21:14 01:20:01 0 0.03 0.00 0.07 0.00 0.08 99.82 01:21:14 01:20:01 1 0.45 0.00 0.07 0.00 0.13 99.35 01:21:14 01:20:01 2 0.03 0.00 0.08 0.00 0.02 99.87 01:21:14 01:20:01 3 0.05 0.00 0.03 0.00 0.05 99.87 01:21:14 01:21:02 all 4.44 0.00 3.46 1.91 6.67 83.52 01:21:14 01:21:02 0 3.71 0.00 2.69 2.32 6.93 84.34 01:21:14 01:21:02 1 3.66 0.00 3.58 2.00 6.58 84.18 01:21:14 01:21:02 2 5.20 0.00 3.94 2.31 6.80 81.75 01:21:14 01:21:02 3 5.20 0.00 3.62 1.00 6.37 83.81 01:21:14 Average: all 1.38 0.00 1.10 0.49 2.71 94.32 01:21:14 Average: 0 1.16 0.00 0.97 0.54 2.88 94.45 01:21:14 Average: 1 1.29 0.00 1.04 0.59 2.72 94.37 01:21:14 Average: 2 1.53 0.00 1.26 0.56 2.65 94.01 01:21:14 Average: 3 1.56 0.00 1.13 0.30 2.57 94.44 01:21:14 01:21:14 01:21:14