Pull request #255 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of marcpfuller for edgexfoundry/app-rfid-llrp-inventory Obtained Jenkinsfile from ef45c9dc7f5314647510f7c3a459cb48ea5c866c+c016e0e692f6ec25de6015d4618db51ef1045541 (89da06844d29b00b0468048e54510e9057710ac8) 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-ssh13832048727959723440.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh16413831064425185680.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-255/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-255/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6279949416590331037.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-255/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6036280336442452844.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh7242737420232542194.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-255/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-255/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8465064017835100050.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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] ========================================================= [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.21 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-24113’ Running on prd-ubuntu20.04-docker-8c-8g-24115 in /w/workspace/y_app-rfid-llrp-inventory_PR-255 [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-255 # 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 c016e0e692f6ec25de6015d4618db51ef1045541 into PR head commit ef45c9dc7f5314647510f7c3a459cb48ea5c866c > 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/255/head:refs/remotes/origin/PR-255 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef45c9dc7f5314647510f7c3a459cb48ea5c866c # timeout=10 Merge succeeded, producing ef45c9dc7f5314647510f7c3a459cb48ea5c866c Checking out Revision ef45c9dc7f5314647510f7c3a459cb48ea5c866c (PR-255) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c016e0e692f6ec25de6015d4618db51ef1045541 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef45c9dc7f5314647510f7c3a459cb48ea5c866c # timeout=10 Commit message: "Merge branch 'echo' of https://github.com/marcpfuller/app-rfid-llrp-inventory into echo" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-12-05T23:00:37.305Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-12-05T23:00:37.499Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-12-05T23:00:37.619Z] ========================================================= [2023-12-05T23:00:37.619Z] EdgeX Global Pipelines Version Info [2023-12-05T23:00:37.619Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:00:38.384Z] ------------------- [2023-12-05T23:00:38.384Z] stable info: [2023-12-05T23:00:38.384Z] ------------------- [2023-12-05T23:00:38.384Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-12-05T23:00:38.384Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-05T23:00:38.384Z] Message: update stable to v1.0.258 [2023-12-05T23:00:38.957Z] ------------------- [2023-12-05T23:00:38.957Z] experimental info: [2023-12-05T23:00:38.957Z] ------------------- [2023-12-05T23:00:38.957Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-12-05T23:00:38.957Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2023-12-05T23:00:38.957Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-12-05T23:00:39.163Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-rfid-llrp-inventory-settings [Pipeline] echo [2023-12-05T23:00:39.220Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-rfid-llrp-inventory [Pipeline] echo [2023-12-05T23:00:39.277Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-12-05T23:00:39.335Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-12-05T23:00:39.399Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-12-05T23:00:39.460Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-12-05T23:00:39.523Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-12-05T23:00:39.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-12-05T23:00:39.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-12-05T23:00:39.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-12-05T23:00:39.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-12-05T23:00:39.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-rfid-llrp-inventory [Pipeline] echo [2023-12-05T23:00:39.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-12-05T23:00:39.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-12-05T23:00:40.009Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-12-05T23:00:40.070Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-12-05T23:00:40.134Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-12-05T23:00:40.203Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-12-05T23:00:40.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-12-05T23:00:40.346Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-12-05T23:00:40.418Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-12-05T23:00:40.486Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-12-05T23:00:40.554Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-12-05T23:00:40.625Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-12-05T23:00:40.694Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-12-05T23:00:40.764Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-12-05T23:00:40.832Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-12-05T23:00:40.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-255 [Pipeline] echo [2023-12-05T23:00:40.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-255 [Pipeline] echo [2023-12-05T23:00:41.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-255 [Pipeline] echo [2023-12-05T23:00:41.121Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo [2023-12-05T23:00:41.199Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef45c9d [Pipeline] echo [2023-12-05T23:00:41.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-05T23:00:41.426Z] provisioning config files... [2023-12-05T23:00:41.438Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/config1273508017070007190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:00:43.370Z] ---> ****-login.sh [2023-12-05T23:00:43.370Z] nexus3.edgexfoundry.org:10001 [2023-12-05T23:00:43.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:00:43.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:00:43.631Z] Configure a credential helper to remove this warning. See [2023-12-05T23:00:43.631Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:00:43.631Z] [2023-12-05T23:00:43.631Z] Login Succeeded [2023-12-05T23:00:43.631Z] nexus3.edgexfoundry.org:10002 [2023-12-05T23:00:43.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:00:43.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:00:43.632Z] Configure a credential helper to remove this warning. See [2023-12-05T23:00:43.632Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:00:43.632Z] [2023-12-05T23:00:43.632Z] Login Succeeded [2023-12-05T23:00:43.632Z] nexus3.edgexfoundry.org:10003 [2023-12-05T23:00:43.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:00:43.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:00:43.893Z] Configure a credential helper to remove this warning. See [2023-12-05T23:00:43.893Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:00:43.893Z] [2023-12-05T23:00:43.893Z] Login Succeeded [2023-12-05T23:00:43.893Z] nexus3.edgexfoundry.org:10004 [2023-12-05T23:00:43.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:00:43.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:00:43.893Z] Configure a credential helper to remove this warning. See [2023-12-05T23:00:43.893Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:00:43.893Z] [2023-12-05T23:00:43.893Z] Login Succeeded [2023-12-05T23:00:43.893Z] ****.io [2023-12-05T23:00:43.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:00:44.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:00:44.156Z] Configure a credential helper to remove this warning. See [2023-12-05T23:00:44.156Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:00:44.156Z] [2023-12-05T23:00:44.156Z] Login Succeeded [2023-12-05T23:00:44.156Z] ---> ****-login.sh ends [Pipeline] } [2023-12-05T23:00:44.191Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-12-05T23:00:44.977Z] + git rev-list -1 --merges ef45c9dc7f5314647510f7c3a459cb48ea5c866c~1..ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo [2023-12-05T23:00:45.018Z] -----------> git rev-list -1 --merges ef45c9dc7f5314647510f7c3a459cb48ea5c866c~1..ef45c9dc7f5314647510f7c3a459cb48ea5c866c ef45c9dc7f5314647510f7c3a459cb48ea5c866c [2023-12-05T23:00:45.018Z] ef45c9dc7f5314647510f7c3a459cb48ea5c866c [false] [Pipeline] sh [2023-12-05T23:00:45.355Z] + git log --format=format:%s -1 ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo [2023-12-05T23:00:45.390Z] ========================================================= [2023-12-05T23:00:45.390Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-12-05T23:00:45.390Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-05T23:00:45.874Z] + git log --format=format:%s -1 ef45c9dc7f5314647510f7c3a459cb48ea5c866c [Pipeline] echo [2023-12-05T23:00:45.911Z] [semverPrep] GIT_COMMIT: ef45c9dc7f5314647510f7c3a459cb48ea5c866c, Commit Message: Merge branch 'echo' of https://github.com/marcpfuller/app-rfid-llrp-inventory into echo [Pipeline] echo [2023-12-05T23:00:45.961Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-12-05T23:00:46.374Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-12-05T23:00:46.374Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-12-05T23:00:46.374Z] + [ -e /tmp/ssh_known_hosts ] [2023-12-05T23:00:46.374Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-12-05T23:00:46.374Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-12-05T23:00:46.374Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-12-05T23:00:46.374Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:00:46.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-05T23:00:46.815Z] [2023-12-05T23:00:46.815Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:00:47.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-05T23:00:47.212Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-12-05T23:00:47.212Z] b85a868b505f: Pulling fs layer [2023-12-05T23:00:47.212Z] e2be974225ed: Pulling fs layer [2023-12-05T23:00:47.212Z] 339a4e72a1f5: Pulling fs layer [2023-12-05T23:00:47.212Z] 988bab9f4d93: Pulling fs layer [2023-12-05T23:00:47.212Z] 1469e6f7b9e6: Pulling fs layer [2023-12-05T23:00:47.212Z] eaf3925da568: Pulling fs layer [2023-12-05T23:00:47.212Z] bab4dde63d76: Pulling fs layer [2023-12-05T23:00:47.212Z] bde34c3a00c8: Pulling fs layer [2023-12-05T23:00:47.212Z] b352a97aabf1: Pulling fs layer [2023-12-05T23:00:47.212Z] 4872d77fe225: Pulling fs layer [2023-12-05T23:00:47.212Z] 5851b861e8e6: Pulling fs layer [2023-12-05T23:00:47.212Z] 988bab9f4d93: Waiting [2023-12-05T23:00:47.212Z] 1469e6f7b9e6: Waiting [2023-12-05T23:00:47.212Z] eaf3925da568: Waiting [2023-12-05T23:00:47.212Z] bab4dde63d76: Waiting [2023-12-05T23:00:47.212Z] bde34c3a00c8: Waiting [2023-12-05T23:00:47.212Z] b352a97aabf1: Waiting [2023-12-05T23:00:47.212Z] 4872d77fe225: Waiting [2023-12-05T23:00:47.212Z] e2be974225ed: Verifying Checksum [2023-12-05T23:00:47.212Z] e2be974225ed: Download complete [2023-12-05T23:00:47.212Z] 988bab9f4d93: Verifying Checksum [2023-12-05T23:00:47.212Z] 988bab9f4d93: Download complete [2023-12-05T23:00:47.472Z] 1469e6f7b9e6: Verifying Checksum [2023-12-05T23:00:47.472Z] 1469e6f7b9e6: Download complete [2023-12-05T23:00:47.472Z] 339a4e72a1f5: Verifying Checksum [2023-12-05T23:00:47.472Z] 339a4e72a1f5: Download complete [2023-12-05T23:00:47.472Z] eaf3925da568: Verifying Checksum [2023-12-05T23:00:47.472Z] eaf3925da568: Download complete [2023-12-05T23:00:47.472Z] bde34c3a00c8: Verifying Checksum [2023-12-05T23:00:47.472Z] bde34c3a00c8: Download complete [2023-12-05T23:00:47.472Z] b352a97aabf1: Download complete [2023-12-05T23:00:47.472Z] 4872d77fe225: Download complete [2023-12-05T23:00:47.472Z] 5851b861e8e6: Verifying Checksum [2023-12-05T23:00:47.472Z] 5851b861e8e6: Download complete [2023-12-05T23:00:47.472Z] b85a868b505f: Download complete [2023-12-05T23:00:47.740Z] bab4dde63d76: Verifying Checksum [2023-12-05T23:00:47.740Z] bab4dde63d76: Download complete [2023-12-05T23:00:49.128Z] b85a868b505f: Pull complete [2023-12-05T23:00:49.128Z] e2be974225ed: Pull complete [2023-12-05T23:00:49.387Z] 339a4e72a1f5: Pull complete [2023-12-05T23:00:49.646Z] 988bab9f4d93: Pull complete [2023-12-05T23:00:49.904Z] 1469e6f7b9e6: Pull complete [2023-12-05T23:00:49.904Z] eaf3925da568: Pull complete [2023-12-05T23:00:51.813Z] bab4dde63d76: Pull complete [2023-12-05T23:00:51.813Z] bde34c3a00c8: Pull complete [2023-12-05T23:00:51.813Z] b352a97aabf1: Pull complete [2023-12-05T23:00:51.813Z] 4872d77fe225: Pull complete [2023-12-05T23:00:52.074Z] 5851b861e8e6: Pull complete [2023-12-05T23:00:52.074Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-12-05T23:00:52.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-12-05T23:00:52.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:00:52.417Z] prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container [2023-12-05T23:00:52.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-rfid-llrp-inventory_PR-255 -v /w/workspace/y_app-rfid-llrp-inventory_PR-255:/w/workspace/y_app-rfid-llrp-inventory_PR-255:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-255@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-devops/py-git-semver:0.1.4 cat [2023-12-05T23:00:56.733Z] $ docker top 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 -eo pid,comm [2023-12-05T23:00:56.783Z] 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-12-05T23:00:56.783Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-12-05T23:00:56.976Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-05T23:00:56.976Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-05T23:00:57.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-05T23:00:57.101Z] $ docker exec 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent [2023-12-05T23:00:57.204Z] SSH_AUTH_SOCK=/tmp/ssh-LqCi0dD3qBsl/agent.33 [2023-12-05T23:00:57.204Z] SSH_AGENT_PID=39 [2023-12-05T23:00:57.212Z] Running ssh-add (command line suppressed) [2023-12-05T23:00:57.313Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/private_key_1818695837853141247.key (/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/private_key_1818695837853141247.key) [2023-12-05T23:00:57.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-05T23:00:57.694Z] + git tag --points-at HEAD [Pipeline] } [2023-12-05T23:00:57.722Z] $ docker exec --env ******** --env ******** 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent -k [2023-12-05T23:00:57.830Z] unset SSH_AUTH_SOCK; [2023-12-05T23:00:57.831Z] unset SSH_AGENT_PID; [2023-12-05T23:00:57.831Z] echo Agent pid 39 killed; [2023-12-05T23:00:57.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-12-05T23:00:57.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-12-05T23:00:57.973Z] [ssh-agent] Looking for ssh-agent implementation... [2023-12-05T23:00:58.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-12-05T23:00:58.094Z] $ docker exec 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent [2023-12-05T23:00:58.199Z] SSH_AUTH_SOCK=/tmp/ssh-sUzlJAsT8QE4/agent.71 [2023-12-05T23:00:58.199Z] SSH_AGENT_PID=77 [2023-12-05T23:00:58.204Z] Running ssh-add (command line suppressed) [2023-12-05T23:00:58.316Z] Identity added: /w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/private_key_10581247459705695896.key (/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/private_key_10581247459705695896.key) [2023-12-05T23:00:58.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-12-05T23:00:58.686Z] + git semver init [2023-12-05T23:00:58.947Z] 2023-12-05 23:00:58,858 [run_init] DEBUG init version:0.0.0 force:False [2023-12-05T23:00:58.947Z] 2023-12-05 23:00:58,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver [2023-12-05T23:00:58.947Z] 2023-12-05 23:00:58,859 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-rfid-llrp-inventory.git /w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver [2023-12-05T23:00:58.947Z] 2023-12-05 23:00:58,860 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-rfid-llrp-inventory.git', '/w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-255, universal_newlines=False, shell=None, istream=None) [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,643 [append_file] DEBUG append to file:/w/workspace/y_app-rfid-llrp-inventory_PR-255/.git/info/exclude [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,643 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver/PR-255 with force:False [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,644 [write_file] DEBUG write to file:/w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver/PR-255 [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,649 [execute] INFO git cat-file --batch-check [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,649 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver, universal_newlines=False, shell=None, istream=) [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,655 [execute] INFO git cat-file --batch [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,655 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver, universal_newlines=False, shell=None, istream=) [2023-12-05T23:01:00.852Z] 2023-12-05 23:01:00,659 [read_version] DEBUG read version from /w/workspace/y_app-rfid-llrp-inventory_PR-255/.semver/PR-255 [2023-12-05T23:01:00.852Z] 0.0.0 [Pipeline] } [2023-12-05T23:01:00.880Z] $ docker exec --env ******** --env ******** 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 ssh-agent -k [2023-12-05T23:01:00.972Z] unset SSH_AUTH_SOCK; [2023-12-05T23:01:00.972Z] unset SSH_AGENT_PID; [2023-12-05T23:01:00.972Z] echo Agent pid 77 killed; [2023-12-05T23:01:00.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-12-05T23:01:01.497Z] + git semver [Pipeline] } [2023-12-05T23:01:01.785Z] $ docker stop --time=1 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 [2023-12-05T23:01:03.197Z] $ docker rm -f --volumes 02e7c2675ac789c4ac4839f5514b258a586b6fbecbb1df50481c5d4533dd7f95 [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-05T23:01:03.642Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-12-05T23:01:03.950Z] Stashed 1 file(s) [Pipeline] echo [2023-12-05T23:01:03.974Z] [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-12-05T23:01:04.855Z] provisioning config files... [2023-12-05T23:01:04.865Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/config18151422115845136044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:01:05.255Z] ---> ****-login.sh [2023-12-05T23:01:05.255Z] nexus3.edgexfoundry.org:10001 [2023-12-05T23:01:05.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:01:05.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:01:05.255Z] Configure a credential helper to remove this warning. See [2023-12-05T23:01:05.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:01:05.255Z] [2023-12-05T23:01:05.255Z] Login Succeeded [2023-12-05T23:01:05.255Z] nexus3.edgexfoundry.org:10002 [2023-12-05T23:01:05.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:01:05.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:01:05.255Z] Configure a credential helper to remove this warning. See [2023-12-05T23:01:05.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:01:05.255Z] [2023-12-05T23:01:05.255Z] Login Succeeded [2023-12-05T23:01:05.255Z] nexus3.edgexfoundry.org:10003 [2023-12-05T23:01:05.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:01:05.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:01:05.513Z] Configure a credential helper to remove this warning. See [2023-12-05T23:01:05.513Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:01:05.514Z] [2023-12-05T23:01:05.514Z] Login Succeeded [2023-12-05T23:01:05.514Z] nexus3.edgexfoundry.org:10004 [2023-12-05T23:01:05.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:01:05.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:01:05.514Z] Configure a credential helper to remove this warning. See [2023-12-05T23:01:05.514Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:01:05.514Z] [2023-12-05T23:01:05.514Z] Login Succeeded [2023-12-05T23:01:05.514Z] ****.io [2023-12-05T23:01:05.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:01:06.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:01:06.031Z] Configure a credential helper to remove this warning. See [2023-12-05T23:01:06.031Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:01:06.031Z] [2023-12-05T23:01:06.031Z] Login Succeeded [2023-12-05T23:01:06.031Z] ---> ****-login.sh ends [Pipeline] } [2023-12-05T23:01:06.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-12-05T23:01:06.370Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-05T23:01:06.433Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-05T23:01:06.489Z] ========================================================= [2023-12-05T23:01:06.489Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-12-05T23:01:06.489Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:01:07.046Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-12-05T23:01:07.046Z] Sending build context to Docker daemon 18.19MB [2023-12-05T23:01:07.046Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-12-05T23:01:07.046Z] Step 2/12 : FROM ${BASE} AS builder [2023-12-05T23:01:08.254Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-12-05T23:01:08.255Z] 7264a8db6415: Pulling fs layer [2023-12-05T23:01:08.255Z] c4d48a809fc2: Pulling fs layer [2023-12-05T23:01:08.255Z] 4f1c88b9dad5: Pulling fs layer [2023-12-05T23:01:08.255Z] ad3a456e5733: Pulling fs layer [2023-12-05T23:01:08.255Z] 69c7f0334f64: Pulling fs layer [2023-12-05T23:01:08.255Z] 1f1c1a5573a3: Pulling fs layer [2023-12-05T23:01:08.255Z] ce7588e14bc9: Pulling fs layer [2023-12-05T23:01:08.255Z] b5e4710f87ac: Pulling fs layer [2023-12-05T23:01:08.255Z] ad3a456e5733: Waiting [2023-12-05T23:01:08.255Z] 69c7f0334f64: Waiting [2023-12-05T23:01:08.255Z] 1f1c1a5573a3: Waiting [2023-12-05T23:01:08.255Z] ce7588e14bc9: Waiting [2023-12-05T23:01:08.255Z] b5e4710f87ac: Waiting [2023-12-05T23:01:08.255Z] c4d48a809fc2: Verifying Checksum [2023-12-05T23:01:08.255Z] c4d48a809fc2: Download complete [2023-12-05T23:01:08.255Z] ad3a456e5733: Download complete [2023-12-05T23:01:08.255Z] 69c7f0334f64: Verifying Checksum [2023-12-05T23:01:08.255Z] 69c7f0334f64: Download complete [2023-12-05T23:01:08.255Z] 7264a8db6415: Verifying Checksum [2023-12-05T23:01:08.255Z] 7264a8db6415: Download complete [2023-12-05T23:01:08.255Z] 1f1c1a5573a3: Verifying Checksum [2023-12-05T23:01:08.255Z] 1f1c1a5573a3: Download complete [2023-12-05T23:01:08.255Z] 7264a8db6415: Pull complete [2023-12-05T23:01:08.255Z] c4d48a809fc2: Pull complete [2023-12-05T23:01:13.837Z] b5e4710f87ac: Verifying Checksum [2023-12-05T23:01:13.837Z] b5e4710f87ac: Download complete [2023-12-05T23:01:14.095Z] 4f1c88b9dad5: Verifying Checksum [2023-12-05T23:01:14.095Z] 4f1c88b9dad5: Download complete [2023-12-05T23:01:14.355Z] ce7588e14bc9: Verifying Checksum [2023-12-05T23:01:14.355Z] ce7588e14bc9: Download complete [2023-12-05T23:01:17.651Z] 4f1c88b9dad5: Pull complete [2023-12-05T23:01:17.651Z] ad3a456e5733: Pull complete [2023-12-05T23:01:17.651Z] 69c7f0334f64: Pull complete [2023-12-05T23:01:17.651Z] 1f1c1a5573a3: Pull complete [2023-12-05T23:01:19.603Z] Still waiting to schedule task [2023-12-05T23:01:19.604Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-24114’ [2023-12-05T23:01:20.199Z] ce7588e14bc9: Pull complete [2023-12-05T23:01:20.458Z] b5e4710f87ac: Pull complete [2023-12-05T23:01:20.458Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2023-12-05T23:01:20.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-12-05T23:01:20.458Z] ---> 88b5674ff536 [2023-12-05T23:01:20.458Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2023-12-05T23:01:27.042Z] ---> Running in dbe5a536c6da [2023-12-05T23:01:27.301Z] Removing intermediate container dbe5a536c6da [2023-12-05T23:01:27.301Z] ---> 46fdce7560e3 [2023-12-05T23:01:27.301Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-12-05T23:01:27.301Z] ---> Running in 7150fca2d69f [2023-12-05T23:01:27.301Z] Removing intermediate container 7150fca2d69f [2023-12-05T23:01:27.301Z] ---> b17e09684734 [2023-12-05T23:01:27.301Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-12-05T23:01:27.301Z] ---> Running in 15eee67b6e31 [2023-12-05T23:01:27.560Z] Removing intermediate container 15eee67b6e31 [2023-12-05T23:01:27.560Z] ---> 2ef78a317e0e [2023-12-05T23:01:27.560Z] Step 6/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-12-05T23:01:27.560Z] ---> Running in 96e51f89aa61 [2023-12-05T23:01:27.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-12-05T23:01:27.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-12-05T23:01:28.077Z] OK: 264 MiB in 52 packages [2023-12-05T23:01:29.451Z] Removing intermediate container 96e51f89aa61 [2023-12-05T23:01:29.451Z] ---> 1036a37c706d [2023-12-05T23:01:29.451Z] Step 7/12 : WORKDIR /app [2023-12-05T23:01:29.451Z] ---> Running in 0a009b9ccf8c [2023-12-05T23:01:29.714Z] Removing intermediate container 0a009b9ccf8c [2023-12-05T23:01:29.714Z] ---> ed5487ee1b1b [2023-12-05T23:01:29.714Z] Step 8/12 : COPY go.mod vendor* ./ [2023-12-05T23:01:30.281Z] ---> 123940be2496 [2023-12-05T23:01:30.281Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-05T23:01:30.281Z] ---> Running in 6393c8f09aca [2023-12-05T23:02:16.962Z] Removing intermediate container 6393c8f09aca [2023-12-05T23:02:16.962Z] ---> f22622335e2f [2023-12-05T23:02:16.962Z] Step 10/12 : COPY . . [2023-12-05T23:02:16.962Z] ---> bf5872c464ab [2023-12-05T23:02:16.962Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-12-05T23:02:16.962Z] ---> Running in d6545a7589de [2023-12-05T23:02:16.962Z] Removing intermediate container d6545a7589de [2023-12-05T23:02:16.962Z] ---> 5b01b7f560d4 [2023-12-05T23:02:16.962Z] Step 12/12 : RUN $MAKE [2023-12-05T23:02:16.962Z] ---> Running in 06420caad503 [2023-12-05T23:02:16.962Z] noop [2023-12-05T23:02:16.962Z] Removing intermediate container 06420caad503 [2023-12-05T23:02:16.962Z] ---> 630e280a3714 [2023-12-05T23:02:16.962Z] Successfully built 630e280a3714 [2023-12-05T23:02:16.962Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:02:17.509Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-05T23:02:17.509Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:02:17.718Z] prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container [2023-12-05T23:02:17.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-rfid-llrp-inventory_PR-255 -v /w/workspace/y_app-rfid-llrp-inventory_PR-255:/w/workspace/y_app-rfid-llrp-inventory_PR-255:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-12-05T23:02:18.092Z] $ docker top b737dc73000d58313d9d7c3b457089405011240fbc1e26a19447ba20a6ce232b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-05T23:02:18.549Z] + go version [2023-12-05T23:02:18.549Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-12-05T23:02:18.582Z] $ docker stop --time=1 b737dc73000d58313d9d7c3b457089405011240fbc1e26a19447ba20a6ce232b [2023-12-05T23:02:19.860Z] $ docker rm -f --volumes b737dc73000d58313d9d7c3b457089405011240fbc1e26a19447ba20a6ce232b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:02:20.833Z] + docker inspect -f . ci-base-image-x86_64 [2023-12-05T23:02:20.833Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:02:21.034Z] prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container [2023-12-05T23:02:21.125Z] $ 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-255 -v /w/workspace/y_app-rfid-llrp-inventory_PR-255:/w/workspace/y_app-rfid-llrp-inventory_PR-255:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-12-05T23:02:21.566Z] $ docker top 4088cd9cf3a145a015ca2cc1165054ac2ae0d4a965ac7dac8c3985f49721f90a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-05T23:02:22.045Z] + git config --global --add safe.directory /w/workspace/y_app-rfid-llrp-inventory_PR-255 [Pipeline] fileExists [Pipeline] sh [2023-12-05T23:02:22.431Z] + make test [2023-12-05T23:02:22.431Z] go test -race ./... -coverprofile=coverage.out ./... [2023-12-05T23:02:40.527Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-12-05T23:02:40.527Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-12-05T23:02:41.912Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 1.142s coverage: 86.2% of statements [2023-12-05T23:02:44.445Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 3.694s coverage: 71.9% of statements [2023-12-05T23:03:02.516Z] internal/inventory/app/routes.go:82:13: Error return value of `ctx.String` is not checked (errcheck) [2023-12-05T23:03:02.516Z] ctx.String(http.StatusInternalServerError, msg) [2023-12-05T23:03:02.516Z] ^ [2023-12-05T23:03:02.516Z] internal/inventory/app/routes.go:93:13: Error return value of `ctx.String` is not checked (errcheck) [2023-12-05T23:03:02.516Z] ctx.String(http.StatusInternalServerError, msg) [2023-12-05T23:03:02.516Z] ^ [2023-12-05T23:03:02.516Z] internal/inventory/app/routes.go:102:13: Error return value of `ctx.String` is not checked (errcheck) [2023-12-05T23:03:02.516Z] ctx.String(http.StatusInternalServerError, msg) [2023-12-05T23:03:02.516Z] ^ [2023-12-05T23:03:02.516Z] make: *** [Makefile:40: lint] Error 1 [Pipeline] } [2023-12-05T23:03:02.566Z] $ docker stop --time=1 4088cd9cf3a145a015ca2cc1165054ac2ae0d4a965ac7dac8c3985f49721f90a [2023-12-05T23:03:10.733Z] $ docker rm -f --volumes 4088cd9cf3a145a015ca2cc1165054ac2ae0d4a965ac7dac8c3985f49721f90a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:03:12.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-05T23:03:12.582Z] [2023-12-05T23:03:12.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:03:12.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-05T23:03:13.245Z] latest: Pulling from edgex-lftools-log-publisher [2023-12-05T23:03:13.245Z] 5eb5b503b376: Pulling fs layer [2023-12-05T23:03:13.245Z] 5c69ac0246d0: Pulling fs layer [2023-12-05T23:03:13.245Z] ec43610c2a17: Pulling fs layer [2023-12-05T23:03:13.245Z] 3a2ae6a8a46f: Pulling fs layer [2023-12-05T23:03:13.245Z] 33b1e0a273af: Pulling fs layer [2023-12-05T23:03:13.245Z] 5d3b04190fa2: Pulling fs layer [2023-12-05T23:03:13.245Z] 2f39f015ded8: Pulling fs layer [2023-12-05T23:03:13.245Z] 33b1e0a273af: Waiting [2023-12-05T23:03:13.245Z] 5d3b04190fa2: Waiting [2023-12-05T23:03:13.245Z] 2f39f015ded8: Waiting [2023-12-05T23:03:13.245Z] 3a2ae6a8a46f: Waiting [2023-12-05T23:03:13.245Z] 5c69ac0246d0: Download complete [2023-12-05T23:03:13.245Z] 3a2ae6a8a46f: Verifying Checksum [2023-12-05T23:03:13.245Z] 3a2ae6a8a46f: Download complete [2023-12-05T23:03:13.503Z] 33b1e0a273af: Verifying Checksum [2023-12-05T23:03:13.503Z] 33b1e0a273af: Download complete [2023-12-05T23:03:13.503Z] 5d3b04190fa2: Download complete [2023-12-05T23:03:13.503Z] ec43610c2a17: Verifying Checksum [2023-12-05T23:03:13.503Z] ec43610c2a17: Download complete [2023-12-05T23:03:13.503Z] 5eb5b503b376: Verifying Checksum [2023-12-05T23:03:13.503Z] 5eb5b503b376: Download complete [2023-12-05T23:03:14.070Z] 2f39f015ded8: Download complete [2023-12-05T23:03:14.637Z] 5eb5b503b376: Pull complete [2023-12-05T23:03:14.896Z] 5c69ac0246d0: Pull complete [2023-12-05T23:03:15.154Z] ec43610c2a17: Pull complete [2023-12-05T23:03:15.417Z] 3a2ae6a8a46f: Pull complete [2023-12-05T23:03:15.417Z] 33b1e0a273af: Pull complete [2023-12-05T23:03:15.676Z] 5d3b04190fa2: Pull complete [2023-12-05T23:03:19.857Z] 2f39f015ded8: Pull complete [2023-12-05T23:03:19.857Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-12-05T23:03:19.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-05T23:03:19.857Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:03:20.203Z] prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container [2023-12-05T23:03:20.235Z] $ 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-255 -v /w/workspace/y_app-rfid-llrp-inventory_PR-255:/w/workspace/y_app-rfid-llrp-inventory_PR-255:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-12-05T23:03:26.933Z] $ docker top 1d676d2db70df44c0ad6cde277277c1c74b079faa46661278fe5f6806140729e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:03:27.457Z] ---> job-cost.sh [2023-12-05T23:03:27.457Z] lf-activate-venv: SKIPPING [2023-12-05T23:03:27.457Z] INFO: No Stack... [2023-12-05T23:03:27.716Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-05T23:03:27.973Z] INFO: Archiving Costs [Pipeline] sh [2023-12-05T23:03:28.288Z] + cat /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives/cost.csv [2023-12-05T23:03:28.288Z] + cut -d, -f6 [Pipeline] lock [2023-12-05T23:03:28.335Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [2023-12-05T23:03:28.341Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] did not exist. Created. [2023-12-05T23:03:28.341Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-12-05T23:03:28.823Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-12-05T23:03:28.885Z] Stashed 1 file(s) [Pipeline] } [2023-12-05T23:03:28.942Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-12-05T23:03:29.085Z] $ docker stop --time=1 1d676d2db70df44c0ad6cde277277c1c74b079faa46661278fe5f6806140729e [2023-12-05T23:03:30.227Z] $ docker rm -f --volumes 1d676d2db70df44c0ad6cde277277c1c74b079faa46661278fe5f6806140729e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-12-05T23:03:30.849Z] Failed in branch amd64 [2023-12-05T23:04:24.154Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-24116 in /w/workspace/y_app-rfid-llrp-inventory_PR-255 [Pipeline] { [Pipeline] ws [2023-12-05T23:04:24.264Z] Running in /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] { [Pipeline] checkout [2023-12-05T23:04:24.380Z] The recommended git tool is: git [2023-12-05T23:04:30.371Z] using credential edgex-jenkins-ssh [2023-12-05T23:04:30.399Z] Cloning the remote Git repository [2023-12-05T23:04:30.453Z] Cloning repository git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-12-05T23:04:30.567Z] > git init /w/workspace/app-rfid-llrp-inventory/1 # timeout=10 [2023-12-05T23:04:30.743Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-12-05T23:04:30.745Z] > git --version # timeout=10 [2023-12-05T23:04:30.768Z] > git --version # 'git version 2.25.1' [2023-12-05T23:04:30.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-05T23:04:30.944Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-05T23:04:33.806Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-12-05T23:04:33.827Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-12-05T23:04:35.400Z] Merging remotes/origin/main commit c016e0e692f6ec25de6015d4618db51ef1045541 into PR head commit ef45c9dc7f5314647510f7c3a459cb48ea5c866c [2023-12-05T23:04:35.698Z] Merge succeeded, producing ef45c9dc7f5314647510f7c3a459cb48ea5c866c [2023-12-05T23:04:35.698Z] Checking out Revision ef45c9dc7f5314647510f7c3a459cb48ea5c866c (PR-255) [2023-12-05T23:04:34.713Z] > git config remote.origin.url git@github.com:edgexfoundry/app-rfid-llrp-inventory.git # timeout=10 [2023-12-05T23:04:34.750Z] Fetching upstream changes from git@github.com:edgexfoundry/app-rfid-llrp-inventory.git [2023-12-05T23:04:34.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-05T23:04:34.768Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-rfid-llrp-inventory.git +refs/pull/255/head:refs/remotes/origin/PR-255 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-12-05T23:04:35.417Z] > git config core.sparsecheckout # timeout=10 [2023-12-05T23:04:35.495Z] > git checkout -f ef45c9dc7f5314647510f7c3a459cb48ea5c866c # timeout=10 [2023-12-05T23:04:35.597Z] > git remote # timeout=10 [2023-12-05T23:04:35.618Z] > git config --get remote.origin.url # timeout=10 [2023-12-05T23:04:35.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-12-05T23:04:35.650Z] > git merge c016e0e692f6ec25de6015d4618db51ef1045541 # timeout=10 [2023-12-05T23:04:35.678Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-12-05T23:04:35.704Z] > git config core.sparsecheckout # timeout=10 [2023-12-05T23:04:35.719Z] > git checkout -f ef45c9dc7f5314647510f7c3a459cb48ea5c866c # timeout=10 [2023-12-05T23:04:39.315Z] Commit message: "Merge branch 'echo' of https://github.com/marcpfuller/app-rfid-llrp-inventory into echo" [2023-12-05T23:04:39.378Z] > git --version # timeout=10 [2023-12-05T23:04:39.391Z] > git --version # 'git version 2.25.1' [2023-12-05T23:04:39.405Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-05T23:04:41.374Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-12-05T23:04:41.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-12-05T23:04:41.374Z] Dload Upload Total Spent Left Speed [2023-12-05T23:04:41.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 151k 0 --:--:-- --:--:-- --:--:-- 152k [Pipeline] sh [2023-12-05T23:04:41.739Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-12-05T23:04:42.174Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-12-05T23:04:42.174Z] sudo tee /etc/docker/daemon.new [2023-12-05T23:04:42.174Z] { [2023-12-05T23:04:42.174Z] "registry-mirrors": [ [2023-12-05T23:04:42.174Z] "https://nexus3.edgexfoundry.org:10001" [2023-12-05T23:04:42.174Z] ], [2023-12-05T23:04:42.174Z] "bip": "10.250.0.254/24", [2023-12-05T23:04:42.174Z] "hosts": [ [2023-12-05T23:04:42.174Z] "tcp://0.0.0.0:5555", [2023-12-05T23:04:42.174Z] "unix:///var/run/docker.sock" [2023-12-05T23:04:42.174Z] ], [2023-12-05T23:04:42.174Z] "mtu": 1458, [2023-12-05T23:04:42.174Z] "selinux-enabled": true, [2023-12-05T23:04:42.174Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-12-05T23:04:42.174Z] } [Pipeline] sh [2023-12-05T23:04:42.767Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-12-05T23:04:43.195Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-05T23:05:01.601Z] provisioning config files... [2023-12-05T23:05:01.641Z] copy managed file [app-rfid-llrp-inventory-settings] to file:/w/workspace/app-rfid-llrp-inventory/1@tmp/config18224778515520546390tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:05:02.349Z] ---> ****-login.sh [2023-12-05T23:05:02.350Z] nexus3.edgexfoundry.org:10001 [2023-12-05T23:05:02.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:05:02.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:05:02.895Z] Configure a credential helper to remove this warning. See [2023-12-05T23:05:02.895Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:05:02.895Z] [2023-12-05T23:05:02.895Z] Login Succeeded [2023-12-05T23:05:02.895Z] nexus3.edgexfoundry.org:10002 [2023-12-05T23:05:03.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:05:03.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:05:03.169Z] Configure a credential helper to remove this warning. See [2023-12-05T23:05:03.169Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:05:03.169Z] [2023-12-05T23:05:03.169Z] Login Succeeded [2023-12-05T23:05:03.169Z] nexus3.edgexfoundry.org:10003 [2023-12-05T23:05:03.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:05:03.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:05:03.442Z] Configure a credential helper to remove this warning. See [2023-12-05T23:05:03.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:05:03.442Z] [2023-12-05T23:05:03.442Z] Login Succeeded [2023-12-05T23:05:03.442Z] nexus3.edgexfoundry.org:10004 [2023-12-05T23:05:03.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:05:03.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:05:03.715Z] Configure a credential helper to remove this warning. See [2023-12-05T23:05:03.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:05:03.715Z] [2023-12-05T23:05:03.715Z] Login Succeeded [2023-12-05T23:05:03.715Z] ****.io [2023-12-05T23:05:03.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-12-05T23:05:04.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2023-12-05T23:05:04.262Z] Configure a credential helper to remove this warning. See [2023-12-05T23:05:04.262Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2023-12-05T23:05:04.262Z] [2023-12-05T23:05:04.262Z] Login Succeeded [2023-12-05T23:05:04.262Z] ---> ****-login.sh ends [Pipeline] } [2023-12-05T23:05:04.299Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-12-05T23:05:05.165Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-05T23:05:05.235Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-12-05T23:05:05.316Z] ========================================================= [2023-12-05T23:05:05.316Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-12-05T23:05:05.316Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:05:06.320Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-12-05T23:05:16.439Z] #0 building with "default" instance using docker driver [2023-12-05T23:05:16.439Z] [2023-12-05T23:05:16.439Z] #1 [internal] load .dockerignore [2023-12-05T23:05:16.439Z] #1 transferring context: 304B done [2023-12-05T23:05:16.439Z] #1 DONE 0.1s [2023-12-05T23:05:16.439Z] [2023-12-05T23:05:16.439Z] #2 [internal] load build definition from Dockerfile [2023-12-05T23:05:16.439Z] #2 transferring dockerfile: 1.81kB 0.0s done [2023-12-05T23:05:16.439Z] #2 DONE 0.1s [2023-12-05T23:05:16.439Z] [2023-12-05T23:05:16.439Z] #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-12-05T23:05:16.439Z] #3 DONE 0.1s [2023-12-05T23:05:16.439Z] [2023-12-05T23:05:16.439Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-12-05T23:05:16.439Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 0.0s done [2023-12-05T23:05:16.439Z] #4 ... [2023-12-05T23:05:16.439Z] [2023-12-05T23:05:16.439Z] #5 [internal] load build context [2023-12-05T23:05:16.439Z] #5 transferring context: 619.86kB 0.1s done [2023-12-05T23:05:16.439Z] #5 DONE 0.2s [2023-12-05T23:05:16.439Z] [2023-12-05T23:05:16.439Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine@sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2023-12-05T23:05:16.439Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 126.98kB / 63.99MB 0.1s [2023-12-05T23:05:16.439Z] #4 sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 1.79kB / 1.79kB done [2023-12-05T23:05:16.439Z] #4 sha256:86de565de09d5564fc8e683dd5e843d211607dc732ec3413b333e21adf3ea5fe 8.50kB / 8.50kB done [2023-12-05T23:05:16.439Z] #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s [2023-12-05T23:05:16.439Z] #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0B / 3.33MB 0.1s [2023-12-05T23:05:16.716Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 4.19MB / 63.99MB 0.2s [2023-12-05T23:05:16.716Z] #4 sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 286.30kB / 286.30kB 0.1s done [2023-12-05T23:05:16.716Z] #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 1.05MB / 3.33MB 0.2s [2023-12-05T23:05:16.716Z] #4 sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e 156B / 156B 0.2s done [2023-12-05T23:05:16.716Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 11.21MB / 63.99MB 0.4s [2023-12-05T23:05:16.716Z] #4 sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 3.33MB / 3.33MB 0.3s done [2023-12-05T23:05:16.716Z] #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d [2023-12-05T23:05:16.716Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 4.19MB / 97.63MB 0.4s [2023-12-05T23:05:16.716Z] #4 sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 440B / 440B 0.2s done [2023-12-05T23:05:16.716Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 2.68MB / 11.40MB 0.4s [2023-12-05T23:05:16.989Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 15.73MB / 63.99MB 0.5s [2023-12-05T23:05:16.989Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 6.29MB / 11.40MB 0.5s [2023-12-05T23:05:16.989Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 20.97MB / 63.99MB 0.6s [2023-12-05T23:05:16.989Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 12.10MB / 97.63MB 0.6s [2023-12-05T23:05:16.989Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 9.60MB / 11.40MB 0.6s [2023-12-05T23:05:16.989Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 25.17MB / 63.99MB 0.7s [2023-12-05T23:05:16.989Z] #4 sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 11.40MB / 11.40MB 0.7s done [2023-12-05T23:05:17.262Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 29.36MB / 63.99MB 0.8s [2023-12-05T23:05:17.262Z] #4 extracting sha256:9fda8d8052c61740409c4bea888859c141fd8cc3f58ac61943144ff6d1681b2d 0.4s done [2023-12-05T23:05:17.262Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 19.92MB / 97.63MB 0.8s [2023-12-05T23:05:17.262Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 34.60MB / 63.99MB 0.9s [2023-12-05T23:05:17.262Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 25.17MB / 97.63MB 0.9s [2023-12-05T23:05:17.262Z] #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 [2023-12-05T23:05:17.537Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 38.80MB / 63.99MB 1.0s [2023-12-05T23:05:17.537Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 46.14MB / 63.99MB 1.2s [2023-12-05T23:05:17.537Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 38.80MB / 97.63MB 1.2s [2023-12-05T23:05:17.537Z] #4 extracting sha256:5d54e960e981301b0098c80d2e61d694333b5ab480a007a3a8d0fa629662d377 0.2s done [2023-12-05T23:05:17.808Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 51.27MB / 63.99MB 1.3s [2023-12-05T23:05:17.808Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 43.83MB / 97.63MB 1.3s [2023-12-05T23:05:17.808Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 60.82MB / 63.99MB 1.5s [2023-12-05T23:05:17.808Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 52.43MB / 97.63MB 1.5s [2023-12-05T23:05:18.078Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 57.67MB / 97.63MB 1.6s [2023-12-05T23:05:18.078Z] #4 sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 63.99MB / 63.99MB 1.7s done [2023-12-05T23:05:18.351Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 72.35MB / 97.63MB 1.9s [2023-12-05T23:05:18.351Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 [2023-12-05T23:05:18.626Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 80.74MB / 97.63MB 2.1s [2023-12-05T23:05:18.626Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 91.23MB / 97.63MB 2.3s [2023-12-05T23:05:18.895Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.6s [2023-12-05T23:05:19.164Z] #4 sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 97.63MB / 97.63MB 2.6s done [2023-12-05T23:05:24.527Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 6.0s [2023-12-05T23:05:29.888Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 11.1s [2023-12-05T23:05:36.538Z] #4 extracting sha256:c4a7e357bf2afb491120807d5c1f057a5a5a20538e7ce574e6d4d15f0f245475 17.7s done [2023-12-05T23:05:40.803Z] #4 extracting sha256:f0e02332f6b52e139e0158c3d8d903ddf2c22f866cf8b4937f6ec867389ead7e done [2023-12-05T23:05:40.803Z] #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 [2023-12-05T23:05:40.803Z] #4 extracting sha256:872ee5b61b7b24ecb4310852b1d24038dd5f0ac59b55905f2e0a51b50880d9a1 done [2023-12-05T23:05:40.803Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 [2023-12-05T23:05:46.159Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 5.1s [2023-12-05T23:05:49.500Z] #4 extracting sha256:0c6a40ed1a827191370422a71ed3212a50c68d4dd408f823748fd3007cc4ac04 8.9s done [2023-12-05T23:05:49.500Z] #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 0.1s [2023-12-05T23:05:51.444Z] #4 extracting sha256:94ae7d8d031caf51c1dafe287a029a279f16e37f70b86d866d23593c59136feb 1.8s done [2023-12-05T23:05:51.714Z] #4 DONE 35.4s [2023-12-05T23:05:51.985Z] [2023-12-05T23:05:51.985Z] #6 [builder 2/7] RUN apk add --no-cache make git [2023-12-05T23:05:52.573Z] #6 0.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-05T23:05:53.161Z] #6 1.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-05T23:05:54.126Z] #6 2.306 OK: 266 MiB in 52 packages [2023-12-05T23:05:56.086Z] #6 DONE 4.0s [2023-12-05T23:05:56.086Z] [2023-12-05T23:05:56.086Z] #7 [builder 3/7] WORKDIR /app [2023-12-05T23:05:56.086Z] #7 DONE 0.1s [2023-12-05T23:05:56.086Z] [2023-12-05T23:05:56.086Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2023-12-05T23:05:56.086Z] #8 DONE 0.1s [2023-12-05T23:05:56.086Z] [2023-12-05T23:05:56.086Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-05T23:06:22.776Z] #9 DONE 23.4s [2023-12-05T23:06:22.776Z] [2023-12-05T23:06:22.776Z] #10 [builder 6/7] COPY . . [2023-12-05T23:06:22.776Z] #10 DONE 0.2s [2023-12-05T23:06:22.776Z] [2023-12-05T23:06:22.776Z] #11 [builder 7/7] RUN echo noop [2023-12-05T23:06:22.776Z] #11 0.636 noop [2023-12-05T23:06:22.776Z] #11 DONE 0.7s [2023-12-05T23:06:22.776Z] [2023-12-05T23:06:22.776Z] #12 exporting to image [2023-12-05T23:06:22.776Z] #12 exporting layers [2023-12-05T23:06:44.819Z] #12 exporting layers 22.6s done [2023-12-05T23:06:44.819Z] #12 writing image sha256:1df59cb80802c409f2d096437e25f1051645a99faaff3b085a496dd844f8df22 0.0s done [2023-12-05T23:06:44.819Z] #12 naming to docker.io/library/ci-base-image-arm64 done [2023-12-05T23:06:44.819Z] #12 DONE 22.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:06:45.429Z] + docker inspect -f . ci-base-image-arm64 [2023-12-05T23:06:45.429Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:06:45.829Z] prd-ubuntu20.04-docker-arm64-4c-16g-24116 does not seem to be running inside a container [2023-12-05T23:06:45.923Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-12-05T23:06:47.132Z] $ docker top 22fc0bff5f0bd99f0f83abefa3dff5aca463f2a4eb26d5349cc6d58250743171 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-05T23:06:48.087Z] + go version [2023-12-05T23:06:48.087Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-12-05T23:06:48.124Z] $ docker stop --time=1 22fc0bff5f0bd99f0f83abefa3dff5aca463f2a4eb26d5349cc6d58250743171 [2023-12-05T23:06:52.718Z] $ docker rm -f --volumes 22fc0bff5f0bd99f0f83abefa3dff5aca463f2a4eb26d5349cc6d58250743171 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:06:53.895Z] + docker inspect -f . ci-base-image-arm64 [2023-12-05T23:06:53.895Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:06:54.212Z] prd-ubuntu20.04-docker-arm64-4c-16g-24116 does not seem to be running inside a container [2023-12-05T23:06:54.284Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-12-05T23:06:55.264Z] $ docker top d5b77c3f10e6a24cb773c8fd2288e5eb3893dc088e42f54db7e88b3268dcda1c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-05T23:06:55.881Z] + git config --global --add safe.directory /w/workspace/app-rfid-llrp-inventory/1 [Pipeline] fileExists [Pipeline] sh [2023-12-05T23:06:56.326Z] + make test [2023-12-05T23:06:56.327Z] go test -race ./... -coverprofile=coverage.out ./... [2023-12-05T23:08:33.007Z] ? edgexfoundry/app-rfid-llrp-inventory [no test files] [2023-12-05T23:08:33.007Z] ? edgexfoundry/app-rfid-llrp-inventory/internal/inventory/app [no test files] [2023-12-05T23:08:34.947Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/inventory 2.042s coverage: 86.2% of statements [2023-12-05T23:08:37.519Z] ok edgexfoundry/app-rfid-llrp-inventory/internal/llrp 4.384s coverage: 71.9% of statements [2023-12-05T23:08:38.103Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-12-05T23:08:38.103Z] go vet ./... [2023-12-05T23:10:14.795Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-12-05T23:10:14.795Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-12-05T23:10:14.795Z] ./bin/test-attribution.sh [2023-12-05T23:10:14.795Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-12-05T23:10:14.795Z] An attribution for github.com/golang-jwt/jwt is missing from Attribution.txt, please add [2023-12-05T23:10:14.795Z] An attribution for github.com/labstack/echo/v4 is missing from Attribution.txt, please add [2023-12-05T23:10:14.795Z] An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add [2023-12-05T23:10:14.795Z] An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add [2023-12-05T23:10:14.795Z] An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add [2023-12-05T23:10:14.795Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2023-12-05T23:10:14.836Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-12-05T23:10:14.915Z] $ docker stop --time=1 d5b77c3f10e6a24cb773c8fd2288e5eb3893dc088e42f54db7e88b3268dcda1c [2023-12-05T23:10:16.823Z] $ docker rm -f --volumes d5b77c3f10e6a24cb773c8fd2288e5eb3893dc088e42f54db7e88b3268dcda1c [Pipeline] // withDockerContainer [Pipeline] sh [2023-12-05T23:10:18.655Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-12-05T23:10:19.232Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-12-05T23:10:20.161Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-12-05T23:10:20.504Z] + ls -al . [2023-12-05T23:10:20.504Z] total 204 [2023-12-05T23:10:20.504Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 5 23:06 . [2023-12-05T23:10:20.504Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 5 23:04 .. [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 262 Dec 5 23:04 .dockerignore [2023-12-05T23:10:20.504Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 5 23:04 .git [2023-12-05T23:10:20.504Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 5 23:04 .github [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 773 Dec 5 23:04 .gitignore [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 41 Dec 5 23:04 .golangci.yml [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 10232 Dec 5 23:04 Attribution.txt [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 11245 Dec 5 23:04 CHANGELOG.md [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 1768 Dec 5 23:04 Dockerfile [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 677 Dec 5 23:04 GOVERNANCE.md [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 665 Dec 5 23:04 Jenkinsfile [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 11347 Dec 5 23:04 LICENSE [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 2497 Dec 5 23:04 Makefile [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 617 Dec 5 23:04 OWNERS.md [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 3851 Dec 5 23:04 README.md [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 5 23:01 VERSION [2023-12-05T23:10:20.504Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 5 23:04 bin [2023-12-05T23:10:20.504Z] -rw-r--r-- 1 jenkins jenkins 41317 Dec 5 23:08 coverage.out [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 4001 Dec 5 23:04 go.mod [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 35070 Dec 5 23:04 go.sum [2023-12-05T23:10:20.504Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 5 23:04 images [2023-12-05T23:10:20.504Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 5 23:04 internal [2023-12-05T23:10:20.504Z] -rw-rw-r-- 1 jenkins jenkins 531 Dec 5 23:04 main.go [2023-12-05T23:10:20.504Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 5 23:04 openapi [2023-12-05T23:10:20.504Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 5 23:04 res [2023-12-05T23:10:20.504Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 5 23:04 static [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:10:21.023Z] + 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=ef45c9dc7f5314647510f7c3a459cb48ea5c866c --label arch=arm64 --label version=0.0.0 . [2023-12-05T23:10:21.988Z] #0 building with "default" instance using docker driver [2023-12-05T23:10:21.988Z] [2023-12-05T23:10:21.988Z] #1 [internal] load .dockerignore [2023-12-05T23:10:21.988Z] #1 transferring context: 304B 0.0s done [2023-12-05T23:10:21.988Z] #1 DONE 0.0s [2023-12-05T23:10:21.988Z] [2023-12-05T23:10:21.988Z] #2 [internal] load build definition from Dockerfile [2023-12-05T23:10:21.988Z] #2 transferring dockerfile: 1.81kB done [2023-12-05T23:10:21.988Z] #2 DONE 0.0s [2023-12-05T23:10:21.988Z] [2023-12-05T23:10:21.988Z] #3 [internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-12-05T23:10:21.988Z] #3 DONE 0.0s [2023-12-05T23:10:21.988Z] [2023-12-05T23:10:21.988Z] #4 [internal] load metadata for docker.io/library/alpine:3.18 [2023-12-05T23:10:22.257Z] #4 DONE 0.5s [2023-12-05T23:10:22.257Z] [2023-12-05T23:10:22.257Z] #5 [internal] load build context [2023-12-05T23:10:22.257Z] #5 transferring context: 2.98kB 0.0s done [2023-12-05T23:10:22.525Z] #5 DONE 0.1s [2023-12-05T23:10:22.525Z] [2023-12-05T23:10:22.525Z] #6 [stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-05T23:10:22.525Z] #6 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done [2023-12-05T23:10:22.525Z] #6 ... [2023-12-05T23:10:22.525Z] [2023-12-05T23:10:22.525Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-12-05T23:10:22.525Z] #7 DONE 0.3s [2023-12-05T23:10:22.525Z] [2023-12-05T23:10:22.525Z] #6 [stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 [2023-12-05T23:10:22.525Z] #6 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done [2023-12-05T23:10:22.525Z] #6 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done [2023-12-05T23:10:22.525Z] #6 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done [2023-12-05T23:10:22.525Z] #6 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.1s done [2023-12-05T23:10:22.525Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 [2023-12-05T23:10:23.111Z] #6 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0.4s done [2023-12-05T23:10:23.380Z] #6 DONE 0.9s [2023-12-05T23:10:23.380Z] [2023-12-05T23:10:23.380Z] #8 [stage-1 2/9] RUN apk --no-cache add ca-certificates dumb-init [2023-12-05T23:10:23.965Z] #8 0.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-05T23:10:24.235Z] #8 1.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-05T23:10:25.647Z] #8 ... [2023-12-05T23:10:25.647Z] [2023-12-05T23:10:25.647Z] #9 [builder 2/7] RUN apk add --no-cache make git [2023-12-05T23:10:25.647Z] #9 0.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-05T23:10:25.647Z] #9 1.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-05T23:10:25.647Z] #9 2.417 OK: 266 MiB in 52 packages [2023-12-05T23:10:25.647Z] #9 DONE 2.8s [2023-12-05T23:10:25.647Z] [2023-12-05T23:10:25.647Z] #10 [builder 3/7] WORKDIR /app [2023-12-05T23:10:25.647Z] #10 DONE 0.1s [2023-12-05T23:10:25.647Z] [2023-12-05T23:10:25.647Z] #8 [stage-1 2/9] RUN apk --no-cache add ca-certificates dumb-init [2023-12-05T23:10:25.647Z] #8 2.279 (1/2) Installing ca-certificates (20230506-r0) [2023-12-05T23:10:25.647Z] #8 ... [2023-12-05T23:10:25.647Z] [2023-12-05T23:10:25.647Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2023-12-05T23:10:25.647Z] #11 DONE 0.2s [2023-12-05T23:10:25.647Z] [2023-12-05T23:10:25.647Z] #8 [stage-1 2/9] RUN apk --no-cache add ca-certificates dumb-init [2023-12-05T23:10:25.647Z] #8 2.393 (2/2) Installing dumb-init (1.2.5-r2) [2023-12-05T23:10:25.647Z] #8 2.403 Executing busybox-1.36.1-r5.trigger [2023-12-05T23:10:25.647Z] #8 2.427 Executing ca-certificates-20230506-r0.trigger [2023-12-05T23:10:25.917Z] #8 2.687 OK: 9 MiB in 17 packages [2023-12-05T23:10:30.185Z] #8 DONE 6.4s [2023-12-05T23:10:30.185Z] [2023-12-05T23:10:30.185Z] #12 [stage-1 3/9] RUN apk --no-cache upgrade [2023-12-05T23:10:30.460Z] #12 ... [2023-12-05T23:10:30.460Z] [2023-12-05T23:10:30.460Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-12-05T23:10:30.460Z] #13 DONE 4.8s [2023-12-05T23:10:30.750Z] [2023-12-05T23:10:30.750Z] #14 [builder 6/7] COPY . . [2023-12-05T23:10:30.750Z] #14 DONE 0.2s [2023-12-05T23:10:30.750Z] [2023-12-05T23:10:30.750Z] #15 [builder 7/7] RUN make build [2023-12-05T23:10:31.336Z] #15 0.734 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.1 -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-12-05T23:10:32.758Z] #15 ... [2023-12-05T23:10:32.758Z] [2023-12-05T23:10:32.758Z] #12 [stage-1 3/9] RUN apk --no-cache upgrade [2023-12-05T23:10:32.758Z] #12 0.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-12-05T23:10:32.758Z] #12 1.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-12-05T23:10:32.758Z] #12 2.570 OK: 9 MiB in 17 packages [2023-12-05T23:10:32.758Z] #12 DONE 2.9s [2023-12-05T23:10:32.758Z] [2023-12-05T23:10:32.758Z] #15 [builder 7/7] RUN make build [2023-12-05T23:11:54.394Z] #15 DONE 71.7s [2023-12-05T23:11:54.394Z] [2023-12-05T23:11:54.394Z] #16 [stage-1 4/9] COPY --from=builder /app/Attribution.txt /Attribution.txt [2023-12-05T23:11:54.394Z] #16 DONE 0.1s [2023-12-05T23:11:54.394Z] [2023-12-05T23:11:54.394Z] #17 [stage-1 5/9] COPY --from=builder /app/LICENSE /LICENSE [2023-12-05T23:11:54.394Z] #17 DONE 0.1s [2023-12-05T23:11:54.394Z] [2023-12-05T23:11:54.394Z] #18 [stage-1 6/9] COPY --from=builder /app/res/ /res/ [2023-12-05T23:11:54.394Z] #18 DONE 0.1s [2023-12-05T23:11:54.394Z] [2023-12-05T23:11:54.394Z] #19 [stage-1 7/9] COPY --from=builder /app/static/ /static/ [2023-12-05T23:11:54.394Z] #19 DONE 0.1s [2023-12-05T23:11:54.394Z] [2023-12-05T23:11:54.394Z] #20 [stage-1 8/9] COPY --from=builder /app/app-rfid-llrp-inventory /app-rfid-llrp-inventory [2023-12-05T23:11:54.394Z] #20 DONE 0.3s [2023-12-05T23:11:54.394Z] [2023-12-05T23:11:54.394Z] #21 [stage-1 9/9] RUN mkdir -p /cache && chown -R 2002:2002 /cache [2023-12-05T23:11:54.394Z] #21 DONE 0.7s [2023-12-05T23:11:54.394Z] [2023-12-05T23:11:54.394Z] #22 exporting to image [2023-12-05T23:11:54.394Z] #22 exporting layers [2023-12-05T23:11:54.394Z] #22 exporting layers 0.5s done [2023-12-05T23:11:54.394Z] #22 writing image sha256:5427b71fe2e4e68037ba2e31c74bddd7f39339a9b6f73e1591c5dfda5a7661e2 done [2023-12-05T23:11:54.394Z] #22 naming to docker.io/library/app-rfid-llrp-inventory-arm64 done [2023-12-05T23:11:54.394Z] #22 DONE 0.5s [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-12-05T23:11:55.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-05T23:11:55.671Z] [2023-12-05T23:11:55.671Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:11:56.120Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-05T23:11:57.079Z] arm64: Pulling from edgex-lftools-log-publisher [2023-12-05T23:11:57.079Z] 8998bd30e6a1: Pulling fs layer [2023-12-05T23:11:57.079Z] 04944245beec: Pulling fs layer [2023-12-05T23:11:57.079Z] 699f458cf7ca: Pulling fs layer [2023-12-05T23:11:57.079Z] 765212b225bb: Pulling fs layer [2023-12-05T23:11:57.079Z] f23df028b6ca: Pulling fs layer [2023-12-05T23:11:57.079Z] d65c8cfc05b1: Pulling fs layer [2023-12-05T23:11:57.079Z] 2437ff75d9bd: Pulling fs layer [2023-12-05T23:11:57.079Z] 765212b225bb: Waiting [2023-12-05T23:11:57.079Z] f23df028b6ca: Waiting [2023-12-05T23:11:57.079Z] d65c8cfc05b1: Waiting [2023-12-05T23:11:57.079Z] 2437ff75d9bd: Waiting [2023-12-05T23:11:57.079Z] 04944245beec: Verifying Checksum [2023-12-05T23:11:57.079Z] 04944245beec: Download complete [2023-12-05T23:11:57.079Z] 765212b225bb: Verifying Checksum [2023-12-05T23:11:57.079Z] 765212b225bb: Download complete [2023-12-05T23:11:57.079Z] f23df028b6ca: Download complete [2023-12-05T23:11:57.351Z] d65c8cfc05b1: Download complete [2023-12-05T23:11:57.351Z] 699f458cf7ca: Verifying Checksum [2023-12-05T23:11:57.351Z] 699f458cf7ca: Download complete [2023-12-05T23:11:57.620Z] 8998bd30e6a1: Verifying Checksum [2023-12-05T23:11:57.620Z] 8998bd30e6a1: Download complete [2023-12-05T23:11:59.566Z] 2437ff75d9bd: Verifying Checksum [2023-12-05T23:11:59.566Z] 2437ff75d9bd: Download complete [2023-12-05T23:12:03.811Z] 8998bd30e6a1: Pull complete [2023-12-05T23:12:03.811Z] 04944245beec: Pull complete [2023-12-05T23:12:05.755Z] 699f458cf7ca: Pull complete [2023-12-05T23:12:05.755Z] 765212b225bb: Pull complete [2023-12-05T23:12:06.716Z] f23df028b6ca: Pull complete [2023-12-05T23:12:06.716Z] d65c8cfc05b1: Pull complete [2023-12-05T23:12:29.356Z] 2437ff75d9bd: Pull complete [2023-12-05T23:12:29.356Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-12-05T23:12:29.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-12-05T23:12:29.356Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:12:29.807Z] prd-ubuntu20.04-docker-arm64-4c-16g-24116 does not seem to be running inside a container [2023-12-05T23:12:29.876Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-12-05T23:12:31.958Z] $ docker top bf8c5eb8b1fa9401501b956be01e92b50c8669b3ecc420867cf0ba54492e1ef1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:32.587Z] ---> job-cost.sh [2023-12-05T23:12:32.853Z] lf-activate-venv: SKIPPING [2023-12-05T23:12:32.853Z] INFO: No Stack... [2023-12-05T23:12:33.119Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-05T23:12:34.074Z] INFO: Archiving Costs [Pipeline] sh [2023-12-05T23:12:34.409Z] + cat /w/workspace/app-rfid-llrp-inventory/1/archives/cost.csv [2023-12-05T23:12:34.409Z] + cut -d, -f6 [Pipeline] lock [2023-12-05T23:12:34.500Z] Trying to acquire lock on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [2023-12-05T23:12:34.504Z] Resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] did not exist. Created. [2023-12-05T23:12:34.504Z] Lock acquired on [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-12-05T23:12:35.240Z] /w/workspace/app-rfid-llrp-inventory/1@tmp/durable-35df5ba7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-12-05T23:12:35.587Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-12-05T23:12:35.622Z] Warning: overwriting stash ‘stack-cost’ [2023-12-05T23:12:35.672Z] Stashed 1 file(s) [Pipeline] } [2023-12-05T23:12:35.740Z] Lock released on resource [jenkins-edgexfoundry-app-rfid-llrp-inventory-PR-255-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-12-05T23:12:35.938Z] $ docker stop --time=1 bf8c5eb8b1fa9401501b956be01e92b50c8669b3ecc420867cf0ba54492e1ef1 [2023-12-05T23:12:37.336Z] $ docker rm -f --volumes bf8c5eb8b1fa9401501b956be01e92b50c8669b3ecc420867cf0ba54492e1ef1 [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-12-05T23:12:43.330Z] + [ -d /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives ] [2023-12-05T23:12:43.331Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives [2023-12-05T23:12:43.331Z] total 16 [2023-12-05T23:12:43.331Z] drwxr-xr-x 3 root root 4096 Dec 5 23:03 . [2023-12-05T23:12:43.331Z] drwxrwxr-x 12 jenkins jenkins 4096 Dec 5 23:03 .. [2023-12-05T23:12:43.331Z] drwxr-xr-x 2 root root 4096 Dec 5 23:03 cost [2023-12-05T23:12:43.331Z] -rw-r--r-- 1 root root 95 Dec 5 23:03 cost.csv [2023-12-05T23:12:43.331Z] + sudo chown -R jenkins:jenkins /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives [2023-12-05T23:12:43.331Z] + ls -al /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives [2023-12-05T23:12:43.331Z] total 16 [2023-12-05T23:12:43.331Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 5 23:03 . [2023-12-05T23:12:43.331Z] drwxrwxr-x 12 jenkins jenkins 4096 Dec 5 23:03 .. [2023-12-05T23:12:43.331Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 5 23:03 cost [2023-12-05T23:12:43.331Z] -rw-r--r-- 1 jenkins jenkins 95 Dec 5 23:03 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:43.667Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:44.720Z] ---> package-listing.sh [2023-12-05T23:12:44.720Z] ++ facter osfamily [2023-12-05T23:12:44.720Z] ++ tr '[:upper:]' '[:lower:]' [2023-12-05T23:12:44.720Z] + OS_FAMILY=debian [2023-12-05T23:12:44.720Z] + workspace=/w/workspace/y_app-rfid-llrp-inventory_PR-255 [2023-12-05T23:12:44.720Z] + START_PACKAGES=/tmp/packages_start.txt [2023-12-05T23:12:44.720Z] + END_PACKAGES=/tmp/packages_end.txt [2023-12-05T23:12:44.720Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-12-05T23:12:44.720Z] + PACKAGES=/tmp/packages_start.txt [2023-12-05T23:12:44.720Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-255 ']' [2023-12-05T23:12:44.720Z] + PACKAGES=/tmp/packages_end.txt [2023-12-05T23:12:44.720Z] + case "${OS_FAMILY}" in [2023-12-05T23:12:44.720Z] + dpkg -l [2023-12-05T23:12:44.720Z] + grep '^ii' [2023-12-05T23:12:44.982Z] + '[' -f /tmp/packages_start.txt ']' [2023-12-05T23:12:44.982Z] + '[' -f /tmp/packages_end.txt ']' [2023-12-05T23:12:44.982Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-12-05T23:12:44.982Z] + '[' /w/workspace/y_app-rfid-llrp-inventory_PR-255 ']' [2023-12-05T23:12:44.982Z] + mkdir -p /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives/ [2023-12-05T23:12:44.982Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-rfid-llrp-inventory_PR-255/archives/ [Pipeline] echo [2023-12-05T23:12:45.012Z] 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-255/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-12-05T23:12:45.304Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-12-05T23:12:46.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-12-05T23:12:46.115Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-12-05T23:12:46.559Z] prd-ubuntu20.04-docker-8c-8g-24115 does not seem to be running inside a container [2023-12-05T23:12:46.585Z] $ 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-255/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-255 -v /w/workspace/y_app-rfid-llrp-inventory_PR-255:/w/workspace/y_app-rfid-llrp-inventory_PR-255:rw,z -v /w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-12-05T23:12:46.778Z] $ docker top 0af333b7b764a6afdd7e8341f5eb25bc232f1062e64588aabf940fce4243b976 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-12-05T23:12:47.309Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-12-05T23:12:47.623Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-12-05T23:12:47.933Z] + ls /var/log/sa-host [2023-12-05T23:12:47.933Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-12-05T23:12:48.198Z] provisioning config files... [2023-12-05T23:12:48.213Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-rfid-llrp-inventory_PR-255@tmp/config18361289977519369560tmp [Pipeline] { [Pipeline] echo [2023-12-05T23:12:48.377Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:48.693Z] ---> create-netrc.sh [Pipeline] } [2023-12-05T23:12:48.718Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:49.267Z] ---> python-tools-install.sh [Pipeline] echo [2023-12-05T23:12:49.301Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:49.617Z] ---> sudo-logs.sh [2023-12-05T23:12:49.618Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-12-05T23:12:49.913Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:50.242Z] ---> job-cost.sh [2023-12-05T23:12:50.242Z] lf-activate-venv: SKIPPING [2023-12-05T23:12:50.242Z] DEBUG: total: 0.2199999988079071 [2023-12-05T23:12:50.242Z] INFO: Retrieving Stack Cost... [2023-12-05T23:12:50.500Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-12-05T23:12:51.076Z] INFO: Archiving Costs [Pipeline] echo [2023-12-05T23:12:51.112Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-12-05T23:12:51.431Z] ---> logs-deploy.sh [2023-12-05T23:12:51.431Z] lf-activate-venv: SKIPPING [2023-12-05T23:12:51.431Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-rfid-llrp-inventory/PR-255/1 [2023-12-05T23:12:51.431Z] INFO: archiving workspace using pattern(s): [2023-12-05T23:12:52.371Z] Archives upload complete. [2023-12-05T23:12:52.371Z] INFO: archiving logs to Nexus