Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c8ddb795451293862e71ea8481bb36f4aa2ad204 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-ssh17497516272951047754.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh4039535170719748121.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2717932747014227816.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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-ssh4580214713848567059.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7157186078217259808.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rfid-llrp-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rfid-llrp-go-settings PROJECT: device-rfid-llrp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rfid-llrp DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false 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 SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-5671 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/foundry_device-rfid-llrp-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c8ddb795451293862e71ea8481bb36f4aa2ad204 (main) Commit message: "refactor: Remove code that loads static provision watchers (#152)" > git config core.sparsecheckout # timeout=10 > git checkout -f c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 > git rev-list --no-walk 963987e627e8dcac0df49593e42f1bbbca2c5392 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:08:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:08:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:08:39 ========================================================= 02:08:39 EdgeX Global Pipelines Version Info 02:08:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:08:53 ------------------- 02:08:53 stable info: 02:08:53 ------------------- 02:08:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:08:53 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:08:53 Message: update stable to v1.0.244 02:08:56 ------------------- 02:08:56 experimental info: 02:08:56 ------------------- 02:08:56 Commited By: **** collab-it+edgex@linuxfoundation.org 02:08:56 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:08:56 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8ddb79 [Pipeline] echo 02:08:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:08:56 provisioning config files... 02:08:56 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config16445916041665947665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:08:57 ---> docker-login.sh 02:08:57 nexus3.edgexfoundry.org:10001 02:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:57 Configure a credential helper to remove this warning. See 02:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:57 02:08:57 Login Succeeded 02:08:57 nexus3.edgexfoundry.org:10002 02:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:57 Configure a credential helper to remove this warning. See 02:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:57 02:08:57 Login Succeeded 02:08:57 nexus3.edgexfoundry.org:10003 02:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:57 Configure a credential helper to remove this warning. See 02:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:57 02:08:57 Login Succeeded 02:08:57 nexus3.edgexfoundry.org:10004 02:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:08:58 Configure a credential helper to remove this warning. See 02:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:08:58 02:08:58 Login Succeeded 02:08:58 docker.io 02:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:03 Configure a credential helper to remove this warning. See 02:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:03 02:09:03 Login Succeeded 02:09:03 ---> docker-login.sh ends [Pipeline] } 02:09:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:09:03 + git rev-list -1 --merges c8ddb795451293862e71ea8481bb36f4aa2ad204~1..c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo 02:09:03 -----------> git rev-list -1 --merges c8ddb795451293862e71ea8481bb36f4aa2ad204~1..c8ddb795451293862e71ea8481bb36f4aa2ad204 c8ddb795451293862e71ea8481bb36f4aa2ad204 [false] [Pipeline] sh 02:09:04 + git log --format=format:%s -1 c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo 02:09:04 ========================================================= 02:09:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:09:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:04 + git log --format=format:%s -1 c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] echo 02:09:04 [semverPrep] GIT_COMMIT: c8ddb795451293862e71ea8481bb36f4aa2ad204, Commit Message: refactor: Remove code that loads static provision watchers (#152) [Pipeline] echo 02:09:04 [semverPrep] This is not a build commit. [Pipeline] sh 02:09:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:09:04 + grep -v github /etc/ssh/ssh_known_hosts 02:09:04 + [ -e /tmp/ssh_known_hosts ] 02:09:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:09:04 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:09:04 sudo tee -a /etc/ssh/ssh_known_hosts 02:09:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:09:05 02:09:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:09:05 0.1.4: Pulling from edgex-devops/py-git-semver 02:09:05 b85a868b505f: Pulling fs layer 02:09:05 e2be974225ed: Pulling fs layer 02:09:05 339a4e72a1f5: Pulling fs layer 02:09:05 988bab9f4d93: Pulling fs layer 02:09:05 1469e6f7b9e6: Pulling fs layer 02:09:05 eaf3925da568: Pulling fs layer 02:09:05 bab4dde63d76: Pulling fs layer 02:09:05 bde34c3a00c8: Pulling fs layer 02:09:05 b352a97aabf1: Pulling fs layer 02:09:05 4872d77fe225: Pulling fs layer 02:09:05 5851b861e8e6: Pulling fs layer 02:09:05 bab4dde63d76: Waiting 02:09:05 bde34c3a00c8: Waiting 02:09:05 b352a97aabf1: Waiting 02:09:05 4872d77fe225: Waiting 02:09:05 988bab9f4d93: Waiting 02:09:05 5851b861e8e6: Waiting 02:09:05 1469e6f7b9e6: Waiting 02:09:05 eaf3925da568: Waiting 02:09:06 e2be974225ed: Download complete 02:09:06 988bab9f4d93: Download complete 02:09:06 1469e6f7b9e6: Verifying Checksum 02:09:06 1469e6f7b9e6: Download complete 02:09:06 eaf3925da568: Download complete 02:09:06 339a4e72a1f5: Verifying Checksum 02:09:06 339a4e72a1f5: Download complete 02:09:06 bde34c3a00c8: Download complete 02:09:06 b352a97aabf1: Download complete 02:09:06 4872d77fe225: Verifying Checksum 02:09:06 4872d77fe225: Download complete 02:09:06 5851b861e8e6: Verifying Checksum 02:09:06 5851b861e8e6: Download complete 02:09:06 bab4dde63d76: Verifying Checksum 02:09:06 bab4dde63d76: Download complete 02:09:07 b85a868b505f: Verifying Checksum 02:09:07 b85a868b505f: Download complete 02:09:08 b85a868b505f: Pull complete 02:09:08 e2be974225ed: Pull complete 02:09:09 339a4e72a1f5: Pull complete 02:09:09 988bab9f4d93: Pull complete 02:09:09 1469e6f7b9e6: Pull complete 02:09:09 eaf3925da568: Pull complete 02:09:11 bab4dde63d76: Pull complete 02:09:11 bde34c3a00c8: Pull complete 02:09:11 b352a97aabf1: Pull complete 02:09:11 4872d77fe225: Pull complete 02:09:11 5851b861e8e6: Pull complete 02:09:12 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:09:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:09:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:12 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:09:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:09:14 $ docker top 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a -eo pid,comm 02:09:15 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:09:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:09:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:09:15 [ssh-agent] Looking for ssh-agent implementation... 02:09:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:09:14 $ docker exec 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent 02:09:15 SSH_AUTH_SOCK=/tmp/ssh-b9smb2FyiEZd/agent.33 02:09:15 SSH_AGENT_PID=39 02:09:15 Running ssh-add (command line suppressed) 02:09:15 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5244485437095095547.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_5244485437095095547.key) 02:09:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:09:15 + git tag --points-at HEAD [Pipeline] } 02:09:15 $ docker exec --env ******** --env ******** 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent -k 02:09:15 unset SSH_AUTH_SOCK; 02:09:15 unset SSH_AGENT_PID; 02:09:15 echo Agent pid 39 killed; 02:09:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:09:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:09:15 [ssh-agent] Looking for ssh-agent implementation... 02:09:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:09:15 $ docker exec 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent 02:09:16 SSH_AUTH_SOCK=/tmp/ssh-daPhM9UeKlW0/agent.71 02:09:16 SSH_AGENT_PID=78 02:09:16 Running ssh-add (command line suppressed) 02:09:15 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8620855720585852316.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8620855720585852316.key) 02:09:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:09:16 + git semver init 02:09:16 2023-02-14 02:09:16,520 [run_init] DEBUG init version:0.0.0 force:False 02:09:16 2023-02-14 02:09:16,521 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-rfid-llrp-go_main/.semver 02:09:16 2023-02-14 02:09:16,522 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rfid-llrp-go.git /w/workspace/foundry_device-rfid-llrp-go_main/.semver 02:09:16 2023-02-14 02:09:16,522 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rfid-llrp-go.git', '/w/workspace/foundry_device-rfid-llrp-go_main/.semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 02:09:31 2023-02-14 02:09:30,745 [append_file] DEBUG append to file:/w/workspace/foundry_device-rfid-llrp-go_main/.git/info/exclude 02:09:31 2023-02-14 02:09:30,746 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:False 02:09:31 2023-02-14 02:09:30,746 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:09:31 2023-02-14 02:09:30,746 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:09:31 3.0.0-dev.5 [Pipeline] } 02:09:31 $ docker exec --env ******** --env ******** 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a ssh-agent -k 02:09:31 unset SSH_AUTH_SOCK; 02:09:31 unset SSH_AGENT_PID; 02:09:31 echo Agent pid 78 killed; 02:09:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:09:32 + git semver [Pipeline] } 02:09:32 $ docker stop --time=1 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a 02:09:33 $ docker rm -f --volumes 0050a89bd5e28a6571724f9de91e837665c2770e00642f7d4f8bd9d2242f8d2a [Pipeline] // withDockerContainer [Pipeline] sh 02:09:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:09:34 Stashed 1 file(s) [Pipeline] echo 02:09:34 [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:09:34 provisioning config files... 02:09:34 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1160901722487694990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5677 in /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] { [Pipeline] ws 02:09:35 Running in /w/workspace/device-rfid-llrp-go/69 [Pipeline] { [Pipeline] checkout 02:09:35 Selected Git installation does not exist. Using Default 02:09:35 The recommended git tool is: NONE 02:09:35 ---> docker-login.sh 02:09:35 nexus3.edgexfoundry.org:10001 02:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:35 Configure a credential helper to remove this warning. See 02:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:35 02:09:35 Login Succeeded 02:09:35 nexus3.edgexfoundry.org:10002 02:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:35 Configure a credential helper to remove this warning. See 02:09:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:35 02:09:35 Login Succeeded 02:09:35 nexus3.edgexfoundry.org:10003 02:09:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:36 Configure a credential helper to remove this warning. See 02:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:36 02:09:36 Login Succeeded 02:09:36 nexus3.edgexfoundry.org:10004 02:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:36 Configure a credential helper to remove this warning. See 02:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:36 02:09:36 Login Succeeded 02:09:36 docker.io 02:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:40 using credential edgex-jenkins-ssh 02:09:40 Cloning the remote Git repository 02:09:40 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 02:09:40 > git init /w/workspace/device-rfid-llrp-go/69 # timeout=10 02:09:40 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 02:09:40 > git --version # timeout=10 02:09:40 > git --version # 'git version 2.25.1' 02:09:40 using GIT_SSH to set credentials SSH Credentials for GitHub 02:09:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:09:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:42 Configure a credential helper to remove this warning. See 02:09:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:42 02:09:42 Login Succeeded 02:09:42 ---> docker-login.sh ends [Pipeline] } 02:09:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:09:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:09:42 ========================================================= 02:09:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 02:09:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:43 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:09:43 Sending build context to Docker daemon 4.105MB 02:09:43 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:09:43 Step 2/12 : FROM ${BASE} AS builder 02:09:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 02:09:43 213ec9aee27d: Pulling fs layer 02:09:43 4583459ba037: Pulling fs layer 02:09:43 93c1e223e6f2: Pulling fs layer 02:09:43 53926ce57604: Pulling fs layer 02:09:43 21b2b0c7a3f4: Pulling fs layer 02:09:43 22ff95d597cd: Pulling fs layer 02:09:43 53926ce57604: Waiting 02:09:43 12d6caf4c0d1: Pulling fs layer 02:09:43 96b7cbca73a9: Pulling fs layer 02:09:43 a7acece74701: Pulling fs layer 02:09:43 a7acece74701: Waiting 02:09:43 12d6caf4c0d1: Waiting 02:09:43 21b2b0c7a3f4: Waiting 02:09:43 96b7cbca73a9: Waiting 02:09:43 22ff95d597cd: Waiting 02:09:43 93c1e223e6f2: Verifying Checksum 02:09:43 4583459ba037: Download complete 02:09:43 21b2b0c7a3f4: Verifying Checksum 02:09:43 21b2b0c7a3f4: Download complete 02:09:43 22ff95d597cd: Verifying Checksum 02:09:43 22ff95d597cd: Download complete 02:09:43 213ec9aee27d: Verifying Checksum 02:09:43 213ec9aee27d: Download complete 02:09:43 12d6caf4c0d1: Download complete 02:09:43 213ec9aee27d: Pull complete 02:09:43 4583459ba037: Pull complete 02:09:43 93c1e223e6f2: Pull complete 02:09:45 53926ce57604: Verifying Checksum 02:09:45 53926ce57604: Download complete 02:09:45 96b7cbca73a9: Verifying Checksum 02:09:45 96b7cbca73a9: Download complete 02:09:47 a7acece74701: Verifying Checksum 02:09:47 a7acece74701: Download complete 02:09:48 53926ce57604: Pull complete 02:09:48 21b2b0c7a3f4: Pull complete 02:09:48 22ff95d597cd: Pull complete 02:09:48 12d6caf4c0d1: Pull complete 02:09:50 96b7cbca73a9: Pull complete 02:09:51 a7acece74701: Pull complete 02:09:51 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 02:09:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:09:51 ---> db6d94c90886 02:09:51 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:09:54 ---> Running in 4999afd90d0b 02:09:54 Removing intermediate container 4999afd90d0b 02:09:54 ---> 609c2050bfc8 02:09:54 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:09:54 ---> Running in 6a21da7fe527 02:09:54 Removing intermediate container 6a21da7fe527 02:09:54 ---> dcffb64d8afd 02:09:54 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 02:09:54 ---> Running in 1c266a12aa00 02:09:54 Removing intermediate container 1c266a12aa00 02:09:54 ---> d0ce33dade54 02:09:54 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:09:54 ---> Running in 0c17cd6fed99 02:09:55 Removing intermediate container 0c17cd6fed99 02:09:55 ---> 2e16b4c77072 02:09:55 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:09:55 ---> Running in 7d381cf8799e 02:09:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:10:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:10:24 Avoid second fetch 02:10:24 Checking out Revision c8ddb795451293862e71ea8481bb36f4aa2ad204 (main) 02:10:25 Commit message: "refactor: Remove code that loads static provision watchers (#152)" 02:10:23 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 02:10:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:24 > git config core.sparsecheckout # timeout=10 02:10:24 > git checkout -f c8ddb795451293862e71ea8481bb36f4aa2ad204 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:10:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:10:27 % Total % Received % Xferd Average Speed Time Time Time Current 02:10:27 Dload Upload Total Spent Left Speed 02:10:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 12751 100 12751 0 0 6505 0 0:00:01 0:00:01 --:--:-- 6502 [Pipeline] sh 02:10:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:10:30 + sudo tee /etc/docker/daemon.new 02:10:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:10:30 { 02:10:30 "registry-mirrors": [ 02:10:30 "https://nexus3.edgexfoundry.org:10001" 02:10:30 ], 02:10:30 "bip": "10.250.0.254/24", 02:10:30 "hosts": [ 02:10:30 "tcp://0.0.0.0:5555", 02:10:30 "unix:///var/run/docker.sock" 02:10:30 ], 02:10:30 "mtu": 1458, 02:10:30 "selinux-enabled": true, 02:10:30 "seccomp-profile": "/etc/docker/seccomp.json" 02:10:30 } [Pipeline] sh 02:10:30 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:10:30 + sudo service docker restart 02:10:36 OK: 211 MiB in 51 packages 02:10:36 Removing intermediate container 7d381cf8799e 02:10:36 ---> 4f74e8a42e4d 02:10:36 Step 8/12 : WORKDIR /app 02:10:36 ---> Running in 7d1dfc6c6c31 02:10:36 Removing intermediate container 7d1dfc6c6c31 02:10:36 ---> d41b7ee29cce 02:10:36 Step 9/12 : COPY go.mod vendor* ./ 02:10:36 ---> 2ed4b3d2ba6d 02:10:36 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:10:36 ---> Running in 994a31d3615d [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:10:49 provisioning config files... 02:10:49 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/69@tmp/config18003796395704401729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:49 ---> docker-login.sh 02:10:49 nexus3.edgexfoundry.org:10001 02:10:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:49 Configure a credential helper to remove this warning. See 02:10:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:49 02:10:49 Login Succeeded 02:10:49 nexus3.edgexfoundry.org:10002 02:10:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:50 Configure a credential helper to remove this warning. See 02:10:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:50 02:10:50 Login Succeeded 02:10:50 nexus3.edgexfoundry.org:10003 02:10:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:50 Configure a credential helper to remove this warning. See 02:10:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:50 02:10:50 Login Succeeded 02:10:50 nexus3.edgexfoundry.org:10004 02:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:51 Configure a credential helper to remove this warning. See 02:10:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:51 02:10:51 Login Succeeded 02:10:51 docker.io 02:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:54 Configure a credential helper to remove this warning. See 02:10:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:54 02:10:54 Login Succeeded 02:10:54 ---> docker-login.sh ends [Pipeline] } 02:10:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:10:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:10:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:10:55 ========================================================= 02:10:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 02:10:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:55 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 02:10:55 Sending build context to Docker daemon 1.217MB 02:10:55 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 02:10:55 Step 2/12 : FROM ${BASE} AS builder 02:10:56 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:10:56 9b18e9b68314: Pulling fs layer 02:10:56 35d82f9e3411: Pulling fs layer 02:10:56 e16973657156: Pulling fs layer 02:10:56 fc693d55d65f: Pulling fs layer 02:10:56 7e9fc2657dce: Pulling fs layer 02:10:56 dda99020689f: Pulling fs layer 02:10:56 db1c61fa0a46: Pulling fs layer 02:10:56 891c053d2c06: Pulling fs layer 02:10:56 dda99020689f: Waiting 02:10:56 db1c61fa0a46: Waiting 02:10:56 891c053d2c06: Waiting 02:10:56 fc693d55d65f: Waiting 02:10:56 7e9fc2657dce: Waiting 02:10:56 e16973657156: Verifying Checksum 02:10:56 e16973657156: Download complete 02:10:56 35d82f9e3411: Verifying Checksum 02:10:56 35d82f9e3411: Download complete 02:10:56 7e9fc2657dce: Verifying Checksum 02:10:56 7e9fc2657dce: Download complete 02:10:56 dda99020689f: Download complete 02:10:56 9b18e9b68314: Verifying Checksum 02:10:57 9b18e9b68314: Pull complete 02:10:57 891c053d2c06: Verifying Checksum 02:10:57 891c053d2c06: Download complete 02:10:57 35d82f9e3411: Pull complete 02:10:57 e16973657156: Pull complete 02:10:58 db1c61fa0a46: Download complete 02:10:59 fc693d55d65f: Verifying Checksum 02:10:59 fc693d55d65f: Download complete 02:11:11 fc693d55d65f: Pull complete 02:11:11 7e9fc2657dce: Pull complete 02:11:11 dda99020689f: Pull complete 02:11:18 db1c61fa0a46: Pull complete 02:11:19 891c053d2c06: Pull complete 02:11:19 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 02:11:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:11:19 ---> f96f9c87975a 02:11:19 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:11:21 ---> Running in 579031fa2e26 02:11:21 Removing intermediate container 579031fa2e26 02:11:21 ---> 05e8b77aae51 02:11:21 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:11:21 ---> Running in 9d4bfa850683 02:11:22 Removing intermediate container 9d4bfa850683 02:11:22 ---> 4f0c0c799bcc 02:11:22 Step 5/12 : ARG ALPINE_PKG_BASE="make git" 02:11:22 ---> Running in 8f9dad9ca992 02:11:22 Removing intermediate container 8f9dad9ca992 02:11:22 ---> fbfb6b13c204 02:11:22 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:11:22 ---> Running in 40fe0008a905 02:11:22 Removing intermediate container 40fe0008a905 02:11:22 ---> 6a36d793ac64 02:11:22 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:22 ---> Running in 2b69c37600ef 02:11:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:11:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:12:17 OK: 221 MiB in 51 packages 02:12:17 Removing intermediate container 2b69c37600ef 02:12:17 ---> 4d1c634eb75e 02:12:17 Step 8/12 : WORKDIR /app 02:12:17 ---> Running in af1f33f8ba69 02:12:17 Removing intermediate container af1f33f8ba69 02:12:17 ---> 04cbfd6ae7a0 02:12:17 Step 9/12 : COPY go.mod vendor* ./ 02:12:17 ---> cb268516599e 02:12:17 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:12:17 ---> Running in 642d53b81d76 02:18:24 Removing intermediate container 642d53b81d76 02:18:24 ---> 89334c93048c 02:18:24 Step 11/12 : COPY . . 02:18:24 ---> f28974458c97 02:18:24 Step 12/12 : RUN $MAKE 02:18:24 ---> Running in 31449fd9240a 02:18:24 noop 02:18:25 Removing intermediate container 31449fd9240a 02:18:25 ---> e90dc39e9a5d 02:18:25 Successfully built e90dc39e9a5d 02:18:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:25 + docker inspect -f . ci-base-image-arm64 02:18:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:26 prd-ubuntu20.04-docker-arm64-4c-16g-5677 does not seem to be running inside a container 02:18:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/69 -v /w/workspace/device-rfid-llrp-go/69:/w/workspace/device-rfid-llrp-go/69:rw,z -v /w/workspace/device-rfid-llrp-go/69@tmp:/w/workspace/device-rfid-llrp-go/69@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 ******** ci-base-image-arm64 cat 02:18:27 $ docker top 12af871a3293dda6e5b1020f1bfd529c6acee807e580fd89ee67bdd6b54d3992 -eo pid,comm [Pipeline] { [Pipeline] sh 02:18:28 + go version 02:18:28 go version go1.18.7 linux/arm64 [Pipeline] } 02:18:28 $ docker stop --time=1 12af871a3293dda6e5b1020f1bfd529c6acee807e580fd89ee67bdd6b54d3992 02:18:31 $ docker rm -f --volumes 12af871a3293dda6e5b1020f1bfd529c6acee807e580fd89ee67bdd6b54d3992 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:32 + docker inspect -f . ci-base-image-arm64 02:18:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:32 prd-ubuntu20.04-docker-arm64-4c-16g-5677 does not seem to be running inside a container 02:18:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rfid-llrp-go/69 -v /w/workspace/device-rfid-llrp-go/69:/w/workspace/device-rfid-llrp-go/69:rw,z -v /w/workspace/device-rfid-llrp-go/69@tmp:/w/workspace/device-rfid-llrp-go/69@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 ******** ci-base-image-arm64 cat 02:18:33 $ docker top a86966b36e7f0380c6245990eafbd3da6b034c3fe172aa8d2a82315dc18a93d5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:18:34 + git config --global --add safe.directory /w/workspace/device-rfid-llrp-go/69 [Pipeline] fileExists [Pipeline] sh 02:18:34 + make test 02:18:34 go test ./... -coverprofile=coverage.out ./... 02:18:36 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 02:19:44 Removing intermediate container 994a31d3615d 02:19:44 ---> 2d17a6f9edaf 02:19:44 Step 11/12 : COPY . . 02:19:44 ---> 1bb7bef5401a 02:19:44 Step 12/12 : RUN $MAKE 02:19:44 ---> Running in 7c287244fe96 02:19:44 noop 02:19:44 Removing intermediate container 7c287244fe96 02:19:44 ---> 3e1907c9a8cc 02:19:44 Successfully built 3e1907c9a8cc 02:19:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:44 + docker inspect -f . ci-base-image-x86_64 02:19:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:44 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:19:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** ci-base-image-x86_64 cat 02:19:45 $ docker top 7705ca6ff180d9c2666f0f491b0bf7fd1827b1d10d2ed4c8fa5d294d6d6d7ea6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:19:45 + go version 02:19:45 go version go1.18.7 linux/amd64 [Pipeline] } 02:19:45 $ docker stop --time=1 7705ca6ff180d9c2666f0f491b0bf7fd1827b1d10d2ed4c8fa5d294d6d6d7ea6 02:19:46 $ docker rm -f --volumes 7705ca6ff180d9c2666f0f491b0bf7fd1827b1d10d2ed4c8fa5d294d6d6d7ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:47 + docker inspect -f . ci-base-image-x86_64 02:19:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:47 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:19:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** ci-base-image-x86_64 cat 02:19:48 $ docker top 0e97bc5db2cd029ad4582c6b56a479ebed9b47b6b64300561e2151eff4477091 -eo pid,comm [Pipeline] { [Pipeline] sh 02:19:48 + git config --global --add safe.directory /w/workspace/foundry_device-rfid-llrp-go_main [Pipeline] fileExists [Pipeline] sh 02:19:49 + make test 02:19:49 go test ./... -coverprofile=coverage.out ./... 02:19:49 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 02:19:59 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 02:19:59 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 02:20:02 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 3.462s coverage: 40.7% of statements 02:20:02 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.248s coverage: 52.0% of statements 02:20:02 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.013s coverage: 95.5% of statements 02:20:09 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 02:20:09 go vet ./... 02:20:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:20:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:20:13 ./bin/test-attribution-txt.sh 02:20:13 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:20:13 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:20:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:20:13 $ docker stop --time=1 0e97bc5db2cd029ad4582c6b56a479ebed9b47b6b64300561e2151eff4477091 02:20:13 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd [no test files] 02:20:13 ? github.com/edgexfoundry/device-rfid-llrp-go/cmd/llrp [no test files] 02:20:14 $ docker rm -f --volumes 0e97bc5db2cd029ad4582c6b56a479ebed9b47b6b64300561e2151eff4477091 [Pipeline] // withDockerContainer [Pipeline] sh 02:20:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:20:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:20:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:20:15 + ls -al . 02:20:15 total 632 02:20:15 drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 02:19 . 02:20:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:08 .. 02:20:15 -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:08 .dockerignore 02:20:15 drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:20 .git 02:20:15 drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:08 .github 02:20:15 -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:08 .gitignore 02:20:15 -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:08 .golangci.yml 02:20:15 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:09 .semver 02:20:15 -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:08 Attribution.txt 02:20:15 -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:08 CHANGELOG.md 02:20:15 -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:08 Dockerfile 02:20:15 -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:08 GOVERNANCE.md 02:20:15 -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:08 Jenkinsfile 02:20:15 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:08 LICENSE 02:20:15 -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:08 Makefile 02:20:15 -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:08 OWNERS.md 02:20:15 -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:08 README.md 02:20:15 -rw-rw-r-- 1 jenkins jenkins 11 Feb 14 02:09 VERSION 02:20:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:08 bin 02:20:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:08 cmd 02:20:15 -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:20 coverage.out 02:20:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:08 examples 02:20:15 -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:08 go.mod 02:20:15 -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:08 go.sum 02:20:15 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:08 images 02:20:15 drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:08 internal 02:20:15 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:08 snap 02:20:15 -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:16 + docker build -t device-rfid-llrp -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 --label arch=amd64 --label version=3.0.0-dev.5 . 02:20:16 Sending build context to Docker daemon 4.105MB 02:20:16 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:20:16 Step 2/24 : FROM ${BASE} AS builder 02:20:16 ---> 3e1907c9a8cc 02:20:16 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:20:16 ---> Running in 6fa390333f22 02:20:16 Removing intermediate container 6fa390333f22 02:20:16 ---> 61e6f3ff1c41 02:20:16 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:20:16 ---> Running in 1e64a20dc706 02:20:16 Removing intermediate container 1e64a20dc706 02:20:16 ---> 622acfd4434d 02:20:16 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 02:20:16 ---> Running in 9eb1d6ca744d 02:20:16 Removing intermediate container 9eb1d6ca744d 02:20:16 ---> 38cac1942a0c 02:20:16 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:20:16 ---> Running in cc2f56aa27cb 02:20:16 Removing intermediate container cc2f56aa27cb 02:20:16 ---> 586acdb85722 02:20:16 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:20:16 ---> Running in d49cc4adc42a 02:20:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:20:25 OK: 211 MiB in 51 packages 02:20:25 Removing intermediate container d49cc4adc42a 02:20:25 ---> ba64c5e1c803 02:20:25 Step 8/24 : WORKDIR /app 02:20:25 ---> Running in fb2a4d76eabe 02:20:25 Removing intermediate container fb2a4d76eabe 02:20:25 ---> 67bbde4ca71a 02:20:25 Step 9/24 : COPY go.mod vendor* ./ 02:20:25 ---> 279974bcf41d 02:20:25 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:20:25 ---> Running in 46d6dba9af76 02:20:25 Removing intermediate container 46d6dba9af76 02:20:25 ---> 0b808d3ca1f1 02:20:25 Step 11/24 : COPY . . 02:20:25 ---> 573af2c432d9 02:20:25 Step 12/24 : RUN $MAKE 02:20:25 ---> Running in 342809fe8d77 02:20:26 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 02:20:40 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/driver 27.802s coverage: 40.7% of statements 02:20:40 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.483s coverage: 52.0% of statements 02:20:40 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.061s coverage: 94.6% of statements 02:20:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:20:40 go vet ./... 02:20:44 Removing intermediate container 342809fe8d77 02:20:44 ---> 8ef1c2db4262 02:20:44 Step 13/24 : FROM alpine:3.16 02:20:49 3.16: Pulling from library/alpine 02:20:51 ef5531b6e74e: Pulling fs layer 02:20:57 ef5531b6e74e: Verifying Checksum 02:20:57 ef5531b6e74e: Download complete 02:20:57 ef5531b6e74e: Pull complete 02:20:57 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:20:57 Status: Downloaded newer image for alpine:3.16 02:20:57 ---> dfd21b5a31f5 02:20:57 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 02:20:57 ---> Running in 79cd7436af98 02:20:57 Removing intermediate container 79cd7436af98 02:20:57 ---> d45ae003032b 02:20:57 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:20:57 ---> Running in 07e783c3f8f0 02:20:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:21:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:21:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:21:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:21:02 ./bin/test-attribution-txt.sh 02:21:02 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 02:21:02 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 02:21:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:21:02 $ docker stop --time=1 a86966b36e7f0380c6245990eafbd3da6b034c3fe172aa8d2a82315dc18a93d5 02:21:04 $ docker rm -f --volumes a86966b36e7f0380c6245990eafbd3da6b034c3fe172aa8d2a82315dc18a93d5 [Pipeline] // withDockerContainer [Pipeline] sh 02:21:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:21:05 Warning: overwriting stash ‘coverage-report’ 02:21:05 (1/1) Installing dumb-init (1.2.5-r1) 02:21:05 Executing busybox-1.35.0-r17.trigger 02:21:05 OK: 6 MiB in 15 packages 02:21:05 Removing intermediate container 07e783c3f8f0 02:21:05 ---> ea234ef51b8e 02:21:05 Step 16/24 : COPY --from=builder /app/LICENSE / 02:21:05 ---> da4cd5e48706 02:21:05 Step 17/24 : COPY --from=builder /app/Attribution.txt / 02:21:05 ---> ac380bc8e062 02:21:05 Step 18/24 : COPY --from=builder /app/cmd/ / 02:21:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:21:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:21:06 ---> ec2fb3c9af01 02:21:06 Step 19/24 : EXPOSE 59989 02:21:06 + ls -al . 02:21:06 total 628 02:21:06 drwxrwxr-x 10 jenkins jenkins 4096 Feb 14 02:18 . 02:21:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:09 .. 02:21:06 -rw-rw-r-- 1 jenkins jenkins 134 Feb 14 02:10 .dockerignore 02:21:06 drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 02:10 .git 02:21:06 drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 02:10 .github 02:21:06 -rw-rw-r-- 1 jenkins jenkins 946 Feb 14 02:10 .gitignore 02:21:06 -rw-rw-r-- 1 jenkins jenkins 41 Feb 14 02:10 .golangci.yml 02:21:06 -rw-rw-r-- 1 jenkins jenkins 10896 Feb 14 02:10 Attribution.txt 02:21:06 -rw-rw-r-- 1 jenkins jenkins 5905 Feb 14 02:10 CHANGELOG.md 02:21:06 -rw-rw-r-- 1 jenkins jenkins 1347 Feb 14 02:10 Dockerfile 02:21:06 -rw-rw-r-- 1 jenkins jenkins 677 Feb 14 02:10 GOVERNANCE.md 02:21:06 -rw-rw-r-- 1 jenkins jenkins 683 Feb 14 02:10 Jenkinsfile 02:21:06 -rw-rw-r-- 1 jenkins jenkins 11347 Feb 14 02:10 LICENSE 02:21:06 -rw-rw-r-- 1 jenkins jenkins 2018 Feb 14 02:10 Makefile 02:21:06 -rw-rw-r-- 1 jenkins jenkins 625 Feb 14 02:10 OWNERS.md 02:21:06 -rw-rw-r-- 1 jenkins jenkins 28496 Feb 14 02:10 README.md 02:21:06 -rw-rw-r-- 1 jenkins jenkins 11 Feb 14 02:09 VERSION 02:21:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:10 bin 02:21:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:10 cmd 02:21:06 -rw-r--r-- 1 jenkins jenkins 457862 Feb 14 02:20 coverage.out 02:21:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:10 examples 02:21:06 -rw-rw-r-- 1 jenkins jenkins 3462 Feb 14 02:10 go.mod 02:21:06 -rw-rw-r-- 1 jenkins jenkins 33032 Feb 14 02:10 go.sum 02:21:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 02:10 images 02:21:06 drwxrwxr-x 5 jenkins jenkins 4096 Feb 14 02:10 internal 02:21:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 02:10 snap 02:21:06 -rw-rw-r-- 1 jenkins jenkins 193 Feb 14 02:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:06 ---> Running in 448a561e7459 02:21:06 Removing intermediate container 448a561e7459 02:21:06 ---> 9860087964d4 02:21:06 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 02:21:06 ---> Running in 152b24a35011 02:21:06 Removing intermediate container 152b24a35011 02:21:06 ---> 6b4ea916ea5b 02:21:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:21:06 ---> Running in 72bf4adca147 02:21:06 Removing intermediate container 72bf4adca147 02:21:06 ---> 359ba1bfe80f 02:21:06 Step 22/24 : LABEL arch=amd64 02:21:06 ---> Running in f61a870a446d 02:21:06 Removing intermediate container f61a870a446d 02:21:06 ---> d8ec6e9ba3e5 02:21:06 Step 23/24 : LABEL git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 02:21:06 ---> Running in b2962a9f1124 02:21:06 Removing intermediate container b2962a9f1124 02:21:06 ---> b32671151ab3 02:21:06 Step 24/24 : LABEL version=3.0.0-dev.5 02:21:06 ---> Running in 764874c19d5e 02:21:06 Removing intermediate container 764874c19d5e 02:21:06 ---> b1557112ecaa 02:21:06 [Warning] One or more build-args [ARCH] were not consumed 02:21:06 Successfully built b1557112ecaa 02:21:06 Successfully tagged device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 02:21:06 + docker build -t device-rfid-llrp-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 --label arch=arm64 --label version=3.0.0-dev.5 . [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:21:06 provisioning config files... 02:21:07 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config2278044412991999269tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:21:07 Sending build context to Docker daemon 1.217MB 02:21:07 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 02:21:07 Step 2/24 : FROM ${BASE} AS builder 02:21:07 ---> e90dc39e9a5d 02:21:07 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:21:07 ---> Running in e6f292911baf 02:21:07 ---> docker-login.sh 02:21:07 nexus3.edgexfoundry.org:10001 02:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:21:07 Configure a credential helper to remove this warning. See 02:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:21:07 02:21:07 Login Succeeded 02:21:07 nexus3.edgexfoundry.org:10002 02:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:21:07 Configure a credential helper to remove this warning. See 02:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:21:07 02:21:07 Login Succeeded 02:21:07 nexus3.edgexfoundry.org:10003 02:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:21:07 Configure a credential helper to remove this warning. See 02:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:21:07 02:21:07 Login Succeeded 02:21:07 nexus3.edgexfoundry.org:10004 02:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:21:07 Configure a credential helper to remove this warning. See 02:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:21:07 02:21:07 Login Succeeded 02:21:07 docker.io 02:21:07 Removing intermediate container e6f292911baf 02:21:07 ---> 2e47c54383bc 02:21:07 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:21:07 ---> Running in aea642562d9a 02:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:21:08 Removing intermediate container aea642562d9a 02:21:08 ---> f14c23a45a90 02:21:08 Step 5/24 : ARG ALPINE_PKG_BASE="make git" 02:21:08 ---> Running in b9563d6f2082 02:21:08 Removing intermediate container b9563d6f2082 02:21:08 ---> 16412b3ad2fc 02:21:08 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 02:21:08 ---> Running in e442f86fa924 02:21:08 Removing intermediate container e442f86fa924 02:21:08 ---> e85ebdc4f39a 02:21:08 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:21:08 ---> Running in 9ca0815403bb 02:21:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:21:11 Configure a credential helper to remove this warning. See 02:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:21:11 02:21:11 Login Succeeded 02:21:11 ---> docker-login.sh ends [Pipeline] } 02:21:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:21:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:21:11 [edgeXDocker.push] Tagging docker image device-rfid-llrp with the following tags: 02:21:11 c8ddb795451293862e71ea8481bb36f4aa2ad204 02:21:11 latest 02:21:11 3.0.0-dev.5 02:21:11 c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 02:21:11 main 02:21:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:11 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:11 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204 02:21:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 02:21:11 92127cac5058: Preparing 02:21:11 7bc7afcdc1c7: Preparing 02:21:11 8c73bb180ae0: Preparing 02:21:11 753cd2087529: Preparing 02:21:11 aa5968d388b8: Preparing 02:21:11 aa5968d388b8: Layer already exists 02:21:11 7bc7afcdc1c7: Pushed 02:21:11 8c73bb180ae0: Pushed 02:21:11 753cd2087529: Pushed 02:21:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:21:14 92127cac5058: Pushed 02:21:14 c8ddb795451293862e71ea8481bb36f4aa2ad204: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:14 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:15 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 02:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 02:21:15 92127cac5058: Preparing 02:21:15 7bc7afcdc1c7: Preparing 02:21:15 8c73bb180ae0: Preparing 02:21:15 753cd2087529: Preparing 02:21:15 aa5968d388b8: Preparing 02:21:15 aa5968d388b8: Layer already exists 02:21:15 92127cac5058: Layer already exists 02:21:15 8c73bb180ae0: Layer already exists 02:21:15 753cd2087529: Layer already exists 02:21:15 7bc7afcdc1c7: Layer already exists 02:21:15 latest: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:15 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:15 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.5 02:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 02:21:15 92127cac5058: Preparing 02:21:15 7bc7afcdc1c7: Preparing 02:21:15 8c73bb180ae0: Preparing 02:21:15 753cd2087529: Preparing 02:21:15 aa5968d388b8: Preparing 02:21:15 aa5968d388b8: Layer already exists 02:21:15 753cd2087529: Layer already exists 02:21:15 7bc7afcdc1c7: Layer already exists 02:21:15 92127cac5058: Layer already exists 02:21:15 8c73bb180ae0: Layer already exists 02:21:15 3.0.0-dev.5: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:16 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:16 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 02:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 02:21:16 92127cac5058: Preparing 02:21:16 7bc7afcdc1c7: Preparing 02:21:16 8c73bb180ae0: Preparing 02:21:16 753cd2087529: Preparing 02:21:16 aa5968d388b8: Preparing 02:21:16 7bc7afcdc1c7: Layer already exists 02:21:16 92127cac5058: Layer already exists 02:21:16 aa5968d388b8: Layer already exists 02:21:16 753cd2087529: Layer already exists 02:21:17 8c73bb180ae0: Layer already exists 02:21:17 c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:17 + docker tag device-rfid-llrp nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:17 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp:main 02:21:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp] 02:21:17 92127cac5058: Preparing 02:21:17 7bc7afcdc1c7: Preparing 02:21:17 8c73bb180ae0: Preparing 02:21:17 753cd2087529: Preparing 02:21:17 aa5968d388b8: Preparing 02:21:17 753cd2087529: Layer already exists 02:21:17 8c73bb180ae0: Layer already exists 02:21:17 7bc7afcdc1c7: Layer already exists 02:21:17 aa5968d388b8: Layer already exists 02:21:17 92127cac5058: Layer already exists 02:21:17 main: digest: sha256:3cd13be7501b91379d728adafb5c30fcaf5c6a93870f1730ff1e6fcf0c3f7565 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:21:17 ===================================================== [Pipeline] echo 02:21:17 taggedImages: 02:21:17 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204 02:21:17 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:latest 02:21:17 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:3.0.0-dev.5 02:21:17 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 02:21:17 - nexus3.edgexfoundry.org:10004/device-rfid-llrp:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:21:18 02:21:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:21:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:21:18 latest: Pulling from edgex-lftools-log-publisher 02:21:18 5eb5b503b376: Pulling fs layer 02:21:18 5c69ac0246d0: Pulling fs layer 02:21:18 ec43610c2a17: Pulling fs layer 02:21:18 3a2ae6a8a46f: Pulling fs layer 02:21:18 33b1e0a273af: Pulling fs layer 02:21:18 5d3b04190fa2: Pulling fs layer 02:21:18 2f39f015ded8: Pulling fs layer 02:21:18 33b1e0a273af: Waiting 02:21:18 5d3b04190fa2: Waiting 02:21:18 2f39f015ded8: Waiting 02:21:18 3a2ae6a8a46f: Waiting 02:21:18 5c69ac0246d0: Verifying Checksum 02:21:18 5c69ac0246d0: Download complete 02:21:18 3a2ae6a8a46f: Download complete 02:21:18 33b1e0a273af: Verifying Checksum 02:21:18 33b1e0a273af: Download complete 02:21:18 5d3b04190fa2: Verifying Checksum 02:21:18 5d3b04190fa2: Download complete 02:21:18 ec43610c2a17: Verifying Checksum 02:21:18 ec43610c2a17: Download complete 02:21:19 5eb5b503b376: Verifying Checksum 02:21:19 5eb5b503b376: Download complete 02:21:20 5eb5b503b376: Pull complete 02:21:20 5c69ac0246d0: Pull complete 02:21:20 2f39f015ded8: Download complete 02:21:20 ec43610c2a17: Pull complete 02:21:20 3a2ae6a8a46f: Pull complete 02:21:20 33b1e0a273af: Pull complete 02:21:20 5d3b04190fa2: Pull complete 02:21:25 2f39f015ded8: Pull complete 02:21:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:21:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:21:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:21:25 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:21: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/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:21:26 OK: 221 MiB in 51 packages 02:21:26 Removing intermediate container 9ca0815403bb 02:21:26 ---> d8b599e6baa1 02:21:26 Step 8/24 : WORKDIR /app 02:21:26 ---> Running in 2be0488bb345 02:21:26 Removing intermediate container 2be0488bb345 02:21:26 ---> 088ae86e8515 02:21:26 Step 9/24 : COPY go.mod vendor* ./ 02:21:27 ---> c7c75eac858d 02:21:27 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:21:27 ---> Running in 8d41ab0854f8 02:21:28 $ docker top 800b893dda37d32ccb9981271b16e9b38c9624980d5f6cae68ac3049f2c36b1f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:21:28 ---> job-cost.sh 02:21:28 lf-activate-venv: SKIPPING 02:21:28 INFO: No Stack... 02:21:29 Removing intermediate container 8d41ab0854f8 02:21:29 ---> e20dbc7a45b1 02:21:29 Step 11/24 : COPY . . 02:21:30 INFO: Retrieving Pricing Info for: v3-standard-8 02:21:30 INFO: Archiving Costs [Pipeline] sh 02:21:30 + cat /w/workspace/foundry_device-rfid-llrp-go_main/archives/cost.csv 02:21:30 + cut -d, -f6 [Pipeline] lock 02:21:30 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] 02:21:30 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] did not exist. Created. 02:21:30 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:21:30 + echo total: 0.2199999988079071 [Pipeline] stash 02:21:30 Stashed 1 file(s) [Pipeline] } 02:21:30 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] // lock [Pipeline] } 02:21:30 $ docker stop --time=1 800b893dda37d32ccb9981271b16e9b38c9624980d5f6cae68ac3049f2c36b1f 02:21:30 ---> 10504a544aa6 02:21:30 Step 12/24 : RUN $MAKE 02:21:30 ---> Running in f5be821f82fc 02:21:31 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rfid-llrp-go.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-rfid-llrp ./cmd 02:21:31 $ docker rm -f --volumes 800b893dda37d32ccb9981271b16e9b38c9624980d5f6cae68ac3049f2c36b1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:23:39 Removing intermediate container f5be821f82fc 02:23:39 ---> 4f484d4fe164 02:23:39 Step 13/24 : FROM alpine:3.16 02:23:39 3.16: Pulling from library/alpine 02:23:39 3760b48202b3: Pulling fs layer 02:23:39 3760b48202b3: Download complete 02:23:39 3760b48202b3: Pull complete 02:23:39 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:23:39 Status: Downloaded newer image for alpine:3.16 02:23:39 ---> 4c81e5bf8899 02:23:39 Step 14/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 02:23:39 ---> Running in 9644089a8693 02:23:39 Removing intermediate container 9644089a8693 02:23:39 ---> 4fa7a7ccb602 02:23:39 Step 15/24 : RUN apk add --update --no-cache dumb-init 02:23:40 ---> Running in ad8b9353fc06 02:23:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:23:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:24:06 (1/1) Installing dumb-init (1.2.5-r1) 02:24:06 Executing busybox-1.35.0-r17.trigger 02:24:06 OK: 5 MiB in 15 packages 02:24:06 Removing intermediate container ad8b9353fc06 02:24:06 ---> ac6e67e8e06b 02:24:06 Step 16/24 : COPY --from=builder /app/LICENSE / 02:24:07 ---> 50b8bce4a31c 02:24:07 Step 17/24 : COPY --from=builder /app/Attribution.txt / 02:24:07 ---> 445ba4445388 02:24:07 Step 18/24 : COPY --from=builder /app/cmd/ / 02:24:09 ---> 3331b2cda01f 02:24:09 Step 19/24 : EXPOSE 59989 02:24:09 ---> Running in 13ae5e361e98 02:24:09 Removing intermediate container 13ae5e361e98 02:24:09 ---> 942d98368b08 02:24:09 Step 20/24 : ENTRYPOINT ["/device-rfid-llrp"] 02:24:09 ---> Running in bf37528c7a0f 02:24:10 Removing intermediate container bf37528c7a0f 02:24:10 ---> cebccd07096b 02:24:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:24:10 ---> Running in 88acbb1478c9 02:24:10 Removing intermediate container 88acbb1478c9 02:24:10 ---> b35a7525f3aa 02:24:10 Step 22/24 : LABEL arch=arm64 02:24:10 ---> Running in 58f90bb531ee 02:24:10 Removing intermediate container 58f90bb531ee 02:24:10 ---> 353ebe93ea5f 02:24:10 Step 23/24 : LABEL git_sha=c8ddb795451293862e71ea8481bb36f4aa2ad204 02:24:10 ---> Running in bef580a07829 02:24:11 Removing intermediate container bef580a07829 02:24:11 ---> f5979bfaba00 02:24:11 Step 24/24 : LABEL version=3.0.0-dev.5 02:24:11 ---> Running in b57f25219a4f 02:24:11 Removing intermediate container b57f25219a4f 02:24:11 ---> c37a1c8cec28 02:24:11 [Warning] One or more build-args [ARCH] were not consumed 02:24:11 Successfully built c37a1c8cec28 02:24:11 Successfully tagged device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:24:11 provisioning config files... 02:24:11 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/69@tmp/config6827531717347271249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:24:12 ---> docker-login.sh 02:24:12 nexus3.edgexfoundry.org:10001 02:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:24:12 Configure a credential helper to remove this warning. See 02:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:24:12 02:24:12 Login Succeeded 02:24:12 nexus3.edgexfoundry.org:10002 02:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:24:12 Configure a credential helper to remove this warning. See 02:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:24:12 02:24:12 Login Succeeded 02:24:12 nexus3.edgexfoundry.org:10003 02:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:24:13 Configure a credential helper to remove this warning. See 02:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:24:13 02:24:13 Login Succeeded 02:24:13 nexus3.edgexfoundry.org:10004 02:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:24:13 Configure a credential helper to remove this warning. See 02:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:24:13 02:24:13 Login Succeeded 02:24:13 docker.io 02:24:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:24:14 Configure a credential helper to remove this warning. See 02:24:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:24:14 02:24:14 Login Succeeded 02:24:14 ---> docker-login.sh ends [Pipeline] } 02:24:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:24:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:24:15 [edgeXDocker.push] Tagging docker image device-rfid-llrp-arm64 with the following tags: 02:24:15 c8ddb795451293862e71ea8481bb36f4aa2ad204 02:24:15 latest 02:24:15 3.0.0-dev.5 02:24:15 c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 02:24:15 main 02:24:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:15 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:15 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204 02:24:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 02:24:15 f77f57f298ba: Preparing 02:24:15 df5259c33b74: Preparing 02:24:15 594d9e52c19e: Preparing 02:24:15 bc12aeb6ad87: Preparing 02:24:15 f70ee36035b9: Preparing 02:24:15 f70ee36035b9: Layer already exists 02:24:16 df5259c33b74: Pushed 02:24:16 594d9e52c19e: Pushed 02:24:16 bc12aeb6ad87: Pushed 02:24:21 f77f57f298ba: Pushed 02:24:21 c8ddb795451293862e71ea8481bb36f4aa2ad204: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:22 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:22 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 02:24:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 02:24:22 f77f57f298ba: Preparing 02:24:22 df5259c33b74: Preparing 02:24:22 594d9e52c19e: Preparing 02:24:22 bc12aeb6ad87: Preparing 02:24:22 f70ee36035b9: Preparing 02:24:22 bc12aeb6ad87: Layer already exists 02:24:22 df5259c33b74: Layer already exists 02:24:22 f70ee36035b9: Layer already exists 02:24:22 f77f57f298ba: Layer already exists 02:24:22 594d9e52c19e: Layer already exists 02:24:22 latest: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:23 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:23 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.5 02:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 02:24:23 f77f57f298ba: Preparing 02:24:23 df5259c33b74: Preparing 02:24:23 594d9e52c19e: Preparing 02:24:23 bc12aeb6ad87: Preparing 02:24:23 f70ee36035b9: Preparing 02:24:23 bc12aeb6ad87: Layer already exists 02:24:23 594d9e52c19e: Layer already exists 02:24:23 f77f57f298ba: Layer already exists 02:24:23 f70ee36035b9: Layer already exists 02:24:23 df5259c33b74: Layer already exists 02:24:23 3.0.0-dev.5: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:24 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:24 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 02:24:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 02:24:24 f77f57f298ba: Preparing 02:24:24 df5259c33b74: Preparing 02:24:24 594d9e52c19e: Preparing 02:24:24 bc12aeb6ad87: Preparing 02:24:24 f70ee36035b9: Preparing 02:24:24 594d9e52c19e: Layer already exists 02:24:24 f70ee36035b9: Layer already exists 02:24:24 f77f57f298ba: Layer already exists 02:24:24 df5259c33b74: Layer already exists 02:24:24 bc12aeb6ad87: Layer already exists 02:24:24 c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:24 + docker tag device-rfid-llrp-arm64 nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:25 + docker push nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main 02:24:25 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64] 02:24:25 f77f57f298ba: Preparing 02:24:25 df5259c33b74: Preparing 02:24:25 594d9e52c19e: Preparing 02:24:25 bc12aeb6ad87: Preparing 02:24:25 f70ee36035b9: Preparing 02:24:25 bc12aeb6ad87: Layer already exists 02:24:25 594d9e52c19e: Layer already exists 02:24:25 f70ee36035b9: Layer already exists 02:24:25 df5259c33b74: Layer already exists 02:24:25 f77f57f298ba: Layer already exists 02:24:25 main: digest: sha256:2455f95b183b16f6095dd4fbb4b6f8494caa24fa10d514504ea9622770c21680 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:24:25 ===================================================== [Pipeline] echo 02:24:25 taggedImages: 02:24:25 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204 02:24:25 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:latest 02:24:25 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:3.0.0-dev.5 02:24:25 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:c8ddb795451293862e71ea8481bb36f4aa2ad204-3.0.0-dev.5 02:24:25 - nexus3.edgexfoundry.org:10004/device-rfid-llrp-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:24:25 02:24:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:24:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:24:26 arm64: Pulling from edgex-lftools-log-publisher 02:24:26 8998bd30e6a1: Pulling fs layer 02:24:26 04944245beec: Pulling fs layer 02:24:26 699f458cf7ca: Pulling fs layer 02:24:26 765212b225bb: Pulling fs layer 02:24:26 f23df028b6ca: Pulling fs layer 02:24:26 d65c8cfc05b1: Pulling fs layer 02:24:26 2437ff75d9bd: Pulling fs layer 02:24:26 f23df028b6ca: Waiting 02:24:26 d65c8cfc05b1: Waiting 02:24:26 2437ff75d9bd: Waiting 02:24:26 765212b225bb: Waiting 02:24:26 04944245beec: Verifying Checksum 02:24:26 04944245beec: Download complete 02:24:26 765212b225bb: Verifying Checksum 02:24:26 765212b225bb: Download complete 02:24:26 f23df028b6ca: Verifying Checksum 02:24:26 f23df028b6ca: Download complete 02:24:26 d65c8cfc05b1: Verifying Checksum 02:24:26 d65c8cfc05b1: Download complete 02:24:26 699f458cf7ca: Verifying Checksum 02:24:26 699f458cf7ca: Download complete 02:24:26 8998bd30e6a1: Verifying Checksum 02:24:26 8998bd30e6a1: Download complete 02:24:31 2437ff75d9bd: Verifying Checksum 02:24:31 2437ff75d9bd: Download complete 02:24:31 8998bd30e6a1: Pull complete 02:24:31 04944245beec: Pull complete 02:24:32 699f458cf7ca: Pull complete 02:24:33 765212b225bb: Pull complete 02:24:33 f23df028b6ca: Pull complete 02:24:33 d65c8cfc05b1: Pull complete 02:24:49 2437ff75d9bd: Pull complete 02:24:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:24:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:24:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:24:49 prd-ubuntu20.04-docker-arm64-4c-16g-5677 does not seem to be running inside a container 02:24:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rfid-llrp-go/69 -v /w/workspace/device-rfid-llrp-go/69:/w/workspace/device-rfid-llrp-go/69:rw,z -v /w/workspace/device-rfid-llrp-go/69@tmp:/w/workspace/device-rfid-llrp-go/69@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:24:51 $ docker top 21a27f9b810158b2bf4e95f52b4e2ba80cfbe56282b80afa421db2d04ae21a54 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:24:52 ---> job-cost.sh 02:24:52 lf-activate-venv: SKIPPING 02:24:52 INFO: No Stack... 02:24:57 INFO: Retrieving Pricing Info for: v3-standard-4 02:24:57 INFO: Archiving Costs [Pipeline] sh 02:24:57 + cat /w/workspace/device-rfid-llrp-go/69/archives/cost.csv 02:24:57 + cut -d, -f6 [Pipeline] lock 02:24:57 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] 02:24:57 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] did not exist. Created. 02:24:57 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:24:58 /w/workspace/device-rfid-llrp-go/69@tmp/durable-4ded99c2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:24:59 + echo total: 0.10999999940395355 [Pipeline] stash 02:24:59 Warning: overwriting stash ‘stack-cost’ 02:24:59 Stashed 1 file(s) [Pipeline] } 02:24:59 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-main-69-stack-cost] [Pipeline] // lock [Pipeline] } 02:24:59 $ docker stop --time=1 21a27f9b810158b2bf4e95f52b4e2ba80cfbe56282b80afa421db2d04ae21a54 02:25:00 $ docker rm -f --volumes 21a27f9b810158b2bf4e95f52b4e2ba80cfbe56282b80afa421db2d04ae21a54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 02:25:00 provisioning config files... 02:25:00 copy managed file [device-rfid-llrp-go-codecov-token] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config1958630779989829549tmp [Pipeline] { [Pipeline] sh 02:25:01 + set +x 02:25:01 + curl -s https://codecov.io/bash 02:25:01 + bash -s -- 02:25:01 02:25:01 _____ _ 02:25:01 / ____| | | 02:25:01 | | ___ __| | ___ ___ _____ __ 02:25:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:25:01 | |___| (_) | (_| | __/ (_| (_) \ V / 02:25:01 \_____\___/ \__,_|\___|\___\___/ \_/ 02:25:01 Bash-1.0.6 02:25:01 02:25:01 02:25:01 ==> git version 2.25.1 found 02:25:01 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 02:25:01 Release-Date: 2020-01-08 02:25:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:25:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:25:01 ==> Jenkins CI detected. 02:25:01 current dir:  /w/workspace/foundry_device-rfid-llrp-go_main 02:25:01 project root: . 02:25:01 --> token set from env 02:25:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:25:01 ==> Running gcov in . (disable via -X gcov) 02:25:01 ==> Python coveragepy not found 02:25:01 ==> Searching for coverage reports in: 02:25:01 + . 02:25:01 -> Found 1 reports 02:25:01 ==> Detecting git/mercurial file structure 02:25:01 ==> Reading reports 02:25:01 + ./coverage.out bytes=457862 02:25:01 ==> Appending adjustments 02:25:01 https://docs.codecov.io/docs/fixing-reports 02:25:02 + Found adjustments 02:25:02 ==> Gzipping contents 02:25:02 52K /tmp/codecov.oAROiL.gz 02:25:02 ==> Uploading reports 02:25:02 url: https://codecov.io 02:25:02 query: branch=main&commit=c8ddb795451293862e71ea8481bb36f4aa2ad204&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:25:02 -> Pinging Codecov 02:25:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=main&commit=c8ddb795451293862e71ea8481bb36f4aa2ad204&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rfid-llrp-go%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rfid-llrp-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:25:02 -> Uploading to 02:25:02 https://storage.googleapis.com/codecov/v4/raw/2023-02-14/581DD39554BDF9B6E22D074273EAD858/c8ddb795451293862e71ea8481bb36f4aa2ad204/bb5e5216-d4ac-4b50-be81-61712cd1086f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T022502Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7d09595ea00dbc30dc293e1847dfeaf140c0515f382cbf1c7c1ec575f97bc9c7 02:25:02 % Total % Received % Xferd Average Speed Time Time Time Current 02:25:02 Dload Upload Total Spent Left Speed 02:25:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51282 0 0 100 51282 0 246k --:--:-- --:--:-- --:--:-- 245k 100 51282 0 0 100 51282 0 83657 --:--:-- --:--:-- --:--:-- 83521 02:25:03 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] } 02:25:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:25:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:25:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:25:03 02:25:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:25:04 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:25:04 df9b9388f04a: Pulling fs layer 02:25:04 52dc419b0ee2: Pulling fs layer 02:25:04 25bc292e5bac: Pulling fs layer 02:25:04 114826534d7a: Pulling fs layer 02:25:04 4657fd5d0bcf: Pulling fs layer 02:25:04 6ad1cebc031e: Pulling fs layer 02:25:04 8a3aa393b2d8: Pulling fs layer 02:25:04 114826534d7a: Waiting 02:25:04 4657fd5d0bcf: Waiting 02:25:04 6ad1cebc031e: Waiting 02:25:04 8a3aa393b2d8: Waiting 02:25:04 25bc292e5bac: Verifying Checksum 02:25:04 25bc292e5bac: Download complete 02:25:04 52dc419b0ee2: Verifying Checksum 02:25:04 52dc419b0ee2: Download complete 02:25:04 4657fd5d0bcf: Verifying Checksum 02:25:04 4657fd5d0bcf: Download complete 02:25:04 df9b9388f04a: Download complete 02:25:04 df9b9388f04a: Pull complete 02:25:04 52dc419b0ee2: Pull complete 02:25:04 25bc292e5bac: Pull complete 02:25:04 6ad1cebc031e: Verifying Checksum 02:25:04 6ad1cebc031e: Download complete 02:25:06 114826534d7a: Verifying Checksum 02:25:06 114826534d7a: Download complete 02:25:06 8a3aa393b2d8: Verifying Checksum 02:25:06 8a3aa393b2d8: Download complete 02:25:09 114826534d7a: Pull complete 02:25:09 4657fd5d0bcf: Pull complete 02:25:09 6ad1cebc031e: Pull complete 02:25:13 8a3aa393b2d8: Pull complete 02:25:13 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:25:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:25:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:25:13 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:25:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:25:22 $ docker top 75064132c6b943db3f0f938647656674071df6a07b0ba7d4d9a3a8694b57de05 -eo pid,comm [Pipeline] { [Pipeline] echo 02:25:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rfid-llrp-go:main' [Pipeline] sh 02:25:22 + set -o pipefail 02:25:22 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rfid-llrp-go:main' 02:25:35 02:25:35 Monitoring /w/workspace/foundry_device-rfid-llrp-go_main (github.com/edgexfoundry/device-rfid-llrp-go)... 02:25:35 02:25:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/51b7f931-2ad3-4a5d-a1d2-3e401f6a993d/history/3f42fd09-88c2-4020-ab2e-aa4c77b8c8e1 02:25:35 02:25:35 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 02:25:35 02:25:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:25:35 02:25:36 02:25:36 A medium severity vulnerability was found in the Snyk CLI versions you are using. 02:25:36 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 02:25:36 More details here: https://snyk.co/ue1NS [Pipeline] } 02:25:36 $ docker stop --time=1 75064132c6b943db3f0f938647656674071df6a07b0ba7d4d9a3a8694b57de05 02:25:39 $ docker rm -f --volumes 75064132c6b943db3f0f938647656674071df6a07b0ba7d4d9a3a8694b57de05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:25:40 + git log --format=format:%s -1 c8ddb795451293862e71ea8481bb36f4aa2ad204 [Pipeline] sh 02:25:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:25:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:25:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:25:40 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:25:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:25:41 $ docker top 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:25:41 [ssh-agent] Looking for ssh-agent implementation... 02:25:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:25:41 $ docker exec 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 ssh-agent 02:25:41 SSH_AUTH_SOCK=/tmp/ssh-s6dt79ZOiW7w/agent.32 02:25:41 SSH_AGENT_PID=38 02:25:41 Running ssh-add (command line suppressed) 02:25:41 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3270121654965597136.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_3270121654965597136.key) 02:25:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:25:42 + git semver tag 02:25:42 2023-02-14 02:25:42,134 [run_tag] DEBUG tag force:False 02:25:42 2023-02-14 02:25:42,134 [check_head_tag] DEBUG check head tag 02:25:42 2023-02-14 02:25:42,135 [execute] INFO git cat-file --batch-check 02:25:42 2023-02-14 02:25:42,135 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 02:25:42 2023-02-14 02:25:42,140 [execute] INFO git cat-file --batch 02:25:42 2023-02-14 02:25:42,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=) 02:25:42 2023-02-14 02:25:42,153 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:25:42 2023-02-14 02:25:42,153 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 02:25:42 2023-02-14 02:25:42,154 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 02:25:42 2023-02-14 02:25:42,157 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:25:42 3.0.0-dev.5 [Pipeline] } 02:25:42 $ docker exec --env ******** --env ******** 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 ssh-agent -k 02:25:42 unset SSH_AUTH_SOCK; 02:25:42 unset SSH_AGENT_PID; 02:25:42 echo Agent pid 38 killed; 02:25:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:25:42 + git semver [Pipeline] } 02:25:42 $ docker stop --time=1 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 02:25:44 $ docker rm -f --volumes 271ef1a1ccb00a3b1c02365a9c9311cd906fc325c6372150fc9fa51e64bf70b8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:25:44 02:25:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:25:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:25:44 0.23.1-centos7: Pulling from edgex-lftools 02:25:44 ab5ef0e58194: Pulling fs layer 02:25:44 9712f1f96733: Pulling fs layer 02:25:44 63f879dbbcfc: Pulling fs layer 02:25:44 0d9ebad4ef96: Pulling fs layer 02:25:44 e9a5061849ea: Pulling fs layer 02:25:44 d747dcd14b5f: Pulling fs layer 02:25:44 2de7ff778b66: Pulling fs layer 02:25:44 e9a5061849ea: Waiting 02:25:44 0d9ebad4ef96: Waiting 02:25:44 9712f1f96733: Verifying Checksum 02:25:44 9712f1f96733: Download complete 02:25:46 63f879dbbcfc: Verifying Checksum 02:25:46 63f879dbbcfc: Download complete 02:25:46 e9a5061849ea: Verifying Checksum 02:25:46 e9a5061849ea: Download complete 02:25:46 d747dcd14b5f: Download complete 02:25:46 2de7ff778b66: Verifying Checksum 02:25:46 2de7ff778b66: Download complete 02:25:47 0d9ebad4ef96: Verifying Checksum 02:25:47 0d9ebad4ef96: Download complete 02:25:47 ab5ef0e58194: Verifying Checksum 02:25:47 ab5ef0e58194: Download complete 02:25:50 ab5ef0e58194: Pull complete 02:25:50 9712f1f96733: Pull complete 02:25:50 63f879dbbcfc: Pull complete 02:25:54 0d9ebad4ef96: Pull complete 02:25:54 e9a5061849ea: Pull complete 02:25:54 d747dcd14b5f: Pull complete 02:25:55 2de7ff778b66: Pull complete 02:25:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:25:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:25:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:25:55 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:25:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:25:59 $ docker top 17e40889bdc4224e81df4b2e995338deef2909768a7c570e613ca3256b414a0d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:26:00 provisioning config files... 02:26:00 copy managed file [sigul-config] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config12224752473165961544tmp 02:26:00 copy managed file [sigul-password] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config13368720831038850035tmp 02:26:00 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config8697191648637566851tmp [Pipeline] { [Pipeline] echo 02:26:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:26:00 ---> sigul-configuration.sh 02:26:00 gpg: directory `/root/.gnupg' created 02:26:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:26:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:26:00 gpg: keyring `/root/.gnupg/secring.gpg' created 02:26:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:26:00 gpg: CAST5 encrypted data 02:26:00 gpg: encrypted with 1 passphrase 02:26:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:26:01 + mkdir /home/jenkins 02:26:01 + mkdir /home/jenkins/sigul [Pipeline] sh 02:26:01 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:26:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:26:01 ---> sigul-install.sh 02:26:01 Sigul already installed; skipping installation. [Pipeline] sh 02:26:02 + git tag --list 02:26:02 v0.0.0 02:26:02 v1.0.0 02:26:02 v2.1.0 02:26:02 v2.1.1 02:26:02 v2.1.1-dev.1 02:26:02 v2.2.0 02:26:02 v2.2.1-dev.1 02:26:02 v2.2.1-dev.2 02:26:02 v2.2.1-dev.3 02:26:02 v2.2.1-dev.4 02:26:02 v2.2.1-dev.5 02:26:02 v2.2.1-dev.6 02:26:02 v2.2.1-dev.7 02:26:02 v2.3.0 02:26:02 v2.3.0-dev.10 02:26:02 v2.3.0-dev.11 02:26:02 v2.3.0-dev.12 02:26:02 v2.3.0-dev.13 02:26:02 v2.3.0-dev.14 02:26:02 v2.3.0-dev.15 02:26:02 v2.3.0-dev.16 02:26:02 v2.3.0-dev.17 02:26:02 v2.3.0-dev.18 02:26:02 v2.3.0-dev.19 02:26:02 v2.3.0-dev.20 02:26:02 v2.3.0-dev.21 02:26:02 v2.3.0-dev.22 02:26:02 v2.3.0-dev.23 02:26:02 v2.3.0-dev.7 02:26:02 v2.3.0-dev.8 02:26:02 v2.3.0-dev.9 02:26:02 v3.0.0-dev.1 02:26:02 v3.0.0-dev.2 02:26:02 v3.0.0-dev.3 02:26:02 v3.0.0-dev.4 02:26:02 v3.0.0-dev.5 [Pipeline] sh 02:26:02 + lftools sign git-tag v3.0.0-dev.5 02:26:03 Signing Git tag with Sigul... 02:26:03 Signing v3.0.0-dev.5 [Pipeline] echo 02:26:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:26:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:26:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:26:04 $ docker stop --time=1 17e40889bdc4224e81df4b2e995338deef2909768a7c570e613ca3256b414a0d 02:26:05 $ docker rm -f --volumes 17e40889bdc4224e81df4b2e995338deef2909768a7c570e613ca3256b414a0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:26:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:26:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:26:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:06 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:26:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:26:06 $ docker top 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:26:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:26:07 [ssh-agent] Looking for ssh-agent implementation... 02:26:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:26:06 $ docker exec 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 ssh-agent 02:26:07 SSH_AUTH_SOCK=/tmp/ssh-MknKNWc8rr2c/agent.32 02:26:07 SSH_AGENT_PID=38 02:26:07 Running ssh-add (command line suppressed) 02:26:07 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16824620917439339313.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_16824620917439339313.key) 02:26:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:26:07 + git semver bump pre 02:26:07 2023-02-14 02:26:07,675 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:26:07 2023-02-14 02:26:07,675 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev 02:26:07 2023-02-14 02:26:07,675 [bump_version] DEBUG bumped version:3.0.0-dev.6 02:26:07 2023-02-14 02:26:07,675 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main with force:True 02:26:07 2023-02-14 02:26:07,675 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:26:07 2023-02-14 02:26:07,675 [write_file] DEBUG write to file:/w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:26:07 2023-02-14 02:26:07,677 [execute] INFO git cat-file --batch-check 02:26:07 2023-02-14 02:26:07,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:26:07 2023-02-14 02:26:07,682 [execute] INFO git cat-file --batch 02:26:07 2023-02-14 02:26:07,682 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:26:07 2023-02-14 02:26:07,686 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:26:07 3.0.0-dev.6 [Pipeline] } 02:26:07 $ docker exec --env ******** --env ******** 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 ssh-agent -k 02:26:07 unset SSH_AUTH_SOCK; 02:26:07 unset SSH_AGENT_PID; 02:26:07 echo Agent pid 38 killed; 02:26:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:26:08 + git semver [Pipeline] } 02:26:08 $ docker stop --time=1 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 02:26:09 $ docker rm -f --volumes 321f92034f0a1cdb9be88b3d5da68d99aa4c913fc912cc613b54852e56edc202 [Pipeline] // withDockerContainer [Pipeline] sh 02:26:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:26:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:26:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:10 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:26:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:26:11 $ docker top fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c -eo pid,comm 02:26:11 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:26:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:26:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:26:11 [ssh-agent] Looking for ssh-agent implementation... 02:26:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:26:11 $ docker exec fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c ssh-agent 02:26:11 SSH_AUTH_SOCK=/tmp/ssh-a0kfAEZgTMbq/agent.32 02:26:11 SSH_AGENT_PID=38 02:26:11 Running ssh-add (command line suppressed) 02:26:11 Identity added: /w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8723681203198041813.key (/w/workspace/foundry_device-rfid-llrp-go_main@tmp/private_key_8723681203198041813.key) 02:26:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:26:12 + git semver push 02:26:12 2023-02-14 02:26:12,025 [run_push] DEBUG push 02:26:12 2023-02-14 02:26:12,026 [execute] INFO git cat-file --batch-check 02:26:12 2023-02-14 02:26:12,026 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:26:12 2023-02-14 02:26:12,030 [execute] INFO git rev-list 18a68cf9f7b8443adcc30298615e8d1c071e9851 -- 02:26:12 2023-02-14 02:26:12,030 [execute] DEBUG Popen(['git', 'rev-list', '18a68cf9f7b8443adcc30298615e8d1c071e9851', '--'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 02:26:12 2023-02-14 02:26:12,036 [execute] INFO git fetch -v origin 02:26:12 2023-02-14 02:26:12,037 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=True, shell=None, istream=None) 02:26:14 2023-02-14 02:26:14,332 [run_push] DEBUG no remote changes detected 02:26:14 2023-02-14 02:26:14,332 [execute] INFO git push origin semver 02:26:14 2023-02-14 02:26:14,333 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main/.semver, universal_newlines=False, shell=None, istream=None) 02:26:17 2023-02-14 02:26:16,750 [run_push] DEBUG push all version tags 02:26:17 2023-02-14 02:26:16,750 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:26:17 2023-02-14 02:26:16,751 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-rfid-llrp-go_main, universal_newlines=False, shell=None, istream=None) 02:26:20 2023-02-14 02:26:19,817 [read_version] DEBUG read version from /w/workspace/foundry_device-rfid-llrp-go_main/.semver/main 02:26:20 3.0.0-dev.6 [Pipeline] } 02:26:19 $ docker exec --env ******** --env ******** fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c ssh-agent -k 02:26:20 unset SSH_AUTH_SOCK; 02:26:20 unset SSH_AGENT_PID; 02:26:20 echo Agent pid 38 killed; 02:26:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:26:20 + git semver [Pipeline] } 02:26:20 $ docker stop --time=1 fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c 02:26:21 $ docker rm -f --volumes fc326f1eccbddedf0f8a9a7cf5288931a5a8d5c03acde9216909b995b72b616c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:26:22 + [ -d /w/workspace/foundry_device-rfid-llrp-go_main/archives ] 02:26:22 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 02:26:22 total 16 02:26:22 drwxr-xr-x 3 root root 4096 Feb 14 02:21 . 02:26:22 drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:26 .. 02:26:22 drwxr-xr-x 2 root root 4096 Feb 14 02:21 cost 02:26:22 -rw-r--r-- 1 root root 91 Feb 14 02:21 cost.csv 02:26:22 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-rfid-llrp-go_main/archives 02:26:22 + ls -al /w/workspace/foundry_device-rfid-llrp-go_main/archives 02:26:22 total 16 02:26:22 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 02:21 . 02:26:22 drwxrwxr-x 12 jenkins jenkins 4096 Feb 14 02:26 .. 02:26:22 drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 02:21 cost 02:26:22 -rw-r--r-- 1 jenkins jenkins 91 Feb 14 02:21 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:26:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:26:23 ---> package-listing.sh 02:26:23 ++ facter osfamily 02:26:23 ++ tr '[:upper:]' '[:lower:]' 02:26:24 + OS_FAMILY=debian 02:26:24 + workspace=/w/workspace/foundry_device-rfid-llrp-go_main 02:26:24 + START_PACKAGES=/tmp/packages_start.txt 02:26:24 + END_PACKAGES=/tmp/packages_end.txt 02:26:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:26:24 + PACKAGES=/tmp/packages_start.txt 02:26:24 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 02:26:24 + PACKAGES=/tmp/packages_end.txt 02:26:24 + case "${OS_FAMILY}" in 02:26:24 + dpkg -l 02:26:24 + grep '^ii' 02:26:24 + '[' -f /tmp/packages_start.txt ']' 02:26:24 + '[' -f /tmp/packages_end.txt ']' 02:26:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:26:24 + '[' /w/workspace/foundry_device-rfid-llrp-go_main ']' 02:26:24 + mkdir -p /w/workspace/foundry_device-rfid-llrp-go_main/archives/ 02:26:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-rfid-llrp-go_main/archives/ [Pipeline] echo 02:26:24 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:26:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:26:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:26:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:26:24 prd-ubuntu20.04-docker-8c-8g-5671 does not seem to be running inside a container 02:26:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-rfid-llrp-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-rfid-llrp-go_main -v /w/workspace/foundry_device-rfid-llrp-go_main:/w/workspace/foundry_device-rfid-llrp-go_main:rw,z -v /w/workspace/foundry_device-rfid-llrp-go_main@tmp:/w/workspace/foundry_device-rfid-llrp-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:26:24 $ docker top bc80bdb78c8303ad9b2a42734dea16e30cca1b654841d3b97c99f9be40f4c38f -eo pid,comm [Pipeline] { [Pipeline] sh 02:26:25 + touch /tmp/pre-build-complete [Pipeline] sh 02:26:25 + mkdir -p /var/log/sysstat [Pipeline] sh 02:26:26 + ls /var/log/sa-host 02:26:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:26:26 provisioning config files... 02:26:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-rfid-llrp-go_main@tmp/config8204928624973886971tmp [Pipeline] { [Pipeline] echo 02:26:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:26:26 ---> create-netrc.sh [Pipeline] } 02:26:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:26:26 ---> python-tools-install.sh [Pipeline] echo 02:26:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:26:27 ---> sudo-logs.sh 02:26:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:26:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:26:27 ---> job-cost.sh 02:26:27 lf-activate-venv: SKIPPING 02:26:27 DEBUG: total: 0.2199999988079071 02:26:27 INFO: Retrieving Stack Cost... 02:26:28 INFO: Retrieving Pricing Info for: v3-standard-8 02:26:28 INFO: Archiving Costs [Pipeline] echo 02:26:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:26:28 ---> logs-deploy.sh 02:26:28 lf-activate-venv: SKIPPING 02:26:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/main/69 02:26:28 INFO: archiving workspace using pattern(s): 02:26:29 Archives upload complete. 02:26:29 INFO: archiving logs to Nexus 02:26:30 ---> uname -a: 02:26:30 Linux prd-ubuntu20-04-docker-8c-8g-5671 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:26:30 02:26:30 02:26:30 ---> lscpu: 02:26:30 Architecture: x86_64 02:26:30 CPU op-mode(s): 32-bit, 64-bit 02:26:30 Byte Order: Little Endian 02:26:30 Address sizes: 40 bits physical, 48 bits virtual 02:26:30 CPU(s): 8 02:26:30 On-line CPU(s) list: 0-7 02:26:30 Thread(s) per core: 1 02:26:30 Core(s) per socket: 1 02:26:30 Socket(s): 8 02:26:30 NUMA node(s): 1 02:26:30 Vendor ID: AuthenticAMD 02:26:30 CPU family: 23 02:26:30 Model: 49 02:26:30 Model name: AMD EPYC-Rome Processor 02:26:30 Stepping: 0 02:26:30 CPU MHz: 2799.998 02:26:30 BogoMIPS: 5599.99 02:26:30 Virtualization: AMD-V 02:26:30 Hypervisor vendor: KVM 02:26:30 Virtualization type: full 02:26:30 L1d cache: 256 KiB 02:26:30 L1i cache: 256 KiB 02:26:30 L2 cache: 4 MiB 02:26:30 L3 cache: 128 MiB 02:26:30 NUMA node0 CPU(s): 0-7 02:26:30 Vulnerability Itlb multihit: Not affected 02:26:30 Vulnerability L1tf: Not affected 02:26:30 Vulnerability Mds: Not affected 02:26:30 Vulnerability Meltdown: Not affected 02:26:30 Vulnerability Mmio stale data: Not affected 02:26:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:26:30 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:26:30 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:26:30 Vulnerability Srbds: Not affected 02:26:30 Vulnerability Tsx async abort: Not affected 02:26:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq 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 ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:26:30 02:26:30 02:26:30 ---> nproc: 02:26:30 8 02:26:30 02:26:30 02:26:30 ---> df -h: 02:26:30 Filesystem Size Used Avail Use% Mounted on 02:26:30 overlay 155G 13G 143G 9% / 02:26:30 tmpfs 64M 0 64M 0% /dev 02:26:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:26:30 shm 64M 0 64M 0% /dev/shm 02:26:30 /dev/vda1 155G 13G 143G 9% /facter-os 02:26:30 02:26:30 02:26:30 ---> sar -b -r -n DEV: 02:26:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5671) 02/14/23 _x86_64_ (8 CPU) 02:26:30 02:26:30 02:02:43 LINUX RESTART (8 CPU) 02:26:30 02:26:30 02:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:26:30 02:04:02 72.12 31.71 40.41 0.00 3373.30 132968.51 0.00 02:26:30 02:05:01 3.46 0.00 3.46 0.00 0.00 345.04 0.00 02:26:30 02:06:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 02:26:30 02:07:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 02:26:30 02:08:01 4.85 0.97 3.88 0.00 67.44 181.14 0.00 02:26:30 02:09:01 28.81 10.85 17.96 0.00 1417.23 2021.13 0.00 02:26:30 02:10:01 116.68 10.60 106.08 0.00 1332.58 38625.70 0.00 02:26:30 02:11:01 56.53 1.62 54.92 0.00 1981.74 5414.86 0.00 02:26:30 02:12:01 29.00 0.00 29.00 0.00 0.00 4261.56 0.00 02:26:30 02:13:01 22.71 2.25 20.46 0.00 2292.28 3929.88 0.00 02:26:30 02:14:01 10.41 0.02 10.40 0.00 0.13 905.58 0.00 02:26:30 02:15:01 17.38 0.05 17.33 0.00 0.40 5873.15 0.00 02:26:30 02:16:01 15.41 0.02 15.40 0.00 0.13 7574.47 0.00 02:26:30 02:17:01 4.12 0.02 4.10 0.00 0.13 849.46 0.00 02:26:30 02:18:01 4.43 0.02 4.42 0.00 0.13 889.05 0.00 02:26:30 02:19:01 2.67 0.00 2.67 0.00 0.00 479.97 0.00 02:26:30 02:20:01 76.62 0.13 76.49 0.00 17.06 28660.69 0.00 02:26:30 02:21:01 98.87 0.18 98.68 0.00 6.00 21398.43 0.00 02:26:30 02:22:01 76.09 0.05 76.04 0.00 5.87 19154.27 0.00 02:26:30 02:23:01 2.88 0.00 2.88 0.00 0.00 34.53 0.00 02:26:30 02:24:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 02:26:30 02:25:01 2.87 1.62 1.25 0.00 40.53 30.66 0.00 02:26:30 02:26:01 96.45 0.20 96.25 0.00 4.80 56551.55 0.00 02:26:30 Average: 32.48 2.62 29.85 0.00 458.58 14366.35 0.00 02:26:30 02:26:30 02:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:26:30 02:04:02 30623324 31885352 482452 1.47 47228 1538828 1627784 4.80 599484 1405072 9288 02:26:30 02:05:01 30620084 31882280 484940 1.47 47284 1538832 1627784 4.80 601600 1405020 184 02:26:30 02:06:01 30619580 31881880 484836 1.47 47308 1538832 1627784 4.80 602500 1405016 8 02:26:30 02:07:01 30619540 31881936 484672 1.47 47348 1538836 1627784 4.80 601700 1405060 36 02:26:30 02:08:01 30605768 31875756 489752 1.49 49260 1544008 1665948 4.91 605404 1410352 320 02:26:30 02:09:01 30339852 31702224 661216 2.01 52512 1631500 1813484 5.34 831148 1448664 14852 02:26:30 02:10:01 29030044 31589708 710624 2.16 95644 2741196 1958828 5.77 1060584 2416072 10132 02:26:30 02:11:01 28865328 31580156 713816 2.17 102588 2882124 2011524 5.93 1140996 2489828 24620 02:26:30 02:12:01 28794352 31575936 716344 2.18 106404 2943472 2011524 5.93 1147068 2551080 3800 02:26:30 02:13:01 28651316 31574860 712308 2.17 121772 3066764 2028096 5.98 1308748 2520236 456 02:26:30 02:14:01 28629588 31576192 711256 2.16 121520 3087064 2014936 5.94 1314048 2537628 3188 02:26:30 02:15:01 28408964 31576908 709252 2.16 132260 3268380 2031100 5.99 1345604 2694712 38256 02:26:30 02:16:01 28186668 31573012 712160 2.17 141564 3450600 2014896 5.94 1411684 2823512 18436 02:26:30 02:17:01 28181872 31573804 711396 2.16 141976 3454932 2014804 5.94 1411100 2827580 856 02:26:30 02:18:01 28150764 31573452 711736 2.16 142648 3481068 2052048 6.05 1415408 2850268 3320 02:26:30 02:19:01 28055880 31576136 708852 2.16 147756 3560892 2035348 6.00 1433852 2915344 77644 02:26:30 02:20:01 27635232 31541220 739680 2.25 188468 3888924 2020828 5.96 1669056 3075788 269200 02:26:30 02:21:01 27695156 31544284 739080 2.25 191816 3839604 1955448 5.76 1556392 3141876 648 02:26:30 02:22:01 27198748 31580732 700324 2.13 201208 4312352 1774728 5.23 1565680 3575628 404 02:26:30 02:23:01 27199360 31581396 699492 2.13 201272 4312356 1774728 5.23 1565476 3575636 36 02:26:30 02:24:01 27207668 31589700 691112 2.10 201320 4312360 1774728 5.23 1556356 3575636 8 02:26:30 02:25:01 27196048 31580692 699412 2.13 201372 4314024 1790656 5.28 1566096 3576236 480 02:26:30 02:26:01 25667120 31519104 755180 2.30 237812 5621724 2144864 6.32 1706924 4836868 936 02:26:30 Average: 28616620 31644205 662169 2.01 129058 3124725 1886941 5.56 1218126 2628831 20744 02:26:30 02:26:30 02:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:26:30 02:04:02 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 02:26:30 02:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:04:02 ens3 162.29 120.58 468.32 24.44 0.00 0.00 0.00 0.00 02:26:30 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:26:30 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:05:01 ens3 2.22 0.75 1.83 0.30 0.00 0.00 0.00 0.00 02:26:30 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:06:01 ens3 1.37 0.27 0.33 0.20 0.00 0.00 0.00 0.00 02:26:30 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:26:30 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:07:01 ens3 1.63 0.53 0.45 0.29 0.00 0.00 0.00 0.00 02:26:30 02:08:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 02:26:30 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:08:01 ens3 1.97 1.63 1.47 0.74 0.00 0.00 0.00 0.00 02:26:30 02:09:01 lo 2.40 2.40 0.22 0.22 0.00 0.00 0.00 0.00 02:26:30 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:09:01 ens3 308.80 237.23 802.35 62.91 0.00 0.00 0.00 0.00 02:26:30 02:10:01 lo 4.53 4.53 0.44 0.44 0.00 0.00 0.00 0.00 02:26:30 02:10:01 docker0 7.32 7.52 0.56 54.73 0.00 0.00 0.00 0.00 02:26:30 02:10:01 veth3070bfd 3.97 4.12 0.30 9.38 0.00 0.00 0.00 0.00 02:26:30 02:10:01 ens3 456.67 349.11 6281.86 95.36 0.00 0.00 0.00 0.00 02:26:30 02:11:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 02:26:30 02:11:01 docker0 43.75 45.40 3.25 67.06 0.00 0.00 0.00 0.00 02:26:30 02:11:01 vethb33e194 32.11 32.99 3.06 35.06 0.00 0.00 0.00 0.00 02:26:30 02:11:01 ens3 221.43 140.44 855.57 15.56 0.00 0.00 0.00 0.00 02:26:30 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:12:01 docker0 18.10 22.56 1.54 12.18 0.00 0.00 0.00 0.00 02:26:30 02:12:01 vethb33e194 18.10 22.60 1.78 12.18 0.00 0.00 0.00 0.00 02:26:30 02:12:01 ens3 390.80 258.66 1028.71 20.88 0.00 0.00 0.00 0.00 02:26:30 02:13:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:26:30 02:13:01 docker0 8.52 12.18 0.72 3.43 0.00 0.00 0.00 0.00 02:26:30 02:13:01 vethb33e194 8.52 12.20 0.84 3.43 0.00 0.00 0.00 0.00 02:26:30 02:13:01 ens3 14.31 10.36 6.12 1.51 0.00 0.00 0.00 0.00 02:26:30 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:14:01 docker0 28.73 38.66 2.09 60.63 0.00 0.00 0.00 0.00 02:26:30 02:14:01 vethb33e194 28.73 38.66 2.48 60.63 0.00 0.00 0.00 0.00 02:26:30 02:14:01 ens3 40.33 29.66 61.66 3.10 0.00 0.00 0.00 0.00 02:26:30 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:26:30 02:15:01 docker0 144.01 178.49 8.94 475.57 0.00 0.00 0.00 0.00 02:26:30 02:15:01 vethb33e194 144.01 178.50 10.91 475.57 0.00 0.00 0.00 0.04 02:26:30 02:15:01 ens3 181.14 145.51 476.96 11.75 0.00 0.00 0.00 0.00 02:26:30 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:16:01 docker0 131.74 162.62 8.78 831.99 0.00 0.00 0.00 0.00 02:26:30 02:16:01 vethb33e194 131.74 162.62 10.58 831.99 0.00 0.00 0.00 0.07 02:26:30 02:16:01 ens3 164.39 132.54 832.94 11.08 0.00 0.00 0.00 0.00 02:26:30 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:26:30 02:17:01 docker0 25.01 35.93 1.47 51.53 0.00 0.00 0.00 0.00 02:26:30 02:17:01 vethb33e194 25.01 35.93 1.81 51.53 0.00 0.00 0.00 0.00 02:26:30 02:17:01 ens3 37.23 25.70 52.50 2.30 0.00 0.00 0.00 0.00 02:26:30 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:18:01 docker0 65.87 76.97 3.86 155.53 0.00 0.00 0.00 0.00 02:26:30 02:18:01 vethb33e194 65.87 76.97 4.76 155.53 0.00 0.00 0.00 0.01 02:26:30 02:18:01 ens3 78.77 66.66 156.50 5.26 0.00 0.00 0.00 0.00 02:26:30 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:26:30 02:19:01 docker0 83.97 85.89 4.93 202.95 0.00 0.00 0.00 0.00 02:26:30 02:19:01 vethb33e194 83.97 85.90 6.08 202.95 0.00 0.00 0.00 0.02 02:26:30 02:19:01 ens3 88.10 84.71 204.02 6.63 0.00 0.00 0.00 0.00 02:26:30 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:20:01 docker0 26.98 26.35 1.54 65.43 0.00 0.00 0.00 0.00 02:26:30 02:20:01 veth11ef41f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:26:30 02:20:01 ens3 46.53 42.44 87.88 11.13 0.00 0.00 0.00 0.00 02:26:30 02:21:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 02:26:30 02:21:01 docker0 23.18 24.91 1.25 64.99 0.00 0.00 0.00 0.00 02:26:30 02:21:01 veth1455f0e 8.40 8.88 0.56 23.65 0.00 0.00 0.00 0.00 02:26:30 02:21:01 ens3 78.17 63.22 143.42 17.58 0.00 0.00 0.00 0.00 02:26:30 02:22:01 lo 6.60 6.60 0.65 0.65 0.00 0.00 0.00 0.00 02:26:30 02:22:01 docker0 6.03 7.45 0.36 18.21 0.00 0.00 0.00 0.00 02:26:30 02:22:01 ens3 176.47 147.18 2571.60 317.06 0.00 0.00 0.00 0.00 02:26:30 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:26:30 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:23:01 ens3 0.43 0.10 0.05 0.01 0.00 0.00 0.00 0.00 02:26:30 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:24:01 ens3 1.35 0.82 2.95 0.36 0.00 0.00 0.00 0.00 02:26:30 02:25:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 02:26:30 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 02:25:01 ens3 11.58 9.37 9.05 7.05 0.00 0.00 0.00 0.00 02:26:30 02:26:01 veth7f9663f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:26:30 02:26:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 02:26:30 02:26:01 docker0 39.74 56.35 3.42 582.82 0.00 0.00 0.00 0.00 02:26:30 02:26:01 ens3 357.11 275.84 7766.72 42.30 0.00 0.00 0.00 0.00 02:26:30 Average: veth7f9663f 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 02:26:30 Average: lo 0.85 0.85 0.08 0.08 0.00 0.00 0.00 0.00 02:26:30 Average: docker0 28.41 33.99 1.86 115.17 0.00 0.00 0.00 0.00 02:26:30 Average: ens3 122.83 93.25 949.11 28.62 0.00 0.00 0.00 0.00 02:26:30 02:26:30 02:26:30 ---> sar -P ALL: 02:26:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5671) 02/14/23 _x86_64_ (8 CPU) 02:26:30 02:26:30 02:02:43 LINUX RESTART (8 CPU) 02:26:30 02:26:30 02:03:01 CPU %user %nice %system %iowait %steal %idle 02:26:30 02:04:02 all 2.04 0.00 0.66 0.74 0.02 96.54 02:26:30 02:04:02 0 1.92 0.00 0.40 0.13 0.02 97.53 02:26:30 02:04:02 1 1.62 0.00 0.30 0.08 0.02 97.98 02:26:30 02:04:02 2 3.73 0.00 0.37 0.12 0.02 95.77 02:26:30 02:04:02 3 1.30 0.00 0.42 0.69 0.02 97.58 02:26:30 02:04:02 4 0.87 0.00 0.78 0.08 0.02 98.25 02:26:30 02:04:02 5 2.10 0.00 0.67 0.15 0.02 97.07 02:26:30 02:04:02 6 1.89 0.00 1.48 0.08 0.02 96.53 02:26:30 02:04:02 7 2.90 0.00 0.87 4.63 0.03 91.57 02:26:30 02:05:01 all 0.06 0.00 0.01 0.04 0.01 99.87 02:26:30 02:05:01 0 0.05 0.00 0.03 0.00 0.03 99.88 02:26:30 02:05:01 1 0.19 0.00 0.00 0.00 0.00 99.81 02:26:30 02:05:01 2 0.12 0.00 0.00 0.00 0.00 99.88 02:26:30 02:05:01 3 0.03 0.00 0.02 0.22 0.02 99.71 02:26:30 02:05:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:26:30 02:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:26:30 02:05:01 6 0.02 0.00 0.03 0.14 0.02 99.80 02:26:30 02:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:26:30 02:06:01 all 0.29 0.00 0.01 0.00 0.00 99.70 02:26:30 02:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:26:30 02:06:01 1 1.99 0.00 0.00 0.00 0.02 98.00 02:26:30 02:06:01 2 0.08 0.00 0.00 0.00 0.00 99.92 02:26:30 02:06:01 3 0.07 0.00 0.00 0.03 0.00 99.90 02:26:30 02:06:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:26:30 02:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:26:30 02:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:26:30 02:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:26:30 02:07:01 all 0.10 0.00 0.02 0.00 0.01 99.87 02:26:30 02:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:26:30 02:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:26:30 02:07:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:26:30 02:07:01 3 0.07 0.00 0.03 0.03 0.02 99.85 02:26:30 02:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:26:30 02:07:01 5 0.60 0.00 0.02 0.00 0.00 99.39 02:26:30 02:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:26:30 02:07:01 7 0.02 0.00 0.03 0.00 0.00 99.95 02:26:30 02:08:01 all 0.11 0.00 0.08 0.26 0.00 99.55 02:26:30 02:08:01 0 0.13 0.00 0.05 0.00 0.02 99.80 02:26:30 02:08:01 1 0.13 0.00 0.08 0.08 0.00 99.70 02:26:30 02:08:01 2 0.17 0.00 0.07 0.02 0.00 99.75 02:26:30 02:08:01 3 0.05 0.00 0.15 1.95 0.00 97.85 02:26:30 02:08:01 4 0.12 0.00 0.18 0.02 0.00 99.68 02:26:30 02:08:01 5 0.10 0.00 0.03 0.00 0.00 99.87 02:26:30 02:08:01 6 0.10 0.00 0.07 0.02 0.00 99.82 02:26:30 02:08:01 7 0.05 0.00 0.02 0.02 0.00 99.92 02:26:30 02:09:01 all 2.54 0.00 0.36 6.21 0.05 90.84 02:26:30 02:09:01 0 4.66 0.00 0.27 3.89 0.05 91.13 02:26:30 02:09:01 1 1.52 0.00 0.25 14.16 0.03 84.03 02:26:30 02:09:01 2 1.18 0.00 0.25 0.12 0.03 98.41 02:26:30 02:09:01 3 0.74 0.00 0.25 29.61 0.10 69.31 02:26:30 02:09:01 4 3.97 0.00 0.27 0.18 0.05 95.53 02:26:30 02:09:01 5 2.31 0.00 0.37 0.94 0.03 96.35 02:26:30 02:09:01 6 2.98 0.00 0.42 0.38 0.03 96.18 02:26:30 02:09:01 7 2.95 0.00 0.79 0.35 0.08 95.83 02:26:30 02:10:01 all 6.53 0.00 3.23 2.40 0.06 87.78 02:26:30 02:10:01 0 7.41 0.00 3.31 3.07 0.07 86.14 02:26:30 02:10:01 1 7.61 0.00 4.16 0.52 0.05 87.66 02:26:30 02:10:01 2 6.44 0.00 2.63 0.10 0.07 90.76 02:26:30 02:10:01 3 4.57 0.00 2.73 3.54 0.07 89.09 02:26:30 02:10:01 4 8.08 0.00 3.96 5.71 0.05 82.20 02:26:30 02:10:01 5 5.76 0.00 2.90 4.06 0.05 87.23 02:26:30 02:10:01 6 5.95 0.00 2.98 1.01 0.05 90.01 02:26:30 02:10:01 7 6.45 0.00 3.17 1.14 0.10 89.14 02:26:30 02:11:01 all 1.13 0.00 0.46 0.57 0.03 97.80 02:26:30 02:11:01 0 1.79 0.00 0.49 0.13 0.02 97.57 02:26:30 02:11:01 1 1.14 0.00 0.48 0.12 0.02 98.25 02:26:30 02:11:01 2 1.14 0.00 0.57 1.20 0.03 97.06 02:26:30 02:11:01 3 1.16 0.00 0.42 0.18 0.07 98.17 02:26:30 02:11:01 4 0.48 0.00 0.23 0.25 0.02 99.02 02:26:30 02:11:01 5 0.57 0.00 0.55 2.32 0.02 96.55 02:26:30 02:11:01 6 1.17 0.00 0.35 0.03 0.03 98.41 02:26:30 02:11:01 7 1.63 0.00 0.55 0.34 0.07 97.41 02:26:30 02:12:01 all 0.64 0.00 0.23 0.32 0.05 98.76 02:26:30 02:12:01 0 0.65 0.00 0.17 0.05 0.03 99.10 02:26:30 02:12:01 1 0.72 0.00 0.27 0.03 0.03 98.94 02:26:30 02:12:01 2 0.45 0.00 0.22 0.37 0.02 98.95 02:26:30 02:12:01 3 0.53 0.00 0.17 0.10 0.10 99.10 02:26:30 02:12:01 4 0.92 0.00 0.35 0.03 0.03 98.66 02:26:30 02:12:01 5 0.18 0.00 0.27 1.82 0.02 97.71 02:26:30 02:12:01 6 0.98 0.00 0.23 0.08 0.03 98.67 02:26:30 02:12:01 7 0.71 0.00 0.20 0.05 0.12 98.92 02:26:30 02:13:01 all 0.94 0.00 0.64 0.24 0.01 98.16 02:26:30 02:13:01 0 0.47 0.00 0.38 0.00 0.02 99.13 02:26:30 02:13:01 1 0.82 0.00 0.37 0.02 0.00 98.80 02:26:30 02:13:01 2 1.70 0.00 0.45 0.02 0.02 97.81 02:26:30 02:13:01 3 1.02 0.00 1.82 0.02 0.02 97.13 02:26:30 02:13:01 4 0.72 0.00 0.58 0.77 0.00 97.93 02:26:30 02:13:01 5 0.55 0.00 0.70 0.40 0.00 98.35 02:26:30 02:13:01 6 1.57 0.00 0.45 0.20 0.03 97.75 02:26:30 02:13:01 7 0.72 0.00 0.38 0.52 0.02 98.37 02:26:30 02:14:01 all 0.30 0.00 0.13 0.08 0.02 99.47 02:26:30 02:14:01 0 0.13 0.00 0.08 0.00 0.00 99.78 02:26:30 02:14:01 1 0.25 0.00 0.13 0.02 0.02 99.58 02:26:30 02:14:01 2 0.17 0.00 0.12 0.05 0.02 99.65 02:26:30 02:14:01 3 0.22 0.00 0.15 0.02 0.02 99.60 02:26:30 02:14:01 4 0.05 0.00 0.05 0.02 0.02 99.87 02:26:30 02:14:01 5 0.23 0.00 0.13 0.02 0.02 99.60 02:26:30 02:14:01 6 1.11 0.00 0.18 0.50 0.03 98.17 02:26:30 02:14:01 7 0.23 0.00 0.18 0.02 0.02 99.55 02:26:30 02:26:30 02:14:01 CPU %user %nice %system %iowait %steal %idle 02:26:30 02:15:01 all 0.80 0.00 0.33 0.43 0.03 98.41 02:26:30 02:15:01 0 0.93 0.00 0.38 0.00 0.03 98.65 02:26:30 02:15:01 1 1.29 0.00 0.43 0.13 0.03 98.11 02:26:30 02:15:01 2 1.10 0.00 0.47 0.05 0.02 98.36 02:26:30 02:15:01 3 0.43 0.00 0.35 2.21 0.05 96.96 02:26:30 02:15:01 4 0.32 0.00 0.05 0.00 0.00 99.63 02:26:30 02:15:01 5 0.63 0.00 0.23 0.00 0.00 99.13 02:26:30 02:15:01 6 1.09 0.00 0.42 1.07 0.02 97.40 02:26:30 02:15:01 7 0.64 0.00 0.27 0.00 0.05 99.04 02:26:30 02:16:01 all 0.75 0.00 0.31 0.40 0.03 98.52 02:26:30 02:16:01 0 0.98 0.00 0.55 0.10 0.03 98.33 02:26:30 02:16:01 1 0.85 0.00 0.45 0.03 0.02 98.65 02:26:30 02:16:01 2 1.09 0.00 0.38 0.00 0.02 98.51 02:26:30 02:16:01 3 0.75 0.00 0.38 2.36 0.03 96.47 02:26:30 02:16:01 4 0.08 0.00 0.02 0.00 0.00 99.90 02:26:30 02:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:26:30 02:16:01 6 1.37 0.00 0.40 0.68 0.03 97.52 02:26:30 02:16:01 7 0.87 0.00 0.32 0.00 0.07 98.74 02:26:30 02:17:01 all 0.05 0.00 0.06 0.09 0.02 99.79 02:26:30 02:17:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:26:30 02:17:01 1 0.13 0.00 0.08 0.00 0.02 99.77 02:26:30 02:17:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:26:30 02:17:01 3 0.05 0.00 0.08 0.47 0.03 99.37 02:26:30 02:17:01 4 0.03 0.00 0.03 0.00 0.02 99.92 02:26:30 02:17:01 5 0.00 0.00 0.03 0.00 0.02 99.95 02:26:30 02:17:01 6 0.07 0.00 0.15 0.23 0.02 99.53 02:26:30 02:17:01 7 0.02 0.00 0.00 0.00 0.03 99.95 02:26:30 02:18:01 all 0.17 0.00 0.14 0.05 0.02 99.61 02:26:30 02:18:01 0 0.20 0.00 0.15 0.00 0.02 99.63 02:26:30 02:18:01 1 0.28 0.00 0.12 0.00 0.02 99.58 02:26:30 02:18:01 2 0.17 0.00 0.20 0.00 0.02 99.62 02:26:30 02:18:01 3 0.30 0.00 0.17 0.30 0.05 99.18 02:26:30 02:18:01 4 0.12 0.00 0.08 0.02 0.00 99.78 02:26:30 02:18:01 5 0.07 0.00 0.15 0.00 0.02 99.77 02:26:30 02:18:01 6 0.07 0.00 0.13 0.12 0.02 99.66 02:26:30 02:18:01 7 0.17 0.00 0.10 0.00 0.05 99.68 02:26:30 02:19:01 all 0.36 0.00 0.13 0.09 0.02 99.39 02:26:30 02:19:01 0 0.50 0.00 0.07 0.00 0.00 99.43 02:26:30 02:19:01 1 0.45 0.00 0.15 0.00 0.02 99.38 02:26:30 02:19:01 2 0.25 0.00 0.25 0.00 0.02 99.48 02:26:30 02:19:01 3 0.50 0.00 0.07 0.64 0.05 98.74 02:26:30 02:19:01 4 0.37 0.00 0.10 0.00 0.02 99.52 02:26:30 02:19:01 5 0.20 0.00 0.10 0.00 0.02 99.68 02:26:30 02:19:01 6 0.42 0.00 0.28 0.10 0.03 99.16 02:26:30 02:19:01 7 0.20 0.00 0.05 0.00 0.03 99.72 02:26:30 02:20:01 all 15.08 0.00 3.29 1.21 0.06 80.37 02:26:30 02:20:01 0 16.17 0.00 3.49 0.00 0.05 80.29 02:26:30 02:20:01 1 16.02 0.00 3.33 6.45 0.05 74.15 02:26:30 02:20:01 2 13.74 0.00 3.07 0.15 0.05 82.99 02:26:30 02:20:01 3 14.66 0.00 2.87 0.61 0.10 81.76 02:26:30 02:20:01 4 15.15 0.00 2.87 0.02 0.05 81.92 02:26:30 02:20:01 5 16.82 0.00 3.80 0.07 0.07 79.25 02:26:30 02:20:01 6 14.21 0.00 2.77 0.08 0.05 82.89 02:26:30 02:20:01 7 13.87 0.00 4.10 2.30 0.07 79.67 02:26:30 02:21:01 all 23.94 0.00 3.62 0.87 0.07 71.51 02:26:30 02:21:01 0 23.74 0.00 3.71 0.30 0.07 72.18 02:26:30 02:21:01 1 24.21 0.00 3.87 0.12 0.05 71.75 02:26:30 02:21:01 2 23.68 0.00 3.44 0.18 0.05 72.65 02:26:30 02:21:01 3 23.52 0.00 3.42 1.16 0.08 71.82 02:26:30 02:21:01 4 23.67 0.00 3.46 3.24 0.05 69.58 02:26:30 02:21:01 5 23.59 0.00 3.70 1.11 0.07 71.54 02:26:30 02:21:01 6 24.03 0.00 3.38 0.15 0.07 72.37 02:26:30 02:21:01 7 25.07 0.00 3.99 0.67 0.08 70.18 02:26:30 02:22:01 all 3.41 0.00 1.28 0.83 0.03 94.46 02:26:30 02:22:01 0 3.41 0.00 1.22 0.33 0.02 95.02 02:26:30 02:22:01 1 3.60 0.00 1.26 0.05 0.03 95.06 02:26:30 02:22:01 2 2.00 0.00 1.61 3.66 0.03 92.70 02:26:30 02:22:01 3 4.15 0.00 1.22 0.23 0.03 94.36 02:26:30 02:22:01 4 2.91 0.00 1.23 0.76 0.02 95.10 02:26:30 02:22:01 5 2.80 0.00 1.04 0.05 0.02 96.10 02:26:30 02:22:01 6 3.13 0.00 1.15 0.02 0.02 95.68 02:26:30 02:22:01 7 5.25 0.00 1.48 1.58 0.03 91.66 02:26:30 02:23:01 all 0.01 0.00 0.00 0.01 0.01 99.96 02:26:30 02:23:01 0 0.00 0.00 0.02 0.02 0.02 99.95 02:26:30 02:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:26:30 02:23:01 2 0.03 0.00 0.02 0.03 0.02 99.90 02:26:30 02:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:26:30 02:23:01 4 0.02 0.00 0.00 0.02 0.02 99.95 02:26:30 02:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:26:30 02:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:26:30 02:23:01 7 0.00 0.00 0.00 0.05 0.00 99.95 02:26:30 02:24:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:26:30 02:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:26:30 02:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:26:30 02:24:01 2 0.03 0.00 0.03 0.02 0.02 99.90 02:26:30 02:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:26:30 02:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:26:30 02:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:26:30 02:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:26:30 02:24:01 7 0.03 0.00 0.05 0.02 0.00 99.90 02:26:30 02:25:01 all 0.30 0.00 0.08 0.04 0.01 99.57 02:26:30 02:25:01 0 0.10 0.00 0.08 0.00 0.00 99.82 02:26:30 02:25:01 1 0.17 0.00 0.10 0.00 0.00 99.73 02:26:30 02:25:01 2 0.90 0.00 0.08 0.02 0.02 98.98 02:26:30 02:25:01 3 0.28 0.00 0.08 0.00 0.00 99.63 02:26:30 02:25:01 4 0.22 0.00 0.05 0.00 0.00 99.73 02:26:30 02:25:01 5 0.15 0.00 0.02 0.00 0.00 99.83 02:26:30 02:25:01 6 0.08 0.00 0.03 0.00 0.02 99.87 02:26:30 02:25:01 7 0.52 0.00 0.17 0.30 0.02 99.00 02:26:30 02:26:30 02:25:01 CPU %user %nice %system %iowait %steal %idle 02:26:30 02:26:01 all 7.87 0.00 3.28 4.17 0.13 84.55 02:26:30 02:26:01 0 7.70 0.00 2.99 0.17 0.14 89.01 02:26:30 02:26:01 1 7.08 0.00 3.77 5.74 0.17 83.24 02:26:30 02:26:01 2 8.14 0.00 3.55 2.60 0.10 85.60 02:26:30 02:26:01 3 9.43 0.00 3.33 13.91 0.10 73.22 02:26:30 02:26:01 4 8.62 0.00 2.64 4.23 0.08 84.43 02:26:30 02:26:01 5 6.30 0.00 2.69 0.05 0.10 90.86 02:26:30 02:26:01 6 7.14 0.00 2.90 0.49 0.05 89.42 02:26:30 02:26:01 7 8.54 0.00 4.39 6.17 0.32 80.58 02:26:30 Average: all 2.92 0.00 0.79 0.83 0.03 95.43 02:26:30 Average: 0 3.08 0.00 0.77 0.36 0.03 95.76 02:26:30 Average: 1 3.04 0.00 0.85 1.20 0.03 94.89 02:26:30 Average: 2 2.88 0.00 0.77 0.38 0.03 95.95 02:26:30 Average: 3 2.77 0.00 0.79 2.53 0.04 93.88 02:26:30 Average: 4 2.89 0.00 0.74 0.66 0.02 95.69 02:26:30 Average: 5 2.72 0.00 0.75 0.48 0.02 96.03 02:26:30 Average: 6 2.92 0.00 0.77 0.23 0.02 96.05 02:26:30 Average: 7 3.07 0.00 0.91 0.78 0.05 95.19 02:26:30 02:26:30 02:26:30