Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d5be011026d4dfa4d94f2ca9b5eba296f113cac9+a792bd60d44e476743a31f63448cab357051592b (279fa56049a8bc3648efe3d9e320e28ff87a08e6) 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-ssh4218080046566053131.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-ssh355205171984930304.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-28/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-28/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1328074297519392439.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-ssh7945630119572753340.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-28/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-28/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5048002756425300681.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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3280 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [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-28 # 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-28@tmp/jenkins-gitclient-ssh8560451435874097903.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 Merging remotes/origin/main commit a792bd60d44e476743a31f63448cab357051592b into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 Merge succeeded, producing 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 Checking out Revision 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 (PR-28) 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-28@tmp/jenkins-gitclient-ssh197242170320716817.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # 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-28@tmp/jenkins-gitclient-ssh6527561811002399013.key > git merge a792bd60d44e476743a31f63448cab357051592b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 # timeout=10 Commit message: "Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:06:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk adec466ad76b07c18d85092f4a7c37f9de768cb9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:06:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:06:54 ========================================================= 17:06:54 EdgeX Global Pipelines Version Info 17:06:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:06:55 ------------------- 17:06:55 stable info: 17:06:55 ------------------- 17:06:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:06:55 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 17:06:55 Message: update stable to v1.0.197 17:06:56 ------------------- 17:06:56 experimental info: 17:06:56 ------------------- 17:06:56 Commited By: **** collab-it+edgex@linuxfoundation.org 17:06:56 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 17:06:56 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:06:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 17:06:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 17:06:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:06:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:06:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:06:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-28 [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-28 [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-28 [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7db5d84 [Pipeline] echo 17:06:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:06:57 provisioning config files... 17:06:57 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/config5316275986526443857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:58 ---> docker-login.sh 17:06:58 nexus3.edgexfoundry.org:10001 17:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:58 Configure a credential helper to remove this warning. See 17:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:58 17:06:58 Login Succeeded 17:06:58 nexus3.edgexfoundry.org:10002 17:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:58 Configure a credential helper to remove this warning. See 17:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:58 17:06:58 Login Succeeded 17:06:58 nexus3.edgexfoundry.org:10003 17:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:58 Configure a credential helper to remove this warning. See 17:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:58 17:06:58 Login Succeeded 17:06:58 nexus3.edgexfoundry.org:10004 17:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:58 Configure a credential helper to remove this warning. See 17:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:58 17:06:58 Login Succeeded 17:06:58 docker.io 17:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:59 Configure a credential helper to remove this warning. See 17:06:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:59 17:06:59 Login Succeeded 17:06:59 ---> docker-login.sh ends [Pipeline] } 17:06:59 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:07:00 + git log --format=format:%s -1 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9 [Pipeline] echo 17:07:00 GIT_COMMIT: 7db5d84b56bbe2f06e9dd76d5be8c102fb685bb9, Commit Message: Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD [Pipeline] echo 17:07:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:07:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:01 17:07:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:07:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:01 latest: Pulling from edgex-devops/git-semver 17:07:01 31603596830f: Pulling fs layer 17:07:01 b6dc333f4379: Pulling fs layer 17:07:01 3d9ef1400e77: Pulling fs layer 17:07:01 fd332fbdc1db: Pulling fs layer 17:07:01 fd332fbdc1db: Waiting 17:07:01 b6dc333f4379: Verifying Checksum 17:07:01 b6dc333f4379: Download complete 17:07:01 31603596830f: Verifying Checksum 17:07:01 31603596830f: Download complete 17:07:02 fd332fbdc1db: Verifying Checksum 17:07:02 fd332fbdc1db: Download complete 17:07:02 31603596830f: Pull complete 17:07:02 b6dc333f4379: Pull complete 17:07:02 3d9ef1400e77: Verifying Checksum 17:07:02 3d9ef1400e77: Download complete 17:07:02 3d9ef1400e77: Pull complete 17:07:02 fd332fbdc1db: Pull complete 17:07:02 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 17:07:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:07:02 prd-centos7-docker-4c-2g-3280 does not seem to be running inside a container 17:07:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-28 -v /w/workspace/oundry_device-rfid-llrp-go_PR-28:/w/workspace/oundry_device-rfid-llrp-go_PR-28:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-28@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:07:03 $ docker top baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:07:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:03 [ssh-agent] Looking for ssh-agent implementation... 17:07:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:04 $ docker exec baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent 17:07:04 SSH_AUTH_SOCK=/tmp/ssh-x3O416Kzunhl/agent.12 17:07:04 SSH_AGENT_PID=19 17:07:04 Running ssh-add (command line suppressed) 17:07:04 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_5545287585775901363.key (/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_5545287585775901363.key) 17:07:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:04 + git tag --points-at HEAD [Pipeline] } 17:07:04 $ docker exec --env ******** --env ******** baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent -k 17:07:04 unset SSH_AUTH_SOCK; 17:07:04 unset SSH_AGENT_PID; 17:07:04 echo Agent pid 19 killed; 17:07:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:07:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:04 [ssh-agent] Looking for ssh-agent implementation... 17:07:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:04 $ docker exec baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent 17:07:05 SSH_AUTH_SOCK=/tmp/ssh-9qOsXZzKzWVr/agent.54 17:07:05 SSH_AGENT_PID=60 17:07:05 Running ssh-add (command line suppressed) 17:07:05 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_7366736129540806220.key (/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/private_key_7366736129540806220.key) 17:07:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:05 + git semver init 17:07:05 # -> Open(): unable to determine branch for HEAD 17:07:05 # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-28/.git 17:07:05 # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-28 17:07:05 # $SEMVER_REMOTE_NAME = origin 17:07:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:07:05 # $SEMVER_USER_NAME = edgex-jenkins 17:07:05 # $SEMVER_BRANCH = PR-28 17:07:05 # $SEMVER_TEMP = /tmp/semver-463167703 17:07:05 # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP 17:07:07 # '/tmp/semver-463167703' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-28/.semver' 17:07:07 # -> Force: false 17:07:07 # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-28/.semver [Pipeline] } 17:07:07 $ docker exec --env ******** --env ******** baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 ssh-agent -k 17:07:07 unset SSH_AUTH_SOCK; 17:07:07 unset SSH_AGENT_PID; 17:07:07 echo Agent pid 60 killed; 17:07:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:07 + git semver [Pipeline] } 17:07:07 $ docker stop --time=1 baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 17:07:09 $ docker rm -f baf5745fd9e2bbb147ba2b90548abffef8c4cc2bad6b56ca991b68be6f0c2fb4 [Pipeline] // withDockerContainer [Pipeline] sh 17:07:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:07:09 Stashed 1 file(s) [Pipeline] echo 17:07:09 [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:07:25 Still waiting to schedule task 17:07:25 ‘prd-centos7-blackbox-4c-2g-3161’ doesn’t have label ‘centos7-docker-4c-2g’ 17:07:25 ‘prd-centos7-builder-2c-1g-3279’ doesn’t have label ‘centos7-docker-4c-2g’ 17:07:25 ‘prd-centos7-docker-4c-2g-2785’ is offline 17:07:25 ‘prd-centos7-docker-4c-2g-3277’ is offline 17:07:25 ‘prd-centos7-docker-4c-2g-3278’ is offline 17:07:25 ‘prd-centos7-docker-4c-2g-3281’ is offline 17:07:25 ‘prd-ubuntu18.04-docker-8c-8g-3173’ doesn’t have label ‘centos7-docker-4c-2g’ 17:07:25 Still waiting to schedule task 17:07:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:08:30 Running on prd-centos7-docker-4c-2g-3283 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [Pipeline] { [Pipeline] ws 17:08:30 Running in /w/workspace/device-rfid-llrp-go/10 [Pipeline] { [Pipeline] checkout 17:08:30 Selected Git installation does not exist. Using Default 17:08:30 The recommended git tool is: NONE 17:08:33 using credential edgex-jenkins-ssh 17:08:33 Cloning the remote Git repository 17:08:32 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:08:33 > git init /w/workspace/device-rfid-llrp-go/10 # timeout=10 17:08:33 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:08:33 > git --version # timeout=10 17:08:33 > git --version # 'git version 2.24.4' 17:08:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:33 [INFO] Currently running in a labeled security context 17:08:33 [INFO] Currently SELinux is 'enforcing' on the host 17:08:33 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/10@tmp/jenkins-gitclient-ssh7760009406054228879.key 17:08:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:35 Merging remotes/origin/main commit a792bd60d44e476743a31f63448cab357051592b into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 17:08:33 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:08:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:33 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:08:33 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:08:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:33 [INFO] Currently running in a labeled security context 17:08:33 [INFO] Currently SELinux is 'enforcing' on the host 17:08:33 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/10@tmp/jenkins-gitclient-ssh2573854198568076584.key 17:08:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:08:34 > git config core.sparsecheckout # timeout=10 17:08:34 > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # timeout=10 17:08:35 Merge succeeded, producing c292873024ff6563cbc9c7ae3b835ec3094a9044 17:08:35 Checking out Revision c292873024ff6563cbc9c7ae3b835ec3094a9044 (PR-28) 17:08:34 > git remote # timeout=10 17:08:34 > git config --get remote.origin.url # timeout=10 17:08:34 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:34 [INFO] Currently running in a labeled security context 17:08:34 [INFO] Currently SELinux is 'enforcing' on the host 17:08:34 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/10@tmp/jenkins-gitclient-ssh3562945911075359332.key 17:08:34 > git merge a792bd60d44e476743a31f63448cab357051592b # timeout=10 17:08:34 > git rev-parse HEAD^{commit} # timeout=10 17:08:34 > git config core.sparsecheckout # timeout=10 17:08:34 > git checkout -f c292873024ff6563cbc9c7ae3b835ec3094a9044 # timeout=10 17:08:38 Commit message: "Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD" 17:08:38 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:08:39 provisioning config files... 17:08:39 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/10@tmp/config5624474657565880426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:08:39 ---> docker-login.sh 17:08:39 nexus3.edgexfoundry.org:10001 17:08:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:39 Configure a credential helper to remove this warning. See 17:08:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:39 17:08:39 Login Succeeded 17:08:39 nexus3.edgexfoundry.org:10002 17:08:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:39 Configure a credential helper to remove this warning. See 17:08:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:39 17:08:39 Login Succeeded 17:08:39 nexus3.edgexfoundry.org:10003 17:08:38 > git rev-list --no-walk adec466ad76b07c18d85092f4a7c37f9de768cb9 # timeout=10 17:08:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:40 Configure a credential helper to remove this warning. See 17:08:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:40 17:08:40 Login Succeeded 17:08:40 nexus3.edgexfoundry.org:10004 17:08:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:40 Configure a credential helper to remove this warning. See 17:08:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:40 17:08:40 Login Succeeded 17:08:40 docker.io 17:08:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:40 Configure a credential helper to remove this warning. See 17:08:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:40 17:08:40 Login Succeeded 17:08:40 ---> docker-login.sh ends [Pipeline] } 17:08:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:08:40 ========================================================= 17:08:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:08:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:08:41 + 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:08:41 Sending build context to Docker daemon 1.196MB 17:08:41 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 17:08:41 Step 2/10 : FROM ${BASE} 17:08:41 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:08:41 540db60ca938: Pulling fs layer 17:08:41 adcc1eea9eea: Pulling fs layer 17:08:41 4c4ab2625f07: Pulling fs layer 17:08:41 0773c198feca: Pulling fs layer 17:08:41 345f892a5656: Pulling fs layer 17:08:41 4796506630df: Pulling fs layer 17:08:41 cc55df3e53f1: Pulling fs layer 17:08:41 4d027b6c602c: Pulling fs layer 17:08:41 449e75d2c14e: Pulling fs layer 17:08:41 4796506630df: Waiting 17:08:41 cc55df3e53f1: Waiting 17:08:41 4d027b6c602c: Waiting 17:08:41 449e75d2c14e: Waiting 17:08:41 0773c198feca: Waiting 17:08:41 345f892a5656: Waiting 17:08:41 4c4ab2625f07: Verifying Checksum 17:08:41 4c4ab2625f07: Download complete 17:08:41 adcc1eea9eea: Verifying Checksum 17:08:41 adcc1eea9eea: Download complete 17:08:41 345f892a5656: Verifying Checksum 17:08:41 345f892a5656: Download complete 17:08:41 4796506630df: Verifying Checksum 17:08:41 4796506630df: Download complete 17:08:41 540db60ca938: Verifying Checksum 17:08:41 540db60ca938: Download complete 17:08:41 cc55df3e53f1: Verifying Checksum 17:08:41 cc55df3e53f1: Download complete 17:08:41 540db60ca938: Pull complete 17:08:41 adcc1eea9eea: Pull complete 17:08:42 4c4ab2625f07: Pull complete 17:08:42 4d027b6c602c: Verifying Checksum 17:08:42 4d027b6c602c: Download complete 17:08:45 449e75d2c14e: Verifying Checksum 17:08:45 449e75d2c14e: Download complete 17:08:46 0773c198feca: Verifying Checksum 17:08:46 0773c198feca: Download complete 17:08:49 0773c198feca: Pull complete 17:08:49 345f892a5656: Pull complete 17:08:49 4796506630df: Pull complete 17:08:49 cc55df3e53f1: Pull complete 17:08:49 4d027b6c602c: Pull complete 17:08:51 449e75d2c14e: Pull complete 17:08:51 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 17:08:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:08:51 ---> 0d28375d9b5b 17:08:51 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 17:08:53 ---> Running in 51657959e9fc 17:08:53 Removing intermediate container 51657959e9fc 17:08:53 ---> 09d5cf033e01 17:08:53 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 17:08:53 ---> Running in 77d0802a5c54 17:08:53 Removing intermediate container 77d0802a5c54 17:08:53 ---> 97efb3e39144 17:08:53 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:08:53 ---> Running in 68fcea609b8e 17:08:53 Removing intermediate container 68fcea609b8e 17:08:53 ---> 619f2d3c420b 17:08:53 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:53 ---> Running in 5bf13f0b4feb 17:08:53 Removing intermediate container 5bf13f0b4feb 17:08:53 ---> 3d505b0965c7 17:08:53 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:08:53 ---> Running in dd553a639fe0 17:08:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:08:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:08:55 OK: 149 MiB in 40 packages 17:08:55 Removing intermediate container dd553a639fe0 17:08:55 ---> 0a322fb28e8c 17:08:55 Step 8/10 : WORKDIR /device-rfid-llrp-go 17:08:55 ---> Running in 78b41d3f4d03 17:08:55 Removing intermediate container 78b41d3f4d03 17:08:55 ---> 8263385c910b 17:08:55 Step 9/10 : COPY . . 17:08:56 ---> cc5d56874497 17:08:56 Step 10/10 : RUN go mod download 17:08:56 ---> Running in 9a348279585b 17:09:06 Removing intermediate container 9a348279585b 17:09:06 ---> 004810bba6b7 17:09:06 Successfully built 004810bba6b7 17:09:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:09:06 + docker inspect -f . ci-base-image-x86_64 17:09:06 . [Pipeline] withDockerContainer 17:09:06 prd-centos7-docker-4c-2g-3283 does not seem to be running inside a container 17:09:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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:07 $ docker top d1e0ff75c57c8831208a35445dce52ae4705b95da6d1aa407a56f95bb68614bc -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:07 + go version 17:09:07 go version go1.16.5 linux/amd64 [Pipeline] } 17:09:07 $ docker stop --time=1 d1e0ff75c57c8831208a35445dce52ae4705b95da6d1aa407a56f95bb68614bc 17:09:08 $ docker rm -f d1e0ff75c57c8831208a35445dce52ae4705b95da6d1aa407a56f95bb68614bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:09:09 + docker inspect -f . ci-base-image-x86_64 17:09:09 . [Pipeline] withDockerContainer 17:09:09 prd-centos7-docker-4c-2g-3283 does not seem to be running inside a container 17:09:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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:09 $ docker top 619bc249ba1518a457eec8b085a529b0b23419bc624b5e11b54df3fab4d827fc -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:10 + go mod tidy 17:09:10 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 17:09:10 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 17:09:17 github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports 17:09:17 github.com/edgexfoundry/device-sdk-go/pkg/service imports 17:09:17 github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 17:09:17 github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports 17:09:17 github.com/edgexfoundry/device-sdk-go/pkg/service imports 17:09:17 github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [Pipeline] } 17:09:17 $ docker stop --time=1 619bc249ba1518a457eec8b085a529b0b23419bc624b5e11b54df3fab4d827fc 17:09:18 $ docker rm -f 619bc249ba1518a457eec8b085a529b0b23419bc624b5e11b54df3fab4d827fc [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:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:09:19 17:09:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 17:09:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:09:19 latest: Pulling from edgex-lftools-log-publisher 17:09:19 b4d181a07f80: Pulling fs layer 17:09:19 a1111a8f2ec3: Pulling fs layer 17:09:19 ed53099fbce6: Pulling fs layer 17:09:19 dc539afda2c1: Pulling fs layer 17:09:19 77bc0d833cb6: Pulling fs layer 17:09:19 9065ff56babe: Pulling fs layer 17:09:19 d287ab97295c: Pulling fs layer 17:09:19 dc539afda2c1: Waiting 17:09:19 77bc0d833cb6: Waiting 17:09:19 9065ff56babe: Waiting 17:09:19 d287ab97295c: Waiting 17:09:19 a1111a8f2ec3: Verifying Checksum 17:09:19 a1111a8f2ec3: Download complete 17:09:19 dc539afda2c1: Verifying Checksum 17:09:19 dc539afda2c1: Download complete 17:09:20 77bc0d833cb6: Download complete 17:09:20 9065ff56babe: Verifying Checksum 17:09:20 9065ff56babe: Download complete 17:09:20 ed53099fbce6: Verifying Checksum 17:09:20 ed53099fbce6: Download complete 17:09:20 b4d181a07f80: Verifying Checksum 17:09:20 b4d181a07f80: Download complete 17:09:22 b4d181a07f80: Pull complete 17:09:22 a1111a8f2ec3: Pull complete 17:09:22 ed53099fbce6: Pull complete 17:09:22 dc539afda2c1: Pull complete 17:09:23 77bc0d833cb6: Pull complete 17:09:23 9065ff56babe: Pull complete 17:09:24 d287ab97295c: Verifying Checksum 17:09:24 d287ab97295c: Download complete 17:09:28 d287ab97295c: Pull complete 17:09:28 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 17:09:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:09:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 17:09:28 prd-centos7-docker-4c-2g-3283 does not seem to be running inside a container 17:09:28 $ 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/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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:09:31 $ docker top a5bf2effdd8ca510a70a8c7e10b20582c812654323aca90a04e0a37a2984fb79 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:09:31 ---> job-cost.sh 17:09:31 lf-activate-venv: SKIPPING 17:09:31 INFO: No Stack... 17:09:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3282 in /w/workspace/oundry_device-rfid-llrp-go_PR-28 [Pipeline] { [Pipeline] ws 17:09:31 Running in /w/workspace/device-rfid-llrp-go/10 [Pipeline] { [Pipeline] checkout 17:09:32 Selected Git installation does not exist. Using Default 17:09:32 The recommended git tool is: NONE 17:09:33 INFO: Retrieving Pricing Info for: v3-standard-2 17:09:33 INFO: Archiving Costs [Pipeline] sh 17:09:33 + cat /w/workspace/device-rfid-llrp-go/10/archives/cost.csv 17:09:33 + cut -d, -f6 [Pipeline] lock 17:09:33 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] 17:09:33 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] did not exist. Created. 17:09:33 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:09:33 + echo total: 0.05999999865889549 [Pipeline] stash 17:09:34 Stashed 1 file(s) [Pipeline] } 17:09:34 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] // lock [Pipeline] } 17:09:34 $ docker stop --time=1 a5bf2effdd8ca510a70a8c7e10b20582c812654323aca90a04e0a37a2984fb79 17:09:35 $ docker rm -f a5bf2effdd8ca510a70a8c7e10b20582c812654323aca90a04e0a37a2984fb79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:09:35 Failed in branch amd64 17:09:38 using credential edgex-jenkins-ssh 17:09:38 Cloning the remote Git repository 17:09:38 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:09:38 > git init /w/workspace/device-rfid-llrp-go/10 # timeout=10 17:09:38 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:09:38 > git --version # timeout=10 17:09:38 > git --version # 'git version 2.17.1' 17:09:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:09:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:09:39 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:09:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:09:39 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:09:39 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:09:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:09:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/28/head:refs/remotes/origin/PR-28 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:09:40 Merging remotes/origin/main commit a792bd60d44e476743a31f63448cab357051592b into PR head commit d5be011026d4dfa4d94f2ca9b5eba296f113cac9 17:09:40 Merge succeeded, producing 3bb895cf800f8bf7654bdd030bf9797d6ff95b22 17:09:40 Checking out Revision 3bb895cf800f8bf7654bdd030bf9797d6ff95b22 (PR-28) 17:09:40 > git config core.sparsecheckout # timeout=10 17:09:40 > git checkout -f d5be011026d4dfa4d94f2ca9b5eba296f113cac9 # timeout=10 17:09:40 > git remote # timeout=10 17:09:40 > git config --get remote.origin.url # timeout=10 17:09:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:09:40 > git merge a792bd60d44e476743a31f63448cab357051592b # timeout=10 17:09:40 > git rev-parse HEAD^{commit} # timeout=10 17:09:40 > git config core.sparsecheckout # timeout=10 17:09:40 > git checkout -f 3bb895cf800f8bf7654bdd030bf9797d6ff95b22 # timeout=10 17:09:44 Commit message: "Merge commit 'a792bd60d44e476743a31f63448cab357051592b' into HEAD" 17:09:44 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:45 provisioning config files... 17:09:45 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/10@tmp/config1593262857068037510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:09:44 > git rev-list --no-walk adec466ad76b07c18d85092f4a7c37f9de768cb9 # timeout=10 17:09:45 ---> docker-login.sh 17:09:45 nexus3.edgexfoundry.org:10001 17:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:46 Configure a credential helper to remove this warning. See 17:09:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:46 17:09:46 Login Succeeded 17:09:46 nexus3.edgexfoundry.org:10002 17:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:47 Configure a credential helper to remove this warning. See 17:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:47 17:09:47 Login Succeeded 17:09:47 nexus3.edgexfoundry.org:10003 17:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:48 Configure a credential helper to remove this warning. See 17:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:48 17:09:48 Login Succeeded 17:09:48 nexus3.edgexfoundry.org:10004 17:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:48 Configure a credential helper to remove this warning. See 17:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:48 17:09:48 Login Succeeded 17:09:48 docker.io 17:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:49 Configure a credential helper to remove this warning. See 17:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:49 17:09:49 Login Succeeded 17:09:49 ---> docker-login.sh ends [Pipeline] } 17:09:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:09:50 ========================================================= 17:09:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:09:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:09:50 + 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:09:51 Sending build context to Docker daemon 1.196MB 17:09:51 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 17:09:51 Step 2/10 : FROM ${BASE} 17:09:51 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:09:51 595b0fe564bb: Pulling fs layer 17:09:51 24495759ef45: Pulling fs layer 17:09:51 d148012ef14d: Pulling fs layer 17:09:51 cb65c68fc2e2: Pulling fs layer 17:09:51 093eec477d81: Pulling fs layer 17:09:51 a6d5b2bbb924: Pulling fs layer 17:09:51 2446dc1eb7d3: Pulling fs layer 17:09:51 596795e73e0f: Pulling fs layer 17:09:51 cb65c68fc2e2: Waiting 17:09:51 093eec477d81: Waiting 17:09:51 a6d5b2bbb924: Waiting 17:09:51 2446dc1eb7d3: Waiting 17:09:51 596795e73e0f: Waiting 17:09:51 d148012ef14d: Download complete 17:09:51 24495759ef45: Download complete 17:09:51 093eec477d81: Verifying Checksum 17:09:51 595b0fe564bb: Download complete 17:09:51 a6d5b2bbb924: Verifying Checksum 17:09:51 a6d5b2bbb924: Download complete 17:09:51 2446dc1eb7d3: Verifying Checksum 17:09:51 2446dc1eb7d3: Download complete 17:09:52 595b0fe564bb: Pull complete 17:09:53 24495759ef45: Pull complete 17:09:53 d148012ef14d: Pull complete 17:09:53 596795e73e0f: Verifying Checksum 17:09:53 596795e73e0f: Download complete 17:09:54 cb65c68fc2e2: Verifying Checksum 17:09:54 cb65c68fc2e2: Download complete 17:10:07 cb65c68fc2e2: Pull complete 17:10:07 093eec477d81: Pull complete 17:10:07 a6d5b2bbb924: Pull complete 17:10:07 2446dc1eb7d3: Pull complete 17:10:11 596795e73e0f: Pull complete 17:10:11 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 17:10:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:10:11 ---> d9e956139c92 17:10:11 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 17:10:14 ---> Running in ac4100f43ea8 17:10:14 Removing intermediate container ac4100f43ea8 17:10:14 ---> 5d9fd0b5f664 17:10:14 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 17:10:15 ---> Running in 801cf4d7cbef 17:10:15 Removing intermediate container 801cf4d7cbef 17:10:15 ---> 4c5f456d99a9 17:10:15 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:10:15 ---> Running in 1400491a6849 17:10:16 Removing intermediate container 1400491a6849 17:10:16 ---> 1b0085532f9f 17:10:16 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:10:16 ---> Running in 196559f63b04 17:10:19 Removing intermediate container 196559f63b04 17:10:19 ---> d989d7a1ed11 17:10:19 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:10:19 ---> Running in 11190e53bed1 17:10:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:10:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:10:22 OK: 138 MiB in 40 packages 17:10:23 Removing intermediate container 11190e53bed1 17:10:23 ---> ca49f43c4e8d 17:10:23 Step 8/10 : WORKDIR /device-rfid-llrp-go 17:10:23 ---> Running in 601ceac8ddce 17:10:24 Removing intermediate container 601ceac8ddce 17:10:24 ---> c62b5b940df5 17:10:24 Step 9/10 : COPY . . 17:10:25 ---> be2e0e127e46 17:10:25 Step 10/10 : RUN go mod download 17:10:25 ---> Running in 6836299db8ce 17:10:52 Removing intermediate container 6836299db8ce 17:10:52 ---> 4825d9d29580 17:10:52 Successfully built 4825d9d29580 17:10:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:10:52 + docker inspect -f . ci-base-image-arm64 17:10:52 . [Pipeline] withDockerContainer 17:10:52 prd-ubuntu18.04-docker-arm64-4c-16g-3282 does not seem to be running inside a container 17:10:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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:10:54 $ docker top 07fddc18b5183847aa88db4ec6e1ee5365fa37d8cf806e2b5c75965fdde152ef -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:55 + go version 17:10:55 go version go1.16.5 linux/arm64 [Pipeline] } 17:10:55 $ docker stop --time=1 07fddc18b5183847aa88db4ec6e1ee5365fa37d8cf806e2b5c75965fdde152ef 17:10:57 $ docker rm -f 07fddc18b5183847aa88db4ec6e1ee5365fa37d8cf806e2b5c75965fdde152ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:58 + docker inspect -f . ci-base-image-arm64 17:10:58 . [Pipeline] withDockerContainer 17:10:58 prd-ubuntu18.04-docker-arm64-4c-16g-3282 does not seem to be running inside a container 17:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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:11:00 $ docker top e4440518ab2331c57892eabecf4dd8eb514933e2d4e7f2993c911f809f497fc5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:01 + go mod tidy 17:11:01 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message 17:11:01 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 17:11:01 github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports 17:11:01 github.com/edgexfoundry/device-sdk-go/pkg/service imports 17:11:01 github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver 17:11:01 github.com/edgexfoundry/device-rfid-llrp-go/internal/driver imports 17:11:01 github.com/edgexfoundry/device-sdk-go/pkg/service imports 17:11:01 github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [Pipeline] } 17:11:01 $ docker stop --time=1 e4440518ab2331c57892eabecf4dd8eb514933e2d4e7f2993c911f809f497fc5 17:11:03 $ docker rm -f e4440518ab2331c57892eabecf4dd8eb514933e2d4e7f2993c911f809f497fc5 [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:11:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:11:05 17:11:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 17:11:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:11:05 arm64: Pulling from edgex-lftools-log-publisher 17:11:05 448f6bf000e3: Pulling fs layer 17:11:05 f757da607395: Pulling fs layer 17:11:05 05883995daec: Pulling fs layer 17:11:05 8603b9c90790: Pulling fs layer 17:11:05 1560dd03e051: Pulling fs layer 17:11:05 27f5ce0e4adf: Pulling fs layer 17:11:05 c2d8d7efcc4b: Pulling fs layer 17:11:05 1560dd03e051: Waiting 17:11:05 27f5ce0e4adf: Waiting 17:11:05 c2d8d7efcc4b: Waiting 17:11:05 8603b9c90790: Waiting 17:11:06 f757da607395: Verifying Checksum 17:11:06 f757da607395: Download complete 17:11:06 8603b9c90790: Download complete 17:11:06 05883995daec: Verifying Checksum 17:11:06 05883995daec: Download complete 17:11:06 1560dd03e051: Verifying Checksum 17:11:06 1560dd03e051: Download complete 17:11:06 27f5ce0e4adf: Verifying Checksum 17:11:06 27f5ce0e4adf: Download complete 17:11:07 448f6bf000e3: Verifying Checksum 17:11:07 448f6bf000e3: Download complete 17:11:10 c2d8d7efcc4b: Verifying Checksum 17:11:10 c2d8d7efcc4b: Download complete 17:11:10 448f6bf000e3: Pull complete 17:11:10 f757da607395: Pull complete 17:11:12 05883995daec: Pull complete 17:11:12 8603b9c90790: Pull complete 17:11:13 1560dd03e051: Pull complete 17:11:14 27f5ce0e4adf: Pull complete 17:11:29 c2d8d7efcc4b: Pull complete 17:11:29 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 17:11:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:11:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 17:11:29 prd-ubuntu18.04-docker-arm64-4c-16g-3282 does not seem to be running inside a container 17:11:30 $ 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/10 -v /w/workspace/device-rfid-llrp-go/10:/w/workspace/device-rfid-llrp-go/10:rw,z -v /w/workspace/device-rfid-llrp-go/10@tmp:/w/workspace/device-rfid-llrp-go/10@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:11:34 $ docker top 0c53a0c0de4b2015f43b55bcfb279da459384563ef708e6b0b5b7776103e585c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:35 ---> job-cost.sh 17:11:35 lf-activate-venv: SKIPPING 17:11:35 INFO: No Stack... 17:11:36 INFO: Retrieving Pricing Info for: v2-standard-4 17:11:36 INFO: Archiving Costs [Pipeline] sh 17:11:37 + cat /w/workspace/device-rfid-llrp-go/10/archives/cost.csv 17:11:37 + cut -d, -f6 [Pipeline] lock 17:11:37 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] 17:11:37 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] did not exist. Created. 17:11:37 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:11:38 /w/workspace/device-rfid-llrp-go/10@tmp/durable-a4ffdd76/script.sh: 1: /w/workspace/device-rfid-llrp-go/10@tmp/durable-a4ffdd76/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:11:39 + echo total: 0.18000000715255737 [Pipeline] stash 17:11:39 Warning: overwriting stash ‘stack-cost’ 17:11:39 Stashed 1 file(s) [Pipeline] } 17:11:39 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-28-10-stack-cost] [Pipeline] // lock [Pipeline] } 17:11:39 $ docker stop --time=1 0c53a0c0de4b2015f43b55bcfb279da459384563ef708e6b0b5b7776103e585c 17:11:41 $ docker rm -f 0c53a0c0de4b2015f43b55bcfb279da459384563ef708e6b0b5b7776103e585c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:11:41 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:11:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:11:44 ---> package-listing.sh 17:11:44 ++ facter osfamily 17:11:44 ++ tr '[:upper:]' '[:lower:]' 17:11:44 + OS_FAMILY=redhat 17:11:44 + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-28 17:11:44 + START_PACKAGES=/tmp/packages_start.txt 17:11:44 + END_PACKAGES=/tmp/packages_end.txt 17:11:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:11:44 + PACKAGES=/tmp/packages_start.txt 17:11:44 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-28 ']' 17:11:44 + PACKAGES=/tmp/packages_end.txt 17:11:44 + case "${OS_FAMILY}" in 17:11:44 + sort 17:11:44 + rpm -qa 17:11:45 + '[' -f /tmp/packages_start.txt ']' 17:11:45 + '[' -f /tmp/packages_end.txt ']' 17:11:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:11:45 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-28 ']' 17:11:45 + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-28/archives/ 17:11:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-28/archives/ [Pipeline] echo 17:11:45 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-28/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:11:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:11:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:11:46 17:11:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 17:11:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:11:46 latest: Pulling from edgex-lftools-log-publisher 17:11:46 b4d181a07f80: Pulling fs layer 17:11:46 a1111a8f2ec3: Pulling fs layer 17:11:46 ed53099fbce6: Pulling fs layer 17:11:46 dc539afda2c1: Pulling fs layer 17:11:46 77bc0d833cb6: Pulling fs layer 17:11:46 9065ff56babe: Pulling fs layer 17:11:46 d287ab97295c: Pulling fs layer 17:11:46 dc539afda2c1: Waiting 17:11:46 77bc0d833cb6: Waiting 17:11:46 9065ff56babe: Waiting 17:11:46 d287ab97295c: Waiting 17:11:46 a1111a8f2ec3: Verifying Checksum 17:11:46 a1111a8f2ec3: Download complete 17:11:46 dc539afda2c1: Verifying Checksum 17:11:46 dc539afda2c1: Download complete 17:11:47 77bc0d833cb6: Verifying Checksum 17:11:47 77bc0d833cb6: Download complete 17:11:47 9065ff56babe: Verifying Checksum 17:11:47 9065ff56babe: Download complete 17:11:47 ed53099fbce6: Verifying Checksum 17:11:47 ed53099fbce6: Download complete 17:11:48 b4d181a07f80: Verifying Checksum 17:11:48 b4d181a07f80: Download complete 17:11:48 b4d181a07f80: Pull complete 17:11:49 a1111a8f2ec3: Pull complete 17:11:49 ed53099fbce6: Pull complete 17:11:49 dc539afda2c1: Pull complete 17:11:50 77bc0d833cb6: Pull complete 17:11:50 9065ff56babe: Pull complete 17:11:52 d287ab97295c: Verifying Checksum 17:11:52 d287ab97295c: Download complete 17:11:56 d287ab97295c: Pull complete 17:11:56 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 17:11:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:11:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 17:11:56 prd-centos7-docker-4c-2g-3280 does not seem to be running inside a container 17:11:56 $ 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-28/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-28 -v /w/workspace/oundry_device-rfid-llrp-go_PR-28:/w/workspace/oundry_device-rfid-llrp-go_PR-28:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-28@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:11:59 $ docker top b433a856630137e3df779b1a362cec9f695b846ff1cacce3964a1f6eb9fcbb33 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:59 + touch /tmp/pre-build-complete [Pipeline] sh 17:11:59 + mkdir -p /var/log/sysstat [Pipeline] sh 17:12:00 + ls /var/log/sa-host 17:12:00 + sadf -c /var/log/sa-host/sa05 17:12:00 file_magic: OK 17:12:00 HZ: Using current value: 100 17:12:00 file_header: OK 17:12:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:12:00 Statistics: 17:12:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:12:00 File successfully converted to sysstat format version 12.0.3 17:12:00 + sadf -c /var/log/sa-host/sa19 17:12:00 file_magic: OK 17:12:00 HZ: Using current value: 100 17:12:00 file_header: OK 17:12:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:12:00 Statistics: 17:12:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:12:00 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:00 provisioning config files... 17:12:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-28@tmp/config1222705988641396088tmp [Pipeline] { [Pipeline] echo 17:12:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:12:01 ---> create-netrc.sh [Pipeline] } 17:12:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:12:01 ---> python-tools-install.sh [Pipeline] echo 17:12:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:12:02 ---> sudo-logs.sh 17:12:02 Archiving 'sudo' log.. 17:12:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-3280.vexxhost.local: Name or service not known 17:12:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-3280.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 17:12:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:12:02 ---> job-cost.sh 17:12:02 lf-activate-venv: SKIPPING 17:12:02 DEBUG: total: 0.18000000715255737 17:12:02 INFO: Retrieving Stack Cost... 17:12:03 INFO: Retrieving Pricing Info for: v3-standard-2 17:12:03 INFO: Archiving Costs [Pipeline] echo 17:12:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:12:04 ---> logs-deploy.sh 17:12:04 lf-activate-venv: SKIPPING 17:12:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-28/10 17:12:04 INFO: archiving workspace using pattern(s): 17:12:04 Archives upload complete. 17:12:05 INFO: archiving logs to Nexus 17:12:05 ---> uname -a: 17:12:05 Linux prd-centos7-docker-4c-2g-3280.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:12:05 17:12:05 17:12:05 ---> lscpu: 17:12:05 Architecture: x86_64 17:12:05 CPU op-mode(s): 32-bit, 64-bit 17:12:05 Byte Order: Little Endian 17:12:05 Address sizes: 40 bits physical, 48 bits virtual 17:12:05 CPU(s): 2 17:12:05 On-line CPU(s) list: 0,1 17:12:05 Thread(s) per core: 1 17:12:05 Core(s) per socket: 1 17:12:05 Socket(s): 2 17:12:05 NUMA node(s): 1 17:12:05 Vendor ID: AuthenticAMD 17:12:05 CPU family: 23 17:12:05 Model: 49 17:12:05 Model name: AMD EPYC-Rome Processor 17:12:05 Stepping: 0 17:12:05 CPU MHz: 2799.998 17:12:05 BogoMIPS: 5599.99 17:12:05 Virtualization: AMD-V 17:12:05 Hypervisor vendor: KVM 17:12:05 Virtualization type: full 17:12:05 L1d cache: 32K 17:12:05 L1i cache: 32K 17:12:05 L2 cache: 512K 17:12:05 L3 cache: 16384K 17:12:05 NUMA node0 CPU(s): 0,1 17:12:05 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:12:05 17:12:05 17:12:05 ---> nproc: 17:12:05 2 17:12:05 17:12:05 17:12:05 ---> df -h: 17:12:05 Filesystem Size Used Avail Use% Mounted on 17:12:05 overlay 40G 7.7G 33G 20% / 17:12:05 tmpfs 64M 0 64M 0% /dev 17:12:05 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 17:12:05 shm 64M 0 64M 0% /dev/shm 17:12:05 /dev/vda1 40G 7.7G 33G 20% /facter-os 17:12:05 17:12:05 17:12:05 ---> sar -b -r -n DEV: 17:12:05 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/19/21 _x86_64_ (2 CPU) 17:12:05 17:12:05 17:06:12 LINUX RESTART (2 CPU) 17:12:05 17:12:05 17:07:01 tps rtps wtps bread/s bwrtn/s 17:12:05 17:08:01 17.52 0.60 16.92 351.04 2779.43 17:12:05 17:09:01 0.37 0.00 0.37 0.00 5.96 17:12:05 17:10:01 0.27 0.00 0.27 0.00 3.60 17:12:05 17:11:01 0.22 0.00 0.22 0.00 2.75 17:12:05 Average: 4.59 0.15 4.44 87.78 698.08 17:12:05 17:12:05 17:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:12:05 17:08:01 5479032 0 793264 9.90 2620 1734016 1264460 13.96 569516 1562684 20 17:12:05 17:09:01 5479744 0 792544 9.90 2620 1734024 1240804 13.70 569028 1562632 16 17:12:05 17:10:01 5482272 0 789952 9.86 2620 1734088 1205864 13.31 565784 1563696 24 17:12:05 17:11:01 5482636 0 789640 9.86 2620 1734036 1205636 13.31 565640 1563680 8 17:12:05 Average: 5480921 0 791350 9.88 2620 1734041 1229191 13.57 567492 1563173 17 17:12:05 17:12:05 17:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:12:05 17:08:01 eth0 83.33 51.96 336.17 11.98 0.00 0.00 0.00 0.00 17:12:05 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 17:08:01 docker0 2.51 2.11 0.29 5.72 0.00 0.00 0.00 0.00 17:12:05 17:09:01 eth0 1.33 0.32 0.35 0.20 0.00 0.00 0.00 0.00 17:12:05 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 17:10:01 eth0 1.03 0.47 0.34 0.15 0.00 0.00 0.00 0.00 17:12:05 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 17:11:01 eth0 0.77 0.08 0.08 0.07 0.00 0.00 0.00 0.00 17:12:05 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 Average: eth0 21.62 13.21 84.25 3.10 0.00 0.00 0.00 0.00 17:12:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:05 Average: docker0 0.63 0.53 0.07 1.43 0.00 0.00 0.00 0.00 17:12:05 17:12:05 17:12:05 ---> sar -P ALL: 17:12:05 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/19/21 _x86_64_ (2 CPU) 17:12:05 17:12:05 17:06:12 LINUX RESTART (2 CPU) 17:12:05 17:12:05 17:07:01 CPU %user %nice %system %iowait %steal %idle 17:12:05 17:08:01 all 2.31 0.00 1.21 0.35 0.03 96.09 17:12:05 17:08:01 0 2.46 0.00 1.33 0.22 0.03 95.96 17:12:05 17:08:01 1 2.17 0.00 1.09 0.49 0.03 96.22 17:12:05 17:09:01 all 0.25 0.00 0.04 0.00 0.01 99.70 17:12:05 17:09:01 0 0.47 0.00 0.05 0.00 0.00 99.48 17:12:05 17:09:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:12:05 17:10:01 all 0.22 0.00 0.04 0.00 0.03 99.72 17:12:05 17:10:01 0 0.33 0.00 0.03 0.00 0.02 99.62 17:12:05 17:10:01 1 0.10 0.00 0.05 0.00 0.03 99.82 17:12:05 17:11:01 all 0.19 0.00 0.05 0.00 0.01 99.75 17:12:05 17:11:01 0 0.33 0.00 0.03 0.00 0.00 99.63 17:12:05 17:11:01 1 0.05 0.00 0.07 0.00 0.02 99.87 17:12:05 Average: all 0.74 0.00 0.33 0.09 0.02 98.82 17:12:05 Average: 0 0.89 0.00 0.36 0.05 0.01 98.68 17:12:05 Average: 1 0.59 0.00 0.31 0.12 0.03 98.96 17:12:05 17:12:05 17:12:05