Pull request #143 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5abbc986f9e887623c017848594ff693cc864cec+494ae06946c85c67f213c8c16471dc3d31088bf8 (7fa57fb68d0d5f880e80a70f838b0b7f570e6807) 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-ssh7255201838805392662.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-ssh5239286727393190232.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12819631472902735294.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1490616916986982119.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh13850390600535194066.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-rfid-llrp-inventory/branches/PR-143/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1445735816337349135.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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:app-rfid-llrp-inventory, 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: app-rfid-llrp-inventory-settings PROJECT: app-rfid-llrp-inventory 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: app-rfid-llrp-inventory DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: 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 Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5550 in /w/workspace/y_app-rfid-llrp-inventory_PR-143 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git > git init /w/workspace/y_app-rfid-llrp-inventory_PR-143 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.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/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 5abbc986f9e887623c017848594ff693cc864cec Merge succeeded, producing 5abbc986f9e887623c017848594ff693cc864cec Checking out Revision 5abbc986f9e887623c017848594ff693cc864cec (PR-143) > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/143/head:refs/remotes/origin/PR-143 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-13T14:00:44.565Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-13T14:00:44.737Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-13T14:00:44.830Z] ========================================================= [2023-02-13T14:00:44.830Z] EdgeX Global Pipelines Version Info [2023-02-13T14:00:44.830Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:00:45.953Z] ------------------- [2023-02-13T14:00:45.953Z] stable info: [2023-02-13T14:00:45.953Z] ------------------- [2023-02-13T14:00:45.953Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-13T14:00:45.953Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-13T14:00:45.953Z] Message: update stable to v1.0.244 [2023-02-13T14:00:46.523Z] ------------------- [2023-02-13T14:00:46.523Z] experimental info: [2023-02-13T14:00:46.523Z] ------------------- [2023-02-13T14:00:46.523Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-13T14:00:46.523Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-13T14:00:46.523Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-13T14:00:46.815Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-02-13T14:00:46.853Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-02-13T14:00:46.892Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-13T14:00:46.933Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-13T14:00:46.986Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-13T14:00:47.029Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-13T14:00:47.071Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-13T14:00:47.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-13T14:00:47.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-13T14:00:47.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-13T14:00:47.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-13T14:00:47.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-02-13T14:00:47.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-13T14:00:47.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-13T14:00:47.412Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-13T14:00:47.454Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-13T14:00:47.497Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-13T14:00:47.548Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-13T14:00:47.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-13T14:00:47.638Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-13T14:00:47.677Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-13T14:00:47.717Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-13T14:00:47.755Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-13T14:00:47.792Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-13T14:00:47.838Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-13T14:00:47.883Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-13T14:00:47.933Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-13T14:00:47.970Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-143 [Pipeline] echo [2023-02-13T14:00:48.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-143 [Pipeline] echo [2023-02-13T14:00:48.052Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-143 [Pipeline] echo [2023-02-13T14:00:48.097Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo [2023-02-13T14:00:48.141Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5abbc98 [Pipeline] echo [2023-02-13T14:00:48.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-13T14:00:48.295Z] provisioning config files... [2023-02-13T14:00:48.329Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config9407721517322193929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:00:48.672Z] ---> docker-login.sh [2023-02-13T14:00:48.672Z] nexus3.edgexfoundry.org:10001 [2023-02-13T14:00:48.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:00:48.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:00:48.932Z] Configure a credential helper to remove this warning. See [2023-02-13T14:00:48.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:00:48.932Z] [2023-02-13T14:00:48.932Z] Login Succeeded [2023-02-13T14:00:49.192Z] nexus3.edgexfoundry.org:10002 [2023-02-13T14:00:49.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:00:49.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:00:49.192Z] Configure a credential helper to remove this warning. See [2023-02-13T14:00:49.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:00:49.192Z] [2023-02-13T14:00:49.192Z] Login Succeeded [2023-02-13T14:00:49.192Z] nexus3.edgexfoundry.org:10003 [2023-02-13T14:00:49.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:00:49.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:00:49.192Z] Configure a credential helper to remove this warning. See [2023-02-13T14:00:49.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:00:49.192Z] [2023-02-13T14:00:49.192Z] Login Succeeded [2023-02-13T14:00:49.192Z] nexus3.edgexfoundry.org:10004 [2023-02-13T14:00:49.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:00:49.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:00:49.452Z] Configure a credential helper to remove this warning. See [2023-02-13T14:00:49.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:00:49.452Z] [2023-02-13T14:00:49.452Z] Login Succeeded [2023-02-13T14:00:49.452Z] docker.io [2023-02-13T14:00:49.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:00:49.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:00:49.711Z] Configure a credential helper to remove this warning. See [2023-02-13T14:00:49.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:00:49.711Z] [2023-02-13T14:00:49.711Z] Login Succeeded [2023-02-13T14:00:49.711Z] ---> docker-login.sh ends [Pipeline] } [2023-02-13T14:00:49.738Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-13T14:00:50.315Z] + git rev-list -1 --merges 5abbc986f9e887623c017848594ff693cc864cec~1..5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo [2023-02-13T14:00:50.381Z] -----------> git rev-list -1 --merges 5abbc986f9e887623c017848594ff693cc864cec~1..5abbc986f9e887623c017848594ff693cc864cec 5abbc986f9e887623c017848594ff693cc864cec [false] [Pipeline] sh [2023-02-13T14:00:50.690Z] + git log --format=format:%s -1 5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo [2023-02-13T14:00:50.726Z] ========================================================= [2023-02-13T14:00:50.726Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-13T14:00:50.726Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-13T14:00:51.147Z] + git log --format=format:%s -1 5abbc986f9e887623c017848594ff693cc864cec [Pipeline] echo [2023-02-13T14:00:51.182Z] [semverPrep] GIT_COMMIT: 5abbc986f9e887623c017848594ff693cc864cec, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo [2023-02-13T14:00:51.210Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-13T14:00:51.603Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-13T14:00:51.603Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-13T14:00:51.603Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-13T14:00:51.603Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-13T14:00:51.603Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-13T14:00:51.603Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-13T14:00:51.603Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:00:52.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-13T14:00:52.043Z] [2023-02-13T14:00:52.043Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:00:52.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-13T14:00:52.423Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-13T14:00:52.423Z] b85a868b505f: Pulling fs layer [2023-02-13T14:00:52.423Z] e2be974225ed: Pulling fs layer [2023-02-13T14:00:52.423Z] 339a4e72a1f5: Pulling fs layer [2023-02-13T14:00:52.423Z] 988bab9f4d93: Pulling fs layer [2023-02-13T14:00:52.423Z] 1469e6f7b9e6: Pulling fs layer [2023-02-13T14:00:52.423Z] eaf3925da568: Pulling fs layer [2023-02-13T14:00:52.423Z] bab4dde63d76: Pulling fs layer [2023-02-13T14:00:52.423Z] bde34c3a00c8: Pulling fs layer [2023-02-13T14:00:52.423Z] b352a97aabf1: Pulling fs layer [2023-02-13T14:00:52.423Z] 4872d77fe225: Pulling fs layer [2023-02-13T14:00:52.423Z] 5851b861e8e6: Pulling fs layer [2023-02-13T14:00:52.423Z] bab4dde63d76: Waiting [2023-02-13T14:00:52.423Z] bde34c3a00c8: Waiting [2023-02-13T14:00:52.423Z] b352a97aabf1: Waiting [2023-02-13T14:00:52.423Z] 4872d77fe225: Waiting [2023-02-13T14:00:52.423Z] 5851b861e8e6: Waiting [2023-02-13T14:00:52.423Z] 988bab9f4d93: Waiting [2023-02-13T14:00:52.423Z] 1469e6f7b9e6: Waiting [2023-02-13T14:00:52.423Z] eaf3925da568: Waiting [2023-02-13T14:00:52.423Z] e2be974225ed: Download complete [2023-02-13T14:00:52.423Z] 988bab9f4d93: Download complete [2023-02-13T14:00:52.687Z] 1469e6f7b9e6: Verifying Checksum [2023-02-13T14:00:52.687Z] 1469e6f7b9e6: Download complete [2023-02-13T14:00:52.687Z] eaf3925da568: Download complete [2023-02-13T14:00:52.687Z] 339a4e72a1f5: Verifying Checksum [2023-02-13T14:00:52.687Z] 339a4e72a1f5: Download complete [2023-02-13T14:00:52.687Z] bde34c3a00c8: Verifying Checksum [2023-02-13T14:00:52.687Z] bde34c3a00c8: Download complete [2023-02-13T14:00:52.687Z] b352a97aabf1: Download complete [2023-02-13T14:00:52.950Z] 4872d77fe225: Verifying Checksum [2023-02-13T14:00:52.950Z] 4872d77fe225: Download complete [2023-02-13T14:00:52.950Z] 5851b861e8e6: Verifying Checksum [2023-02-13T14:00:52.950Z] 5851b861e8e6: Download complete [2023-02-13T14:00:52.950Z] b85a868b505f: Verifying Checksum [2023-02-13T14:00:52.950Z] b85a868b505f: Download complete [2023-02-13T14:00:53.210Z] bab4dde63d76: Verifying Checksum [2023-02-13T14:00:53.210Z] bab4dde63d76: Download complete [2023-02-13T14:00:54.146Z] b85a868b505f: Pull complete [2023-02-13T14:00:54.146Z] e2be974225ed: Pull complete [2023-02-13T14:00:54.713Z] 339a4e72a1f5: Pull complete [2023-02-13T14:00:54.713Z] 988bab9f4d93: Pull complete [2023-02-13T14:00:54.971Z] 1469e6f7b9e6: Pull complete [2023-02-13T14:00:54.971Z] eaf3925da568: Pull complete [2023-02-13T14:00:56.873Z] bab4dde63d76: Pull complete [2023-02-13T14:00:56.873Z] bde34c3a00c8: Pull complete [2023-02-13T14:00:56.873Z] b352a97aabf1: Pull complete [2023-02-13T14:00:57.132Z] 4872d77fe225: Pull complete [2023-02-13T14:00:57.132Z] 5851b861e8e6: Pull complete [2023-02-13T14:00:57.132Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-13T14:00:57.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-13T14:00:57.391Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:00:57.608Z] prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container [2023-02-13T14:00:57.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@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/py-git-semver:0.1.4 cat [2023-02-13T14:01:01.455Z] $ docker top e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce -eo pid,comm [2023-02-13T14:01:01.504Z] 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). [2023-02-13T14:01:01.504Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-13T14:01:01.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-13T14:01:01.636Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-13T14:01:01.737Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-13T14:01:01.741Z] $ docker exec e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent [2023-02-13T14:01:01.836Z] SSH_AUTH_SOCK=/tmp/ssh-k2nJDnnAl8cG/agent.32 [2023-02-13T14:01:01.836Z] SSH_AGENT_PID=38 [2023-02-13T14:01:01.841Z] Running ssh-add (command line suppressed) [2023-02-13T14:01:01.943Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_6089344721409112033.key (/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_6089344721409112033.key) [2023-02-13T14:01:01.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-13T14:01:02.286Z] + git tag --points-at HEAD [Pipeline] } [2023-02-13T14:01:02.315Z] $ docker exec --env ******** --env ******** e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent -k [2023-02-13T14:01:02.408Z] unset SSH_AUTH_SOCK; [2023-02-13T14:01:02.409Z] unset SSH_AGENT_PID; [2023-02-13T14:01:02.409Z] echo Agent pid 38 killed; [2023-02-13T14:01:02.417Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-13T14:01:02.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-13T14:01:02.507Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-13T14:01:02.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-13T14:01:02.625Z] $ docker exec e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent [2023-02-13T14:01:02.721Z] SSH_AUTH_SOCK=/tmp/ssh-QuxgsZUJWl1u/agent.71 [2023-02-13T14:01:02.721Z] SSH_AGENT_PID=77 [2023-02-13T14:01:02.725Z] Running ssh-add (command line suppressed) [2023-02-13T14:01:02.820Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_11496651504543921273.key (/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/private_key_11496651504543921273.key) [2023-02-13T14:01:02.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-13T14:01:03.162Z] + git semver init [2023-02-13T14:01:03.420Z] 2023-02-13 14:01:03,318 [run_init] DEBUG init version:0.0.0 force:False [2023-02-13T14:01:03.421Z] 2023-02-13 14:01:03,319 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver [2023-02-13T14:01:03.421Z] 2023-02-13 14:01:03,319 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver [2023-02-13T14:01:03.421Z] 2023-02-13 14:01:03,319 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-143, universal_newlines=False, shell=None, istream=None) [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,646 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.git/info/exclude [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,647 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver/PR-143 with force:False [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,647 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver/PR-143 [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,650 [execute] INFO git cat-file --batch-check [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,650 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver, universal_newlines=False, shell=None, istream=) [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,654 [execute] INFO git cat-file --batch [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,654 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver, universal_newlines=False, shell=None, istream=) [2023-02-13T14:01:04.797Z] 2023-02-13 14:01:04,658 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-143/.semver/PR-143 [2023-02-13T14:01:04.797Z] 0.0.0 [Pipeline] } [2023-02-13T14:01:04.825Z] $ docker exec --env ******** --env ******** e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce ssh-agent -k [2023-02-13T14:01:04.918Z] unset SSH_AUTH_SOCK; [2023-02-13T14:01:04.918Z] unset SSH_AGENT_PID; [2023-02-13T14:01:04.918Z] echo Agent pid 77 killed; [2023-02-13T14:01:04.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-13T14:01:05.327Z] + git semver [Pipeline] } [2023-02-13T14:01:05.610Z] $ docker stop --time=1 e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce [2023-02-13T14:01:06.869Z] $ docker rm -f --volumes e7b7f84521592fb87a0ef3aef1a119981f37637c0e69aa03995b4ec4e88a51ce [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-13T14:01:07.274Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-13T14:01:07.534Z] Stashed 1 file(s) [Pipeline] echo [2023-02-13T14:01:07.551Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-13T14:01:08.063Z] provisioning config files... [2023-02-13T14:01:08.072Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config9492307556994811508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:01:08.415Z] ---> docker-login.sh [2023-02-13T14:01:08.415Z] nexus3.edgexfoundry.org:10001 [2023-02-13T14:01:08.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:01:08.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:01:08.415Z] Configure a credential helper to remove this warning. See [2023-02-13T14:01:08.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:01:08.415Z] [2023-02-13T14:01:08.415Z] Login Succeeded [2023-02-13T14:01:08.415Z] nexus3.edgexfoundry.org:10002 [2023-02-13T14:01:08.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:01:08.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:01:08.415Z] Configure a credential helper to remove this warning. See [2023-02-13T14:01:08.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:01:08.415Z] [2023-02-13T14:01:08.415Z] Login Succeeded [2023-02-13T14:01:08.415Z] nexus3.edgexfoundry.org:10003 [2023-02-13T14:01:08.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:01:08.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:01:08.674Z] Configure a credential helper to remove this warning. See [2023-02-13T14:01:08.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:01:08.674Z] [2023-02-13T14:01:08.674Z] Login Succeeded [2023-02-13T14:01:08.674Z] nexus3.edgexfoundry.org:10004 [2023-02-13T14:01:08.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:01:08.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:01:08.674Z] Configure a credential helper to remove this warning. See [2023-02-13T14:01:08.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:01:08.674Z] [2023-02-13T14:01:08.674Z] Login Succeeded [2023-02-13T14:01:08.674Z] docker.io [2023-02-13T14:01:08.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:01:08.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:01:08.934Z] Configure a credential helper to remove this warning. See [2023-02-13T14:01:08.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:01:08.934Z] [2023-02-13T14:01:08.934Z] Login Succeeded [2023-02-13T14:01:08.935Z] ---> docker-login.sh ends [Pipeline] } [2023-02-13T14:01:08.963Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-13T14:01:09.144Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T14:01:09.184Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T14:01:09.215Z] ========================================================= [2023-02-13T14:01:09.215Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-13T14:01:09.215Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:01:09.674Z] + 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 . [2023-02-13T14:01:09.674Z] Sending build context to Docker daemon 12.57MB [2023-02-13T14:01:09.674Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T14:01:09.674Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-13T14:01:09.674Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-13T14:01:09.674Z] 213ec9aee27d: Pulling fs layer [2023-02-13T14:01:09.674Z] 4583459ba037: Pulling fs layer [2023-02-13T14:01:09.674Z] 93c1e223e6f2: Pulling fs layer [2023-02-13T14:01:09.674Z] 53926ce57604: Pulling fs layer [2023-02-13T14:01:09.674Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-13T14:01:09.674Z] 22ff95d597cd: Pulling fs layer [2023-02-13T14:01:09.674Z] 12d6caf4c0d1: Pulling fs layer [2023-02-13T14:01:09.674Z] 96b7cbca73a9: Pulling fs layer [2023-02-13T14:01:09.674Z] a7acece74701: Pulling fs layer [2023-02-13T14:01:09.674Z] 21b2b0c7a3f4: Waiting [2023-02-13T14:01:09.674Z] 53926ce57604: Waiting [2023-02-13T14:01:09.674Z] 22ff95d597cd: Waiting [2023-02-13T14:01:09.674Z] a7acece74701: Waiting [2023-02-13T14:01:09.674Z] 12d6caf4c0d1: Waiting [2023-02-13T14:01:09.674Z] 96b7cbca73a9: Waiting [2023-02-13T14:01:09.674Z] 93c1e223e6f2: Verifying Checksum [2023-02-13T14:01:09.674Z] 93c1e223e6f2: Download complete [2023-02-13T14:01:09.939Z] 4583459ba037: Download complete [2023-02-13T14:01:09.939Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-13T14:01:09.939Z] 21b2b0c7a3f4: Download complete [2023-02-13T14:01:09.939Z] 22ff95d597cd: Verifying Checksum [2023-02-13T14:01:09.939Z] 22ff95d597cd: Download complete [2023-02-13T14:01:09.939Z] 213ec9aee27d: Verifying Checksum [2023-02-13T14:01:09.939Z] 213ec9aee27d: Download complete [2023-02-13T14:01:09.939Z] 12d6caf4c0d1: Download complete [2023-02-13T14:01:10.207Z] 213ec9aee27d: Pull complete [2023-02-13T14:01:10.207Z] 4583459ba037: Pull complete [2023-02-13T14:01:10.474Z] 93c1e223e6f2: Pull complete [2023-02-13T14:01:11.468Z] 53926ce57604: Verifying Checksum [2023-02-13T14:01:11.468Z] 53926ce57604: Download complete [2023-02-13T14:01:11.468Z] a7acece74701: Verifying Checksum [2023-02-13T14:01:11.468Z] a7acece74701: Download complete [2023-02-13T14:01:11.468Z] 96b7cbca73a9: Verifying Checksum [2023-02-13T14:01:11.468Z] 96b7cbca73a9: Download complete [2023-02-13T14:01:14.749Z] 53926ce57604: Pull complete [2023-02-13T14:01:14.750Z] 21b2b0c7a3f4: Pull complete [2023-02-13T14:01:14.750Z] 22ff95d597cd: Pull complete [2023-02-13T14:01:15.008Z] 12d6caf4c0d1: Pull complete [2023-02-13T14:01:16.907Z] 96b7cbca73a9: Pull complete [2023-02-13T14:01:17.472Z] a7acece74701: Pull complete [2023-02-13T14:01:17.472Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-13T14:01:17.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-13T14:01:17.472Z] ---> db6d94c90886 [2023-02-13T14:01:17.472Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T14:01:22.897Z] Still waiting to schedule task [2023-02-13T14:01:22.897Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-13T14:01:24.036Z] ---> Running in 2419d3a98046 [2023-02-13T14:01:24.036Z] Removing intermediate container 2419d3a98046 [2023-02-13T14:01:24.036Z] ---> 8ee44e60d8b6 [2023-02-13T14:01:24.036Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T14:01:24.036Z] ---> Running in c8422cb486d1 [2023-02-13T14:01:24.036Z] Removing intermediate container c8422cb486d1 [2023-02-13T14:01:24.036Z] ---> d7a506718678 [2023-02-13T14:01:24.036Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-13T14:01:24.036Z] ---> Running in c779464ce144 [2023-02-13T14:01:24.036Z] Removing intermediate container c779464ce144 [2023-02-13T14:01:24.036Z] ---> 34d9b25325e5 [2023-02-13T14:01:24.036Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T14:01:24.036Z] ---> Running in f0a4a798a349 [2023-02-13T14:01:24.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-13T14:01:24.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-13T14:01:24.603Z] OK: 211 MiB in 51 packages [2023-02-13T14:01:24.864Z] Removing intermediate container f0a4a798a349 [2023-02-13T14:01:24.864Z] ---> ea9887e73bb4 [2023-02-13T14:01:24.864Z] Step 7/12 : WORKDIR /app [2023-02-13T14:01:24.864Z] ---> Running in 5cf28cab418a [2023-02-13T14:01:24.864Z] Removing intermediate container 5cf28cab418a [2023-02-13T14:01:24.864Z] ---> 0f27fac5ef1e [2023-02-13T14:01:24.864Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-13T14:01:25.123Z] ---> 7b9ea579d5ed [2023-02-13T14:01:25.123Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T14:01:25.123Z] ---> Running in a69954a3b81f [2023-02-13T14:02:11.897Z] Removing intermediate container a69954a3b81f [2023-02-13T14:02:11.897Z] ---> 9bddff4fccc7 [2023-02-13T14:02:11.897Z] Step 10/12 : COPY . . [2023-02-13T14:02:11.897Z] ---> d166e0729fbe [2023-02-13T14:02:11.897Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T14:02:11.897Z] ---> Running in 13c5879fb692 [2023-02-13T14:02:11.897Z] Removing intermediate container 13c5879fb692 [2023-02-13T14:02:11.897Z] ---> 677dbd700d2e [2023-02-13T14:02:11.897Z] Step 12/12 : RUN $MAKE [2023-02-13T14:02:11.897Z] ---> Running in 1e7abb3df6fb [2023-02-13T14:02:11.897Z] noop [2023-02-13T14:02:11.897Z] Removing intermediate container 1e7abb3df6fb [2023-02-13T14:02:11.897Z] ---> cfb2a66421b8 [2023-02-13T14:02:11.897Z] Successfully built cfb2a66421b8 [2023-02-13T14:02:11.897Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:02:12.348Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-13T14:02:12.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:02:12.498Z] prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container [2023-02-13T14:02:12.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-13T14:02:12.874Z] $ docker top db1197fe6610ca141fb5c18e6f1c586192f4c824ea6ce4bba7e63d0537f57429 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T14:02:13.279Z] + go version [2023-02-13T14:02:13.279Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-13T14:02:13.312Z] $ docker stop --time=1 db1197fe6610ca141fb5c18e6f1c586192f4c824ea6ce4bba7e63d0537f57429 [2023-02-13T14:02:14.638Z] $ docker rm -f --volumes db1197fe6610ca141fb5c18e6f1c586192f4c824ea6ce4bba7e63d0537f57429 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:02:15.329Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-13T14:02:15.329Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:02:15.476Z] prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container [2023-02-13T14:02:15.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-13T14:02:15.888Z] $ docker top 6d52171ab489d0c45c39cf88d8e801b7cfc5b6a82792090ce173ec02b6c0e21e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T14:02:16.277Z] + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-143 [Pipeline] fileExists [Pipeline] sh [2023-02-13T14:02:16.645Z] + make test [2023-02-13T14:02:16.645Z] go test -race ./... -coverprofile=coverage.out ./... [2023-02-13T14:02:34.727Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-02-13T14:02:34.727Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.144s coverage: 86.2% of statements [2023-02-13T14:02:34.727Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-02-13T14:02:36.103Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 2.748s coverage: 71.9% of statements [2023-02-13T14:02:50.977Z] 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." [2023-02-13T14:02:50.977Z] go vet ./... [2023-02-13T14:02:52.874Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-13T14:02:52.874Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-13T14:02:52.874Z] ./bin/test-attribution.sh [2023-02-13T14:02:53.132Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-13T14:02:53.132Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-13T14:02:53.178Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-13T14:02:53.207Z] $ docker stop --time=1 6d52171ab489d0c45c39cf88d8e801b7cfc5b6a82792090ce173ec02b6c0e21e [2023-02-13T14:02:58.742Z] $ docker rm -f --volumes 6d52171ab489d0c45c39cf88d8e801b7cfc5b6a82792090ce173ec02b6c0e21e [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-13T14:02:59.331Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-13T14:02:59.403Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2023-02-13T14:02:59.496Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5552 in /w/workspace/y_app-rfid-llrp-inventory_PR-143 [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] ws [2023-02-13T14:02:59.622Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2023-02-13T14:02:59.681Z] The recommended git tool is: git [Pipeline] sh [2023-02-13T14:03:00.162Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-13T14:03:00.473Z] + ls -al . [2023-02-13T14:03:00.473Z] total 232 [2023-02-13T14:03:00.473Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 13 14:02 . [2023-02-13T14:03:00.473Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:00 .. [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 262 Feb 13 14:00 .dockerignore [2023-02-13T14:03:00.473Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 14:02 .git [2023-02-13T14:03:00.473Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:00 .github [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 788 Feb 13 14:00 .gitignore [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 13 14:00 .golangci.yml [2023-02-13T14:03:00.473Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 14:01 .semver [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 9818 Feb 13 14:00 Attribution.txt [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 4331 Feb 13 14:00 CHANGELOG.md [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 1659 Feb 13 14:00 Dockerfile [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 14:00 GOVERNANCE.md [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 13 14:00 Jenkinsfile [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 13 14:00 LICENSE [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 2462 Feb 13 14:00 Makefile [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 617 Feb 13 14:00 OWNERS.md [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 31023 Feb 13 14:00 README.md [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 14:01 VERSION [2023-02-13T14:03:00.473Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:00 bin [2023-02-13T14:03:00.473Z] -rw-r--r-- 1 jenkins jenkins 41317 Feb 13 14:02 coverage.out [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 3509 Feb 13 14:00 go.mod [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 33265 Feb 13 14:00 go.sum [2023-02-13T14:03:00.473Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:00 images [2023-02-13T14:03:00.473Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:00 internal [2023-02-13T14:03:00.473Z] -rw-rw-r-- 1 jenkins jenkins 531 Feb 13 14:00 main.go [2023-02-13T14:03:00.473Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:00 res [2023-02-13T14:03:00.473Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:00 snap [2023-02-13T14:03:00.473Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:00 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:03:00.874Z] + docker build -t app-rfid-llrp-inventory -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=5abbc986f9e887623c017848594ff693cc864cec --label arch=amd64 --label version=0.0.0 . [2023-02-13T14:03:00.875Z] Sending build context to Docker daemon 12.57MB [2023-02-13T14:03:00.875Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T14:03:00.875Z] Step 2/29 : FROM ${BASE} AS builder [2023-02-13T14:03:00.875Z] ---> cfb2a66421b8 [2023-02-13T14:03:00.875Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T14:03:01.132Z] ---> Running in e238ce826d19 [2023-02-13T14:03:01.132Z] Removing intermediate container e238ce826d19 [2023-02-13T14:03:01.132Z] ---> ec7dbf950a9c [2023-02-13T14:03:01.132Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T14:03:01.132Z] ---> Running in 7fcd1f45e705 [2023-02-13T14:03:01.393Z] Removing intermediate container 7fcd1f45e705 [2023-02-13T14:03:01.393Z] ---> f39f5c09eb46 [2023-02-13T14:03:01.393Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-02-13T14:03:01.393Z] ---> Running in e9ca1d1680de [2023-02-13T14:03:01.393Z] Removing intermediate container e9ca1d1680de [2023-02-13T14:03:01.393Z] ---> f7e5800e29b8 [2023-02-13T14:03:01.393Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T14:03:01.393Z] ---> Running in 19eea81308ab [2023-02-13T14:03:01.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-13T14:03:01.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-13T14:03:02.221Z] OK: 211 MiB in 51 packages [2023-02-13T14:03:02.481Z] Removing intermediate container 19eea81308ab [2023-02-13T14:03:02.481Z] ---> 8a15b4fe3d28 [2023-02-13T14:03:02.481Z] Step 7/29 : WORKDIR /app [2023-02-13T14:03:02.481Z] ---> Running in 5e4efabeb2c7 [2023-02-13T14:03:02.481Z] Removing intermediate container 5e4efabeb2c7 [2023-02-13T14:03:02.481Z] ---> c29e7f0be612 [2023-02-13T14:03:02.481Z] Step 8/29 : COPY go.mod vendor* ./ [2023-02-13T14:03:02.740Z] ---> c20824eca688 [2023-02-13T14:03:02.740Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T14:03:02.740Z] ---> Running in 8f93eb30c262 [2023-02-13T14:03:03.761Z] Removing intermediate container 8f93eb30c262 [2023-02-13T14:03:03.761Z] ---> 0eb8d8c319bc [2023-02-13T14:03:03.761Z] Step 10/29 : COPY . . [2023-02-13T14:03:04.019Z] ---> 152cef6d2dbd [2023-02-13T14:03:04.019Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T14:03:04.019Z] ---> Running in 63e257457e7c [2023-02-13T14:03:04.019Z] Removing intermediate container 63e257457e7c [2023-02-13T14:03:04.019Z] ---> 85ff55dfc61e [2023-02-13T14:03:04.019Z] Step 12/29 : RUN $MAKE [2023-02-13T14:03:04.019Z] ---> Running in 5ec5a9c9cdbd [2023-02-13T14:03:04.277Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.28 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-02-13T14:03:05.035Z] using credential edgex-jenkins-ssh [2023-02-13T14:03:05.061Z] Cloning the remote Git repository [2023-02-13T14:03:05.115Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-02-13T14:03:05.187Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2023-02-13T14:03:05.347Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-02-13T14:03:05.348Z] > git --version # timeout=10 [2023-02-13T14:03:05.367Z] > git --version # 'git version 2.25.1' [2023-02-13T14:03:05.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-13T14:03:05.425Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-13T14:03:07.966Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-02-13T14:03:07.983Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-13T14:03:09.446Z] Merging remotes/origin/main commit 494ae06946c85c67f213c8c16471dc3d31088bf8 into PR head commit 5abbc986f9e887623c017848594ff693cc864cec [2023-02-13T14:03:09.672Z] Merge succeeded, producing 5abbc986f9e887623c017848594ff693cc864cec [2023-02-13T14:03:09.673Z] Checking out Revision 5abbc986f9e887623c017848594ff693cc864cec (PR-143) [2023-02-13T14:03:08.814Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-02-13T14:03:08.851Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-02-13T14:03:08.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-13T14:03:08.867Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/143/head:refs/remotes/origin/PR-143 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-13T14:03:09.465Z] > git config core.sparsecheckout # timeout=10 [2023-02-13T14:03:09.486Z] > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # timeout=10 [2023-02-13T14:03:09.577Z] > git remote # timeout=10 [2023-02-13T14:03:09.593Z] > git config --get remote.origin.url # timeout=10 [2023-02-13T14:03:09.618Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-13T14:03:09.632Z] > git merge 494ae06946c85c67f213c8c16471dc3d31088bf8 # timeout=10 [2023-02-13T14:03:09.658Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-13T14:03:09.680Z] > git config core.sparsecheckout # timeout=10 [2023-02-13T14:03:09.695Z] > git checkout -f 5abbc986f9e887623c017848594ff693cc864cec # timeout=10 [2023-02-13T14:03:10.171Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v3" [2023-02-13T14:03:10.219Z] > git --version # timeout=10 [2023-02-13T14:03:10.232Z] > git --version # 'git version 2.25.1' [2023-02-13T14:03:10.249Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-13T14:03:11.328Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-13T14:03:11.328Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-13T14:03:11.328Z] Dload Upload Total Spent Left Speed [2023-02-13T14:03:11.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 53801 0 --:--:-- --:--:-- --:--:-- 53801 [Pipeline] sh [2023-02-13T14:03:11.947Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-13T14:03:12.293Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-13T14:03:12.293Z] + sudo tee /etc/docker/daemon.new [2023-02-13T14:03:12.293Z] { [2023-02-13T14:03:12.293Z] "registry-mirrors": [ [2023-02-13T14:03:12.293Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-13T14:03:12.293Z] ], [2023-02-13T14:03:12.293Z] "bip": "10.250.0.254/24", [2023-02-13T14:03:12.293Z] "hosts": [ [2023-02-13T14:03:12.293Z] "tcp://0.0.0.0:5555", [2023-02-13T14:03:12.293Z] "unix:///var/run/docker.sock" [2023-02-13T14:03:12.293Z] ], [2023-02-13T14:03:12.293Z] "mtu": 1458, [2023-02-13T14:03:12.293Z] "selinux-enabled": true, [2023-02-13T14:03:12.293Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-13T14:03:12.293Z] } [Pipeline] sh [2023-02-13T14:03:12.648Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-13T14:03:13.002Z] + sudo service docker restart [2023-02-13T14:03:26.211Z] Removing intermediate container 5ec5a9c9cdbd [2023-02-13T14:03:26.211Z] ---> 4fb4bcf24276 [2023-02-13T14:03:26.211Z] Step 13/29 : FROM alpine:3.14 [2023-02-13T14:03:26.211Z] 3.14: Pulling from library/alpine [2023-02-13T14:03:26.211Z] d261077062b2: Pulling fs layer [2023-02-13T14:03:26.211Z] d261077062b2: Verifying Checksum [2023-02-13T14:03:26.211Z] d261077062b2: Download complete [2023-02-13T14:03:26.211Z] d261077062b2: Pull complete [2023-02-13T14:03:26.211Z] Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 [2023-02-13T14:03:26.211Z] Status: Downloaded newer image for alpine:3.14 [2023-02-13T14:03:26.211Z] ---> 6dff1269bc79 [2023-02-13T14:03:26.211Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-13T14:03:26.211Z] ---> Running in 716cc5aca304 [2023-02-13T14:03:26.211Z] Removing intermediate container 716cc5aca304 [2023-02-13T14:03:26.212Z] ---> 52eb1f0c97fc [2023-02-13T14:03:26.212Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-02-13T14:03:26.212Z] ---> Running in cfa35af68aa7 [2023-02-13T14:03:26.212Z] Removing intermediate container cfa35af68aa7 [2023-02-13T14:03:26.212Z] ---> 23ee5e1f744a [2023-02-13T14:03:26.212Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-02-13T14:03:26.212Z] ---> Running in d4b2eb2e7858 [2023-02-13T14:03:26.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2023-02-13T14:03:26.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2023-02-13T14:03:26.212Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-13T14:03:26.212Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-13T14:03:26.212Z] Executing busybox-1.33.1-r8.trigger [2023-02-13T14:03:26.212Z] Executing ca-certificates-20220614-r0.trigger [2023-02-13T14:03:26.212Z] OK: 6 MiB in 16 packages [2023-02-13T14:03:26.212Z] Removing intermediate container d4b2eb2e7858 [2023-02-13T14:03:26.212Z] ---> 38c53fad24f7 [2023-02-13T14:03:26.212Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-13T14:03:26.212Z] ---> 7ac2b8c46f52 [2023-02-13T14:03:26.212Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-13T14:03:26.212Z] ---> 263306dab921 [2023-02-13T14:03:26.212Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-02-13T14:03:26.212Z] ---> 2e4c45eb9493 [2023-02-13T14:03:26.212Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-02-13T14:03:26.212Z] ---> 737b37e30013 [2023-02-13T14:03:26.212Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-02-13T14:03:26.816Z] ---> e88518e976a6 [2023-02-13T14:03:26.816Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-02-13T14:03:26.817Z] ---> Running in 76f40a55deb3 [2023-02-13T14:03:27.387Z] Removing intermediate container 76f40a55deb3 [2023-02-13T14:03:27.387Z] ---> ed0ef2cf15f1 [2023-02-13T14:03:27.387Z] Step 23/29 : VOLUME /cache [2023-02-13T14:03:27.387Z] ---> Running in a9f84ec845d0 [2023-02-13T14:03:27.387Z] Removing intermediate container a9f84ec845d0 [2023-02-13T14:03:27.387Z] ---> 6c95049982cf [2023-02-13T14:03:27.387Z] Step 24/29 : EXPOSE 59711 [2023-02-13T14:03:27.387Z] ---> Running in 257bffe7b839 [2023-02-13T14:03:27.387Z] Removing intermediate container 257bffe7b839 [2023-02-13T14:03:27.387Z] ---> 358d167b8ff9 [2023-02-13T14:03:27.387Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-02-13T14:03:27.387Z] ---> Running in 5486163e0875 [2023-02-13T14:03:27.646Z] Removing intermediate container 5486163e0875 [2023-02-13T14:03:27.646Z] ---> 55680811e93b [2023-02-13T14:03:27.646Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-02-13T14:03:27.646Z] ---> Running in 671c4d9cea93 [2023-02-13T14:03:27.646Z] Removing intermediate container 671c4d9cea93 [2023-02-13T14:03:27.646Z] ---> 9b57f18a1fd4 [2023-02-13T14:03:27.646Z] Step 27/29 : LABEL arch=amd64 [2023-02-13T14:03:27.646Z] ---> Running in 3e9235019c1e [2023-02-13T14:03:27.905Z] Removing intermediate container 3e9235019c1e [2023-02-13T14:03:27.905Z] ---> 92176ce78776 [2023-02-13T14:03:27.905Z] Step 28/29 : LABEL git_sha=5abbc986f9e887623c017848594ff693cc864cec [2023-02-13T14:03:27.905Z] ---> Running in 3507325ca55e [2023-02-13T14:03:27.905Z] Removing intermediate container 3507325ca55e [2023-02-13T14:03:27.905Z] ---> c2e2fc928c6d [2023-02-13T14:03:27.905Z] Step 29/29 : LABEL version=0.0.0 [2023-02-13T14:03:28.164Z] ---> Running in 8ae820b0340b [2023-02-13T14:03:28.164Z] Removing intermediate container 8ae820b0340b [2023-02-13T14:03:28.164Z] ---> 9e1c8cea54f2 [2023-02-13T14:03:28.164Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-13T14:03:28.164Z] Successfully built 9e1c8cea54f2 [2023-02-13T14:03:28.164Z] Successfully tagged app-rfid-llrp-inventory:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 [2023-02-13T14:03:29.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T14:03:29.052Z] [2023-02-13T14:03:29.052Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:03:29.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T14:03:29.445Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-13T14:03:29.445Z] 5eb5b503b376: Pulling fs layer [2023-02-13T14:03:29.445Z] 5c69ac0246d0: Pulling fs layer [2023-02-13T14:03:29.445Z] ec43610c2a17: Pulling fs layer [2023-02-13T14:03:29.445Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-13T14:03:29.445Z] 33b1e0a273af: Pulling fs layer [2023-02-13T14:03:29.445Z] 5d3b04190fa2: Pulling fs layer [2023-02-13T14:03:29.445Z] 2f39f015ded8: Pulling fs layer [2023-02-13T14:03:29.445Z] 33b1e0a273af: Waiting [2023-02-13T14:03:29.445Z] 5d3b04190fa2: Waiting [2023-02-13T14:03:29.445Z] 3a2ae6a8a46f: Waiting [2023-02-13T14:03:29.445Z] 2f39f015ded8: Waiting [2023-02-13T14:03:29.445Z] 5c69ac0246d0: Verifying Checksum [2023-02-13T14:03:29.445Z] 5c69ac0246d0: Download complete [2023-02-13T14:03:29.716Z] 33b1e0a273af: Verifying Checksum [2023-02-13T14:03:29.716Z] 33b1e0a273af: Download complete [2023-02-13T14:03:29.716Z] 5d3b04190fa2: Verifying Checksum [2023-02-13T14:03:29.716Z] 5d3b04190fa2: Download complete [2023-02-13T14:03:29.986Z] ec43610c2a17: Verifying Checksum [2023-02-13T14:03:29.986Z] ec43610c2a17: Download complete [2023-02-13T14:03:29.986Z] 5eb5b503b376: Verifying Checksum [2023-02-13T14:03:29.986Z] 5eb5b503b376: Download complete [2023-02-13T14:03:30.554Z] 2f39f015ded8: Download complete [2023-02-13T14:03:31.119Z] 5eb5b503b376: Pull complete [2023-02-13T14:03:31.119Z] 5c69ac0246d0: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-13T14:03:31.324Z] provisioning config files... [2023-02-13T14:03:31.356Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config4592944440608708119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:03:31.686Z] ec43610c2a17: Pull complete [2023-02-13T14:03:31.686Z] 3a2ae6a8a46f: Pull complete [2023-02-13T14:03:31.686Z] 33b1e0a273af: Pull complete [2023-02-13T14:03:31.750Z] ---> docker-login.sh [2023-02-13T14:03:31.750Z] nexus3.edgexfoundry.org:10001 [2023-02-13T14:03:31.944Z] 5d3b04190fa2: Pull complete [2023-02-13T14:03:32.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:03:32.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:03:32.342Z] Configure a credential helper to remove this warning. See [2023-02-13T14:03:32.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:03:32.342Z] [2023-02-13T14:03:32.342Z] Login Succeeded [2023-02-13T14:03:32.342Z] nexus3.edgexfoundry.org:10002 [2023-02-13T14:03:32.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:03:32.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:03:32.884Z] Configure a credential helper to remove this warning. See [2023-02-13T14:03:32.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:03:32.884Z] [2023-02-13T14:03:32.884Z] Login Succeeded [2023-02-13T14:03:32.884Z] nexus3.edgexfoundry.org:10003 [2023-02-13T14:03:33.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:03:33.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:03:33.156Z] Configure a credential helper to remove this warning. See [2023-02-13T14:03:33.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:03:33.156Z] [2023-02-13T14:03:33.156Z] Login Succeeded [2023-02-13T14:03:33.156Z] nexus3.edgexfoundry.org:10004 [2023-02-13T14:03:33.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:03:33.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:03:33.697Z] Configure a credential helper to remove this warning. See [2023-02-13T14:03:33.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:03:33.697Z] [2023-02-13T14:03:33.697Z] Login Succeeded [2023-02-13T14:03:33.697Z] docker.io [2023-02-13T14:03:33.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-13T14:03:34.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-13T14:03:34.285Z] Configure a credential helper to remove this warning. See [2023-02-13T14:03:34.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-13T14:03:34.285Z] [2023-02-13T14:03:34.285Z] Login Succeeded [2023-02-13T14:03:34.285Z] ---> docker-login.sh ends [Pipeline] } [2023-02-13T14:03:34.316Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-13T14:03:34.728Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T14:03:34.762Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-13T14:03:34.800Z] ========================================================= [2023-02-13T14:03:34.800Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-13T14:03:34.800Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:03:35.308Z] + 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 . [2023-02-13T14:03:35.577Z] Sending build context to Docker daemon 683kB [2023-02-13T14:03:35.577Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T14:03:35.577Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-13T14:03:35.577Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-13T14:03:35.577Z] 9b18e9b68314: Pulling fs layer [2023-02-13T14:03:35.577Z] 35d82f9e3411: Pulling fs layer [2023-02-13T14:03:35.577Z] e16973657156: Pulling fs layer [2023-02-13T14:03:35.577Z] fc693d55d65f: Pulling fs layer [2023-02-13T14:03:35.577Z] 7e9fc2657dce: Pulling fs layer [2023-02-13T14:03:35.577Z] dda99020689f: Pulling fs layer [2023-02-13T14:03:35.578Z] db1c61fa0a46: Pulling fs layer [2023-02-13T14:03:35.578Z] 891c053d2c06: Pulling fs layer [2023-02-13T14:03:35.578Z] fc693d55d65f: Waiting [2023-02-13T14:03:35.578Z] 7e9fc2657dce: Waiting [2023-02-13T14:03:35.578Z] dda99020689f: Waiting [2023-02-13T14:03:35.578Z] db1c61fa0a46: Waiting [2023-02-13T14:03:35.578Z] 891c053d2c06: Waiting [2023-02-13T14:03:35.846Z] e16973657156: Verifying Checksum [2023-02-13T14:03:35.846Z] e16973657156: Download complete [2023-02-13T14:03:35.846Z] 35d82f9e3411: Verifying Checksum [2023-02-13T14:03:35.846Z] 35d82f9e3411: Download complete [2023-02-13T14:03:35.846Z] 7e9fc2657dce: Verifying Checksum [2023-02-13T14:03:35.846Z] 7e9fc2657dce: Download complete [2023-02-13T14:03:35.846Z] dda99020689f: Verifying Checksum [2023-02-13T14:03:35.846Z] dda99020689f: Download complete [2023-02-13T14:03:35.846Z] 9b18e9b68314: Verifying Checksum [2023-02-13T14:03:36.127Z] 2f39f015ded8: Pull complete [2023-02-13T14:03:36.127Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-13T14:03:36.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T14:03:36.127Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:03:36.356Z] prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container [2023-02-13T14:03:36.397Z] $ 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/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-13T14:03:36.847Z] 9b18e9b68314: Pull complete [2023-02-13T14:03:36.847Z] 891c053d2c06: Verifying Checksum [2023-02-13T14:03:36.847Z] 891c053d2c06: Download complete [2023-02-13T14:03:37.433Z] 35d82f9e3411: Pull complete [2023-02-13T14:03:37.705Z] e16973657156: Pull complete [2023-02-13T14:03:38.292Z] db1c61fa0a46: Verifying Checksum [2023-02-13T14:03:38.292Z] db1c61fa0a46: Download complete [2023-02-13T14:03:38.879Z] fc693d55d65f: Download complete [2023-02-13T14:03:40.665Z] $ docker top d076a1f7dc6e1e78e6ca1ee50ee065598cbf6a1aedbe9519d254ebed153aa04a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:03:41.191Z] ---> job-cost.sh [2023-02-13T14:03:41.191Z] lf-activate-venv: SKIPPING [2023-02-13T14:03:41.191Z] INFO: No Stack... [2023-02-13T14:03:41.759Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-13T14:03:42.018Z] INFO: Archiving Costs [Pipeline] sh [2023-02-13T14:03:42.337Z] + cat /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives/cost.csv [2023-02-13T14:03:42.337Z] + cut -d, -f6 [Pipeline] lock [2023-02-13T14:03:42.378Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [2023-02-13T14:03:42.383Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] did not exist. Created. [2023-02-13T14:03:42.383Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-13T14:03:42.776Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-13T14:03:42.823Z] Stashed 1 file(s) [Pipeline] } [2023-02-13T14:03:42.855Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-13T14:03:42.940Z] $ docker stop --time=1 d076a1f7dc6e1e78e6ca1ee50ee065598cbf6a1aedbe9519d254ebed153aa04a [2023-02-13T14:03:44.075Z] $ docker rm -f --volumes d076a1f7dc6e1e78e6ca1ee50ee065598cbf6a1aedbe9519d254ebed153aa04a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-13T14:03:51.221Z] fc693d55d65f: Pull complete [2023-02-13T14:03:51.221Z] 7e9fc2657dce: Pull complete [2023-02-13T14:03:51.221Z] dda99020689f: Pull complete [2023-02-13T14:03:59.529Z] db1c61fa0a46: Pull complete [2023-02-13T14:04:00.964Z] 891c053d2c06: Pull complete [2023-02-13T14:04:00.964Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-13T14:04:00.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-13T14:04:00.964Z] ---> f96f9c87975a [2023-02-13T14:04:00.964Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T14:04:01.550Z] ---> Running in 48d5c1ac0269 [2023-02-13T14:04:01.819Z] Removing intermediate container 48d5c1ac0269 [2023-02-13T14:04:01.819Z] ---> 27a185018e26 [2023-02-13T14:04:01.819Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T14:04:02.086Z] ---> Running in 75d9d4754fc3 [2023-02-13T14:04:02.361Z] Removing intermediate container 75d9d4754fc3 [2023-02-13T14:04:02.361Z] ---> d9fa4d41b968 [2023-02-13T14:04:02.361Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-13T14:04:02.361Z] ---> Running in f7a1d0fc4331 [2023-02-13T14:04:02.630Z] Removing intermediate container f7a1d0fc4331 [2023-02-13T14:04:02.630Z] ---> 422a761201ad [2023-02-13T14:04:02.630Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T14:04:02.898Z] ---> Running in f597f172a578 [2023-02-13T14:04:03.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-13T14:04:04.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-13T14:04:05.397Z] OK: 221 MiB in 51 packages [2023-02-13T14:04:06.357Z] Removing intermediate container f597f172a578 [2023-02-13T14:04:06.358Z] ---> b457d9b07581 [2023-02-13T14:04:06.358Z] Step 7/12 : WORKDIR /app [2023-02-13T14:04:06.358Z] ---> Running in 3c24610debb7 [2023-02-13T14:04:06.358Z] Removing intermediate container 3c24610debb7 [2023-02-13T14:04:06.358Z] ---> 159db00165a3 [2023-02-13T14:04:06.358Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-13T14:04:06.940Z] ---> 8cfe2fdec0a0 [2023-02-13T14:04:06.940Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T14:04:06.940Z] ---> Running in bcf772060b69 [2023-02-13T14:05:14.851Z] Removing intermediate container bcf772060b69 [2023-02-13T14:05:14.851Z] ---> 1adce0e5f73e [2023-02-13T14:05:14.851Z] Step 10/12 : COPY . . [2023-02-13T14:05:14.851Z] ---> 354b547bec3c [2023-02-13T14:05:14.851Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T14:05:14.851Z] ---> Running in 97e72d0d53e2 [2023-02-13T14:05:14.851Z] Removing intermediate container 97e72d0d53e2 [2023-02-13T14:05:14.851Z] ---> 4824c899a72e [2023-02-13T14:05:14.851Z] Step 12/12 : RUN $MAKE [2023-02-13T14:05:14.851Z] ---> Running in 21a4d35fd0dc [2023-02-13T14:05:14.851Z] noop [2023-02-13T14:05:14.851Z] Removing intermediate container 21a4d35fd0dc [2023-02-13T14:05:14.851Z] ---> f6412887eef5 [2023-02-13T14:05:14.851Z] Successfully built f6412887eef5 [2023-02-13T14:05:14.851Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:05:15.332Z] + docker inspect -f . ci-base-image-arm64 [2023-02-13T14:05:15.332Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:05:15.588Z] prd-ubuntu20.04-docker-arm64-4c-16g-5552 does not seem to be running inside a container [2023-02-13T14:05:15.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-13T14:05:16.772Z] $ docker top 8acb88e9ffe0ad78a68b62620e3a0e3072a73b31ae1c7fb8e8a0eead584d746c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T14:05:17.636Z] + go version [2023-02-13T14:05:17.636Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-13T14:05:17.676Z] $ docker stop --time=1 8acb88e9ffe0ad78a68b62620e3a0e3072a73b31ae1c7fb8e8a0eead584d746c [2023-02-13T14:05:19.272Z] $ docker rm -f --volumes 8acb88e9ffe0ad78a68b62620e3a0e3072a73b31ae1c7fb8e8a0eead584d746c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:05:20.143Z] + docker inspect -f . ci-base-image-arm64 [2023-02-13T14:05:20.143Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:05:20.386Z] prd-ubuntu20.04-docker-arm64-4c-16g-5552 does not seem to be running inside a container [2023-02-13T14:05:20.453Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-13T14:05:21.555Z] $ docker top 521c080b7a955f2ffb2759f083e2fb923a22cc32b571902ff460c2bef9df91b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T14:05:22.097Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh [2023-02-13T14:05:22.491Z] + make test [2023-02-13T14:05:22.491Z] go test -race ./... -coverprofile=coverage.out ./... [2023-02-13T14:07:59.199Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-02-13T14:07:59.199Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 0.843s coverage: 86.2% of statements [2023-02-13T14:07:59.199Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-02-13T14:08:09.552Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.562s coverage: 71.9% of statements [2023-02-13T14:08:09.552Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-13T14:08:09.552Z] go vet ./... [2023-02-13T14:10:02.045Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-13T14:10:02.045Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-13T14:10:02.045Z] ./bin/test-attribution.sh [2023-02-13T14:10:02.045Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-13T14:10:02.045Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-13T14:10:02.087Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-13T14:10:02.119Z] $ docker stop --time=1 521c080b7a955f2ffb2759f083e2fb923a22cc32b571902ff460c2bef9df91b1 [2023-02-13T14:10:03.957Z] $ docker rm -f --volumes 521c080b7a955f2ffb2759f083e2fb923a22cc32b571902ff460c2bef9df91b1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-13T14:10:05.361Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-13T14:10:05.394Z] Warning: overwriting stash ‘coverage-report’ [2023-02-13T14:10:05.942Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-13T14:10:06.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-13T14:10:06.911Z] + ls -al . [2023-02-13T14:10:06.911Z] total 228 [2023-02-13T14:10:06.911Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 13 14:05 . [2023-02-13T14:10:06.911Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:03 .. [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 262 Feb 13 14:03 .dockerignore [2023-02-13T14:10:06.911Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 13 14:03 .git [2023-02-13T14:10:06.911Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:03 .github [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 788 Feb 13 14:03 .gitignore [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 13 14:03 .golangci.yml [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 9818 Feb 13 14:03 Attribution.txt [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 4331 Feb 13 14:03 CHANGELOG.md [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 1659 Feb 13 14:03 Dockerfile [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 13 14:03 GOVERNANCE.md [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 13 14:03 Jenkinsfile [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 11347 Feb 13 14:03 LICENSE [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 2462 Feb 13 14:03 Makefile [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 617 Feb 13 14:03 OWNERS.md [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 31023 Feb 13 14:03 README.md [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 13 14:01 VERSION [2023-02-13T14:10:06.911Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:03 bin [2023-02-13T14:10:06.911Z] -rw-r--r-- 1 jenkins jenkins 41317 Feb 13 14:08 coverage.out [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 3509 Feb 13 14:03 go.mod [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 33265 Feb 13 14:03 go.sum [2023-02-13T14:10:06.911Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:03 images [2023-02-13T14:10:06.911Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:03 internal [2023-02-13T14:10:06.911Z] -rw-rw-r-- 1 jenkins jenkins 531 Feb 13 14:03 main.go [2023-02-13T14:10:06.911Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 13 14:03 res [2023-02-13T14:10:06.911Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 13 14:03 snap [2023-02-13T14:10:06.911Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 13 14:03 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:10:07.336Z] + docker build -t app-rfid-llrp-inventory-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=5abbc986f9e887623c017848594ff693cc864cec --label arch=arm64 --label version=0.0.0 . [2023-02-13T14:10:07.604Z] Sending build context to Docker daemon 683kB [2023-02-13T14:10:07.604Z] Step 1/29 : ARG BASE=golang:1.18-alpine3.16 [2023-02-13T14:10:07.604Z] Step 2/29 : FROM ${BASE} AS builder [2023-02-13T14:10:07.604Z] ---> f6412887eef5 [2023-02-13T14:10:07.604Z] Step 3/29 : ARG ALPINE_PKG_BASE="make git" [2023-02-13T14:10:08.566Z] ---> Running in f2676ddb963c [2023-02-13T14:10:08.833Z] Removing intermediate container f2676ddb963c [2023-02-13T14:10:08.833Z] ---> 3059aa94b5a0 [2023-02-13T14:10:08.833Z] Step 4/29 : ARG ALPINE_PKG_EXTRA="" [2023-02-13T14:10:08.833Z] ---> Running in eee4826837bf [2023-02-13T14:10:09.099Z] Removing intermediate container eee4826837bf [2023-02-13T14:10:09.099Z] ---> 1940a1fb0129 [2023-02-13T14:10:09.099Z] Step 5/29 : ARG ADD_BUILD_TAGS="" [2023-02-13T14:10:09.099Z] ---> Running in 8b7544cebfd0 [2023-02-13T14:10:09.372Z] Removing intermediate container 8b7544cebfd0 [2023-02-13T14:10:09.372Z] ---> 32dde3325d45 [2023-02-13T14:10:09.372Z] Step 6/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-13T14:10:09.372Z] ---> Running in 355bd8a94f09 [2023-02-13T14:10:10.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-13T14:10:10.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-13T14:10:11.880Z] OK: 221 MiB in 51 packages [2023-02-13T14:10:12.467Z] Removing intermediate container 355bd8a94f09 [2023-02-13T14:10:12.467Z] ---> 4d7050aa9531 [2023-02-13T14:10:12.467Z] Step 7/29 : WORKDIR /app [2023-02-13T14:10:12.734Z] ---> Running in 1815df33ac00 [2023-02-13T14:10:13.000Z] Removing intermediate container 1815df33ac00 [2023-02-13T14:10:13.000Z] ---> 0d7a48c956f9 [2023-02-13T14:10:13.000Z] Step 8/29 : COPY go.mod vendor* ./ [2023-02-13T14:10:13.265Z] ---> 39fb30c36e58 [2023-02-13T14:10:13.265Z] Step 9/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-13T14:10:13.533Z] ---> Running in f35d76a6cf4b [2023-02-13T14:10:16.115Z] Removing intermediate container f35d76a6cf4b [2023-02-13T14:10:16.115Z] ---> fef6efd91166 [2023-02-13T14:10:16.115Z] Step 10/29 : COPY . . [2023-02-13T14:10:16.382Z] ---> 577a9d68c222 [2023-02-13T14:10:16.382Z] Step 11/29 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-13T14:10:16.382Z] ---> Running in 9a6c4b220a71 [2023-02-13T14:10:16.648Z] Removing intermediate container 9a6c4b220a71 [2023-02-13T14:10:16.648Z] ---> 27af1a474afb [2023-02-13T14:10:16.648Z] Step 12/29 : RUN $MAKE [2023-02-13T14:10:16.648Z] ---> Running in 930107aab53c [2023-02-13T14:10:17.612Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.0.0-dev.28 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0 -X edgexfoundry/app-rfid-llrp-inventory.Version=0.0.0" -trimpath -mod=readonly -o app-rfid-llrp-inventory [2023-02-13T14:12:24.283Z] Removing intermediate container 930107aab53c [2023-02-13T14:12:24.283Z] ---> f47e3b59646a [2023-02-13T14:12:24.283Z] Step 13/29 : FROM alpine:3.14 [2023-02-13T14:12:24.283Z] 3.14: Pulling from library/alpine [2023-02-13T14:12:24.283Z] 6f0e733d82e2: Pulling fs layer [2023-02-13T14:12:24.283Z] 6f0e733d82e2: Verifying Checksum [2023-02-13T14:12:24.283Z] 6f0e733d82e2: Download complete [2023-02-13T14:12:24.283Z] 6f0e733d82e2: Pull complete [2023-02-13T14:12:24.283Z] Digest: sha256:560e7a4fa5c891d1830f5591c80b8e472fa6cd386b7254cdf65ccc3249292a34 [2023-02-13T14:12:24.283Z] Status: Downloaded newer image for alpine:3.14 [2023-02-13T14:12:24.283Z] ---> bf97f6347a60 [2023-02-13T14:12:24.283Z] Step 14/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-02-13T14:12:24.283Z] ---> Running in de9e8faf1278 [2023-02-13T14:12:24.283Z] Removing intermediate container de9e8faf1278 [2023-02-13T14:12:24.283Z] ---> 6245a21e57a0 [2023-02-13T14:12:24.283Z] Step 15/29 : LABEL Name=app-service-rfid-llrp-inventory Version=${VERSION} [2023-02-13T14:12:24.283Z] ---> Running in 765bf9029ce8 [2023-02-13T14:12:24.283Z] Removing intermediate container 765bf9029ce8 [2023-02-13T14:12:24.283Z] ---> aa7326d4357c [2023-02-13T14:12:24.283Z] Step 16/29 : RUN apk --no-cache add ca-certificates dumb-init [2023-02-13T14:12:24.283Z] ---> Running in fe989d837da2 [2023-02-13T14:12:24.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2023-02-13T14:12:24.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2023-02-13T14:12:24.283Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-13T14:12:24.283Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-13T14:12:24.283Z] Executing busybox-1.33.1-r8.trigger [2023-02-13T14:12:24.283Z] Executing ca-certificates-20220614-r0.trigger [2023-02-13T14:12:24.283Z] OK: 6 MiB in 16 packages [2023-02-13T14:12:24.283Z] Removing intermediate container fe989d837da2 [2023-02-13T14:12:24.283Z] ---> 171cab010390 [2023-02-13T14:12:24.283Z] Step 17/29 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-02-13T14:12:24.283Z] ---> 95d1fc9c6728 [2023-02-13T14:12:24.283Z] Step 18/29 : COPY --from=builder /app/LICENSE /LICENSE [2023-02-13T14:12:24.283Z] ---> 215e32e3bf8f [2023-02-13T14:12:24.283Z] Step 19/29 : COPY --from=builder /app/res/ /res/ [2023-02-13T14:12:24.283Z] ---> c1b05289a036 [2023-02-13T14:12:24.283Z] Step 20/29 : COPY --from=builder /app/static/ /static/ [2023-02-13T14:12:24.283Z] ---> 2ac2e1853979 [2023-02-13T14:12:24.283Z] Step 21/29 : COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-02-13T14:12:24.283Z] ---> ee60e687f889 [2023-02-13T14:12:24.283Z] Step 22/29 : RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-02-13T14:12:24.283Z] ---> Running in 406e5e9bd61f [2023-02-13T14:12:25.244Z] Removing intermediate container 406e5e9bd61f [2023-02-13T14:12:25.244Z] ---> b92a8e9b5d98 [2023-02-13T14:12:25.244Z] Step 23/29 : VOLUME /cache [2023-02-13T14:12:25.244Z] ---> Running in 617a1025917e [2023-02-13T14:12:25.511Z] Removing intermediate container 617a1025917e [2023-02-13T14:12:25.511Z] ---> 4db8615962e9 [2023-02-13T14:12:25.511Z] Step 24/29 : EXPOSE 59711 [2023-02-13T14:12:25.781Z] ---> Running in c3c5b5fcb782 [2023-02-13T14:12:26.050Z] Removing intermediate container c3c5b5fcb782 [2023-02-13T14:12:26.050Z] ---> f6093adec94a [2023-02-13T14:12:26.050Z] Step 25/29 : ENTRYPOINT ["/app-rfid-llrp-inventory"] [2023-02-13T14:12:26.050Z] ---> Running in aba1574f8572 [2023-02-13T14:12:26.318Z] Removing intermediate container aba1574f8572 [2023-02-13T14:12:26.318Z] ---> 28b5dac96938 [2023-02-13T14:12:26.318Z] Step 26/29 : CMD ["-cp=consul.http://edgex-core-consul:8500", "-registry"] [2023-02-13T14:12:26.318Z] ---> Running in bb5ab03db4a5 [2023-02-13T14:12:26.587Z] Removing intermediate container bb5ab03db4a5 [2023-02-13T14:12:26.587Z] ---> 3727d0cc8130 [2023-02-13T14:12:26.587Z] Step 27/29 : LABEL arch=arm64 [2023-02-13T14:12:26.855Z] ---> Running in 002c23c10ee0 [2023-02-13T14:12:27.123Z] Removing intermediate container 002c23c10ee0 [2023-02-13T14:12:27.123Z] ---> c8db5afb79da [2023-02-13T14:12:27.123Z] Step 28/29 : LABEL git_sha=5abbc986f9e887623c017848594ff693cc864cec [2023-02-13T14:12:27.123Z] ---> Running in 91ce5e59c2c1 [2023-02-13T14:12:27.391Z] Removing intermediate container 91ce5e59c2c1 [2023-02-13T14:12:27.391Z] ---> 565e6e114654 [2023-02-13T14:12:27.391Z] Step 29/29 : LABEL version=0.0.0 [2023-02-13T14:12:27.391Z] ---> Running in 7f8b16b58224 [2023-02-13T14:12:27.660Z] Removing intermediate container 7f8b16b58224 [2023-02-13T14:12:27.660Z] ---> 52ce80c79012 [2023-02-13T14:12:27.660Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-13T14:12:27.660Z] Successfully built 52ce80c79012 [2023-02-13T14:12:27.660Z] Successfully tagged app-rfid-llrp-inventory-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:12:28.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-13T14:12:28.744Z] [2023-02-13T14:12:28.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:12:29.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-13T14:12:29.149Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-13T14:12:29.149Z] 8998bd30e6a1: Pulling fs layer [2023-02-13T14:12:29.149Z] 04944245beec: Pulling fs layer [2023-02-13T14:12:29.149Z] 699f458cf7ca: Pulling fs layer [2023-02-13T14:12:29.149Z] 765212b225bb: Pulling fs layer [2023-02-13T14:12:29.149Z] f23df028b6ca: Pulling fs layer [2023-02-13T14:12:29.149Z] d65c8cfc05b1: Pulling fs layer [2023-02-13T14:12:29.149Z] 2437ff75d9bd: Pulling fs layer [2023-02-13T14:12:29.149Z] d65c8cfc05b1: Waiting [2023-02-13T14:12:29.149Z] 2437ff75d9bd: Waiting [2023-02-13T14:12:29.149Z] 765212b225bb: Waiting [2023-02-13T14:12:29.149Z] f23df028b6ca: Waiting [2023-02-13T14:12:29.418Z] 04944245beec: Verifying Checksum [2023-02-13T14:12:29.418Z] 04944245beec: Download complete [2023-02-13T14:12:29.418Z] 765212b225bb: Verifying Checksum [2023-02-13T14:12:29.418Z] 765212b225bb: Download complete [2023-02-13T14:12:29.418Z] f23df028b6ca: Verifying Checksum [2023-02-13T14:12:29.418Z] f23df028b6ca: Download complete [2023-02-13T14:12:29.696Z] d65c8cfc05b1: Verifying Checksum [2023-02-13T14:12:29.696Z] d65c8cfc05b1: Download complete [2023-02-13T14:12:29.696Z] 699f458cf7ca: Verifying Checksum [2023-02-13T14:12:29.696Z] 699f458cf7ca: Download complete [2023-02-13T14:12:29.966Z] 8998bd30e6a1: Verifying Checksum [2023-02-13T14:12:29.966Z] 8998bd30e6a1: Download complete [2023-02-13T14:12:32.546Z] 2437ff75d9bd: Verifying Checksum [2023-02-13T14:12:32.546Z] 2437ff75d9bd: Download complete [2023-02-13T14:12:33.962Z] 8998bd30e6a1: Pull complete [2023-02-13T14:12:34.229Z] 04944245beec: Pull complete [2023-02-13T14:12:35.637Z] 699f458cf7ca: Pull complete [2023-02-13T14:12:35.905Z] 765212b225bb: Pull complete [2023-02-13T14:12:36.490Z] f23df028b6ca: Pull complete [2023-02-13T14:12:36.758Z] d65c8cfc05b1: Pull complete [2023-02-13T14:12:51.937Z] 2437ff75d9bd: Pull complete [2023-02-13T14:12:51.937Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-13T14:12:51.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-13T14:12:51.937Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:12:52.252Z] prd-ubuntu20.04-docker-arm64-4c-16g-5552 does not seem to be running inside a container [2023-02-13T14:12:52.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-rfid-llrp-inventory/1 -v /w/workspace/app-rfid-llrp-inventory/1:/w/workspace/app-rfid-llrp-inventory/1:rw,z -v /w/workspace/app-rfid-llrp-inventory/1@tmp:/w/workspace/app-rfid-llrp-inventory/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-13T14:12:54.978Z] $ docker top 7ceba9dfaac3093f804be7439dd66bc3bb8a9b6e119c7afc2b570291a3dd888b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:12:55.877Z] ---> job-cost.sh [2023-02-13T14:12:55.877Z] lf-activate-venv: SKIPPING [2023-02-13T14:12:55.877Z] INFO: No Stack... [2023-02-13T14:12:56.459Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-13T14:12:57.419Z] INFO: Archiving Costs [Pipeline] sh [2023-02-13T14:12:57.759Z] + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [2023-02-13T14:12:57.759Z] + cut -d, -f6 [Pipeline] lock [2023-02-13T14:12:57.843Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [2023-02-13T14:12:57.847Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] did not exist. Created. [2023-02-13T14:12:57.848Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-13T14:12:58.256Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-a0557c3e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-13T14:12:58.615Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-13T14:12:58.649Z] Warning: overwriting stash ‘stack-cost’ [2023-02-13T14:12:58.695Z] Stashed 1 file(s) [Pipeline] } [2023-02-13T14:12:58.709Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-143-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-13T14:12:58.790Z] $ docker stop --time=1 7ceba9dfaac3093f804be7439dd66bc3bb8a9b6e119c7afc2b570291a3dd888b [2023-02-13T14:13:00.245Z] $ docker rm -f --volumes 7ceba9dfaac3093f804be7439dd66bc3bb8a9b6e119c7afc2b570291a3dd888b [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 [2023-02-13T14:13:01.212Z] provisioning config files... [2023-02-13T14:13:01.220Z] copy managed file [app-rfid-llrp-inventory-codecov-token] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config6864829479110674921tmp [Pipeline] { [Pipeline] sh [2023-02-13T14:13:01.554Z] + set +x [2023-02-13T14:13:01.554Z] + curl -s https://codecov.io/bash [2023-02-13T14:13:01.554Z] + bash -s -- [2023-02-13T14:13:01.554Z] [2023-02-13T14:13:01.554Z] _____ _ [2023-02-13T14:13:01.554Z] / ____| | | [2023-02-13T14:13:01.554Z] | | ___ __| | ___ ___ _____ __ [2023-02-13T14:13:01.554Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-13T14:13:01.554Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-13T14:13:01.554Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-13T14:13:01.554Z] Bash-1.0.6 [2023-02-13T14:13:01.554Z] [2023-02-13T14:13:01.554Z] [2023-02-13T14:13:01.554Z] ==> git version 2.25.1 found [2023-02-13T14:13:01.554Z] ==> 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 [2023-02-13T14:13:01.554Z] Release-Date: 2020-01-08 [2023-02-13T14:13:01.554Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-13T14:13:01.554Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-13T14:13:01.554Z] ==> Jenkins CI detected. [2023-02-13T14:13:01.554Z] current dir:  /w/workspace/y_app-rfid-llrp-inventory_PR-143 [2023-02-13T14:13:01.554Z] project root: . [2023-02-13T14:13:01.554Z] --> token set from env [2023-02-13T14:13:01.554Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-13T14:13:01.554Z] ==> Running gcov in . (disable via -X gcov) [2023-02-13T14:13:01.554Z] ==> Python coveragepy not found [2023-02-13T14:13:01.554Z] ==> Searching for coverage reports in: [2023-02-13T14:13:01.554Z] + . [2023-02-13T14:13:01.554Z] -> Found 1 reports [2023-02-13T14:13:01.554Z] ==> Detecting git/mercurial file structure [2023-02-13T14:13:01.554Z] ==> Reading reports [2023-02-13T14:13:01.554Z] + ./coverage.out bytes=41317 [2023-02-13T14:13:01.813Z] ==> Appending adjustments [2023-02-13T14:13:01.813Z] https://docs.codecov.io/docs/fixing-reports [2023-02-13T14:13:01.813Z] + Found adjustments [2023-02-13T14:13:01.813Z] ==> Gzipping contents [2023-02-13T14:13:01.813Z] 12K /tmp/codecov.UuzGbC.gz [2023-02-13T14:13:01.813Z] ==> Uploading reports [2023-02-13T14:13:01.813Z] url: https://codecov.io [2023-02-13T14:13:01.813Z] query: branch=PR-143&commit=5abbc986f9e887623c017848594ff693cc864cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-143%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=143&job=&cmd_args= [2023-02-13T14:13:01.813Z] -> Pinging Codecov [2023-02-13T14:13:01.813Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=0703e47f-c946-4a15-b96a-5e99ca1c8fb5&branch=PR-143&commit=5abbc986f9e887623c017848594ff693cc864cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-rfid-llrp-inventory%2Fjob%2FPR-143%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-rfid-llrp-inventory&service=jenkins&flags=&pr=143&job=&cmd_args= [2023-02-13T14:13:02.462Z] -> Uploading to [2023-02-13T14:13:02.462Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-13/581DD39554BDF9B6E22D074273EAD858/5abbc986f9e887623c017848594ff693cc864cec/4f764cd5-98b5-452c-a32a-89ab0a375d07.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230213%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230213T141302Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3f54572fbf717e430397de0b7357c8f2fec41cc9d2cded6aeacbc3645789c4c [2023-02-13T14:13:02.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-13T14:13:02.462Z] Dload Upload Total Spent Left Speed [2023-02-13T14:13:02.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11847 0 0 100 11847 0 44875 --:--:-- --:--:-- --:--:-- 44875 [2023-02-13T14:13:02.722Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rfid-llrp-go/commit/5abbc986f9e887623c017848594ff693cc864cec [Pipeline] } [2023-02-13T14:13:02.751Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2023-02-13T14:13:04.494Z] + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives ] [2023-02-13T14:13:04.494Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives [2023-02-13T14:13:04.494Z] total 16 [2023-02-13T14:13:04.494Z] drwxr-xr-x 3 root root 4096 Feb 13 14:03 . [2023-02-13T14:13:04.494Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 13 14:03 .. [2023-02-13T14:13:04.494Z] drwxr-xr-x 2 root root 4096 Feb 13 14:03 cost [2023-02-13T14:13:04.494Z] -rw-r--r-- 1 root root 95 Feb 13 14:03 cost.csv [2023-02-13T14:13:04.494Z] + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives [2023-02-13T14:13:04.494Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives [2023-02-13T14:13:04.494Z] total 16 [2023-02-13T14:13:04.494Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 13 14:03 . [2023-02-13T14:13:04.494Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 13 14:03 .. [2023-02-13T14:13:04.494Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 13 14:03 cost [2023-02-13T14:13:04.494Z] -rw-r--r-- 1 jenkins jenkins 95 Feb 13 14:03 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:13:04.838Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:13:05.737Z] ---> package-listing.sh [2023-02-13T14:13:05.737Z] ++ facter osfamily [2023-02-13T14:13:05.737Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-13T14:13:05.998Z] + OS_FAMILY=debian [2023-02-13T14:13:05.998Z] + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-143 [2023-02-13T14:13:05.998Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-13T14:13:05.998Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-13T14:13:05.998Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-13T14:13:05.998Z] + PACKAGES=/tmp/packages_start.txt [2023-02-13T14:13:05.998Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-143 ']' [2023-02-13T14:13:05.998Z] + PACKAGES=/tmp/packages_end.txt [2023-02-13T14:13:05.998Z] + case "${OS_FAMILY}" in [2023-02-13T14:13:05.998Z] + dpkg -l [2023-02-13T14:13:05.998Z] + grep '^ii' [2023-02-13T14:13:05.998Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-13T14:13:05.998Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-13T14:13:05.998Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-13T14:13:05.998Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-143 ']' [2023-02-13T14:13:05.998Z] + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives/ [2023-02-13T14:13:05.998Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-143/archives/ [Pipeline] echo [2023-02-13T14:13:06.035Z] 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/y_app-rfid-llrp-inventory_PR-143/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-13T14:13:06.329Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-13T14:13:06.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-13T14:13:06.947Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-13T14:13:07.099Z] prd-ubuntu20.04-docker-8c-8g-5550 does not seem to be running inside a container [2023-02-13T14:13:07.135Z] $ 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/y_app-rfid-llrp-inventory_PR-143/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-rfid-llrp-inventory_PR-143 -v /w/workspace/y_app-rfid-llrp-inventory_PR-143:/w/workspace/y_app-rfid-llrp-inventory_PR-143:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-13T14:13:07.951Z] $ docker top 2cacfc1fe14c7ec49621ddca69a63a90488f51c04940e36b7c24081d75d6bbac -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-13T14:13:08.372Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-13T14:13:08.691Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-13T14:13:09.001Z] + ls /var/log/sa-host [2023-02-13T14:13:09.001Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-13T14:13:09.161Z] provisioning config files... [2023-02-13T14:13:09.182Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-143@tmp/config5578853267205232489tmp [Pipeline] { [Pipeline] echo [2023-02-13T14:13:09.224Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:13:09.565Z] ---> create-netrc.sh [Pipeline] } [2023-02-13T14:13:09.592Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:13:10.015Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-13T14:13:10.052Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:13:10.386Z] ---> sudo-logs.sh [2023-02-13T14:13:10.386Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-13T14:13:10.475Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:13:10.797Z] ---> job-cost.sh [2023-02-13T14:13:10.797Z] lf-activate-venv: SKIPPING [2023-02-13T14:13:10.797Z] DEBUG: total: 0.2199999988079071 [2023-02-13T14:13:10.797Z] INFO: Retrieving Stack Cost... [2023-02-13T14:13:11.364Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-13T14:13:11.933Z] INFO: Archiving Costs [Pipeline] echo [2023-02-13T14:13:11.972Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-13T14:13:12.294Z] ---> logs-deploy.sh [2023-02-13T14:13:12.294Z] lf-activate-venv: SKIPPING [2023-02-13T14:13:12.294Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-143/1 [2023-02-13T14:13:12.294Z] INFO: archiving workspace using pattern(s): [2023-02-13T14:13:13.232Z] Archives upload complete. [2023-02-13T14:13:13.492Z] INFO: archiving logs to Nexus [2023-02-13T14:13:14.061Z] ---> uname -a: [2023-02-13T14:13:14.061Z] Linux prd-ubuntu20-04-docker-8c-8g-5550 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] ---> lscpu: [2023-02-13T14:13:14.061Z] Architecture: x86_64 [2023-02-13T14:13:14.061Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-13T14:13:14.061Z] Byte Order: Little Endian [2023-02-13T14:13:14.061Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-13T14:13:14.061Z] CPU(s): 8 [2023-02-13T14:13:14.061Z] On-line CPU(s) list: 0-7 [2023-02-13T14:13:14.061Z] Thread(s) per core: 1 [2023-02-13T14:13:14.061Z] Core(s) per socket: 1 [2023-02-13T14:13:14.061Z] Socket(s): 8 [2023-02-13T14:13:14.061Z] NUMA node(s): 1 [2023-02-13T14:13:14.061Z] Vendor ID: AuthenticAMD [2023-02-13T14:13:14.061Z] CPU family: 23 [2023-02-13T14:13:14.061Z] Model: 49 [2023-02-13T14:13:14.061Z] Model name: AMD EPYC-Rome Processor [2023-02-13T14:13:14.061Z] Stepping: 0 [2023-02-13T14:13:14.061Z] CPU MHz: 2799.956 [2023-02-13T14:13:14.061Z] BogoMIPS: 5599.91 [2023-02-13T14:13:14.061Z] Virtualization: AMD-V [2023-02-13T14:13:14.061Z] Hypervisor vendor: KVM [2023-02-13T14:13:14.061Z] Virtualization type: full [2023-02-13T14:13:14.061Z] L1d cache: 256 KiB [2023-02-13T14:13:14.061Z] L1i cache: 256 KiB [2023-02-13T14:13:14.061Z] L2 cache: 4 MiB [2023-02-13T14:13:14.061Z] L3 cache: 128 MiB [2023-02-13T14:13:14.061Z] NUMA node0 CPU(s): 0-7 [2023-02-13T14:13:14.061Z] Vulnerability Itlb multihit: Not affected [2023-02-13T14:13:14.061Z] Vulnerability L1tf: Not affected [2023-02-13T14:13:14.061Z] Vulnerability Mds: Not affected [2023-02-13T14:13:14.061Z] Vulnerability Meltdown: Not affected [2023-02-13T14:13:14.061Z] Vulnerability Mmio stale data: Not affected [2023-02-13T14:13:14.061Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-13T14:13:14.061Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-13T14:13:14.061Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-13T14:13:14.061Z] Vulnerability Srbds: Not affected [2023-02-13T14:13:14.061Z] Vulnerability Tsx async abort: Not affected [2023-02-13T14:13:14.061Z] 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 [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] ---> nproc: [2023-02-13T14:13:14.061Z] 8 [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] ---> df -h: [2023-02-13T14:13:14.061Z] Filesystem Size Used Avail Use% Mounted on [2023-02-13T14:13:14.061Z] overlay 155G 12G 144G 8% / [2023-02-13T14:13:14.061Z] tmpfs 64M 0 64M 0% /dev [2023-02-13T14:13:14.061Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-13T14:13:14.061Z] shm 64M 0 64M 0% /dev/shm [2023-02-13T14:13:14.061Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] ---> sar -b -r -n DEV: [2023-02-13T14:13:14.061Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5550) 02/13/23 _x86_64_ (8 CPU) [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] 14:00:05 LINUX RESTART (8 CPU) [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] 14:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-13T14:13:14.061Z] 14:02:01 138.91 1.58 137.33 0.00 70.25 56145.18 0.00 [2023-02-13T14:13:14.061Z] 14:03:01 98.43 0.17 98.27 0.00 9.20 29143.28 0.00 [2023-02-13T14:13:14.061Z] 14:04:01 171.02 0.03 170.99 0.00 3.60 34935.11 0.00 [2023-02-13T14:13:14.061Z] 14:05:01 2.33 0.00 2.33 0.00 0.00 28.15 0.00 [2023-02-13T14:13:14.061Z] 14:06:01 52.86 9.37 43.49 0.00 2885.92 7442.76 0.00 [2023-02-13T14:13:14.061Z] 14:07:01 23.50 1.23 22.26 0.00 2270.42 4150.51 0.00 [2023-02-13T14:13:14.061Z] 14:08:01 3.27 0.02 3.25 0.00 0.13 89.32 0.00 [2023-02-13T14:13:14.061Z] 14:09:01 1.63 0.00 1.63 0.00 0.00 19.59 0.00 [2023-02-13T14:13:14.061Z] 14:10:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 [2023-02-13T14:13:14.061Z] 14:11:01 1.80 0.00 1.80 0.00 0.00 19.99 0.00 [2023-02-13T14:13:14.061Z] 14:12:01 1.32 0.00 1.32 0.00 0.00 13.86 0.00 [2023-02-13T14:13:14.061Z] 14:13:01 2.15 0.07 2.08 0.00 4.80 25.33 0.00 [2023-02-13T14:13:14.061Z] Average: 41.51 1.04 40.47 0.00 437.01 11001.51 0.00 [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] 14:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-13T14:13:14.061Z] 14:02:01 27857656 31606492 701240 2.13 142828 3762816 1882740 5.55 1149556 3388800 414256 [2023-02-13T14:13:14.061Z] 14:03:01 28413136 31559348 745188 2.27 147268 3210564 1953360 5.76 1200004 2832596 428 [2023-02-13T14:13:14.061Z] 14:04:01 27692992 31592372 708976 2.16 158824 3888952 1752504 5.16 1221712 3464704 380 [2023-02-13T14:13:14.061Z] 14:05:01 27692388 31591868 709224 2.16 158880 3888952 1752504 5.16 1221696 3464712 4 [2023-02-13T14:13:14.061Z] 14:06:01 27343396 31580208 709908 2.16 179576 4192704 1796944 5.30 1375524 3636524 5188 [2023-02-13T14:13:14.061Z] 14:07:01 27164148 31572836 714656 2.17 195212 4343904 1812188 5.34 1546292 3633768 200 [2023-02-13T14:13:14.061Z] 14:08:01 27176072 31579872 707980 2.15 193764 4340652 1798388 5.30 1537720 3630552 8 [2023-02-13T14:13:14.061Z] 14:09:01 27176524 31580372 707360 2.15 193812 4340656 1798388 5.30 1537412 3630552 4 [2023-02-13T14:13:14.061Z] 14:10:01 27176468 31580672 707380 2.15 193844 4340640 1798388 5.30 1537480 3630840 12 [2023-02-13T14:13:14.061Z] 14:11:01 27176244 31580640 707136 2.15 193896 4340660 1798388 5.30 1537296 3630864 8 [2023-02-13T14:13:14.061Z] 14:12:01 27176448 31580904 706792 2.15 193976 4340660 1798388 5.30 1537300 3630864 8 [2023-02-13T14:13:14.061Z] 14:13:01 27172792 31577952 709864 2.16 194064 4340792 1838776 5.42 1540684 3631348 28 [2023-02-13T14:13:14.061Z] Average: 27434855 31581961 711309 2.16 178829 4110996 1815080 5.35 1411890 3517177 35044 [2023-02-13T14:13:14.061Z] [2023-02-13T14:13:14.061Z] 14:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-13T14:13:14.061Z] 14:02:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:02:01 ens3 444.16 323.80 6123.30 41.11 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:02:01 docker0 185.90 266.81 15.80 2090.54 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:03:01 veth92415d5 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:03:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:03:01 ens3 51.26 47.86 37.60 93.89 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:03:01 docker0 0.05 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:04:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.061Z] 14:04:01 ens3 146.34 95.32 2657.41 17.02 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:04:01 docker0 3.23 6.90 0.20 79.09 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:05:01 ens3 1.23 0.65 2.37 0.29 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:06:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:06:01 ens3 211.75 141.81 2299.82 9.77 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:07:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:07:01 ens3 53.62 38.24 493.54 2.57 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:08:01 ens3 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:09:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:10:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:11:01 ens3 0.38 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:13:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:13:01 ens3 2.37 1.87 2.85 0.74 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] Average: lo 0.56 0.56 0.05 0.05 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] Average: ens3 75.95 54.16 968.04 13.79 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] Average: docker0 15.76 22.82 1.33 180.80 0.00 0.00 0.00 0.00 [2023-02-13T14:13:14.062Z] [2023-02-13T14:13:14.062Z] [2023-02-13T14:13:14.062Z] ---> sar -P ALL: [2023-02-13T14:13:14.062Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5550) 02/13/23 _x86_64_ (8 CPU) [2023-02-13T14:13:14.062Z] [2023-02-13T14:13:14.062Z] 14:00:05 LINUX RESTART (8 CPU) [2023-02-13T14:13:14.062Z] [2023-02-13T14:13:14.062Z] 14:01:01 CPU %user %nice %system %iowait %steal %idle [2023-02-13T14:13:14.062Z] 14:02:01 all 7.48 0.00 3.30 4.50 0.08 84.63 [2023-02-13T14:13:14.062Z] 14:02:01 0 7.71 0.00 3.29 3.48 0.10 85.41 [2023-02-13T14:13:14.062Z] 14:02:01 1 7.11 0.00 3.56 17.18 0.12 72.03 [2023-02-13T14:13:14.062Z] 14:02:01 2 7.40 0.00 3.32 1.57 0.05 87.66 [2023-02-13T14:13:14.062Z] 14:02:01 3 7.62 0.00 3.25 10.80 0.08 78.24 [2023-02-13T14:13:14.062Z] 14:02:01 4 7.10 0.00 3.30 0.17 0.05 89.38 [2023-02-13T14:13:14.062Z] 14:02:01 5 7.44 0.00 3.10 0.24 0.07 89.16 [2023-02-13T14:13:14.062Z] 14:02:01 6 7.07 0.00 3.12 0.69 0.07 89.06 [2023-02-13T14:13:14.062Z] 14:02:01 7 8.44 0.00 3.48 1.90 0.08 86.10 [2023-02-13T14:13:14.062Z] 14:03:01 all 34.58 0.00 4.62 2.49 0.09 58.22 [2023-02-13T14:13:14.062Z] 14:03:01 0 34.12 0.00 4.73 1.04 0.08 60.04 [2023-02-13T14:13:14.062Z] 14:03:01 1 33.85 0.00 5.07 7.09 0.08 53.91 [2023-02-13T14:13:14.062Z] 14:03:01 2 34.56 0.00 4.52 0.37 0.08 60.46 [2023-02-13T14:13:14.062Z] 14:03:01 3 35.61 0.00 4.50 8.85 0.08 50.96 [2023-02-13T14:13:14.062Z] 14:03:01 4 33.80 0.00 4.30 0.08 0.08 61.73 [2023-02-13T14:13:14.062Z] 14:03:01 5 35.24 0.00 4.91 0.57 0.08 59.19 [2023-02-13T14:13:14.062Z] 14:03:01 6 34.56 0.00 4.21 0.05 0.08 61.09 [2023-02-13T14:13:14.062Z] 14:03:01 7 34.88 0.00 4.74 1.92 0.13 58.33 [2023-02-13T14:13:14.062Z] 14:04:01 all 16.94 0.00 3.72 2.05 0.09 77.20 [2023-02-13T14:13:14.062Z] 14:04:01 0 16.34 0.00 3.72 0.13 0.05 79.75 [2023-02-13T14:13:14.062Z] 14:04:01 1 16.61 0.00 3.87 1.58 0.10 77.84 [2023-02-13T14:13:14.062Z] 14:04:01 2 17.71 0.00 3.77 0.32 0.07 78.13 [2023-02-13T14:13:14.062Z] 14:04:01 3 16.39 0.00 3.26 4.78 0.07 75.50 [2023-02-13T14:13:14.062Z] 14:04:01 4 17.98 0.00 4.12 5.09 0.12 72.69 [2023-02-13T14:13:14.062Z] 14:04:01 5 16.79 0.00 3.56 0.52 0.08 79.05 [2023-02-13T14:13:14.062Z] 14:04:01 6 17.09 0.00 3.61 3.45 0.08 75.76 [2023-02-13T14:13:14.062Z] 14:04:01 7 16.62 0.00 3.83 0.57 0.13 78.84 [2023-02-13T14:13:14.062Z] 14:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-02-13T14:13:14.062Z] 14:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-13T14:13:14.062Z] 14:05:01 1 0.05 0.00 0.00 0.02 0.02 99.92 [2023-02-13T14:13:14.062Z] 14:05:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-13T14:13:14.062Z] 14:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-13T14:13:14.062Z] 14:05:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-13T14:13:14.062Z] 14:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-13T14:13:14.062Z] 14:05:01 6 0.07 0.00 0.05 0.00 0.00 99.88 [2023-02-13T14:13:14.062Z] 14:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-13T14:13:14.062Z] 14:06:01 all 1.61 0.00 0.96 0.88 0.06 96.49 [2023-02-13T14:13:14.062Z] 14:06:01 0 1.15 0.00 1.15 0.13 0.02 97.55 [2023-02-13T14:13:14.062Z] 14:06:01 1 1.15 0.00 1.00 3.02 0.03 94.79 [2023-02-13T14:13:14.062Z] 14:06:01 2 2.44 0.00 0.95 0.57 0.17 95.87 [2023-02-13T14:13:14.062Z] 14:06:01 3 1.66 0.00 0.67 0.72 0.05 96.90 [2023-02-13T14:13:14.062Z] 14:06:01 4 1.64 0.00 2.10 2.14 0.07 94.06 [2023-02-13T14:13:14.062Z] 14:06:01 5 2.09 0.00 0.78 0.35 0.03 96.74 [2023-02-13T14:13:14.062Z] 14:06:01 6 1.38 0.00 0.57 0.05 0.03 97.97 [2023-02-13T14:13:14.062Z] 14:06:01 7 1.41 0.00 0.45 0.07 0.05 98.02 [2023-02-13T14:13:14.062Z] 14:07:01 all 1.12 0.00 0.64 0.63 0.02 97.58 [2023-02-13T14:13:14.062Z] 14:07:01 0 1.02 0.00 0.47 0.12 0.02 98.38 [2023-02-13T14:13:14.062Z] 14:07:01 1 2.25 0.00 0.50 2.02 0.02 95.22 [2023-02-13T14:13:14.062Z] 14:07:01 2 0.97 0.00 0.62 1.80 0.02 96.59 [2023-02-13T14:13:14.062Z] 14:07:01 3 1.35 0.00 0.42 0.15 0.03 98.05 [2023-02-13T14:13:14.062Z] 14:07:01 4 0.77 0.00 1.23 0.68 0.02 97.30 [2023-02-13T14:13:14.062Z] 14:07:01 5 0.95 0.00 0.37 0.17 0.03 98.48 [2023-02-13T14:13:14.062Z] 14:07:01 6 0.53 0.00 0.67 0.02 0.02 98.76 [2023-02-13T14:13:14.062Z] 14:07:01 7 1.14 0.00 0.89 0.10 0.03 97.84 [2023-02-13T14:13:14.062Z] 14:08:01 all 0.24 0.00 0.05 0.02 0.00 99.69 [2023-02-13T14:13:14.062Z] 14:08:01 0 0.00 0.00 0.03 0.02 0.00 99.95 [2023-02-13T14:13:14.062Z] 14:08:01 1 1.39 0.00 0.05 0.07 0.00 98.50 [2023-02-13T14:13:14.062Z] 14:08:01 2 0.15 0.00 0.07 0.03 0.02 99.73 [2023-02-13T14:13:14.062Z] 14:08:01 3 0.22 0.00 0.10 0.00 0.00 99.68 [2023-02-13T14:13:14.062Z] 14:08:01 4 0.02 0.00 0.07 0.00 0.00 99.92 [2023-02-13T14:13:14.062Z] 14:08:01 5 0.08 0.00 0.03 0.02 0.00 99.87 [2023-02-13T14:13:14.062Z] 14:08:01 6 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-13T14:13:14.062Z] 14:08:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-13T14:13:14.062Z] 14:09:01 all 0.01 0.00 0.01 0.04 0.01 99.92 [2023-02-13T14:13:14.062Z] 14:09:01 0 0.00 0.00 0.02 0.12 0.00 99.87 [2023-02-13T14:13:14.062Z] 14:09:01 1 0.00 0.00 0.00 0.22 0.00 99.78 [2023-02-13T14:13:14.062Z] 14:09:01 2 0.03 0.00 0.03 0.00 0.08 99.85 [2023-02-13T14:13:14.062Z] 14:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-13T14:13:14.062Z] 14:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-13T14:13:14.062Z] 14:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-13T14:13:14.062Z] 14:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-13T14:13:14.062Z] 14:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-13T14:13:14.062Z] 14:10:01 all 0.11 0.00 0.01 0.03 0.02 99.84 [2023-02-13T14:13:14.062Z] 14:10:01 0 0.02 0.00 0.02 0.07 0.08 99.82 [2023-02-13T14:13:14.062Z] 14:10:01 1 0.73 0.00 0.02 0.12 0.02 99.12 [2023-02-13T14:13:14.062Z] 14:10:01 2 0.03 0.00 0.02 0.00 0.05 99.90 [2023-02-13T14:13:14.062Z] 14:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-13T14:13:14.062Z] 14:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-13T14:13:14.062Z] 14:10:01 5 0.02 0.00 0.00 0.03 0.02 99.93 [2023-02-13T14:13:14.062Z] 14:10:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-13T14:13:14.062Z] 14:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-13T14:13:14.062Z] 14:11:01 all 0.03 0.00 0.02 0.12 0.01 99.82 [2023-02-13T14:13:14.062Z] 14:11:01 0 0.00 0.00 0.03 0.17 0.00 99.80 [2023-02-13T14:13:14.062Z] 14:11:01 1 0.17 0.00 0.02 0.70 0.02 99.10 [2023-02-13T14:13:14.062Z] 14:11:01 2 0.05 0.00 0.03 0.08 0.05 99.78 [2023-02-13T14:13:14.062Z] 14:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-13T14:13:14.062Z] 14:11:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2023-02-13T14:13:14.062Z] 14:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-13T14:13:14.062Z] 14:11:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-13T14:13:14.062Z] 14:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-13T14:13:14.062Z] 14:12:01 all 0.10 0.00 0.01 0.09 0.01 99.79 [2023-02-13T14:13:14.062Z] 14:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-13T14:13:14.062Z] 14:12:01 1 0.68 0.00 0.00 0.42 0.00 98.90 [2023-02-13T14:13:14.062Z] 14:12:01 2 0.07 0.00 0.03 0.00 0.07 99.83 [2023-02-13T14:13:14.062Z] 14:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-13T14:13:14.062Z] 14:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-13T14:13:14.062Z] 14:12:01 5 0.00 0.00 0.00 0.27 0.02 99.72 [2023-02-13T14:13:14.062Z] 14:12:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-13T14:13:14.062Z] 14:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-13T14:13:14.062Z] [2023-02-13T14:13:14.062Z] 14:12:01 CPU %user %nice %system %iowait %steal %idle [2023-02-13T14:13:14.062Z] 14:13:01 all 0.12 0.00 0.04 0.13 0.03 99.69 [2023-02-13T14:13:14.062Z] 14:13:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2023-02-13T14:13:14.062Z] 14:13:01 1 0.50 0.00 0.07 0.72 0.05 98.67 [2023-02-13T14:13:14.062Z] 14:13:01 2 0.03 0.00 0.02 0.08 0.07 99.80 [2023-02-13T14:13:14.062Z] 14:13:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2023-02-13T14:13:14.062Z] 14:13:01 4 0.10 0.00 0.10 0.00 0.02 99.78 [2023-02-13T14:13:14.062Z] 14:13:01 5 0.07 0.00 0.02 0.22 0.00 99.70 [2023-02-13T14:13:14.062Z] 14:13:01 6 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-13T14:13:14.062Z] 14:13:01 7 0.03 0.00 0.02 0.00 0.05 99.90 [2023-02-13T14:13:14.062Z] Average: all 5.17 0.00 1.11 0.91 0.04 92.78 [2023-02-13T14:13:14.062Z] Average: 0 5.02 0.00 1.12 0.44 0.03 93.39 [2023-02-13T14:13:14.062Z] Average: 1 5.34 0.00 1.17 2.74 0.04 90.71 [2023-02-13T14:13:14.062Z] Average: 2 5.26 0.00 1.11 0.40 0.06 93.17 [2023-02-13T14:13:14.063Z] Average: 3 5.21 0.00 1.01 2.09 0.03 91.66 [2023-02-13T14:13:14.063Z] Average: 4 5.08 0.00 1.27 0.68 0.03 92.95 [2023-02-13T14:13:14.063Z] Average: 5 5.19 0.00 1.06 0.20 0.03 93.52 [2023-02-13T14:13:14.063Z] Average: 6 5.04 0.00 1.03 0.36 0.03 93.55 [2023-02-13T14:13:14.063Z] Average: 7 5.19 0.00 1.12 0.38 0.04 93.28 [2023-02-13T14:13:14.063Z] [2023-02-13T14:13:14.063Z] [2023-02-13T14:13:14.063Z]