Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 337c75df5eb35b884f50a4fa8a04dc561197abfa rather than 4aaa09b803d35f88239860a90cffde2828acf9db Obtained Jenkinsfile from 337c75df5eb35b884f50a4fa8a04dc561197abfa Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-23839 in /w/workspace/dry_go-mod-core-contracts_PR-427 [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-427 # 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/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 337c75df5eb35b884f50a4fa8a04dc561197abfa into PR head commit 4aaa09b803d35f88239860a90cffde2828acf9db Merge succeeded, producing 6be050dad9578b585ede9857e36d482049177020 Checking out Revision 6be050dad9578b585ede9857e36d482049177020 (PR-427) > git config core.sparsecheckout # timeout=10 > git checkout -f 4aaa09b803d35f88239860a90cffde2828acf9db # 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 337c75df5eb35b884f50a4fa8a04dc561197abfa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6be050dad9578b585ede9857e36d482049177020 # timeout=10 Commit message: "Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD" > git rev-list --no-walk 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:38:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:38:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:38:27 ========================================================= 00:38:27 EdgeX Global Pipelines Version Info 00:38:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:38:29 ------------------- 00:38:29 stable info: 00:38:29 ------------------- 00:38:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:38:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:38:29 Message: update stable to v1.0.179 00:38:30 ------------------- 00:38:30 experimental info: 00:38:30 ------------------- 00:38:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:38:30 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:38:30 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:38:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:38:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:38:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-427 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-427 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-427 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6be050dad9578b585ede9857e36d482049177020 [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6be050d [Pipeline] echo 00:38:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:34 + git log --format=format:%s -1 6be050dad9578b585ede9857e36d482049177020 [Pipeline] echo 00:38:34 GIT_COMMIT: 6be050dad9578b585ede9857e36d482049177020, Commit Message: Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD [Pipeline] echo 00:38:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:35 00:38:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:38:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:35 latest: Pulling from edgex-devops/git-semver 00:38:35 31603596830f: Pulling fs layer 00:38:35 2a8b12db71e7: Pulling fs layer 00:38:35 6ca5941a6612: Pulling fs layer 00:38:35 ecc8261a40a4: Pulling fs layer 00:38:35 ecc8261a40a4: Waiting 00:38:35 2a8b12db71e7: Verifying Checksum 00:38:35 2a8b12db71e7: Download complete 00:38:35 31603596830f: Verifying Checksum 00:38:35 31603596830f: Download complete 00:38:35 ecc8261a40a4: Verifying Checksum 00:38:35 ecc8261a40a4: Download complete 00:38:35 6ca5941a6612: Verifying Checksum 00:38:35 6ca5941a6612: Download complete 00:38:36 31603596830f: Pull complete 00:38:36 2a8b12db71e7: Pull complete 00:38:37 6ca5941a6612: Pull complete 00:38:37 ecc8261a40a4: Pull complete 00:38:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:38:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:38:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:38:37 prd-centos7-docker-4c-2g-23839 does not seem to be running inside a container 00:38:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:38:40 $ docker top b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:38:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:40 [ssh-agent] Looking for ssh-agent implementation... 00:38:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:41 $ docker exec b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent 00:38:41 SSH_AUTH_SOCK=/tmp/ssh-Za5kkm8IdxjL/agent.12 00:38:41 SSH_AGENT_PID=17 00:38:41 Running ssh-add (command line suppressed) 00:38:41 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_248648799905167474.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_248648799905167474.key) 00:38:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:41 + git tag --points-at HEAD [Pipeline] } 00:38:41 $ docker exec --env ******** --env ******** b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent -k 00:38:42 unset SSH_AUTH_SOCK; 00:38:42 unset SSH_AGENT_PID; 00:38:42 echo Agent pid 17 killed; 00:38:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:38:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:38:42 [ssh-agent] Looking for ssh-agent implementation... 00:38:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:38:42 $ docker exec b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent 00:38:42 SSH_AUTH_SOCK=/tmp/ssh-qrBQiWTTEooZ/agent.45 00:38:42 SSH_AGENT_PID=51 00:38:42 Running ssh-add (command line suppressed) 00:38:42 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_970983968270014516.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_970983968270014516.key) 00:38:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:38:43 + git semver init 00:38:43 # -> Open(): unable to determine branch for HEAD 00:38:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.git 00:38:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-427 00:38:43 # $SEMVER_REMOTE_NAME = origin 00:38:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:38:43 # $SEMVER_USER_NAME = edgex-jenkins 00:38:43 # $SEMVER_BRANCH = PR-427 00:38:43 # $SEMVER_TEMP = /tmp/semver-248788513 00:38:43 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 00:38:43 # '/tmp/semver-248788513' -> '/w/workspace/dry_go-mod-core-contracts_PR-427/.semver' 00:38:43 # -> Force: false 00:38:44 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.semver [Pipeline] } 00:38:44 $ docker exec --env ******** --env ******** b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent -k 00:38:44 unset SSH_AUTH_SOCK; 00:38:44 unset SSH_AGENT_PID; 00:38:44 echo Agent pid 51 killed; 00:38:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:38:44 + git semver [Pipeline] } 00:38:44 $ docker stop --time=1 b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 00:38:46 $ docker rm -f b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 [Pipeline] // withDockerContainer [Pipeline] sh 00:38:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:38:47 Stashed 1 file(s) [Pipeline] echo 00:38:47 [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 00:39:03 Still waiting to schedule task 00:39:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:39:03 Still waiting to schedule task 00:39:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:42:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23849 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws 00:42:46 Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout 00:42:52 using credential edgex-jenkins-ssh 00:42:52 Cloning the remote Git repository 00:42:52 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:42:52 > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 00:42:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:42:52 > git --version # timeout=10 00:42:52 > git --version # 'git version 2.17.1' 00:42:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:42:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:42:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:54 Merging remotes/origin/master commit 337c75df5eb35b884f50a4fa8a04dc561197abfa into PR head commit 4aaa09b803d35f88239860a90cffde2828acf9db 00:42:54 Merge succeeded, producing 785a23e853e7a785287e709c057d552738c0fb26 00:42:54 Checking out Revision 785a23e853e7a785287e709c057d552738c0fb26 (PR-427) 00:42:54 > git config core.sparsecheckout # timeout=10 00:42:54 > git checkout -f 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 00:42:54 > git remote # timeout=10 00:42:54 > git config --get remote.origin.url # timeout=10 00:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:54 > git merge 337c75df5eb35b884f50a4fa8a04dc561197abfa # timeout=10 00:42:54 > git rev-parse HEAD^{commit} # timeout=10 00:42:54 > git config core.sparsecheckout # timeout=10 00:42:54 > git checkout -f 785a23e853e7a785287e709c057d552738c0fb26 # timeout=10 00:42:59 Commit message: "Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD" 00:42:59 > git rev-list --no-walk 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:43:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:43:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:43:02 + sudo service docker restart 00:43:02 + true [Pipeline] unstash [Pipeline] echo 00:43:05 ========================================================= 00:43:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:43:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:05 + 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 . 00:43:06 Sending build context to Docker daemon 2.45MB 00:43:06 Step 1/7 : ARG BASE=golang:1.15-alpine 00:43:06 Step 2/7 : FROM ${BASE} 00:43:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:43:07 5f621e34cdf4: Pulling fs layer 00:43:07 a4357932f1b6: Pulling fs layer 00:43:07 18c013af1878: Pulling fs layer 00:43:07 00ac8860ef70: Pulling fs layer 00:43:07 63d7cb157983: Pulling fs layer 00:43:07 b116817d02f9: Pulling fs layer 00:43:07 745a02a5169b: Pulling fs layer 00:43:07 00ac8860ef70: Waiting 00:43:07 63d7cb157983: Waiting 00:43:07 745a02a5169b: Waiting 00:43:07 b116817d02f9: Waiting 00:43:07 18c013af1878: Verifying Checksum 00:43:07 18c013af1878: Download complete 00:43:07 63d7cb157983: Verifying Checksum 00:43:07 63d7cb157983: Download complete 00:43:07 b116817d02f9: Verifying Checksum 00:43:07 b116817d02f9: Download complete 00:43:07 5f621e34cdf4: Verifying Checksum 00:43:07 5f621e34cdf4: Download complete 00:43:07 5f621e34cdf4: Pull complete 00:43:08 a4357932f1b6: Pull complete 00:43:08 18c013af1878: Pull complete 00:43:09 745a02a5169b: Verifying Checksum 00:43:09 745a02a5169b: Download complete 00:43:11 00ac8860ef70: Verifying Checksum 00:43:11 00ac8860ef70: Download complete 00:43:21 00ac8860ef70: Pull complete 00:43:21 63d7cb157983: Pull complete 00:43:21 b116817d02f9: Pull complete 00:43:25 745a02a5169b: Pull complete 00:43:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:43:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:43:25 ---> b7e6874047d6 00:43:25 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:43:29 ---> Running in 2cc13d18e94c 00:43:29 Removing intermediate container 2cc13d18e94c 00:43:29 ---> 2fb45a128ce3 00:43:29 Step 4/7 : RUN apk add bash 00:43:29 ---> Running in bfeb5f2cb896 00:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:34 OK: 142 MiB in 39 packages 00:43:35 Removing intermediate container bfeb5f2cb896 00:43:35 ---> 17243b69d731 00:43:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:43:35 ---> Running in 41c8b8550df1 00:43:35 Removing intermediate container 41c8b8550df1 00:43:35 ---> 5e77c59c12ee 00:43:35 Step 6/7 : COPY go.mod . 00:43:36 ---> a943b6d81ae0 00:43:36 Step 7/7 : RUN go mod download 00:43:36 ---> Running in 4a09cabc3be1 00:43:51 Removing intermediate container 4a09cabc3be1 00:43:51 ---> 8204f1c49853 00:43:51 Successfully built 8204f1c49853 00:43:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:52 + docker inspect -f . ci-base-image-arm64 00:43:52 . [Pipeline] withDockerContainer 00:43:52 prd-ubuntu18.04-docker-arm64-4c-16g-23849 does not seem to be running inside a container 00:43:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:43:54 $ docker top 6d346c96149ffc7273a638b8c161f469212db87bf337d180ca03b6c004afcdc8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:56 + go version 00:43:56 go version go1.15.5 linux/arm64 [Pipeline] } 00:43:56 $ docker stop --time=1 6d346c96149ffc7273a638b8c161f469212db87bf337d180ca03b6c004afcdc8 00:43:58 $ docker rm -f 6d346c96149ffc7273a638b8c161f469212db87bf337d180ca03b6c004afcdc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:59 + docker inspect -f . ci-base-image-arm64 00:43:59 . [Pipeline] withDockerContainer 00:43:59 prd-ubuntu18.04-docker-arm64-4c-16g-23849 does not seem to be running inside a container 00:43:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:44:01 $ docker top 5c3635fea1a8c48497ae2f085e77fe7b9316432c9e44fdeb517007b9c959c8a8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:02 + make test 00:44:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:44:02 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors 00:44:02 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 00:44:02 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 00:44:02 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 00:44:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:44:03 go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:44:03 go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:44:03 go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:44:03 go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:44:04 clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: 00:44:04 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) 00:44:04 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) 00:44:04 clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: 00:44:04 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) 00:44:04 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) 00:44:04 clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: 00:44:04 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) 00:44:04 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) 00:44:04 clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: 00:44:04 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) 00:44:04 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) 00:44:04 make: *** [Makefile:6: test] Error 1 [Pipeline] } 00:44:04 $ docker stop --time=1 5c3635fea1a8c48497ae2f085e77fe7b9316432c9e44fdeb517007b9c959c8a8 00:44:07 $ docker rm -f 5c3635fea1a8c48497ae2f085e77fe7b9316432c9e44fdeb517007b9c959c8a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:09 Failed in branch arm64 00:44:38 Running on prd-centos7-docker-4c-2g-23855 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws 00:44:38 Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout 00:44:41 using credential edgex-jenkins-ssh 00:44:41 Cloning the remote Git repository 00:44:41 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:41 > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 00:44:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:41 > git --version # timeout=10 00:44:41 > git --version # 'git version 2.24.3' 00:44:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:44:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:44:41 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:42 Merging remotes/origin/master commit 337c75df5eb35b884f50a4fa8a04dc561197abfa into PR head commit 4aaa09b803d35f88239860a90cffde2828acf9db 00:44:42 Merge succeeded, producing 0baf7e5f0d5a2594340cfd42679bb71be44db725 00:44:42 Checking out Revision 0baf7e5f0d5a2594340cfd42679bb71be44db725 (PR-427) 00:44:42 > git config core.sparsecheckout # timeout=10 00:44:42 > git checkout -f 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 00:44:42 > git remote # timeout=10 00:44:42 > git config --get remote.origin.url # timeout=10 00:44:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:42 > git merge 337c75df5eb35b884f50a4fa8a04dc561197abfa # timeout=10 00:44:42 > git rev-parse HEAD^{commit} # timeout=10 00:44:42 > git config core.sparsecheckout # timeout=10 00:44:42 > git checkout -f 0baf7e5f0d5a2594340cfd42679bb71be44db725 # timeout=10 00:44:46 Commit message: "Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD" 00:44:46 > git rev-list --no-walk 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:44:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:44:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:44:48 + true 00:44:48 + sudo service docker restart 00:44:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 00:44:49 ========================================================= 00:44:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:44:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:44:49 + 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 . 00:44:50 Sending build context to Docker daemon 2.451MB 00:44:50 Step 1/7 : ARG BASE=golang:1.15-alpine 00:44:50 Step 2/7 : FROM ${BASE} 00:44:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:44:50 188c0c94c7c5: Pulling fs layer 00:44:50 0ef7d3d256c8: Pulling fs layer 00:44:50 de9db76c5a1d: Pulling fs layer 00:44:50 bca2f99d35d6: Pulling fs layer 00:44:50 93359f2a8cfa: Pulling fs layer 00:44:50 7c6f9722023f: Pulling fs layer 00:44:50 a35cf1a2eb13: Pulling fs layer 00:44:50 93359f2a8cfa: Waiting 00:44:50 7c6f9722023f: Waiting 00:44:50 a35cf1a2eb13: Waiting 00:44:50 bca2f99d35d6: Waiting 00:44:50 de9db76c5a1d: Verifying Checksum 00:44:50 de9db76c5a1d: Download complete 00:44:50 0ef7d3d256c8: Download complete 00:44:50 93359f2a8cfa: Download complete 00:44:50 7c6f9722023f: Verifying Checksum 00:44:50 7c6f9722023f: Download complete 00:44:50 188c0c94c7c5: Download complete 00:44:50 188c0c94c7c5: Pull complete 00:44:51 0ef7d3d256c8: Pull complete 00:44:51 de9db76c5a1d: Pull complete 00:44:52 a35cf1a2eb13: Verifying Checksum 00:44:52 a35cf1a2eb13: Download complete 00:44:53 bca2f99d35d6: Verifying Checksum 00:44:53 bca2f99d35d6: Download complete 00:44:58 bca2f99d35d6: Pull complete 00:44:58 93359f2a8cfa: Pull complete 00:44:58 7c6f9722023f: Pull complete 00:45:05 a35cf1a2eb13: Pull complete 00:45:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:45:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:45:05 ---> a62c8e92a672 00:45:05 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:45:05 ---> Running in e3a8c2d0e3bf 00:45:06 Removing intermediate container e3a8c2d0e3bf 00:45:06 ---> add2a09d6b9a 00:45:06 Step 4/7 : RUN apk add bash 00:45:06 ---> Running in 895e6d0515fb 00:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:08 OK: 166 MiB in 39 packages 00:45:08 Removing intermediate container 895e6d0515fb 00:45:08 ---> 7b45ea4a10b6 00:45:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:45:08 ---> Running in ac86e76dac83 00:45:09 Removing intermediate container ac86e76dac83 00:45:09 ---> 8d10fb96ef1d 00:45:09 Step 6/7 : COPY go.mod . 00:45:09 ---> d4642a618910 00:45:09 Step 7/7 : RUN go mod download 00:45:09 ---> Running in 6207e2f9118e 00:45:21 Removing intermediate container 6207e2f9118e 00:45:21 ---> b510ed1581e9 00:45:21 Successfully built b510ed1581e9 00:45:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:45:22 + docker inspect -f . ci-base-image-x86_64 00:45:22 . [Pipeline] withDockerContainer 00:45:22 prd-centos7-docker-4c-2g-23855 does not seem to be running inside a container 00:45:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:45:22 $ docker top 5b9aa383e7b5a1f0e55b466f68e5a1fe8c42a6fd4bb9f1cdde3a7d8057290f5e -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:23 + go version 00:45:23 go version go1.15.5 linux/amd64 [Pipeline] } 00:45:23 $ docker stop --time=1 5b9aa383e7b5a1f0e55b466f68e5a1fe8c42a6fd4bb9f1cdde3a7d8057290f5e 00:45:24 $ docker rm -f 5b9aa383e7b5a1f0e55b466f68e5a1fe8c42a6fd4bb9f1cdde3a7d8057290f5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:25 + docker inspect -f . ci-base-image-x86_64 00:45:25 . [Pipeline] withDockerContainer 00:45:25 prd-centos7-docker-4c-2g-23855 does not seem to be running inside a container 00:45:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:45:26 $ docker top 7cf8ebc2a0724732de57a61b706b16b11886284a5ddbda85e5733e161b2e7966 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:27 + make test 00:45:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:45:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors 00:45:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 00:45:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 00:45:27 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 00:45:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:45:27 go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:45:27 go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:45:27 go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:45:27 go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 00:45:28 clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: 00:45:28 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) 00:45:28 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) 00:45:28 clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: 00:45:28 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) 00:45:28 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) 00:45:28 clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: 00:45:28 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) 00:45:28 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) 00:45:28 clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: 00:45:28 github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) 00:45:28 github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) 00:45:28 make: *** [Makefile:6: test] Error 1 [Pipeline] } 00:45:28 $ docker stop --time=1 7cf8ebc2a0724732de57a61b706b16b11886284a5ddbda85e5733e161b2e7966 00:45:30 $ docker rm -f 7cf8ebc2a0724732de57a61b706b16b11886284a5ddbda85e5733e161b2e7966 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:45:31 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:45:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:45:35 ---> package-listing.sh 00:45:35 ++ facter osfamily 00:45:35 ++ tr '[:upper:]' '[:lower:]' 00:45:35 + OS_FAMILY=redhat 00:45:35 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-427 00:45:35 + START_PACKAGES=/tmp/packages_start.txt 00:45:35 + END_PACKAGES=/tmp/packages_end.txt 00:45:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:45:35 + PACKAGES=/tmp/packages_start.txt 00:45:35 + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' 00:45:35 + PACKAGES=/tmp/packages_end.txt 00:45:35 + case "${OS_FAMILY}" in 00:45:35 + rpm -qa 00:45:35 + sort 00:45:40 + '[' -f /tmp/packages_start.txt ']' 00:45:40 + '[' -f /tmp/packages_end.txt ']' 00:45:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:45:40 + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' 00:45:40 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ 00:45:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ [Pipeline] echo 00:45: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-427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:45:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:45:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:40 00:45:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:45:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:41 alpine: Pulling from edgex-lftools-log-publisher 00:45:41 df20fa9351a1: Pulling fs layer 00:45:41 36b3adc4ff6f: Pulling fs layer 00:45:41 8ad3a11d3b57: Pulling fs layer 00:45:41 46f8f816bc3b: Pulling fs layer 00:45:41 93b61091891f: Pulling fs layer 00:45:41 93b9cdb0e59b: Pulling fs layer 00:45:41 5e14af77c1be: Pulling fs layer 00:45:41 01666e4c0597: Pulling fs layer 00:45:41 aa168da1d23b: Pulling fs layer 00:45:41 93b61091891f: Waiting 00:45:41 93b9cdb0e59b: Waiting 00:45:41 5e14af77c1be: Waiting 00:45:41 01666e4c0597: Waiting 00:45:41 aa168da1d23b: Waiting 00:45:41 46f8f816bc3b: Waiting 00:45:41 36b3adc4ff6f: Download complete 00:45:41 46f8f816bc3b: Verifying Checksum 00:45:41 46f8f816bc3b: Download complete 00:45:41 df20fa9351a1: Verifying Checksum 00:45:41 df20fa9351a1: Download complete 00:45:41 93b9cdb0e59b: Verifying Checksum 00:45:41 93b9cdb0e59b: Download complete 00:45:41 5e14af77c1be: Verifying Checksum 00:45:41 5e14af77c1be: Download complete 00:45:41 01666e4c0597: Verifying Checksum 00:45:41 01666e4c0597: Download complete 00:45:41 93b61091891f: Verifying Checksum 00:45:41 93b61091891f: Download complete 00:45:41 df20fa9351a1: Pull complete 00:45:41 8ad3a11d3b57: Verifying Checksum 00:45:41 8ad3a11d3b57: Download complete 00:45:42 36b3adc4ff6f: Pull complete 00:45:43 8ad3a11d3b57: Pull complete 00:45:43 46f8f816bc3b: Pull complete 00:45:43 aa168da1d23b: Verifying Checksum 00:45:43 aa168da1d23b: Download complete 00:45:43 93b61091891f: Pull complete 00:45:44 93b9cdb0e59b: Pull complete 00:45:44 5e14af77c1be: Pull complete 00:45:44 01666e4c0597: Pull complete 00:45:51 aa168da1d23b: Pull complete 00:45:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:45:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:45:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:45:51 prd-centos7-docker-4c-2g-23839 does not seem to be running inside a container 00:45:51 $ 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-427/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-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:45:58 $ docker top 26915d1e11bb8176cfac9fdb78d87b5878940314bce4d863b59f99f89ec4d1a8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:59 + touch /tmp/pre-build-complete [Pipeline] sh 00:45:59 + mkdir -p /var/log/sa [Pipeline] sh 00:46:00 + ls /var/log/sa-host 00:46:00 + sadf -c /var/log/sa-host/sa23 00:46:00 file_magic: OK 00:46:00 HZ: Using current value: 100 00:46:00 file_header: OK 00:46:00 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 00:46:00 Statistics: 00:46:00 Hnuu...uuuununununu... 00:46:00 File successfully converted to sysstat format version 12.2.1 00:46:00 + sadf -c /var/log/sa-host/sa29 00:46:00 file_magic: OK 00:46:00 HZ: Using current value: 100 00:46:00 file_header: OK 00:46:00 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 00:46:00 Statistics: 00:46:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:46:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:46:00 provisioning config files... 00:46:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config1637244012141402017tmp [Pipeline] { [Pipeline] echo 00:46:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:46:00 ---> create-netrc.sh [Pipeline] } 00:46:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:46:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:46:01 ---> python-tools-install.sh [Pipeline] echo 00:46:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:46:01 ---> sudo-logs.sh 00:46:01 Archiving 'sudo' log.. [Pipeline] echo 00:46:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:46:01 ---> job-cost.sh 00:46:01 lf-activate-venv: SKIPPING 00:46:01 INFO: No Stack... 00:46:02 INFO: Retrieving Pricing Info for: v1-standard-2 00:46:03 INFO: Archiving Costs [Pipeline] echo 00:46:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:46:03 ---> logs-deploy.sh 00:46:03 lf-activate-venv: SKIPPING 00:46:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-427/11 00:46:03 INFO: archiving workspace using pattern(s): 00:46:05 Archives upload complete. 00:46:05 INFO: archiving logs to Nexus 00:46:06 ---> uname -a: 00:46:06 Linux prd-centos7-docker-4c-2g-23839.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:46:06 00:46:06 00:46:06 ---> lscpu: 00:46:06 Architecture: x86_64 00:46:06 CPU op-mode(s): 32-bit, 64-bit 00:46:06 Byte Order: Little Endian 00:46:06 Address sizes: 40 bits physical, 48 bits virtual 00:46:06 CPU(s): 4 00:46:06 On-line CPU(s) list: 0-3 00:46:06 Thread(s) per core: 1 00:46:06 Core(s) per socket: 1 00:46:06 Socket(s): 4 00:46:06 NUMA node(s): 1 00:46:06 Vendor ID: GenuineIntel 00:46:06 CPU family: 6 00:46:06 Model: 44 00:46:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:46:06 Stepping: 1 00:46:06 CPU MHz: 2933.438 00:46:06 BogoMIPS: 5866.87 00:46:06 Virtualization: VT-x 00:46:06 Hypervisor vendor: KVM 00:46:06 Virtualization type: full 00:46:06 L1d cache: 128 KiB 00:46:06 L1i cache: 128 KiB 00:46:06 L2 cache: 16 MiB 00:46:06 L3 cache: 64 MiB 00:46:06 NUMA node0 CPU(s): 0-3 00:46:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:46:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:46:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:46:06 Vulnerability Meltdown: Mitigation; PTI 00:46:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:46:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:46:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:46:06 Vulnerability Srbds: Not affected 00:46:06 Vulnerability Tsx async abort: Not affected 00:46:06 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 00:46:06 00:46:06 00:46:06 ---> nproc: 00:46:06 4 00:46:06 00:46:06 00:46:06 ---> df -h: 00:46:06 Filesystem Size Used Available Use% Mounted on 00:46:06 overlay 50.0G 7.3G 42.7G 15% / 00:46:06 tmpfs 64.0M 0 64.0M 0% /dev 00:46:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:46:06 shm 64.0M 0 64.0M 0% /dev/shm 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-427@tmp 00:46:06 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 00:46:06 00:46:06 00:46:06 ---> free -m: 00:46:06 total used free shared buff/cache available 00:46:06 Mem: 1837 690 84 0 1063 1043 00:46:06 Swap: 1023 0 1023 00:46:06 00:46:06 00:46:06 ---> ip addr: 00:46:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:46:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:46:06 inet 127.0.0.1/8 scope host lo 00:46:06 valid_lft forever preferred_lft forever 00:46:06 inet6 ::1/128 scope host 00:46:06 valid_lft forever preferred_lft forever 00:46:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:46:06 link/ether fa:16:3e:85:18:0f brd ff:ff:ff:ff:ff:ff 00:46:06 inet 10.30.122.46/23 brd 10.30.123.255 scope global dynamic eth0 00:46:06 valid_lft 85526sec preferred_lft 85526sec 00:46:06 inet6 fe80::f816:3eff:fe85:180f/64 scope link 00:46:06 valid_lft forever preferred_lft forever 00:46:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:46:06 link/ether 02:42:a8:be:fa:96 brd ff:ff:ff:ff:ff:ff 00:46:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:46:06 valid_lft forever preferred_lft forever 00:46:06 inet6 fe80::42:a8ff:febe:fa96/64 scope link 00:46:06 valid_lft forever preferred_lft forever 00:46:06 00:46:06 00:46:06 ---> sar -b -r -n DEV: 00:46:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 00:46:06 00:46:06 00:31:20 LINUX RESTART (4 CPU) 00:46:06 00:46:06 00:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:46:06 00:33:01 2.71 0.00 2.71 0.00 0.00 628.34 0.00 00:46:06 00:34:01 1.71 0.62 1.10 0.00 84.85 17.67 0.00 00:46:06 00:35:01 0.32 0.00 0.32 0.00 0.00 3.76 0.00 00:46:06 00:36:01 0.22 0.00 0.22 0.00 0.00 3.23 0.00 00:46:06 00:37:01 0.15 0.00 0.15 0.00 0.00 2.21 0.00 00:46:06 00:38:01 0.30 0.00 0.30 0.00 0.00 4.56 0.00 00:46:06 00:39:01 49.03 12.25 36.77 0.00 4320.69 2717.01 0.00 00:46:06 00:40:01 1.87 0.00 1.87 0.00 0.00 33.36 0.00 00:46:06 00:41:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 00:46:06 00:42:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 00:46:06 00:43:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 00:46:06 00:44:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 00:46:06 00:45:01 0.32 0.00 0.32 0.00 0.00 4.63 0.00 00:46:06 Average: 4.43 0.99 3.44 0.00 339.42 263.11 0.00 00:46:06 00:46:06 00:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:46:06 00:33:01 83652 0 477640 25.39 2620 1317632 956684 32.65 300812 1300408 8 00:46:06 00:34:01 85760 0 472976 25.14 2620 1320188 945720 32.28 298948 1301220 8 00:46:06 00:35:01 84824 0 473908 25.19 2620 1320192 945852 32.28 299752 1301220 8 00:46:06 00:36:01 84388 0 474340 25.21 2620 1320196 954096 32.56 298316 1303100 8 00:46:06 00:37:01 83800 0 474924 25.24 2620 1320200 954220 32.57 298664 1303100 8 00:46:06 00:38:01 84308 0 474412 25.21 2620 1320204 954124 32.56 297988 1303148 20 00:46:06 00:39:01 152140 0 560420 29.79 2620 1166364 1113504 38.00 371708 1155436 140 00:46:06 00:40:01 156484 0 556072 29.55 2620 1166368 1081996 36.93 369964 1154596 20 00:46:06 00:41:01 155732 0 556816 29.59 2620 1166376 1076856 36.75 379824 1145204 8 00:46:06 00:42:01 155496 0 557048 29.61 2620 1166380 1076976 36.76 380604 1145204 12 00:46:06 00:43:01 155300 0 557244 29.62 2620 1166380 1077012 36.76 377760 1148268 20 00:46:06 00:44:01 155096 0 557440 29.63 2620 1166388 1077000 36.76 377736 1148268 16 00:46:06 00:45:01 155400 0 557128 29.61 2620 1166396 1077000 36.76 377692 1148268 12 00:46:06 Average: 122491 0 519259 27.60 2620 1237174 1022388 34.89 340751 1219803 22 00:46:06 00:46:06 00:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:46:06 00:33:01 eth0 4.18 2.47 3.25 2.59 0.00 0.00 0.00 0.00 00:46:06 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:34:01 eth0 0.93 0.03 0.07 0.00 0.00 0.00 0.00 0.00 00:46:06 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:35:01 eth0 2.70 0.35 0.50 0.20 0.00 0.00 0.00 0.00 00:46:06 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:36:01 eth0 2.83 0.53 0.69 0.39 0.00 0.00 0.00 0.00 00:46:06 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:37:01 eth0 1.42 0.68 0.67 0.43 0.00 0.00 0.00 0.00 00:46:06 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:38:01 eth0 0.63 0.33 0.33 0.23 0.00 0.00 0.00 0.00 00:46:06 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:39:01 eth0 310.17 195.56 710.28 66.87 0.00 0.00 0.00 0.00 00:46:06 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:39:01 docker0 9.67 7.59 1.76 17.29 0.00 0.00 0.00 0.00 00:46:06 00:40:01 eth0 1.40 0.60 0.93 0.04 0.00 0.00 0.00 0.00 00:46:06 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:41:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:46:06 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:42:01 eth0 1.85 0.42 0.51 0.26 0.00 0.00 0.00 0.00 00:46:06 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:43:01 eth0 1.95 0.83 0.85 0.56 0.00 0.00 0.00 0.00 00:46:06 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:44:01 eth0 2.72 0.67 0.73 0.43 0.00 0.00 0.00 0.00 00:46:06 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:45:01 eth0 3.55 0.98 1.26 0.75 0.00 0.00 0.00 0.00 00:46:06 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 Average: eth0 25.80 15.68 55.48 5.60 0.00 0.00 0.00 0.00 00:46:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:46:06 Average: docker0 0.75 0.58 0.14 1.33 0.00 0.00 0.00 0.00 00:46:06 00:46:06 00:46:06 ---> sar -P ALL: 00:46:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 00:46:06 00:46:06 00:31:20 LINUX RESTART (4 CPU) 00:46:06 00:46:06 00:32:02 CPU %user %nice %system %iowait %steal %idle 00:46:06 00:33:01 all 0.44 0.00 0.08 0.00 0.00 99.48 00:46:06 00:33:01 0 0.20 0.00 0.08 0.00 0.00 99.71 00:46:06 00:33:01 1 0.47 0.00 0.08 0.00 0.00 99.44 00:46:06 00:33:01 2 0.54 0.00 0.08 0.00 0.00 99.37 00:46:06 00:33:01 3 0.54 0.00 0.07 0.00 0.00 99.39 00:46:06 00:34:01 all 0.18 0.00 0.04 0.00 0.01 99.76 00:46:06 00:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:46:06 00:34:01 1 0.55 0.00 0.03 0.00 0.02 99.40 00:46:06 00:34:01 2 0.08 0.00 0.02 0.00 0.02 99.88 00:46:06 00:34:01 3 0.07 0.00 0.08 0.00 0.02 99.83 00:46:06 00:35:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:46:06 00:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:46:06 00:35:01 1 0.45 0.00 0.05 0.00 0.00 99.50 00:46:06 00:35:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:46:06 00:35:01 3 0.08 0.00 0.03 0.00 0.00 99.88 00:46:06 00:36:01 all 0.10 0.00 0.04 0.00 0.00 99.85 00:46:06 00:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:46:06 00:36:01 1 0.27 0.00 0.07 0.00 0.00 99.67 00:46:06 00:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:46:06 00:36:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:46:06 00:37:01 all 0.20 0.00 0.03 0.00 0.00 99.76 00:46:06 00:37:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:46:06 00:37:01 1 0.63 0.00 0.02 0.00 0.00 99.35 00:46:06 00:37:01 2 0.08 0.00 0.03 0.00 0.00 99.88 00:46:06 00:37:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:46:06 00:38:01 all 0.17 0.00 0.03 0.00 0.00 99.79 00:46:06 00:38:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:46:06 00:38:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:46:06 00:38:01 2 0.08 0.00 0.05 0.00 0.02 99.85 00:46:06 00:38:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:46:06 00:39:01 all 7.02 0.00 2.82 1.46 0.05 88.65 00:46:06 00:39:01 0 6.00 0.00 3.15 1.89 0.05 88.91 00:46:06 00:39:01 1 7.67 0.00 2.29 0.79 0.07 89.18 00:46:06 00:39:01 2 7.39 0.00 2.98 2.44 0.05 87.14 00:46:06 00:39:01 3 7.01 0.00 2.87 0.71 0.05 89.36 00:46:06 00:40:01 all 0.18 0.00 0.05 0.00 0.01 99.76 00:46:06 00:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:46:06 00:40:01 1 0.30 0.00 0.08 0.00 0.00 99.62 00:46:06 00:40:01 2 0.07 0.00 0.05 0.00 0.02 99.87 00:46:06 00:40:01 3 0.30 0.00 0.05 0.00 0.02 99.63 00:46:06 00:41:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:46:06 00:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:46:06 00:41:01 1 0.52 0.00 0.13 0.00 0.00 99.35 00:46:06 00:41:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:46:06 00:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:46:06 00:42:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:46:06 00:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:46:06 00:42:01 1 0.52 0.00 0.05 0.00 0.00 99.43 00:46:06 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:46:06 00:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:46:06 00:43:01 all 0.16 0.00 0.10 0.00 0.01 99.72 00:46:06 00:43:01 0 0.07 0.00 0.07 0.00 0.02 99.85 00:46:06 00:43:01 1 0.35 0.00 0.12 0.00 0.02 99.52 00:46:06 00:43:01 2 0.15 0.00 0.12 0.00 0.02 99.72 00:46:06 00:43:01 3 0.08 0.00 0.12 0.00 0.00 99.80 00:46:06 00:46:06 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:46:06 00:44:01 all 0.03 0.00 0.03 0.00 0.00 99.93 00:46:06 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:46:06 00:44:01 1 0.05 0.00 0.05 0.00 0.02 99.88 00:46:06 00:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:46:06 00:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:46:06 00:45:01 all 0.17 0.00 0.04 0.00 0.00 99.78 00:46:06 00:45:01 0 0.08 0.00 0.05 0.00 0.00 99.87 00:46:06 00:45:01 1 0.52 0.00 0.05 0.00 0.00 99.43 00:46:06 00:45:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:46:06 00:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:46:06 Average: all 0.70 0.00 0.26 0.11 0.01 98.92 00:46:06 Average: 0 0.51 0.00 0.27 0.14 0.01 99.06 00:46:06 Average: 1 0.98 0.00 0.23 0.06 0.01 98.71 00:46:06 Average: 2 0.67 0.00 0.27 0.19 0.01 98.87 00:46:06 Average: 3 0.63 0.00 0.26 0.05 0.01 99.04 00:46:06 00:46:06 00:46:06