Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4+c303b7ce7d5b06ed9fe977fac658333aeb7799b5 (293343acf1669094a0cabfee62dce01da12104b9) 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-ssh551737241711641867.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c141c1271097dc03ad291c2451e310eaf98cdd06 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-ssh7611032141160150814.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 c141c1271097dc03ad291c2451e310eaf98cdd06 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-36/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/app-rfid-llrp-inventory/branches/PR-36/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2695499119068288123.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c141c1271097dc03ad291c2451e310eaf98cdd06 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c141c1271097dc03ad291c2451e310eaf98cdd06 # timeout=10 Commit message: "Merge pull request #355 from ernestojeda/error-check-post-build" > 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-ssh7472446293414628087.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-36/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/app-rfid-llrp-inventory/branches/PR-36/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4779498481677655988.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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:app-rfid-llrp-inventory, 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: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-rfid-llrp-inventory 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 ‘prd-centos7-docker-4c-2g-244’ Running on prd-centos7-docker-4c-2g-248 in /w/workspace/ry_app-rfid-llrp-inventory_PR-36 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git init /w/workspace/ry_app-rfid-llrp-inventory_PR-36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.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/ry_app-rfid-llrp-inventory_PR-36@tmp/jenkins-gitclient-ssh7365308332337909519.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c303b7ce7d5b06ed9fe977fac658333aeb7799b5 into PR head commit 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.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/app-rfid-llrp-inventory.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.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/ry_app-rfid-llrp-inventory_PR-36@tmp/jenkins-gitclient-ssh3413651566376282308.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/36/head:refs/remotes/origin/PR-36 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 # timeout=10 Merge succeeded, producing abcfbc6885c624946f454556fd46de70f3b7c0d6 Checking out Revision abcfbc6885c624946f454556fd46de70f3b7c0d6 (PR-36) > 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/ry_app-rfid-llrp-inventory_PR-36@tmp/jenkins-gitclient-ssh949880842205495575.key > git merge c303b7ce7d5b06ed9fe977fac658333aeb7799b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f abcfbc6885c624946f454556fd46de70f3b7c0d6 # timeout=10 Commit message: "Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk df13a18ed0676cc44b30bf77addbfea487627274 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:00:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:00:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:00:17 ========================================================= 08:00:17 EdgeX Global Pipelines Version Info 08:00:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:00:19 ------------------- 08:00:19 stable info: 08:00:19 ------------------- 08:00:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:00:19 Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 08:00:19 Message: update stable to v1.0.206 08:00:19 ------------------- 08:00:19 experimental info: 08:00:19 ------------------- 08:00:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:00:19 Commit SHA: c141c1271097dc03ad291c2451e310eaf98cdd06 08:00:19 Message: update experimental to v1.0.206 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:00:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-36 [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-36 [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-36 [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abcfbc6885c624946f454556fd46de70f3b7c0d6 [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abcfbc6 [Pipeline] echo 08:00:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:00:20 provisioning config files... 08:00:20 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/config5343799347471098142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:00:21 ---> docker-login.sh 08:00:21 nexus3.edgexfoundry.org:10001 08:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:21 Configure a credential helper to remove this warning. See 08:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:21 08:00:21 Login Succeeded 08:00:21 nexus3.edgexfoundry.org:10002 08:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:21 Configure a credential helper to remove this warning. See 08:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:21 08:00:21 Login Succeeded 08:00:21 nexus3.edgexfoundry.org:10003 08:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:21 Configure a credential helper to remove this warning. See 08:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:21 08:00:21 Login Succeeded 08:00:21 nexus3.edgexfoundry.org:10004 08:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:22 Configure a credential helper to remove this warning. See 08:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:22 08:00:22 Login Succeeded 08:00:22 docker.io 08:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:00:22 Configure a credential helper to remove this warning. See 08:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:00:22 08:00:22 Login Succeeded 08:00:22 ---> docker-login.sh ends [Pipeline] } 08:00:22 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 08:00:22 + git log --format=format:%s -1 abcfbc6885c624946f454556fd46de70f3b7c0d6 [Pipeline] echo 08:00:22 GIT_COMMIT: abcfbc6885c624946f454556fd46de70f3b7c0d6, Commit Message: Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD [Pipeline] echo 08:00:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:00:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:00:23 08:00:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:00:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:00:23 latest: Pulling from edgex-devops/git-semver 08:00:23 31603596830f: Pulling fs layer 08:00:23 04fac38145f0: Pulling fs layer 08:00:23 701f6daf10bf: Pulling fs layer 08:00:23 24f72da36158: Pulling fs layer 08:00:23 24f72da36158: Waiting 08:00:23 04fac38145f0: Verifying Checksum 08:00:23 04fac38145f0: Download complete 08:00:24 31603596830f: Verifying Checksum 08:00:24 31603596830f: Download complete 08:00:24 31603596830f: Pull complete 08:00:24 04fac38145f0: Pull complete 08:00:24 24f72da36158: Verifying Checksum 08:00:24 24f72da36158: Download complete 08:00:24 701f6daf10bf: Verifying Checksum 08:00:24 701f6daf10bf: Download complete 08:00:24 701f6daf10bf: Pull complete 08:00:24 24f72da36158: Pull complete 08:00:24 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 08:00:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:00:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:00:25 prd-centos7-docker-4c-2g-248 does not seem to be running inside a container 08:00:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-36 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36:/w/workspace/ry_app-rfid-llrp-inventory_PR-36:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:00:25 $ docker top 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:00:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:00:25 [ssh-agent] Looking for ssh-agent implementation... 08:00:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:00:26 $ docker exec 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent 08:00:26 SSH_AUTH_SOCK=/tmp/ssh-Kz7FJwmEe5d5/agent.14 08:00:26 SSH_AGENT_PID=20 08:00:26 Running ssh-add (command line suppressed) 08:00:26 Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_7685986734829213954.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_7685986734829213954.key) 08:00:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:00:26 + git tag --points-at HEAD [Pipeline] } 08:00:26 $ docker exec --env ******** --env ******** 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent -k 08:00:26 unset SSH_AUTH_SOCK; 08:00:26 unset SSH_AGENT_PID; 08:00:26 echo Agent pid 20 killed; 08:00:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:00:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:00:26 [ssh-agent] Looking for ssh-agent implementation... 08:00:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:00:26 $ docker exec 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent 08:00:27 SSH_AUTH_SOCK=/tmp/ssh-goBxwaXeeIim/agent.53 08:00:27 SSH_AGENT_PID=59 08:00:27 Running ssh-add (command line suppressed) 08:00:27 Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_1087224709381741660.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/private_key_1087224709381741660.key) 08:00:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:00:27 + git semver init 08:00:27 # -> Open(): unable to determine branch for HEAD 08:00:27 # $GIT_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-36/.git 08:00:27 # $GIT_WORK_TREE = /w/workspace/ry_app-rfid-llrp-inventory_PR-36 08:00:27 # $SEMVER_REMOTE_NAME = origin 08:00:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:00:27 # $SEMVER_USER_NAME = edgex-jenkins 08:00:27 # $SEMVER_BRANCH = PR-36 08:00:27 # $SEMVER_TEMP = /tmp/semver-039082820 08:00:27 # git clone --branch semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git $SEMVER_TEMP 08:00:29 # '/tmp/semver-039082820' -> '/w/workspace/ry_app-rfid-llrp-inventory_PR-36/.semver' 08:00:29 # -> Force: false 08:00:29 # $SEMVER_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-36/.semver [Pipeline] } 08:00:29 $ docker exec --env ******** --env ******** 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b ssh-agent -k 08:00:29 unset SSH_AUTH_SOCK; 08:00:29 unset SSH_AGENT_PID; 08:00:29 echo Agent pid 59 killed; 08:00:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:00:29 + git semver [Pipeline] } 08:00:29 $ docker stop --time=1 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b 08:00:31 $ docker rm -f 52ba9ed1d17d5abbc16ba29780065aa9612a5621e76b28d6c60c8d9a53606b2b [Pipeline] // withDockerContainer [Pipeline] sh 08:00:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:00:31 Stashed 1 file(s) [Pipeline] echo 08:00:31 [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 08:00:47 Still waiting to schedule task 08:00:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:00:47 Still waiting to schedule task 08:00:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-245’ is offline 08:02:27 Running on prd-centos7-docker-4c-2g-253 in /w/workspace/ry_app-rfid-llrp-inventory_PR-36 [Pipeline] { [Pipeline] ws 08:02:27 Running in /w/workspace/app-rfid-llrp-inventory/9 [Pipeline] { [Pipeline] checkout 08:02:27 The recommended git tool is: NONE 08:02:30 using credential edgex-jenkins-ssh 08:02:30 Cloning the remote Git repository 08:02:30 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:02:30 > git init /w/workspace/app-rfid-llrp-inventory/9 # timeout=10 08:02:30 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:02:30 > git --version # timeout=10 08:02:30 > git --version # 'git version 2.24.4' 08:02:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:30 [INFO] Currently running in a labeled security context 08:02:30 [INFO] Currently SELinux is 'enforcing' on the host 08:02:30 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/9@tmp/jenkins-gitclient-ssh5896566695332437926.key 08:02:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:33 Merging remotes/origin/main commit c303b7ce7d5b06ed9fe977fac658333aeb7799b5 into PR head commit 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 08:02:33 Merge succeeded, producing d2b3c5603fea6d35aa15e5af011fc5419a21eac2 08:02:33 Checking out Revision d2b3c5603fea6d35aa15e5af011fc5419a21eac2 (PR-36) 08:02:32 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 08:02:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:32 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 08:02:32 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:02:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:32 [INFO] Currently running in a labeled security context 08:02:32 [INFO] Currently SELinux is 'enforcing' on the host 08:02:32 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/9@tmp/jenkins-gitclient-ssh563487605248122576.key 08:02:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/36/head:refs/remotes/origin/PR-36 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:02:33 > git config core.sparsecheckout # timeout=10 08:02:33 > git checkout -f 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 # timeout=10 08:02:33 > git remote # timeout=10 08:02:33 > git config --get remote.origin.url # timeout=10 08:02:33 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:33 [INFO] Currently running in a labeled security context 08:02:33 [INFO] Currently SELinux is 'enforcing' on the host 08:02:33 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/9@tmp/jenkins-gitclient-ssh5411845153184557113.key 08:02:33 > git merge c303b7ce7d5b06ed9fe977fac658333aeb7799b5 # timeout=10 08:02:33 > git rev-parse HEAD^{commit} # timeout=10 08:02:33 > git config core.sparsecheckout # timeout=10 08:02:33 > git checkout -f d2b3c5603fea6d35aa15e5af011fc5419a21eac2 # timeout=10 08:02:37 Commit message: "Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD" 08:02:37 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script 08:02:37 > git rev-list --no-walk df13a18ed0676cc44b30bf77addbfea487627274 # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:02:37 provisioning config files... 08:02:37 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/9@tmp/config3395956758300549612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:02:38 ---> docker-login.sh 08:02:38 nexus3.edgexfoundry.org:10001 08:02:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:38 Configure a credential helper to remove this warning. See 08:02:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:38 08:02:38 Login Succeeded 08:02:38 nexus3.edgexfoundry.org:10002 08:02:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:38 Configure a credential helper to remove this warning. See 08:02:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:38 08:02:38 Login Succeeded 08:02:38 nexus3.edgexfoundry.org:10003 08:02:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:38 Configure a credential helper to remove this warning. See 08:02:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:38 08:02:38 Login Succeeded 08:02:38 nexus3.edgexfoundry.org:10004 08:02:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:38 Configure a credential helper to remove this warning. See 08:02:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:38 08:02:38 Login Succeeded 08:02:38 docker.io 08:02:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:39 Configure a credential helper to remove this warning. See 08:02:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:39 08:02:39 Login Succeeded 08:02:39 ---> docker-login.sh ends [Pipeline] } 08:02:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:02:39 ========================================================= 08:02:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:02:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 08:02:39 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 08:02:39 Sending build context to Docker daemon 731.1kB 08:02:39 Step 1/13 : ARG BASE=golang:1.16-alpine3.14 08:02:39 Step 2/13 : FROM ${BASE} AS builder 08:02:39 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:02:39 540db60ca938: Pulling fs layer 08:02:39 adcc1eea9eea: Pulling fs layer 08:02:39 4c4ab2625f07: Pulling fs layer 08:02:39 db62176df00c: Pulling fs layer 08:02:39 3b30891b0d05: Pulling fs layer 08:02:39 06b49ca38bd5: Pulling fs layer 08:02:39 c788192a36de: Pulling fs layer 08:02:39 a77e37c0d609: Pulling fs layer 08:02:39 c3185cebc471: Pulling fs layer 08:02:39 db62176df00c: Waiting 08:02:39 3b30891b0d05: Waiting 08:02:39 06b49ca38bd5: Waiting 08:02:39 c788192a36de: Waiting 08:02:39 a77e37c0d609: Waiting 08:02:39 c3185cebc471: Waiting 08:02:39 4c4ab2625f07: Download complete 08:02:40 adcc1eea9eea: Verifying Checksum 08:02:40 adcc1eea9eea: Download complete 08:02:40 3b30891b0d05: Verifying Checksum 08:02:40 3b30891b0d05: Download complete 08:02:40 06b49ca38bd5: Verifying Checksum 08:02:40 06b49ca38bd5: Download complete 08:02:40 540db60ca938: Verifying Checksum 08:02:40 c788192a36de: Verifying Checksum 08:02:40 c788192a36de: Download complete 08:02:40 540db60ca938: Pull complete 08:02:40 adcc1eea9eea: Pull complete 08:02:40 4c4ab2625f07: Pull complete 08:02:40 a77e37c0d609: Verifying Checksum 08:02:40 a77e37c0d609: Download complete 08:02:43 c3185cebc471: Verifying Checksum 08:02:43 c3185cebc471: Download complete 08:02:44 db62176df00c: Verifying Checksum 08:02:44 db62176df00c: Download complete 08:02:47 db62176df00c: Pull complete 08:02:47 3b30891b0d05: Pull complete 08:02:47 06b49ca38bd5: Pull complete 08:02:47 c788192a36de: Pull complete 08:02:47 a77e37c0d609: Pull complete 08:02:50 c3185cebc471: Pull complete 08:02:50 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 08:02:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:02:50 ---> 031687cdd783 08:02:50 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 08:02:52 ---> Running in 8e65ccf88bf0 08:02:52 Removing intermediate container 8e65ccf88bf0 08:02:52 ---> 6213aebc44c0 08:02:52 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 08:02:52 ---> Running in 6dcf55637744 08:02:52 Removing intermediate container 6dcf55637744 08:02:52 ---> ede1b5251dd9 08:02:52 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:02:52 ---> Running in 6bcefabf753d 08:02:52 Removing intermediate container 6bcefabf753d 08:02:52 ---> 3bbbeb1b5f55 08:02:52 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:52 ---> Running in 0c9c7ed702a1 08:02:53 Removing intermediate container 0c9c7ed702a1 08:02:53 ---> f9149ada953c 08:02:53 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:02:53 ---> Running in cbd702dff4fe 08:02:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:02:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:02:55 OK: 219 MiB in 52 packages 08:02:55 Removing intermediate container cbd702dff4fe 08:02:55 ---> ad7ee24590cf 08:02:55 Step 8/13 : WORKDIR /app 08:02:55 ---> Running in 97ed16b51f23 08:02:55 Removing intermediate container 97ed16b51f23 08:02:55 ---> 619d2a775622 08:02:55 Step 9/13 : COPY go.mod . 08:02:55 ---> 1ecea956cc6f 08:02:55 Step 10/13 : RUN go mod download 08:02:55 ---> Running in fe1ab1c5c943 08:03:05 Removing intermediate container fe1ab1c5c943 08:03:05 ---> bff1c0b5c809 08:03:05 Step 11/13 : COPY . . 08:03:06 ---> d36f4006b76e 08:03:06 Step 12/13 : ARG MAKE="make build" 08:03:06 ---> Running in 8e89f2b7e96c 08:03:06 Removing intermediate container 8e89f2b7e96c 08:03:06 ---> a21a940626e4 08:03:06 Step 13/13 : RUN $MAKE 08:03:06 ---> Running in 12c948834b51 08:03:06 noop 08:03:06 Removing intermediate container 12c948834b51 08:03:06 ---> 0473279bf60a 08:03:06 Successfully built 0473279bf60a 08:03:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:03:06 + docker inspect -f . ci-base-image-x86_64 08:03:06 . [Pipeline] withDockerContainer 08:03:07 prd-centos7-docker-4c-2g-253 does not seem to be running inside a container 08:03:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/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 ******** -e ******** ci-base-image-x86_64 cat 08:03:07 $ docker top 806042539db5b650d763f0ceb3b9eb43eebe90ad7fa7a4a243d59ddf4f739c0c -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:07 + go version 08:03:07 go version go1.16.6 linux/amd64 [Pipeline] } 08:03:07 $ docker stop --time=1 806042539db5b650d763f0ceb3b9eb43eebe90ad7fa7a4a243d59ddf4f739c0c 08:03:09 $ docker rm -f 806042539db5b650d763f0ceb3b9eb43eebe90ad7fa7a4a243d59ddf4f739c0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:03:09 + docker inspect -f . ci-base-image-x86_64 08:03:09 . [Pipeline] withDockerContainer 08:03:09 prd-centos7-docker-4c-2g-253 does not seem to be running inside a container 08:03:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/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 ******** -e ******** ci-base-image-x86_64 cat 08:03:10 $ docker top 61d8e952122303fe638772d08690d36997cc846987ac2bdc1c6345fcbca5636e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 08:03:10 + go mod tidy 08:03:10 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 08:03:14 edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app imports 08:03:14 github.com/edgexfoundry/app-functions-sdk-go/appsdk imports 08:03:14 github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers tested by 08:03:14 github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers.test imports 08:03:14 github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [Pipeline] } 08:03:14 $ docker stop --time=1 61d8e952122303fe638772d08690d36997cc846987ac2bdc1c6345fcbca5636e 08:03:15 $ docker rm -f 61d8e952122303fe638772d08690d36997cc846987ac2bdc1c6345fcbca5636e [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 08:03:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:03:16 08:03:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 08:03:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:03:16 latest: Pulling from edgex-lftools-log-publisher 08:03:16 b4d181a07f80: Pulling fs layer 08:03:16 a1111a8f2ec3: Pulling fs layer 08:03:16 ed53099fbce6: Pulling fs layer 08:03:16 dc539afda2c1: Pulling fs layer 08:03:16 77bc0d833cb6: Pulling fs layer 08:03:16 9065ff56babe: Pulling fs layer 08:03:16 d287ab97295c: Pulling fs layer 08:03:16 dc539afda2c1: Waiting 08:03:16 77bc0d833cb6: Waiting 08:03:16 9065ff56babe: Waiting 08:03:16 d287ab97295c: Waiting 08:03:16 a1111a8f2ec3: Verifying Checksum 08:03:16 a1111a8f2ec3: Download complete 08:03:16 dc539afda2c1: Verifying Checksum 08:03:16 dc539afda2c1: Download complete 08:03:17 77bc0d833cb6: Verifying Checksum 08:03:17 77bc0d833cb6: Download complete 08:03:17 9065ff56babe: Verifying Checksum 08:03:17 9065ff56babe: Download complete 08:03:17 ed53099fbce6: Verifying Checksum 08:03:17 ed53099fbce6: Download complete 08:03:18 b4d181a07f80: Verifying Checksum 08:03:18 b4d181a07f80: Download complete 08:03:19 b4d181a07f80: Pull complete 08:03:19 a1111a8f2ec3: Pull complete 08:03:19 ed53099fbce6: Pull complete 08:03:19 dc539afda2c1: Pull complete 08:03:20 77bc0d833cb6: Pull complete 08:03:20 9065ff56babe: Pull complete 08:03:21 d287ab97295c: Verifying Checksum 08:03:21 d287ab97295c: Download complete 08:03:25 d287ab97295c: Pull complete 08:03:25 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 08:03:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:03:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 08:03:25 prd-centos7-docker-4c-2g-253 does not seem to be running inside a container 08:03:25 $ 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/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:03:27 $ docker top c3adb17976c41e341d3bc8138fe1a7fa6648dafaa3e38a0b8ab2a514845c6c6a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:03:28 ---> job-cost.sh 08:03:28 lf-activate-venv: SKIPPING 08:03:28 INFO: No Stack... 08:03:29 INFO: Retrieving Pricing Info for: v3-standard-2 08:03:29 INFO: Archiving Costs [Pipeline] sh 08:03:29 + cat /w/workspace/app-rfid-llrp-inventory/9/archives/cost.csv 08:03:29 + cut -d, -f6 [Pipeline] lock 08:03:29 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] 08:03:29 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] did not exist. Created. 08:03:29 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:03:30 + echo total: 0.05999999865889549 [Pipeline] stash 08:03:30 Stashed 1 file(s) [Pipeline] } 08:03:30 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] // lock [Pipeline] } 08:03:30 $ docker stop --time=1 c3adb17976c41e341d3bc8138fe1a7fa6648dafaa3e38a0b8ab2a514845c6c6a 08:03:31 $ docker rm -f c3adb17976c41e341d3bc8138fe1a7fa6648dafaa3e38a0b8ab2a514845c6c6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:03:32 Failed in branch amd64 08:04:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-254 in /w/workspace/ry_app-rfid-llrp-inventory_PR-36 [Pipeline] { [Pipeline] ws 08:04:11 Running in /w/workspace/app-rfid-llrp-inventory/9 [Pipeline] { [Pipeline] checkout 08:04:11 The recommended git tool is: NONE 08:04:18 using credential edgex-jenkins-ssh 08:04:18 Cloning the remote Git repository 08:04:18 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:04:18 > git init /w/workspace/app-rfid-llrp-inventory/9 # timeout=10 08:04:18 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:04:18 > git --version # timeout=10 08:04:18 > git --version # 'git version 2.17.1' 08:04:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:04:21 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 08:04:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:04:21 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 08:04:21 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 08:04:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/36/head:refs/remotes/origin/PR-36 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:04:22 Merging remotes/origin/main commit c303b7ce7d5b06ed9fe977fac658333aeb7799b5 into PR head commit 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 08:04:22 Merge succeeded, producing d9d333e80339f389e1216240073d4686e1b54494 08:04:22 Checking out Revision d9d333e80339f389e1216240073d4686e1b54494 (PR-36) 08:04:22 > git config core.sparsecheckout # timeout=10 08:04:22 > git checkout -f 6d0ba25bec9449c31123a1bda9df5a6e703bd1e4 # timeout=10 08:04:22 > git remote # timeout=10 08:04:22 > git config --get remote.origin.url # timeout=10 08:04:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:04:22 > git merge c303b7ce7d5b06ed9fe977fac658333aeb7799b5 # timeout=10 08:04:22 > git rev-parse HEAD^{commit} # timeout=10 08:04:22 > git config core.sparsecheckout # timeout=10 08:04:22 > git checkout -f d9d333e80339f389e1216240073d4686e1b54494 # timeout=10 08:04:27 Commit message: "Merge commit 'c303b7ce7d5b06ed9fe977fac658333aeb7799b5' into HEAD" 08:04:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:04:27 provisioning config files... 08:04:27 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/9@tmp/config2734125946461028900tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:04:27 > git rev-list --no-walk df13a18ed0676cc44b30bf77addbfea487627274 # timeout=10 08:04:28 ---> docker-login.sh 08:04:28 nexus3.edgexfoundry.org:10001 08:04:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:30 Configure a credential helper to remove this warning. See 08:04:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:30 08:04:30 Login Succeeded 08:04:30 nexus3.edgexfoundry.org:10002 08:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:30 Configure a credential helper to remove this warning. See 08:04:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:30 08:04:30 Login Succeeded 08:04:30 nexus3.edgexfoundry.org:10003 08:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:31 Configure a credential helper to remove this warning. See 08:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:31 08:04:31 Login Succeeded 08:04:31 nexus3.edgexfoundry.org:10004 08:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:31 Configure a credential helper to remove this warning. See 08:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:31 08:04:31 Login Succeeded 08:04:31 docker.io 08:04:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:32 Configure a credential helper to remove this warning. See 08:04:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:32 08:04:32 Login Succeeded 08:04:32 ---> docker-login.sh ends [Pipeline] } 08:04:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:04:33 ========================================================= 08:04:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:04:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 08:04:33 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 08:04:34 Sending build context to Docker daemon 731.1kB 08:04:34 Step 1/13 : ARG BASE=golang:1.16-alpine3.14 08:04:34 Step 2/13 : FROM ${BASE} AS builder 08:04:34 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:04:34 595b0fe564bb: Pulling fs layer 08:04:34 24495759ef45: Pulling fs layer 08:04:34 d148012ef14d: Pulling fs layer 08:04:34 e90a11edd702: Pulling fs layer 08:04:34 d77568369979: Pulling fs layer 08:04:34 fc1c9f9a7f3b: Pulling fs layer 08:04:34 170f2ba95c9a: Pulling fs layer 08:04:34 97ac5df62f85: Pulling fs layer 08:04:34 e90a11edd702: Waiting 08:04:34 d77568369979: Waiting 08:04:34 fc1c9f9a7f3b: Waiting 08:04:34 170f2ba95c9a: Waiting 08:04:34 97ac5df62f85: Waiting 08:04:34 d148012ef14d: Download complete 08:04:34 24495759ef45: Verifying Checksum 08:04:34 24495759ef45: Download complete 08:04:34 d77568369979: Verifying Checksum 08:04:34 d77568369979: Download complete 08:04:34 595b0fe564bb: Verifying Checksum 08:04:34 595b0fe564bb: Download complete 08:04:34 fc1c9f9a7f3b: Download complete 08:04:34 170f2ba95c9a: Download complete 08:04:35 595b0fe564bb: Pull complete 08:04:36 24495759ef45: Pull complete 08:04:36 d148012ef14d: Pull complete 08:04:40 e90a11edd702: Verifying Checksum 08:04:40 e90a11edd702: Download complete 08:04:40 97ac5df62f85: Verifying Checksum 08:04:40 97ac5df62f85: Download complete 08:04:50 e90a11edd702: Pull complete 08:04:50 d77568369979: Pull complete 08:04:50 fc1c9f9a7f3b: Pull complete 08:04:50 170f2ba95c9a: Pull complete 08:04:57 97ac5df62f85: Pull complete 08:04:57 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 08:04:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:04:57 ---> 04bc70af865f 08:04:57 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 08:05:00 ---> Running in 70a47528f295 08:05:01 Removing intermediate container 70a47528f295 08:05:01 ---> fafd6d4a331d 08:05:01 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 08:05:01 ---> Running in 1f336eeabaf7 08:05:01 Removing intermediate container 1f336eeabaf7 08:05:01 ---> 20a576ecc8b9 08:05:01 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:05:02 ---> Running in 334f4e3ec31e 08:05:02 Removing intermediate container 334f4e3ec31e 08:05:02 ---> f4654937da57 08:05:02 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:05:02 ---> Running in 28a5b5b4ae43 08:05:06 Removing intermediate container 28a5b5b4ae43 08:05:06 ---> b87ebb9508b8 08:05:06 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:05:06 ---> Running in 05cc4eafb912 08:05:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:05:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:05:09 OK: 218 MiB in 52 packages 08:05:11 Removing intermediate container 05cc4eafb912 08:05:11 ---> d57508e1931f 08:05:11 Step 8/13 : WORKDIR /app 08:05:11 ---> Running in 3ae1f68b940a 08:05:11 Removing intermediate container 3ae1f68b940a 08:05:11 ---> 4f73939a66e1 08:05:11 Step 9/13 : COPY go.mod . 08:05:12 ---> 088c8f4ac9d8 08:05:12 Step 10/13 : RUN go mod download 08:05:13 ---> Running in 8a8779e6debf 08:05:45 Removing intermediate container 8a8779e6debf 08:05:45 ---> 86ff9f2786e8 08:05:45 Step 11/13 : COPY . . 08:05:45 ---> 8521e1abded6 08:05:45 Step 12/13 : ARG MAKE="make build" 08:05:45 ---> Running in 06322eed9ae7 08:05:45 Removing intermediate container 06322eed9ae7 08:05:45 ---> 325494034b7b 08:05:45 Step 13/13 : RUN $MAKE 08:05:45 ---> Running in 0ee55c5857e2 08:05:45 noop 08:05:47 Removing intermediate container 0ee55c5857e2 08:05:47 ---> 2505aa26346a 08:05:47 Successfully built 2505aa26346a 08:05:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:05:47 + docker inspect -f . ci-base-image-arm64 08:05:47 . [Pipeline] withDockerContainer 08:05:47 prd-ubuntu18.04-docker-arm64-4c-16g-254 does not seem to be running inside a container 08:05:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/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 08:05:50 $ docker top bf6d7882043c29be2cd50d4064d629fc588f3f826b30f9098eb89be50c7f3058 -eo pid,comm [Pipeline] { [Pipeline] sh 08:05:51 + go version 08:05:51 go version go1.16.6 linux/arm64 [Pipeline] } 08:05:51 $ docker stop --time=1 bf6d7882043c29be2cd50d4064d629fc588f3f826b30f9098eb89be50c7f3058 08:05:53 $ docker rm -f bf6d7882043c29be2cd50d4064d629fc588f3f826b30f9098eb89be50c7f3058 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:53 + docker inspect -f . ci-base-image-arm64 08:05:53 . [Pipeline] withDockerContainer 08:05:54 prd-ubuntu18.04-docker-arm64-4c-16g-254 does not seem to be running inside a container 08:05:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/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 08:05:56 $ docker top cb561b22f3a57ed79d06ed01f6f2dc80b42a0490fd00a4b4a395da9fbbdad881 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 08:05:57 + go mod tidy 08:05:57 go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 08:05:58 edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app imports 08:05:58 github.com/edgexfoundry/app-functions-sdk-go/appsdk imports 08:05:58 github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers tested by 08:05:58 github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers.test imports 08:05:58 github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging: module github.com/edgexfoundry/go-mod-bootstrap@latest found (v0.0.72), but does not contain package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [Pipeline] } 08:05:58 $ docker stop --time=1 cb561b22f3a57ed79d06ed01f6f2dc80b42a0490fd00a4b4a395da9fbbdad881 08:06:00 $ docker rm -f cb561b22f3a57ed79d06ed01f6f2dc80b42a0490fd00a4b4a395da9fbbdad881 [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 08:06:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:01 08:06:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 08:06:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:02 arm64: Pulling from edgex-lftools-log-publisher 08:06:02 448f6bf000e3: Pulling fs layer 08:06:02 f757da607395: Pulling fs layer 08:06:02 05883995daec: Pulling fs layer 08:06:02 8603b9c90790: Pulling fs layer 08:06:02 1560dd03e051: Pulling fs layer 08:06:02 27f5ce0e4adf: Pulling fs layer 08:06:02 c2d8d7efcc4b: Pulling fs layer 08:06:02 1560dd03e051: Waiting 08:06:02 8603b9c90790: Waiting 08:06:02 c2d8d7efcc4b: Waiting 08:06:03 f757da607395: Verifying Checksum 08:06:03 f757da607395: Download complete 08:06:03 8603b9c90790: Download complete 08:06:03 1560dd03e051: Verifying Checksum 08:06:03 1560dd03e051: Download complete 08:06:03 27f5ce0e4adf: Verifying Checksum 08:06:03 27f5ce0e4adf: Download complete 08:06:04 05883995daec: Verifying Checksum 08:06:04 05883995daec: Download complete 08:06:04 448f6bf000e3: Verifying Checksum 08:06:04 448f6bf000e3: Download complete 08:06:06 c2d8d7efcc4b: Verifying Checksum 08:06:06 c2d8d7efcc4b: Download complete 08:06:07 448f6bf000e3: Pull complete 08:06:08 f757da607395: Pull complete 08:06:09 05883995daec: Pull complete 08:06:10 8603b9c90790: Pull complete 08:06:11 1560dd03e051: Pull complete 08:06:12 27f5ce0e4adf: Pull complete 08:06:27 c2d8d7efcc4b: Pull complete 08:06:27 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 08:06:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 08:06:27 prd-ubuntu18.04-docker-arm64-4c-16g-254 does not seem to be running inside a container 08:06:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-rfid-llrp-inventory/9 -v /w/workspace/app-rfid-llrp-inventory/9:/w/workspace/app-rfid-llrp-inventory/9:rw,z -v /w/workspace/app-rfid-llrp-inventory/9@tmp:/w/workspace/app-rfid-llrp-inventory/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 08:06:32 $ docker top a5acbe93c8455f421b678581f73e2d13acb47f081b0f58a7c8d781216fd7d8f8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:33 ---> job-cost.sh 08:06:33 lf-activate-venv: SKIPPING 08:06:33 INFO: No Stack... 08:06:34 INFO: Retrieving Pricing Info for: v3-standard-4 08:06:35 INFO: Archiving Costs [Pipeline] sh 08:06:35 + cat /w/workspace/app-rfid-llrp-inventory/9/archives/cost.csv 08:06:35 + cut -d, -f6 [Pipeline] lock 08:06:36 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] 08:06:36 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] did not exist. Created. 08:06:36 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:06:36 /w/workspace/app-rfid-llrp-inventory/9@tmp/durable-f0084d07/script.sh: 1: /w/workspace/app-rfid-llrp-inventory/9@tmp/durable-f0084d07/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:06:37 + echo total: 0.10999999940395355 [Pipeline] stash 08:06:37 Warning: overwriting stash ‘stack-cost’ 08:06:37 Stashed 1 file(s) [Pipeline] } 08:06:37 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-36-9-stack-cost] [Pipeline] // lock [Pipeline] } 08:06:38 $ docker stop --time=1 a5acbe93c8455f421b678581f73e2d13acb47f081b0f58a7c8d781216fd7d8f8 08:06:39 $ docker rm -f a5acbe93c8455f421b678581f73e2d13acb47f081b0f58a7c8d781216fd7d8f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:06:40 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] sh 08:06:42 + '[' -d /w/workspace/ry_app-rfid-llrp-inventory_PR-36/archives ']' [Pipeline] libraryResource [Pipeline] sh 08:06:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:06:43 ---> package-listing.sh 08:06:43 ++ facter osfamily 08:06:43 ++ tr '[:upper:]' '[:lower:]' 08:06:43 + OS_FAMILY=redhat 08:06:43 + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-36 08:06:43 + START_PACKAGES=/tmp/packages_start.txt 08:06:43 + END_PACKAGES=/tmp/packages_end.txt 08:06:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:06:43 + PACKAGES=/tmp/packages_start.txt 08:06:43 + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-36 ']' 08:06:43 + PACKAGES=/tmp/packages_end.txt 08:06:43 + case "${OS_FAMILY}" in 08:06:43 + sort 08:06:43 + rpm -qa 08:06:43 + '[' -f /tmp/packages_start.txt ']' 08:06:43 + '[' -f /tmp/packages_end.txt ']' 08:06:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:06:43 + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-36 ']' 08:06:43 + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-36/archives/ 08:06:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-36/archives/ [Pipeline] echo 08:06:43 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/ry_app-rfid-llrp-inventory_PR-36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:06:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:06:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:06:44 08:06:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 08:06:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:06:45 latest: Pulling from edgex-lftools-log-publisher 08:06:45 b4d181a07f80: Pulling fs layer 08:06:45 a1111a8f2ec3: Pulling fs layer 08:06:45 ed53099fbce6: Pulling fs layer 08:06:45 dc539afda2c1: Pulling fs layer 08:06:45 77bc0d833cb6: Pulling fs layer 08:06:45 9065ff56babe: Pulling fs layer 08:06:45 d287ab97295c: Pulling fs layer 08:06:45 dc539afda2c1: Waiting 08:06:45 77bc0d833cb6: Waiting 08:06:45 9065ff56babe: Waiting 08:06:45 d287ab97295c: Waiting 08:06:45 a1111a8f2ec3: Verifying Checksum 08:06:45 a1111a8f2ec3: Download complete 08:06:45 dc539afda2c1: Verifying Checksum 08:06:45 dc539afda2c1: Download complete 08:06:45 77bc0d833cb6: Verifying Checksum 08:06:45 77bc0d833cb6: Download complete 08:06:45 9065ff56babe: Verifying Checksum 08:06:45 9065ff56babe: Download complete 08:06:46 ed53099fbce6: Verifying Checksum 08:06:46 ed53099fbce6: Download complete 08:06:46 b4d181a07f80: Verifying Checksum 08:06:46 b4d181a07f80: Download complete 08:06:48 b4d181a07f80: Pull complete 08:06:48 a1111a8f2ec3: Pull complete 08:06:48 ed53099fbce6: Pull complete 08:06:48 dc539afda2c1: Pull complete 08:06:48 77bc0d833cb6: Pull complete 08:06:48 9065ff56babe: Pull complete 08:06:50 d287ab97295c: Verifying Checksum 08:06:50 d287ab97295c: Download complete 08:06:54 d287ab97295c: Pull complete 08:06:54 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 08:06:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:06:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 08:06:54 prd-centos7-docker-4c-2g-248 does not seem to be running inside a container 08:06:54 $ 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/ry_app-rfid-llrp-inventory_PR-36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-rfid-llrp-inventory_PR-36 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36:/w/workspace/ry_app-rfid-llrp-inventory_PR-36:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@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 08:06:56 $ docker top 60cb494dfbe0c0fc1182ddcba4f0f6a36b2615deffb2374e1f4e6770b1b70e48 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:57 + touch /tmp/pre-build-complete [Pipeline] sh 08:06:57 + mkdir -p /var/log/sysstat [Pipeline] sh 08:06:57 + ls /var/log/sa-host 08:06:57 + sadf -c /var/log/sa-host/sa05 08:06:57 file_magic: OK 08:06:57 HZ: Using current value: 100 08:06:57 file_header: OK 08:06:57 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 08:06:57 Statistics: 08:06:57 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:06:57 File successfully converted to sysstat format version 12.0.3 08:06:57 + sadf -c /var/log/sa-host/sa30 08:06:57 file_magic: OK 08:06:57 HZ: Using current value: 100 08:06:57 file_header: OK 08:06:57 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 08:06:57 Statistics: 08:06:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:06:57 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:06:58 provisioning config files... 08:06:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-36@tmp/config5301769449150466574tmp [Pipeline] { [Pipeline] echo 08:06:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:06:58 ---> create-netrc.sh [Pipeline] } 08:06:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:06:58 ---> python-tools-install.sh [Pipeline] echo 08:06:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:06:59 ---> sudo-logs.sh 08:06:59 Archiving 'sudo' log.. 08:06:59 sudo: unable to resolve host prd-centos7-docker-4c-2g-248.vexxhost.local: Name or service not known 08:06:59 sudo: unable to resolve host prd-centos7-docker-4c-2g-248.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 08:06:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:06:59 ---> job-cost.sh 08:06:59 lf-activate-venv: SKIPPING 08:06:59 DEBUG: total: 0.10999999940395355 08:06:59 INFO: Retrieving Stack Cost... 08:07:00 INFO: Retrieving Pricing Info for: v3-standard-2 08:07:00 INFO: Archiving Costs [Pipeline] echo 08:07:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:07:00 ---> logs-deploy.sh 08:07:00 lf-activate-venv: SKIPPING 08:07:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-36/9 08:07:00 INFO: archiving workspace using pattern(s): 08:07:01 Archives upload complete. 08:07:01 INFO: archiving logs to Nexus 08:07:02 ---> uname -a: 08:07:02 Linux prd-centos7-docker-4c-2g-248.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 08:07:02 08:07:02 08:07:02 ---> lscpu: 08:07:02 Architecture: x86_64 08:07:02 CPU op-mode(s): 32-bit, 64-bit 08:07:02 Byte Order: Little Endian 08:07:02 Address sizes: 40 bits physical, 48 bits virtual 08:07:02 CPU(s): 2 08:07:02 On-line CPU(s) list: 0,1 08:07:02 Thread(s) per core: 1 08:07:02 Core(s) per socket: 1 08:07:02 Socket(s): 2 08:07:02 NUMA node(s): 1 08:07:02 Vendor ID: AuthenticAMD 08:07:02 CPU family: 23 08:07:02 Model: 49 08:07:02 Model name: AMD EPYC-Rome Processor 08:07:02 Stepping: 0 08:07:02 CPU MHz: 2799.998 08:07:02 BogoMIPS: 5599.99 08:07:02 Virtualization: AMD-V 08:07:02 Hypervisor vendor: KVM 08:07:02 Virtualization type: full 08:07:02 L1d cache: 32K 08:07:02 L1i cache: 32K 08:07:02 L2 cache: 512K 08:07:02 L3 cache: 16384K 08:07:02 NUMA node0 CPU(s): 0,1 08:07:02 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 08:07:02 08:07:02 08:07:02 ---> nproc: 08:07:02 2 08:07:02 08:07:02 08:07:02 ---> df -h: 08:07:02 Filesystem Size Used Avail Use% Mounted on 08:07:02 overlay 40G 7.7G 33G 20% / 08:07:02 tmpfs 64M 0 64M 0% /dev 08:07:02 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 08:07:02 shm 64M 0 64M 0% /dev/shm 08:07:02 /dev/vda1 40G 7.7G 33G 20% /facter-os 08:07:02 08:07:02 08:07:02 ---> sar -b -r -n DEV: 08:07:02 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/30/21 _x86_64_ (2 CPU) 08:07:02 08:07:02 07:59:31 LINUX RESTART (2 CPU) 08:07:02 08:07:02 08:00:01 tps rtps wtps bread/s bwrtn/s 08:07:02 08:01:02 97.42 14.40 83.02 4740.19 5220.85 08:07:02 08:02:01 0.58 0.07 0.51 1.49 11.25 08:07:02 08:03:01 0.57 0.00 0.57 0.00 9.63 08:07:02 08:04:01 0.23 0.00 0.23 0.00 2.85 08:07:02 08:05:01 0.18 0.00 0.18 0.00 2.47 08:07:02 08:06:01 0.27 0.00 0.27 0.00 3.30 08:07:02 Average: 16.59 2.42 14.17 792.85 877.87 08:07:02 08:07:02 08:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:07:02 08:01:02 5441064 0 814048 10.16 2620 1751200 1300936 14.36 594520 1571784 132 08:07:02 08:02:01 5451764 0 803224 10.03 2620 1751324 1223500 13.51 586684 1571820 16 08:07:02 08:03:01 5452016 0 802968 10.03 2620 1751328 1223524 13.51 584844 1573876 8 08:07:02 08:04:01 5450548 0 804432 10.04 2620 1751332 1223548 13.51 585956 1573876 16 08:07:02 08:05:01 5452312 0 802660 10.02 2620 1751340 1205976 13.31 580876 1577880 16 08:07:02 08:06:01 5451492 0 803480 10.03 2620 1751340 1205904 13.31 581528 1577876 16 08:07:02 Average: 5449866 0 805135 10.05 2620 1751311 1230565 13.59 585735 1574519 34 08:07:02 08:07:02 08:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:07:02 08:01:02 eth0 688.76 433.52 1284.11 87.42 0.00 0.00 0.00 0.00 08:07:02 08:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:01:02 docker0 65.00 58.77 4.83 153.57 0.00 0.00 0.00 0.00 08:07:02 08:02:01 eth0 2.30 0.61 0.66 0.40 0.00 0.00 0.00 0.00 08:07:02 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:03:01 eth0 1.60 0.28 0.36 0.20 0.00 0.00 0.00 0.00 08:07:02 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:04:01 eth0 1.73 0.42 0.39 0.24 0.00 0.00 0.00 0.00 08:07:02 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:05:01 eth0 1.77 0.93 0.84 0.57 0.00 0.00 0.00 0.00 08:07:02 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:06:01 eth0 0.38 0.22 0.15 0.10 0.00 0.00 0.00 0.00 08:07:02 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 Average: eth0 116.46 72.90 215.12 14.87 0.00 0.00 0.00 0.00 08:07:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:02 Average: docker0 10.87 9.83 0.81 25.68 0.00 0.00 0.00 0.00 08:07:02 08:07:02 08:07:02 ---> sar -P ALL: 08:07:02 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/30/21 _x86_64_ (2 CPU) 08:07:02 08:07:02 07:59:31 LINUX RESTART (2 CPU) 08:07:02 08:07:02 08:00:01 CPU %user %nice %system %iowait %steal %idle 08:07:02 08:01:02 all 11.98 0.00 3.31 2.37 0.07 82.26 08:07:02 08:01:02 0 12.21 0.00 3.69 1.39 0.07 82.64 08:07:02 08:01:02 1 11.76 0.00 2.93 3.36 0.07 81.89 08:07:02 08:02:01 all 0.16 0.00 0.07 0.00 0.03 99.74 08:07:02 08:02:01 0 0.07 0.00 0.07 0.00 0.03 99.83 08:07:02 08:02:01 1 0.26 0.00 0.07 0.00 0.03 99.64 08:07:02 08:03:01 all 0.22 0.00 0.05 0.00 0.03 99.71 08:07:02 08:03:01 0 0.10 0.00 0.03 0.00 0.02 99.85 08:07:02 08:03:01 1 0.33 0.00 0.07 0.00 0.03 99.56 08:07:02 08:04:01 all 0.22 0.00 0.05 0.00 0.02 99.72 08:07:02 08:04:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:07:02 08:04:01 1 0.38 0.00 0.07 0.00 0.02 99.53 08:07:02 08:05:01 all 0.26 0.00 0.05 0.00 0.03 99.67 08:07:02 08:05:01 0 0.10 0.00 0.03 0.00 0.02 99.85 08:07:02 08:05:01 1 0.42 0.00 0.07 0.00 0.03 99.48 08:07:02 08:06:01 all 0.09 0.00 0.03 0.00 0.03 99.84 08:07:02 08:06:01 0 0.00 0.00 0.02 0.00 0.03 99.95 08:07:02 08:06:01 1 0.18 0.00 0.05 0.00 0.03 99.73 08:07:02 Average: all 2.12 0.00 0.58 0.39 0.03 96.88 08:07:02 Average: 0 2.05 0.00 0.63 0.23 0.03 97.06 08:07:02 Average: 1 2.19 0.00 0.53 0.55 0.04 96.69 08:07:02 08:07:02 08:07:02