Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 995e5f843a6275a781fac899201523aa0866864d+5b6662352b87c3cff91568a79a832288180406c6 (4efcf806e3ed63615dae0e9e151962909042d3fa) 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-ssh8168933258144266394.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-ssh7534540723396140416.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/app-rfid-llrp-inventory/branches/PR-37/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-37/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3287572853812199343.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-ssh2257525982517111348.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/app-rfid-llrp-inventory/branches/PR-37/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-37/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8489355932374719677.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: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_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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-491 in /w/workspace/ry_app-rfid-llrp-inventory_PR-37 [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-37 # 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-37@tmp/jenkins-gitclient-ssh3656129515811898845.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 5b6662352b87c3cff91568a79a832288180406c6 into PR head commit 995e5f843a6275a781fac899201523aa0866864d Merge succeeded, producing d910ad5baca78baca0c058cc36a69591c85e33f0 > 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-37@tmp/jenkins-gitclient-ssh8268938346876669831.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/37/head:refs/remotes/origin/PR-37 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 995e5f843a6275a781fac899201523aa0866864d # 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/ry_app-rfid-llrp-inventory_PR-37@tmp/jenkins-gitclient-ssh8061236234448537963.key > git merge 5b6662352b87c3cff91568a79a832288180406c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Checking out Revision d910ad5baca78baca0c058cc36a69591c85e33f0 (PR-37) > git config core.sparsecheckout # timeout=10 > git checkout -f d910ad5baca78baca0c058cc36a69591c85e33f0 # timeout=10 Commit message: "Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:59:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:59:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:59:04 ========================================================= 15:59:04 EdgeX Global Pipelines Version Info 15:59:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 091808e2263ba227196e31ee0c5efe0f4b782597 # timeout=10 15:59:05 ------------------- 15:59:05 stable info: 15:59:05 ------------------- 15:59:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:59:05 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 15:59:05 Message: update stable to v1.0.197 15:59:05 ------------------- 15:59:05 experimental info: 15:59:05 ------------------- 15:59:05 Commited By: **** collab-it+edgex@linuxfoundation.org 15:59:05 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 15:59:05 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-37 [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-37 [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-37 [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d910ad5baca78baca0c058cc36a69591c85e33f0 [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d910ad5 [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:59:06 provisioning config files... 15:59:06 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/config2166377541681202897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:59:07 ---> docker-login.sh 15:59:07 nexus3.edgexfoundry.org:10001 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 nexus3.edgexfoundry.org:10002 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 nexus3.edgexfoundry.org:10003 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 nexus3.edgexfoundry.org:10004 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 docker.io 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:08 Configure a credential helper to remove this warning. See 15:59:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:08 15:59:08 Login Succeeded 15:59:08 ---> docker-login.sh ends [Pipeline] } 15:59:08 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 15:59:08 + git log --format=format:%s -1 d910ad5baca78baca0c058cc36a69591c85e33f0 [Pipeline] echo 15:59:08 GIT_COMMIT: d910ad5baca78baca0c058cc36a69591c85e33f0, Commit Message: Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD [Pipeline] echo 15:59:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:59:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:09 15:59:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:59:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:10 latest: Pulling from edgex-devops/git-semver 15:59:10 31603596830f: Pulling fs layer 15:59:10 b6dc333f4379: Pulling fs layer 15:59:10 3d9ef1400e77: Pulling fs layer 15:59:10 fd332fbdc1db: Pulling fs layer 15:59:10 fd332fbdc1db: Waiting 15:59:10 b6dc333f4379: Verifying Checksum 15:59:10 b6dc333f4379: Download complete 15:59:10 31603596830f: Verifying Checksum 15:59:10 31603596830f: Download complete 15:59:10 31603596830f: Pull complete 15:59:10 b6dc333f4379: Pull complete 15:59:10 fd332fbdc1db: Verifying Checksum 15:59:10 fd332fbdc1db: Download complete 15:59:11 3d9ef1400e77: Verifying Checksum 15:59:11 3d9ef1400e77: Download complete 15:59:12 3d9ef1400e77: Pull complete 15:59:12 fd332fbdc1db: Pull complete 15:59:12 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 15:59:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:59:12 prd-centos7-docker-4c-2g-491 does not seem to be running inside a container 15:59:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-rfid-llrp-inventory_PR-37 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37:/w/workspace/ry_app-rfid-llrp-inventory_PR-37:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@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 15:59:13 $ docker top e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:59:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:13 [ssh-agent] Looking for ssh-agent implementation... 15:59:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:13 $ docker exec e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent 15:59:13 SSH_AUTH_SOCK=/tmp/ssh-lAjPOJRo0Em2/agent.13 15:59:13 SSH_AGENT_PID=19 15:59:13 Running ssh-add (command line suppressed) 15:59:14 Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_3218664078037271702.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_3218664078037271702.key) 15:59:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:14 + git tag --points-at HEAD [Pipeline] } 15:59:14 $ docker exec --env ******** --env ******** e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent -k 15:59:14 unset SSH_AUTH_SOCK; 15:59:14 unset SSH_AGENT_PID; 15:59:14 echo Agent pid 19 killed; 15:59:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:59:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:14 [ssh-agent] Looking for ssh-agent implementation... 15:59:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:14 $ docker exec e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent 15:59:14 SSH_AUTH_SOCK=/tmp/ssh-G1Q07NYHZMDR/agent.52 15:59:14 SSH_AGENT_PID=59 15:59:14 Running ssh-add (command line suppressed) 15:59:14 Identity added: /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_2906340341991459213.key (/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/private_key_2906340341991459213.key) 15:59:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:15 + git semver init 15:59:15 # -> Open(): unable to determine branch for HEAD 15:59:15 # $GIT_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-37/.git 15:59:15 # $GIT_WORK_TREE = /w/workspace/ry_app-rfid-llrp-inventory_PR-37 15:59:15 # $SEMVER_REMOTE_NAME = origin 15:59:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:59:15 # $SEMVER_USER_NAME = edgex-jenkins 15:59:15 # $SEMVER_BRANCH = PR-37 15:59:15 # $SEMVER_TEMP = /tmp/semver-093415133 15:59:15 # git clone --branch semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git $SEMVER_TEMP 15:59:16 # '/tmp/semver-093415133' -> '/w/workspace/ry_app-rfid-llrp-inventory_PR-37/.semver' 15:59:16 # -> Force: false 15:59:16 # $SEMVER_DIR = /w/workspace/ry_app-rfid-llrp-inventory_PR-37/.semver [Pipeline] } 15:59:16 $ docker exec --env ******** --env ******** e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db ssh-agent -k 15:59:16 unset SSH_AUTH_SOCK; 15:59:16 unset SSH_AGENT_PID; 15:59:16 echo Agent pid 59 killed; 15:59:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:59:16 + git semver [Pipeline] } 15:59:16 $ docker stop --time=1 e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db 15:59:18 $ docker rm -f e83a78f3c9bd3bd6e6444abcfb289e9204c08bbd5409a2b8f36f3abb54aa33db [Pipeline] // withDockerContainer [Pipeline] sh 15:59:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:59:18 Stashed 1 file(s) [Pipeline] echo 15:59:18 [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 15:59:34 Still waiting to schedule task 15:59:34 ‘prd-centos7-blackbox-4c-2g-76’ doesn’t have label ‘centos7-docker-4c-2g’ 15:59:34 ‘prd-centos7-blackbox-4c-2g-77’ doesn’t have label ‘centos7-docker-4c-2g’ 15:59:34 ‘prd-centos7-docker-4c-2g-481’ is offline 15:59:34 ‘prd-centos7-docker-4c-2g-482’ is offline 15:59:34 ‘prd-centos7-docker-4c-2g-492’ is offline 15:59:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-484’ doesn’t have label ‘centos7-docker-4c-2g’ 15:59:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-486’ doesn’t have label ‘centos7-docker-4c-2g’ 15:59:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-490’ doesn’t have label ‘centos7-docker-4c-2g’ 15:59:34 Still waiting to schedule task 15:59:34 ‘prd-centos7-blackbox-4c-2g-76’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 15:59:34 ‘prd-centos7-blackbox-4c-2g-77’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 15:59:34 ‘prd-centos7-docker-4c-2g-481’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 15:59:34 ‘prd-centos7-docker-4c-2g-482’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 15:59:34 ‘prd-centos7-docker-4c-2g-492’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 15:59:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-484’ is offline 15:59:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-486’ is offline 15:59:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-490’ is offline 16:00:39 Running on prd-centos7-docker-4c-2g-494 in /w/workspace/ry_app-rfid-llrp-inventory_PR-37 [Pipeline] { [Pipeline] ws 16:00:39 Running in /w/workspace/app-rfid-llrp-inventory/3 [Pipeline] { [Pipeline] checkout 16:00:39 The recommended git tool is: NONE 16:00:43 using credential edgex-jenkins-ssh 16:00:43 Cloning the remote Git repository 16:00:43 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:00:43 > git init /w/workspace/app-rfid-llrp-inventory/3 # timeout=10 16:00:44 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:00:44 > git --version # timeout=10 16:00:44 > git --version # 'git version 2.24.4' 16:00:44 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:44 [INFO] Currently running in a labeled security context 16:00:44 [INFO] Currently SELinux is 'enforcing' on the host 16:00:44 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/3@tmp/jenkins-gitclient-ssh1907133202531250740.key 16:00:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:47 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 16:00:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:47 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 16:00:47 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:00:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:47 [INFO] Currently running in a labeled security context 16:00:47 [INFO] Currently SELinux is 'enforcing' on the host 16:00:47 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/3@tmp/jenkins-gitclient-ssh1179476785595254483.key 16:00:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/37/head:refs/remotes/origin/PR-37 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:00:48 Merging remotes/origin/main commit 5b6662352b87c3cff91568a79a832288180406c6 into PR head commit 995e5f843a6275a781fac899201523aa0866864d 16:00:48 Merge succeeded, producing 2d23a016046b17f6359494f2701c5394e6e613b4 16:00:48 Checking out Revision 2d23a016046b17f6359494f2701c5394e6e613b4 (PR-37) 16:00:48 > git config core.sparsecheckout # timeout=10 16:00:48 > git checkout -f 995e5f843a6275a781fac899201523aa0866864d # timeout=10 16:00:48 > git remote # timeout=10 16:00:48 > git config --get remote.origin.url # timeout=10 16:00:48 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:48 [INFO] Currently running in a labeled security context 16:00:48 [INFO] Currently SELinux is 'enforcing' on the host 16:00:48 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-rfid-llrp-inventory/3@tmp/jenkins-gitclient-ssh8944024408566346634.key 16:00:48 > git merge 5b6662352b87c3cff91568a79a832288180406c6 # timeout=10 16:00:48 > git rev-parse HEAD^{commit} # timeout=10 16:00:48 > git config core.sparsecheckout # timeout=10 16:00:48 > git checkout -f 2d23a016046b17f6359494f2701c5394e6e613b4 # timeout=10 16:00:52 Commit message: "Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD" 16:00:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:00:53 provisioning config files... 16:00:53 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/3@tmp/config8214410942857315742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:00:53 ---> docker-login.sh 16:00:53 nexus3.edgexfoundry.org:10001 16:00:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:53 Configure a credential helper to remove this warning. See 16:00:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:53 16:00:53 Login Succeeded 16:00:53 nexus3.edgexfoundry.org:10002 16:00:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:53 Configure a credential helper to remove this warning. See 16:00:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:53 16:00:53 Login Succeeded 16:00:53 nexus3.edgexfoundry.org:10003 16:00:52 > git rev-list --no-walk 091808e2263ba227196e31ee0c5efe0f4b782597 # timeout=10 16:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:54 Configure a credential helper to remove this warning. See 16:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:54 16:00:54 Login Succeeded 16:00:54 nexus3.edgexfoundry.org:10004 16:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:54 Configure a credential helper to remove this warning. See 16:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:54 16:00:54 Login Succeeded 16:00:54 docker.io 16:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:54 Configure a credential helper to remove this warning. See 16:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:54 16:00:54 Login Succeeded 16:00:54 ---> docker-login.sh ends [Pipeline] } 16:00:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:00:54 ========================================================= 16:00:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 16:00:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:00:55 + 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 . 16:00:55 Sending build context to Docker daemon 20.47MB 16:00:55 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 16:00:55 Step 2/10 : FROM ${BASE} AS builder 16:00:55 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 16:00:55 540db60ca938: Pulling fs layer 16:00:55 adcc1eea9eea: Pulling fs layer 16:00:55 4c4ab2625f07: Pulling fs layer 16:00:55 0773c198feca: Pulling fs layer 16:00:55 345f892a5656: Pulling fs layer 16:00:55 4796506630df: Pulling fs layer 16:00:55 cc55df3e53f1: Pulling fs layer 16:00:55 4d027b6c602c: Pulling fs layer 16:00:55 449e75d2c14e: Pulling fs layer 16:00:55 4796506630df: Waiting 16:00:55 cc55df3e53f1: Waiting 16:00:55 4d027b6c602c: Waiting 16:00:55 449e75d2c14e: Waiting 16:00:55 0773c198feca: Waiting 16:00:55 345f892a5656: Waiting 16:00:55 4c4ab2625f07: Verifying Checksum 16:00:55 4c4ab2625f07: Download complete 16:00:55 adcc1eea9eea: Verifying Checksum 16:00:55 adcc1eea9eea: Download complete 16:00:55 345f892a5656: Verifying Checksum 16:00:55 345f892a5656: Download complete 16:00:55 540db60ca938: Verifying Checksum 16:00:55 540db60ca938: Download complete 16:00:55 cc55df3e53f1: Verifying Checksum 16:00:55 cc55df3e53f1: Download complete 16:00:56 4796506630df: Verifying Checksum 16:00:56 4796506630df: Download complete 16:00:56 540db60ca938: Pull complete 16:00:56 adcc1eea9eea: Pull complete 16:00:56 4c4ab2625f07: Pull complete 16:00:56 4d027b6c602c: Verifying Checksum 16:00:56 4d027b6c602c: Download complete 16:01:00 449e75d2c14e: Verifying Checksum 16:01:00 449e75d2c14e: Download complete 16:01:02 0773c198feca: Verifying Checksum 16:01:02 0773c198feca: Download complete 16:01:05 0773c198feca: Pull complete 16:01:05 345f892a5656: Pull complete 16:01:05 4796506630df: Pull complete 16:01:05 cc55df3e53f1: Pull complete 16:01:05 4d027b6c602c: Pull complete 16:01:06 449e75d2c14e: Pull complete 16:01:06 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 16:01:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 16:01:06 ---> 0d28375d9b5b 16:01:06 Step 3/10 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:01:11 ---> Running in 5d2b418fe4aa 16:01:11 Removing intermediate container 5d2b418fe4aa 16:01:11 ---> 87404de7c535 16:01:11 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 16:01:11 ---> Running in 9fda4bedd4d3 16:01:11 Removing intermediate container 9fda4bedd4d3 16:01:11 ---> 83c8f429fbd8 16:01:11 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:01:11 ---> Running in 7b82a7c309b7 16:01:11 Removing intermediate container 7b82a7c309b7 16:01:11 ---> af86cb30616a 16:01:11 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:11 ---> Running in f594d1689686 16:01:11 Removing intermediate container f594d1689686 16:01:11 ---> fc6406709ed9 16:01:11 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:01:11 ---> Running in 7e7dc211a032 16:01:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 16:01:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 16:01:16 (1/6) Installing libc-dev (0.7.2-r3) 16:01:16 (2/6) Installing libsodium (1.0.18-r0) 16:01:16 (3/6) Installing pkgconf (1.7.3-r0) 16:01:16 (4/6) Installing libsodium-dev (1.0.18-r0) 16:01:16 (5/6) Installing libzmq (4.3.3-r1) 16:01:16 (6/6) Installing zeromq-dev (4.3.3-r1) 16:01:16 Executing busybox-1.32.1-r6.trigger 16:01:16 OK: 150 MiB in 46 packages 16:01:17 Removing intermediate container 7e7dc211a032 16:01:17 ---> 4755a6ef4cab 16:01:17 Step 8/10 : WORKDIR /app 16:01:17 ---> Running in 87947d13ec32 16:01:17 Removing intermediate container 87947d13ec32 16:01:17 ---> e2a52b70e0b0 16:01:17 Step 9/10 : COPY . . 16:01:17 ---> 8c3b24dcb3ad 16:01:17 Step 10/10 : RUN go mod download 16:01:17 ---> Running in 48b3c27842f0 16:01:36 Removing intermediate container 48b3c27842f0 16:01:36 ---> 6d4b1c0d48b2 16:01:36 Successfully built 6d4b1c0d48b2 16:01:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:01:36 + docker inspect -f . ci-base-image-x86_64 16:01:36 . [Pipeline] withDockerContainer 16:01:36 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 16:01:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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 16:01:37 $ docker top 3b67c5bb887e1315f930b1d0c5d22b959f485baf70c316c54b699512d480e061 -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:37 + go version 16:01:37 go version go1.16.5 linux/amd64 [Pipeline] } 16:01:37 $ docker stop --time=1 3b67c5bb887e1315f930b1d0c5d22b959f485baf70c316c54b699512d480e061 16:01:38 $ docker rm -f 3b67c5bb887e1315f930b1d0c5d22b959f485baf70c316c54b699512d480e061 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:01:39 + docker inspect -f . ci-base-image-x86_64 16:01:39 . [Pipeline] withDockerContainer 16:01:39 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 16:01:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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 16:01:40 $ docker top edc9ea8238218096fd149d537dd31170ce7870e7f2669d9c3db643da53af2a8e -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:40 + go mod tidy [Pipeline] sh 16:01:41 + make test 16:01:41 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:01:46 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 16:01:46 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 16:01:46 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 16:01:46 have (string, bool, string, string) 16:01:46 want (string, string) 16:01:59 # edgexfoundry/app-rfid-llrp-inventory/internal/inventory [edgexfoundry/app-rfid-llrp-inventory/internal/inventory.test] 16:01:59 internal/inventory/tagprocessor_test.go:23:10: undefined: logger.NewClientStdOut 16:01:59 FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory [build failed] 16:01:59 FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [build failed] 16:01:59 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 0.048s coverage: 72.3% of statements 16:01:59 make: *** [Makefile:30: test] Error 2 [Pipeline] } 16:01:59 $ docker stop --time=1 edc9ea8238218096fd149d537dd31170ce7870e7f2669d9c3db643da53af2a8e 16:02:01 $ docker rm -f edc9ea8238218096fd149d537dd31170ce7870e7f2669d9c3db643da53af2a8e [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 16:02:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:02:02 16:02:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:02:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:02:02 latest: Pulling from edgex-lftools-log-publisher 16:02:02 b4d181a07f80: Pulling fs layer 16:02:02 a1111a8f2ec3: Pulling fs layer 16:02:02 ed53099fbce6: Pulling fs layer 16:02:02 dc539afda2c1: Pulling fs layer 16:02:02 77bc0d833cb6: Pulling fs layer 16:02:02 9065ff56babe: Pulling fs layer 16:02:02 d287ab97295c: Pulling fs layer 16:02:02 dc539afda2c1: Waiting 16:02:02 77bc0d833cb6: Waiting 16:02:02 9065ff56babe: Waiting 16:02:02 d287ab97295c: Waiting 16:02:03 a1111a8f2ec3: Verifying Checksum 16:02:03 a1111a8f2ec3: Download complete 16:02:03 dc539afda2c1: Verifying Checksum 16:02:03 dc539afda2c1: Download complete 16:02:03 77bc0d833cb6: Verifying Checksum 16:02:03 77bc0d833cb6: Download complete 16:02:03 9065ff56babe: Verifying Checksum 16:02:03 9065ff56babe: Download complete 16:02:04 ed53099fbce6: Verifying Checksum 16:02:04 ed53099fbce6: Download complete 16:02:05 b4d181a07f80: Verifying Checksum 16:02:05 b4d181a07f80: Download complete 16:02:06 b4d181a07f80: Pull complete 16:02:06 a1111a8f2ec3: Pull complete 16:02:07 ed53099fbce6: Pull complete 16:02:07 dc539afda2c1: Pull complete 16:02:07 77bc0d833cb6: Pull complete 16:02:07 9065ff56babe: Pull complete 16:02:10 d287ab97295c: Verifying Checksum 16:02:10 d287ab97295c: Download complete 16:02:14 d287ab97295c: Pull complete 16:02:14 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 16:02:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:02:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:02:14 prd-centos7-docker-4c-2g-494 does not seem to be running inside a container 16:02:15 $ 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/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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 16:02:17 $ docker top c50032bc490ac2b4e4d3135513deb515072905d15f05921607c8b908b415c497 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:02:18 ---> job-cost.sh 16:02:18 lf-activate-venv: SKIPPING 16:02:18 INFO: No Stack... 16:02:19 INFO: Retrieving Pricing Info for: v3-standard-2 16:02:19 INFO: Archiving Costs [Pipeline] sh 16:02:20 + cat /w/workspace/app-rfid-llrp-inventory/3/archives/cost.csv 16:02:20 + cut -d, -f6 [Pipeline] lock 16:02:20 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] 16:02:20 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] did not exist. Created. 16:02:20 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:02:20 + echo total: 0.05999999865889549 [Pipeline] stash 16:02:20 Stashed 1 file(s) [Pipeline] } 16:02:20 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] // lock [Pipeline] } 16:02:20 $ docker stop --time=1 c50032bc490ac2b4e4d3135513deb515072905d15f05921607c8b908b415c497 16:02:22 $ docker rm -f c50032bc490ac2b4e4d3135513deb515072905d15f05921607c8b908b415c497 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:02:22 Failed in branch amd64 16:02:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-496 in /w/workspace/ry_app-rfid-llrp-inventory_PR-37 [Pipeline] { [Pipeline] ws 16:02:55 Running in /w/workspace/app-rfid-llrp-inventory/3 [Pipeline] { [Pipeline] checkout 16:02:55 The recommended git tool is: NONE 16:03:02 using credential edgex-jenkins-ssh 16:03:02 Cloning the remote Git repository 16:03:03 Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:03:03 > git init /w/workspace/app-rfid-llrp-inventory/3 # timeout=10 16:03:03 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:03:03 > git --version # timeout=10 16:03:03 > git --version # 'git version 2.17.1' 16:03:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:06 Merging remotes/origin/main commit 5b6662352b87c3cff91568a79a832288180406c6 into PR head commit 995e5f843a6275a781fac899201523aa0866864d 16:03:06 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 16:03:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:06 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 16:03:06 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git 16:03:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/37/head:refs/remotes/origin/PR-37 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:03:06 > git config core.sparsecheckout # timeout=10 16:03:06 > git checkout -f 995e5f843a6275a781fac899201523aa0866864d # timeout=10 16:03:06 > git remote # timeout=10 16:03:06 > git config --get remote.origin.url # timeout=10 16:03:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:06 > git merge 5b6662352b87c3cff91568a79a832288180406c6 # timeout=10 16:03:07 Merge succeeded, producing 4787fabc0094f1b92a12ca1bd761521ac18f0a26 16:03:07 Checking out Revision 4787fabc0094f1b92a12ca1bd761521ac18f0a26 (PR-37) 16:03:07 > git rev-parse HEAD^{commit} # timeout=10 16:03:07 > git config core.sparsecheckout # timeout=10 16:03:07 > git checkout -f 4787fabc0094f1b92a12ca1bd761521ac18f0a26 # timeout=10 16:03:12 Commit message: "Merge commit '5b6662352b87c3cff91568a79a832288180406c6' into HEAD" 16:03:12 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:03:13 provisioning config files... 16:03:13 copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/3@tmp/config6844282998333134724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:12 > git rev-list --no-walk 091808e2263ba227196e31ee0c5efe0f4b782597 # timeout=10 16:03:14 ---> docker-login.sh 16:03:14 nexus3.edgexfoundry.org:10001 16:03:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:15 Configure a credential helper to remove this warning. See 16:03:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:15 16:03:15 Login Succeeded 16:03:15 nexus3.edgexfoundry.org:10002 16:03:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:16 Configure a credential helper to remove this warning. See 16:03:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:16 16:03:16 Login Succeeded 16:03:16 nexus3.edgexfoundry.org:10003 16:03:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:16 Configure a credential helper to remove this warning. See 16:03:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:16 16:03:16 Login Succeeded 16:03:16 nexus3.edgexfoundry.org:10004 16:03:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:17 Configure a credential helper to remove this warning. See 16:03:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:17 16:03:17 Login Succeeded 16:03:17 docker.io 16:03:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:18 Configure a credential helper to remove this warning. See 16:03:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:18 16:03:18 Login Succeeded 16:03:18 ---> docker-login.sh ends [Pipeline] } 16:03:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:03:19 ========================================================= 16:03:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 16:03:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:03:19 + 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 . 16:03:20 Sending build context to Docker daemon 20.47MB 16:03:20 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 16:03:20 Step 2/10 : FROM ${BASE} AS builder 16:03:21 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:03:21 595b0fe564bb: Pulling fs layer 16:03:21 24495759ef45: Pulling fs layer 16:03:21 d148012ef14d: Pulling fs layer 16:03:21 cb65c68fc2e2: Pulling fs layer 16:03:21 093eec477d81: Pulling fs layer 16:03:21 a6d5b2bbb924: Pulling fs layer 16:03:21 2446dc1eb7d3: Pulling fs layer 16:03:21 596795e73e0f: Pulling fs layer 16:03:21 093eec477d81: Waiting 16:03:21 a6d5b2bbb924: Waiting 16:03:21 cb65c68fc2e2: Waiting 16:03:21 2446dc1eb7d3: Waiting 16:03:21 596795e73e0f: Waiting 16:03:21 d148012ef14d: Download complete 16:03:21 24495759ef45: Verifying Checksum 16:03:21 24495759ef45: Download complete 16:03:21 093eec477d81: Verifying Checksum 16:03:21 093eec477d81: Download complete 16:03:21 a6d5b2bbb924: Verifying Checksum 16:03:21 a6d5b2bbb924: Download complete 16:03:21 595b0fe564bb: Verifying Checksum 16:03:21 595b0fe564bb: Download complete 16:03:21 2446dc1eb7d3: Verifying Checksum 16:03:21 2446dc1eb7d3: Download complete 16:03:22 595b0fe564bb: Pull complete 16:03:23 24495759ef45: Pull complete 16:03:23 d148012ef14d: Pull complete 16:03:24 596795e73e0f: Verifying Checksum 16:03:24 596795e73e0f: Download complete 16:03:26 cb65c68fc2e2: Verifying Checksum 16:03:26 cb65c68fc2e2: Download complete 16:03:38 cb65c68fc2e2: Pull complete 16:03:38 093eec477d81: Pull complete 16:03:38 a6d5b2bbb924: Pull complete 16:03:38 2446dc1eb7d3: Pull complete 16:03:42 596795e73e0f: Pull complete 16:03:42 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 16:03:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 16:03:42 ---> d9e956139c92 16:03:42 Step 3/10 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:03:47 ---> Running in c28db6c62e2e 16:03:47 Removing intermediate container c28db6c62e2e 16:03:47 ---> 3b2a01a6ebec 16:03:47 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 16:03:47 ---> Running in 6b037c98e276 16:03:48 Removing intermediate container 6b037c98e276 16:03:48 ---> 6a6ab643031a 16:03:48 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:03:48 ---> Running in a141af787c0b 16:03:48 Removing intermediate container a141af787c0b 16:03:48 ---> b66f0ee7422c 16:03:48 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:48 ---> Running in fd179dcd72a5 16:03:52 Removing intermediate container fd179dcd72a5 16:03:52 ---> 0868ddeae450 16:03:52 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:03:52 ---> Running in 0f7c8d5fb247 16:03:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 16:03:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 16:03:55 (1/6) Installing libc-dev (0.7.2-r3) 16:03:55 (2/6) Installing libsodium (1.0.18-r0) 16:03:55 (3/6) Installing pkgconf (1.7.3-r0) 16:03:55 (4/6) Installing libsodium-dev (1.0.18-r0) 16:03:56 (5/6) Installing libzmq (4.3.3-r1) 16:03:56 (6/6) Installing zeromq-dev (4.3.3-r1) 16:03:56 Executing busybox-1.32.1-r6.trigger 16:03:56 OK: 139 MiB in 46 packages 16:03:57 Removing intermediate container 0f7c8d5fb247 16:03:57 ---> 0731ad43a769 16:03:57 Step 8/10 : WORKDIR /app 16:03:58 ---> Running in 01fa0d2a91cf 16:03:58 Removing intermediate container 01fa0d2a91cf 16:03:58 ---> f8a4af07a8d2 16:03:58 Step 9/10 : COPY . . 16:04:01 ---> b935f045f520 16:04:01 Step 10/10 : RUN go mod download 16:04:01 ---> Running in 8ff8fcc11a6a 16:04:40 Removing intermediate container 8ff8fcc11a6a 16:04:40 ---> ae2e3cab1201 16:04:40 Successfully built ae2e3cab1201 16:04:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:04:41 + docker inspect -f . ci-base-image-arm64 16:04:41 . [Pipeline] withDockerContainer 16:04:41 prd-ubuntu18.04-docker-arm64-4c-16g-496 does not seem to be running inside a container 16:04:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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 16:04:43 $ docker top e62a54b9231100bb5a78aad4cbb41856f23fabb4f52402278904c2c3cc8b9671 -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:44 + go version 16:04:44 go version go1.16.5 linux/arm64 [Pipeline] } 16:04:44 $ docker stop --time=1 e62a54b9231100bb5a78aad4cbb41856f23fabb4f52402278904c2c3cc8b9671 16:04:46 $ docker rm -f e62a54b9231100bb5a78aad4cbb41856f23fabb4f52402278904c2c3cc8b9671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:47 + docker inspect -f . ci-base-image-arm64 16:04:47 . [Pipeline] withDockerContainer 16:04:47 prd-ubuntu18.04-docker-arm64-4c-16g-496 does not seem to be running inside a container 16:04:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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 16:04:49 $ docker top 008989125cc8914687d228468a7a47096d88db869454a8116bc07564614b8259 -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:50 + go mod tidy [Pipeline] sh 16:04:51 + make test 16:04:51 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:05:14 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 16:05:14 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 16:05:14 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 16:05:14 have (string, bool, string, string) 16:05:14 want (string, string) 16:06:01 # edgexfoundry/app-rfid-llrp-inventory/internal/inventory [edgexfoundry/app-rfid-llrp-inventory/internal/inventory.test] 16:06:01 internal/inventory/tagprocessor_test.go:23:10: undefined: logger.NewClientStdOut 16:06:01 FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory [build failed] 16:06:01 FAIL edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [build failed] 16:06:02 ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 0.298s coverage: 72.3% of statements 16:06:02 make: *** [Makefile:30: test] Error 2 [Pipeline] } 16:06:02 $ docker stop --time=1 008989125cc8914687d228468a7a47096d88db869454a8116bc07564614b8259 16:06:05 $ docker rm -f 008989125cc8914687d228468a7a47096d88db869454a8116bc07564614b8259 [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 16:06:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:06:06 16:06:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 16:06:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:06:07 arm64: Pulling from edgex-lftools-log-publisher 16:06:07 448f6bf000e3: Pulling fs layer 16:06:07 f757da607395: Pulling fs layer 16:06:07 05883995daec: Pulling fs layer 16:06:07 8603b9c90790: Pulling fs layer 16:06:07 1560dd03e051: Pulling fs layer 16:06:07 27f5ce0e4adf: Pulling fs layer 16:06:07 c2d8d7efcc4b: Pulling fs layer 16:06:07 8603b9c90790: Waiting 16:06:07 1560dd03e051: Waiting 16:06:07 27f5ce0e4adf: Waiting 16:06:07 c2d8d7efcc4b: Waiting 16:06:08 05883995daec: Verifying Checksum 16:06:08 05883995daec: Download complete 16:06:08 8603b9c90790: Verifying Checksum 16:06:08 8603b9c90790: Download complete 16:06:08 f757da607395: Verifying Checksum 16:06:08 f757da607395: Download complete 16:06:08 27f5ce0e4adf: Verifying Checksum 16:06:08 27f5ce0e4adf: Download complete 16:06:08 1560dd03e051: Verifying Checksum 16:06:08 1560dd03e051: Download complete 16:06:09 448f6bf000e3: Download complete 16:06:13 c2d8d7efcc4b: Verifying Checksum 16:06:13 c2d8d7efcc4b: Download complete 16:06:13 448f6bf000e3: Pull complete 16:06:14 f757da607395: Pull complete 16:06:16 05883995daec: Pull complete 16:06:16 8603b9c90790: Pull complete 16:06:17 1560dd03e051: Pull complete 16:06:18 27f5ce0e4adf: Pull complete 16:06:33 c2d8d7efcc4b: Pull complete 16:06:33 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 16:06:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:06:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 16:06:33 prd-ubuntu18.04-docker-arm64-4c-16g-496 does not seem to be running inside a container 16:06:33 $ 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/3 -v /w/workspace/app-rfid-llrp-inventory/3:/w/workspace/app-rfid-llrp-inventory/3:rw,z -v /w/workspace/app-rfid-llrp-inventory/3@tmp:/w/workspace/app-rfid-llrp-inventory/3@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 16:06:38 $ docker top 44a766fa923e420868e6995318304fe77d7fca18ecdec4c8325ef686cda7aedc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:39 ---> job-cost.sh 16:06:39 lf-activate-venv: SKIPPING 16:06:39 INFO: No Stack... 16:06:41 INFO: Retrieving Pricing Info for: v2-standard-4 16:06:41 INFO: Archiving Costs [Pipeline] sh 16:06:42 + cut -d, -f6 16:06:42 + cat /w/workspace/app-rfid-llrp-inventory/3/archives/cost.csv [Pipeline] lock 16:06:42 Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] 16:06:42 Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] did not exist. Created. 16:06:42 Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:06:42 /w/workspace/app-rfid-llrp-inventory/3@tmp/durable-94c393b3/script.sh: 1: /w/workspace/app-rfid-llrp-inventory/3@tmp/durable-94c393b3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:06:43 + echo total: 0.18000000715255737 [Pipeline] stash 16:06:43 Warning: overwriting stash ‘stack-cost’ 16:06:44 Stashed 1 file(s) [Pipeline] } 16:06:44 Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-37-3-stack-cost] [Pipeline] // lock [Pipeline] } 16:06:44 $ docker stop --time=1 44a766fa923e420868e6995318304fe77d7fca18ecdec4c8325ef686cda7aedc 16:06:46 $ docker rm -f 44a766fa923e420868e6995318304fe77d7fca18ecdec4c8325ef686cda7aedc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:06:46 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 16:06:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:06:49 ---> package-listing.sh 16:06:49 ++ facter osfamily 16:06:49 ++ tr '[:upper:]' '[:lower:]' 16:06:49 + OS_FAMILY=redhat 16:06:49 + workspace=/w/workspace/ry_app-rfid-llrp-inventory_PR-37 16:06:49 + START_PACKAGES=/tmp/packages_start.txt 16:06:49 + END_PACKAGES=/tmp/packages_end.txt 16:06:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:06:49 + PACKAGES=/tmp/packages_start.txt 16:06:49 + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-37 ']' 16:06:49 + PACKAGES=/tmp/packages_end.txt 16:06:49 + case "${OS_FAMILY}" in 16:06:49 + sort 16:06:49 + rpm -qa 16:06:50 + '[' -f /tmp/packages_start.txt ']' 16:06:50 + '[' -f /tmp/packages_end.txt ']' 16:06:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:06:50 + '[' /w/workspace/ry_app-rfid-llrp-inventory_PR-37 ']' 16:06:50 + mkdir -p /w/workspace/ry_app-rfid-llrp-inventory_PR-37/archives/ 16:06:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-rfid-llrp-inventory_PR-37/archives/ [Pipeline] echo 16:06:50 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-37/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:06:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:06:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:50 16:06:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:06:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:51 latest: Pulling from edgex-lftools-log-publisher 16:06:51 b4d181a07f80: Pulling fs layer 16:06:51 a1111a8f2ec3: Pulling fs layer 16:06:51 ed53099fbce6: Pulling fs layer 16:06:51 dc539afda2c1: Pulling fs layer 16:06:51 77bc0d833cb6: Pulling fs layer 16:06:51 9065ff56babe: Pulling fs layer 16:06:51 d287ab97295c: Pulling fs layer 16:06:51 77bc0d833cb6: Waiting 16:06:51 9065ff56babe: Waiting 16:06:51 d287ab97295c: Waiting 16:06:51 dc539afda2c1: Waiting 16:06:51 a1111a8f2ec3: Verifying Checksum 16:06:51 a1111a8f2ec3: Download complete 16:06:51 dc539afda2c1: Verifying Checksum 16:06:51 dc539afda2c1: Download complete 16:06:52 77bc0d833cb6: Verifying Checksum 16:06:52 77bc0d833cb6: Download complete 16:06:52 9065ff56babe: Verifying Checksum 16:06:52 9065ff56babe: Download complete 16:06:52 ed53099fbce6: Verifying Checksum 16:06:52 ed53099fbce6: Download complete 16:06:53 b4d181a07f80: Verifying Checksum 16:06:53 b4d181a07f80: Download complete 16:06:54 b4d181a07f80: Pull complete 16:06:54 a1111a8f2ec3: Pull complete 16:06:55 ed53099fbce6: Pull complete 16:06:55 dc539afda2c1: Pull complete 16:06:55 77bc0d833cb6: Pull complete 16:06:55 9065ff56babe: Pull complete 16:06:58 d287ab97295c: Verifying Checksum 16:06:58 d287ab97295c: Download complete 16:07:02 d287ab97295c: Pull complete 16:07:02 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 16:07:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:07:02 prd-centos7-docker-4c-2g-491 does not seem to be running inside a container 16:07:02 $ 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-37/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-37 -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37:/w/workspace/ry_app-rfid-llrp-inventory_PR-37:rw,z -v /w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@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 16:07:05 $ docker top ebdface51c8c930ddb2600b97b4cf0ec9f7105aa3cca603d8fdaa13f7a3358a0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:05 + touch /tmp/pre-build-complete [Pipeline] sh 16:07:06 + mkdir -p /var/log/sysstat [Pipeline] sh 16:07:06 + ls /var/log/sa-host 16:07:06 + sadf -c /var/log/sa-host/sa05 16:07:06 file_magic: OK 16:07:06 HZ: Using current value: 100 16:07:06 file_header: OK 16:07:06 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 16:07:06 Statistics: 16:07:06 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:07:06 File successfully converted to sysstat format version 12.0.3 16:07:06 + sadf -c /var/log/sa-host/sa29 16:07:06 file_magic: OK 16:07:06 HZ: Using current value: 100 16:07:06 file_header: OK 16:07:06 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 16:07:06 Statistics: 16:07:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:07:06 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:07:06 provisioning config files... 16:07:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-rfid-llrp-inventory_PR-37@tmp/config3851484692999129558tmp [Pipeline] { [Pipeline] echo 16:07:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:07:07 ---> create-netrc.sh [Pipeline] } 16:07:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:07:07 ---> python-tools-install.sh [Pipeline] echo 16:07:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:07:07 ---> sudo-logs.sh 16:07:07 Archiving 'sudo' log.. 16:07:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-491.vexxhost.local: Name or service not known 16:07:07 sudo: unable to resolve host prd-centos7-docker-4c-2g-491.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 16:07:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:07:08 ---> job-cost.sh 16:07:08 lf-activate-venv: SKIPPING 16:07:08 DEBUG: total: 0.18000000715255737 16:07:08 INFO: Retrieving Stack Cost... 16:07:09 INFO: Retrieving Pricing Info for: v3-standard-2 16:07:09 INFO: Archiving Costs [Pipeline] echo 16:07:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:07:09 ---> logs-deploy.sh 16:07:09 lf-activate-venv: SKIPPING 16:07:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-37/3 16:07:09 INFO: archiving workspace using pattern(s): 16:07:10 Archives upload complete. 16:07:10 INFO: archiving logs to Nexus 16:07:11 ---> uname -a: 16:07:11 Linux prd-centos7-docker-4c-2g-491.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 16:07:11 16:07:11 16:07:11 ---> lscpu: 16:07:11 Architecture: x86_64 16:07:11 CPU op-mode(s): 32-bit, 64-bit 16:07:11 Byte Order: Little Endian 16:07:11 Address sizes: 40 bits physical, 48 bits virtual 16:07:11 CPU(s): 2 16:07:11 On-line CPU(s) list: 0,1 16:07:11 Thread(s) per core: 1 16:07:11 Core(s) per socket: 1 16:07:11 Socket(s): 2 16:07:11 NUMA node(s): 1 16:07:11 Vendor ID: AuthenticAMD 16:07:11 CPU family: 23 16:07:11 Model: 49 16:07:11 Model name: AMD EPYC-Rome Processor 16:07:11 Stepping: 0 16:07:11 CPU MHz: 2799.998 16:07:11 BogoMIPS: 5599.99 16:07:11 Virtualization: AMD-V 16:07:11 Hypervisor vendor: KVM 16:07:11 Virtualization type: full 16:07:11 L1d cache: 32K 16:07:11 L1i cache: 32K 16:07:11 L2 cache: 512K 16:07:11 L3 cache: 16384K 16:07:11 NUMA node0 CPU(s): 0,1 16:07:11 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 16:07:11 16:07:11 16:07:11 ---> nproc: 16:07:11 2 16:07:11 16:07:11 16:07:11 ---> df -h: 16:07:11 Filesystem Size Used Avail Use% Mounted on 16:07:11 overlay 40G 7.7G 33G 20% / 16:07:11 tmpfs 64M 0 64M 0% /dev 16:07:11 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 16:07:11 shm 64M 0 64M 0% /dev/shm 16:07:11 /dev/vda1 40G 7.7G 33G 20% /facter-os 16:07:11 16:07:11 16:07:11 ---> sar -b -r -n DEV: 16:07:11 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/29/21 _x86_64_ (2 CPU) 16:07:11 16:07:11 15:58:24 LINUX RESTART (2 CPU) 16:07:11 16:07:11 15:59:01 tps rtps wtps bread/s bwrtn/s 16:07:11 16:00:01 55.82 3.56 52.26 2600.63 4323.71 16:07:11 16:01:01 0.38 0.02 0.37 0.13 6.10 16:07:11 16:02:01 0.43 0.10 0.33 1.73 5.01 16:07:11 16:03:01 0.23 0.00 0.23 0.00 2.90 16:07:11 16:04:01 0.18 0.00 0.18 0.00 2.48 16:07:11 16:05:01 0.25 0.00 0.25 0.00 3.50 16:07:11 16:06:01 0.15 0.00 0.15 0.00 2.03 16:07:11 16:07:01 8.64 0.10 8.54 9.99 427.88 16:07:11 Average: 8.26 0.47 7.79 326.64 596.83 16:07:11 16:07:11 15:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:07:11 16:00:01 5430468 0 805572 10.06 2620 1770280 1283408 14.17 607532 1570512 20 16:07:11 16:01:01 5428620 0 807412 10.08 2620 1770288 1285460 14.19 609428 1570476 12 16:07:11 16:02:01 5438084 0 797824 9.96 2620 1770412 1208988 13.35 600364 1571768 12 16:07:11 16:03:01 5437200 0 798704 9.97 2620 1770416 1209144 13.35 602104 1571768 16 16:07:11 16:04:01 5436348 0 799548 9.98 2620 1770424 1209204 13.35 599236 1575176 12 16:07:11 16:05:01 5435664 0 800232 9.99 2620 1770424 1209304 13.35 599516 1575176 16 16:07:11 16:06:01 5435652 0 800240 9.99 2620 1770428 1209292 13.35 599388 1575176 20 16:07:11 16:07:01 4679832 0 981540 12.26 2620 2344948 1698728 18.75 933720 1909488 573672 16:07:11 Average: 5340234 0 823884 10.29 2620 1842202 1289191 14.23 643911 1614942 71722 16:07:11 16:07:11 15:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:07:11 16:00:01 eth0 140.63 96.35 505.63 25.10 0.00 0.00 0.00 0.00 16:07:11 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:00:01 docker0 20.95 26.78 2.67 151.68 0.00 0.00 0.00 0.00 16:07:11 16:01:01 eth0 1.68 0.43 0.62 0.35 0.00 0.00 0.00 0.00 16:07:11 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:02:01 eth0 1.45 0.10 0.12 0.07 0.00 0.00 0.00 0.00 16:07:11 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:03:01 eth0 1.43 0.32 0.33 0.17 0.00 0.00 0.00 0.00 16:07:11 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:04:01 eth0 2.95 0.57 0.64 0.31 0.00 0.00 0.00 0.00 16:07:11 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:05:01 eth0 2.62 1.20 1.24 0.81 0.00 0.00 0.00 0.00 16:07:11 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:06:01 eth0 0.67 0.33 0.28 0.20 0.00 0.00 0.00 0.00 16:07:11 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:07:01 eth0 382.26 252.60 2612.05 37.18 0.00 0.00 0.00 0.00 16:07:11 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 Average: eth0 66.72 43.99 390.15 8.02 0.00 0.00 0.00 0.00 16:07:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:07:11 Average: docker0 2.62 3.35 0.33 18.96 0.00 0.00 0.00 0.00 16:07:11 16:07:11 16:07:11 ---> sar -P ALL: 16:07:11 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/29/21 _x86_64_ (2 CPU) 16:07:11 16:07:11 15:58:24 LINUX RESTART (2 CPU) 16:07:11 16:07:11 15:59:01 CPU %user %nice %system %iowait %steal %idle 16:07:11 16:00:01 all 4.42 0.00 2.05 1.29 0.04 92.19 16:07:11 16:00:01 0 4.51 0.00 2.01 0.52 0.05 92.90 16:07:11 16:00:01 1 4.33 0.00 2.10 2.06 0.03 91.47 16:07:11 16:01:01 all 0.21 0.00 0.06 0.00 0.02 99.72 16:07:11 16:01:01 0 0.37 0.00 0.07 0.00 0.02 99.55 16:07:11 16:01:01 1 0.05 0.00 0.05 0.00 0.02 99.88 16:07:11 16:02:01 all 0.11 0.00 0.07 0.00 0.02 99.81 16:07:11 16:02:01 0 0.17 0.00 0.08 0.00 0.02 99.73 16:07:11 16:02:01 1 0.05 0.00 0.05 0.00 0.02 99.88 16:07:11 16:03:01 all 0.22 0.00 0.05 0.00 0.01 99.72 16:07:11 16:03:01 0 0.40 0.00 0.05 0.00 0.02 99.53 16:07:11 16:03:01 1 0.03 0.00 0.05 0.00 0.00 99.92 16:07:11 16:04:01 all 0.23 0.00 0.03 0.00 0.02 99.73 16:07:11 16:04:01 0 0.37 0.00 0.03 0.00 0.02 99.58 16:07:11 16:04:01 1 0.08 0.00 0.02 0.00 0.02 99.88 16:07:11 16:05:01 all 0.15 0.00 0.03 0.00 0.02 99.80 16:07:11 16:05:01 0 0.23 0.00 0.03 0.00 0.02 99.72 16:07:11 16:05:01 1 0.07 0.00 0.03 0.00 0.02 99.88 16:07:11 16:06:01 all 0.23 0.00 0.03 0.00 0.02 99.72 16:07:11 16:06:01 0 0.43 0.00 0.02 0.00 0.03 99.52 16:07:11 16:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:07:11 16:07:01 all 7.15 0.00 2.49 0.03 0.03 90.30 16:07:11 16:07:01 0 6.37 0.00 2.50 0.02 0.03 91.08 16:07:11 16:07:01 1 7.93 0.00 2.48 0.03 0.03 89.52 16:07:11 Average: all 1.57 0.00 0.59 0.16 0.02 97.65 16:07:11 Average: 0 1.59 0.00 0.59 0.07 0.03 97.72 16:07:11 Average: 1 1.55 0.00 0.59 0.26 0.02 97.57 16:07:11 16:07:11 16:07:11