Pull request #113 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e967a64309c0e2cb3350f2bf474ae23a7ac19821+109da98df7a9610fad8d8361345958217796e116 (1fcf46e421ab7525d49054168b250bff0949cad4) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11433982017477995232.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6508733664366943735.key Verifying host key using known hosts file > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-113/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-113/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11483577745096184499.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-113/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8367749082760845906.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6646849880071312524.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-113/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/PR-113/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9908004517256966601.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-registry, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-registry-settings PROJECT: go-mod-registry USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-registry DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-119620 in /w/workspace/exfoundry_go-mod-registry_PR-113 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-registry.git > git init /w/workspace/exfoundry_go-mod-registry_PR-113 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/113/head:refs/remotes/origin/PR-113 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 109da98df7a9610fad8d8361345958217796e116 into PR head commit e967a64309c0e2cb3350f2bf474ae23a7ac19821 Merge succeeded, producing e967a64309c0e2cb3350f2bf474ae23a7ac19821 Checking out Revision e967a64309c0e2cb3350f2bf474ae23a7ac19821 (PR-113) Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.15.3 to 1.16.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:03:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:03:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git config core.sparsecheckout # timeout=10 > git checkout -f e967a64309c0e2cb3350f2bf474ae23a7ac19821 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 109da98df7a9610fad8d8361345958217796e116 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e967a64309c0e2cb3350f2bf474ae23a7ac19821 # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:03:25 ========================================================= 15:03:25 EdgeX Global Pipelines Version Info 15:03:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:03:26 ------------------- 15:03:26 stable info: 15:03:26 ------------------- 15:03:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:03:26 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:03:26 Message: update stable to v1.0.244 15:03:26 ------------------- 15:03:26 experimental info: 15:03:26 ------------------- 15:03:26 Commited By: **** collab-it+edgex@linuxfoundation.org 15:03:26 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:03:26 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-registry [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:03:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-113 [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-113 [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-113 [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e967a64309c0e2cb3350f2bf474ae23a7ac19821 [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e967a64 [Pipeline] echo 15:03:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:03:29 + git rev-list -1 --merges e967a64309c0e2cb3350f2bf474ae23a7ac19821~1..e967a64309c0e2cb3350f2bf474ae23a7ac19821 [Pipeline] echo 15:03:29 -----------> git rev-list -1 --merges e967a64309c0e2cb3350f2bf474ae23a7ac19821~1..e967a64309c0e2cb3350f2bf474ae23a7ac19821 e967a64309c0e2cb3350f2bf474ae23a7ac19821 [false] [Pipeline] sh 15:03:29 + git log --format=format:%s -1 e967a64309c0e2cb3350f2bf474ae23a7ac19821 [Pipeline] echo 15:03:29 ========================================================= 15:03:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:03:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:03:30 + git log --format=format:%s -1 e967a64309c0e2cb3350f2bf474ae23a7ac19821 [Pipeline] echo 15:03:30 [semverPrep] GIT_COMMIT: e967a64309c0e2cb3350f2bf474ae23a7ac19821, Commit Message: build(deps): Bump github.com/hashicorp/consul/api from 1.15.3 to 1.16.0 [Pipeline] echo 15:03:30 [semverPrep] This is not a build commit. [Pipeline] sh 15:03:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:03:30 + grep -v github /etc/ssh/ssh_known_hosts 15:03:30 + [ -e /tmp/ssh_known_hosts ] 15:03:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:03:30 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 15:03:30 -a /etc/ssh/ssh_known_hosts 15:03:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:03:31 15:03:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:03:31 0.1.4: Pulling from edgex-devops/py-git-semver 15:03:31 b85a868b505f: Pulling fs layer 15:03:31 e2be974225ed: Pulling fs layer 15:03:31 339a4e72a1f5: Pulling fs layer 15:03:31 988bab9f4d93: Pulling fs layer 15:03:31 1469e6f7b9e6: Pulling fs layer 15:03:31 eaf3925da568: Pulling fs layer 15:03:31 bab4dde63d76: Pulling fs layer 15:03:31 bde34c3a00c8: Pulling fs layer 15:03:31 b352a97aabf1: Pulling fs layer 15:03:31 4872d77fe225: Pulling fs layer 15:03:31 5851b861e8e6: Pulling fs layer 15:03:31 988bab9f4d93: Waiting 15:03:31 1469e6f7b9e6: Waiting 15:03:31 eaf3925da568: Waiting 15:03:31 bab4dde63d76: Waiting 15:03:31 bde34c3a00c8: Waiting 15:03:31 b352a97aabf1: Waiting 15:03:31 4872d77fe225: Waiting 15:03:31 5851b861e8e6: Waiting 15:03:31 e2be974225ed: Verifying Checksum 15:03:31 e2be974225ed: Download complete 15:03:31 988bab9f4d93: Download complete 15:03:31 1469e6f7b9e6: Verifying Checksum 15:03:31 1469e6f7b9e6: Download complete 15:03:31 eaf3925da568: Download complete 15:03:32 339a4e72a1f5: Verifying Checksum 15:03:32 339a4e72a1f5: Download complete 15:03:32 bde34c3a00c8: Download complete 15:03:32 b352a97aabf1: Verifying Checksum 15:03:32 b352a97aabf1: Download complete 15:03:32 4872d77fe225: Verifying Checksum 15:03:32 4872d77fe225: Download complete 15:03:32 5851b861e8e6: Verifying Checksum 15:03:32 5851b861e8e6: Download complete 15:03:32 b85a868b505f: Verifying Checksum 15:03:32 b85a868b505f: Download complete 15:03:32 bab4dde63d76: Verifying Checksum 15:03:32 bab4dde63d76: Download complete 15:03:33 b85a868b505f: Pull complete 15:03:33 e2be974225ed: Pull complete 15:03:34 339a4e72a1f5: Pull complete 15:03:34 988bab9f4d93: Pull complete 15:03:34 1469e6f7b9e6: Pull complete 15:03:34 eaf3925da568: Pull complete 15:03:36 bab4dde63d76: Pull complete 15:03:36 bde34c3a00c8: Pull complete 15:03:36 b352a97aabf1: Pull complete 15:03:36 4872d77fe225: Pull complete 15:03:36 5851b861e8e6: Pull complete 15:03:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:03:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:03:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:03:37 prd-ubuntu20.04-docker-8c-8g-119620 does not seem to be running inside a container 15:03:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_PR-113 -v /w/workspace/exfoundry_go-mod-registry_PR-113:/w/workspace/exfoundry_go-mod-registry_PR-113:rw,z -v /w/workspace/exfoundry_go-mod-registry_PR-113@tmp:/w/workspace/exfoundry_go-mod-registry_PR-113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:03:38 $ docker top 5f5149a5ef680f9066a1d5518fa175b55f6786ec60d064b29cb9a53d77f5219c -eo pid,comm 15:03:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:03:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:03:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:03:39 [ssh-agent] Looking for ssh-agent implementation... 15:03:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:03:39 $ docker exec 5f5149a5ef680f9066a1d5518fa175b55f6786ec60d064b29cb9a53d77f5219c ssh-agent 15:03:39 SSH_AUTH_SOCK=/tmp/ssh-M233UIMjQNQ4/agent.32 15:03:39 SSH_AGENT_PID=38 15:03:39 Running ssh-add (command line suppressed) 15:03:39 Identity added: /w/workspace/exfoundry_go-mod-registry_PR-113@tmp/private_key_90842388340764513.key (/w/workspace/exfoundry_go-mod-registry_PR-113@tmp/private_key_90842388340764513.key) 15:03:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:03:39 + git tag --points-at HEAD [Pipeline] } 15:03:39 $ docker exec --env ******** --env ******** 5f5149a5ef680f9066a1d5518fa175b55f6786ec60d064b29cb9a53d77f5219c ssh-agent -k 15:03:39 unset SSH_AUTH_SOCK; 15:03:39 unset SSH_AGENT_PID; 15:03:39 echo Agent pid 38 killed; 15:03:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:03:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:03:39 [ssh-agent] Looking for ssh-agent implementation... 15:03:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:03:40 $ docker exec 5f5149a5ef680f9066a1d5518fa175b55f6786ec60d064b29cb9a53d77f5219c ssh-agent 15:03:40 SSH_AUTH_SOCK=/tmp/ssh-tDNzQkje5CO1/agent.70 15:03:40 SSH_AGENT_PID=76 15:03:40 Running ssh-add (command line suppressed) 15:03:40 Identity added: /w/workspace/exfoundry_go-mod-registry_PR-113@tmp/private_key_2397483116476301792.key (/w/workspace/exfoundry_go-mod-registry_PR-113@tmp/private_key_2397483116476301792.key) 15:03:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:03:40 + git semver init 15:03:40 2022-11-21 15:03:40,831 [run_init] DEBUG init version:0.0.0 force:False 15:03:40 2022-11-21 15:03:40,831 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_go-mod-registry_PR-113/.semver 15:03:40 2022-11-21 15:03:40,832 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-registry.git /w/workspace/exfoundry_go-mod-registry_PR-113/.semver 15:03:40 2022-11-21 15:03:40,832 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-registry.git', '/w/workspace/exfoundry_go-mod-registry_PR-113/.semver'], cwd=/w/workspace/exfoundry_go-mod-registry_PR-113, universal_newlines=False, shell=None, istream=None) 15:03:41 2022-11-21 15:03:41,598 [append_file] DEBUG append to file:/w/workspace/exfoundry_go-mod-registry_PR-113/.git/info/exclude 15:03:41 2022-11-21 15:03:41,598 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_go-mod-registry_PR-113/.semver/PR-113 with force:False 15:03:41 2022-11-21 15:03:41,598 [write_file] DEBUG write to file:/w/workspace/exfoundry_go-mod-registry_PR-113/.semver/PR-113 15:03:41 2022-11-21 15:03:41,602 [execute] INFO git cat-file --batch-check 15:03:41 2022-11-21 15:03:41,603 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_go-mod-registry_PR-113/.semver, universal_newlines=False, shell=None, istream=) 15:03:41 2022-11-21 15:03:41,609 [execute] INFO git cat-file --batch 15:03:41 2022-11-21 15:03:41,609 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_go-mod-registry_PR-113/.semver, universal_newlines=False, shell=None, istream=) 15:03:41 2022-11-21 15:03:41,616 [read_version] DEBUG read version from /w/workspace/exfoundry_go-mod-registry_PR-113/.semver/PR-113 15:03:41 0.0.0 [Pipeline] } 15:03:41 $ docker exec --env ******** --env ******** 5f5149a5ef680f9066a1d5518fa175b55f6786ec60d064b29cb9a53d77f5219c ssh-agent -k 15:03:42 unset SSH_AUTH_SOCK; 15:03:42 unset SSH_AGENT_PID; 15:03:42 echo Agent pid 76 killed; 15:03:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:03:42 + git semver [Pipeline] } 15:03:42 $ docker stop --time=1 5f5149a5ef680f9066a1d5518fa175b55f6786ec60d064b29cb9a53d77f5219c 15:03:44 $ docker rm -f 5f5149a5ef680f9066a1d5518fa175b55f6786ec60d064b29cb9a53d77f5219c [Pipeline] // withDockerContainer [Pipeline] sh 15:03:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:03:44 Stashed 1 file(s) [Pipeline] echo 15:03:44 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:03:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:03:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:03:45 ========================================================= 15:03:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:03:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:03:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:03:45 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:03:45 213ec9aee27d: Pulling fs layer 15:03:45 4583459ba037: Pulling fs layer 15:03:45 93c1e223e6f2: Pulling fs layer 15:03:45 53926ce57604: Pulling fs layer 15:03:45 21b2b0c7a3f4: Pulling fs layer 15:03:45 22ff95d597cd: Pulling fs layer 15:03:45 12d6caf4c0d1: Pulling fs layer 15:03:45 96b7cbca73a9: Pulling fs layer 15:03:45 a7acece74701: Pulling fs layer 15:03:45 21b2b0c7a3f4: Waiting 15:03:45 22ff95d597cd: Waiting 15:03:45 12d6caf4c0d1: Waiting 15:03:45 96b7cbca73a9: Waiting 15:03:45 a7acece74701: Waiting 15:03:45 53926ce57604: Waiting 15:03:45 93c1e223e6f2: Verifying Checksum 15:03:45 4583459ba037: Verifying Checksum 15:03:45 4583459ba037: Download complete 15:03:45 21b2b0c7a3f4: Verifying Checksum 15:03:45 21b2b0c7a3f4: Download complete 15:03:45 22ff95d597cd: Verifying Checksum 15:03:45 22ff95d597cd: Download complete 15:03:45 213ec9aee27d: Download complete 15:03:45 12d6caf4c0d1: Verifying Checksum 15:03:45 12d6caf4c0d1: Download complete 15:03:46 213ec9aee27d: Pull complete 15:03:46 4583459ba037: Pull complete 15:03:46 93c1e223e6f2: Pull complete 15:03:46 a7acece74701: Verifying Checksum 15:03:46 96b7cbca73a9: Verifying Checksum 15:03:46 96b7cbca73a9: Download complete 15:03:46 53926ce57604: Download complete 15:03:50 53926ce57604: Pull complete 15:03:50 21b2b0c7a3f4: Pull complete 15:03:50 22ff95d597cd: Pull complete 15:03:50 12d6caf4c0d1: Pull complete 15:03:53 96b7cbca73a9: Pull complete 15:03:53 a7acece74701: Pull complete 15:03:53 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:03:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:03:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 15:03:54 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:54 + docker inspect -f . ci-base-image-x86_64 15:03:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:03:54 prd-ubuntu20.04-docker-8c-8g-119620 does not seem to be running inside a container 15:03:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_PR-113 -v /w/workspace/exfoundry_go-mod-registry_PR-113:/w/workspace/exfoundry_go-mod-registry_PR-113:rw,z -v /w/workspace/exfoundry_go-mod-registry_PR-113@tmp:/w/workspace/exfoundry_go-mod-registry_PR-113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:03:56 $ docker top 1f66bdb5bb500cbe5790f909ad2ed269819249e957559fb44b0fe6aef64cf513 -eo pid,comm [Pipeline] { [Pipeline] sh 15:03:57 + go version 15:03:57 go version go1.18.7 linux/amd64 [Pipeline] } 15:03:57 $ docker stop --time=1 1f66bdb5bb500cbe5790f909ad2ed269819249e957559fb44b0fe6aef64cf513 15:03:58 $ docker rm -f 1f66bdb5bb500cbe5790f909ad2ed269819249e957559fb44b0fe6aef64cf513 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:03:59 + docker inspect -f . ci-base-image-x86_64 15:03:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:03:59 prd-ubuntu20.04-docker-8c-8g-119620 does not seem to be running inside a container 15:03:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_go-mod-registry_PR-113 -v /w/workspace/exfoundry_go-mod-registry_PR-113:/w/workspace/exfoundry_go-mod-registry_PR-113:rw,z -v /w/workspace/exfoundry_go-mod-registry_PR-113@tmp:/w/workspace/exfoundry_go-mod-registry_PR-113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:03:59 $ docker top 453be85f875704da9eb9e4c209ccfc530b48eee1863c17ec0936fa10144a1a64 -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:00 Still waiting to schedule task 15:04:00 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:04:00 + git config --global --add safe.directory /w/workspace/exfoundry_go-mod-registry_PR-113 [Pipeline] fileExists [Pipeline] sh 15:04:00 + make test 15:04:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:04:00 go: downloading github.com/stretchr/testify v1.8.0 15:04:00 go: downloading github.com/hashicorp/consul/api v1.16.0 15:04:00 go: downloading github.com/stretchr/objx v0.4.0 15:04:00 go: downloading github.com/pmezard/go-difflib v1.0.0 15:04:00 go: downloading github.com/davecgh/go-spew v1.1.1 15:04:00 go: downloading gopkg.in/yaml.v3 v3.0.1 15:04:00 go: downloading github.com/hashicorp/serf v0.10.1 15:04:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:04:00 go: downloading github.com/hashicorp/go-hclog v0.14.1 15:04:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:04:00 go: downloading github.com/mitchellh/mapstructure v1.4.1 15:04:00 go: downloading github.com/mattn/go-isatty v0.0.12 15:04:00 go: downloading github.com/fatih/color v1.9.0 15:04:00 go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 15:04:00 go: downloading github.com/mattn/go-colorable v0.1.6 15:04:00 go: downloading github.com/armon/go-metrics v0.3.10 15:04:00 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 15:04:00 go: downloading github.com/hashicorp/golang-lru v0.5.4 15:04:09 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.033s coverage: 89.4% of statements 15:04:09 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 15:04:09 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.005s coverage: 85.7% of statements 15:04:09 ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] 15:04:15 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 15:04:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:04:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:04:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 15:04:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:04:16 $ docker stop --time=1 453be85f875704da9eb9e4c209ccfc530b48eee1863c17ec0936fa10144a1a64 15:04:18 $ docker rm -f 453be85f875704da9eb9e4c209ccfc530b48eee1863c17ec0936fa10144a1a64 [Pipeline] // withDockerContainer [Pipeline] sh 15:04:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:04:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:04:19 15:04:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:04:20 latest: Pulling from edgex-lftools-log-publisher 15:04:20 5eb5b503b376: Pulling fs layer 15:04:20 5c69ac0246d0: Pulling fs layer 15:04:20 ec43610c2a17: Pulling fs layer 15:04:20 3a2ae6a8a46f: Pulling fs layer 15:04:20 33b1e0a273af: Pulling fs layer 15:04:20 5d3b04190fa2: Pulling fs layer 15:04:20 2f39f015ded8: Pulling fs layer 15:04:20 3a2ae6a8a46f: Waiting 15:04:20 33b1e0a273af: Waiting 15:04:20 5d3b04190fa2: Waiting 15:04:20 2f39f015ded8: Waiting 15:04:20 5c69ac0246d0: Download complete 15:04:20 3a2ae6a8a46f: Verifying Checksum 15:04:20 3a2ae6a8a46f: Download complete 15:04:20 33b1e0a273af: Verifying Checksum 15:04:20 33b1e0a273af: Download complete 15:04:20 ec43610c2a17: Verifying Checksum 15:04:20 ec43610c2a17: Download complete 15:04:20 5d3b04190fa2: Verifying Checksum 15:04:20 5d3b04190fa2: Download complete 15:04:20 5eb5b503b376: Verifying Checksum 15:04:20 5eb5b503b376: Download complete 15:04:20 2f39f015ded8: Download complete 15:04:21 5eb5b503b376: Pull complete 15:04:21 5c69ac0246d0: Pull complete 15:04:22 ec43610c2a17: Pull complete 15:04:22 3a2ae6a8a46f: Pull complete 15:04:22 33b1e0a273af: Pull complete 15:04:22 5d3b04190fa2: Pull complete 15:04:26 2f39f015ded8: Pull complete 15:04:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:04:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:04:27 prd-ubuntu20.04-docker-8c-8g-119620 does not seem to be running inside a container 15:04:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-registry_PR-113 -v /w/workspace/exfoundry_go-mod-registry_PR-113:/w/workspace/exfoundry_go-mod-registry_PR-113:rw,z -v /w/workspace/exfoundry_go-mod-registry_PR-113@tmp:/w/workspace/exfoundry_go-mod-registry_PR-113@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:latest cat 15:04:28 $ docker top f9ce8ed4a33fd028aca0e376e269bb63fffc915f966400b691f1d4e7be0d30bd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:04:29 ---> job-cost.sh 15:04:29 lf-activate-venv: SKIPPING 15:04:29 INFO: No Stack... 15:04:29 INFO: Retrieving Pricing Info for: v3-standard-8 15:04:29 INFO: Archiving Costs [Pipeline] sh 15:04:29 + cat /w/workspace/exfoundry_go-mod-registry_PR-113/archives/cost.csv 15:04:29 + cut -d, -f6 [Pipeline] lock 15:04:30 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] 15:04:30 Resource [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] did not exist. Created. 15:04:30 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:04:30 + echo total: 0.2199999988079071 [Pipeline] stash 15:04:30 Stashed 1 file(s) [Pipeline] } 15:04:30 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:04:30 $ docker stop --time=1 f9ce8ed4a33fd028aca0e376e269bb63fffc915f966400b691f1d4e7be0d30bd 15:04:31 $ docker rm -f f9ce8ed4a33fd028aca0e376e269bb63fffc915f966400b691f1d4e7be0d30bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:05:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-119622 in /w/workspace/exfoundry_go-mod-registry_PR-113 [Pipeline] { [Pipeline] ws 15:05:21 Running in /w/workspace/go-mod-registry/1 [Pipeline] { [Pipeline] checkout 15:05:22 Selected Git installation does not exist. Using Default 15:05:22 The recommended git tool is: NONE 15:05:26 using credential edgex-jenkins-ssh 15:05:26 Cloning the remote Git repository 15:05:26 Cloning repository git@github.com:edgexfoundry/go-mod-registry.git 15:05:26 > git init /w/workspace/go-mod-registry/1 # timeout=10 15:05:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:05:26 > git --version # timeout=10 15:05:26 > git --version # 'git version 2.25.1' 15:05:26 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:27 Verifying host key using known hosts file 15:05:27 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 15:05:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:05:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:05:29 Merging remotes/origin/main commit 109da98df7a9610fad8d8361345958217796e116 into PR head commit e967a64309c0e2cb3350f2bf474ae23a7ac19821 15:05:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 15:05:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git 15:05:28 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:28 Verifying host key using known hosts file 15:05:28 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 15:05:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/pull/113/head:refs/remotes/origin/PR-113 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:05:29 > git config core.sparsecheckout # timeout=10 15:05:29 > git checkout -f e967a64309c0e2cb3350f2bf474ae23a7ac19821 # timeout=10 15:05:29 Merge succeeded, producing e967a64309c0e2cb3350f2bf474ae23a7ac19821 15:05:29 Checking out Revision e967a64309c0e2cb3350f2bf474ae23a7ac19821 (PR-113) 15:05:30 Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.15.3 to 1.16.0" 15:05:30 > git --version # timeout=10 15:05:30 > git --version # 'git version 2.25.1' 15:05:30 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 15:05:29 > git remote # timeout=10 15:05:29 > git config --get remote.origin.url # timeout=10 15:05:29 using GIT_SSH to set credentials SSH Credentials for GitHub 15:05:29 Verifying host key using known hosts file 15:05:29 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 15:05:29 > git merge 109da98df7a9610fad8d8361345958217796e116 # timeout=10 15:05:29 > git rev-parse HEAD^{commit} # timeout=10 15:05:29 > git config core.sparsecheckout # timeout=10 15:05:29 > git checkout -f e967a64309c0e2cb3350f2bf474ae23a7ac19821 # timeout=10 [Pipeline] sh 15:05:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:05:31 % Total % Received % Xferd Average Speed Time Time Time Current 15:05:31 Dload Upload Total Spent Left Speed 15:05:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 84577 0 --:--:-- --:--:-- --:--:-- 84577 [Pipeline] sh 15:05:31 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:05:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:05:32 + sudo tee /etc/docker/daemon.new 15:05:32 { 15:05:32 "registry-mirrors": [ 15:05:32 "https://nexus3.edgexfoundry.org:10001" 15:05:32 ], 15:05:32 "bip": "10.250.0.254/24", 15:05:32 "hosts": [ 15:05:32 "tcp://0.0.0.0:5555", 15:05:32 "unix:///var/run/docker.sock" 15:05:32 ], 15:05:32 "mtu": 1458, 15:05:32 "selinux-enabled": true, 15:05:32 "seccomp-profile": "/etc/docker/seccomp.json" 15:05:32 } [Pipeline] sh 15:05:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:05:32 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:05:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:05:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:05:51 ========================================================= 15:05:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:05:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:05:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:52 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:05:52 9b18e9b68314: Pulling fs layer 15:05:52 35d82f9e3411: Pulling fs layer 15:05:52 e16973657156: Pulling fs layer 15:05:52 fc693d55d65f: Pulling fs layer 15:05:52 7e9fc2657dce: Pulling fs layer 15:05:52 dda99020689f: Pulling fs layer 15:05:52 db1c61fa0a46: Pulling fs layer 15:05:52 891c053d2c06: Pulling fs layer 15:05:52 fc693d55d65f: Waiting 15:05:52 7e9fc2657dce: Waiting 15:05:52 dda99020689f: Waiting 15:05:52 db1c61fa0a46: Waiting 15:05:52 891c053d2c06: Waiting 15:05:52 e16973657156: Verifying Checksum 15:05:52 e16973657156: Download complete 15:05:52 35d82f9e3411: Verifying Checksum 15:05:52 35d82f9e3411: Download complete 15:05:52 7e9fc2657dce: Verifying Checksum 15:05:52 7e9fc2657dce: Download complete 15:05:52 dda99020689f: Verifying Checksum 15:05:52 dda99020689f: Download complete 15:05:52 9b18e9b68314: Verifying Checksum 15:05:52 9b18e9b68314: Download complete 15:05:53 9b18e9b68314: Pull complete 15:05:53 891c053d2c06: Verifying Checksum 15:05:53 891c053d2c06: Download complete 15:05:53 35d82f9e3411: Pull complete 15:05:53 e16973657156: Pull complete 15:05:54 db1c61fa0a46: Verifying Checksum 15:05:54 db1c61fa0a46: Download complete 15:05:55 fc693d55d65f: Verifying Checksum 15:05:55 fc693d55d65f: Download complete 15:06:07 fc693d55d65f: Pull complete 15:06:07 7e9fc2657dce: Pull complete 15:06:07 dda99020689f: Pull complete 15:06:12 db1c61fa0a46: Pull complete 15:06:14 891c053d2c06: Pull complete 15:06:14 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:06:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 15:06:15 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:15 + docker inspect -f . ci-base-image-arm64 15:06:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:15 prd-ubuntu20.04-docker-arm64-4c-16g-119622 does not seem to be running inside a container 15:06:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 15:06:18 $ docker top 4bfd815e2c4fe31a208dfca08b26fd37844e8c760faa5d944bd834026b008202 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:19 + go version 15:06:19 go version go1.18.7 linux/arm64 [Pipeline] } 15:06:19 $ docker stop --time=1 4bfd815e2c4fe31a208dfca08b26fd37844e8c760faa5d944bd834026b008202 15:06:21 $ docker rm -f 4bfd815e2c4fe31a208dfca08b26fd37844e8c760faa5d944bd834026b008202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:22 + docker inspect -f . ci-base-image-arm64 15:06:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:22 prd-ubuntu20.04-docker-arm64-4c-16g-119622 does not seem to be running inside a container 15:06:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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 15:06:23 $ docker top 09a22cd51a1d1d43b65bac21ac9c0bfe7b0004410ef553f5c44d17d0b2e1b6e5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:24 + git config --global --add safe.directory /w/workspace/go-mod-registry/1 [Pipeline] fileExists [Pipeline] sh 15:06:24 + make test 15:06:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:06:24 go: downloading github.com/stretchr/testify v1.8.0 15:06:24 go: downloading github.com/hashicorp/consul/api v1.16.0 15:06:25 go: downloading github.com/davecgh/go-spew v1.1.1 15:06:25 go: downloading github.com/pmezard/go-difflib v1.0.0 15:06:25 go: downloading github.com/stretchr/objx v0.4.0 15:06:25 go: downloading gopkg.in/yaml.v3 v3.0.1 15:06:25 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:06:25 go: downloading github.com/hashicorp/go-hclog v0.14.1 15:06:25 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:06:25 go: downloading github.com/hashicorp/serf v0.10.1 15:06:25 go: downloading github.com/mitchellh/mapstructure v1.4.1 15:06:25 go: downloading github.com/fatih/color v1.9.0 15:06:25 go: downloading github.com/mattn/go-isatty v0.0.12 15:06:25 go: downloading github.com/mattn/go-colorable v0.1.6 15:06:25 go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 15:06:25 go: downloading github.com/armon/go-metrics v0.3.10 15:06:25 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 15:06:25 go: downloading github.com/hashicorp/golang-lru v0.5.4 15:06:58 ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.114s coverage: 89.4% of statements 15:06:58 ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] 15:06:58 ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.019s coverage: 85.7% of statements 15:06:58 ? github.com/edgexfoundry/go-mod-registry/v2/registry/mocks [no test files] 15:06:58 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:06:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:07:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:07:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 15:07:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:07:08 $ docker stop --time=1 09a22cd51a1d1d43b65bac21ac9c0bfe7b0004410ef553f5c44d17d0b2e1b6e5 15:07:10 $ docker rm -f 09a22cd51a1d1d43b65bac21ac9c0bfe7b0004410ef553f5c44d17d0b2e1b6e5 [Pipeline] // withDockerContainer [Pipeline] sh 15:07:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:07:11 Warning: overwriting stash ‘coverage-report’ 15:07:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:07:12 15:07:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:07:13 arm64: Pulling from edgex-lftools-log-publisher 15:07:13 8998bd30e6a1: Pulling fs layer 15:07:13 04944245beec: Pulling fs layer 15:07:13 699f458cf7ca: Pulling fs layer 15:07:13 765212b225bb: Pulling fs layer 15:07:13 f23df028b6ca: Pulling fs layer 15:07:13 d65c8cfc05b1: Pulling fs layer 15:07:13 2437ff75d9bd: Pulling fs layer 15:07:13 f23df028b6ca: Waiting 15:07:13 d65c8cfc05b1: Waiting 15:07:13 2437ff75d9bd: Waiting 15:07:13 765212b225bb: Waiting 15:07:13 04944245beec: Verifying Checksum 15:07:13 04944245beec: Download complete 15:07:13 765212b225bb: Verifying Checksum 15:07:13 765212b225bb: Download complete 15:07:13 f23df028b6ca: Verifying Checksum 15:07:13 f23df028b6ca: Download complete 15:07:13 d65c8cfc05b1: Verifying Checksum 15:07:13 d65c8cfc05b1: Download complete 15:07:13 699f458cf7ca: Verifying Checksum 15:07:13 699f458cf7ca: Download complete 15:07:14 8998bd30e6a1: Verifying Checksum 15:07:14 8998bd30e6a1: Download complete 15:07:16 2437ff75d9bd: Verifying Checksum 15:07:16 2437ff75d9bd: Download complete 15:07:17 8998bd30e6a1: Pull complete 15:07:18 04944245beec: Pull complete 15:07:19 699f458cf7ca: Pull complete 15:07:19 765212b225bb: Pull complete 15:07:21 f23df028b6ca: Pull complete 15:07:21 d65c8cfc05b1: Pull complete 15:07:36 2437ff75d9bd: Pull complete 15:07:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:07:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:07:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:07:36 prd-ubuntu20.04-docker-arm64-4c-16g-119622 does not seem to be running inside a container 15:07:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-registry/1 -v /w/workspace/go-mod-registry/1:/w/workspace/go-mod-registry/1:rw,z -v /w/workspace/go-mod-registry/1@tmp:/w/workspace/go-mod-registry/1@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:10003/edgex-lftools-log-publisher:arm64 cat 15:07:39 $ docker top cd93296b8cb11bbf4cbb91ab74d48ecc94ffa965f607205c93cbb5f5e6de0099 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:07:40 ---> job-cost.sh 15:07:40 lf-activate-venv: SKIPPING 15:07:40 INFO: No Stack... 15:07:40 INFO: Retrieving Pricing Info for: v3-standard-4 15:07:41 INFO: Archiving Costs [Pipeline] sh 15:07:41 + cat /w/workspace/go-mod-registry/1/archives/cost.csv 15:07:41 + cut -d, -f6 [Pipeline] lock 15:07:41 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] 15:07:41 Resource [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] did not exist. Created. 15:07:41 Lock acquired on [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:07:42 /w/workspace/go-mod-registry/1@tmp/durable-5f5617f9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:07:42 + echo total: 0.10999999940395355 [Pipeline] stash 15:07:42 Warning: overwriting stash ‘stack-cost’ 15:07:42 Stashed 1 file(s) [Pipeline] } 15:07:42 Lock released on resource [jenkins-edgexfoundry-go-mod-registry-PR-113-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:07:42 $ docker stop --time=1 cd93296b8cb11bbf4cbb91ab74d48ecc94ffa965f607205c93cbb5f5e6de0099 15:07:44 $ docker rm -f cd93296b8cb11bbf4cbb91ab74d48ecc94ffa965f607205c93cbb5f5e6de0099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:07:45 provisioning config files... 15:07:45 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_PR-113@tmp/config1434042580124785051tmp [Pipeline] { [Pipeline] sh 15:07:45 + set +x 15:07:45 + curl -s https://codecov.io/bash 15:07:45 + bash -s -- 15:07:45 15:07:45 _____ _ 15:07:45 / ____| | | 15:07:45 | | ___ __| | ___ ___ _____ __ 15:07:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:07:45 | |___| (_) | (_| | __/ (_| (_) \ V / 15:07:45 \_____\___/ \__,_|\___|\___\___/ \_/ 15:07:45 Bash-1.0.6 15:07:45 15:07:45 15:07:45 ==> git version 2.25.1 found 15:07:45 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:07:45 Release-Date: 2020-01-08 15:07:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:07:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:07:45 ==> Jenkins CI detected. 15:07:45 current dir:  /w/workspace/exfoundry_go-mod-registry_PR-113 15:07:45 project root: . 15:07:45 --> token set from env 15:07:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:07:45 ==> Running gcov in . (disable via -X gcov) 15:07:45 ==> Python coveragepy not found 15:07:45 ==> Searching for coverage reports in: 15:07:45 + . 15:07:45 -> Found 1 reports 15:07:45 ==> Detecting git/mercurial file structure 15:07:46 ==> Reading reports 15:07:46 + ./coverage.out bytes=12273 15:07:46 ==> Appending adjustments 15:07:46 https://docs.codecov.io/docs/fixing-reports 15:07:46 + Found adjustments 15:07:46 ==> Gzipping contents 15:07:46 4.0K /tmp/codecov.efCHUr.gz 15:07:46 ==> Uploading reports 15:07:46 url: https://codecov.io 15:07:46 query: branch=PR-113&commit=e967a64309c0e2cb3350f2bf474ae23a7ac19821&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-113%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=113&job=&cmd_args= 15:07:46 -> Pinging Codecov 15:07:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=9ee36580-b4eb-4db0-b4c8-29f84f7b3278&branch=PR-113&commit=e967a64309c0e2cb3350f2bf474ae23a7ac19821&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2FPR-113%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=113&job=&cmd_args= 15:07:46 -> Uploading to 15:07:46 https://storage.googleapis.com/codecov/v4/raw/2022-11-21/05B643FFA8DEACB6C25F95B2D4D12284/e967a64309c0e2cb3350f2bf474ae23a7ac19821/710b5e40-6e1c-472b-a3d6-dc9c6fd47b8e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221121T150746Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f647b7869a6b8214e049b9c9798ab2c4dafc0ada939a38645c5efc932d3cbecd 15:07:46 % Total % Received % Xferd Average Speed Time Time Time Current 15:07:46 Dload Upload Total Spent Left Speed 15:07:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2276 0 0 100 2276 0 10298 --:--:-- --:--:-- --:--:-- 10252 100 2276 0 0 100 2276 0 9982 --:--:-- --:--:-- --:--:-- 9938 15:07:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-registry/commit/e967a64309c0e2cb3350f2bf474ae23a7ac19821 [Pipeline] } 15:07:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:07:48 + [ -d /w/workspace/exfoundry_go-mod-registry_PR-113/archives ] 15:07:48 + ls -al /w/workspace/exfoundry_go-mod-registry_PR-113/archives 15:07:48 total 16 15:07:48 drwxr-xr-x 3 root root 4096 Nov 21 15:04 . 15:07:48 drwxrwxr-x 9 jenkins jenkins 4096 Nov 21 15:04 .. 15:07:48 drwxr-xr-x 2 root root 4096 Nov 21 15:04 cost 15:07:48 -rw-r--r-- 1 root root 87 Nov 21 15:04 cost.csv 15:07:48 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_go-mod-registry_PR-113/archives 15:07:48 + ls -al /w/workspace/exfoundry_go-mod-registry_PR-113/archives 15:07:48 total 16 15:07:48 drwxr-xr-x 3 jenkins jenkins 4096 Nov 21 15:04 . 15:07:48 drwxrwxr-x 9 jenkins jenkins 4096 Nov 21 15:04 .. 15:07:48 drwxr-xr-x 2 jenkins jenkins 4096 Nov 21 15:04 cost 15:07:48 -rw-r--r-- 1 jenkins jenkins 87 Nov 21 15:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:07:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:07:49 ---> package-listing.sh 15:07:49 ++ tr '[:upper:]' '[:lower:]' 15:07:49 ++ facter osfamily 15:07:49 + OS_FAMILY=debian 15:07:49 + workspace=/w/workspace/exfoundry_go-mod-registry_PR-113 15:07:49 + START_PACKAGES=/tmp/packages_start.txt 15:07:49 + END_PACKAGES=/tmp/packages_end.txt 15:07:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:07:49 + PACKAGES=/tmp/packages_start.txt 15:07:49 + '[' /w/workspace/exfoundry_go-mod-registry_PR-113 ']' 15:07:49 + PACKAGES=/tmp/packages_end.txt 15:07:49 + case "${OS_FAMILY}" in 15:07:49 + dpkg -l 15:07:49 + grep '^ii' 15:07:49 + '[' -f /tmp/packages_start.txt ']' 15:07:49 + '[' -f /tmp/packages_end.txt ']' 15:07:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:07:49 + '[' /w/workspace/exfoundry_go-mod-registry_PR-113 ']' 15:07:49 + mkdir -p /w/workspace/exfoundry_go-mod-registry_PR-113/archives/ 15:07:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_PR-113/archives/ [Pipeline] echo 15:07:50 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-registry_PR-113/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:07:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:07:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:07:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:07:51 prd-ubuntu20.04-docker-8c-8g-119620 does not seem to be running inside a container 15:07:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_go-mod-registry_PR-113/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-registry_PR-113 -v /w/workspace/exfoundry_go-mod-registry_PR-113:/w/workspace/exfoundry_go-mod-registry_PR-113:rw,z -v /w/workspace/exfoundry_go-mod-registry_PR-113@tmp:/w/workspace/exfoundry_go-mod-registry_PR-113@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:07:51 $ docker top d4cb0d8a4481488482c4f094f1bfcc036bd94fac2bb9c2ca2eb849667adab400 -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:51 + touch /tmp/pre-build-complete [Pipeline] sh 15:07:52 + mkdir -p /var/log/sysstat [Pipeline] sh 15:07:52 + ls /var/log/sa-host 15:07:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:07:52 provisioning config files... 15:07:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_PR-113@tmp/config734145230986208797tmp [Pipeline] { [Pipeline] echo 15:07:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:07:52 ---> create-netrc.sh [Pipeline] } 15:07:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:07:53 ---> python-tools-install.sh [Pipeline] echo 15:07:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:07:53 ---> sudo-logs.sh 15:07:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:07:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:07:54 ---> job-cost.sh 15:07:54 lf-activate-venv: SKIPPING 15:07:54 DEBUG: total: 0.2199999988079071 15:07:54 INFO: Retrieving Stack Cost... 15:07:54 INFO: Retrieving Pricing Info for: v3-standard-8 15:07:54 INFO: Archiving Costs [Pipeline] echo 15:07:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:07:55 ---> logs-deploy.sh 15:07:55 lf-activate-venv: SKIPPING 15:07:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/PR-113/1 15:07:55 INFO: archiving workspace using pattern(s): 15:07:56 Archives upload complete. 15:07:56 INFO: archiving logs to Nexus 15:07:57 ---> uname -a: 15:07:57 Linux prd-ubuntu20-04-docker-8c-8g-119620 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:07:57 15:07:57 15:07:57 ---> lscpu: 15:07:57 Architecture: x86_64 15:07:57 CPU op-mode(s): 32-bit, 64-bit 15:07:57 Byte Order: Little Endian 15:07:57 Address sizes: 40 bits physical, 48 bits virtual 15:07:57 CPU(s): 8 15:07:57 On-line CPU(s) list: 0-7 15:07:57 Thread(s) per core: 1 15:07:57 Core(s) per socket: 1 15:07:57 Socket(s): 8 15:07:57 NUMA node(s): 1 15:07:57 Vendor ID: AuthenticAMD 15:07:57 CPU family: 23 15:07:57 Model: 49 15:07:57 Model name: AMD EPYC-Rome Processor 15:07:57 Stepping: 0 15:07:57 CPU MHz: 2799.998 15:07:57 BogoMIPS: 5599.99 15:07:57 Virtualization: AMD-V 15:07:57 Hypervisor vendor: KVM 15:07:57 Virtualization type: full 15:07:57 L1d cache: 256 KiB 15:07:57 L1i cache: 256 KiB 15:07:57 L2 cache: 4 MiB 15:07:57 L3 cache: 128 MiB 15:07:57 NUMA node0 CPU(s): 0-7 15:07:57 Vulnerability Itlb multihit: Not affected 15:07:57 Vulnerability L1tf: Not affected 15:07:57 Vulnerability Mds: Not affected 15:07:57 Vulnerability Meltdown: Not affected 15:07:57 Vulnerability Mmio stale data: Not affected 15:07:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:07:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:07:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:07:57 Vulnerability Srbds: Not affected 15:07:57 Vulnerability Tsx async abort: Not affected 15:07:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 15:07:57 15:07:57 15:07:57 ---> nproc: 15:07:57 8 15:07:57 15:07:57 15:07:57 ---> df -h: 15:07:57 Filesystem Size Used Avail Use% Mounted on 15:07:57 overlay 155G 11G 145G 7% / 15:07:57 tmpfs 64M 0 64M 0% /dev 15:07:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:07:57 shm 64M 0 64M 0% /dev/shm 15:07:57 /dev/vda1 155G 11G 145G 7% /facter-os 15:07:57 15:07:57 15:07:57 ---> sar -b -r -n DEV: 15:07:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-119620) 11/21/22 _x86_64_ (8 CPU) 15:07:57 15:07:57 15:02:50 LINUX RESTART (8 CPU) 15:07:57 15:07:57 15:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:07:57 15:04:01 168.39 47.44 120.95 0.00 5355.91 204755.61 0.00 15:07:57 15:05:01 40.06 0.35 39.71 0.00 11.86 19646.46 0.00 15:07:57 15:06:01 1.65 0.00 1.65 0.00 0.00 18.28 0.00 15:07:57 15:07:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 15:07:57 Average: 52.77 11.95 40.82 0.00 1341.89 56105.82 0.00 15:07:57 15:07:57 15:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:07:57 15:04:01 29194004 31602440 705228 2.14 73004 2614228 1835372 5.41 982216 2343436 18548 15:07:57 15:05:01 28710196 31608864 692400 2.11 91432 3047952 1759180 5.18 1114340 2647552 388 15:07:57 15:06:01 28710376 31609048 692028 2.10 91456 3047952 1759180 5.18 1114356 2647552 12 15:07:57 15:07:01 28717168 31615956 684908 2.08 91488 3047956 1759180 5.18 1106500 2647604 164 15:07:57 Average: 28832936 31609077 693641 2.11 86845 2939522 1778228 5.24 1079353 2571536 4778 15:07:57 15:07:57 15:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:07:57 15:04:01 ens3 578.34 336.64 6505.31 85.06 0.00 0.00 0.00 0.00 15:07:57 15:04:01 veth79657a5 6.33 11.13 0.56 52.08 0.00 0.00 0.00 0.00 15:07:57 15:04:01 lo 3.80 3.80 0.36 0.36 0.00 0.00 0.00 0.00 15:07:57 15:04:01 docker0 8.42 12.95 0.72 78.75 0.00 0.00 0.00 0.00 15:07:57 15:05:01 ens3 119.83 88.35 2530.21 85.15 0.00 0.00 0.00 0.00 15:07:57 15:05:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 15:07:57 15:05:01 docker0 0.40 0.57 0.03 0.06 0.00 0.00 0.00 0.00 15:07:57 15:06:01 ens3 0.43 0.38 0.27 0.21 0.00 0.00 0.00 0.00 15:07:57 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:57 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:57 15:07:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 15:07:57 15:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:07:57 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:57 Average: ens3 174.68 106.37 2258.85 42.61 0.00 0.00 0.00 0.00 15:07:57 Average: lo 1.32 1.32 0.12 0.12 0.00 0.00 0.00 0.00 15:07:57 Average: docker0 2.20 3.38 0.19 19.70 0.00 0.00 0.00 0.00 15:07:57 15:07:57