Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+f6a1cf94d606acadd41c15aac79238c8c15b690a (e3ef88b2344516c33127f42bbc2a2756328108bd) 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 [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-ssh5607677629918868171.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 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-ssh1546301246572334948.key > 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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines/.git # 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 [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/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1252113494942364365.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > 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 [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-ssh8401645042780611206.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines/.git # 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 [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/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6012839568309746308.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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:device-rfid-llrp-go, buildSnap:true] ========================================================= [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: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-606 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [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/device-rfid-llrp-go.git > git init /w/workspace/oundry_device-rfid-llrp-go_PR-29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh8145563438860153165.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f6a1cf94d606acadd41c15aac79238c8c15b690a into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing f1a577a354b5052e7d4cf25d4b2d022a54cb770f Checking out Revision f1a577a354b5052e7d4cf25d4b2d022a54cb770f (PR-29) > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.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/device-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.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 /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh4594975622686870130.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 > git remote # timeout=10 > 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 /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh8086137879437844436.key > git merge f6a1cf94d606acadd41c15aac79238c8c15b690a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1a577a354b5052e7d4cf25d4b2d022a54cb770f # timeout=10 Commit message: "Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk eee86b2820ca58ad511a283f1999e47e0c14b3f4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:07:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:07:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:07:43 ========================================================= 05:07:43 EdgeX Global Pipelines Version Info 05:07:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:07:44 ------------------- 05:07:44 stable info: 05:07:44 ------------------- 05:07:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:07:44 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 05:07:44 Message: update stable to v1.0.199 05:07:45 ------------------- 05:07:45 experimental info: 05:07:45 ------------------- 05:07:45 Commited By: **** collab-it+edgex@linuxfoundation.org 05:07:45 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 05:07:45 Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1a577a354b5052e7d4cf25d4b2d022a54cb770f [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1a577a [Pipeline] echo 05:07:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:07:46 provisioning config files... 05:07:46 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config387475032779513019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:46 ---> docker-login.sh 05:07:46 nexus3.edgexfoundry.org:10001 05:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:47 Configure a credential helper to remove this warning. See 05:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:47 05:07:47 Login Succeeded 05:07:47 nexus3.edgexfoundry.org:10002 05:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:47 Configure a credential helper to remove this warning. See 05:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:47 05:07:47 Login Succeeded 05:07:47 nexus3.edgexfoundry.org:10003 05:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:47 Configure a credential helper to remove this warning. See 05:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:47 05:07:47 Login Succeeded 05:07:47 nexus3.edgexfoundry.org:10004 05:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:47 Configure a credential helper to remove this warning. See 05:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:47 05:07:47 Login Succeeded 05:07:47 docker.io 05:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:07:48 Configure a credential helper to remove this warning. See 05:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:07:48 05:07:48 Login Succeeded 05:07:48 ---> docker-login.sh ends [Pipeline] } 05:07:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:07:48 + git log --format=format:%s -1 f1a577a354b5052e7d4cf25d4b2d022a54cb770f [Pipeline] echo 05:07:48 GIT_COMMIT: f1a577a354b5052e7d4cf25d4b2d022a54cb770f, Commit Message: Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD [Pipeline] echo 05:07:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:07:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:49 05:07:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:07:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:49 latest: Pulling from edgex-devops/git-semver 05:07:49 31603596830f: Pulling fs layer 05:07:49 b6dc333f4379: Pulling fs layer 05:07:49 3d9ef1400e77: Pulling fs layer 05:07:49 fd332fbdc1db: Pulling fs layer 05:07:49 fd332fbdc1db: Waiting 05:07:49 b6dc333f4379: Download complete 05:07:49 31603596830f: Verifying Checksum 05:07:49 31603596830f: Download complete 05:07:50 31603596830f: Pull complete 05:07:50 fd332fbdc1db: Verifying Checksum 05:07:50 fd332fbdc1db: Download complete 05:07:50 b6dc333f4379: Pull complete 05:07:50 3d9ef1400e77: Verifying Checksum 05:07:50 3d9ef1400e77: Download complete 05:07:50 3d9ef1400e77: Pull complete 05:07:50 fd332fbdc1db: Pull complete 05:07:50 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 05:07:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:07:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:07:50 prd-centos7-docker-4c-2g-606 does not seem to be running inside a container 05:07:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@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:10004/edgex-devops/git-semver:latest cat 05:07:51 $ docker top b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:07:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:51 [ssh-agent] Looking for ssh-agent implementation... 05:07:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:51 $ docker exec b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent 05:07:52 SSH_AUTH_SOCK=/tmp/ssh-Bzi1kXrY2axA/agent.14 05:07:52 SSH_AGENT_PID=20 05:07:52 Running ssh-add (command line suppressed) 05:07:52 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2899770250104480333.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2899770250104480333.key) 05:07:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:52 + git tag --points-at HEAD [Pipeline] } 05:07:52 $ docker exec --env ******** --env ******** b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent -k 05:07:52 unset SSH_AUTH_SOCK; 05:07:52 unset SSH_AGENT_PID; 05:07:52 echo Agent pid 20 killed; 05:07:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:07:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:07:52 [ssh-agent] Looking for ssh-agent implementation... 05:07:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:07:52 $ docker exec b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent 05:07:52 SSH_AUTH_SOCK=/tmp/ssh-B6FXJOggMoLw/agent.53 05:07:52 SSH_AGENT_PID=60 05:07:52 Running ssh-add (command line suppressed) 05:07:52 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_8046525741043829070.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_8046525741043829070.key) 05:07:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:07:53 + git semver init 05:07:53 # -> Open(): unable to determine branch for HEAD 05:07:53 # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git 05:07:53 # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 05:07:53 # $SEMVER_REMOTE_NAME = origin 05:07:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:07:53 # $SEMVER_USER_NAME = edgex-jenkins 05:07:53 # $SEMVER_BRANCH = PR-29 05:07:53 # $SEMVER_TEMP = /tmp/semver-902548741 05:07:53 # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP 05:07:53 # '/tmp/semver-902548741' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' 05:07:53 # -> Force: false 05:07:53 # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } 05:07:53 $ docker exec --env ******** --env ******** b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 ssh-agent -k 05:07:54 unset SSH_AUTH_SOCK; 05:07:54 unset SSH_AGENT_PID; 05:07:54 echo Agent pid 60 killed; 05:07:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:07:54 + git semver [Pipeline] } 05:07:54 $ docker stop --time=1 b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 05:07:55 $ docker rm -f b3291fa89376b06146860cc634cd0a69dde4fc39a3eae2983f4e45bf0fadbbe5 [Pipeline] // withDockerContainer [Pipeline] sh 05:07:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:07:56 Stashed 1 file(s) [Pipeline] echo 05:07:56 [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 05:08:11 Still waiting to schedule task 05:08:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:08:11 Still waiting to schedule task 05:08:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:10:09 Running on prd-centos7-docker-4c-2g-610 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws 05:10:09 Running in /w/workspace/device-rfid-llrp-go/11 [Pipeline] { [Pipeline] checkout 05:10:09 Selected Git installation does not exist. Using Default 05:10:09 The recommended git tool is: NONE 05:10:12 using credential edgex-jenkins-ssh 05:10:12 Cloning the remote Git repository 05:10:12 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 05:10:12 > git init /w/workspace/device-rfid-llrp-go/11 # timeout=10 05:10:12 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 05:10:12 > git --version # timeout=10 05:10:12 > git --version # 'git version 2.24.4' 05:10:12 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:12 [INFO] Currently running in a labeled security context 05:10:12 [INFO] Currently SELinux is 'enforcing' on the host 05:10:12 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/11@tmp/jenkins-gitclient-ssh3921393765757094903.key 05:10:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:14 Merging remotes/origin/main commit f6a1cf94d606acadd41c15aac79238c8c15b690a into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 05:10:13 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 05:10:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:10:13 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 05:10:13 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 05:10:13 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:13 [INFO] Currently running in a labeled security context 05:10:13 [INFO] Currently SELinux is 'enforcing' on the host 05:10:13 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/11@tmp/jenkins-gitclient-ssh4473707924792469400.key 05:10:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:10:14 > git config core.sparsecheckout # timeout=10 05:10:14 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 05:10:14 > git remote # timeout=10 05:10:14 > git config --get remote.origin.url # timeout=10 05:10:14 using GIT_SSH to set credentials SSH Credentials for GitHub 05:10:14 [INFO] Currently running in a labeled security context 05:10:14 [INFO] Currently SELinux is 'enforcing' on the host 05:10:14 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/11@tmp/jenkins-gitclient-ssh6424827177229535021.key 05:10:14 > git merge f6a1cf94d606acadd41c15aac79238c8c15b690a # timeout=10 05:10:14 Merge succeeded, producing 172d444a239f725ffb3aa5b3847ea83de622336a 05:10:14 Checking out Revision 172d444a239f725ffb3aa5b3847ea83de622336a (PR-29) 05:10:14 > git rev-parse HEAD^{commit} # timeout=10 05:10:14 > git config core.sparsecheckout # timeout=10 05:10:14 > git checkout -f 172d444a239f725ffb3aa5b3847ea83de622336a # timeout=10 05:10:18 Commit message: "Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD" 05:10:18 First time build. Skipping changelog. 05:10:18 > git rev-list --no-walk eee86b2820ca58ad511a283f1999e47e0c14b3f4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:10:18 provisioning config files... 05:10:18 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/11@tmp/config7451588619518775227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:10:19 ---> docker-login.sh 05:10:19 nexus3.edgexfoundry.org:10001 05:10:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:19 Configure a credential helper to remove this warning. See 05:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:19 05:10:19 Login Succeeded 05:10:19 nexus3.edgexfoundry.org:10002 05:10:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:19 Configure a credential helper to remove this warning. See 05:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:19 05:10:19 Login Succeeded 05:10:19 nexus3.edgexfoundry.org:10003 05:10:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:19 Configure a credential helper to remove this warning. See 05:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:19 05:10:19 Login Succeeded 05:10:19 nexus3.edgexfoundry.org:10004 05:10:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:19 Configure a credential helper to remove this warning. See 05:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:19 05:10:19 Login Succeeded 05:10:19 docker.io 05:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:10:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:10:20 Configure a credential helper to remove this warning. See 05:10:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:10:20 05:10:20 Login Succeeded 05:10:20 ---> docker-login.sh ends [Pipeline] } 05:10:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:10:20 ========================================================= 05:10:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:10:20 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 05:10:20 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:10:20 Sending build context to Docker daemon 1.196MB 05:10:20 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:10:20 Step 2/10 : FROM ${BASE} 05:10:20 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:10:20 540db60ca938: Pulling fs layer 05:10:20 adcc1eea9eea: Pulling fs layer 05:10:20 4c4ab2625f07: Pulling fs layer 05:10:20 0773c198feca: Pulling fs layer 05:10:20 345f892a5656: Pulling fs layer 05:10:20 4796506630df: Pulling fs layer 05:10:20 cc55df3e53f1: Pulling fs layer 05:10:20 4d027b6c602c: Pulling fs layer 05:10:20 449e75d2c14e: Pulling fs layer 05:10:20 0773c198feca: Waiting 05:10:20 345f892a5656: Waiting 05:10:20 4796506630df: Waiting 05:10:20 cc55df3e53f1: Waiting 05:10:20 4d027b6c602c: Waiting 05:10:20 449e75d2c14e: Waiting 05:10:21 4c4ab2625f07: Verifying Checksum 05:10:21 4c4ab2625f07: Download complete 05:10:21 adcc1eea9eea: Verifying Checksum 05:10:21 adcc1eea9eea: Download complete 05:10:21 345f892a5656: Verifying Checksum 05:10:21 345f892a5656: Download complete 05:10:21 4796506630df: Verifying Checksum 05:10:21 4796506630df: Download complete 05:10:21 cc55df3e53f1: Verifying Checksum 05:10:21 cc55df3e53f1: Download complete 05:10:21 540db60ca938: Verifying Checksum 05:10:21 540db60ca938: Download complete 05:10:21 540db60ca938: Pull complete 05:10:21 adcc1eea9eea: Pull complete 05:10:21 4d027b6c602c: Verifying Checksum 05:10:21 4d027b6c602c: Download complete 05:10:21 4c4ab2625f07: Pull complete 05:10:24 449e75d2c14e: Verifying Checksum 05:10:24 449e75d2c14e: Download complete 05:10:25 0773c198feca: Verifying Checksum 05:10:25 0773c198feca: Download complete 05:10:29 0773c198feca: Pull complete 05:10:29 345f892a5656: Pull complete 05:10:29 4796506630df: Pull complete 05:10:29 cc55df3e53f1: Pull complete 05:10:29 4d027b6c602c: Pull complete 05:10:30 449e75d2c14e: Pull complete 05:10:30 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 05:10:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:10:30 ---> 0d28375d9b5b 05:10:30 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 05:10:31 ---> Running in 9f6ac342bdae 05:10:31 Removing intermediate container 9f6ac342bdae 05:10:31 ---> 7db56fe47a41 05:10:31 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:10:31 ---> Running in 8184c2e827e4 05:10:32 Removing intermediate container 8184c2e827e4 05:10:32 ---> 8f04d6df9535 05:10:32 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 05:10:32 ---> Running in b90e73c37e58 05:10:32 Removing intermediate container b90e73c37e58 05:10:32 ---> 7d94b8a22a6c 05:10:32 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:32 ---> Running in c900c16c0a07 05:10:32 Removing intermediate container c900c16c0a07 05:10:32 ---> 8d0d0df288d9 05:10:32 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:10:32 ---> Running in ea57984350fc 05:10:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:10:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:10:34 OK: 149 MiB in 40 packages 05:10:34 Removing intermediate container ea57984350fc 05:10:34 ---> 4bce92c91811 05:10:34 Step 8/10 : WORKDIR /device-rfid-llrp-go 05:10:34 ---> Running in 22db7a1e86d4 05:10:34 Removing intermediate container 22db7a1e86d4 05:10:34 ---> e0649b715398 05:10:34 Step 9/10 : COPY . . 05:10:34 ---> 0b2a70510b69 05:10:34 Step 10/10 : RUN go mod download 05:10:34 ---> Running in 46c020db2d3f 05:10:44 Removing intermediate container 46c020db2d3f 05:10:44 ---> a0665e9b850a 05:10:44 Successfully built a0665e9b850a 05:10:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:10:45 + docker inspect -f . ci-base-image-x86_64 05:10:45 . [Pipeline] withDockerContainer 05:10:45 prd-centos7-docker-4c-2g-610 does not seem to be running inside a container 05:10:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/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 ******** ci-base-image-x86_64 cat 05:10:45 $ docker top ae5bdce14d425e67ca9c670b3e3b7e78e99db2716b3514246f0c6ab3e30c301b -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:46 + go version 05:10:46 go version go1.16.5 linux/amd64 [Pipeline] } 05:10:46 $ docker stop --time=1 ae5bdce14d425e67ca9c670b3e3b7e78e99db2716b3514246f0c6ab3e30c301b 05:10:47 $ docker rm -f ae5bdce14d425e67ca9c670b3e3b7e78e99db2716b3514246f0c6ab3e30c301b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:10:47 + docker inspect -f . ci-base-image-x86_64 05:10:47 . [Pipeline] withDockerContainer 05:10:48 prd-centos7-docker-4c-2g-610 does not seem to be running inside a container 05:10:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/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 ******** ci-base-image-x86_64 cat 05:10:48 $ docker top 7e82b0509050a63eb9eb0806b08fa1c55e12f86d122da6fbd47cb897e3d50b4e -eo pid,comm [Pipeline] { [Pipeline] sh 05:10:48 + go mod tidy [Pipeline] sh 05:10:49 + make test 05:10:49 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:10:49 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 05:10:54 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 05:10:54 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 05:10:54 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 05:10:54 have (string, bool, string, string) 05:10:54 want (string, string) 05:11:01 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 05:11:01 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.231s coverage: 51.9% of statements 05:11:01 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.005s coverage: 95.5% of statements 05:11:01 make: *** [Makefile:26: test] Error 2 [Pipeline] } 05:11:01 $ docker stop --time=1 7e82b0509050a63eb9eb0806b08fa1c55e12f86d122da6fbd47cb897e3d50b4e 05:11:03 $ docker rm -f 7e82b0509050a63eb9eb0806b08fa1c55e12f86d122da6fbd47cb897e3d50b4e [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:11:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:11:04 05:11:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 05:11:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-609 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws 05:11:04 Running in /w/workspace/device-rfid-llrp-go/11 [Pipeline] { [Pipeline] checkout 05:11:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:11:04 latest: Pulling from edgex-lftools-log-publisher 05:11:04 b4d181a07f80: Pulling fs layer 05:11:04 a1111a8f2ec3: Pulling fs layer 05:11:04 ed53099fbce6: Pulling fs layer 05:11:04 dc539afda2c1: Pulling fs layer 05:11:04 77bc0d833cb6: Pulling fs layer 05:11:04 9065ff56babe: Pulling fs layer 05:11:04 d287ab97295c: Pulling fs layer 05:11:04 77bc0d833cb6: Waiting 05:11:04 9065ff56babe: Waiting 05:11:04 d287ab97295c: Waiting 05:11:04 dc539afda2c1: Waiting 05:11:04 Selected Git installation does not exist. Using Default 05:11:04 The recommended git tool is: NONE 05:11:04 a1111a8f2ec3: Verifying Checksum 05:11:04 a1111a8f2ec3: Download complete 05:11:04 dc539afda2c1: Verifying Checksum 05:11:04 dc539afda2c1: Download complete 05:11:05 77bc0d833cb6: Verifying Checksum 05:11:05 77bc0d833cb6: Download complete 05:11:05 9065ff56babe: Verifying Checksum 05:11:05 9065ff56babe: Download complete 05:11:05 ed53099fbce6: Verifying Checksum 05:11:05 ed53099fbce6: Download complete 05:11:05 b4d181a07f80: Verifying Checksum 05:11:05 b4d181a07f80: Download complete 05:11:07 b4d181a07f80: Pull complete 05:11:07 a1111a8f2ec3: Pull complete 05:11:07 ed53099fbce6: Pull complete 05:11:07 dc539afda2c1: Pull complete 05:11:08 77bc0d833cb6: Pull complete 05:11:08 9065ff56babe: Pull complete 05:11:10 d287ab97295c: Verifying Checksum 05:11:10 d287ab97295c: Download complete 05:11:10 using credential edgex-jenkins-ssh 05:11:10 Cloning the remote Git repository 05:11:10 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 05:11:10 > git init /w/workspace/device-rfid-llrp-go/11 # timeout=10 05:11:10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 05:11:10 > git --version # timeout=10 05:11:10 > git --version # 'git version 2.17.1' 05:11:10 using GIT_SSH to set credentials SSH Credentials for GitHub 05:11:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:11:11 Merging remotes/origin/main commit f6a1cf94d606acadd41c15aac79238c8c15b690a into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 05:11:11 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 05:11:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:11:11 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 05:11:11 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 05:11:11 using GIT_SSH to set credentials SSH Credentials for GitHub 05:11:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:11:12 > git config core.sparsecheckout # timeout=10 05:11:12 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 05:11:12 Merge succeeded, producing 3fedf17b71c5e2a2a60b5f9c3baafa9075d29507 05:11:12 Checking out Revision 3fedf17b71c5e2a2a60b5f9c3baafa9075d29507 (PR-29) 05:11:12 > git remote # timeout=10 05:11:12 > git config --get remote.origin.url # timeout=10 05:11:12 using GIT_SSH to set credentials SSH Credentials for GitHub 05:11:12 > git merge f6a1cf94d606acadd41c15aac79238c8c15b690a # timeout=10 05:11:12 > git rev-parse HEAD^{commit} # timeout=10 05:11:12 > git config core.sparsecheckout # timeout=10 05:11:12 > git checkout -f 3fedf17b71c5e2a2a60b5f9c3baafa9075d29507 # timeout=10 05:11:14 d287ab97295c: Pull complete 05:11:14 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 05:11:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:11:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 05:11:14 prd-centos7-docker-4c-2g-610 does not seem to be running inside a container 05:11:14 $ 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/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:11:16 Commit message: "Merge commit 'f6a1cf94d606acadd41c15aac79238c8c15b690a' into HEAD" 05:11:16 First time build. Skipping changelog. 05:11:16 05:11:16 GitHub has been notified of this commit’s build result 05:11:16 05:11:16 $ docker top f5162410065b3645cf2ae759903ea2e107cb0cc7f2c9c70930caa1d75ddd28fb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:11:17 provisioning config files... 05:11:17 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/11@tmp/config3612911754775884971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:11:17 ---> job-cost.sh 05:11:17 lf-activate-venv: SKIPPING 05:11:17 INFO: No Stack... 05:11:16 > git rev-list --no-walk eee86b2820ca58ad511a283f1999e47e0c14b3f4 # timeout=10 05:11:17 ---> docker-login.sh 05:11:17 nexus3.edgexfoundry.org:10001 05:11:18 INFO: Retrieving Pricing Info for: v3-standard-2 05:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:18 INFO: Archiving Costs [Pipeline] sh 05:11:19 + cat /w/workspace/device-rfid-llrp-go/11/archives/cost.csv 05:11:19 + cut -d, -f6 [Pipeline] lock 05:11:19 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] 05:11:19 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] did not exist. Created. 05:11:19 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] { [Pipeline] unstash 05:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:19 Configure a credential helper to remove this warning. See 05:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:19 05:11:19 Login Succeeded 05:11:19 nexus3.edgexfoundry.org:10002 [Pipeline] sh 05:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:19 + echo total: 0.05999999865889549 [Pipeline] stash 05:11:19 Stashed 1 file(s) [Pipeline] } 05:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:19 Configure a credential helper to remove this warning. See 05:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:19 05:11:19 Login Succeeded 05:11:19 nexus3.edgexfoundry.org:10003 05:11:19 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] // lock [Pipeline] } 05:11:19 $ docker stop --time=1 f5162410065b3645cf2ae759903ea2e107cb0cc7f2c9c70930caa1d75ddd28fb 05:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:19 Configure a credential helper to remove this warning. See 05:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:19 05:11:19 Login Succeeded 05:11:19 nexus3.edgexfoundry.org:10004 05:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:20 Configure a credential helper to remove this warning. See 05:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:20 05:11:20 Login Succeeded 05:11:20 docker.io 05:11:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:11:20 $ docker rm -f f5162410065b3645cf2ae759903ea2e107cb0cc7f2c9c70930caa1d75ddd28fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:11:21 Failed in branch amd64 05:11:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:11:21 Configure a credential helper to remove this warning. See 05:11:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:11:21 05:11:21 Login Succeeded 05:11:21 ---> docker-login.sh ends [Pipeline] } 05:11:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:11:22 ========================================================= 05:11:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 05:11:22 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 05:11:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 05:11:22 Sending build context to Docker daemon 1.196MB 05:11:22 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 05:11:22 Step 2/10 : FROM ${BASE} 05:11:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:11:22 595b0fe564bb: Pulling fs layer 05:11:22 24495759ef45: Pulling fs layer 05:11:22 d148012ef14d: Pulling fs layer 05:11:22 cb65c68fc2e2: Pulling fs layer 05:11:22 093eec477d81: Pulling fs layer 05:11:22 a6d5b2bbb924: Pulling fs layer 05:11:22 2446dc1eb7d3: Pulling fs layer 05:11:22 596795e73e0f: Pulling fs layer 05:11:22 cb65c68fc2e2: Waiting 05:11:22 093eec477d81: Waiting 05:11:22 a6d5b2bbb924: Waiting 05:11:22 2446dc1eb7d3: Waiting 05:11:22 596795e73e0f: Waiting 05:11:22 d148012ef14d: Verifying Checksum 05:11:22 d148012ef14d: Download complete 05:11:22 24495759ef45: Verifying Checksum 05:11:22 24495759ef45: Download complete 05:11:22 093eec477d81: Verifying Checksum 05:11:22 093eec477d81: Download complete 05:11:23 a6d5b2bbb924: Verifying Checksum 05:11:23 a6d5b2bbb924: Download complete 05:11:23 595b0fe564bb: Verifying Checksum 05:11:23 595b0fe564bb: Download complete 05:11:23 2446dc1eb7d3: Verifying Checksum 05:11:23 2446dc1eb7d3: Download complete 05:11:23 595b0fe564bb: Pull complete 05:11:24 24495759ef45: Pull complete 05:11:24 d148012ef14d: Pull complete 05:11:25 596795e73e0f: Verifying Checksum 05:11:25 596795e73e0f: Download complete 05:11:27 cb65c68fc2e2: Verifying Checksum 05:11:27 cb65c68fc2e2: Download complete 05:11:37 cb65c68fc2e2: Pull complete 05:11:37 093eec477d81: Pull complete 05:11:38 a6d5b2bbb924: Pull complete 05:11:38 2446dc1eb7d3: Pull complete 05:11:43 596795e73e0f: Pull complete 05:11:43 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 05:11:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 05:11:43 ---> d9e956139c92 05:11:43 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 05:11:45 ---> Running in 52ff3fbcffde 05:11:45 Removing intermediate container 52ff3fbcffde 05:11:45 ---> 118a8c26e8fc 05:11:45 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 05:11:45 ---> Running in 83bade59b948 05:11:46 Removing intermediate container 83bade59b948 05:11:46 ---> 1a9fcb0407c3 05:11:46 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 05:11:46 ---> Running in 5d578c1d0be9 05:11:46 Removing intermediate container 5d578c1d0be9 05:11:46 ---> 878bef3f4414 05:11:46 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:11:46 ---> Running in 42ff855160f4 05:11:49 Removing intermediate container 42ff855160f4 05:11:49 ---> 27845358f629 05:11:49 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:11:49 ---> Running in cab88c503c16 05:11:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 05:11:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 05:11:52 OK: 138 MiB in 40 packages 05:11:53 Removing intermediate container cab88c503c16 05:11:53 ---> 09661a088038 05:11:53 Step 8/10 : WORKDIR /device-rfid-llrp-go 05:11:53 ---> Running in 8f064ca9a971 05:11:54 Removing intermediate container 8f064ca9a971 05:11:54 ---> 686f0e9462ea 05:11:54 Step 9/10 : COPY . . 05:11:55 ---> 5110043cd39a 05:11:55 Step 10/10 : RUN go mod download 05:11:55 ---> Running in e2152c952073 05:12:17 Removing intermediate container e2152c952073 05:12:17 ---> 77c57e958fce 05:12:17 Successfully built 77c57e958fce 05:12:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:12:17 + docker inspect -f . ci-base-image-arm64 05:12:17 . [Pipeline] withDockerContainer 05:12:18 prd-ubuntu18.04-docker-arm64-4c-16g-609 does not seem to be running inside a container 05:12:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/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 ******** ci-base-image-arm64 cat 05:12:19 $ docker top 24cd2247138ff92994792140dc9428196179be8deb27d087e4b992a524f1db54 -eo pid,comm [Pipeline] { [Pipeline] sh 05:12:20 + go version 05:12:20 go version go1.16.5 linux/arm64 [Pipeline] } 05:12:20 $ docker stop --time=1 24cd2247138ff92994792140dc9428196179be8deb27d087e4b992a524f1db54 05:12:22 $ docker rm -f 24cd2247138ff92994792140dc9428196179be8deb27d087e4b992a524f1db54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:12:23 + docker inspect -f . ci-base-image-arm64 05:12:23 . [Pipeline] withDockerContainer 05:12:23 prd-ubuntu18.04-docker-arm64-4c-16g-609 does not seem to be running inside a container 05:12:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/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 ******** ci-base-image-arm64 cat 05:12:25 $ docker top e6e41fc7c3e749759cf89481462fdd29dd562e62baa2c69367d49af913ebbc4b -eo pid,comm [Pipeline] { [Pipeline] sh 05:12:26 + go mod tidy [Pipeline] sh 05:12:27 + make test 05:12:27 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 05:12:28 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 05:12:55 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 05:12:55 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 05:12:55 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 05:12:55 have (string, bool, string, string) 05:12:55 want (string, string) 05:13:10 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 05:13:10 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.487s coverage: 52.0% of statements 05:13:10 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.045s coverage: 96.4% of statements 05:13:10 make: *** [Makefile:26: test] Error 2 [Pipeline] } 05:13:10 $ docker stop --time=1 e6e41fc7c3e749759cf89481462fdd29dd562e62baa2c69367d49af913ebbc4b 05:13:13 $ docker rm -f e6e41fc7c3e749759cf89481462fdd29dd562e62baa2c69367d49af913ebbc4b [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:13:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:14 05:13:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 05:13:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:14 arm64: Pulling from edgex-lftools-log-publisher 05:13:14 448f6bf000e3: Pulling fs layer 05:13:14 f757da607395: Pulling fs layer 05:13:14 05883995daec: Pulling fs layer 05:13:14 8603b9c90790: Pulling fs layer 05:13:14 1560dd03e051: Pulling fs layer 05:13:14 27f5ce0e4adf: Pulling fs layer 05:13:14 c2d8d7efcc4b: Pulling fs layer 05:13:14 1560dd03e051: Waiting 05:13:14 27f5ce0e4adf: Waiting 05:13:14 8603b9c90790: Waiting 05:13:14 c2d8d7efcc4b: Waiting 05:13:15 f757da607395: Verifying Checksum 05:13:15 f757da607395: Download complete 05:13:15 8603b9c90790: Download complete 05:13:15 1560dd03e051: Verifying Checksum 05:13:15 1560dd03e051: Download complete 05:13:15 27f5ce0e4adf: Verifying Checksum 05:13:15 27f5ce0e4adf: Download complete 05:13:15 05883995daec: Verifying Checksum 05:13:15 05883995daec: Download complete 05:13:17 448f6bf000e3: Verifying Checksum 05:13:17 448f6bf000e3: Download complete 05:13:20 c2d8d7efcc4b: Verifying Checksum 05:13:20 c2d8d7efcc4b: Download complete 05:13:20 448f6bf000e3: Pull complete 05:13:21 f757da607395: Pull complete 05:13:22 05883995daec: Pull complete 05:13:22 8603b9c90790: Pull complete 05:13:23 1560dd03e051: Pull complete 05:13:24 27f5ce0e4adf: Pull complete 05:13:39 c2d8d7efcc4b: Pull complete 05:13:39 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 05:13:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:13:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 05:13:39 prd-ubuntu18.04-docker-arm64-4c-16g-609 does not seem to be running inside a container 05:13:39 $ 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/device-rfid-llrp-go/11 -v /w/workspace/device-rfid-llrp-go/11:/w/workspace/device-rfid-llrp-go/11:rw,z -v /w/workspace/device-rfid-llrp-go/11@tmp:/w/workspace/device-rfid-llrp-go/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:13:43 $ docker top 7a8b014937d29c74680e85c3f49a32263f0599ae5128d6e0a1968d6a2ef78828 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:13:44 ---> job-cost.sh 05:13:44 lf-activate-venv: SKIPPING 05:13:44 INFO: No Stack... 05:13:45 INFO: Retrieving Pricing Info for: v2-standard-4 05:13:46 INFO: Archiving Costs [Pipeline] sh 05:13:47 + cut -d, -f6 05:13:47 + cat /w/workspace/device-rfid-llrp-go/11/archives/cost.csv [Pipeline] lock 05:13:47 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] 05:13:47 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] did not exist. Created. 05:13:47 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:13:48 /w/workspace/device-rfid-llrp-go/11@tmp/durable-ba45bcc0/script.sh: 1: /w/workspace/device-rfid-llrp-go/11@tmp/durable-ba45bcc0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:13:48 + echo total: 0.18000000715255737 [Pipeline] stash 05:13:48 Warning: overwriting stash ‘stack-cost’ 05:13:49 Stashed 1 file(s) [Pipeline] } 05:13:49 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-11-stack-cost] [Pipeline] // lock [Pipeline] } 05:13:49 $ docker stop --time=1 7a8b014937d29c74680e85c3f49a32263f0599ae5128d6e0a1968d6a2ef78828 05:13:50 $ docker rm -f 7a8b014937d29c74680e85c3f49a32263f0599ae5128d6e0a1968d6a2ef78828 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:13:51 Failed in branch arm64 [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] { (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 05:13:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:13:53 ---> package-listing.sh 05:13:53 ++ facter osfamily 05:13:53 ++ tr '[:upper:]' '[:lower:]' 05:13:54 + OS_FAMILY=redhat 05:13:54 + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 05:13:54 + START_PACKAGES=/tmp/packages_start.txt 05:13:54 + END_PACKAGES=/tmp/packages_end.txt 05:13:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:13:54 + PACKAGES=/tmp/packages_start.txt 05:13:54 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 05:13:54 + PACKAGES=/tmp/packages_end.txt 05:13:54 + case "${OS_FAMILY}" in 05:13:54 + sort 05:13:54 + rpm -qa 05:13:54 + '[' -f /tmp/packages_start.txt ']' 05:13:54 + '[' -f /tmp/packages_end.txt ']' 05:13:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:13:54 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 05:13:54 + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ 05:13:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [Pipeline] echo 05:13:54 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/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:13:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:13:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:55 05:13:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 05:13:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:13:55 latest: Pulling from edgex-lftools-log-publisher 05:13:55 b4d181a07f80: Pulling fs layer 05:13:55 a1111a8f2ec3: Pulling fs layer 05:13:55 ed53099fbce6: Pulling fs layer 05:13:55 dc539afda2c1: Pulling fs layer 05:13:55 77bc0d833cb6: Pulling fs layer 05:13:55 9065ff56babe: Pulling fs layer 05:13:55 d287ab97295c: Pulling fs layer 05:13:55 dc539afda2c1: Waiting 05:13:55 77bc0d833cb6: Waiting 05:13:55 9065ff56babe: Waiting 05:13:55 d287ab97295c: Waiting 05:13:56 a1111a8f2ec3: Verifying Checksum 05:13:56 a1111a8f2ec3: Download complete 05:13:56 dc539afda2c1: Verifying Checksum 05:13:56 dc539afda2c1: Download complete 05:13:56 77bc0d833cb6: Verifying Checksum 05:13:56 77bc0d833cb6: Download complete 05:13:56 9065ff56babe: Verifying Checksum 05:13:56 9065ff56babe: Download complete 05:13:56 ed53099fbce6: Verifying Checksum 05:13:56 ed53099fbce6: Download complete 05:13:57 b4d181a07f80: Verifying Checksum 05:13:57 b4d181a07f80: Download complete 05:13:58 b4d181a07f80: Pull complete 05:13:59 a1111a8f2ec3: Pull complete 05:13:59 ed53099fbce6: Pull complete 05:13:59 dc539afda2c1: Pull complete 05:13:59 77bc0d833cb6: Pull complete 05:13:59 9065ff56babe: Pull complete 05:14:02 d287ab97295c: Verifying Checksum 05:14:02 d287ab97295c: Download complete 05:14:06 d287ab97295c: Pull complete 05:14:06 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 05:14:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:14:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 05:14:06 prd-centos7-docker-4c-2g-606 does not seem to be running inside a container 05:14:06 $ 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/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@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:latest cat 05:14:09 $ docker top 18502c4158c610176c7dd55ac73c76501fc2865fde8d78635d7792c7eab05ea7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:09 + touch /tmp/pre-build-complete [Pipeline] sh 05:14:09 + mkdir -p /var/log/sysstat [Pipeline] sh 05:14:10 + ls /var/log/sa-host 05:14:10 + sadf -c /var/log/sa-host/sa05 05:14:10 file_magic: OK 05:14:10 HZ: Using current value: 100 05:14:10 file_header: OK 05:14:10 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 05:14:10 Statistics: 05:14:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:14:10 File successfully converted to sysstat format version 12.0.3 05:14:10 + sadf -c /var/log/sa-host/sa30 05:14:10 file_magic: OK 05:14:10 HZ: Using current value: 100 05:14:10 file_header: OK 05:14:10 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 05:14:10 Statistics: 05:14:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:14:10 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:14:10 provisioning config files... 05:14:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config4192619005254076700tmp [Pipeline] { [Pipeline] echo 05:14:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:14:10 ---> create-netrc.sh [Pipeline] } 05:14:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:14:11 ---> python-tools-install.sh [Pipeline] echo 05:14:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:14:11 ---> sudo-logs.sh 05:14:11 Archiving 'sudo' log.. 05:14:11 sudo: unable to resolve host prd-centos7-docker-4c-2g-606.vexxhost.local: Name or service not known 05:14:11 sudo: unable to resolve host prd-centos7-docker-4c-2g-606.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 05:14:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:14:12 ---> job-cost.sh 05:14:12 lf-activate-venv: SKIPPING 05:14:12 DEBUG: total: 0.18000000715255737 05:14:12 INFO: Retrieving Stack Cost... 05:14:12 INFO: Retrieving Pricing Info for: v3-standard-2 05:14:13 INFO: Archiving Costs [Pipeline] echo 05:14:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:14:13 ---> logs-deploy.sh 05:14:13 lf-activate-venv: SKIPPING 05:14:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/11 05:14:13 INFO: archiving workspace using pattern(s): 05:14:14 Archives upload complete. 05:14:14 INFO: archiving logs to Nexus 05:14:15 ---> uname -a: 05:14:15 Linux prd-centos7-docker-4c-2g-606.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 05:14:15 05:14:15 05:14:15 ---> lscpu: 05:14:15 Architecture: x86_64 05:14:15 CPU op-mode(s): 32-bit, 64-bit 05:14:15 Byte Order: Little Endian 05:14:15 Address sizes: 40 bits physical, 48 bits virtual 05:14:15 CPU(s): 2 05:14:15 On-line CPU(s) list: 0,1 05:14:15 Thread(s) per core: 1 05:14:15 Core(s) per socket: 1 05:14:15 Socket(s): 2 05:14:15 NUMA node(s): 1 05:14:15 Vendor ID: AuthenticAMD 05:14:15 CPU family: 23 05:14:15 Model: 49 05:14:15 Model name: AMD EPYC-Rome Processor 05:14:15 Stepping: 0 05:14:15 CPU MHz: 2799.998 05:14:15 BogoMIPS: 5599.99 05:14:15 Virtualization: AMD-V 05:14:15 Hypervisor vendor: KVM 05:14:15 Virtualization type: full 05:14:15 L1d cache: 32K 05:14:15 L1i cache: 32K 05:14:15 L2 cache: 512K 05:14:15 L3 cache: 16384K 05:14:15 NUMA node0 CPU(s): 0,1 05:14:15 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 05:14:15 05:14:15 05:14:15 ---> nproc: 05:14:15 2 05:14:15 05:14:15 05:14:15 ---> df -h: 05:14:15 Filesystem Size Used Avail Use% Mounted on 05:14:15 overlay 40G 7.7G 33G 20% / 05:14:15 tmpfs 64M 0 64M 0% /dev 05:14:15 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 05:14:15 shm 64M 0 64M 0% /dev/shm 05:14:15 /dev/vda1 40G 7.7G 33G 20% /facter-os 05:14:15 05:14:15 05:14:15 ---> sar -b -r -n DEV: 05:14:15 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/30/21 _x86_64_ (2 CPU) 05:14:15 05:14:15 05:07:06 LINUX RESTART (2 CPU) 05:14:15 05:14:15 05:08:01 tps rtps wtps bread/s bwrtn/s 05:14:15 05:09:01 2.51 0.00 2.51 0.00 96.02 05:14:15 05:10:01 0.50 0.02 0.48 0.53 8.31 05:14:15 05:11:01 0.35 0.00 0.35 0.00 5.00 05:14:15 05:12:01 0.28 0.00 0.28 0.00 4.33 05:14:15 05:13:01 0.37 0.00 0.37 0.00 4.95 05:14:15 05:14:01 3.78 0.10 3.68 9.99 134.39 05:14:15 Average: 1.30 0.02 1.28 1.75 42.17 05:14:15 05:14:15 05:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:14:15 05:09:01 5472540 0 799712 9.99 2620 1734068 1248640 13.79 573572 1565432 16 05:14:15 05:10:01 5472536 0 799708 9.99 2620 1734076 1205488 13.31 569296 1570364 12 05:14:15 05:11:01 5472268 0 799916 9.99 2620 1734136 1205512 13.31 577320 1562476 24 05:14:15 05:12:01 5471064 0 801172 10.00 2620 1734084 1205524 13.31 577720 1563140 8 05:14:15 05:13:01 5472964 0 799268 9.98 2620 1734088 1205344 13.31 573556 1566276 8 05:14:15 05:14:01 5190176 0 860880 10.75 2620 1955264 1392896 15.38 749600 1644828 220332 05:14:15 Average: 5425258 0 810109 10.12 2620 1770953 1243901 13.73 603511 1578753 36733 05:14:15 05:14:15 05:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:14:15 05:09:01 eth0 6.78 2.93 4.17 0.20 0.00 0.00 0.00 0.00 05:14:15 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:10:01 eth0 2.05 0.73 0.64 0.40 0.00 0.00 0.00 0.00 05:14:15 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:11:01 eth0 0.60 0.33 0.28 0.20 0.00 0.00 0.00 0.00 05:14:15 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:12:01 eth0 0.62 0.37 0.28 0.20 0.00 0.00 0.00 0.00 05:14:15 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:13:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 05:14:15 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:14:01 eth0 379.16 248.98 2351.33 20.90 0.00 0.00 0.00 0.00 05:14:15 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 Average: eth0 64.91 42.25 392.84 3.66 0.00 0.00 0.00 0.00 05:14:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:14:15 05:14:15 05:14:15 ---> sar -P ALL: 05:14:15 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/30/21 _x86_64_ (2 CPU) 05:14:15 05:14:15 05:07:06 LINUX RESTART (2 CPU) 05:14:15 05:14:15 05:08:01 CPU %user %nice %system %iowait %steal %idle 05:14:15 05:09:01 all 0.16 0.00 0.08 0.00 0.02 99.75 05:14:15 05:09:01 0 0.12 0.00 0.08 0.00 0.02 99.78 05:14:15 05:09:01 1 0.20 0.00 0.07 0.00 0.02 99.72 05:14:15 05:10:01 all 0.18 0.00 0.06 0.00 0.03 99.74 05:14:15 05:10:01 0 0.08 0.00 0.07 0.00 0.02 99.83 05:14:15 05:10:01 1 0.27 0.00 0.05 0.00 0.03 99.65 05:14:15 05:11:01 all 0.14 0.00 0.04 0.00 0.03 99.78 05:14:15 05:11:01 0 0.03 0.00 0.03 0.00 0.05 99.88 05:14:15 05:11:01 1 0.25 0.00 0.05 0.00 0.02 99.68 05:14:15 05:12:01 all 0.17 0.00 0.04 0.00 0.02 99.77 05:14:15 05:12:01 0 0.05 0.00 0.05 0.00 0.02 99.88 05:14:15 05:12:01 1 0.28 0.00 0.03 0.00 0.02 99.67 05:14:15 05:13:01 all 0.15 0.00 0.04 0.00 0.03 99.78 05:14:15 05:13:01 0 0.13 0.00 0.03 0.00 0.05 99.78 05:14:15 05:13:01 1 0.17 0.00 0.05 0.00 0.00 99.78 05:14:15 05:14:01 all 3.38 0.00 1.17 0.01 0.03 95.41 05:14:15 05:14:01 0 2.71 0.00 1.29 0.00 0.03 95.97 05:14:15 05:14:01 1 4.04 0.00 1.06 0.02 0.03 94.84 05:14:15 Average: all 0.69 0.00 0.24 0.00 0.03 99.05 05:14:15 Average: 0 0.52 0.00 0.26 0.00 0.03 99.20 05:14:15 Average: 1 0.87 0.00 0.22 0.00 0.02 98.89 05:14:15 05:14:15 05:14:15