Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+b1162a6ab64ed623d797fbee07d81df3d746b7df (d0e56c60744b74a27e2dd43f12007fcb23052103) 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-ssh5749092543189640095.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh3968375743819542601.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh6052702201407971505.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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-ssh2247912135736030635.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-ssh5665915475000356225.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_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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3098 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-ssh1713433625315168845.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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-ssh1247268941343627815.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 Merging remotes/origin/main commit b1162a6ab64ed623d797fbee07d81df3d746b7df into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing e272494ba7b0077447aef7063a45fa1618af0d7f Checking out Revision e272494ba7b0077447aef7063a45fa1618af0d7f (PR-29) > 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-ssh1511813318511622371.key > git merge b1162a6ab64ed623d797fbee07d81df3d746b7df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e272494ba7b0077447aef7063a45fa1618af0d7f # timeout=10 Commit message: "Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:08:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:08:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:08:13 ========================================================= 17:08:13 EdgeX Global Pipelines Version Info 17:08:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 68800ccfbb530bae16c5b3a6e2fd53144751a313 # timeout=10 17:08:14 ------------------- 17:08:14 stable info: 17:08:14 ------------------- 17:08:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:08:14 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 17:08:14 Message: update stable to v1.0.197 17:08:15 ------------------- 17:08:15 experimental info: 17:08:15 ------------------- 17:08:15 Commited By: **** collab-it+edgex@linuxfoundation.org 17:08:15 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 17:08:15 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:08:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo 17:08:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo 17:08:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo 17:08:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e272494ba7b0077447aef7063a45fa1618af0d7f [Pipeline] echo 17:08:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e272494 [Pipeline] echo 17:08:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:08:16 provisioning config files... 17:08:16 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config6108349286016398732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:08:16 ---> docker-login.sh 17:08:16 nexus3.edgexfoundry.org:10001 17:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:16 Configure a credential helper to remove this warning. See 17:08:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:16 17:08:16 Login Succeeded 17:08:16 nexus3.edgexfoundry.org:10002 17:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:17 Configure a credential helper to remove this warning. See 17:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:17 17:08:17 Login Succeeded 17:08:17 nexus3.edgexfoundry.org:10003 17:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:17 Configure a credential helper to remove this warning. See 17:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:17 17:08:17 Login Succeeded 17:08:17 nexus3.edgexfoundry.org:10004 17:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:17 Configure a credential helper to remove this warning. See 17:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:17 17:08:17 Login Succeeded 17:08:17 docker.io 17:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:17 Configure a credential helper to remove this warning. See 17:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:17 17:08:17 Login Succeeded 17:08:17 ---> docker-login.sh ends [Pipeline] } 17:08:17 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 17:08:18 + git log --format=format:%s -1 e272494ba7b0077447aef7063a45fa1618af0d7f [Pipeline] echo 17:08:18 GIT_COMMIT: e272494ba7b0077447aef7063a45fa1618af0d7f, Commit Message: Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD [Pipeline] echo 17:08:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:18 17:08:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:08:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:19 latest: Pulling from edgex-devops/git-semver 17:08:19 31603596830f: Pulling fs layer 17:08:19 b6dc333f4379: Pulling fs layer 17:08:19 3d9ef1400e77: Pulling fs layer 17:08:19 fd332fbdc1db: Pulling fs layer 17:08:19 fd332fbdc1db: Waiting 17:08:19 b6dc333f4379: Verifying Checksum 17:08:19 b6dc333f4379: Download complete 17:08:19 31603596830f: Verifying Checksum 17:08:19 31603596830f: Download complete 17:08:19 31603596830f: Pull complete 17:08:19 fd332fbdc1db: Verifying Checksum 17:08:19 fd332fbdc1db: Download complete 17:08:19 b6dc333f4379: Pull complete 17:08:19 3d9ef1400e77: Verifying Checksum 17:08:19 3d9ef1400e77: Download complete 17:08:20 3d9ef1400e77: Pull complete 17:08:20 fd332fbdc1db: Pull complete 17:08:20 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 17:08:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:08:20 prd-centos7-docker-4c-2g-3098 does not seem to be running inside a container 17:08:20 $ 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 17:08:21 $ docker top f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:08:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:22 [ssh-agent] Looking for ssh-agent implementation... 17:08:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:22 $ docker exec f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent 17:08:22 SSH_AUTH_SOCK=/tmp/ssh-gsViI8BJsOqy/agent.12 17:08:22 SSH_AGENT_PID=18 17:08:22 Running ssh-add (command line suppressed) 17:08:22 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3777223307858558726.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3777223307858558726.key) 17:08:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:22 + git tag --points-at HEAD [Pipeline] } 17:08:22 $ docker exec --env ******** --env ******** f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent -k 17:08:22 unset SSH_AUTH_SOCK; 17:08:22 unset SSH_AGENT_PID; 17:08:22 echo Agent pid 18 killed; 17:08:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:08:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:22 [ssh-agent] Looking for ssh-agent implementation... 17:08:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:23 $ docker exec f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent 17:08:23 SSH_AUTH_SOCK=/tmp/ssh-JsXlbzgQ0E96/agent.52 17:08:23 SSH_AGENT_PID=58 17:08:23 Running ssh-add (command line suppressed) 17:08:23 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_1634079909179860843.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_1634079909179860843.key) 17:08:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:23 + git semver init 17:08:23 # -> Open(): unable to determine branch for HEAD 17:08:23 # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git 17:08:23 # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 17:08:23 # $SEMVER_REMOTE_NAME = origin 17:08:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:08:23 # $SEMVER_USER_NAME = edgex-jenkins 17:08:23 # $SEMVER_BRANCH = PR-29 17:08:23 # $SEMVER_TEMP = /tmp/semver-426116488 17:08:23 # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP 17:08:24 # '/tmp/semver-426116488' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' 17:08:24 # -> Force: false 17:08:24 # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } 17:08:24 $ docker exec --env ******** --env ******** f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a ssh-agent -k 17:08:24 unset SSH_AUTH_SOCK; 17:08:24 unset SSH_AGENT_PID; 17:08:24 echo Agent pid 58 killed; 17:08:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:08:24 + git semver [Pipeline] } 17:08:24 $ docker stop --time=1 f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a 17:08:26 $ docker rm -f f0157d46bb92881c32488e6db97c3b4387f757761e8ffe017213ecd54a537c3a [Pipeline] // withDockerContainer [Pipeline] sh 17:08:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:08:26 Stashed 1 file(s) [Pipeline] echo 17:08:26 [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 17:08:41 Still waiting to schedule task 17:08:41 ‘prd-centos7-builder-2c-1g-3095’ doesn’t have label ‘centos7-docker-4c-2g’ 17:08:41 ‘prd-centos7-docker-4c-2g-2785’ is offline 17:08:41 ‘prd-centos7-docker-4c-2g-3100’ is offline 17:08:41 Still waiting to schedule task 17:08:41 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3096’ 17:08:54 Running on prd-centos7-docker-4c-2g-3101 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws 17:08:54 Running in /w/workspace/device-rfid-llrp-go/9 [Pipeline] { [Pipeline] checkout 17:08:54 Selected Git installation does not exist. Using Default 17:08:54 The recommended git tool is: NONE 17:08:57 using credential edgex-jenkins-ssh 17:08:57 Cloning the remote Git repository 17:08:56 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:08:56 > git init /w/workspace/device-rfid-llrp-go/9 # timeout=10 17:08:56 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:08:56 > git --version # timeout=10 17:08:56 > git --version # 'git version 2.24.4' 17:08:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:56 [INFO] Currently running in a labeled security context 17:08:56 [INFO] Currently SELinux is 'enforcing' on the host 17:08:56 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/9@tmp/jenkins-gitclient-ssh5717712688777874243.key 17:08:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:57 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:08:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:57 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:08:57 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:08:57 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:57 [INFO] Currently running in a labeled security context 17:08:57 [INFO] Currently SELinux is 'enforcing' on the host 17:08:57 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/9@tmp/jenkins-gitclient-ssh1511395936286954406.key 17:08:57 > 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 17:08:58 Merging remotes/origin/main commit b1162a6ab64ed623d797fbee07d81df3d746b7df into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 17:08:58 Merge succeeded, producing 613d84d8b24696683c6fe9c2c32c71fd8798fbc6 17:08:58 Checking out Revision 613d84d8b24696683c6fe9c2c32c71fd8798fbc6 (PR-29) 17:08:57 > git config core.sparsecheckout # timeout=10 17:08:57 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 17:08:57 > git remote # timeout=10 17:08:57 > git config --get remote.origin.url # timeout=10 17:08:57 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:57 [INFO] Currently running in a labeled security context 17:08:57 [INFO] Currently SELinux is 'enforcing' on the host 17:08:57 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/9@tmp/jenkins-gitclient-ssh803803594973309077.key 17:08:57 > git merge b1162a6ab64ed623d797fbee07d81df3d746b7df # timeout=10 17:08:58 > git rev-parse HEAD^{commit} # timeout=10 17:08:58 > git config core.sparsecheckout # timeout=10 17:08:58 > git checkout -f 613d84d8b24696683c6fe9c2c32c71fd8798fbc6 # timeout=10 17:09:02 Commit message: "Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD" 17:09:02 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:09:02 provisioning config files... 17:09:02 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/9@tmp/config8677927647123074858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:09:01 > git rev-list --no-walk 68800ccfbb530bae16c5b3a6e2fd53144751a313 # timeout=10 17:09:03 ---> docker-login.sh 17:09:03 nexus3.edgexfoundry.org:10001 17:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:03 Configure a credential helper to remove this warning. See 17:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:03 17:09:03 Login Succeeded 17:09:03 nexus3.edgexfoundry.org:10002 17:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:03 Configure a credential helper to remove this warning. See 17:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:03 17:09:03 Login Succeeded 17:09:03 nexus3.edgexfoundry.org:10003 17:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:03 Configure a credential helper to remove this warning. See 17:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:03 17:09:03 Login Succeeded 17:09:03 nexus3.edgexfoundry.org:10004 17:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:04 Configure a credential helper to remove this warning. See 17:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:04 17:09:04 Login Succeeded 17:09:04 docker.io 17:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:04 Configure a credential helper to remove this warning. See 17:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:04 17:09:04 Login Succeeded 17:09:04 ---> docker-login.sh ends [Pipeline] } 17:09:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:09:04 ========================================================= 17:09:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:09:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:09:04 + 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 . 17:09:04 Sending build context to Docker daemon 1.197MB 17:09:04 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 17:09:04 Step 2/10 : FROM ${BASE} 17:09:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:09:06 540db60ca938: Pulling fs layer 17:09:06 adcc1eea9eea: Pulling fs layer 17:09:06 4c4ab2625f07: Pulling fs layer 17:09:06 0773c198feca: Pulling fs layer 17:09:06 345f892a5656: Pulling fs layer 17:09:06 4796506630df: Pulling fs layer 17:09:06 cc55df3e53f1: Pulling fs layer 17:09:06 4d027b6c602c: Pulling fs layer 17:09:06 449e75d2c14e: Pulling fs layer 17:09:06 4796506630df: Waiting 17:09:06 cc55df3e53f1: Waiting 17:09:06 4d027b6c602c: Waiting 17:09:06 0773c198feca: Waiting 17:09:06 345f892a5656: Waiting 17:09:06 449e75d2c14e: Waiting 17:09:06 4c4ab2625f07: Verifying Checksum 17:09:06 4c4ab2625f07: Download complete 17:09:06 adcc1eea9eea: Verifying Checksum 17:09:06 adcc1eea9eea: Download complete 17:09:06 345f892a5656: Verifying Checksum 17:09:06 345f892a5656: Download complete 17:09:06 4796506630df: Verifying Checksum 17:09:06 4796506630df: Download complete 17:09:06 cc55df3e53f1: Verifying Checksum 17:09:06 cc55df3e53f1: Download complete 17:09:06 540db60ca938: Verifying Checksum 17:09:06 540db60ca938: Download complete 17:09:06 540db60ca938: Pull complete 17:09:06 adcc1eea9eea: Pull complete 17:09:06 4c4ab2625f07: Pull complete 17:09:07 4d027b6c602c: Verifying Checksum 17:09:07 4d027b6c602c: Download complete 17:09:09 449e75d2c14e: Verifying Checksum 17:09:09 449e75d2c14e: Download complete 17:09:10 0773c198feca: Verifying Checksum 17:09:10 0773c198feca: Download complete 17:09:14 0773c198feca: Pull complete 17:09:14 345f892a5656: Pull complete 17:09:14 4796506630df: Pull complete 17:09:14 cc55df3e53f1: Pull complete 17:09:14 4d027b6c602c: Pull complete 17:09:15 449e75d2c14e: Pull complete 17:09:15 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 17:09:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:09:15 ---> 0d28375d9b5b 17:09:15 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 17:09:17 ---> Running in 9a5f20144684 17:09:17 Removing intermediate container 9a5f20144684 17:09:17 ---> ed553e337fba 17:09:17 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 17:09:17 ---> Running in 9699870ca007 17:09:17 Removing intermediate container 9699870ca007 17:09:17 ---> f20f77468981 17:09:17 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:09:17 ---> Running in c3fea5e99804 17:09:17 Removing intermediate container c3fea5e99804 17:09:17 ---> 827826e2e133 17:09:17 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:17 ---> Running in dea947aa3a0a 17:09:18 Removing intermediate container dea947aa3a0a 17:09:18 ---> 603ca5573fbf 17:09:18 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:09:18 ---> Running in 0929cac6d03e 17:09:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:09:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:09:19 OK: 149 MiB in 40 packages 17:09:20 Removing intermediate container 0929cac6d03e 17:09:20 ---> 75b0f2783a17 17:09:20 Step 8/10 : WORKDIR /device-rfid-llrp-go 17:09:20 ---> Running in d57f73cb5261 17:09:20 Removing intermediate container d57f73cb5261 17:09:20 ---> f81473bfb86d 17:09:20 Step 9/10 : COPY . . 17:09:20 ---> 15136d35b91d 17:09:20 Step 10/10 : RUN go mod download 17:09:20 ---> Running in 194d9651c2c5 17:09:30 Removing intermediate container 194d9651c2c5 17:09:30 ---> d7dd8d1f1d71 17:09:30 Successfully built d7dd8d1f1d71 17:09:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:09:30 + docker inspect -f . ci-base-image-x86_64 17:09:30 . [Pipeline] withDockerContainer 17:09:30 prd-centos7-docker-4c-2g-3101 does not seem to be running inside a container 17:09:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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 17:09:31 $ docker top 2dc2e4d9e51861f206744f61d990bb7d71314da7406d6870456c06f095cd044e -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:31 + go version 17:09:31 go version go1.16.5 linux/amd64 [Pipeline] } 17:09:31 $ docker stop --time=1 2dc2e4d9e51861f206744f61d990bb7d71314da7406d6870456c06f095cd044e 17:09:33 $ docker rm -f 2dc2e4d9e51861f206744f61d990bb7d71314da7406d6870456c06f095cd044e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:09:33 + docker inspect -f . ci-base-image-x86_64 17:09:33 . [Pipeline] withDockerContainer 17:09:33 prd-centos7-docker-4c-2g-3101 does not seem to be running inside a container 17:09:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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 17:09:34 $ docker top e0c5d3120d639ccead67ac1f9852b08e9dcf155cfe14c118cbf21c18e234a0a9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:34 + go mod tidy [Pipeline] sh 17:09:34 + make test 17:09:34 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:09:35 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 17:09:40 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 17:09:40 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 17:09:40 /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 17:09:40 have (string, bool, string, string) 17:09:40 want (string, string) 17:09:47 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 17:09:47 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 52.0% of statements 17:09:47 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.022s coverage: 94.6% of statements 17:09:47 make: *** [Makefile:26: test] Error 2 [Pipeline] } 17:09:47 $ docker stop --time=1 e0c5d3120d639ccead67ac1f9852b08e9dcf155cfe14c118cbf21c18e234a0a9 17:09:49 $ docker rm -f e0c5d3120d639ccead67ac1f9852b08e9dcf155cfe14c118cbf21c18e234a0a9 [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 17:09:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:09:50 17:09:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 17:09:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:09:50 latest: Pulling from edgex-lftools-log-publisher 17:09:50 b4d181a07f80: Pulling fs layer 17:09:50 a1111a8f2ec3: Pulling fs layer 17:09:50 ed53099fbce6: Pulling fs layer 17:09:50 dc539afda2c1: Pulling fs layer 17:09:50 77bc0d833cb6: Pulling fs layer 17:09:50 9065ff56babe: Pulling fs layer 17:09:50 d287ab97295c: Pulling fs layer 17:09:50 77bc0d833cb6: Waiting 17:09:50 9065ff56babe: Waiting 17:09:50 d287ab97295c: Waiting 17:09:50 dc539afda2c1: Waiting 17:09:50 a1111a8f2ec3: Verifying Checksum 17:09:50 a1111a8f2ec3: Download complete 17:09:50 dc539afda2c1: Verifying Checksum 17:09:50 dc539afda2c1: Download complete 17:09:51 77bc0d833cb6: Download complete 17:09:51 9065ff56babe: Verifying Checksum 17:09:51 9065ff56babe: Download complete 17:09:51 ed53099fbce6: Verifying Checksum 17:09:51 ed53099fbce6: Download complete 17:09:51 b4d181a07f80: Verifying Checksum 17:09:51 b4d181a07f80: Download complete 17:09:52 b4d181a07f80: Pull complete 17:09:53 a1111a8f2ec3: Pull complete 17:09:53 ed53099fbce6: Pull complete 17:09:53 dc539afda2c1: Pull complete 17:09:53 77bc0d833cb6: Pull complete 17:09:54 9065ff56babe: Pull complete 17:09:55 d287ab97295c: Verifying Checksum 17:09:55 d287ab97295c: Download complete 17:10:00 d287ab97295c: Pull complete 17:10:00 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 17:10:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:10:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 17:10:00 prd-centos7-docker-4c-2g-3101 does not seem to be running inside a container 17:10:00 $ 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/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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 17:10:02 $ docker top d0761139259f5d0d5684e9aab3d6c45245e6dfa757e05e657f50479c710837ae -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:10:03 ---> job-cost.sh 17:10:03 lf-activate-venv: SKIPPING 17:10:03 INFO: No Stack... 17:10:04 INFO: Retrieving Pricing Info for: v3-standard-2 17:10:04 INFO: Archiving Costs [Pipeline] sh 17:10:04 + cat /w/workspace/device-rfid-llrp-go/9/archives/cost.csv 17:10:04 + cut -d, -f6 [Pipeline] lock 17:10:04 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] 17:10:04 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] did not exist. Created. 17:10:04 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:10:05 + echo total: 0.05999999865889549 [Pipeline] stash 17:10:05 Stashed 1 file(s) [Pipeline] } 17:10:05 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] // lock [Pipeline] } 17:10:05 $ docker stop --time=1 d0761139259f5d0d5684e9aab3d6c45245e6dfa757e05e657f50479c710837ae 17:10:06 $ docker rm -f d0761139259f5d0d5684e9aab3d6c45245e6dfa757e05e657f50479c710837ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:10:07 Failed in branch amd64 17:12:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3103 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws 17:12:00 Running in /w/workspace/device-rfid-llrp-go/9 [Pipeline] { [Pipeline] checkout 17:12:00 Selected Git installation does not exist. Using Default 17:12:00 The recommended git tool is: NONE 17:12:08 using credential edgex-jenkins-ssh 17:12:08 Cloning the remote Git repository 17:12:08 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:12:08 > git init /w/workspace/device-rfid-llrp-go/9 # timeout=10 17:12:08 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:12:08 > git --version # timeout=10 17:12:08 > git --version # 'git version 2.17.1' 17:12:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:10 Merging remotes/origin/main commit b1162a6ab64ed623d797fbee07d81df3d746b7df into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 17:12:10 Merge succeeded, producing 44eed5fc28d086f298a9fd83a4e5699dc52c3b7b 17:12:10 Checking out Revision 44eed5fc28d086f298a9fd83a4e5699dc52c3b7b (PR-29) 17:12:09 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:12:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:09 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:12:09 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:12:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:09 > 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 17:12:10 > git config core.sparsecheckout # timeout=10 17:12:10 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 17:12:10 > git remote # timeout=10 17:12:10 > git config --get remote.origin.url # timeout=10 17:12:10 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:10 > git merge b1162a6ab64ed623d797fbee07d81df3d746b7df # timeout=10 17:12:10 > git rev-parse HEAD^{commit} # timeout=10 17:12:10 > git config core.sparsecheckout # timeout=10 17:12:10 > git checkout -f 44eed5fc28d086f298a9fd83a4e5699dc52c3b7b # timeout=10 17:12:14 Commit message: "Merge commit 'b1162a6ab64ed623d797fbee07d81df3d746b7df' into HEAD" 17:12:14 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:15 provisioning config files... 17:12:15 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/9@tmp/config1713245227456067775tmp 17:12:14 > git rev-list --no-walk 68800ccfbb530bae16c5b3a6e2fd53144751a313 # timeout=10 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:12:16 ---> docker-login.sh 17:12:16 nexus3.edgexfoundry.org:10001 17:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:17 Configure a credential helper to remove this warning. See 17:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:17 17:12:17 Login Succeeded 17:12:17 nexus3.edgexfoundry.org:10002 17:12:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:17 Configure a credential helper to remove this warning. See 17:12:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:17 17:12:17 Login Succeeded 17:12:17 nexus3.edgexfoundry.org:10003 17:12:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:18 Configure a credential helper to remove this warning. See 17:12:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:18 17:12:18 Login Succeeded 17:12:18 nexus3.edgexfoundry.org:10004 17:12:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:19 Configure a credential helper to remove this warning. See 17:12:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:19 17:12:19 Login Succeeded 17:12:19 docker.io 17:12:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:20 Configure a credential helper to remove this warning. See 17:12:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:20 17:12:20 Login Succeeded 17:12:20 ---> docker-login.sh ends [Pipeline] } 17:12:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:12:20 ========================================================= 17:12:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:12:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:12:21 + 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 . 17:12:21 Sending build context to Docker daemon 1.197MB 17:12:21 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 17:12:21 Step 2/10 : FROM ${BASE} 17:12:21 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:12:21 595b0fe564bb: Pulling fs layer 17:12:21 24495759ef45: Pulling fs layer 17:12:21 d148012ef14d: Pulling fs layer 17:12:21 cb65c68fc2e2: Pulling fs layer 17:12:21 093eec477d81: Pulling fs layer 17:12:21 a6d5b2bbb924: Pulling fs layer 17:12:21 2446dc1eb7d3: Pulling fs layer 17:12:21 596795e73e0f: Pulling fs layer 17:12:21 093eec477d81: Waiting 17:12:21 a6d5b2bbb924: Waiting 17:12:21 2446dc1eb7d3: Waiting 17:12:21 596795e73e0f: Waiting 17:12:21 cb65c68fc2e2: Waiting 17:12:21 d148012ef14d: Verifying Checksum 17:12:21 d148012ef14d: Download complete 17:12:21 24495759ef45: Verifying Checksum 17:12:21 24495759ef45: Download complete 17:12:21 093eec477d81: Verifying Checksum 17:12:21 093eec477d81: Download complete 17:12:21 a6d5b2bbb924: Verifying Checksum 17:12:21 a6d5b2bbb924: Download complete 17:12:21 595b0fe564bb: Verifying Checksum 17:12:21 595b0fe564bb: Download complete 17:12:21 2446dc1eb7d3: Verifying Checksum 17:12:21 2446dc1eb7d3: Download complete 17:12:22 595b0fe564bb: Pull complete 17:12:23 24495759ef45: Pull complete 17:12:24 d148012ef14d: Pull complete 17:12:24 596795e73e0f: Verifying Checksum 17:12:24 596795e73e0f: Download complete 17:12:25 cb65c68fc2e2: Verifying Checksum 17:12:25 cb65c68fc2e2: Download complete 17:12:35 cb65c68fc2e2: Pull complete 17:12:36 093eec477d81: Pull complete 17:12:36 a6d5b2bbb924: Pull complete 17:12:37 2446dc1eb7d3: Pull complete 17:12:41 596795e73e0f: Pull complete 17:12:41 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 17:12:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:12:41 ---> d9e956139c92 17:12:41 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 17:12:44 ---> Running in ed42b8ad56e4 17:12:44 Removing intermediate container ed42b8ad56e4 17:12:44 ---> 581715f3d832 17:12:44 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 17:12:44 ---> Running in 7fc79835fa2f 17:12:45 Removing intermediate container 7fc79835fa2f 17:12:45 ---> 25ee6355d293 17:12:45 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:12:45 ---> Running in 6148e979b7e5 17:12:46 Removing intermediate container 6148e979b7e5 17:12:46 ---> 42aa35af6823 17:12:46 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:46 ---> Running in 02abb8452aa6 17:12:49 Removing intermediate container 02abb8452aa6 17:12:49 ---> f6a7f414e3c8 17:12:49 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:12:49 ---> Running in 28ff628495ea 17:12:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:12:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:12:52 OK: 138 MiB in 40 packages 17:12:53 Removing intermediate container 28ff628495ea 17:12:53 ---> 97e2aad77c43 17:12:53 Step 8/10 : WORKDIR /device-rfid-llrp-go 17:12:53 ---> Running in 4150f3f8b81c 17:12:54 Removing intermediate container 4150f3f8b81c 17:12:54 ---> c4a37ef72096 17:12:54 Step 9/10 : COPY . . 17:12:55 ---> 265f6bafbb39 17:12:55 Step 10/10 : RUN go mod download 17:12:55 ---> Running in cbafe25b43cc 17:13:22 Removing intermediate container cbafe25b43cc 17:13:22 ---> 10a3ceb6666e 17:13:22 Successfully built 10a3ceb6666e 17:13:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:13:22 + docker inspect -f . ci-base-image-arm64 17:13:22 . [Pipeline] withDockerContainer 17:13:23 prd-ubuntu18.04-docker-arm64-4c-16g-3103 does not seem to be running inside a container 17:13:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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 17:13:25 $ docker top 918211e933354bbb616939fc5f5613aeca24b82abc741c72865568ab8bb44a6a -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:26 + go version 17:13:26 go version go1.16.5 linux/arm64 [Pipeline] } 17:13:26 $ docker stop --time=1 918211e933354bbb616939fc5f5613aeca24b82abc741c72865568ab8bb44a6a 17:13:28 $ docker rm -f 918211e933354bbb616939fc5f5613aeca24b82abc741c72865568ab8bb44a6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:13:28 + docker inspect -f . ci-base-image-arm64 17:13:28 . [Pipeline] withDockerContainer 17:13:29 prd-ubuntu18.04-docker-arm64-4c-16g-3103 does not seem to be running inside a container 17:13:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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 17:13:31 $ docker top 4daf575d221ebbbc372db1f2e9b70261f87c638dfe345b2f2b327ab6bdabaf00 -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:32 + go mod tidy [Pipeline] sh 17:13:33 + make test 17:13:33 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:13:35 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 17:14:07 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 17:14:07 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 17:14:07 /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 17:14:07 have (string, bool, string, string) 17:14:07 want (string, string) 17:14:26 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 17:14:26 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.511s coverage: 51.9% of statements 17:14:26 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.069s coverage: 96.4% of statements 17:14:26 make: *** [Makefile:26: test] Error 2 [Pipeline] } 17:14:26 $ docker stop --time=1 4daf575d221ebbbc372db1f2e9b70261f87c638dfe345b2f2b327ab6bdabaf00 17:14:28 $ docker rm -f 4daf575d221ebbbc372db1f2e9b70261f87c638dfe345b2f2b327ab6bdabaf00 [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 17:14:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:14:29 17:14:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 17:14:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:14:30 arm64: Pulling from edgex-lftools-log-publisher 17:14:30 448f6bf000e3: Pulling fs layer 17:14:30 f757da607395: Pulling fs layer 17:14:30 05883995daec: Pulling fs layer 17:14:30 8603b9c90790: Pulling fs layer 17:14:30 1560dd03e051: Pulling fs layer 17:14:30 27f5ce0e4adf: Pulling fs layer 17:14:30 c2d8d7efcc4b: Pulling fs layer 17:14:30 27f5ce0e4adf: Waiting 17:14:30 c2d8d7efcc4b: Waiting 17:14:30 1560dd03e051: Waiting 17:14:30 f757da607395: Verifying Checksum 17:14:30 f757da607395: Download complete 17:14:30 8603b9c90790: Verifying Checksum 17:14:30 8603b9c90790: Download complete 17:14:30 1560dd03e051: Verifying Checksum 17:14:30 27f5ce0e4adf: Verifying Checksum 17:14:30 27f5ce0e4adf: Download complete 17:14:30 05883995daec: Verifying Checksum 17:14:30 05883995daec: Download complete 17:14:31 448f6bf000e3: Verifying Checksum 17:14:34 c2d8d7efcc4b: Verifying Checksum 17:14:34 c2d8d7efcc4b: Download complete 17:14:35 448f6bf000e3: Pull complete 17:14:36 f757da607395: Pull complete 17:14:37 05883995daec: Pull complete 17:14:37 8603b9c90790: Pull complete 17:14:38 1560dd03e051: Pull complete 17:14:39 27f5ce0e4adf: Pull complete 17:14:54 c2d8d7efcc4b: Pull complete 17:14:54 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 17:14:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:14:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 17:14:54 prd-ubuntu18.04-docker-arm64-4c-16g-3103 does not seem to be running inside a container 17:14:54 $ 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/9 -v /w/workspace/device-rfid-llrp-go/9:/w/workspace/device-rfid-llrp-go/9:rw,z -v /w/workspace/device-rfid-llrp-go/9@tmp:/w/workspace/device-rfid-llrp-go/9@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 17:14:59 $ docker top 84accc10d1d38d89058d90d6cd567fe36567869577023b116110ce981ef48c8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:15:00 ---> job-cost.sh 17:15:00 lf-activate-venv: SKIPPING 17:15:00 INFO: No Stack... 17:15:01 INFO: Retrieving Pricing Info for: v2-standard-4 17:15:01 INFO: Archiving Costs [Pipeline] sh 17:15:02 + + catcut /w/workspace/device-rfid-llrp-go/9/archives/cost.csv -d, 17:15:02 -f6 [Pipeline] lock 17:15:02 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] 17:15:02 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] did not exist. Created. 17:15:02 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:15:03 /w/workspace/device-rfid-llrp-go/9@tmp/durable-a0962736/script.sh: 1: /w/workspace/device-rfid-llrp-go/9@tmp/durable-a0962736/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:15:03 + echo total: 0.18000000715255737 [Pipeline] stash 17:15:03 Warning: overwriting stash ‘stack-cost’ 17:15:04 Stashed 1 file(s) [Pipeline] } 17:15:04 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-9-stack-cost] [Pipeline] // lock [Pipeline] } 17:15:04 $ docker stop --time=1 84accc10d1d38d89058d90d6cd567fe36567869577023b116110ce981ef48c8d 17:15:06 $ docker rm -f 84accc10d1d38d89058d90d6cd567fe36567869577023b116110ce981ef48c8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:15:06 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 17:15:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:15:08 ---> package-listing.sh 17:15:08 ++ facter osfamily 17:15:08 ++ tr '[:upper:]' '[:lower:]' 17:15:09 + OS_FAMILY=redhat 17:15:09 + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 17:15:09 + START_PACKAGES=/tmp/packages_start.txt 17:15:09 + END_PACKAGES=/tmp/packages_end.txt 17:15:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:15:09 + PACKAGES=/tmp/packages_start.txt 17:15:09 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 17:15:09 + PACKAGES=/tmp/packages_end.txt 17:15:09 + case "${OS_FAMILY}" in 17:15:09 + rpm -qa 17:15:09 + sort 17:15:09 + '[' -f /tmp/packages_start.txt ']' 17:15:09 + '[' -f /tmp/packages_end.txt ']' 17:15:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:15:09 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 17:15:09 + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ 17:15:09 + 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 17:15:09 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 17:15:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:15:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:15:10 17:15:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 17:15:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:15:11 latest: Pulling from edgex-lftools-log-publisher 17:15:11 b4d181a07f80: Pulling fs layer 17:15:11 a1111a8f2ec3: Pulling fs layer 17:15:11 ed53099fbce6: Pulling fs layer 17:15:11 dc539afda2c1: Pulling fs layer 17:15:11 77bc0d833cb6: Pulling fs layer 17:15:11 9065ff56babe: Pulling fs layer 17:15:11 d287ab97295c: Pulling fs layer 17:15:11 dc539afda2c1: Waiting 17:15:11 77bc0d833cb6: Waiting 17:15:11 9065ff56babe: Waiting 17:15:11 d287ab97295c: Waiting 17:15:11 a1111a8f2ec3: Verifying Checksum 17:15:11 a1111a8f2ec3: Download complete 17:15:11 dc539afda2c1: Verifying Checksum 17:15:11 dc539afda2c1: Download complete 17:15:11 77bc0d833cb6: Verifying Checksum 17:15:11 77bc0d833cb6: Download complete 17:15:11 9065ff56babe: Verifying Checksum 17:15:11 9065ff56babe: Download complete 17:15:11 ed53099fbce6: Verifying Checksum 17:15:11 ed53099fbce6: Download complete 17:15:12 b4d181a07f80: Verifying Checksum 17:15:12 b4d181a07f80: Download complete 17:15:13 b4d181a07f80: Pull complete 17:15:13 a1111a8f2ec3: Pull complete 17:15:14 ed53099fbce6: Pull complete 17:15:14 dc539afda2c1: Pull complete 17:15:14 77bc0d833cb6: Pull complete 17:15:14 9065ff56babe: Pull complete 17:15:16 d287ab97295c: Verifying Checksum 17:15:16 d287ab97295c: Download complete 17:15:21 d287ab97295c: Pull complete 17:15:21 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 17:15:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:15:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 17:15:21 prd-centos7-docker-4c-2g-3098 does not seem to be running inside a container 17:15:21 $ 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 17:15:24 $ docker top 3a5408e5927772b88b791b9234f466f2efd4269a1a391a944fc02a101253fbb0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:15:24 + touch /tmp/pre-build-complete [Pipeline] sh 17:15:25 + mkdir -p /var/log/sysstat [Pipeline] sh 17:15:25 + ls /var/log/sa-host 17:15:25 + sadf -c /var/log/sa-host/sa05 17:15:25 file_magic: OK 17:15:25 HZ: Using current value: 100 17:15:25 file_header: OK 17:15:25 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 17:15:25 Statistics: 17:15:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:15:25 File successfully converted to sysstat format version 12.0.3 17:15:25 + sadf -c /var/log/sa-host/sa16 17:15:25 file_magic: OK 17:15:25 HZ: Using current value: 100 17:15:25 file_header: OK 17:15:25 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 17:15:25 Statistics: 17:15:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:15:25 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:15:25 provisioning config files... 17:15:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config1913022272557697104tmp [Pipeline] { [Pipeline] echo 17:15:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:15:26 ---> create-netrc.sh [Pipeline] } 17:15:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:15:26 ---> python-tools-install.sh [Pipeline] echo 17:15:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:15:26 ---> sudo-logs.sh 17:15:26 Archiving 'sudo' log.. 17:15:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-3098.vexxhost.local: Name or service not known 17:15:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-3098.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 17:15:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:15:27 ---> job-cost.sh 17:15:27 lf-activate-venv: SKIPPING 17:15:27 DEBUG: total: 0.18000000715255737 17:15:27 INFO: Retrieving Stack Cost... 17:15:28 INFO: Retrieving Pricing Info for: v3-standard-2 17:15:28 INFO: Archiving Costs [Pipeline] echo 17:15:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:15:28 ---> logs-deploy.sh 17:15:28 lf-activate-venv: SKIPPING 17:15:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/9 17:15:28 INFO: archiving workspace using pattern(s): 17:15:29 Archives upload complete. 17:15:29 INFO: archiving logs to Nexus 17:15:30 ---> uname -a: 17:15:30 Linux prd-centos7-docker-4c-2g-3098.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 17:15:30 17:15:30 17:15:30 ---> lscpu: 17:15:30 Architecture: x86_64 17:15:30 CPU op-mode(s): 32-bit, 64-bit 17:15:30 Byte Order: Little Endian 17:15:30 Address sizes: 40 bits physical, 48 bits virtual 17:15:30 CPU(s): 2 17:15:30 On-line CPU(s) list: 0,1 17:15:30 Thread(s) per core: 1 17:15:30 Core(s) per socket: 1 17:15:30 Socket(s): 2 17:15:30 NUMA node(s): 1 17:15:30 Vendor ID: AuthenticAMD 17:15:30 CPU family: 23 17:15:30 Model: 49 17:15:30 Model name: AMD EPYC-Rome Processor 17:15:30 Stepping: 0 17:15:30 CPU MHz: 2799.996 17:15:30 BogoMIPS: 5599.99 17:15:30 Virtualization: AMD-V 17:15:30 Hypervisor vendor: KVM 17:15:30 Virtualization type: full 17:15:30 L1d cache: 32K 17:15:30 L1i cache: 32K 17:15:30 L2 cache: 512K 17:15:30 L3 cache: 16384K 17:15:30 NUMA node0 CPU(s): 0,1 17:15:30 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 17:15:30 17:15:30 17:15:30 ---> nproc: 17:15:30 2 17:15:30 17:15:30 17:15:30 ---> df -h: 17:15:30 Filesystem Size Used Avail Use% Mounted on 17:15:30 overlay 40G 7.7G 33G 20% / 17:15:30 tmpfs 64M 0 64M 0% /dev 17:15:30 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 17:15:30 shm 64M 0 64M 0% /dev/shm 17:15:30 /dev/vda1 40G 7.7G 33G 20% /facter-os 17:15:30 17:15:30 17:15:30 ---> sar -b -r -n DEV: 17:15:30 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/16/21 _x86_64_ (2 CPU) 17:15:30 17:15:30 17:07:29 LINUX RESTART (2 CPU) 17:15:30 17:15:30 17:08:01 tps rtps wtps bread/s bwrtn/s 17:15:30 17:09:01 83.50 4.43 79.07 2835.24 3371.51 17:15:30 17:10:01 0.65 0.00 0.65 0.00 11.61 17:15:30 17:11:01 0.20 0.00 0.20 0.00 1.38 17:15:30 17:12:01 0.22 0.00 0.22 0.00 3.63 17:15:30 17:13:01 0.27 0.00 0.27 0.00 3.65 17:15:30 17:14:01 0.35 0.00 0.35 0.00 5.40 17:15:30 17:15:01 0.23 0.00 0.23 0.00 2.88 17:15:30 Average: 12.20 0.63 11.57 405.13 485.84 17:15:30 17:15:30 17:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:15:30 17:09:01 5466152 0 806216 10.07 2620 1733952 1282236 14.16 582392 1562208 20 17:15:30 17:10:01 5476188 0 796172 9.94 2620 1733960 1204464 13.30 574104 1562172 20 17:15:30 17:11:01 5475856 0 796504 9.95 2620 1733960 1204464 13.30 574932 1561164 8 17:15:30 17:12:01 5473740 0 798612 9.97 2620 1733968 1204644 13.30 577204 1561164 16 17:15:30 17:13:01 5471540 0 800804 10.00 2620 1733976 1204668 13.30 576968 1564140 20 17:15:30 17:14:01 5469660 0 802680 10.02 2620 1733980 1204704 13.30 578404 1564144 8 17:15:30 17:15:01 5470464 0 801872 10.01 2620 1733984 1204464 13.30 577904 1564180 16 17:15:30 Average: 5471943 0 800409 9.99 2620 1733969 1215663 13.42 577415 1562739 15 17:15:30 17:15:30 17:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:15:30 17:09:01 eth0 334.49 204.98 632.57 58.21 0.00 0.00 0.00 0.00 17:15:30 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:09:01 docker0 2.88 2.26 0.33 5.40 0.00 0.00 0.00 0.00 17:15:30 17:10:01 eth0 0.65 0.07 0.06 0.06 0.00 0.00 0.00 0.00 17:15:30 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:11:01 eth0 1.48 0.08 0.12 0.01 0.00 0.00 0.00 0.00 17:15:30 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:12:01 eth0 2.10 0.53 0.64 0.36 0.00 0.00 0.00 0.00 17:15:30 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:13:01 eth0 1.65 0.72 0.66 0.47 0.00 0.00 0.00 0.00 17:15:30 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:14:01 eth0 0.92 0.40 0.36 0.20 0.00 0.00 0.00 0.00 17:15:30 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:15:01 eth0 0.18 0.08 0.01 0.04 0.00 0.00 0.00 0.00 17:15:30 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 Average: eth0 48.79 29.56 90.65 8.48 0.00 0.00 0.00 0.00 17:15:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:15:30 Average: docker0 0.41 0.32 0.05 0.77 0.00 0.00 0.00 0.00 17:15:30 17:15:30 17:15:30 ---> sar -P ALL: 17:15:30 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/16/21 _x86_64_ (2 CPU) 17:15:30 17:15:30 17:07:29 LINUX RESTART (2 CPU) 17:15:30 17:15:30 17:08:01 CPU %user %nice %system %iowait %steal %idle 17:15:30 17:09:01 all 8.40 0.00 3.13 2.18 0.04 86.25 17:15:30 17:09:01 0 9.32 0.00 3.51 2.52 0.03 84.61 17:15:30 17:09:01 1 7.47 0.00 2.74 1.84 0.05 87.90 17:15:30 17:10:01 all 0.12 0.00 0.05 0.00 0.03 99.80 17:15:30 17:10:01 0 0.18 0.00 0.07 0.00 0.03 99.72 17:15:30 17:10:01 1 0.05 0.00 0.03 0.00 0.03 99.88 17:15:30 17:11:01 all 0.19 0.00 0.09 0.00 0.04 99.67 17:15:30 17:11:01 0 0.37 0.00 0.12 0.00 0.05 99.47 17:15:30 17:11:01 1 0.02 0.00 0.07 0.00 0.03 99.88 17:15:30 17:12:01 all 0.10 0.00 0.03 0.00 0.03 99.83 17:15:30 17:12:01 0 0.10 0.00 0.02 0.00 0.03 99.85 17:15:30 17:12:01 1 0.10 0.00 0.05 0.00 0.03 99.82 17:15:30 17:13:01 all 0.13 0.00 0.05 0.00 0.03 99.78 17:15:30 17:13:01 0 0.05 0.00 0.05 0.00 0.03 99.87 17:15:30 17:13:01 1 0.22 0.00 0.05 0.00 0.03 99.70 17:15:30 17:14:01 all 0.07 0.00 0.03 0.00 0.03 99.87 17:15:30 17:14:01 0 0.05 0.00 0.03 0.00 0.05 99.87 17:15:30 17:14:01 1 0.08 0.00 0.02 0.00 0.02 99.88 17:15:30 17:15:01 all 0.09 0.00 0.03 0.00 0.04 99.84 17:15:30 17:15:01 0 0.03 0.00 0.02 0.00 0.05 99.90 17:15:30 17:15:01 1 0.15 0.00 0.03 0.00 0.03 99.78 17:15:30 Average: all 1.28 0.00 0.48 0.31 0.04 97.90 17:15:30 Average: 0 1.42 0.00 0.54 0.35 0.04 97.65 17:15:30 Average: 1 1.14 0.00 0.42 0.26 0.03 98.15 17:15:30 17:15:30 17:15:30